@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text, #1e293b);background:var(--background, #f5f7fa)}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.app{min-height:100vh;background:var(--background);color:var(--text)}.portal-notification{position:fixed;z-index:2000;top:20px;right:20px;display:flex;align-items:flex-start;gap:14px;width:min(520px,calc(100% - 40px));padding:16px 18px;border-left:5px solid #b91c1c;border-radius:10px;background:#fff;color:#7f1d1d;box-shadow:0 16px 45px #0f172a40}.portal-notification span{flex:1;line-height:1.45}.portal-notification button{padding:0;border:0;background:transparent;color:#7f1d1d;font-size:1.4rem;line-height:1;cursor:pointer}header{position:sticky;top:0;z-index:10;height:72px;padding:0 max(24px,calc((100vw - 1240px)/2));display:flex;align-items:center;gap:40px;background:var(--bar);color:var(--bar-text);box-shadow:0 5px 20px #0002}.brand{min-width:180px;font-size:1.15rem;font-weight:700;display:flex;align-items:center}.brand img{display:block;max-width:170px;max-height:48px;object-fit:contain}nav{display:flex;gap:28px;flex:1}nav a,.actions a{opacity:.9}nav a:hover,.actions a:hover{opacity:1}.actions{display:flex;align-items:center;gap:14px}.cart-link{padding:9px 13px;border-radius:999px;background:#fff2}.cart-link b{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:5px;border-radius:50%;background:var(--accent);color:#fff}.cart-bump{animation:cartBadgeBounce .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes cartBadgeBounce{0%{transform:scale(1)}45%{transform:scale(1.4)}75%{transform:scale(.9)}to{transform:scale(1)}}.cart-flyer-square{position:fixed!important;z-index:9999999!important;border-radius:14px;background:#fff!important;border:2px solid var(--accent, #ffb703);box-shadow:0 18px 45px #0006;display:flex;align-items:center;justify-content:center;pointer-events:none!important;overflow:hidden;-webkit-user-select:none;user-select:none;transform-origin:center center}.cart-flyer-square img{width:100%;height:100%;object-fit:contain;background:#fff;padding:6px}.cart-flyer-square span{font-size:2.2rem;line-height:1}.hero{min-height:430px;padding:70px max(24px,calc((100vw - 1240px)/2));display:flex;align-items:center;background-size:cover;background-position:center;background-color:var(--bar);color:var(--bar-text)}.hero>div{width:min(580px,100%);padding:38px;border-radius:24px;background:#0007;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero h1{margin:8px 0 14px;font-size:clamp(2.3rem,5vw,4.2rem)}.hero p{line-height:1.7}.content{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:48px 0 70px}.narrow{max-width:900px}.button,.product .add-button{display:inline-block;border:0;padding:12px 20px;border-radius:10px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}.products-lista{grid-template-columns:1fr}.products-compacta{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:12px}.product{overflow:hidden;border:1px solid #64748b22;border-radius:16px;background:#fff;box-shadow:0 8px 28px #0f172a0c}.products-lista .product{display:flex}.photo{display:grid;place-items:center;height:150px;background:#f1f5f9;color:#94a3b8}.photo-button{width:100%;padding:10px;border:0;cursor:zoom-in}.photo-grande{height:180px}.photo-pequena{height:120px}.photo img{width:auto;height:auto;max-width:140px;max-height:130px;object-fit:contain}.photo-grande img{max-width:165px;max-height:160px}.photo-pequena img{max-width:105px;max-height:100px}.products-lista .photo{width:180px;flex:0 0 180px}.product-body{display:flex;flex-direction:column;gap:7px;padding:17px}.product h3,.product p{margin:0}.product-subproduto{margin:0;font-size:.9rem;color:#475569;font-weight:500}.product small{color:#64748b}.product-meta{display:flex;flex-wrap:wrap;align-items:center;gap:4px 12px;font-size:.86rem;color:#64748b;margin-top:2px}.product-meta span b{color:var(--text)}.product-stock{color:#64748b;font-size:.88rem}.product-stock b{color:var(--text)}.product strong{margin:6px 0;font-size:1.2rem}.products-compacta .product-body{padding:12px;gap:5px}.products-compacta .product-meta{gap:2px 8px;font-size:.8rem}.products-compacta .product strong{margin:3px 0;font-size:1.05rem}.product-actions{display:flex;align-items:center;gap:9px;margin-top:auto}.product-actions .add-button{flex:1;padding:9px 12px}.quantity-picker{display:flex;overflow:hidden;height:38px;border:1px solid #cbd5e1;border-radius:9px;background:#fff}.quantity-picker button{width:28px;padding:0;border:0;background:#f1f5f9;color:#334155;font-weight:700;cursor:pointer}.quantity-picker input{width:52px;padding:0 3px;border:0;border-right:1px solid #e2e8f0;border-left:1px solid #e2e8f0;text-align:center}.product-modal-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#0f172acc}.product-modal{position:relative;display:grid;grid-template-columns:minmax(280px,1.2fr) minmax(260px,.8fr);width:min(920px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:18px;background:#fff;box-shadow:0 24px 80px #0008}.modal-close{position:absolute;z-index:1;top:12px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:#0f172acc;color:#fff;font-size:1.6rem;cursor:pointer}.modal-gallery{min-width:0;background:#f1f5f9}.modal-photo{position:relative;display:grid;min-height:410px;place-items:center;padding:30px}.modal-photo img{width:auto;height:auto;max-width:100%;max-height:65vh;object-fit:contain}.carousel-arrow{position:absolute;top:50%;width:42px;height:48px;transform:translateY(-50%);border:0;border-radius:10px;background:#0f172abf;color:#fff;font-size:2rem;cursor:pointer}.carousel-previous{left:12px}.carousel-next{right:12px}.carousel-counter{position:absolute;right:14px;bottom:12px;padding:5px 10px;border-radius:14px;background:#0f172abf;color:#fff;font-size:.8rem}.carousel-thumbnails{display:flex;gap:8px;overflow-x:auto;padding:10px 14px 14px}.carousel-thumbnails button{flex:0 0 62px;width:62px;height:54px;padding:3px;border:2px solid transparent;border-radius:8px;background:#fff;cursor:pointer}.carousel-thumbnails button.active{border-color:var(--accent)}.carousel-thumbnails img{width:100%;height:100%;object-fit:contain}.modal-product-body{display:flex;flex-direction:column;justify-content:center;padding:38px}.modal-product-body h2{margin:8px 0 14px}.modal-product-body dl{display:grid;gap:8px;margin:20px 0}.modal-product-body dl div{display:grid;grid-template-columns:90px 1fr}.modal-product-body dt{color:#64748b}.modal-product-body dd{margin:0}.modal-product-body strong{font-size:1.5rem}.modal-product-actions{display:flex;align-items:center;gap:10px;margin-top:24px}.modal-add-button{flex:1;height:42px;border:0;border-radius:10px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}.catalog-toolbar{display:flex;align-items:center;gap:20px;margin:25px 0}.catalog-toolbar .search{flex:1;margin:0}.catalog-flags{display:flex;gap:14px}.catalog-flags label{display:flex;align-items:center;gap:7px;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.92rem;color:#334155;font-weight:500}.catalog-flags input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--primary, #163a5f)}.catalog-sentinel{min-height:64px;padding:24px;text-align:center;color:#64748b}.search{display:flex;margin:25px 0}.search input{flex:1;padding:13px;border:1px solid #cbd5e1;border-radius:10px}.order,.card{margin:12px 0;padding:18px;border:1px solid #cbd5e1;border-radius:12px;background:#fff}.cart-page{min-height:60vh}.cart-header{display:flex;align-items:center;gap:14px;margin-bottom:28px}.cart-header h1{margin:0;font-size:1.85rem;font-weight:700;color:#0f172a}.cart-count-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.85rem;font-weight:600}.cart-empty{text-align:center;padding:70px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin:20px 0;box-shadow:0 4px 20px #00000008}.cart-empty-icon{font-size:4rem;line-height:1;margin-bottom:16px;opacity:.8}.cart-empty h2{margin:0 0 10px;font-size:1.5rem;color:#1e293b}.cart-empty p{margin:0 0 28px;color:#64748b;font-size:1rem}.cart-empty .button{display:inline-block;padding:13px 28px}.cart-grid{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.cart-items-column{display:flex;flex-direction:column;gap:14px}.cart-card{display:flex;align-items:center;gap:14px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #00000005;transition:border-color .2s,box-shadow .2s,opacity .2s;position:relative}.cart-card.is-loading{opacity:.55;pointer-events:none}.cart-card:hover{border-color:#cbd5e1;box-shadow:0 3px 10px #0000000a}.cart-card-photo{width:60px;height:60px;min-width:60px;border-radius:8px;overflow:hidden;background:#f8fafc;border:1px solid #e2e8f0;display:grid;place-items:center;align-self:center}.cart-card-photo img{width:100%;height:100%;object-fit:contain}.cart-card-no-photo{font-size:.68rem;color:#94a3b8;font-weight:500;text-align:center}.cart-card-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px}.cart-card-category{font-size:.68rem;text-transform:uppercase;letter-spacing:.4px;color:#64748b;font-weight:700;line-height:1}.cart-card-title{margin:0;font-size:.95rem;font-weight:600;color:#0f172a;line-height:1.25;word-break:break-word}.cart-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin:1px 0 0}.cart-card-meta span{display:inline-flex;align-items:center;gap:3px;font-size:.72rem;color:#64748b;background:#f1f5f9;padding:1px 6px;border-radius:4px;line-height:1.2}.cart-card-meta b{color:#1e293b;font-weight:600}.cart-card-unit-price{display:flex;align-items:baseline;gap:4px;font-size:.78rem;color:#64748b;margin-top:1px}.cart-card-unit-price strong{color:#0f172a;font-size:.88rem;font-weight:600}.cart-card-controls{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:14px;min-width:auto}.cart-card-controls .quantity-picker{display:inline-flex;height:30px;border:1px solid #cbd5e1;border-radius:6px;overflow:hidden;background:#fff}.cart-card-controls .quantity-picker button{width:28px;border:0;background:#f8fafc;font-size:1rem;font-weight:700;cursor:pointer;color:#334155;display:flex;align-items:center;justify-content:center}.cart-card-controls .quantity-picker button:hover{background:#e2e8f0}.cart-card-controls .quantity-picker input{width:40px;border:0;border-right:1px solid #e2e8f0;border-left:1px solid #e2e8f0;text-align:center;font-weight:600;font-size:.88rem;color:#0f172a;padding:0 2px}.cart-card-subtotal{text-align:right;min-width:85px}.cart-card-subtotal small{display:block;font-size:.65rem;text-transform:uppercase;color:#64748b;font-weight:600;line-height:1;margin-bottom:2px}.cart-card-subtotal strong{font-size:1.02rem;color:#0f172a;font-weight:700;line-height:1}.cart-remove-button{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border:1px solid #fecaca;border-radius:6px;background:#fff1f2;color:#b91c1c;font-size:.76rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.cart-remove-button:hover{background:#fee2e2;border-color:#f87171}.cart-actions-footer{margin-top:10px;display:flex;justify-content:space-between;align-items:center}.cart-continue-link{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:#475569;padding:10px 4px;font-size:.95rem}.cart-continue-link:hover{color:#0f172a;text-decoration:underline}.cart-summary-column{position:sticky;top:90px}.cart-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px 24px;box-shadow:0 4px 18px #00000008}.cart-summary-card h2{margin:0 0 16px;font-size:1.25rem;font-weight:700;color:#0f172a;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.cart-summary-lines{display:grid;gap:12px;margin:0 0 20px}.cart-summary-lines div{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:#64748b}.cart-summary-lines dd{margin:0;font-weight:600;color:#1e293b}.cart-summary-total{padding-top:14px;border-top:2px dashed #e2e8f0;margin-top:4px}.cart-summary-total dt{font-size:1.1rem;font-weight:700;color:#0f172a}.cart-summary-total dd{font-size:1.35rem;font-weight:800;color:var(--accent, #ffb703)}.cart-checkout-button{display:block;width:100%;text-align:center;padding:14px;font-size:1.05rem;font-weight:700;border-radius:10px;background:var(--accent, #ffb703);color:#fff;text-decoration:none;box-sizing:border-box}.cart-checkout-button:hover{opacity:.95}.cart-summary-security{text-align:center;margin-top:14px;font-size:.8rem;color:#64748b}.order{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;align-items:center;gap:18px}.order h3{margin:3px 0}.auth{max-width:480px;margin:0 auto;padding:36px 20px;text-align:center}.auth h1{margin:0 0 8px;font-size:1.85rem;font-weight:700;color:#0f172a}.auth-subtitle{margin:0 0 24px;font-size:.95rem;color:#64748b}.auth form,.checkout{display:grid;gap:14px}.auth input,.checkout input,.checkout select,.checkout textarea{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;box-sizing:border-box;font-size:.95rem}.checkout select:disabled{background:#f1f5f9;cursor:not-allowed;color:#94a3b8}.checkout textarea{min-height:90px;resize:vertical}.fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.social-container{margin-bottom:22px}.social{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.social-button-wrapper{position:relative;display:flex;width:100%}.social-button-wrapper .social-button{width:100%}.google-hidden-btn{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.0001;overflow:hidden;cursor:pointer;z-index:2}.google-hidden-btn>div,.google-hidden-btn iframe{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;transform:scale(2);transform-origin:center;cursor:pointer!important}.social-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 10px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#1e293b;font-size:.92rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000a}.social-button:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 3px 6px #00000014}.social-button:active:not(:disabled){transform:translateY(0)}.social-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;background:#f8fafc}.social-button svg{flex-shrink:0;width:20px;height:20px}.social-button.google:hover:not(:disabled){border-color:#4285f4}.social-button.apple{color:#000}.social-button.apple:hover:not(:disabled){border-color:#000}.social-button.facebook{color:#1877f2}.social-button.facebook:hover:not(:disabled){border-color:#1877f2;background:#f0f7ff}.separator{display:flex;align-items:center;text-align:center;margin:22px 0;color:#64748b;font-size:.88rem}.separator:before,.separator:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.separator span{padding:0 12px}.link{border:0;background:none;color:inherit;cursor:pointer}.auth>.link{margin-top:20px;text-decoration:underline}.checkout{grid-template-columns:1fr 1fr}.checkout label{display:grid;gap:6px;font-size:.85rem}.checkout .button,.checkout .error,.full{grid-column:1 / -1}.error{color:#b91c1c}.state{min-height:100vh;display:grid;place-content:center;text-align:center}@media(max-width:900px){header{height:auto;min-height:70px;padding:12px 18px;gap:12px;flex-wrap:wrap}.brand{min-width:0;flex:1}nav{order:3;width:100%;justify-content:space-around;gap:8px}.actions>a:not(.cart-link),.actions .link{display:none}.hero{min-height:350px;padding:32px 20px}.hero>div{padding:25px}.checkout,.order{grid-template-columns:1fr}.catalog-toolbar{align-items:stretch;flex-direction:column;gap:10px}.products-lista .product{display:block}.products-lista .photo{width:100%}.product-modal{grid-template-columns:1fr}.modal-photo{min-height:280px}.modal-product-body{padding:28px 22px}.cart-grid{grid-template-columns:1fr;gap:24px}.cart-summary-column{position:static}}@media(max-width:640px){.cart-card{flex-direction:row;flex-wrap:wrap;gap:10px;padding:10px 12px}.cart-card-photo{width:50px;height:50px;min-width:50px}.cart-card-info{flex:1;min-width:140px}.cart-card-controls{flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding-top:8px;border-top:1px solid #f1f5f9;min-width:0;gap:8px}.cart-card-subtotal{text-align:left;min-width:0}}
