@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--primary:#15803d;--primary-hover:#166534;--secondary:#f97316;--secondary-hover:#ea580c;--bg-color:#f8fafc;--surface:#fff;--text-main:#1e293b;--text-muted:#64748b;--text-inverse:#fff;--border-color:#e2e8f0;--divider:#f1f5f9;--success:#22c55e;--error:#ef4444;--warning:#f59e0b;--font-family:"Inter", sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-hover:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-full:9999px;--transition-fast:.15s ease;--transition-normal:.3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;line-height:1.5;overflow-x:hidden}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}h1,h2,h3,h4,h5,h6,.subtitle,.section-title{text-transform:capitalize}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.bg-primary{background-color:var(--primary);color:var(--text-inverse)}.bg-surface{background-color:var(--surface)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.footer{background-color:var(--surface);border-top:2px solid var(--border-color);margin-top:4rem;padding-top:3rem}.footer-top{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem;display:grid}@media (width>=640px){.footer-top{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-top{grid-template-columns:1.5fr 1fr 1fr;gap:4rem}}.footer-col h3{color:var(--primary);margin-bottom:1.25rem;font-size:1.125rem;font-weight:700}.footer-col p{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-links a{color:var(--text-muted);transition:color var(--transition-fast);font-size:.875rem}.footer-links a:hover{color:var(--primary);text-decoration:underline}.social-links{gap:1rem;margin-top:1.5rem;display:flex}.social-links a{background-color:var(--bg-color);width:40px;height:40px;color:var(--primary);transition:background-color var(--transition-fast), color var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.social-links a:hover{background-color:var(--primary);color:#fff}.newsletter-form{margin-top:1rem;display:flex}.newsletter-input{border:1px solid var(--border-color);border-radius:var(--radius-sm) 0 0 var(--radius-sm);outline:none;flex-grow:1;padding:.75rem}.newsletter-input:focus{border-color:var(--primary)}.newsletter-btn{background-color:var(--secondary);color:#fff;border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:0 1rem;font-weight:600}.newsletter-btn:hover{background-color:var(--secondary-hover)}.footer-bottom{background-color:var(--primary);color:var(--text-inverse);text-align:center;padding:1.5rem 0}.footer-bottom p{opacity:.9;font-size:.875rem}@media (width<=768px){.footer{margin-top:2rem;padding-top:2rem}.footer-top{gap:1.5rem;padding-bottom:1.5rem}.footer-col h3{margin-bottom:1rem;font-size:1rem}.newsletter-form{flex-direction:column;gap:.5rem}.newsletter-input{border-radius:var(--radius-sm)}.newsletter-btn{border-radius:var(--radius-sm);padding:.75rem}.footer-bottom{padding:1rem 0}.footer-bottom p{font-size:.8rem}}.cart-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:flex-end;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.cart-drawer{background:#fff;flex-direction:column;width:100%;max-width:400px;height:100%;animation:.3s cubic-bezier(.25,.46,.45,.94) slideInLeft;display:flex;box-shadow:-10px 0 30px #0000001a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.header-title{color:var(--text-main);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:800;display:flex}.close-drawer{cursor:pointer;color:#64748b;background:0 0;border:none;transition:color .2s}.close-drawer:hover{color:#ef4444}.cart-drawer-content{flex:1;padding:1.5rem;overflow-y:auto}.empty-cart{text-align:center;color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100%;display:flex}.cart-items-list{flex-direction:column;gap:1.5rem;display:flex}.cart-drawer-item{gap:1rem;display:flex}.item-img{border:1px solid #f1f5f9;border-radius:12px;width:80px;height:80px;overflow:hidden}.item-img img{object-fit:cover;width:100%;height:100%}.item-details{flex:1}.item-details h4{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:.95rem;font-weight:700;display:-webkit-box;overflow:hidden}.item-price{color:var(--primary);margin-bottom:.75rem;font-weight:800}.item-controls{justify-content:space-between;align-items:center;display:flex}.quantity-selector{background:#f8fafc;border-radius:8px;align-items:center;padding:4px;display:flex}.quantity-selector button{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.quantity-selector span{padding:0 12px;font-weight:700}.remove-item{color:#94a3b8;cursor:pointer;background:0 0;border:none;transition:color .2s}.remove-item:hover{color:#ef4444}.cart-drawer-footer{background:#fcfcfd;border-top:1px solid #f1f5f9;padding:1.5rem}.drawer-subtotal{justify-content:space-between;margin-bottom:1.5rem;font-size:1.1rem;font-weight:800;display:flex}.btn-checkout{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:1rem;padding:1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #2563eb33}.btn-checkout:hover{background:#166534;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb4d}.btn-view-cart{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:.75rem;font-weight:700;transition:all .2s}.btn-view-cart:hover{color:var(--text-main);background:#f8fafc;border-color:#cbd5e1}.btn-continue{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:100px;padding:.75rem 1.5rem;font-weight:700}.header{background-color:var(--surface);box-shadow:var(--shadow-sm);z-index:100;position:sticky;top:0}.top-bar{color:var(--text-inverse);background-color:#1e3a8a;padding:.5rem 0;font-size:.875rem;font-weight:500}.top-bar .container{justify-content:space-between;align-items:center;display:flex}.top-links{gap:1.5rem;display:flex}.top-links a:hover{color:#fbbf24;text-decoration:underline}.middle-bar{border-bottom:1px solid var(--border-color);background-color:var(--surface);align-items:center;min-height:90px;padding:.5rem 0 .25rem;display:flex}.middle-bar .container{align-items:center;gap:2rem;display:flex}.logo-container{flex-shrink:0;justify-content:center;align-items:center;width:auto;min-width:100px;display:flex}.logo-container img{object-fit:contain;width:auto;height:120px;transition:transform var(--transition-normal)}.logo-container:hover img{transform:scale(1.05)}.search-container{flex-grow:20;max-width:600px;position:relative}.search-input{border:2px solid var(--border-color);border-radius:var(--radius-full);width:100%;transition:border-color var(--transition-fast);outline:none;padding:.75rem 1rem .75rem 3rem;font-size:1rem}.search-input:focus{border-color:var(--primary)}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-button{background-color:var(--primary);color:#fff;border-radius:var(--radius-full);transition:background-color var(--transition-fast);padding:.5rem 1.25rem;font-weight:600;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}.search-button:hover{background-color:var(--primary-hover)}.user-actions{align-items:center;gap:1.5rem;margin-left:auto;display:flex}.action-item{color:var(--text-main);cursor:pointer;text-align:left;transition:color var(--transition-fast);background:0 0;border:none;align-items:center;gap:.5rem;display:flex}.action-item:hover,.action-item:hover .icon{color:var(--primary)}.action-text{flex-direction:column;font-size:.875rem;display:flex}.action-text span:first-child{color:var(--text-muted);font-size:.75rem}.action-text span:last-child{font-weight:600}.cart-button{background-color:var(--primary);color:#fff;width:3rem;height:3rem;transition:transform var(--transition-fast), background-color var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.cart-button:hover{background-color:var(--primary-hover);transform:scale(1.05)}.cart-badge{background-color:var(--secondary);color:#fff;border:2px solid var(--surface);border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.bottom-bar{background-color:var(--surface)}.nav-menu{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:center;align-items:center;gap:1.5rem;padding:.75rem 1rem;display:flex;overflow:auto visible}.nav-menu::-webkit-scrollbar{display:none}@media (width<=768px){.nav-menu{justify-content:flex-start;gap:1.25rem;padding:.75rem 1rem}}.nav-link{color:var(--text-main);white-space:nowrap;align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;display:flex;position:relative}.nav-link.offers{color:var(--secondary)}.nav-link:after{content:"";background-color:var(--primary);width:0;height:2px;transition:width var(--transition-normal);position:absolute;bottom:-4px;left:0}.nav-link.offers:after{background-color:var(--secondary)}.nav-link:hover{color:var(--primary)}.nav-link.offers:hover{color:var(--secondary-hover)}.nav-link:hover:after{width:100%}@media (width<=768px){.top-bar{display:none}.bottom-bar{background-color:var(--surface);border-bottom:1px solid var(--border-color);z-index:50;display:block;position:relative}.middle-bar{min-height:60px;padding:.25rem 0}.middle-bar .container{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:0 1rem;display:flex}.logo-container{min-width:unset;flex:1;justify-content:flex-start;display:flex}.logo-container img{height:70px;margin-top:2px;margin-bottom:-5px}.user-actions{flex:1;justify-content:flex-end;gap:.75rem}.action-text{display:none}.action-item{gap:0}.cart-button{width:2.5rem;height:2.5rem}.search-container{order:3;width:100%;max-width:100%;margin-top:.25rem}.search-input{padding:.6rem 2.5rem;font-size:.85rem}.search-icon{left:.75rem}.search-button{padding:.4rem .75rem;font-size:.8rem;right:.2rem}.nav-menu{justify-content:flex-start;gap:.75rem;padding:.4rem 1rem}.nav-link{gap:.2rem;font-size:.75rem}.nav-link svg{width:14px;height:14px}}.header{width:100%}.nav-dropdown-wrapper{position:relative}.nav-dropdown-trigger{cursor:pointer;color:var(--text-main);white-space:nowrap;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-family:inherit;font-size:.9rem;font-weight:600;display:flex}.nav-dropdown-trigger:hover{color:var(--primary)}.nav-chevron{transition:transform .2s}.nav-chevron.open{transform:rotate(180deg)}.nav-dropdown-menu{z-index:99999;background:#fff;border:1px solid #f1f5f9;border-radius:14px;flex-direction:column;gap:2px;min-width:230px;margin-top:10px;padding:.5rem;animation:.18s dropdown-fadeIn;display:flex;position:fixed;top:auto;left:auto;box-shadow:0 10px 40px #00000026}@keyframes dropdown-fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown-item{color:#475569;border-radius:10px;align-items:center;gap:.65rem;padding:.65rem 1rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.nav-dropdown-item:hover{color:var(--primary);background:#f8fafc;padding-left:1.25rem}.nav-dropdown-img{object-fit:cover;border:1.5px solid #e2e8f0;border-radius:50%;flex-shrink:0;width:30px;height:30px}.cep-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.cep-modal-content{background:#fff;border-radius:24px;width:90%;max-width:450px;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) modal-slideUp;position:relative;box-shadow:0 25px 50px -12px #00000040}.cep-modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s;position:absolute;top:1.25rem;right:1.25rem}.cep-modal-close:hover{color:#0f172a;background:#f1f5f9}.cep-modal-header{text-align:center;margin-bottom:2rem}.cep-icon-main{color:var(--primary);margin-bottom:1rem}.cep-modal-header h3{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.cep-modal-header p{color:#64748b;font-size:.95rem;line-height:1.4}.cep-form{margin-bottom:1.5rem}.cep-input-wrapper{gap:.75rem;display:flex}.cep-input-wrapper input{color:#0f172a;border:2px solid #e2e8f0;border-radius:12px;flex:1;padding:.875rem 1.25rem;font-size:1.125rem;font-weight:600;transition:all .2s}.cep-input-wrapper input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #15803d1a}.btn-check-cep{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:0 1.5rem;font-weight:700;transition:all .2s}.btn-check-cep:hover:not(:disabled){background:#15803d;transform:translateY(-2px)}.btn-check-cep:disabled{cursor:not-allowed;color:#94a3b8;background:#e2e8f0}.cep-result-message{border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;animation:.3s ease-out fadeIn;display:flex}.cep-result-message.success{color:#166534;background:#f0fdf4;border:1px solid #dcfce7}.cep-result-message.error{color:#991b1b;background:#fef2f2;border:1px solid #fee2e2}.cep-modal-footer{text-align:center;color:#64748b;font-size:.9rem}.cep-modal-footer a{color:var(--primary);font-weight:700;text-decoration:none}@keyframes modal-slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-container{background-color:var(--surface);width:100%;height:420px;box-shadow:var(--shadow-md);margin-bottom:3rem;position:relative;overflow:hidden}.hero-slider{height:100%;transition:transform .5s ease-in-out;display:flex}.hero-slide{flex:0 0 100%;width:100%;height:100%;position:relative}.slide-image-wrapper{width:100%;height:100%;position:relative}.slide-image{object-fit:cover;object-position:center 25%;width:100%;height:100%}.slide-overlay{color:#fff;background:linear-gradient(90deg,#0009 0%,#0003 50%,#0000 100%);align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.slide-content{text-align:left;max-width:650px;padding:2rem}.slide-content h2{text-shadow:0 4px 12px #0006;margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.1}.slide-content p{text-shadow:0 2px 4px #00000080;opacity:.95;max-width:500px;margin-bottom:2rem;font-size:1.5rem;font-weight:400}.slide-btn{color:var(--primary,#0c4a6e);border-radius:var(--radius-full);transition:transform var(--transition-fast), box-shadow var(--transition-fast);background-color:#fff;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 6px #0000001a}.slide-btn:hover{color:var(--primary,#0c4a6e);transform:translateY(-2px);box-shadow:0 6px 10px #00000026}.slider-ctrl{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;width:3.5rem;height:3.5rem;transition:all var(--transition-normal);z-index:10;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 32px #0003}.slider-ctrl:hover{color:var(--primary);background-color:#fff;transform:translateY(-50%)scale(1.1)}.slider-ctrl.prev{left:1rem}.slider-ctrl.next{right:1rem}.slider-dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.dot{cursor:pointer;width:10px;height:10px;transition:background-color var(--transition-fast), transform var(--transition-fast);background-color:#ffffff80;border-radius:50%;padding:0}.dot.active{background-color:#fff;transform:scale(1.3)}@media (width<=768px){.hero-container{height:300px}.slide-content h2{font-size:1.75rem}.slide-content p{font-size:1rem;display:none}.slider-ctrl{display:none}}.category-header{text-align:left;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:3rem;padding-top:2rem;display:flex}.category-badge{color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;background:#15803d14;border:1px solid #15803d26;border-radius:100px;padding:6px 16px;font-size:.75rem;font-weight:700}.category-section-title{color:var(--text-main);letter-spacing:-1.5px;margin:0;font-size:3rem;font-weight:850;line-height:1.1}.category-section-title span{background:linear-gradient(135deg, var(--primary), #22c55e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.category-stories-wrapper{scrollbar-width:none;padding:1rem 0 3rem;overflow-x:auto}.category-stories-wrapper::-webkit-scrollbar{display:none}.category-grid{gap:2.5rem;width:max-content;padding:0 2rem;display:flex}.category-card{flex-direction:column;align-items:center;width:120px;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.category-img-container{background:linear-gradient(135deg, var(--primary), #22c55e, #fbbf24);border-radius:50%;width:120px;height:120px;margin-bottom:1.25rem;padding:5px;transition:all .4s;box-shadow:0 10px 30px #0000001f}.category-card:hover{transform:translateY(-12px)}.category-card:hover .category-img-container{transform:rotate(5deg)scale(1.08);box-shadow:0 20px 40px #2563eb33}.category-img-wrapper{border-radius:50%;width:100%;height:100%;overflow:hidden}.category-img-wrapper img{object-fit:cover;border-radius:50%;width:100%;height:100%;transition:transform .5s}.category-card:hover .category-img-wrapper img{transform:scale(1.15)}.category-card h3{color:var(--text-main);text-align:center;margin-top:.5rem;font-size:1.15rem;font-weight:800;transition:color .3s}.category-card:hover h3{color:var(--primary)}@media (width<=768px){.category-header{gap:.5rem;margin-bottom:2rem;padding-top:1rem}.category-section-title{margin-bottom:1rem;font-size:1.75rem}.category-grid{gap:1.25rem;padding:0 1rem}.category-card{width:90px}.category-img-container{width:85px;height:85px;margin-bottom:.75rem;padding:3px}.category-card h3{font-size:.8rem}}@media (width>=1024px){.category-grid{flex-wrap:wrap;justify-content:center;gap:4rem;width:100%}}@media (width<=480px){.category-stories-wrapper{padding-bottom:1.5rem}.category-grid{gap:1rem;padding:0 .75rem}.category-card{width:70px}.category-img-container{width:65px;height:65px;margin-bottom:.5rem;padding:2px}.category-card h3{font-size:.7rem}.category-section-title{margin-bottom:.5rem;font-size:1.5rem}.category-header{margin-bottom:1.5rem;padding-top:.75rem}}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (width>=640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width>=768px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;display:flex;position:relative}.section-header:after{content:"";background:linear-gradient(to right, var(--primary), transparent);width:100%;height:1px;position:absolute;bottom:0;left:0}.section-header .section-title{color:var(--text-main);letter-spacing:-.03em;font-size:1.75rem;font-weight:800}.view-all{color:var(--primary);align-items:center;gap:4px;font-size:.95rem;font-weight:700;transition:transform .2s;display:flex}.view-all:hover{transform:translate(5px)}.product-card{border:1px solid var(--border-color);background:#fff;border-radius:16px;flex-direction:column;height:100%;padding:1rem;transition:all .3s;display:flex;position:relative}.product-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 24px -10px #0000001a}.discount-badge{background:var(--secondary);color:#fff;z-index:10;border-radius:8px;padding:.25rem .6rem;font-size:.75rem;font-weight:800;position:absolute;top:.75rem;left:.75rem}.wishlist-btn{color:var(--text-muted);z-index:10;background:#f8fafc;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.wishlist-btn:hover{color:var(--error);background:#fff;box-shadow:0 4px 12px #0000000d}.product-img-wrapper{aspect-ratio:1;justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex}.product-img-wrapper img{object-fit:contain;max-width:90%;max-height:90%}.product-brand{color:var(--text-muted);text-transform:uppercase;margin-bottom:.4rem;font-size:.7rem;font-weight:700}.product-rating{align-items:center;gap:.4rem;margin-bottom:.5rem;display:flex}.stars{color:#f59e0b;letter-spacing:1px;font-size:.9rem}.reviews{color:var(--text-muted);font-size:.75rem}.product-name{color:var(--text-main);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:2.7rem;margin-bottom:.75rem;font-size:.95rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-pricing{margin-top:auto;margin-bottom:1rem}.old-price{color:var(--text-muted);font-size:.8rem;text-decoration:line-through;display:block}.current-price{color:var(--primary);font-size:1.25rem;font-weight:800}.installment{color:var(--text-muted);font-size:.75rem}.add-to-cart-btn{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.add-to-cart-btn:hover{background:var(--primary-hover);transform:scale(1.02)}.cart-page-premium{max-width:1200px;margin:0 auto;padding:2rem 1rem 6rem}.cart-header-premium{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.header-text h1{color:#0f172a;margin-bottom:.25rem;font-size:2.25rem;font-weight:900}.header-text p{color:#64748b;font-size:1rem}.continue-shopping{color:var(--primary);align-items:center;gap:.5rem;font-weight:700;text-decoration:none;transition:transform .2s;display:flex}.continue-shopping:hover{transform:translate(-5px)}.cart-grid-premium{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (width>=1024px){.cart-grid-premium{grid-template-columns:1.8fr 1fr}}.cart-items-column{flex-direction:column;gap:1.25rem;display:flex}.cart-card-item{background:#fff;border:1px solid #f1f5f9;border-radius:20px;gap:1.5rem;padding:1.25rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000008}.cart-card-item:hover{border-color:#e2e8f0;transform:translateY(-3px);box-shadow:0 10px 25px #0000000f}.item-img-container{background:#f8fafc;border:1px solid #f1f5f9;border-radius:14px;flex-shrink:0;width:100px;height:100px;overflow:hidden}.item-img-container img{object-fit:cover;width:100%;height:100%}.item-details-main{flex-direction:column;flex:1;justify-content:space-between;display:flex}.item-info-top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.item-info-top h3{color:#1e293b;font-size:1.1rem;font-weight:700;line-height:1.4}.delete-item-btn{color:#94a3b8;border-radius:10px;padding:.5rem;transition:all .2s}.delete-item-btn:hover{color:#ef4444;background:#fef2f2}.item-meta-bottom{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.quantity-controls-premium{background:#f1f5f9;border-radius:12px;align-items:center;gap:.5rem;padding:4px;display:flex}.quantity-controls-premium button{color:#1e293b;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.quantity-controls-premium button:hover{background:var(--primary);color:#fff}.quantity-controls-premium span{text-align:center;min-width:24px;font-size:.9rem;font-weight:800}.item-pricing{text-align:right;flex-direction:column;display:flex}.price-unit{color:#94a3b8;font-size:.8rem;font-weight:600}.price-total{color:var(--primary);font-size:1.25rem;font-weight:900}.summary-card-premium{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:2rem;box-shadow:0 10px 30px #0000000d}.summary-card-premium h3{color:#0f172a;border-bottom:2px solid #f8fafc;margin-bottom:2rem;padding-bottom:1rem;font-size:1.25rem;font-weight:800}.summary-details{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.summary-line{color:#64748b;justify-content:space-between;font-size:.95rem;font-weight:600;display:flex}.free-text{color:var(--primary);font-weight:700}.summary-total-premium{background:#f8fafc;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.total-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.85rem;font-weight:700}.total-value-cart{color:#0f172a;letter-spacing:-1px;font-size:2rem;font-weight:950}.btn-go-checkout{color:#fff;background:#0f172a;border-radius:16px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:1.5rem;padding:1.25rem;font-size:1.15rem;font-weight:800;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 20px #0f172a26}.btn-go-checkout:hover{background:#1e293b;transform:translateY(-3px);box-shadow:0 15px 30px #0f172a40}.safe-checkout-badge{color:#10b981;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;font-weight:700;display:flex}.accepted-payments-mini{border-top:1px solid #f1f5f9;padding-top:1.5rem}.accepted-payments-mini p{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.75rem;font-weight:800}.payment-icons-flex{gap:.75rem;display:flex}.payment-mini-icon{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:42px;height:28px;font-size:.8rem;font-weight:900;display:flex}.pix-icon-s{color:#10b981}.cart-empty-premium{text-align:center;max-width:450px;margin:0 auto;padding:6rem 1rem}.empty-icon-wrapper{color:#cbd5e1;background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 2rem;display:flex}.cart-empty-premium h2{color:#1e293b;margin-bottom:1rem;font-size:1.75rem;font-weight:900}.cart-empty-premium p{color:#64748b;margin-bottom:2.5rem}.btn-back-home-cart{background:var(--primary);color:#fff;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 20px #0000001a}.btn-back-home-cart:hover{transform:translateY(-3px);box-shadow:0 15px 30px #00000026}@media (width<=768px){.cart-header-premium{flex-direction:column;align-items:flex-start;gap:1.5rem}.header-text h1{font-size:1.75rem}.cart-card-item{flex-direction:column;gap:1rem}.item-img-container{width:100%;height:180px}.item-pricing{align-items:flex-end}.btn-go-checkout{width:100%;margin-top:2rem}.cart-page-premium{padding-bottom:2rem}}@media (width<=480px){.cart-page-premium{padding:1rem .75rem 4rem}.header-text h1{font-size:1.5rem}.summary-card-premium{border-radius:16px;padding:1.5rem}.total-value-cart{font-size:1.5rem}.btn-go-checkout{border-radius:12px;padding:1rem;font-size:1rem}.item-img-container{height:140px}}.login-page{background-color:var(--bg-color);justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem 1rem;display:flex}.login-container{border-radius:var(--radius-lg);width:100%;max-width:1000px;box-shadow:var(--shadow-lg);background:#fff;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}@media (width<=768px){.login-page{align-items:flex-start;min-height:auto;padding:1rem .5rem}.login-container{border-radius:var(--radius-md);box-shadow:none;border:none;grid-template-columns:1fr}.login-image{display:none}.login-card{padding:1.5rem}.login-header{margin-bottom:1.5rem}.social-login-main{width:100%;margin-bottom:1.5rem;overflow:hidden}.login-divider{margin:1.5rem 0}}.login-card{flex-direction:column;padding:3rem;display:flex}.login-header{margin-bottom:2rem}.login-header h1{color:var(--text-main);margin-bottom:.5rem;font-size:1.75rem}.login-header p{color:var(--text-muted);font-size:.9rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.registration-fields{flex-direction:column;gap:1.25rem;margin-bottom:.5rem;display:flex}.input-row{gap:1rem;display:flex}.input-row .input-group{flex:1}@media (width<=480px){.login-card{padding:1rem}.login-header h1{font-size:1.35rem}.login-header p{font-size:.85rem}.social-login-main{justify-content:center;max-width:100%;margin-bottom:1rem;display:flex}.social-login-main>div{transform-origin:50%;max-width:100%;transform:scale(.9)}.login-divider{margin:1rem 0}.login-form{gap:.75rem}.input-row{flex-direction:column;gap:.75rem}.input-group label{font-size:.8rem}.input-group input{padding:.75rem}.login-footer{margin-top:1.25rem;font-size:.85rem}}.input-group{flex-direction:column;gap:.5rem;display:flex}.input-group label{color:var(--text-main);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.input-group input,.password-input-wrapper{width:100%}.input-group input{border:1px solid var(--border-color);border-radius:var(--radius-md);box-sizing:border-box;outline:none;padding:.875rem 1rem;transition:border-color .3s}.input-group input:focus{border-color:var(--primary)}.form-options{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.remember-me{cursor:pointer;align-items:center;gap:.5rem;display:flex}.forgot-password,.forgot-password-link{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:600}.forgot-password:hover,.forgot-password-link:hover{text-decoration:underline}.btn-login{background:var(--primary);color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:transform .2s,background .3s;display:flex}.btn-login:hover{background:var(--primary-hover);transform:translateY(-2px)}.login-divider{text-align:center;margin:2rem 0;position:relative}.login-divider:before{content:"";background:var(--border-color);z-index:1;width:100%;height:1px;position:absolute;top:50%;left:0}.login-divider span{color:var(--text-muted);z-index:2;background:#fff;padding:0 1rem;font-size:.875rem;position:relative}.social-login-main{margin-bottom:2rem}.google-large{cursor:pointer;justify-content:center;align-items:center;gap:12px;width:100%;transition:all .2s;box-shadow:0 2px 4px #0000000d;background-color:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:1rem!important;font-size:1.1rem!important;font-weight:600!important;display:flex!important}.google-large:hover{transform:translateY(-1px);box-shadow:0 4px 6px #0000001a;background-color:#f8fafc!important;border-color:#cbd5e1!important}.google-large img{width:24px}.social-login{display:none}.social-btn{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#fff;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:600;transition:background .3s;display:flex}.social-btn:hover{background:#f8fafc}.social-btn img{width:20px;height:20px}.login-footer{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.9rem}.login-footer button,.btn-link{color:var(--primary);cursor:pointer;font-weight:700;font-size:inherit;background:0 0;border:none;padding:0 .25rem;font-family:inherit}.login-footer button:hover,.btn-link:hover{text-decoration:underline}.login-image{background-image:url(https://images.unsplash.com/photo-1450778869180-41d0601e046e?auto=format&fit=crop&w=800&q=80);background-position:50%;background-size:cover;position:relative}.image-overlay{color:#fff;background:linear-gradient(#0000,#000c);padding:3rem;position:absolute;bottom:0;left:0;right:0}.image-overlay h2{margin-bottom:.5rem;font-size:1.5rem}.image-overlay p{opacity:.8;font-size:.9rem}.user-dashboard{background-color:var(--bg-main,#f8fafc);min-height:80vh;padding:3rem 0;font-family:Outfit,sans-serif}.dashboard-layout{grid-template-columns:280px 1fr;align-items:start;gap:2rem;display:grid}.user-sidebar{border-radius:var(--radius-xl,24px);box-shadow:var(--shadow-md);border:1px solid var(--border);background:#fff;padding:2rem 1.5rem;transition:all .3s;position:sticky;top:100px}.user-sidebar:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.user-profile-summary{text-align:center;border-bottom:1px solid var(--border);flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:2rem;display:flex}.user-avatar-wrapper{background:linear-gradient(135deg, var(--brand-p), var(--brand-p-deep));border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex;position:relative;box-shadow:0 10px 15px -3px #15803d4d}.user-avatar{object-fit:cover;border:4px solid #fff;border-radius:50%;width:80px;height:80px}.user-profile-summary h3{color:var(--text-h);margin-bottom:.2rem;font-size:1.25rem;font-weight:800}.user-profile-summary p{color:var(--brand-p);background:var(--brand-p-soft);text-transform:uppercase;letter-spacing:.5px;border-radius:100px;align-items:center;gap:4px;margin:0;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.user-nav-modern{flex-direction:column;gap:.5rem;display:flex}.user-nav-modern button{width:100%;color:var(--text-p);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:16px;align-items:center;gap:12px;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.user-nav-modern button:hover{background:var(--bg-main);color:var(--brand-p);transform:translate(4px)}.user-nav-modern button.active{background:var(--brand-p);color:#fff;box-shadow:0 8px 16px #15803d40}.user-nav-modern button.active svg{color:#fff;transform:scale(1.1)}.user-logout{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem}.user-logout button{color:#ef4444}.user-logout button:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5;transform:translate(0)}.user-content{border-radius:var(--radius-xl,24px);box-shadow:var(--shadow-md);border:1px solid var(--border);background:#fff;min-height:600px;padding:3rem}.content-header{margin-bottom:2.5rem}.content-header h2{color:var(--text-h);letter-spacing:-.5px;margin-bottom:.5rem;font-size:2rem;font-weight:800}.content-header p{color:var(--text-p);font-size:1rem}.empty-state{text-align:center;background:var(--bg-main);border-radius:var(--radius-lg);border:2px dashed #94a3b84d;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;transition:all .3s;display:flex}.empty-state:hover{background:#f1f5f9;border-color:#15803d66}.empty-state svg{color:var(--brand-p);opacity:.8;filter:drop-shadow(0 4px 6px #15803d33);margin-bottom:1.5rem;animation:3s ease-in-out infinite float}.empty-state h4{color:var(--text-h);margin-bottom:.8rem;font-size:1.4rem;font-weight:800}.empty-state p{color:var(--text-p);max-width:450px;margin-bottom:2rem;line-height:1.6}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem;display:grid}.wishlist-item{border:1px solid var(--border);background:#fff;border-radius:20px;flex-direction:column;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.wishlist-item:hover{box-shadow:var(--shadow-lg);border-color:var(--brand-p-soft);transform:translateY(-6px)}.wishlist-item img{object-fit:contain;width:100%;height:180px;margin-bottom:1.5rem;transition:transform .3s}.wishlist-item:hover img{transform:scale(1.05)}.wishlist-item .p-name{color:var(--text-h);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.8rem;font-size:1rem;font-weight:700;line-height:1.4;transition:color .2s;display:-webkit-box;overflow:hidden}.wishlist-item .p-name:hover{color:var(--brand-p)}.wishlist-item .p-price{color:var(--brand-p);margin-top:auto;margin-bottom:1.5rem;font-size:1.4rem;font-weight:900}.remove-wishlist{border:1px solid var(--border);cursor:pointer;color:#ef4444;z-index:10;width:36px;height:36px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:15px;right:15px}.remove-wishlist:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:scale(1.1)rotate(90deg)}.user-form-group{margin-bottom:1.5rem}.user-form-group label{color:var(--text-h);margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.user-input-premium{border:1px solid var(--border);background:var(--bg-main);width:100%;color:var(--text-h);border-radius:16px;padding:1rem 1.25rem;font-family:Outfit,sans-serif;font-size:1rem;transition:all .2s}.user-input-premium:disabled{opacity:.7;cursor:not-allowed}.order-card-premium{border:1px solid var(--border);background:#f8fafc;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.order-card-premium:hover{box-shadow:var(--shadow-md);border-color:var(--brand-p-soft);background:#fff;transform:translateY(-2px)}.btn-primary-action{background:linear-gradient(135deg, var(--brand-p), var(--brand-p-deep));color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #15803d40}.btn-primary-action:hover{transform:translateY(-3px);box-shadow:0 8px 16px #15803d66}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.profile-grid-dashboard{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.profile-section-card{border:1px solid var(--border);background:#f8fafc;border-radius:20px;padding:1.5rem;transition:all .3s}.full-width-card{grid-column:1/-1}.section-title-premium{color:var(--brand-p);align-items:center;gap:10px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:800;display:flex}.input-with-icon-static{align-items:center;display:flex;position:relative}.input-with-icon-static svg{color:#94a3b8;pointer-events:none;position:absolute;left:15px}.input-with-icon-static .user-input-premium{background:#fff;padding-left:2.8rem}.profile-row-dash{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.empty-state-mini{text-align:center;color:#64748b;flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.orders-list-premium{flex-direction:column;gap:1rem;display:flex}.order-card-premium{border:1px solid var(--border);background:#fff;border-radius:20px;padding:1.5rem;transition:all .3s}.order-main-info{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.order-id-date{flex-direction:column;gap:4px;display:flex}.order-number{color:var(--text-h);font-weight:800}.order-date{color:#64748b;font-size:.85rem}.order-status-badge{color:#475569;background:#f1f5f9;border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:700;display:flex}.order-status-badge[data-status=Entregue]{color:#15803d;background:#dcfce7}.order-status-badge[data-status=Cancelado]{color:#ef4444;background:#fee2e2}.order-items-summary{color:#64748b;background:#f8fafc;border-radius:12px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:10px;font-size:.9rem;display:flex}.order-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.order-total strong{color:var(--brand-p);font-size:1.1rem}.order-payment{color:#94a3b8;text-transform:uppercase;font-size:.85rem;font-weight:700}@media (width<=900px){.dashboard-layout{grid-template-columns:1fr}.user-sidebar{margin-bottom:2rem;position:static}.user-content{padding:2rem 1.5rem}}.btn-add-pet-small{background:var(--brand-p-soft);color:var(--brand-p);border:1px solid var(--brand-p);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.btn-add-pet-small:hover{background:var(--brand-p);color:#fff}.pet-dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.pet-dash-card{border:1px solid var(--border);background:#f8fafc;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.pet-dash-card:hover{box-shadow:var(--shadow-md);border-color:var(--brand-p);background:#fff;transform:translateY(-2px)}.pet-dash-avatar{background:var(--brand-p-soft);width:48px;height:48px;color:var(--brand-p);border-radius:12px;justify-content:center;align-items:center;display:flex}.pet-dash-info{flex-direction:column;flex:1;display:flex}.pet-dash-info strong{color:var(--text-h);font-size:1rem}.pet-dash-info span{color:var(--text-p);font-size:.75rem}.pet-dash-actions{gap:8px;display:flex}.pet-dash-actions button{border:1px solid var(--border);width:32px;height:32px;color:var(--text-p);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.pet-dash-actions button:hover{border-color:var(--brand-p);color:var(--brand-p);background:var(--brand-p-soft)}.pet-dash-actions button:last-child:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}.modal-overlay-user{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0f172a66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content-user{background:#fff;border-radius:24px;width:100%;max-width:450px;overflow:hidden;box-shadow:0 25px 50px -12px #0000001a}.modal-header-user{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-header-user h3{color:var(--text-h);margin:0;font-size:1.25rem}.btn-close-modal{color:var(--text-p);cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1}.modal-body-user{padding:1.5rem}.form-group-user{margin-bottom:1.25rem}.form-group-user label{color:var(--text-h);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.form-group-user input,.form-group-user select{border:1px solid var(--border);border-radius:12px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.form-group-user input:focus,.form-group-user select:focus{border-color:var(--brand-p)}.form-row-user{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.modal-footer-user{gap:1rem;margin-top:2rem;display:flex}.btn-cancel-user{border:1px solid var(--border);cursor:pointer;background:#f8fafc;border-radius:12px;flex:1;padding:.75rem;font-weight:600}.btn-save-user{background:var(--brand-p);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;padding:.75rem;font-weight:600;box-shadow:0 4px 12px #16653433}.btn-save-user:hover{background:var(--brand-p-deep)}.category-layout{grid-template-columns:260px 1fr;align-items:start;gap:2rem;margin-top:2rem;display:grid}.filters-sidebar{border:1px solid var(--border);background:#fff;border-radius:16px;padding:1.5rem;position:sticky;top:120px}.filter-section{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem}.filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-section h4{color:var(--text-dark);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem;display:flex}.filter-option{cursor:pointer;color:#475569;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.9rem;display:flex}.filter-option:last-child{margin-bottom:0}.filter-option input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand-p);cursor:pointer;border:2px solid #cbd5e1;border-radius:4px}.filter-option input[type=radio]{width:18px;height:18px;accent-color:var(--brand-p);cursor:pointer}.price-inputs{align-items:center;gap:.5rem;display:flex}.price-inputs input{border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.5rem;font-size:.9rem}.price-inputs span{color:#64748b}.filter-btn{background:var(--brand-p-soft);width:100%;color:var(--brand-p);cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:.8rem;font-weight:700;transition:all .2s}.filter-btn:hover{background:var(--brand-p);color:#fff}@media (width<=992px){.category-layout{grid-template-columns:1fr}.filters-sidebar{position:static}}.calendar-picker{-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:1.5rem;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.calendar-header h3{color:#1e293b;text-transform:capitalize;margin:0;font-size:1.1rem;font-weight:800}.nav-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.nav-btn:hover{color:#15803d;background:#f1f5f9;border-color:#15803d}.calendar-weekdays{text-align:center;grid-template-columns:repeat(7,1fr);margin-bottom:1rem;display:grid}.calendar-weekdays div{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.calendar-day{aspect-ratio:1;color:#475569;cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.calendar-day:not(.empty):hover{color:#15803d;background:#f1f5f9;transform:translateY(-2px)}.calendar-day.empty{cursor:default}.calendar-day.today{color:#15803d;background:#f0fdf4;border:2px solid #dcfce7;font-weight:800}.calendar-day.selected{z-index:10;transform:scale(1.05);box-shadow:0 4px 12px #2563eb4d;color:#fff!important;background:#15803d!important}.calendar-day.has-appointment span{margin-bottom:2px}.appointment-dot{background:#f59e0b;border-radius:50%;width:5px;height:5px;position:absolute;bottom:6px}.calendar-day.selected .appointment-dot{background:#fffc}:root{--sidebar-w:260px;--header-h:72px;--brand-h:142;--brand-s:70.6%;--brand-p:hsl(var(--brand-h), var(--brand-s), 45.3%);--brand-p-deep:hsl(var(--brand-h), var(--brand-s), 25%);--brand-p-soft:hsla(var(--brand-h), var(--brand-s), 45.3%, .1);--bg-main:#f8fafc;--text-h:#0f172a;--text-p:#64748b;--border:#94a3b826;--surface:#fff;--glass-bg:#ffffffb3;--glass-border:#ffffff4d;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-lg:0 25px 50px -12px #00000040;--radius-xl:24px;--radius-lg:18px;--radius-md:12px;--radius-sm:8px}.admin-layout{background-color:var(--bg-main);width:100vw;height:100vh;color:var(--text-h);font-family:Outfit,sans-serif;display:flex;overflow:hidden}.btn-close-sidebar-mobile{display:none}.admin-sidebar{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);z-index:1001;flex-direction:column;padding:0 1rem 1.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.admin-sidebar:after{content:"";pointer-events:none;background:linear-gradient(90deg,#00000005,#0000);width:10px;height:100%;position:absolute;top:0;right:-10px}.admin-sidebar.open{transform:translate(0)!important}.admin-brand-modern{flex-direction:column;align-items:center;width:100%;margin-top:-1rem;margin-bottom:-1rem;display:flex;overflow:visible}.logo-box{justify-content:center;align-items:center;width:100%;display:flex}.logo-box img{object-fit:contain;width:100%;max-width:220px;height:auto;transform:scale(1.15)}.brand-texts{text-align:center}.brand-main{color:var(--text-h);font-size:1.1rem;font-weight:600;display:block}.brand-sub{color:var(--brand-p);letter-spacing:1px;font-size:.6rem;font-weight:500}.admin-nav-modern{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:.2rem;display:flex;overflow-y:auto}.admin-nav-modern::-webkit-scrollbar{display:none}.nav-link-modern{border-radius:var(--radius-md);color:var(--text-p);cursor:pointer;background:0 0;border:none;align-items:center;gap:.85rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.nav-link-modern .icon-box{background:0 0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s;display:flex}.nav-link-modern:hover{color:var(--text-h);background:#f1f5f9}.nav-link-modern:hover .icon-box{color:var(--brand-p);transform:translate(2px)}.nav-link-modern.active{background:var(--brand-p);color:#fff;box-shadow:0 4px 12px #3b82f640}.nav-link-modern.active .icon-box{color:#fff}.nav-divider{background:var(--border);height:1px;margin:.5rem}.logout-compact{color:#e11d48;cursor:pointer;background:#fff1f2;border:none;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.55rem 1rem;font-weight:600;display:flex}.admin-main-viewport{flex-direction:column;flex:1;width:100%;display:flex;overflow:hidden}.admin-top-header{height:var(--header-h);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px)saturate(180%);border-bottom:1px solid var(--border);z-index:1000;border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.btn-mobile-menu{color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s;display:none}.btn-mobile-menu:hover{background:var(--bg-main)}.header-user-profile{align-items:center;gap:1rem;display:flex}.user-info-text{text-align:right}.u-name{color:var(--text-h);font-size:.9rem;font-weight:500}.u-role{color:var(--brand-p);font-size:.65rem;font-weight:600}.header-user-profile img{border:1px solid var(--border);border-radius:50%;width:36px;height:36px}.admin-page-content{flex:1;padding:2rem;overflow-y:auto}.dashboard-intro{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.intro-text h1{letter-spacing:-.02em;font-size:2rem;font-weight:600}.intro-text p{color:var(--text-p);margin-top:.2rem;font-size:.95rem}.bento-grid{grid-template-columns:repeat(12,1fr);gap:1.5rem;display:grid}.bento-item{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:1.5rem;transition:transform .2s,box-shadow .2s}.bento-item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.bento-stat{grid-column:span 3}.bento-span-4{grid-column:span 4}.bento-span-8{grid-column:span 8}.bento-span-12{grid-column:span 12}.bento-stat .value{color:var(--text-h);letter-spacing:-.03em;margin:.4rem 0;font-size:2.25rem;font-weight:600}.bento-stat h3{text-transform:uppercase;letter-spacing:.1em;color:var(--text-p);font-size:.75rem;font-weight:500}.p-accent{border:none;position:relative;overflow:hidden;background:linear-gradient(135deg, var(--brand-p), var(--brand-p-deep))!important;color:#fff!important}.p-accent h3{color:#fffc!important}.p-accent .value{color:#fff!important}.admin-table-wrapper{border-radius:0 0 16px 16px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:#64748b;border-bottom:1px solid var(--border);background:#f8fafc;padding:1.2rem 1.5rem;font-size:.75rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--border);vertical-align:middle;background:#fff;padding:1.2rem 1.5rem;font-size:.85rem;transition:background-color .2s}.admin-table tbody tr:hover td{background-color:#f8fafc}.admin-table tbody tr:last-child td{border-bottom:none}.product-info-cell{align-items:center;gap:1.25rem;display:flex}.admin-product-img{object-fit:cover;border:1px solid var(--border);border-radius:10px;width:48px;height:48px;transition:transform .2s;box-shadow:0 2px 8px #0000000f}.admin-table tbody tr:hover .admin-product-img{transform:scale(1.05)}.product-names{flex-direction:column;gap:3px;display:flex}.p-name{color:var(--text-h);font-size:.95rem;font-weight:500}.p-sku{color:var(--text-p);text-transform:uppercase;letter-spacing:.02em;font-size:.7rem;font-weight:500}.status-capsule{text-transform:uppercase;border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:600}.status-capsule.orange{color:#9a3412;background:#ffedd5}.status-capsule.gray{color:#475569;background:#f1f5f9}.status-capsule.green{color:#0369a1;background:#e0f2fe}.inventory-badge{border-radius:4px;padding:3px 6px;font-size:.6rem;font-weight:600}.inventory-badge.warning{color:#9a3412;background:#fff7ed;border:1px solid #ffedd5}.inventory-badge.critical{color:#991b1b;background:#fef2f2;border:1px solid #fee2e2}.tag-category{text-transform:uppercase;border-radius:100px;padding:4px 10px;font-size:.65rem;font-weight:600}.tag-category.green{color:#166534;background:#eff6ff}.action-buttons-modern{justify-content:flex-end;gap:.5rem;display:flex}.btn-action-outline{color:#64748b;background:#f8fafc;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.btn-action-outline:hover{border-color:var(--border);color:var(--brand-p);background:#fff;transform:translateY(-1px);box-shadow:0 2px 6px #0000000d}.btn-action-outline.delete:hover{color:#ef4444}.btn-primary-modern{background:var(--brand-p);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;display:flex}.btn-secondary-modern{color:var(--brand-p);border:1px solid var(--brand-p);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.btn-secondary-modern:hover{background:var(--brand-p-soft);transform:translateY(-1px)}.btn-refresh-modern{color:var(--text-p);cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.btn-refresh-modern:hover{border-color:var(--brand-p);color:var(--brand-p);background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.btn-refresh-modern:disabled{opacity:.6;cursor:not-allowed}.spin{animation:1s linear infinite spin}.hide-mobile{display:table-cell}.show-mobile{display:none!important}.coupon-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.coupon-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:1.25rem}.coupon-code{color:var(--brand-p);background:var(--brand-p-soft);border-radius:6px;padding:4px 10px;font-size:1rem;font-weight:600}.banner-preview-box{background:#f1f5f9;border-radius:8px;width:100%;height:120px;margin-bottom:1rem;position:relative;overflow:hidden}.banner-preview-box img{object-fit:cover;width:100%;height:100%}.modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:600px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-scroll-content{flex:1;padding:1.5rem;overflow-y:auto}.modal-footer{border-top:1px solid var(--border);background:#f8fafc;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--text-h);margin-bottom:.4rem;font-size:.8rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);border-radius:8px;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9rem}@media (width<=1200px){.pos-grid{grid-template-columns:1fr;overflow-y:auto}.pos-cart-side{height:auto;min-height:480px}.pos-container{height:auto;overflow:visible}.pos-cart-items{max-height:450px;overflow-y:auto!important}}@media (width<=991px){:root{--sidebar-w:280px;--header-h:64px}.admin-sidebar{z-index:1001;width:var(--sidebar-w);background:#fff;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:20px 0 50px #0000001a}.btn-close-sidebar-mobile{width:36px;height:36px;color:var(--text-h);box-shadow:var(--shadow-md);z-index:1002;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;position:absolute;top:1rem;right:1rem;background:#fff!important;display:none!important}.admin-sidebar.open .btn-close-sidebar-mobile{display:flex!important}.btn-mobile-menu{border:1px solid var(--border);width:40px;height:40px;color:var(--text-h);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:10px;justify-content:center;align-items:center;display:flex}.admin-top-header{padding:0 1rem}.admin-page-content{padding:1rem .75rem}.dashboard-intro{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.intro-text h1{font-size:1.5rem}.bento-grid{grid-template-columns:1fr;gap:1rem}.bento-stat,.p-accent,.bento-span-4,.bento-span-8,.bento-span-12{grid-column:span 1!important}.bento-item{padding:1.25rem}.admin-table-wrapper{-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:12px;margin:0 -.75rem;overflow-x:auto}.admin-table{min-width:600px}.modal-content{border-radius:16px;max-width:95%;max-height:90vh}.form-row{grid-template-columns:1fr;gap:0}.email-preview-modern{display:none}.attachment-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))!important}}@media (width<=600px){.intro-text h1{font-size:1.25rem}.intro-text p{font-size:.85rem}.header-info-admin,.u-name,.u-role{display:none}.btn-primary-modern,.btn-secondary-modern{justify-content:center;width:100%}.dashboard-intro{width:100%}.dashboard-intro div:last-child{flex-direction:column;gap:.5rem;width:100%;display:flex}.pos-products-grid{grid-template-columns:repeat(2,1fr)}.hide-mobile{display:none!important}.show-mobile{display:table-cell!important}.admin-table th,.admin-table td{padding:.75rem .5rem;font-size:.8rem}.modal-scroll-content{padding:1rem}.admin-layout{overflow:auto}.pos-container{height:auto;overflow:visible}}@media (width<=480px){.bento-item[style*=gridColumn]{grid-column:span 1!important}.bento-item[style*=minHeight]{min-height:260px!important}.bento-stat .value{font-size:1.75rem}.product-editor-grid{grid-template-columns:1fr}.images-editor-grid{gap:6px}.premium-card{border-radius:16px;padding:1.25rem}.marketing-header-main{font-size:1.2rem}.admin-page-content{padding:.75rem}.modal-content{border-radius:12px}}@keyframes pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(1)}}.pulse{animation:2s ease-in-out infinite pulse}.float{animation:3s ease-in-out infinite float}.bento-item,.premium-card{transition:all .3s cubic-bezier(.16,1,.3,1)}.bento-item:hover,.premium-card:hover{box-shadow:var(--shadow-lg);border-color:hsla(var(--brand-h), var(--brand-s), 45.3%, .2);transform:translateY(-4px)}.product-editor-full{padding-bottom:5rem}.product-editor-grid{grid-template-columns:2fr 1fr;align-items:start;gap:1.5rem;display:grid}.section-title-editor{color:var(--text-h);align-items:center;gap:8px;margin-bottom:1.5rem;font-size:1rem;font-weight:600;display:flex}.admin-input-xl{color:var(--brand-p)!important;padding:1rem!important;font-size:1.25rem!important;font-weight:500!important}.admin-textarea-xl{line-height:1.6;min-height:250px!important}.btn-back-minimal{color:var(--brand-p);cursor:pointer;background:0 0;border:none;margin-bottom:.5rem;padding:0;font-size:.85rem;font-weight:500;display:block}.btn-inline-add{background:var(--brand-p-soft);color:var(--brand-p);cursor:pointer;border:none;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:600}.quick-add-box{align-items:center;gap:4px;display:flex}.quick-add-box input{flex:1;font-size:.8rem;padding:.5rem!important}.btn-save-inline{color:#16a34a;cursor:pointer;background:0 0;border:none;padding:4px}.btn-cancel-inline{color:#dc2626;cursor:pointer;background:0 0;border:none;padding:4px}.ai-tone-select{border:1px solid var(--border);border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:500}.btn-ai-generate-full{color:#fff;cursor:pointer;background:linear-gradient(135deg,#15803d,#166534);border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;transition:transform .2s;display:flex}.btn-ai-generate-full:hover{transform:scale(1.02)}.images-editor-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.image-slot{aspect-ratio:1;border:2px dashed var(--border);background:#f8fafc;border-radius:12px;position:relative;overflow:hidden}.image-slot.main{border-color:var(--brand-p)}.image-preview-wrapper-full{width:100%;height:100%;position:relative}.image-preview-wrapper-full img{object-fit:contain;background:#fff;width:100%;height:100%}.btn-remove-img-full{color:#fff;cursor:pointer;z-index:10;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:4px;right:4px}.label-main-img{background:var(--brand-p);color:#fff;text-align:center;padding:2px 0;font-size:.55rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.upload-placeholder-full{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.discount-auto-badge{color:#9a3412;text-align:center;background:#ffedd5;border:1px dashed #fdba74;border-radius:10px;margin-top:1rem;padding:.75rem;font-size:.85rem;font-weight:600}.admin-agenda-container{grid-template-columns:320px 1fr;align-items:flex-start;gap:2rem;margin-top:1.5rem;display:grid}.admin-agenda-sidebar{flex-direction:column;display:flex;position:sticky;top:100px}.selected-date-title h3{color:var(--brand-p);text-transform:capitalize}@media (width<=1024px){.admin-agenda-container{grid-template-columns:1fr}.admin-agenda-sidebar{max-width:320px;margin:0 auto 2rem;position:static}}.pos-container{height:calc(100vh - 120px);overflow:hidden}.pos-grid{grid-template-columns:1fr 400px;gap:1.5rem;height:100%;display:grid}.pos-products-side{flex-direction:column;gap:1rem;display:flex;overflow:hidden}.pos-search-bar{align-items:center;gap:12px;height:60px;padding:0 1.5rem;display:flex}.pos-search-bar input{border:none;outline:none;width:100%;font-size:1.1rem;font-weight:600}.pos-products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;padding-bottom:2rem;display:grid;overflow-y:auto}.pos-product-card{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:16px;padding:.75rem;transition:all .2s}.pos-product-card:hover{border-color:var(--brand-p);transform:translateY(-4px);box-shadow:0 10px 20px #0000000d}.pos-img-wrapper{border-radius:12px;height:120px;margin-bottom:.75rem;position:relative;overflow:hidden}.pos-img-wrapper img{object-fit:cover;width:100%;height:100%}.low-stock-tag{color:#fff;background:#ef4444;border-radius:4px;padding:2px 6px;font-size:.6rem;font-weight:600;position:absolute;top:8px;right:8px}.pos-card-info .p-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:4px 0;font-size:.85rem;font-weight:600;display:-webkit-box;overflow:hidden}.pos-card-info .p-price{color:var(--brand-p);font-size:1rem;font-weight:600}.pos-cart-side{background:#fff;flex-direction:column;height:100%;display:flex}.pos-cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.pos-cart-items{scrollbar-width:thin;scrollbar-color:var(--brand-p) transparent;flex-direction:column;flex:1;gap:1rem;max-height:500px;padding:1rem;display:flex;overflow-y:auto!important}.pos-cart-items::-webkit-scrollbar{width:6px}.pos-cart-items::-webkit-scrollbar-thumb{background-color:var(--brand-p);border-radius:10px}.pos-cart-item{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.item-details{flex-direction:column;gap:2px;max-width:60%;display:flex}.item-name{font-size:.85rem;font-weight:500;line-height:1.2}.item-price{color:var(--brand-p);font-size:.75rem;font-weight:600}.qty-control{background:#f1f5f9;border-radius:8px;align-items:center;gap:8px;padding:4px;display:flex}.qty-control button{cursor:pointer;background:#fff;border:none;border-radius:4px;width:24px;height:24px;font-weight:600}.pos-cart-footer{border-top:1px solid var(--border);background:#f8fafc;border-radius:0 0 16px 16px;padding:1.5rem}.pos-totals{margin-bottom:1.5rem}.total-row{justify-content:space-between;margin-bottom:4px;font-weight:600;display:flex}.total-row.main{color:var(--text-h);border-top:2px solid var(--brand-p-soft);margin-top:1rem;padding-top:1rem;font-size:1rem;font-weight:600}.total-row.main span:last-child{color:var(--brand-p);font-size:1.75rem;font-weight:600}.pos-payment-methods{flex-direction:column;gap:12px;width:100%;display:flex}.btn-payment-main{color:#fff;letter-spacing:-.01em;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#15803d,#166534);border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;height:64px;font-size:1.15rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #2563eb4d}.btn-payment-main:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.btn-payment-main:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.btn-payment-main:hover:after{left:100%}.btn-payment-main:active{transform:translateY(0)}.btn-payment-main:disabled{box-shadow:none;cursor:not-allowed;filter:grayscale(.8);background:#cbd5e1}.shortcut-badge{background:#fff3;border:1px solid #ffffff4d;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:.65rem;font-weight:600}.btn-payment{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;height:50px;font-size:.75rem;font-weight:600}.btn-payment:hover:not(:disabled){background:var(--brand-p-soft);color:var(--brand-p);border-color:var(--brand-p)}.financial-stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.financial-card{color:#fff;border-radius:20px;align-items:center;gap:1.5rem;padding:2rem;display:flex}.financial-card.income{background:linear-gradient(135deg,#10b981,#059669)}.financial-card.expense{background:linear-gradient(135deg,#f43f5e,#e11d48)}.financial-card.balance.positive{background:linear-gradient(135deg,#6366f1,#4f46e5)}.financial-card.balance.negative{background:linear-gradient(135deg,#64748b,#475569)}.financial-card h3{opacity:.8;margin-bottom:4px;font-size:.85rem;color:#fff!important}.financial-card p{margin:0;font-size:1.75rem;font-weight:600}@media (width<=1100px){.product-editor-grid{grid-template-columns:1fr}}.xml-import-view{background:#f8fafc}.breadcrumb-admin{text-transform:uppercase;color:var(--brand-p);letter-spacing:.05em;margin-bottom:.25rem;font-size:.7rem;font-weight:600}.entry-mode-toggle{background:#f1f5f9;border-radius:12px;gap:5px;padding:5px;display:flex;box-shadow:inset 0 2px 4px #0000000d}.mode-btn{color:var(--text-p);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.mode-btn.active{color:var(--text-h);background:#fff;box-shadow:0 4px 12px #00000014}.mode-btn:hover:not(.active){background:#ffffff80}.xml-dropzone{text-align:center;cursor:pointer;background:#fff;border:2px dashed #cbd5e1;border-radius:24px;justify-content:center;align-items:center;margin-top:2rem;padding:6rem 2rem;transition:all .3s;display:flex}.xml-dropzone:hover{border-color:var(--brand-p);background:var(--brand-p-soft);transform:translateY(-2px)}.upload-icon-circle{background:var(--brand-p-soft);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex}.xml-upload-label h3{color:var(--text-h);margin-bottom:.5rem;font-size:1.5rem;font-weight:850}.upload-hint{color:var(--text-p);background:#f1f5f9;border-radius:6px;margin-top:1rem;padding:6px 12px;font-size:.8rem;display:block}.invoice-summary-card{color:#fff;background:linear-gradient(135deg,#15803d,#166534);border-radius:20px;margin-top:1rem;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #2563eb33}.invoice-summary-card:after{content:"";background:#ffffff0d;border-radius:50%;width:300px;height:300px;position:absolute;top:-50%;right:-10%}.summary-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.summary-badge{text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border-radius:100px;align-items:center;gap:6px;padding:4px 12px;font-size:.65rem;font-weight:600;display:flex}.btn-close-summary{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.summary-body{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;display:grid}.sum-column label{opacity:.8;text-transform:uppercase;margin-bottom:4px;font-size:.65rem;font-weight:500;display:block}.sum-column strong{font-size:1.25rem;font-weight:600}.table-header-simple{border-bottom:1px solid var(--border);text-transform:uppercase;color:var(--text-h);background:#fafafa;align-items:center;gap:10px;padding:1rem 1.5rem;font-size:.8rem;font-weight:600;display:flex}.modern-table tbody tr{transition:background .2s}.modern-table .row-matched{background:#fdfdfd}.modern-table .row-unmatched{background:#fffbeb}.xml-prod-desc{flex-direction:column;display:flex}.prod-name-xml{color:var(--text-h);margin-bottom:2px;font-size:.9rem;font-weight:500}.prod-sku-xml{color:var(--text-p);font-size:.7rem;font-weight:600}.qty-xml-badge{color:var(--text-h);background:#f1f5f9;border-radius:8px;padding:6px 12px;font-weight:600;display:inline-block}.matched-product-badge{background:var(--brand-p-soft);color:var(--brand-p);border:1px solid #2563eb1a;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-size:.8rem;font-weight:600;display:flex}.glow{box-shadow:0 0 15px #16a34a26}.opacity-5{opacity:.5}.admin-select-sm{border:1px solid var(--border);border-radius:8px;outline:none;width:100%;padding:8px;font-size:.85rem}.btn-finalize-entry{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f172a,#1e293b);border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #0f172a26}.search-manual-wrapper{background:#fff;position:relative;padding:2rem!important;overflow:visible!important}.header-search-advanced{border:1px solid var(--border);background:#f8fafc;border-radius:16px;align-items:center;gap:15px;padding:1rem 1.5rem;transition:all .3s;display:flex}.header-search-advanced:focus-within{border-color:var(--brand-p);box-shadow:0 0 0 4px var(--brand-p-soft);background:#fff}.header-search-advanced input{background:0 0;border:none;outline:none;flex:1;font-size:1.1rem;font-weight:600}.search-results-dropdown-advanced{z-index:200;border-radius:16px;margin-top:10px;padding:8px;position:absolute;top:100%;left:32px;right:32px;box-shadow:0 20px 50px #00000026!important}.search-result-item-advanced{cursor:pointer;border-radius:12px;align-items:center;gap:16px;padding:12px;transition:all .2s;display:flex}.search-result-item-advanced:hover{background:#f1f5f9}.search-result-item-advanced img{object-fit:cover;border-radius:10px;width:50px;height:50px}.btn-add-circle{background:var(--brand-p-soft);width:36px;height:36px;color:var(--brand-p);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.search-result-item-advanced:hover .btn-add-circle{background:var(--brand-p);color:#fff;transform:rotate(90deg)}.manual-qty-input-wrapper input{border:1px solid var(--border);text-align:center;border-radius:8px;width:80px;padding:10px;font-size:1rem;font-weight:600}.btn-action-outline.delete.red:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.scale-in{animation:.3s ease-out scaleIn}.nfe-detect{border:1px dashed var(--brand-p);margin-bottom:8px;background:var(--brand-p-soft)!important}.nfe-detect:hover{border-style:solid;background:#fff!important}.xml-dropzone.dragging{transition:all .2s;transform:scale(1.02);border:2px dashed var(--brand-p)!important;background:var(--brand-p-soft)!important}.xml-dropzone{transition:all .2s}input::-webkit-outer-spin-button{appearance:none;margin:0}input::-webkit-inner-spin-button{appearance:none;margin:0}input[type=number]{appearance:textfield}.marketing-premium-container{flex-direction:column;gap:2.5rem;display:flex}.premium-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:24px;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px -10px #0000000a,0 4px 10px -5px #00000005}.premium-card:hover{box-shadow:0 20px 40px -15px #0000000f}.marketing-email-section{align-items:start;gap:2.5rem;display:grid}.marketing-grid-two-cols{gap:2rem;display:grid}@media (width>=992px){.marketing-email-section{grid-template-columns:400px 1fr!important}.marketing-grid-two-cols{grid-template-columns:1.2fr 1fr!important}}@media (width<=991px){.marketing-email-section,.marketing-grid-two-cols{gap:1.5rem;grid-template-columns:1fr!important}.marketing-email-section>div{width:100%!important}}.marketing-header-main{color:var(--text-h);letter-spacing:-.02em;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:600}.recipient-item-modern{cursor:pointer;background:#f8fafc;border:1px solid #0000;border-radius:16px;align-items:center;gap:14px;margin-bottom:6px;padding:14px 18px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.recipient-item-modern:hover{background:#fff;border-color:#e2e8f0;transform:translate(4px)}.recipient-item-modern.selected{background:var(--brand-p-soft);border-color:var(--brand-p);box-shadow:0 4px 12px #2563eb14}.recipient-item-modern input[type=checkbox]{width:20px;height:20px;accent-color:var(--brand-p);border-radius:6px}.email-preview-modern{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:32px;padding:2rem}.preview-window-frame{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px -12px #00000026}.preview-window-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.dot-group{gap:8px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.preview-window-body{min-height:450px;padding:40px}.marketing-input-premium{color:var(--text-h);font-weight:500;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:16px 20px!important;font-size:1rem!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.marketing-input-premium.with-icon{padding-left:48px!important}.marketing-input-premium::placeholder{color:#94a3b8;font-weight:400}.marketing-input-premium:focus{border-color:var(--brand-p)!important;box-shadow:0 0 0 4px var(--brand-p-soft)!important;background:#fff!important}.attachment-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px;margin-top:1rem;display:grid}.image-attachment-chip{aspect-ratio:1;box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;border-radius:12px;position:relative;overflow:hidden}.image-attachment-chip img{object-fit:cover;width:100%;height:100%}.btn-remove-attachment{color:#fff;cursor:pointer;z-index:10;background:#e11d48e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:4px;right:4px;box-shadow:0 2px 4px #0000001a}.cart-page{padding-top:2rem;padding-bottom:4rem}.cart-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.cart-header h1{color:var(--text-main);font-size:2rem;font-weight:800}.continue-link{color:var(--primary);align-items:center;gap:.5rem;font-weight:600;display:flex}.cart-container{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=1024px){.cart-container{grid-template-columns:2fr 1fr}}.cart-items{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem}.cart-item{border-bottom:1px solid var(--border-color);grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:1.5rem;padding:1.5rem 0;display:grid}.cart-item:last-child{border-bottom:none}.cart-item-img img{object-fit:cover;border-radius:var(--radius-md);width:80px;height:80px}.cart-item-info h3{margin-bottom:.25rem;font-size:1rem}.cart-item-info .brand{color:var(--text-muted);text-transform:uppercase;font-size:.75rem}.cart-item-quantity{background:var(--bg-color);border-radius:var(--radius-full);align-items:center;padding:.25rem;display:flex}.cart-item-quantity button{width:30px;height:30px;color:var(--primary);justify-content:center;align-items:center;display:flex}.cart-item-quantity span{padding:0 .75rem;font-weight:700}.cart-item-price{text-align:right;flex-direction:column;min-width:100px;display:flex}.unit-price{color:var(--text-muted);font-size:.75rem}.total-item-price{color:var(--primary);font-size:1.1rem;font-weight:800}.remove-btn{color:var(--text-muted);transition:color .3s}.remove-btn:hover{color:var(--error)}.cart-summary{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;height:fit-content;padding:1.5rem;position:sticky;top:120px}.cart-summary h3{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.25rem}.summary-row{color:var(--text-muted);justify-content:space-between;margin-bottom:1rem;display:flex}.summary-row .free{color:var(--success);font-weight:700}.summary-total{border-top:2px solid var(--border-color);color:var(--text-main);justify-content:space-between;margin-top:1rem;margin-bottom:2rem;padding-top:1rem;font-size:1.25rem;font-weight:800;display:flex}.btn-checkout{background:var(--primary);color:#fff;border-radius:var(--radius-md);width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:transform .2s}.btn-checkout:hover{background:var(--primary-hover);transform:translateY(-2px)}.cart-empty{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:5rem 0;display:flex}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-full);margin-top:1rem;padding:.75rem 2rem;font-weight:600}.checkout-container{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}@media (width>=1024px){.checkout-container{grid-template-columns:1fr 400px}}.checkout-section{background:#fff;border:1px solid #f1f5f9;border-radius:20px;margin-bottom:2rem;padding:2.5rem;box-shadow:0 4px 15px #00000008}.checkout-section h3{color:#1e293b;border-bottom:2.5px solid #f0fdf4;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;font-size:1.25rem;display:flex}.checkout-section h3 svg{color:var(--primary)}.form-group{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;display:flex}.form-group label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:800}.form-group input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s}.form-group input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #2563eb1a}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.payment-options-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1rem;display:grid}.payment-option-card{cursor:pointer;background:#fff;border:2px solid #f1f5f9;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.payment-option-card:hover{background:#f8fafc;border-color:#e2e8f0;transform:translateY(-2px)}.payment-option-card.active{background:#f0fdf4;border-color:#22c55e;box-shadow:0 10px 20px #22c55e1a}.payment-icon-wrapper{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.payment-icon-wrapper.pix{color:#10b981;background:#e0f2fe}.payment-icon-wrapper.card{color:#d97706;background:#fef3c7}.payment-icon-wrapper.cash{color:#16a34a;background:#dcfce7}.payment-texts{flex-direction:column;display:flex}.payment-name{color:#1e293b;font-size:1rem;font-weight:800}.payment-desc{color:#64748b;font-size:.75rem;font-weight:500}.payment-checkmark{color:#22c55e;opacity:0;transition:all .3s;position:absolute;top:10px;right:10px;transform:scale(.5)}.payment-option-card.active .payment-checkmark{opacity:1;transform:scale(1)}.pix-copy-paste-box{background:#f0fdf4;border:1.5px dashed #22c55e;border-radius:12px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:1rem;margin-top:-.5rem;margin-bottom:.5rem;padding:1rem;animation:.3s ease-out slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.pix-info{flex-direction:column;display:flex}.pix-label{color:#15803d;text-transform:uppercase;font-size:.7rem;font-weight:700}.pix-key{color:#1e293b;word-break:break-all;font-size:1rem}.btn-copy-pix{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.btn-copy-pix:hover{background:#16a34a;transform:scale(1.05)}.btn-copy-pix:active{transform:scale(.95)}@media (width<=480px){.payment-options-grid{grid-template-columns:1fr}}.btn-confirm-order{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:18px;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1.5rem;font-size:1.2rem;font-weight:800;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 25px #25d3664d}.btn-confirm-order:hover{transform:translateY(-5px);box-shadow:0 15px 35px #25d36666}.checkout-items-mini{margin-bottom:2rem}.mini-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.75rem;transition:all .3s;display:flex}.mini-item:hover{border-color:var(--brand-p);background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.mini-item:last-child{margin-bottom:0}.mini-item-img{z-index:1;flex-shrink:0;width:54px;height:54px;position:relative}.mini-item-img img{object-fit:cover;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;height:100%}.mini-item-qty{background:var(--brand-p,#15803d);color:#fff;z-index:2;border:2px solid #fff;border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0000001a}.mini-item-info{flex-direction:column;flex:1;gap:2px;display:flex}.mini-item-name{color:#1e293b;font-size:.9rem;font-weight:600;line-height:1.2}.mini-item-price{color:var(--primary);font-size:.85rem;font-weight:700}.summary-total-final{border-top:2px solid #f1f5f9;justify-content:space-between;align-items:flex-end;margin-top:1.5rem;padding-top:1.5rem;display:flex}.total-value-label{color:#64748b;margin-bottom:4px;font-size:.9rem;font-weight:700}.total-value{color:#15803d;letter-spacing:-1.5px;font-size:2rem;font-weight:900;line-height:1}.delivery-note{text-align:center;color:#15803d;background:#f0fdf4;border:1px solid #dcfce7;border-radius:14px;justify-content:center;align-items:center;gap:8px;margin-top:2rem;padding:1rem;font-size:.9rem;font-weight:700;display:flex}.order-success-msg{color:#16a34a;background:#f0fdf4;border:2px solid #25d366;border-radius:20px;align-items:center;gap:1.5rem;margin-top:1rem;padding:2rem;display:flex}.order-success-msg strong{margin-bottom:.25rem;font-size:1.1rem;display:block}.order-success-msg p{opacity:.8;margin:0;font-size:.9rem}.btn-confirm-order:disabled{cursor:not-allowed;box-shadow:none;background:#94a3b8;transform:none}.checkout-loading-overlay{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffffff2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-content{text-align:center;max-width:400px;padding:2rem}.spinner{border:5px solid #f1f5f9;border-top-color:var(--primary);border-radius:50%;width:60px;height:60px;margin:0 auto 2rem;animation:1s linear infinite spin}.skeleton-steps{justify-content:center;gap:10px;margin-top:2rem;display:flex}.skeleton-step{background:#f1f5f9;border-radius:10px;width:40px;height:5px;position:relative;overflow:hidden}.skeleton-step:after{content:"";background:linear-gradient(90deg,#0000,#2563eb33,#0000);width:100%;height:100%;animation:1.5s infinite skeleton-loading;position:absolute;top:0;left:0}@keyframes skeleton-loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}.order-success-premium{text-align:center;background:#fff;border:1px solid #f0fdf4;border-radius:24px;padding:3rem;box-shadow:0 20px 50px #0000000d}.success-icon-wrapper{color:#22c55e;background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 2rem;animation:.5s cubic-bezier(.175,.885,.32,1.275) scaleIn;display:flex}.success-texts h2{color:#0f172a;margin-bottom:1rem;font-size:2rem;font-weight:900}.order-details-summary{background:#f8fafc;border-radius:16px;margin:2rem 0;padding:1.5rem}.summary-row{color:#64748b;justify-content:space-between;margin-bottom:.75rem;font-weight:600;display:flex}.status-badge{color:#15803d;background:#dcfce7;border-radius:100px;padding:2px 10px;font-size:.75rem;font-weight:800}.btn-back-home{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;width:100%;padding:1rem 2rem;font-weight:700;transition:all .3s}.btn-back-home:hover{background:#1e293b;transform:translateY(-2px)}@media (width<=768px){.checkout-container{flex-direction:column-reverse;gap:1.5rem;display:flex}.checkout-form{padding:1rem}.checkout-summary{width:100%;position:static}.form-row{grid-template-columns:1fr;gap:0}.checkout-section h3{margin-bottom:1rem;font-size:1.1rem}.payment-options{grid-template-columns:1fr}.btn-confirm-order{width:100%;margin-top:2rem;padding:1.25rem}.cart-header h1{font-size:1.5rem}.glass-card{padding:1.25rem}}@media (width<=480px){.checkout-page{padding-top:1rem}.checkout-section{margin-bottom:1rem;padding:1.25rem}.mini-item{font-size:.9rem}.form-row{gap:1rem}.total-value{font-size:1.5rem}.order-success-premium{border-radius:16px;padding:1.5rem}.success-texts h2{font-size:1.5rem}.pix-copy-paste-box{text-align:center;flex-direction:column}}.coupon-section{margin:1.25rem 0}.coupon-input-group{gap:.5rem;margin-bottom:.5rem;display:flex}.coupon-input-group input{text-transform:uppercase;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;flex:1;min-width:0;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.coupon-input-group input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #2563eb1a}.coupon-input-group input:disabled{color:#94a3b8;background:#f1f5f9;border-style:dashed}.btn-apply-coupon{color:#1e3a8a;cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;flex-shrink:0;align-items:center;gap:6px;padding:0 1rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.btn-apply-coupon:hover{background:var(--primary);color:#fff;transform:translateY(-1px)}.btn-remove-coupon{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:12px;justify-content:center;align-items:center;padding:0 .85rem;transition:all .2s;display:flex}.btn-remove-coupon:hover{background:#fecaca;transform:scale(1.05)}.coupon-msg{border-radius:10px;margin-top:.5rem;padding:.6rem .75rem;font-size:.8rem;font-weight:600}.coupon-msg.success{color:#15803d;background:#f0fdf4;border:1px solid #dcfce7}.coupon-msg.error{color:#dc2626;background:#fef2f2;border:1px solid #fee2e2}.summary-row-alt.discount{color:#15803d;font-weight:700}.summary-row-alt.discount span:last-child{color:#15803d}.product-page-wrapper{background-color:#f8fafc;width:100%;min-height:100vh;padding-top:.5rem;overflow-x:hidden}.breadcrumb-nav{color:#94a3b8;background:#fff;border-bottom:1px solid #edf2f7;padding:1rem 0;font-size:.8rem;font-weight:600}.breadcrumb-nav .container{white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:.5rem;display:flex;overflow-x:auto}.breadcrumb-nav .container::-webkit-scrollbar{display:none}.breadcrumb-nav a{color:#64748b;transition:color .2s}.breadcrumb-nav a:hover{color:var(--primary)}.main-content-grid{grid-template-columns:1fr 1.2fr 380px;align-items:start;gap:3rem;margin-top:3rem;margin-bottom:4rem;display:grid}.gallery-section{position:sticky;top:6rem}.main-image-card{aspect-ratio:1;box-shadow:var(--shadow-md);background:#fff;border-radius:20px;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative;overflow:hidden}.main-image-card img{object-fit:contain;width:100%;height:100%}.discount-tag{color:#fff;z-index:2;background:#ef4444;border-radius:10px;padding:.5rem 1rem;font-weight:800;position:absolute;top:1rem;left:1rem}.favorite-action{color:#cbd5e1;z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #0000001a}.favorite-action.active{color:var(--secondary)}.thumbnails-grid{gap:1rem;margin-top:1.5rem;display:flex}.thumb{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;width:80px;height:80px;padding:8px;transition:border .3s}.thumb.active{border-color:var(--primary)}.thumb img{object-fit:contain;width:100%;height:100%}.brand-badge{color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;background:#f0fdf4;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:800}.product-title{color:var(--text-main);margin:1rem 0;font-size:2.2rem;font-weight:900;line-height:1.1}.product-meta{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.rating-review{align-items:center;gap:.5rem;display:flex}.rating-review .count{color:var(--text-muted);font-size:.85rem}.sku{color:var(--text-muted);font-family:monospace;font-size:.8rem}.quick-benefits{background:#fff;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.benefit{color:#475569;align-items:center;gap:10px;margin-bottom:.8rem;font-size:.9rem;display:flex}.benefit svg{color:var(--primary)}.benefit:last-child{margin-bottom:0}.main-description-preview{color:#475569;line-height:1.6}.buy-box{box-shadow:var(--shadow-lg);background:#fff;border-radius:24px;padding:2rem;position:sticky;top:6rem}.price-container{margin-bottom:2rem}.old-price{color:#94a3b8;font-size:1.1rem;text-decoration:line-through}.current-price-row{color:var(--text-main);align-items:baseline;margin:.5rem 0;display:flex}.currency{margin-right:4px;font-size:1.2rem;font-weight:700}.value{font-size:3rem;font-weight:900;line-height:1}.cents{font-size:1.5rem;font-weight:700;position:relative;top:-14px}.installments p{color:#475569;align-items:center;gap:6px;margin-bottom:.4rem;font-size:.9rem;display:flex}.pix-promo{color:var(--primary)}.pix-promo svg{color:var(--primary);fill:var(--primary)}.shipping-calculator{background:#f8fafc;border-radius:12px;margin:2rem 0;padding:1.2rem}.calc-header{align-items:center;gap:8px;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:flex}.calc-input{gap:10px;display:flex}.calc-input input{border:2px solid #e2e8f0;border-radius:8px;outline:none;flex:1;padding:.6rem 1rem;font-weight:600}.calc-input button{background:var(--text-main);color:#fff;border-radius:8px;padding:0 1rem;font-size:.8rem;font-weight:700}.purchase-actions{flex-direction:column;gap:1rem;display:flex}.qty-selector{border:2px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-weight:800;display:flex}.qty-selector button{width:32px;height:32px;color:var(--primary);font-size:1.5rem}.btn-buy-now{background:var(--secondary);color:#fff;border-radius:14px;padding:1.2rem;font-size:1.1rem;font-weight:800;transition:transform .2s}.btn-add-cart{border:2px solid var(--primary);color:var(--primary);background:#fff;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:1rem;font-weight:800;transition:background .2s;display:flex}.btn-add-cart:hover{background:#f0fdf4}.trust-footer{border-top:1px solid #f1f5f9;margin-top:2rem;padding-top:1.5rem}.trust-item{color:#94a3b8;align-items:center;gap:10px;margin-bottom:.8rem;font-size:.8rem;font-weight:600;display:flex}.details-tabs-section{background:#fff;border-top:1px solid #e2e8f0;padding:4rem 0}.tabs-header{border-bottom:2px solid #f1f5f9;gap:3rem;margin-bottom:3rem;display:flex}.tabs-header button{color:#94a3b8;padding:1rem 0;font-size:1.1rem;font-weight:800;position:relative}.tabs-header button.active{color:var(--text-main)}.tabs-header button.active:after{content:"";background:var(--primary);width:100%;height:3px;position:absolute;bottom:-2px;left:0}.tab-panel{min-height:300px}.dna-title{color:var(--text-main);margin-bottom:2rem;font-size:2rem;font-weight:900}.description-placeholder h3{margin:2rem 0 1rem}.description-placeholder ul{padding-left:1.5rem;list-style:outside}.description-placeholder li{color:#475569;margin-bottom:.5rem}.specs-table{border-collapse:collapse;width:100%}.specs-table td{border-bottom:1px solid #f1f5f9;padding:1.2rem}.specs-table td:first-child{color:#64748b;background:#f8fafc;width:30%;font-weight:800}.brand-panel .brand-info-dna{align-items:center;gap:2rem;display:flex}.brand-logo-mock{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:3rem;font-weight:900;display:flex}@media (width<=1200px){.main-content-grid{grid-template-columns:1fr 1fr;gap:2rem}.buy-box{grid-column:span 2;position:static}}@media (width<=768px){.product-page-wrapper{padding-top:1rem}.main-content-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}.gallery-section{width:100%;margin-bottom:1rem;position:static!important}.main-image-card{aspect-ratio:4/3;border-radius:12px;height:auto;padding:.5rem}.thumbnails-grid{justify-content:center;gap:.75rem;margin-top:1rem}.thumb{width:50px;height:50px;padding:4px}.product-title{margin:.5rem 0;font-size:1.4rem;line-height:1.2}.product-meta{gap:1rem;margin-bottom:1rem}.info-section{padding:0}.quick-benefits{margin-bottom:1.5rem;padding:1rem}.buy-box{border-radius:16px;grid-column:span 1;padding:1.5rem;position:static!important}.tabs-header{scrollbar-width:none;gap:1rem;padding-bottom:.5rem;overflow-x:auto}.tabs-header::-webkit-scrollbar{display:none}.tabs-header button{white-space:nowrap;font-size:.9rem}.dna-title{font-size:1.5rem}.value{font-size:2.25rem}.cents{font-size:1.1rem;top:-10px}}@media (width<=480px){.product-title{font-size:1.2rem}.buy-box{padding:1rem}.value{font-size:2rem}.specs-table td{padding:.8rem .5rem;font-size:.85rem}.specs-table td:first-child{width:40%}.brand-panel .brand-info-dna{text-align:center;flex-direction:column}}.sticky-purchase-mobile{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:500;background:#ffffffe6;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;transition:transform .4s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -10px 25px #0000000d}.sticky-purchase-mobile.visible{transform:translateY(0)}.sticky-p-info{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.sticky-p-info img{object-fit:cover;border-radius:8px;width:48px;height:48px}.sticky-p-texts{flex-direction:column;min-width:0;display:flex}.sticky-p-name{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.sticky-p-price{color:var(--primary);font-size:.95rem;font-weight:800}.btn-sticky-buy{background:var(--primary);color:#fff;white-space:nowrap;border:none;border-radius:12px;align-items:center;gap:8px;padding:.8rem 1.2rem;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 4px 12px #2563eb33}@media (width>=769px){.sticky-purchase-mobile{display:none}}@media (width<=768px){.product-page-wrapper{padding-bottom:5rem}}.reviews-container{grid-template-columns:350px 1fr;gap:3rem;margin-top:1rem;display:grid}@media (width<=992px){.reviews-container{grid-template-columns:1fr;gap:2rem}}.reviews-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;height:fit-content;padding:2rem;position:sticky;top:100px;box-shadow:0 4px 6px -1px #0000000d}.rating-big{text-align:center;border-bottom:1px solid #f1f5f9;margin-bottom:2rem;padding-bottom:2rem}.rating-big .avg{color:#1e293b;margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1;display:block}.stars-row{justify-content:center;gap:4px;margin-bottom:.5rem;display:flex}.total-text{color:#64748b;font-size:.875rem}.add-review-form h3{color:#1e293b;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.star-input{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.star-input span{color:#475569;font-size:.875rem;font-weight:600}.stars-selectable{gap:4px;display:flex}.stars-selectable button{cursor:pointer;background:0 0;border:none;padding:0;transition:transform .2s}.stars-selectable button:hover{transform:scale(1.1)}.comment-input textarea{resize:vertical;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;min-height:120px;margin-bottom:1rem;padding:1rem;font-family:inherit;font-size:.9375rem;transition:all .2s}.comment-input textarea:focus{border-color:var(--primary,#f97316);background:#fff;outline:none;box-shadow:0 0 0 3px #f973161a}.btn-submit-review{background:var(--primary,#f97316);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:.875rem;font-size:.9375rem;font-weight:700;transition:all .2s;display:flex}.btn-submit-review:hover:not(:disabled){background:#ea580c;transform:translateY(-2px);box-shadow:0 4px 12px #f9731633}.btn-submit-review:disabled{opacity:.7;cursor:not-allowed}.login-to-review{text-align:center;background:#fff7ed;border:1px dashed #fdba74;border-radius:12px;padding:1rem}.login-to-review svg{color:#f97316;opacity:.5;margin-bottom:1rem}.login-to-review p{color:#9a3412;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.login-to-review button{color:#f97316;cursor:pointer;background:#fff;border:1px solid #f97316;border-radius:8px;padding:.5rem 1.5rem;font-weight:600;transition:all .2s}.login-to-review button:hover{color:#fff;background:#f97316}.reviews-list{flex-direction:column;gap:1.5rem;display:flex}.review-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:1.5rem;transition:all .2s}.review-card:hover{border-color:#e2e8f0;box-shadow:0 4px 12px #00000008}.review-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.user-info{align-items:center;gap:12px;display:flex}.user-avatar{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:700;display:flex}.user-details{flex-direction:column;display:flex}.user-name{color:#1e293b;font-size:.9375rem;font-weight:700}.review-date{color:#94a3b8;font-size:.75rem}.review-stars{gap:2px;display:flex}.review-body p{color:#475569;white-space:pre-line;font-size:.9375rem;line-height:1.6}.no-reviews,.loading-placeholder{text-align:center;color:#94a3b8;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:16px;padding:4rem 2rem}.vet-layout{background:#f8fafc;width:100vw;height:100vh;font-family:Inter,sans-serif;display:flex;overflow:hidden}.vet-sidebar{z-index:1001;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:280px;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex}.vet-sidebar.open{transform:translate(0)!important}.sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background:#0f172a66;display:none;position:fixed;inset:0}.sidebar-overlay.visible{display:block}.btn-mobile-menu{color:#1e293b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;display:none}.vet-brand{align-items:center;gap:12px;margin-bottom:2.5rem;padding:.5rem;display:flex}.vet-brand img{object-fit:contain;width:44px;height:44px}.brand-info{flex-direction:column;display:flex}.b-name{color:#0f172a;font-size:1.1rem;font-weight:600}.b-role{color:#15803d;letter-spacing:.5px;font-size:.75rem;font-weight:600}.vet-nav{flex-direction:column;flex:1;gap:8px;display:flex}.vet-nav button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-weight:500;transition:all .2s;display:flex}.vet-nav button:hover{color:#0f172a;background:#f1f5f9}.vet-nav button.active{color:#15803d;background:#dcfce7}.vet-sidebar-bottom{border-top:1px solid #e2e8f0;padding-top:1.5rem}.vet-user-card{background:#f8fafc;border-radius:12px;align-items:center;gap:12px;margin-bottom:12px;padding:12px;display:flex}.vet-user-card img{border-radius:50%;width:40px;height:40px}.u-info{flex-direction:column;display:flex}.u-info strong{color:#1e293b;font-size:.9rem}.u-info span{color:#64748b;font-size:.75rem}.btn-logout{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #fee2e2;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-size:.85rem;font-weight:600;display:flex}.btn-logout:hover{background:#fef2f2}.vet-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.vet-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;display:flex}.header-left{color:#64748b;align-items:center;gap:10px;font-size:.9rem;font-weight:600;display:flex}.date-str{color:#1e293b;text-transform:capitalize;font-size:.85rem;font-weight:600}.vet-page{flex:1;padding:2rem;overflow-y:auto}.vet-intro{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.vet-intro h1{color:#0f172a;margin:0;font-size:1.75rem;font-weight:600}.vet-intro p{color:#64748b;margin:4px 0 0}.btn-vet-primary{color:#fff;cursor:pointer;background:#15803d;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-weight:500;display:flex;box-shadow:0 4px 12px #2563eb33}.vet-grid-agenda{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));align-content:flex-start;gap:1.5rem;display:grid}.vet-agenda-layout{grid-template-columns:320px 1fr;align-items:flex-start;gap:2rem;display:grid}.agenda-sidebar-calendar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:2rem}.agenda-stats-mini{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.stat-card-mini{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;padding:1.25rem;display:flex}.stat-card-mini .s-label{color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:.7rem;font-weight:500}.stat-card-mini .s-value{color:#1e293b;font-size:1.5rem;font-weight:600}.selected-date-header{grid-column:1/-1;margin-bottom:.5rem}.selected-date-header h3{color:#1e293b;margin:0;font-size:1.25rem;font-weight:600}@media (width<=992px){.vet-agenda-layout{grid-template-columns:1fr}.agenda-sidebar-calendar{align-items:center;max-width:100%;position:static}.agenda-stats-mini{width:100%;max-width:320px}}.vet-card-appointment{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.vet-card-appointment:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000d}.app-time{color:#15803d;align-items:center;gap:6px;font-size:.95rem;font-weight:600;display:flex}.app-info h3{color:#1e293b;margin:0;font-size:1.1rem}.app-info p{color:#64748b;margin:4px 0 0;font-size:.85rem;font-weight:500}.app-notes{color:#475569;background:#f8fafc;border-left:3px solid #cbd5e1;border-radius:8px;margin-top:10px;padding:8px;font-size:.8rem}.status-tag{text-transform:uppercase;border-radius:100px;padding:4px 12px;font-size:.75rem;font-weight:600}.status-tag.pending{color:#b45309;background:#fef3c7}.status-tag.confirmed{color:#15803d;background:#dcfce7}.app-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:8px;padding-top:1rem;display:flex}.app-actions button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.app-actions button:hover{color:#15803d;background:#f8fafc;border-color:#15803d}.vet-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.vet-table{border-collapse:collapse;width:100%}.vet-table th{text-align:left;color:#64748b;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.8rem;font-weight:500}.vet-table td{border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem}.pet-cell{align-items:center;gap:12px;display:flex}.pet-avatar{color:#fff;background:#15803d;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.vet-actions-row{gap:8px;display:flex}.btn-icon{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.btn-icon:hover{color:#15803d;background:#f1f5f9}.vet-search{width:300px;position:relative}.vet-search svg{color:#94a3b8;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.vet-search input{border:1px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 12px 10px 40px;font-size:.9rem}.vet-search input:focus{border-color:#15803d}.modal-overlay.vet-modal{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a80;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-content.prescription-modal{max-width:800px}.modal-header{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.modal-header h2{color:#0f172a;margin:0;font-size:1.25rem;font-weight:600}.btn-close{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px}.form-group-vet{flex-direction:column;gap:8px;display:flex}.form-group-vet label{color:#475569;font-size:.85rem;font-weight:500}.form-group-vet input,.form-group-vet textarea{border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:12px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group-vet input:focus,.form-group-vet textarea:focus{border-color:#15803d}.btn-vet-primary.full{justify-content:center;width:100%}.prescription-preview{background:#fff;padding:2cm;display:none}@media print{.no-print{display:none!important}.print-only{display:block!important}body,.vet-layout,.vet-main,.vet-page{background:#fff!important;margin:0!important;padding:0!important;overflow:visible!important}.modal-overlay{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;padding:0!important;position:absolute!important}.modal-content{box-shadow:none!important;width:100%!important;max-width:none!important;max-height:none!important}.modal-header,.vet-sidebar,.vet-header,.modal-scroll-content,.prescription-editor{display:none!important}}.empty-state{text-align:center;color:#64748b;background:#fff;border:1px dotted #cbd5e1;border-radius:16px;grid-column:1/-1;padding:4rem;font-weight:600}.fade-in{animation:.3s ease-in-out fadeIn}@media (width<=991px){.vet-sidebar{position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:20px 0 50px #0000001a}.btn-mobile-menu{display:flex}.vet-header{padding:0 1rem}.vet-page{padding:1.25rem}.vet-intro{flex-direction:column;align-items:flex-start;gap:1rem}.vet-grid-agenda{grid-template-columns:1fr}.vet-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.vet-table{min-width:600px}.vet-search{width:100%}}@media (width<=600px){.vet-intro h1{font-size:1.5rem}.header-left span{display:none}.btn-vet-primary{justify-content:center;width:100%}}.prescription-modal-premium{flex-direction:column;height:90vh;display:flex;overflow:hidden;width:95%!important;max-width:1000px!important}.prescription-layout-premium{flex-direction:column;height:100%;display:flex}.prescription-editor-box{flex-shrink:0}.prescription-print-template{flex:1;justify-content:center;display:flex;overflow-y:auto;background:#f1f5f9!important;padding:40px!important}.presc-paper-styled{background:#fff;width:210mm;margin:0 auto;box-shadow:0 10px 25px #0000001a}@media print{body *{visibility:hidden}.print-only,.print-only *{visibility:visible}.print-only{width:100%;height:100%;position:absolute;top:0;left:0;background:#fff!important;padding:0!important}.prescription-print-template{background:#fff!important;padding:0!important;overflow:visible!important}.presc-paper-styled{box-shadow:none!important;border:none!important;width:100%!important;margin:0!important;padding:1.5cm!important}.no-print{display:none!important}@page{size:A4;margin:0}}.scroll-modal .modal-body{max-height:calc(90vh - 70px);overflow-y:auto}.prescription-premium-container{background:#f8fafc;grid-template-columns:350px 1fr;height:calc(90vh - 70px);display:grid}.presc-editor-side{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.editor-header{color:#1e293b;align-items:center;gap:8px;font-size:.9rem;font-weight:500;display:flex}.presc-textarea{resize:none;background:#fdfdfd;border:2px solid #f1f5f9;border-radius:12px;outline:none;flex:1;padding:1rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5;transition:border-color .2s}.presc-textarea:focus{border-color:#15803d}.btn-vet-confirm-print{color:#fff;cursor:pointer;background:#15803d;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;height:50px;font-weight:500;transition:transform .2s,background .2s;display:flex}.btn-vet-confirm-print:hover{background:#166534;transform:translateY(-2px)}.presc-preview-side{background:#f1f5f9;flex-direction:column;align-items:center;padding:2rem;display:flex;overflow-y:auto}.preview-label{color:#94a3b8;letter-spacing:1px;margin-bottom:1rem;font-size:.7rem;font-weight:600}.presc-paper-styled{box-sizing:border-box;background:#fff;flex-direction:column;width:210mm;min-height:297mm;padding:1.5cm;display:flex;position:relative;box-shadow:0 10px 40px #00000014}.presc-top-header{border-bottom:3px solid #15803d;align-items:center;gap:20px;margin-bottom:30px;padding-bottom:20px;display:flex}.presc-logo-img{object-fit:contain;width:100px;height:100px}.presc-hospital-name{color:#15803d;text-transform:uppercase;margin:0;font-size:1.8rem;font-weight:600}.presc-hospital-sub{color:#475569;margin:0;font-weight:500}.presc-hospital-addr{color:#64748b;margin-top:5px;font-size:.85rem}.presc-title-box{text-align:center;margin-bottom:30px}.presc-main-title{color:#1e293b;border-bottom:1px solid #e2e8f0;padding-bottom:5px;font-size:1.6rem;font-weight:600;display:inline-block}.presc-patient-card-styled{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:40px;padding:20px;display:grid}.info-label{color:#64748b;margin-bottom:5px;font-size:.7rem;font-weight:600;display:block}.info-value-highlight{color:#15803d;font-size:1.3rem;font-weight:600}.info-sub{color:#64748b;margin:2px 0 0;font-size:.9rem}.presc-med-content{flex:1}.presc-med-title{color:#0f172a;margin-bottom:20px;font-size:1rem;font-weight:600}.presc-text-body{white-space:pre-wrap;color:#1e293b;font-size:1.2rem;line-height:1.8}.presc-signature-area{flex-direction:column;align-items:center;margin-top:50px;display:flex}.signature-line-dark{background:#0f172a;width:300px;height:2px;margin-bottom:10px}.signature-name{margin:0;font-size:1.2rem;font-weight:600}.signature-role{color:#64748b;margin:0;font-size:.9rem}.presc-fine-print{text-align:center;color:#94a3b8;border-top:1px solid #f1f5f9;margin-top:40px;padding-top:15px;font-size:.75rem}@media (width<=900px){.prescription-premium-container{grid-template-columns:1fr;height:auto}.presc-editor-side{border-bottom:2px solid #e2e8f0;border-right:none}.presc-paper-styled{width:100%;padding:1cm}}@media print{.modal-overlay{background:#fff!important;padding:0!important}.prescription-premium-container{height:auto!important;display:block!important}.presc-preview-side{background:#fff!important;padding:0!important}.presc-paper-styled{box-shadow:none!important;border:none!important}}.prescription-simple-editor{background:#fff;flex-direction:column;gap:2rem;min-height:600px;padding:2.5rem;display:flex}.editor-top-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:20px;padding:1rem 1.5rem;display:flex}.patient-tag,.tutor-tag{color:#1e293b;font-size:.95rem}.patient-tag strong,.tutor-tag strong{color:#15803d}.presc-form-group{flex-direction:column;gap:12px;display:flex}.presc-form-group label{color:#0f172a;font-size:1.1rem;font-weight:600}.presc-main-textarea{resize:vertical;background:#fafafa;border:2px solid #e2e8f0;border-radius:15px;outline:none;width:100%;padding:1.5rem;font-family:Inter,sans-serif;font-size:1.2rem;line-height:1.6;transition:all .2s}.presc-main-textarea:focus{background:#fff;border-color:#15803d;box-shadow:0 0 0 4px #2563eb1a}.presc-actions{justify-content:center;display:flex}.large-btn{border-radius:15px;max-width:500px;padding:1.2rem 3rem;font-size:1.2rem}@media (width<=480px){.modal-content{border-radius:12px;max-width:95vw}.prescription-modal-premium{height:100vh;border-radius:0!important;width:100%!important;max-width:100%!important}.vet-card-appointment{padding:1rem}.app-info h3{font-size:1rem}.editor-top-info{flex-direction:column;gap:8px}.prescription-simple-editor{padding:1.25rem}.presc-main-textarea{padding:1rem;font-size:1rem}.large-btn{width:100%;max-width:none;padding:1rem 2rem;font-size:1rem}}.institutional-page{gap:3rem;min-height:70vh;padding:4rem 1rem;display:flex}.inst-sidebar{flex-direction:column;gap:.5rem;width:250px;height:fit-content;display:flex;position:sticky;top:100px}.inst-sidebar a{color:var(--text-muted);background:var(--glass-bg);border:1px solid var(--border-color);border-radius:12px;padding:1rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s}.inst-sidebar a:hover{background:var(--brand-p-soft);color:var(--brand-p);transform:translate(5px)}.inst-sidebar a.active{background:var(--brand-p);color:#fff;border-color:var(--brand-p);box-shadow:0 4px 15px #15803d33}.inst-main{flex:1}.inst-title{color:var(--text-main);align-items:center;gap:1rem;margin-bottom:2rem;font-size:2.5rem;display:flex}.inst-title svg{color:var(--brand-p)}.inst-hero-section{text-align:center;background:linear-gradient(135deg, var(--brand-p) 0%, #064e3b 100%);color:#fff;border-radius:32px;margin-bottom:4rem;padding:5rem 3rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #064e3b26}.inst-hero-section:before{content:"";opacity:.15;mix-blend-mode:overlay;background:url(https://images.unsplash.com/photo-1500382017468-9049fed747ef?q=80&w=2000&auto=format&fit=crop) 50%/cover;position:absolute;inset:0}.inst-hero-content{z-index:1;position:relative}.inst-hero-tagline{text-transform:uppercase;letter-spacing:.2em;color:#a7f3d0;margin-bottom:1rem;font-size:.9rem;font-weight:700}.inst-logo-large{filter:brightness(0)invert();height:140px;margin-bottom:2rem}.inst-subtitle{color:#fff;max-width:700px;margin:0 auto;font-size:1.5rem;font-weight:300;line-height:1.4}.inst-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.inst-card{box-shadow:var(--shadow-sm);border:1px solid var(--border-color);background:#fff;border-radius:20px;padding:2rem;transition:transform .3s}.inst-card:hover{transform:translateY(-5px)}.accent-icon{color:var(--brand-p);margin-bottom:1rem}.inst-text{color:var(--text-muted);font-size:1.1rem;line-height:1.8}.legal-text h3{color:var(--text-main);margin:2rem 0 1rem}.legal-text p{color:var(--text-muted);margin-bottom:1rem;line-height:1.6}.legal-text ul{color:var(--text-muted);margin-bottom:1rem;padding-left:1.5rem}.legal-text li{margin-bottom:.5rem}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:var(--glass-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem}.faq-item h3{color:var(--brand-p);margin-bottom:.5rem;font-size:1.1rem}.faq-item p{color:var(--text-muted)}.contact-grid{grid-template-columns:1fr 1.5fr;gap:2rem;display:grid}.contact-info-card{background:var(--brand-p);color:#fff;border-radius:24px;flex-direction:column;gap:2rem;padding:2rem;display:flex}.contact-method{align-items:flex-start;gap:1.25rem;display:flex}.contact-method .icon{background:#fff3;border-radius:12px;padding:.75rem}.form-group-inst{margin-bottom:1.5rem}.form-group-inst label{color:var(--text-main);margin-bottom:.5rem;font-weight:600;display:block}.form-group-inst input,.form-group-inst textarea{border:1px solid var(--border-color);background:#fff;border-radius:12px;width:100%;padding:1rem}.store-card{grid-template-columns:1fr 1fr;display:grid;overflow:hidden;padding:0!important}.store-info{flex-direction:column;gap:1.5rem;padding:3rem;display:flex}.info-item{color:var(--text-muted);gap:1rem;display:flex}.store-map-placeholder img{object-fit:cover;width:100%;height:100%}@media (width<=992px){.institutional-page{flex-direction:column}.inst-sidebar{flex-direction:row;width:100%;padding-bottom:1rem;position:relative;top:0;overflow-x:auto}.inst-sidebar a{white-space:nowrap}.contact-grid,.store-card{grid-template-columns:1fr}}.av-page{--green:#15803d;--green-light:#dcfce7;--text:#0f172a;--muted:#64748b;font-family:Inter,sans-serif;overflow-x:hidden}.av-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--green);background:var(--green-light);border-radius:100px;margin-bottom:1.25rem;padding:5px 12px;font-size:.72rem;font-weight:800;display:inline-block}.av-hero{background:#f8fafc;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.av-hero-card{background:#fff;border:1px solid #f1f5f9;border-radius:32px;grid-template-columns:1.2fr 1fr;width:100%;max-width:1200px;display:grid;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d,0 40px 60px -15px #0000001a}.av-hero-text{background:#fff;align-items:center;padding:5rem 4rem 5rem 5rem;display:flex}.av-hero-text h1{letter-spacing:-3px;color:var(--text);margin-bottom:1.5rem;font-size:4.8rem;font-weight:900;line-height:.95}.av-hero-text h1 em{color:var(--green);font-style:italic}.av-hero-lead{color:var(--muted);max-width:440px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.av-hero-facts{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;display:flex}.av-fact{flex-direction:column;display:flex}.av-fact-val{color:var(--text);font-size:.9rem;font-weight:900}.av-fact-label{color:var(--muted);font-size:.72rem}.av-fact-divider{background:#e2e8f0;width:1px;height:32px}.av-hero-actions{flex-direction:column;gap:.75rem;display:flex}.av-btn-primary{background:var(--green);color:#fff;border-radius:14px;align-items:center;gap:10px;width:fit-content;padding:16px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 24px #2563eb4d}.av-btn-primary:hover{background:#166534;transform:translateY(-2px);box-shadow:0 12px 32px #2563eb66}.av-hero-contact{color:var(--muted);align-items:center;gap:8px;font-size:.85rem;display:flex}.av-hero-img-col{position:relative;overflow:hidden}.av-hero-img-wrap{width:100%;height:100%;position:relative}.av-hero-img-wrap img{object-fit:contain;object-position:center 30%;z-index:1;width:100%;height:100%;position:relative}.av-hero-img-badge{z-index:2;color:var(--brand-p);white-space:nowrap;border:1px solid var(--green-light);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-size:.75rem;font-weight:900;display:flex;position:absolute;bottom:7rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001a}.av-services{max-width:1100px;margin:0 auto;padding:5rem 0 0;position:relative}.av-services-label{letter-spacing:.15em;text-transform:uppercase;color:#94a3b8;margin-bottom:3rem;padding:0 2rem;font-size:.7rem;font-weight:900}.av-service-row{border-top:1px solid #e2e8f0;grid-template-columns:1fr 1fr;gap:0;margin-bottom:5rem;padding-top:3rem;display:grid}.av-service-row.reverse{direction:rtl}.av-service-row.reverse .av-service-info,.av-service-row.reverse .av-service-img-col{direction:ltr}.av-service-img-col{padding:0 3rem 0 2rem;position:relative}.av-service-num{color:#f1f5f9;letter-spacing:-4px;z-index:0;margin-bottom:-1.5rem;font-size:6rem;font-weight:900;line-height:1;position:relative}.av-service-photo{aspect-ratio:4/3;object-fit:cover;z-index:1;border-radius:20px;width:100%;transition:transform .5s;position:relative}.av-service-row:hover .av-service-photo{transform:scale(1.02)}.av-service-info{flex-direction:column;justify-content:center;gap:1rem;padding:0 2rem 0 3rem;display:flex}.av-service-tag{letter-spacing:.06em;text-transform:uppercase;border-radius:100px;width:fit-content;padding:4px 12px;font-size:.72rem;font-weight:800;display:inline-block}.av-service-title{letter-spacing:-2px;color:var(--text);font-size:2.75rem;font-weight:900;line-height:1}.av-service-desc{color:var(--muted);max-width:380px;font-size:.95rem;line-height:1.75}.av-service-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.av-service-list li{color:var(--text);align-items:center;gap:8px;font-size:.87rem;font-weight:600;display:flex}.av-service-price-tag{color:var(--muted);background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:fit-content;padding:8px 14px;font-size:.85rem}.av-service-price-tag strong{color:var(--text);font-weight:900}.av-service-cta{color:var(--cta-color,var(--green));border-bottom:2px solid #0000;align-items:center;gap:8px;width:fit-content;padding:0;font-size:.9rem;font-weight:700;text-decoration:none;transition:border-color .2s;display:inline-flex}.av-service-cta:hover{border-bottom-color:currentColor}.av-strip{background:var(--green);white-space:nowrap;margin:2rem 0;padding:1rem 0;overflow:hidden}.av-strip-track{color:#ffffffbf;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:700;animation:30s linear infinite av-ticker;display:inline-block}@keyframes av-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.av-faq-section{max-width:1100px;margin:0 auto;padding:5rem 0}.av-faq-inner{grid-template-columns:1fr 1.6fr;align-items:start;gap:5rem;padding:0 2rem;display:grid}.av-faq-left h2{letter-spacing:-2px;color:var(--text);margin:.5rem 0 .75rem;font-size:2.5rem;font-weight:900;line-height:1.1}.av-faq-left p{color:var(--muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.av-btn-outline{color:var(--green);border:2px solid var(--green);border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.av-btn-outline:hover{background:var(--green);color:#fff}.av-faq-right{flex-direction:column;display:flex}.av-faq-item{cursor:pointer;border-bottom:1px solid #e2e8f0;padding:1.25rem 0}.av-faq-q{color:var(--text);justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;font-weight:700;display:flex}.av-faq-arrow{color:var(--muted);flex-shrink:0;transition:transform .25s}.av-faq-arrow.rotated{transform:rotate(180deg)}.av-faq-a{overflow:hidden}.av-faq-a p{color:var(--muted);padding:.75rem 0 0;font-size:.88rem;line-height:1.7}.av-cta{height:65vh;min-height:420px;position:relative;overflow:hidden}.av-cta-bg{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.av-cta-overlay{background:linear-gradient(90deg,#000000b8 0%,#0000004d 100%);position:absolute;inset:0}.av-cta-content{z-index:2;align-items:center;height:100%;padding:0 8rem;display:flex;position:relative}.av-cta-content h2{color:#fff;letter-spacing:-2px;margin-bottom:.75rem;font-size:3.25rem;font-weight:900;line-height:1.05}.av-cta-content p{color:#ffffffbf;max-width:420px;margin-bottom:2rem;font-size:1rem;line-height:1.6}.av-cta-row{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.av-btn-white{color:var(--green);background:#fff;border-radius:14px;align-items:center;gap:10px;padding:14px 26px;font-size:1rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 24px #0003}.av-btn-white:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0000004d}.av-cta-address{color:#fffc;align-items:center;gap:8px;font-size:.88rem;display:flex}@media (width<=1024px){.av-hero-text{padding:5rem 3rem}.av-hero-text h1{letter-spacing:-3px;font-size:4rem}.av-service-title{font-size:2.2rem}}@media (width<=768px){.av-hero{min-height:auto;padding:2rem 1rem}.av-hero-card{flex-direction:column;grid-template-columns:1fr;display:flex}.av-hero-img-col{aspect-ratio:16/10;background:#fff;order:-1;height:auto;max-height:280px;padding-top:1rem}.av-hero-img-badge{bottom:.4rem;left:50%}.av-hero-text{padding:2rem 1.5rem 3rem}.av-hero-text h1{letter-spacing:-1.5px;font-size:2.75rem}.av-hero-facts{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem}.av-fact-divider{display:none}.av-services{padding:3rem 1.5rem 0}.av-service-row,.av-service-row.reverse{direction:ltr;grid-template-columns:1fr}.av-service-img-col{padding:0}.av-service-info{padding:1.5rem 0}.av-service-title{font-size:2rem}.av-faq-inner{grid-template-columns:1fr;gap:2.5rem}.av-cta-content{padding:0 1.5rem}.av-cta-content h2{font-size:2rem}.av-cta-row{flex-direction:column;align-items:flex-start}}.av-booking-section{background:#fdfdfd;padding:6rem 0}.av-booking-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.av-booking-intro h2{letter-spacing:-2px;color:var(--text);margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.1}.av-booking-intro p{color:var(--muted);max-width:480px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.av-trust-points{flex-direction:column;gap:12px;display:flex}.av-trust-item{color:var(--text);align-items:center;gap:10px;font-size:.95rem;font-weight:700;display:flex}.av-trust-item svg{color:var(--green)}.av-booking-card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:2.5rem;box-shadow:0 20px 50px #00000014}.av-booking-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.av-booking-header h3{color:var(--text);flex:1;font-size:1.25rem;font-weight:800}.av-step-indicator{color:var(--green);background:var(--green-light);border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:700}.av-form-step{flex-direction:column;gap:1.5rem;display:flex}.av-form-tip{color:var(--muted);font-size:.85rem;font-weight:500}.av-input-group{flex-direction:column;gap:8px;display:flex}.av-input-group label{color:var(--text);font-size:.85rem;font-weight:700}.av-input-group input,.av-input-group select,.av-input-group textarea{border:2px solid #f1f5f9;border-radius:12px;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:all .2s}.av-input-group input:focus,.av-input-group select:focus,.av-input-group textarea:focus{border-color:var(--green);background:#f0fdf4;outline:none}.av-input-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.av-btn-step-next,.av-btn-submit{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:1rem;font-weight:800;transition:all .3s;display:flex}.av-btn-back{color:var(--text);background:#f1f5f9;border:none;border-radius:12px;padding:16px 24px;font-size:.95rem;font-weight:700}.av-btn-row{gap:12px;display:flex}.av-btn-row button:last-child{flex:1}.av-summary-box{background:#f8fafc;border-radius:12px;flex-direction:column;gap:8px;padding:1rem;display:flex}.av-summary-item{justify-content:space-between;font-size:.88rem;display:flex}.av-form-success{text-align:center;padding:2rem 0}.av-success-icon{margin-bottom:1.5rem}.av-form-success h4{margin-bottom:1rem;font-size:1.5rem;font-weight:900}.av-form-success p{color:var(--muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.av-btn-reset{color:var(--green);border:1px solid var(--green);border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:800}@media (width<=768px){.av-booking-section{padding:3rem 1rem}.av-booking-container{grid-template-columns:1fr;gap:2.5rem}.av-booking-intro h2{text-align:center;font-size:2rem}.av-booking-intro p{text-align:center;margin-left:auto;margin-right:auto}.av-trust-points{align-items:center}.av-booking-card{padding:1.5rem}.av-input-grid{grid-template-columns:1fr}}.mobile-bottom-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border-color);z-index:1100;height:65px;padding-bottom:env(safe-area-inset-bottom);background:#fffffff2;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000d}@media (width>=769px){.mobile-bottom-nav{display:none}}.mobile-nav-item{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;font-size:.65rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.mobile-nav-item.active{color:var(--primary)}.mobile-nav-item:active{transform:scale(.92)}.cart-icon-wrapper{position:relative}.cart-badge-mobile{background-color:var(--secondary);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-6px;right:-8px}.wa-float-container{z-index:9998;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex;position:fixed;bottom:2rem;right:2rem}.wa-btn-float{color:#fff;cursor:pointer;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 8px 30px #25d36666}.wa-btn-float:hover{transform:scale(1.1);box-shadow:0 12px 40px #25d36699}@keyframes wa-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.fade-in-up{animation:.5s ease-out forwards fadeInUp}@media (width<=768px){.wa-float-container{bottom:80px;right:1.5rem}.wa-btn-float{width:55px;height:55px}}.cart-quick-finish-mobile{z-index:998;pointer-events:none;padding:.75rem 1rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) slideUpQuick;position:fixed;bottom:20px;left:0;right:0}@media (width<=768px){.cart-quick-finish-mobile{bottom:80px}}@keyframes slideUpQuick{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.quick-finish-content{pointer-events:auto;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border:1px solid #ffffff80;border-radius:20px;justify-content:space-between;align-items:center;max-width:500px;margin:0 auto;padding:.8rem 1.25rem;display:flex;box-shadow:0 10px 30px #0000001f,0 0 0 1px #0000000d}.quick-finish-info{align-items:center;gap:1rem;display:flex}.quick-bag-icon{background:var(--brand-p-soft,#f0fdf4);color:var(--brand-p,#15803d);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.quick-count{background:var(--primary,#f97316);color:#fff;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-5px;right:-5px}.quick-texts{flex-direction:column;display:flex}.quick-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:700}.quick-price{color:#1e293b;font-size:1.1rem;font-weight:900}.btn-quick-finalize{background:var(--primary,#f97316);color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:8px;padding:.7rem 1.25rem;font-size:.95rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 4px 12px #f9731640}.btn-quick-finalize:active{transform:scale(.95)}.app-container{flex-direction:column;min-height:100vh;display:flex}main{flex-grow:1;padding-bottom:4rem}@media (width<=768px){.main-content-mobile-fix{padding-bottom:80px}}.home-section{margin-top:1.25rem;margin-bottom:1.5rem}.section-title{color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.section-title span{color:var(--primary)}
