:root{--font-serif:"Fraunces", ui-serif, Georgia, serif;--font-sans:"Nunito", ui-sans-serif, system-ui, sans-serif;--background:oklch(99% .008 120);--foreground:oklch(26% .03 150);--card:oklch(100% 0 0);--card-foreground:oklch(26% .03 150);--primary:var(--tenant-primary,oklch(62% .15 150));--primary-foreground:oklch(99% .01 120);--secondary:var(--tenant-accent,oklch(95% .03 130));--secondary-foreground:oklch(35% .06 150);--muted-bg:oklch(96% .015 120);--muted-foreground:oklch(52% .03 150);--accent:oklch(90% .09 90);--accent-foreground:oklch(32% .06 80);--destructive:oklch(60% .2 25);--border:oklch(90% .02 130);--input:oklch(90% .02 130);--ring:var(--tenant-primary,oklch(62% .15 150));--brand-dark:var(--tenant-secondary,color-mix(in srgb, var(--primary) 74%, black));--radius:.875rem;--radius-sm:calc(var(--radius) * .6);--radius-md:calc(var(--radius) * .8);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) * 1.4);--radius-2xl:calc(var(--radius) * 1.8);--shadow-sm:0 1px 2px #162b1e0f, 0 6px 16px #162b1e14;--shadow-md:0 14px 34px #162b1e1f;--shadow-lg:0 24px 70px #162b1e29}*{box-sizing:border-box}.hidden{display:none!important}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body{background:radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--secondary) 76%, white) 0%, transparent 32%), linear-gradient(180deg, var(--background) 0%, color-mix(in srgb, var(--background) 82%, var(--secondary)) 100%);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-header{z-index:30;position:sticky;top:0}.topbar{z-index:10;background:color-mix(in srgb, var(--background) 86%, white);color:var(--foreground);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:12px 20px;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;gap:14px;width:100%;max-width:1200px;margin:0 auto;display:flex}.brand-wrap{align-items:center;gap:12px;min-width:0;display:flex}.brand-logo{object-fit:cover;border:2px solid var(--primary);background:var(--secondary);width:48px;height:48px;box-shadow:var(--shadow-sm);border-radius:50%}.brand-kicker{color:var(--muted-foreground);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.brand-name{color:var(--foreground);font-family:var(--font-serif);letter-spacing:-.01em;margin:0;font-size:20px;font-weight:600;line-height:1.05}.search-wrap{background:var(--card);border:1px solid var(--input);border-radius:999px;flex:1;align-items:center;gap:8px;max-width:620px;padding:4px 6px 4px 16px;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.search-wrap:focus-within{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 22%, transparent)}.search-input{width:100%;color:var(--foreground);background:0 0;border:0;padding:8px 0;font-size:14px}.search-input::placeholder{color:var(--muted-foreground)}.search-input:focus{outline:none}.search-btn{background:var(--primary);width:36px;height:36px;color:var(--primary-foreground);border:0;border-radius:999px;flex-shrink:0;place-items:center;transition:transform .2s,filter .2s;display:grid}.search-btn:hover{filter:brightness(.95)}.search-btn:active{transform:translateY(1px)}.header-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.icon-btn{border:1px solid var(--border);background:color-mix(in srgb, var(--card) 78%, transparent);width:40px;height:40px;color:var(--foreground);box-shadow:var(--shadow-sm);border-radius:50%;place-items:center;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:grid}.icon-btn:hover{background:var(--secondary);transform:translateY(-1px)}.account-btn{border:1px solid var(--border);background:color-mix(in srgb, var(--card) 78%, transparent);color:var(--foreground);box-shadow:var(--shadow-sm);border-radius:999px;padding:8px 12px;font-weight:700}.account-btn--icon{place-items:center;width:40px;height:40px;padding:0;display:grid}.subnav{background:color-mix(in srgb, var(--secondary) 54%, var(--background));border-bottom:1px solid var(--border);min-height:52px;padding:0 20px}.subnav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.subnav-links{align-items:center;gap:22px;min-height:52px;display:flex}.subnav-categories{align-items:center;gap:22px;display:flex}.nav-link{color:var(--secondary-foreground);align-items:center;min-height:52px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.nav-link:hover{color:var(--primary)}.subnav-info{color:var(--muted-foreground);font-size:13px;font-weight:700}.subnav-location{align-items:center;gap:6px;text-decoration:none;display:inline-flex}.cart-pill{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-sm);border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:9px 13px;transition:transform .2s,filter .2s;display:flex}.cart-pill:hover{filter:brightness(.96);transform:translateY(-1px)}.cart-pill:active{transform:translateY(1px)}main{max-width:1200px;margin:0 auto;padding:24px 20px 56px}.hero{border-radius:var(--radius-2xl);background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--accent) 45%, transparent) 0%, transparent 34%), linear-gradient(135deg, var(--card) 0%, color-mix(in srgb, var(--secondary) 68%, var(--background)) 100%);color:var(--foreground);box-shadow:var(--shadow-lg);border:1px solid var(--border);grid-template-columns:minmax(0,1fr) minmax(320px,520px);align-items:center;gap:28px;margin-bottom:34px;padding:clamp(24px,4vw,42px);display:grid;position:relative;overflow:hidden}.hero:after{content:"";background:color-mix(in srgb, var(--primary) 18%, transparent);pointer-events:none;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-120px;right:-80px}.hero-content,.hero-media{z-index:1;position:relative}.hero-eyebrow,.section-eyebrow{color:var(--primary);letter-spacing:.18em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:800}.hero h2{max-width:11ch;color:var(--foreground);font-family:var(--font-serif);letter-spacing:-.04em;margin:0;font-size:clamp(42px,7vw,72px);font-weight:600;line-height:.98}.hero-copy{max-width:56ch;color:var(--muted-foreground);margin:18px 0 0;font-size:17px;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;display:flex}.primary-link,.secondary-link{border-radius:var(--radius-lg);justify-content:center;align-items:center;min-height:42px;padding:10px 16px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.primary-link{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-sm)}.secondary-link{border:1px solid var(--border);background:color-mix(in srgb, var(--card) 84%, transparent);color:var(--foreground)}.primary-link:hover,.secondary-link:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.trust-list{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.trust-list span{border:1px solid color-mix(in srgb, var(--border) 80%, white);background:color-mix(in srgb, var(--card) 78%, transparent);color:var(--secondary-foreground);border-radius:999px;align-items:center;padding:7px 11px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:inset 0 1px #ffffffbf}.hero-media{min-width:0}.hero-banner{aspect-ratio:4/3;border-radius:var(--radius-2xl);object-fit:cover;object-position:center;border:1px solid color-mix(in srgb, var(--border) 80%, white);width:100%;height:100%;min-height:320px;box-shadow:var(--shadow-md);display:block}.hero-floating-card{border:1px solid color-mix(in srgb, var(--border) 72%, white);border-radius:var(--radius-xl);background:color-mix(in srgb, var(--card) 88%, transparent);max-width:calc(100% - 36px);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);gap:2px;padding:14px 16px;display:grid;position:absolute;bottom:18px;left:18px}.hero-floating-card strong{font-family:var(--font-serif);font-size:20px;line-height:1.1}.hero-floating-card span{color:var(--muted-foreground);font-size:13px;font-weight:800}.products-section{border-radius:var(--radius-2xl)}.section-head{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:20px;display:flex}.section-head h3{font-family:var(--font-serif);letter-spacing:-.03em;margin:0;font-size:clamp(30px,4vw,42px);font-weight:600;line-height:1.05}.section-copy{color:var(--muted-foreground);margin:8px 0 0}.category-filter-wrap{min-width:min(240px,100%);color:var(--muted-foreground);gap:7px;font-size:12px;font-weight:800;display:grid}.category-filter{border:1px solid var(--input);border-radius:var(--radius-lg);background:var(--card);min-height:40px;color:var(--foreground);box-shadow:var(--shadow-sm);padding:8px 12px}.category-filter:focus{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 22%, transparent);outline:none}.promo-filter{border:1px solid var(--border);background:color-mix(in srgb, var(--card) 78%, transparent);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:5px;padding:5px;display:inline-flex}.promo-filter__button{min-height:34px;color:var(--muted-foreground);background:0 0;border:0;border-radius:999px;padding:0 14px;font-weight:800;transition:color .2s,background .2s,box-shadow .2s}.promo-filter__button.is-active{color:var(--primary-foreground);background:var(--primary);box-shadow:0 10px 22px color-mix(in srgb, var(--primary) 22%, transparent)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;display:grid}.product-card{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:transform .22s,box-shadow .22s,border-color .22s;animation:.35s rise;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);border-color:color-mix(in srgb, var(--primary) 32%, var(--border));transform:translateY(-4px)}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.product-image-wrap{aspect-ratio:1;background:var(--muted-bg);position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.product-card:hover .product-image{transform:scale(1.05)}.product-badge{background:color-mix(in srgb, var(--destructive) 12%, white);color:var(--destructive);box-shadow:var(--shadow-sm);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;position:absolute;top:12px;left:12px}.product-body{gap:11px;padding:16px;display:grid}.product-name{font-family:var(--font-serif);letter-spacing:-.01em;margin:0;font-size:19px;font-weight:600;line-height:1.18}.price-wrap{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.old-price{color:var(--muted-foreground);font-size:13px;text-decoration:line-through}.new-price{color:var(--destructive);font-size:20px;font-weight:900}.base-price{color:var(--foreground);font-size:20px;font-weight:900}.product-unit{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:6px;min-height:18px;margin:0;font-size:13px;display:flex}.product-unit-promo{color:var(--accent-foreground);background:var(--accent);border-radius:999px;padding:3px 8px;font-size:12px;font-weight:900}.qty-wrap{grid-template-columns:38px 1fr 38px;align-items:center;gap:8px;display:grid}.qty-btn{border:1px solid var(--border);background:var(--secondary);color:var(--secondary-foreground);border-radius:999px;height:38px;font-size:20px;font-weight:900;transition:background .2s,transform .2s}.qty-btn:hover{background:color-mix(in srgb, var(--secondary) 74%, white)}.qty-btn:active{transform:translateY(1px)}.qty-input{border:1px solid var(--input);border-radius:var(--radius-lg);text-align:center;width:100%;height:38px;color:var(--foreground);background:var(--card);font-weight:800}.qty-input:focus{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 20%, transparent);outline:none}.add-btn{border-radius:var(--radius-lg);width:100%;color:var(--primary-foreground);background:var(--primary);box-shadow:var(--shadow-sm);border:0;padding:11px 12px;font-weight:900;transition:transform .2s,filter .2s}.add-btn:hover{filter:brightness(.96);transform:translateY(-1px)}.add-btn:active{transform:translateY(1px)}.empty-state{color:var(--muted-foreground)}.cart-panel{z-index:120;background:var(--card);border-left:1px solid var(--border);width:380px;max-width:95vw;height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;padding:16px;transition:transform .25s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.cart-panel.open{transform:translate(0)}.cart-header{justify-content:space-between;align-items:center;display:flex}.cart-header h4{font-family:var(--font-serif);margin:0;font-size:24px}.ghost-btn{border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:var(--radius-md);padding:7px 11px}.cart-items{flex:1;margin-top:10px;overflow:auto}.cart-row{border:1px solid var(--border);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--card) 92%, var(--secondary));grid-template-columns:64px 1fr auto;align-items:center;gap:10px;margin-bottom:8px;padding:8px;display:grid}.cart-item-image{object-fit:cover;border:1px solid var(--border);border-radius:8px;width:64px;height:64px}.cart-item-body{min-width:0}.cart-item-body h5{margin:0 0 6px;font-size:14px}.cart-tier-note{color:var(--accent-foreground);margin:0 0 6px;font-size:12px;font-weight:900}.cart-item-controls{color:var(--muted-foreground);align-items:center;gap:8px;font-size:13px;display:inline-flex}.cart-mini-btn{border:1px solid var(--border);background:var(--secondary);width:24px;height:24px;color:var(--secondary-foreground);border-radius:6px}.cart-item-price-wrap{text-align:right;gap:4px;display:grid}.cart-remove-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;font-size:12px;text-decoration:underline}.cart-totals{border-top:1px solid var(--border);gap:8px;margin-bottom:10px;padding-top:10px;display:grid}.cart-totals div{justify-content:space-between;display:flex}.link-btn{color:var(--primary);cursor:pointer;background:0 0;border:0;margin:2px 0 8px;text-decoration:underline}.checkout-box{border-top:1px solid var(--border);gap:8px;margin-top:10px;padding-top:10px;display:grid}.checkout-box h5{margin:6px 0 2px}.checkout-box input,.checkout-box select,.checkout-box textarea{border:1px solid var(--input);border-radius:var(--radius-md);background:#fff;width:100%;padding:8px}.auth-line{grid-template-columns:1fr 1fr;gap:8px;display:grid}.primary-btn{border-radius:var(--radius-lg);background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:0;padding:10px 12px;font-weight:900}.primary-btn:hover{filter:brightness(1.05)}.auth-status{color:var(--muted-foreground);min-height:16px;margin:0;font-size:12px}.customer-auth-open{overflow:hidden}.customer-auth-modal.hidden{display:none!important}.customer-auth-modal{z-index:400;position:fixed;inset:0}.customer-auth-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(circle at top,#ffffff1f,#0000 40%),#12201894;position:absolute;inset:0}.customer-auth-card{background:linear-gradient(180deg, color-mix(in srgb, var(--card) 96%, var(--background)) 0%, var(--card) 100%);border:1px solid color-mix(in srgb, var(--border) 88%, white);border-radius:24px;width:min(520px,100vw - 24px);margin:34px auto;padding:26px;position:relative;box-shadow:0 28px 60px #142c1d38}.customer-auth-close{border:1px solid var(--border);background:color-mix(in srgb, var(--card) 94%, var(--background));width:34px;height:34px;color:var(--foreground);border-radius:999px;font-size:18px;position:absolute;top:12px;right:12px}.customer-auth-eyebrow{color:var(--brand-dark);text-transform:uppercase;letter-spacing:.18em;margin:0 0 10px;font-size:11px;font-weight:800}.customer-auth-card h3{margin:0;font-size:clamp(1.65rem,4vw,2.15rem);line-height:1.05}.customer-auth-copy{color:var(--muted-foreground);max-width:38ch;margin:12px 0 18px;font-size:15px;line-height:1.65}.customer-auth-google-block{background:color-mix(in srgb, var(--muted-bg) 76%, var(--card));border:1px solid var(--border);border-radius:18px;gap:12px;margin:0 0 16px;padding:16px;display:grid}.customer-auth-google-note{color:var(--muted-foreground);margin:0;font-size:12px;line-height:1.55}.customer-auth-tabs{background:color-mix(in srgb, var(--muted-bg) 82%, var(--card));border:1px solid var(--border);border-radius:999px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;width:100%;margin-bottom:18px;padding:4px;display:inline-grid}.customer-auth-tab{color:var(--muted-foreground);background:0 0;border:0;border-radius:999px;padding:10px 12px;font-weight:700}.customer-auth-tab.active{background:var(--card);color:var(--foreground);box-shadow:0 8px 18px #142c1d14}.customer-auth-form{gap:12px;display:grid}.customer-auth-form label{color:var(--foreground);gap:6px;font-size:13px;font-weight:800;display:grid}.customer-auth-form input{border:1px solid var(--input);background:color-mix(in srgb, var(--card) 96%, var(--background));width:100%;color:var(--foreground);border-radius:16px;padding:14px 16px;font-size:15px}.customer-auth-form input:focus{border-color:var(--ring);box-shadow:0 0 0 4px color-mix(in srgb, var(--ring) 18%, transparent);outline:none}.customer-auth-form.hidden,.customer-auth-user.hidden,.customer-auth-guest.hidden{display:none}.customer-auth-status{min-height:18px;color:var(--muted-foreground);margin:12px 0 0;font-size:13px}.customer-auth-user-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.customer-orders-panel{border:1px solid var(--border);background:#ffffff94;border-radius:18px;gap:12px;margin-top:18px;padding:14px;display:grid}.customer-orders-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-orders-header h4{margin:0;font-size:1rem}.customer-orders-refresh{min-height:34px;padding:0 12px;font-size:.82rem}.customer-orders-list{gap:10px;max-height:320px;display:grid;overflow-y:auto}.customer-orders-empty{color:var(--muted-foreground);margin:0;font-size:.9rem}.customer-order-card{border:1px solid var(--border);background:var(--card);border-radius:16px;gap:10px;padding:12px;display:grid}.customer-order-topline,.customer-order-meta{justify-content:space-between;align-items:start;gap:12px;display:flex}.customer-order-topline strong{display:block}.customer-order-topline span,.customer-order-meta span,.customer-order-items{color:var(--muted-foreground);font-size:.84rem}.customer-order-status{color:var(--brand-dark);background:var(--accent-soft);border-radius:999px;flex:none;padding:5px 9px;font-size:.75rem;font-weight:900}.customer-order-status.status-cancelado{color:#8f1d1d;background:#fde2e2}.customer-order-status.status-entregado{color:#166534;background:#dcfce7}.customer-order-items{flex-wrap:wrap;gap:6px;display:flex}.customer-order-items span{background:#142c1d0f;border-radius:999px;padding:4px 8px}.customer-auth-divider{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.18em;align-items:center;gap:12px;margin:14px 0 18px;font-size:11px;font-weight:800;display:flex}.customer-auth-divider:before,.customer-auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.customer-auth-footnote{color:var(--muted-foreground);margin:16px 0 0;font-size:12px;line-height:1.6}@media (width<=1024px){.cart-panel{width:min(420px,100vw);max-width:100vw}.cart-row{grid-template-columns:56px minmax(0,1fr);align-items:start}.cart-item-price-wrap{text-align:left;flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;align-items:center;gap:8px;padding-top:4px;display:flex}}@media (width<=768px){.topbar{padding:10px 14px}.hero{border-radius:var(--radius-xl);grid-template-columns:1fr;gap:20px;margin-bottom:20px;padding:22px}.hero h2{max-width:12ch}.hero-copy{font-size:15px}.hero-banner{min-height:220px}.hero-actions{align-items:stretch}.primary-link,.secondary-link{flex:180px}.trust-list{gap:7px}.search-wrap{order:3;width:100%;max-width:none}.topbar-inner{flex-wrap:wrap}.brand-wrap{flex:auto}.header-actions{justify-content:flex-end;margin-left:auto}.subnav{overflow-x:auto}.subnav-inner{gap:16px;min-width:max-content}.subnav-links,.subnav-categories{min-width:max-content}.subnav-info{display:none}.brand-logo{width:44px;height:44px}.account-btn{padding:8px 10px;font-size:13px}.section-head{flex-direction:column;align-items:stretch}.promo-filter{width:100%}.promo-filter__button{flex:1}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.product-body{padding:13px}.product-name{font-size:17px}.qty-wrap{grid-template-columns:34px 1fr 34px}.qty-btn,.qty-input{height:34px}.cart-panel{width:100%;max-width:100vw}.cart-row{grid-template-columns:56px 1fr}.cart-item-price-wrap{text-align:left;grid-column:1/-1;justify-content:space-between;align-items:center;display:flex}.customer-auth-card{margin:18px auto;padding:20px}.customer-auth-tabs{border-radius:20px;grid-template-columns:1fr}}@media (width<=460px){.topbar-inner{gap:10px}.brand-wrap{flex:auto;min-width:0}.header-actions{flex:none;margin-left:auto}.search-wrap{flex:100%;order:3;width:100%;max-width:none}}
