:root{--text:#475569;--text-h:#0a0a0a;--bg:#fff;--bg-muted:#f4f4f0;--border:#0a0a0a;--primary:#1d2f6b;--primary-dark:#152348;--accent:#5b7fd4;--accent-soft:#e8ecf5;--success:#1d2f6b;--success-dark:#152348;--danger:#ef4444;--radius:18px;--shadow:4px 4px 0 #0a0a0a;--shadow-sm:3px 3px 0 #0a0a0a;--ink:#0a0a0a;--brand:#1d2f6b;--brand-deep:#121f45;--on-brand:#fff;--highlight:#5b7fd4;--landing-media-radius:18px;--landing-media-border:2px solid #0a0a0a;--surface-tint:#eef1f8;--mint:#1d2f6b;--lime:#5b7fd4;--sans:"Space Grotesk", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}html:has(.app--authenticated:not(.app--stacked-header)){scroll-padding-top:var(--header-height,3.5rem)}body{background:var(--bg);margin:0;overflow-x:clip}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,h4{color:var(--text-h);font-family:var(--sans);letter-spacing:-.03em;margin:0}p{margin:0}ul{margin:0;padding:0;list-style:none}button{cursor:pointer;font-family:inherit}input{font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (width<=640px){.container{padding:0 1rem}}.admin-loading,.admin-login{min-height:100vh;font-family:"Space Grotesk", var(--sans);background:#f4f4f0;place-items:center;padding:1.5rem;display:grid}.admin-login__card{text-align:center;background:#fff;border:2px solid #0a0a0a;border-radius:24px;gap:1rem;width:min(420px,100%);padding:2rem 1.75rem;display:grid;box-shadow:6px 6px #0a0a0a}.admin-login__badge{color:#fff;background:#1d2f6b;border:2px solid #0a0a0a;border-radius:999px;place-items:center;width:64px;height:64px;margin:0 auto;display:inline-grid;box-shadow:3px 3px #0a0a0a}.admin-login__card h1{color:#0a0a0a;margin:0;font-size:1.75rem;font-weight:800}.admin-login__card p{color:#475569;margin:0}.admin-login__google{color:#fff;min-height:48px;font:inherit;cursor:pointer;background:#1d2f6b;border:2px solid #0a0a0a;border-radius:999px;margin-top:.5rem;font-weight:700;box-shadow:3px 3px #0a0a0a}.admin-login__google:disabled{opacity:.7;cursor:wait}.admin-login__error{color:#b91c1c;margin:0;font-size:.875rem;font-weight:600}.admin-login__hint{color:#64748b;font-size:.8125rem}.admin-login__back{color:#121f45;font-weight:700;text-decoration:none}.admin-shell{min-height:100vh;font-family:"Space Grotesk", var(--sans);background:#f4f4f0;grid-template-columns:260px 1fr;display:grid}.admin-sidebar{background:#fff;border-right:2px solid #0a0a0a;flex-direction:column;gap:1.5rem;padding:1.5rem 1rem;display:flex}.admin-sidebar__brand{align-items:baseline;gap:.5rem;padding:0 .5rem;display:flex}.admin-sidebar__brand small{text-transform:uppercase;color:#64748b;font-size:.75rem;font-weight:700}.admin-sidebar__nav,.admin-sidebar__footer{gap:.5rem;display:grid}.admin-sidebar__footer{margin-top:auto}.admin-sidebar__footer p{color:#64748b;word-break:break-all;margin:0;padding:0 .5rem;font-size:.75rem}.admin-sidebar__link,.admin-sidebar__logout{color:#0a0a0a;font:inherit;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:12px;align-items:center;gap:.5rem;padding:.625rem .75rem;font-weight:600;text-decoration:none;display:inline-flex}.admin-sidebar__link.active{background:#eef1f8;border-color:#0a0a0a;box-shadow:2px 2px #0a0a0a}.admin-sidebar__link--ghost:hover,.admin-sidebar__logout:hover{background:#f8fafc}.admin-main{padding:1.5rem}.admin-page{gap:1rem;display:grid}.admin-page__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-page__header h1{margin:0;font-size:1.75rem;font-weight:800}.admin-page__header p{color:#64748b;margin:.25rem 0 0}.admin-page__actions{flex-wrap:wrap;gap:.5rem;display:flex}.admin-banner,.admin-notice{background:#eef1f8;border:2px solid #0a0a0a;border-radius:14px;padding:.875rem 1rem;font-size:.875rem;font-weight:600}.admin-notice{background:#ecfdf5}.admin-empty{color:#64748b}.admin-list{gap:.75rem;display:grid}.admin-product{background:#fff;border:2px solid #0a0a0a;border-radius:16px;grid-template-columns:72px 1fr auto;align-items:center;gap:1rem;padding:.875rem;display:grid;box-shadow:3px 3px #0a0a0a}.admin-product__image{object-fit:cover;background:#f8fafc;border:2px solid #0a0a0a;border-radius:12px;width:72px;height:72px}.admin-product__body h3{margin:0;font-size:1rem}.admin-product__body p{color:#64748b;margin:.25rem 0 0;font-size:.8125rem}.admin-product__actions{gap:.5rem;display:flex}.admin-btn{color:#0a0a0a;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:.5rem .875rem;font-weight:700;display:inline-flex;box-shadow:2px 2px #0a0a0a}.admin-btn--primary{color:#fff;background:#1d2f6b}.admin-btn--ghost{box-shadow:none;border-color:#cbd5e1}.admin-btn--danger{background:#fee2e2}.admin-btn:disabled{opacity:.65;cursor:not-allowed}.admin-form{background:#fff;border:2px solid #0a0a0a;border-radius:18px;gap:1rem;padding:1.25rem;display:grid;box-shadow:4px 4px #0a0a0a}.admin-form__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-form__header h2{margin:0;font-size:1.25rem}.admin-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;display:grid}.admin-field{gap:.35rem;display:grid}.admin-field--full{grid-column:1/-1}.admin-field--check{grid-column:1/-1;align-items:center;gap:.5rem;display:flex}.admin-field span{color:#334155;font-size:.8125rem;font-weight:700}.admin-field input,.admin-field select,.admin-field textarea{width:100%;font:inherit;background:#fff;border:2px solid #0a0a0a;border-radius:12px;padding:.625rem .75rem}.admin-field textarea{resize:vertical}.admin-upload__row{align-items:center;gap:1rem;display:flex}.admin-upload__button{cursor:pointer;background:#eef1f8;border:2px solid #0a0a0a;border-radius:999px;align-items:center;gap:.5rem;min-height:40px;padding:.5rem .875rem;font-weight:700;display:inline-flex}.admin-upload__preview{object-fit:cover;border:2px solid #0a0a0a;border-radius:12px;width:96px;height:96px}.admin-upload__placeholder{color:#64748b;border:2px dashed #94a3b8;border-radius:12px;place-items:center;width:96px;height:96px;font-size:.75rem;display:grid}.admin-form__error{color:#b91c1c;margin:0;font-size:.875rem;font-weight:600}.admin-form__footer{justify-content:flex-end;gap:.5rem;display:flex}.admin-modal{z-index:200;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.admin-modal__backdrop{cursor:pointer;background:#0f172a73;border:none;position:absolute;inset:0}.admin-form--modal{z-index:1;scrollbar-width:none;-ms-overflow-style:none;width:min(760px,100%);max-height:min(90vh,920px);position:relative;overflow:auto}.admin-form--modal::-webkit-scrollbar{width:0;height:0;display:none}.admin-btn--icon{min-width:40px;padding-inline:.625rem}.admin-btn--sm{min-height:34px;padding:.35rem .75rem;font-size:.8125rem}.admin-toolbar{flex-wrap:wrap;align-items:end;gap:.75rem;display:flex}.admin-toolbar__search{flex:240px;gap:.35rem;display:grid}.admin-toolbar__search input{width:100%;min-height:42px;font:inherit;background:#fff;border:2px solid #0a0a0a;border-radius:12px;padding:.625rem .875rem}.admin-toolbar__filter{gap:.35rem;min-width:180px;display:grid}.admin-toolbar__filter span{color:#334155;font-size:.8125rem;font-weight:700}.admin-toolbar__filter select{min-height:42px;font:inherit;background:#fff;border:2px solid #0a0a0a;border-radius:12px;padding:.625rem .75rem}.admin-table-wrap{background:#fff;border:2px solid #0a0a0a;border-radius:16px;overflow:auto;box-shadow:4px 4px #0a0a0a}.admin-table{border-collapse:collapse;width:100%;font-size:.875rem}.admin-table th,.admin-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:.75rem .875rem}.admin-table th{z-index:1;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#eef1f8;font-size:.75rem;font-weight:800;position:sticky;top:0}.admin-table tbody tr:hover{background:#fafafa}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table__thumb{object-fit:cover;background:#f8fafc;border:2px solid #0a0a0a;border-radius:10px;width:48px;height:48px}.admin-table__name{min-width:180px;font-weight:700}.admin-table__price{white-space:nowrap;font-weight:700}.admin-table__actions{flex-wrap:wrap;gap:.35rem;display:flex}.admin-tag{color:#64748b;text-transform:uppercase;white-space:nowrap;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;align-items:center;padding:.2rem .5rem;font-size:.6875rem;font-weight:700;display:inline-flex}.admin-tag--synced,.admin-tag--paid{color:#166534;background:#ecfdf5;border-color:#86efac}.admin-tag--status{text-transform:none;font-size:.75rem}.admin-tag--status-preparando{color:#92400e;background:#fffbeb;border-color:#fde68a}.admin-tag--status-en_camino{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.admin-tag--status-entregado{color:#64748b;background:#f8fafc;border-color:#cbd5e1}.admin-table__stack{gap:.15rem;display:grid}.admin-table__muted{color:#64748b;font-size:.75rem}.admin-table__nowrap{white-space:nowrap}.admin-table__detail-row td{background:#fafafa;padding-top:0}.admin-order-detail{gap:.75rem;padding:.25rem 0 .5rem;display:grid}.admin-order-detail__meta p{color:#64748b;margin:0;font-size:.8125rem}.admin-order-items{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.admin-order-items li{background:#fff;border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:40px 1fr auto;align-items:center;gap:.75rem;padding:.5rem .75rem;display:grid}.admin-order-items li div{gap:.15rem;display:grid}.admin-order-items li span{color:#64748b;font-size:.8125rem}.admin-order-items__topping{color:#334155;font-size:.75rem;font-weight:600;display:block}.admin-order-items__thumb{object-fit:cover;border:1px solid #e2e8f0;border-radius:8px;width:40px;height:40px}.admin-order-status{min-width:130px;display:block}.admin-order-status__select{width:100%;min-height:36px;font:inherit;cursor:pointer;background:#fff;border:2px solid #0a0a0a;border-radius:999px;padding:.35rem .5rem;font-size:.8125rem;font-weight:700}.admin-order-status__select:disabled{opacity:.65;cursor:wait}.admin-order-status__select--preparando{color:#92400e;background:#fffbeb}.admin-order-status__select--en_camino{color:#1d4ed8;background:#eff6ff}.admin-order-status__select--entregado{color:#64748b;background:#f8fafc}.admin-empty--inline{margin:0}.admin-confirm{z-index:200;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.admin-confirm__backdrop{cursor:pointer;background:#0f172a73;border:none;position:absolute;inset:0}.admin-confirm__panel{z-index:1;background:#fff;border:2px solid #0a0a0a;border-radius:18px;gap:1rem;width:min(420px,100%);padding:1.25rem;display:grid;position:relative;box-shadow:6px 6px #0a0a0a}.admin-confirm__panel h2{margin:0;font-size:1.25rem}.admin-confirm__panel p{color:#475569;margin:0;line-height:1.5}.admin-confirm__actions{justify-content:flex-end;gap:.5rem;display:flex}@media (width<=900px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{border-bottom:2px solid #0a0a0a;border-right:none}.admin-form__grid{grid-template-columns:1fr}.admin-product{grid-template-columns:64px 1fr}.admin-product__actions{grid-column:1/-1}.admin-table-wrap{border-radius:12px}.admin-table th,.admin-table td{padding:.625rem;font-size:.8125rem}.admin-form--modal{max-height:92vh}}.admin-order-id{letter-spacing:.03em;white-space:nowrap;background:#eef1f8;border:2px solid #0a0a0a;border-radius:999px;align-items:center;padding:.35rem .55rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;font-weight:800;display:inline-flex}.admin-location{gap:.2rem;min-width:180px;display:grid}.admin-location__address{color:#0a0a0a;font-weight:800;line-height:1.3}.admin-location__references{color:#475569;font-size:.8125rem;font-weight:600;line-height:1.35}.admin-location__place{color:#334155;font-size:.8125rem;font-weight:600}.admin-location__delivery{color:#64748b;font-size:.75rem}.admin-order-detail__location{background:#fff;border:2px solid #0a0a0a;border-radius:14px;gap:.35rem;margin-bottom:.75rem;padding:.875rem 1rem;display:grid}.admin-order-detail__location p{color:#334155;margin:0;font-size:.875rem}.admin-order-detail__location strong{color:#0a0a0a}.app{min-height:100vh}.btn{color:#fff;font-family:"Space Grotesk", var(--sans);background:#1d2f6b;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex;box-shadow:4px 4px #0a0a0a}.btn:hover{background:#152348;transform:translate(-2px,-2px);box-shadow:6px 6px #0a0a0a}.btn:active{transform:translate(2px,2px);box-shadow:2px 2px #0a0a0a}.btn--primary{color:#fff;background:#1d2f6b}.btn--primary:hover{color:#fff;background:#152348}.btn:hover{color:#fff}.btn--secondary{color:#0a0a0a;background:#fff;border:2px solid #0a0a0a}.btn--secondary:hover{color:#fff;background:#5b7fd4;border-color:#0a0a0a}.btn--light{color:#0a0a0a;background:#fff}.btn--full{width:100%}.logo{font-family:"Space Grotesk", var(--sans);color:#0a0a0a;letter-spacing:-.04em;font-size:1.125rem;font-weight:800;line-height:1;text-decoration:none}.logo span{color:inherit}.logo--image{object-fit:contain;border-radius:50%;width:2.25rem;height:2.25rem;display:block}.checkout-modal__option--selected,.checkout-modal__option--selected .checkout-modal__option-label,.checkout-modal__option--selected .checkout-modal__option-detail,.footer__social-link:hover,.hero__nudge,.hero__nudge:hover,.hero__nudge:focus-visible{color:#fff}.header-backdrop{z-index:90;-webkit-backdrop-filter:blur();opacity:0;pointer-events:none;cursor:pointer;background:#fff0;border:none;margin:0;padding:0;transition:opacity .45s cubic-bezier(.16,1,.3,1),background .45s cubic-bezier(.16,1,.3,1),-webkit-backdrop-filter .45s cubic-bezier(.16,1,.3,1),backdrop-filter .45s cubic-bezier(.16,1,.3,1);position:fixed;inset:0}.header-backdrop--visible{opacity:1;-webkit-backdrop-filter:blur(10px);pointer-events:auto;background:#ffffffc7}.header-backdrop--closing{opacity:0;-webkit-backdrop-filter:blur();pointer-events:none;background:#fff0;transition-duration:.45s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.header{z-index:100;background:0 0;border-bottom:none;position:fixed;top:0;left:0;right:0}.app--authenticated:not(.app--stacked-header) .header{pointer-events:none}.app--authenticated:not(.app--stacked-header) .header>:not(.header__menu){pointer-events:auto}.app--stacked-header .header{z-index:150;background:0 0;position:sticky;top:0;left:auto;right:auto}.app--stacked-header .header.header--menu-active:not(.header--menu-closing){z-index:150}.app--stacked-header .header.header--menu-active:not(.header--menu-closing) .header__main{background:0 0}.app--stacked-header .header__float--brand{color:#1d2f6b;background:#fff;padding:.2rem;transform:none}.app--stacked-header .header__float--brand:hover{color:#1d2f6b;background:#eef1f8;transform:translate(-1px,-1px)}.app--stacked-header .header__float--brand .logo,.app--stacked-header .header__float--brand .logo span{color:#1d2f6b;font-size:.875rem}.app--stacked-header .header.header--menu-active .header__cart-list{max-height:min(320px,48dvh)}.app--stacked-header .header.header--menu-active .header__orders-section{max-height:min(360px,52dvh)}.header--menu-active{z-index:160;pointer-events:none}.header--menu-active .header__main{z-index:170;background:0 0;min-width:0;position:relative}.header--menu-active .header__float--brand{flex-shrink:1;min-width:0;padding:.2rem;transform:none}.header--menu-active .header__float--brand .logo{font-size:.875rem}.header--menu-active .header__actions{flex-shrink:0;gap:.5rem;transform:none}.header--menu-active .header__float--greeting{justify-content:center;width:32px;height:32px;padding:0}.header--menu-active .header__greeting-icon{display:block}.header--menu-active .header__greeting-text,.header--menu-active .header__orders-label{display:none}.header--menu-active .header__float--orders{justify-content:center;width:32px;height:32px;padding:0}.header--menu-active .header__close-slot--open{max-width:40px;padding:0 0 3px}.header--menu-active .header__main,.header--menu-active .header__float,.header--menu-active .header__menu-cta,.header--menu-active .header__menu-cta--link,.header--menu-active .header__menu-inner{pointer-events:auto}.header--menu-closing{pointer-events:none}.header__main{justify-content:space-between;align-items:center;gap:.625rem;padding:.5rem clamp(1rem,4vw,1.5rem);display:flex}.header__action--active{pointer-events:none;cursor:default}.header__float--greeting-btn:disabled,.header__float--cart:disabled{opacity:1}.header__float{font-family:"Space Grotesk", var(--sans);background:#fff;border:2px solid #0a0a0a;border-radius:999px;align-items:center;transition:background .15s,box-shadow .15s,transform .42s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:2px 2px #0a0a0a}.header__float:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #0a0a0a}.header__float--brand{color:#1d2f6b;background:#fff;padding:.2rem;text-decoration:none;transform:translate(8%)}.header__float--brand:hover{color:#1d2f6b;background:#eef1f8;transform:translate(8%)translate(-1px,-1px)}.header__float--brand .logo,.header__float--brand .logo span{color:#1d2f6b;font-size:.875rem}.header__float--brand .logo--image{width:2.25rem;height:2.25rem}.header__actions{flex-wrap:nowrap;align-items:center;gap:.625rem;transition:gap .42s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(-8%)}.header__close-slot{opacity:0;pointer-events:none;flex:none;max-width:0;transition:max-width .42s cubic-bezier(.16,1,.3,1),opacity .36s cubic-bezier(.16,1,.3,1);overflow:hidden}.header__close-slot .header__float--close{transform-origin:50%;color:#0a0a0a;cursor:pointer;background:#fff;flex-shrink:0;justify-content:center;width:32px;height:32px;padding:0}.header__close-slot--open{opacity:1;pointer-events:auto;max-width:56px;padding:0 4px 4px 0;overflow:visible}.header__close-slot--open .header__float--close{animation:.44s cubic-bezier(.16,1,.3,1) 60ms both header-close-in}.header__close-slot--closing{opacity:0;pointer-events:none;max-width:0;padding:0;overflow:hidden}.header__close-slot--closing .header__float--close{animation:.36s cubic-bezier(.16,1,.3,1) both header-close-out}@keyframes header-close-in{0%{opacity:0;transform:rotate(-72deg)scale(.72)}to{opacity:1;transform:rotate(0)scale(1)}}@keyframes header-close-out{0%{opacity:1;transform:rotate(0)scale(1)}to{opacity:0;transform:rotate(72deg)scale(.72)}}.header__float--close:hover{color:#fff;background:#5b7fd4}.header__float--greeting{color:#0a0a0a;white-space:nowrap;gap:.4rem;padding:.4375rem .875rem;font-size:.8125rem;font-weight:600}.header__greeting-icon{flex-shrink:0;display:none}.header__greeting-text{display:inline}.header__float--greeting strong{font-weight:800}.header__float--greeting-btn{cursor:pointer;font-family:inherit;transition:box-shadow .15s,transform .15s,background .15s}.header__float--greeting-btn:hover{color:#fff;background:#5b7fd4;transform:translate(-1px,-1px);box-shadow:4px 4px #0a0a0a}.header__float--cart{right:max(1rem, env(safe-area-inset-right,0px) + .85rem);bottom:max(1.15rem, env(safe-area-inset-bottom,0px) + 1rem);z-index:180;cursor:pointer;color:#0a0a0a;pointer-events:auto;background:#fff;justify-content:center;width:52px;height:52px;padding:0;font-family:inherit;position:fixed;box-shadow:3px 3px #0a0a0a}.header__float--cart:hover{color:#fff;background:#5b7fd4;transform:translate(-2px,-2px);box-shadow:5px 5px #0a0a0a}.header--menu-active .header__float--cart,.header--menu-closing .header__float--cart{pointer-events:auto}.header__float--orders{cursor:pointer;color:#0a0a0a;background:#fff;gap:.35rem;height:32px;padding:0 .625rem;font-family:inherit;position:relative}.header__float--orders:hover{color:#fff;background:#5b7fd4}.header__float--orders:disabled{cursor:default}.header__orders-label{letter-spacing:-.01em;font-size:.8125rem;font-weight:700}.header__orders-dot{background:#1d2f6b;border:2px solid #0a0a0a;border-radius:999px;width:10px;height:10px;position:absolute;top:-4px;right:-4px;box-shadow:1px 1px #0a0a0a}.header__orders-section{scrollbar-width:none;-ms-overflow-style:none;max-height:min(52vh,420px);padding:.875rem 1rem 1rem;overflow-y:auto}.header__orders-heading{font-family:"Space Grotesk", var(--sans);letter-spacing:.04em;text-transform:uppercase;color:#0a0a0a;margin:0 0 .75rem;font-size:.8125rem;font-weight:700}.header__orders-list{gap:.75rem;display:grid}.header__order{background:#f7f7f5;border:2px solid #0a0a0a;border-radius:14px;gap:.625rem;padding:.75rem;display:grid}.header__order--active{background:#eef1f8}.header__order-id{background:#eef1f8;border:2px solid #0a0a0a;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .625rem;display:flex}.header__order-id span{text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:.6875rem;font-weight:800}.header__order-id strong{letter-spacing:.03em;color:#0a0a0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;font-weight:800}.header__order-top{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.header__order-top time{color:var(--text);white-space:nowrap;font-size:.6875rem;font-weight:600}.header__order-status{letter-spacing:.02em;text-transform:uppercase;background:#fff;border:2px solid #0a0a0a;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.6875rem;font-weight:800;display:inline-flex}.header__order-status--en_camino{color:#fff;background:#5b7fd4}.header__order-status--entregado{opacity:.9;background:#fff}.header__order-status--preparando{background:#fff}.header__order-items{gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.header__order-items li{color:var(--text-h);grid-template-columns:36px 1fr;align-items:center;gap:.55rem;font-size:.8125rem;font-weight:600;display:grid}.header__order-items img{object-fit:cover;background:#fff;border:1.5px solid #0a0a0a;border-radius:8px;width:36px;height:36px}.header__order-meta{color:var(--text);border-top:1.5px solid #0a0a0a1f;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.35rem;font-size:.75rem;display:flex}.header__order-meta strong{font-family:"Space Grotesk", var(--sans);color:#0a0a0a;font-size:.9375rem}.header__order-location{border-top:1.5px dashed #0a0a0a1f;gap:.15rem;margin-top:.35rem;padding-top:.45rem;display:grid}.header__order-location p{color:#475569;margin:0;font-size:.75rem;font-weight:600;line-height:1.35}.header__order-location p:first-child{color:#0a0a0a;font-weight:700}.header__panel-btn--cart{position:relative}.header__cart-badge{color:#fff;text-align:center;background:#1d2f6b;border:1.5px solid #0a0a0a;border-radius:999px;min-width:18px;height:18px;padding:0 4px;font-size:.625rem;font-weight:800;line-height:13px;position:absolute;top:-4px;right:-4px;box-shadow:1px 1px #0a0a0a}.header__cart-list{scrollbar-width:none;-ms-overflow-style:none;max-height:240px;margin:0;padding:.375rem .75rem;list-style:none;overflow-y:auto}.header__cart-item{border-bottom:1px solid var(--border);grid-template-columns:52px 1fr auto;align-items:center;gap:.75rem;padding:.625rem 0;display:grid}.header__cart-item:last-child{border-bottom:none}.header__cart-item img{object-fit:cover;background:#fff;border-radius:10px;width:52px;height:52px}.header__cart-item-body{min-width:0}.header__cart-item-name{color:var(--text-h);margin:0 0 .2rem;font-size:.8125rem;font-weight:600;line-height:1.3}.header__cart-item-topping{letter-spacing:.04em;text-transform:uppercase;color:var(--text);opacity:.82;margin:0 0 .25rem;font-size:.6875rem;font-weight:700}.header__cart-item-name-topping{opacity:.9;font-weight:700}.header__cart-item-price{color:var(--text);margin:0 0 .4rem;font-size:.8125rem}.header__cart-qty{background:#fff;border:2px solid #0a0a0a;border-radius:999px;align-items:center;gap:.375rem;padding:.125rem;display:inline-flex;box-shadow:2px 2px #0a0a0a}.header__cart-qty button{color:#0a0a0a;cursor:pointer;background:#fff;border:1.5px solid #0a0a0a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.header__cart-qty button:hover{background:#eef1f8}.header__cart-qty span{text-align:center;min-width:1.25rem;font-size:.8125rem;font-weight:600}.header__cart-remove{width:32px;height:32px;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.header__cart-remove:hover{color:#dc2626;background:#fee2e2}.header__cart-summary{justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9375rem;display:flex}.header__cart-summary strong{color:var(--text-h);font-size:1.0625rem}.header__menu{z-index:160;padding:max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;pointer-events:none;opacity:0;visibility:hidden;scrollbar-width:none;-ms-overflow-style:none;background:0 0;justify-content:center;align-items:center;transition:opacity .28s cubic-bezier(.16,1,.3,1),visibility .28s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;overflow:hidden auto}.header__menu--open{pointer-events:none;opacity:1;visibility:visible}.app--authenticated:not(.app--stacked-header) .header.header--menu-active>.header__menu.header__menu--open{pointer-events:none}.header__menu--open.header__menu--closing{pointer-events:none;opacity:0;visibility:hidden;transition-duration:.36s}.header__menu-inner{transform-origin:50%;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;align-content:start;gap:.625rem;width:min(440px,100%);max-height:min(80dvh,720px);margin:auto;padding:.25rem .25rem .5rem;display:grid;overflow:hidden auto}.header__menu::-webkit-scrollbar{width:0;height:0;display:none}.header__menu-inner::-webkit-scrollbar{width:0;height:0;display:none}.header__cart-list::-webkit-scrollbar{width:0;height:0;display:none}.header__orders-section::-webkit-scrollbar{width:0;height:0;display:none}.header__menu-inner--in{animation:.44s cubic-bezier(.16,1,.3,1) both menu-inner-in}.header__menu-inner--out{animation:.36s cubic-bezier(.16,1,.3,1) both menu-inner-out}@keyframes menu-inner-in{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes menu-inner-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(10px)scale(.96)}}.header__menu-box{box-shadow:none;background:#fff;border:2px solid #0a0a0a;border-radius:18px}.header__anim--in{animation:.52s cubic-bezier(.16,1,.3,1) both menu-box-in;animation-delay:var(--box-delay,80ms)}.header__anim--out{animation:.52s cubic-bezier(.16,1,.3,1) both menu-box-out;animation-delay:var(--box-delay,0s)}@keyframes menu-box-in{0%{opacity:0;transform:translateY(16px)scale(.965)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes menu-box-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(16px)scale(.965)}}.header__info-list{margin:0;padding:.375rem 1rem;list-style:none}.header__info-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.875rem;padding:.625rem 0;display:flex}.header__info-item:last-child{border-bottom:none}.header__info-label{color:var(--text-h);font-size:.875rem;font-weight:500}.header__info-value{color:var(--text);text-align:right;max-width:56%;font-size:.8125rem;line-height:1.35}.header__info-value--empty{color:var(--text);opacity:.55;font-style:italic}.header__menu-cta{color:#fff;width:100%;font-family:"Space Grotesk", var(--sans);cursor:pointer;background:#1d2f6b;border:2px solid #0a0a0a;border-radius:999px;height:auto;min-height:0;margin-top:.125rem;padding:.625rem 1rem;font-size:.875rem;font-weight:700;line-height:1.25;transition:background .15s,transform .15s,box-shadow .15s;box-shadow:3px 3px #0a0a0a}.header__menu-cta:active{transform:translate(2px,2px);box-shadow:2px 2px #0a0a0a}.header__menu-cta--link{justify-content:center;align-items:center;height:auto;min-height:0;text-decoration:none;display:inline-flex}.header__menu-box--empty{padding:1rem}.header__cart-empty{text-align:center;color:var(--text);justify-items:center;gap:.5rem;padding:.5rem .25rem;display:grid}.header__cart-empty p{color:var(--text-h);margin:0;font-size:.875rem;font-weight:500}.header__cart-hint{font-size:.8125rem;line-height:1.4}.header__menu-cta:hover{background:#152348;transform:translate(-1px,-1px);box-shadow:4px 4px #0a0a0a}@media (prefers-reduced-motion:reduce){.header-backdrop,.header__menu,.header__menu-inner,.header__close-slot,.header__anim--in,.header__anim--out,.header__menu-inner--in,.header__menu-inner--out,.header__float--close{transition-duration:.01ms!important;animation:none!important}}.header__panel{flex-shrink:0;position:relative}.header__panel--open{border:1px solid var(--border);background:#fff;border-radius:20px;width:min(92vw,320px);overflow:hidden;box-shadow:0 18px 44px #0f172a1f,0 6px 16px #0f172a0f}.header__panel-btn{cursor:pointer;background:var(--bg);border:1px solid var(--border);width:44px;height:44px;color:var(--text-h);border-radius:20px;justify-content:center;align-items:center;padding:0;transition:box-shadow .35s cubic-bezier(.22,1,.36,1),border-radius .3s cubic-bezier(.22,1,.36,1),background .2s;display:inline-flex}.header__panel--open .header__panel-btn{border:none;border-bottom:1px solid var(--border);width:100%;height:48px;box-shadow:none;border-radius:0;justify-content:flex-end;padding-right:.375rem}.header__panel-dropdown{z-index:120;pointer-events:none;opacity:0;visibility:hidden;width:min(92vw,320px);transition:opacity .32s,visibility .32s;position:absolute;top:calc(100% - 1px);right:0}.header__panel--open .header__panel-dropdown{opacity:1;visibility:visible;pointer-events:auto;width:100%;position:static}.header__panel-surface{border:1px solid var(--border);transform-origin:100% 0;background:#fff;border-radius:20px;transition:transform .42s cubic-bezier(.16,1,.3,1);overflow:hidden;transform:translateY(-8px)scale(.96);box-shadow:0 18px 44px #0f172a1f,0 6px 16px #0f172a0f}.header__panel--open .header__panel-surface{box-shadow:none;border:none;border-radius:0;transform:none}.header__panel-dropdown--open .header__panel-surface{transform:translateY(0)scale(1)}.header__panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.875rem 1rem .75rem;animation:.38s cubic-bezier(.16,1,.3,1) both header-panel-in;display:flex}.header__panel-eyebrow{text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.25rem;font-size:.6875rem;font-weight:600;display:inline-block}.header__panel-header h2{font-size:1.125rem;line-height:1.25}.header__panel-close{background:var(--bg-muted);width:28px;height:28px;color:var(--text-h);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s;display:flex}.header__panel-close:hover{background:var(--border)}.header__panel-body{padding:.875rem 1rem 1rem;animation:.42s cubic-bezier(.16,1,.3,1) 50ms both header-panel-in}@keyframes header-panel-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.header__panel-lead{color:var(--text);margin-bottom:1rem;font-size:.8125rem;line-height:1.55}.header__profile{gap:.625rem;margin-bottom:1rem;display:grid}.header__profile div{background:var(--bg-muted);border-radius:20px;padding:.625rem .75rem}.header__profile dt{text-transform:uppercase;letter-spacing:.04em;color:var(--text);margin-bottom:.15rem;font-size:.6875rem;font-weight:600}.header__profile dd{color:var(--text-h);margin:0;font-size:.8125rem;line-height:1.4}.header__panel-action{width:100%;padding:.6875rem 1rem;font-size:.875rem}.icon-btn{width:28px;height:28px;color:var(--text-h);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:color .2s;display:flex;position:relative}.icon-btn:hover{color:var(--primary)}.hero{--hero-ink:#0a0a0a;--hero-green:#1d2f6b;--hero-yellow:#5b7fd4;--hero-card:#fff;--hero-shadow:4px 4px 0 #0a0a0a;--hero-font:"Space Grotesk", var(--sans);width:100vw;max-width:100vw;min-height:100dvh;font-family:var(--hero-font);background:0 0;margin:0;padding:0;position:relative}.app--authenticated .hero{padding-top:0}.hero__products{width:100%;min-height:inherit;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.hero__product-col{background:var(--hero-col-bg);min-height:100dvh;color:var(--hero-col-fg);cursor:pointer;isolation:isolate;border:none;border-radius:0;flex-direction:column;justify-content:flex-end;align-items:center;margin:0;padding:0;transition:filter .45s;display:flex;position:relative;overflow:hidden;container:hero-col/inline-size}.hero__product-col:hover,.hero__product-col.hero__product-col--active{filter:brightness(1.06)}.hero__product-rise{z-index:3;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;padding:0 0 clamp(1.1rem,2.4vw,1.85rem);transition:transform .45s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.hero__product-col--mango,.hero__product-col--fresa,.hero__product-col--arandano{--hero-lift:0px}.hero__product-col:hover .hero__product-rise,.hero__product-col.hero__product-col--active .hero__product-rise{transform:none}.hero__related{z-index:2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__related-img{object-fit:contain;opacity:0;will-change:opacity, transform;filter:drop-shadow(0 12px 22px #00000038);transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);position:absolute}.hero__related-img--1{transform-origin:top;width:min(135cqi,420px);margin-left:calc(min(135cqi,420px)/-2);top:-2%;left:50%;transform:scale(.82)translateY(18px)}.hero__product-col--arandano .hero__related-img--1,.hero__product-col--mango .hero__related-img--1{transform-origin:top;transform:scale(1.025)translateY(18px)}.hero__product-col--fresa .hero__related-img--1{transform-origin:top;top:-10%;transform:scale(1.15)translateY(0)}.hero__related-img--2{transform-origin:100%;width:min(76cqi,220px);top:10%;left:auto;right:-12cqi;transform:scale(.82)rotate(10deg)translate(12px,10px)}.hero__product-col--fresa .hero__related-img--2,.hero__product-col--arandano .hero__related-img--2,.hero__product-col--mango .hero__related-img--2{width:min(138cqi,434px);top:42%;right:-12cqi}.hero__related-img--3{transform-origin:0 100%;width:min(72cqi,210px);inset:auto auto 10% -12cqi;transform:scale(.82)rotate(-12deg)translate(-10px,12px)}.hero__product-col:hover .hero__related-img--1,.hero__product-col.hero__product-col--active .hero__related-img--1{opacity:1;transition-delay:0s;transform:scale(1.06)translateY(0)}.hero__product-col--fresa:hover .hero__related-img--1,.hero__product-col--fresa.hero__product-col--active .hero__related-img--1{transform:scale(1.49)translateY(0)}.hero__product-col--arandano:hover .hero__related-img--1,.hero__product-col--arandano.hero__product-col--active .hero__related-img--1,.hero__product-col--mango:hover .hero__related-img--1,.hero__product-col--mango.hero__product-col--active .hero__related-img--1{transform:scale(1.325)translateY(0)}.hero__product-col:hover .hero__related-img--2,.hero__product-col.hero__product-col--active .hero__related-img--2{opacity:1;transition-delay:70ms;transform:scale(1.06)rotate(12deg)translate(0)}.hero__product-col:hover .hero__related-img--3,.hero__product-col.hero__product-col--active .hero__related-img--3{opacity:1;transition-delay:.14s;transform:scale(1.06)rotate(-14deg)translate(0)}.hero__product-col:after{content:"";z-index:1;pointer-events:none;background:radial-gradient(85% 65% at 50% 18%,#ffffff38 0%,#0000 72%);position:absolute;inset:0}.hero__product-col--mango:after{background:radial-gradient(85% 65% at 50% 18%,#ffffff61 0%,#0000 72%)}.hero__product-media{z-index:1;perspective:900px;flex:none;justify-content:center;align-items:center;width:100%;padding:0 0 clamp(.25rem,1vw,.5rem);display:flex;position:relative}.hero__product-media img{object-fit:contain;filter:drop-shadow(0 22px 36px #0000004d);width:min(100%,clamp(140px,18vw,280px));height:auto;max-height:min(62vh,480px)}.hero__product-model{--poster-color:transparent;transform-origin:50% 72%;filter:drop-shadow(0 22px 36px #00000047);pointer-events:none;background:0 0;width:min(100%,clamp(160px,22vw,320px));height:min(58vh,460px);transition:transform .9s cubic-bezier(.22,1,.36,1);display:block;transform:translateY(2.75rem)rotate(0)scale(1)}.hero__product-col:hover .hero__product-model,.hero__product-col.hero__product-col--active .hero__product-model,.hero__product-model--tilted{transform:translate3d(.35rem,-3.4rem,42px)rotate(28deg)scale(1.1)}@media (prefers-reduced-motion:reduce){.hero__product-model{transition:none}.hero__product-col:hover .hero__product-model,.hero__product-col.hero__product-col--active .hero__product-model,.hero__product-model--tilted{transform:translateY(-1rem)rotate(12deg)scale(1.03)}}.hero-loader{z-index:2000;background:#fff;place-items:center;padding:2rem;transition:opacity .46s;display:grid;position:fixed;inset:0}.hero-loader--out{opacity:0;pointer-events:none}.hero-loader__inner{flex-direction:column;align-items:center;gap:1.35rem;display:flex}.hero-loader__mark{aspect-ratio:1;place-items:center;width:clamp(4.75rem,15vw,7rem);display:grid;position:relative}.hero-loader__halo{border:2px solid #1d2f6b24;border-top-color:#1d2f6b;border-radius:50%;animation:.95s linear infinite hero-loader-spin;position:absolute;inset:-.85rem}.hero-loader__logo{width:100%;height:auto;animation:1.9s ease-in-out infinite hero-loader-pulse}.hero-loader__bar{background:#0f172a1a;border-radius:999px;width:min(62vw,15rem);height:4px;overflow:hidden}.hero-loader__bar-fill{border-radius:inherit;background:#1d2f6b;height:100%;transition:width .5s cubic-bezier(.22,1,.36,1);display:block}.hero-loader__text{letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin:0;font-size:.75rem;font-weight:800}@keyframes hero-loader-spin{to{transform:rotate(360deg)}}@keyframes hero-loader-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@media (prefers-reduced-motion:reduce){.hero-loader__halo,.hero-loader__logo{animation:none}}.hero__product-copy{z-index:4;text-align:left;width:auto;max-width:calc(100% - .75rem);color:var(--hero-col-fg);pointer-events:none;opacity:0;visibility:hidden;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.4rem;padding:0;transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1),visibility .42s;display:flex;position:absolute;top:clamp(5rem,14vh,8rem);left:clamp(.45rem,2.5cqi,1rem);overflow:hidden;transform:translateY(14px)}.hero__product-col:hover .hero__product-copy,.hero__product-col.hero__product-col--active .hero__product-copy{opacity:1;visibility:visible;transition-delay:.1s;transform:translateY(0)}.hero__product-title{width:auto;font-family:var(--hero-font);text-transform:uppercase;letter-spacing:-.04em;color:inherit;flex-direction:column;align-items:flex-start;margin:0;font-weight:800;line-height:.82;display:flex}.hero__product-title-line{white-space:nowrap;width:auto;font-size:clamp(2.35rem,32cqi,6.75rem);display:block}.hero__product-title-line--accent{font-size:clamp(2.35rem,32cqi,6.75rem)}.hero__product-title-full{display:none}.hero__product-desc{letter-spacing:.1em;text-transform:uppercase;max-width:min(100%,12.5rem);color:inherit;opacity:.95;margin:0;font-size:clamp(.5rem,3.4cqi,.6875rem);font-weight:700;line-height:1.35}.hero__product-col:focus-visible{outline-offset:-4px;outline:3px solid #ffffffd9}.hero__product-col--mango:focus-visible{outline-color:#14110abf}.hero__credit{top:calc(var(--header-height,0px) + clamp(.6rem, 1.8vw, 1.15rem));z-index:6;color:#0a0a0a;opacity:.6;background:0 0;border:0;align-items:center;gap:.45rem;padding:0;text-decoration:none;transition:opacity .2s;display:inline-flex;position:absolute;right:clamp(.75rem,2.5vw,1.5rem)}.hero__credit:hover,.hero__credit:focus-visible{opacity:1}.hero__credit-label{max-width:5.5rem;font-family:var(--hero-font);letter-spacing:.1em;text-transform:uppercase;opacity:.7;font-size:.4375rem;font-weight:700;line-height:1.2}.hero__credit-logo{object-fit:contain;background:#ffffff8c;border:1px solid #0a0a0a33;border-radius:999px;flex-shrink:0;width:clamp(38px,4.5vw,52px);height:auto;padding:.2rem .4rem}.hero__login-bar{top:auto;left:1.25rem;right:1.25rem;bottom:max(1.5rem, env(safe-area-inset-bottom,0px) + 1.25rem);z-index:4;box-sizing:border-box;pointer-events:none;flex-direction:column;align-items:stretch;gap:.5rem;width:auto;margin:0;display:flex;position:absolute;transform:none}.hero__login-bar>*{pointer-events:auto}.hero__google-btn,.hero__auth-submit{border:2px solid var(--hero-ink);width:100%;min-height:3.35rem;color:var(--hero-ink);letter-spacing:.01em;cursor:pointer;box-shadow:var(--hero-shadow);background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:.85rem;padding:1rem 1.75rem;font-family:inherit;font-size:1.0625rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.hero__google-btn{gap:.6rem;min-height:2.75rem;padding:.55rem 1.35rem;font-size:.9375rem}.hero__google-logo{object-fit:contain;flex-shrink:0;width:1.375rem;height:1.375rem}.hero__google-btn:hover:not(:disabled),.hero__auth-submit:hover{box-shadow:6px 6px 0 var(--hero-ink);transform:translate(-2px,-2px)}.hero__google-btn:disabled{opacity:.7;cursor:wait}.hero__auth-overlay{z-index:200;opacity:0;visibility:hidden;pointer-events:none;justify-content:center;align-items:center;padding:1rem;transition:opacity .28s,visibility .28s;display:flex;position:fixed;inset:0}.hero__auth-overlay--open{opacity:1;visibility:visible;pointer-events:auto}.hero__auth-backdrop{-webkit-backdrop-filter:blur(4px);cursor:pointer;background:#0a0a0a8c;border:none;position:absolute;inset:0}.hero__auth-panel{z-index:1;border:2px solid var(--hero-ink);background:var(--hero-card);width:min(100%,42rem);max-height:min(96vh,920px);box-shadow:8px 8px 0 var(--hero-ink);scrollbar-width:none;-ms-overflow-style:none;border-radius:1.25rem;position:relative;overflow:visible}.hero__auth-panel::-webkit-scrollbar{width:0;height:0;display:none}.hero__auth-menu-header{border-bottom:2px solid var(--hero-ink);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.1rem 1.15rem;display:flex}.hero__auth-menu-eyebrow{color:#1d2f6b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem;font-size:.6875rem;font-weight:800;display:block}.hero__auth-menu-header h2{color:var(--hero-ink);letter-spacing:-.03em;margin:0;font-size:1.25rem;font-weight:800}.hero__auth-close{border:2px solid var(--hero-ink);background:var(--hero-yellow);width:2rem;height:2rem;color:var(--hero-ink);box-shadow:2px 2px 0 var(--hero-ink);cursor:pointer;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hero__auth-menu-body{padding:1.1rem 1.15rem 1.25rem}.hero__auth-menu-lead{color:#374151;margin:0 0 1rem;font-size:.875rem;line-height:1.55}.hero__auth-form{gap:.7rem;display:grid}.hero__auth-form-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;display:grid}.hero__auth-form label{color:var(--hero-ink);gap:.35rem;font-size:.8125rem;font-weight:700;display:grid}.hero__auth-form input{border:2px solid var(--hero-ink);width:100%;color:var(--hero-ink);font:inherit;background:#fff;border-radius:.75rem;padding:.65rem .75rem}.hero__auth-form textarea{border:2px solid var(--hero-ink);width:100%;min-height:4.5rem;color:var(--hero-ink);font:inherit;resize:vertical;background:#fff;border-radius:.75rem;padding:.65rem .75rem}.hero__auth-form input:focus,.hero__auth-form textarea:focus{box-shadow:3px 3px 0 var(--hero-ink);outline:none}.hero__auth-form input:read-only{background:#f3f4f6}.hero__auth-submit{background:var(--hero-green);color:#fff;margin-top:.25rem}.hero__auth-error{color:#b91c1c;margin:0;font-size:.8125rem;font-weight:600}.hero__auth-error--plain{text-align:center;background:#ffffffeb;border-radius:999px;padding:.45rem .75rem}@media (prefers-reduced-motion:reduce){.hero__product-col,.hero__product-rise,.hero__related-img{animation:none}.hero__related-img{opacity:.35;transform:none}}.hero__footer{border-top:2px solid #0a0a0a1f;grid-template-columns:1.1fr .9fr 1fr;align-items:center;gap:clamp(1.25rem,3vw,2rem);margin-top:clamp(1.75rem,4vw,2.75rem);padding-top:clamp(1.25rem,3vw,1.75rem);display:grid}.hero__stats{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hero__stat strong{color:var(--hero-ink);letter-spacing:-.04em;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1;display:block}.hero__stat strong span{color:var(--hero-green-deep)}.hero__stat p{color:var(--hero-muted);margin:.45rem 0 0;font-size:.82rem;font-weight:500;line-height:1.35}.hero__media{aspect-ratio:2.35;border:var(--landing-media-border);border-radius:var(--landing-media-radius);width:min(100%,280px);box-shadow:none;background:#ddd;justify-self:center;position:relative;overflow:hidden}.hero__media img{object-fit:cover;width:100%;height:100%}.hero__play{border:2px solid var(--hero-ink);width:3rem;height:3rem;color:var(--hero-ink);box-shadow:3px 3px 0 var(--hero-ink);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.hero__play:hover{background:var(--hero-yellow)}.hero__topics h2{color:var(--hero-ink);letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(1.35rem,2.4vw,1.85rem);font-weight:700;line-height:1.1}.hero__topic-row{flex-wrap:wrap;gap:.55rem;display:flex}.hero__topic-icon{border:2px solid var(--hero-ink);width:2.55rem;height:2.55rem;color:var(--hero-ink);box-shadow:2px 2px 0 var(--hero-ink);background:#fff;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.hero__topic-icon--accent{background:var(--hero-green)}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-shell-in{0%{opacity:0;transform:translateY(10px)scale(.992)}to{opacity:1;transform:translateY(0)scale(1)}}.hero__anim{opacity:0;animation:.85s cubic-bezier(.22,1,.36,1) both hero-fade-up}.hero__anim--shell{animation-name:hero-shell-in;animation-duration:1s}.hero__anim--1{animation-delay:.12s}.hero__anim--2{animation-delay:.24s}.hero__anim--3{animation-delay:.36s}.hero__nudge{will-change:transform, box-shadow, background;transition:none!important;animation:1s infinite hero-nudge!important}.hero__nudge:hover,.hero__nudge:focus-visible{background:#5b7fd4!important;animation:none!important;transform:translate(-2px,-2px)!important;box-shadow:6px 6px #0a0a0a!important}@keyframes hero-nudge{0%,40%,to{background:#1d2f6b;transform:translate(0);box-shadow:4px 4px #0a0a0a}15%,30%{background:#5b7fd4;transform:translate(-5px,-5px);box-shadow:9px 9px #0a0a0a}}@media (width<=980px){.hero__product-media img{width:min(100%,clamp(96px,14vw,160px));max-height:min(44vh,320px)}.hero__product-model{width:min(100%,clamp(110px,18vw,200px));height:min(44vh,320px)}.hero__footer{grid-template-columns:1fr}.hero__media{width:min(100%,340px)}}@media (width<=640px){.hero__products{grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:minmax(0,1fr);gap:0;min-height:100dvh}.hero__product-col{cursor:default;pointer-events:none;-webkit-tap-highlight-color:transparent;flex-direction:row;justify-content:space-between;align-items:center;gap:clamp(.5rem,3vw,1rem);height:100%;min-height:0;padding:.65rem clamp(.9rem,4.5vw,1.4rem)}.hero__product-col:hover,.hero__product-col:focus-visible{filter:none;outline:none}.hero__product-col:first-child{padding-top:clamp(3.25rem,13vw,4.5rem)}.hero__product-col:last-child{padding-bottom:max(.65rem, env(safe-area-inset-bottom,0px))}.app:not(.app--authenticated) .hero__product-col:first-child{padding-top:1.15rem}.app:not(.app--authenticated) .hero__product-col:last-child{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom,0px))}.hero__product-col:after{background:radial-gradient(70% 120% at 82%,#ffffff38 0%,#0000 72%)}.hero__product-col--mango:after{background:radial-gradient(70% 120% at 82%,#ffffff57 0%,#0000 72%)}.hero__product-copy{flex:auto;gap:.3rem;min-width:0;max-width:60%;position:static;transform:translateY(10px)}.hero__product-col.hero__product-col--active .hero__product-copy{transform:translateY(0)}.hero__product-title-line,.hero__product-title-line--accent{display:none}.hero__product-title-full{white-space:normal;text-wrap:balance;font-size:clamp(1.35rem,8vw,2.35rem);line-height:.95;display:block}.hero__product-desc{letter-spacing:.08em;max-width:100%;font-size:clamp(.4rem,2.5vw,.5625rem);line-height:1.3}.hero__product-rise,.hero__product-col:hover .hero__product-rise,.hero__product-col.hero__product-col--active .hero__product-rise{flex:none;width:auto;padding:0;transform:none}.hero__product-media{width:auto;padding:0}.hero__product-media img{width:clamp(79px,26.4vw,130px);max-height:min(28.6dvh,193px)}.hero__product-model{width:clamp(88px,30vw,150px);height:min(28.6dvh,193px)}.hero__product-col:hover .hero__product-model,.hero__product-col.hero__product-col--active .hero__product-model{transform:translate3d(.2rem,-1.25rem,20px)rotate(22deg)scale(1.06)}.hero__related-img{filter:drop-shadow(0 8px 16px #00000038)}.hero__related-img--1,.hero__product-col--mango .hero__related-img--1,.hero__product-col--fresa .hero__related-img--1,.hero__product-col--arandano .hero__related-img--1{transform-origin:50%;width:min(46.2vw,237px);margin-left:0;inset:50% -7vw auto auto;transform:translateY(-50%)scale(.9)}.hero__product-col--fresa .hero__related-img--1{width:min(62vw,318px);right:-12vw}.hero__product-col:hover .hero__related-img--1,.hero__product-col.hero__product-col--active .hero__related-img--1,.hero__product-col--fresa:hover .hero__related-img--1,.hero__product-col--fresa.hero__product-col--active .hero__related-img--1,.hero__product-col--arandano:hover .hero__related-img--1,.hero__product-col--arandano.hero__product-col--active .hero__related-img--1,.hero__product-col--mango:hover .hero__related-img--1,.hero__product-col--mango.hero__product-col--active .hero__related-img--1{transition-delay:0s;transform:translateY(-50%)scale(1)}.hero__related-img--2,.hero__product-col--fresa .hero__related-img--2,.hero__product-col--arandano .hero__related-img--2,.hero__product-col--mango .hero__related-img--2{transform-origin:50%;width:min(26.4vw,130px);inset:auto 26vw -8% auto;transform:rotate(-8deg)scale(.9)}.hero__product-col--fresa .hero__related-img--2{width:min(36vw,178px);bottom:-12%;right:30vw}.hero__product-col:hover .hero__related-img--2,.hero__product-col.hero__product-col--active .hero__related-img--2{transition-delay:60ms;transform:rotate(-8deg)scale(1)}.hero__related-img--3,.hero__product-col:hover .hero__related-img--3,.hero__product-col.hero__product-col--active .hero__related-img--3{display:none}.hero__credit{gap:.35rem}.hero__credit-label{letter-spacing:.07em;max-width:4.25rem;font-size:.375rem}.hero__credit-logo{width:32px;padding:.15rem .3rem}.hero__login-bar{top:auto;left:.85rem;right:.85rem;bottom:max(1rem, env(safe-area-inset-bottom,0px) + .85rem)}.hero__auth-overlay{justify-content:flex-end;align-items:flex-end;padding:0}.hero__auth-panel{width:100%;max-height:min(92svh,920px);box-shadow:0 -6px 0 var(--hero-ink);border-radius:1.25rem 1.25rem 0 0;flex-direction:column;display:flex;overflow:hidden}.hero__auth-menu-header{flex-shrink:0}.hero__auth-menu-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding-bottom:max(1.25rem, env(safe-area-inset-bottom,0px));flex:auto;overflow-y:auto}.hero__auth-form-row{grid-template-columns:1fr}.hero__auth-close{width:44px;height:44px}.hero__auth-form input,.hero__auth-form textarea{min-height:44px;font-size:1rem}.hero__google-btn,.hero__auth-submit{min-height:44px}}@media (width<=900px) and (height<=560px){.hero__products{grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:minmax(0,1fr);min-height:100dvh}.hero__product-col{cursor:default;pointer-events:none;-webkit-tap-highlight-color:transparent;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;height:100%;min-height:0;padding:.5rem clamp(.75rem,3.5vw,1.15rem)}.hero__product-col:hover,.hero__product-col:focus-visible{filter:none;outline:none}.hero__product-col:first-child{padding-top:clamp(2.75rem,9vh,3.75rem)}.hero__product-copy{flex:auto;min-width:0;max-width:62%;position:static;transform:translateY(8px)}.hero__product-col.hero__product-col--active .hero__product-copy{transform:translateY(0)}.hero__product-title-line,.hero__product-title-line--accent{display:none}.hero__product-title-full{white-space:normal;font-size:clamp(1.05rem,5vh,1.75rem);line-height:.95;display:block}.hero__product-desc{display:none}.hero__product-rise,.hero__product-col:hover .hero__product-rise,.hero__product-col.hero__product-col--active .hero__product-rise{flex:none;width:auto;padding:0;transform:none}.hero__product-media{width:auto;padding:0}.hero__product-media img{width:clamp(64px,15.4vw,106px);max-height:26.4dvh}.hero__product-model{width:clamp(72px,18vw,120px);height:26.4dvh}.hero__related-img--1,.hero__product-col--mango .hero__related-img--1,.hero__product-col--fresa .hero__related-img--1,.hero__product-col--arandano .hero__related-img--1{width:min(28.6vw,209px);margin-left:0;inset:50% -3vw auto auto;transform:translateY(-50%)scale(.92)}.hero__product-col--fresa .hero__related-img--1{width:min(38vw,278px);right:-6vw}.hero__product-col:hover .hero__related-img--1,.hero__product-col.hero__product-col--active .hero__related-img--1,.hero__product-col--fresa:hover .hero__related-img--1,.hero__product-col--fresa.hero__product-col--active .hero__related-img--1,.hero__product-col--arandano:hover .hero__related-img--1,.hero__product-col--arandano.hero__product-col--active .hero__related-img--1,.hero__product-col--mango:hover .hero__related-img--1,.hero__product-col--mango.hero__product-col--active .hero__related-img--1{transition-delay:0s;transform:translateY(-50%)scale(1)}.hero__related-img--2,.hero__related-img--3{display:none}}@media (hover:none){.hero__product-col:hover .hero__product-copy{opacity:0;visibility:hidden;transform:translateY(10px)}.hero__product-col:hover .hero__related-img{opacity:0}.hero__product-col:hover{filter:none}.hero__product-col.hero__product-col--active .hero__product-copy{opacity:1;visibility:visible;transform:translateY(0)}.hero__product-col.hero__product-col--active .hero__related-img{opacity:1}.hero__product-col.hero__product-col--active{filter:brightness(1.06)}}@media (width<=900px) and (prefers-reduced-motion:reduce){.hero__product-copy{opacity:1;visibility:visible;transform:none}.hero__related-img{opacity:1}}@media (prefers-reduced-motion:reduce){.hero__anim{opacity:1;animation:none}}.reveal{opacity:0;transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0s);transform:translateY(18px)}.reveal--visible{opacity:1;transform:translateY(0)}.reveal--fade{transform:none}.reveal--fade.reveal--visible{transform:translateY(18%)}.benefit-card{transition:transform .15s,box-shadow .15s,background .15s}.benefit-card:hover{background:#5b7fd4;transform:translate(-2px,-2px);box-shadow:6px 6px #0a0a0a}.about__image img{transition:transform .6s cubic-bezier(.22,1,.36,1)}.about__image:hover img{transform:scale(1.02)}@media (prefers-reduced-motion:reduce){.hero__anim{opacity:1;animation:none}.hero__nudge{animation:none!important}.reveal{opacity:1;transition:none;transform:none}.reveal--fade.reveal--visible{transform:translateY(18%)}.about__image img,.benefit-card{transition:none}}.section{padding:4.5rem 0}.section__header{text-align:center;margin-bottom:2.5rem}.section__header h2{font-family:"Space Grotesk", var(--sans);letter-spacing:-.04em;color:#0a0a0a;margin-bottom:.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.section__header p{color:#475569;font-size:1rem;font-weight:500}.section__footer{text-align:center;margin-top:2.5rem}.carousel{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.carousel__track{gap:1.25rem;width:max-content;padding:.5rem .75rem;animation:110s linear infinite carousel-scroll;display:flex}.carousel:hover .carousel__track{animation-play-state:paused}@media (hover:none){.carousel__track{animation-duration:120s}}@media (prefers-reduced-motion:reduce){.carousel__track{animation:none}}.carousel__item{flex:0 0 300px;width:300px}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.products .product-card{border:var(--landing-media-border);border-radius:var(--landing-media-radius);box-shadow:none;overflow:hidden}.products .product-card:hover{box-shadow:none;transform:none}.products .product-card__image{box-shadow:none;border:none;border-radius:0}.products .product-card:hover .product-card__image{box-shadow:none;transform:none}.products .product-card:hover .product-card__image img{transform:scale(1.03)}.products .product-card__link{border-radius:0}.products .product-card__chip,.products .product-card__badge,.products .product-card__discount,.products .product-card__cart{box-shadow:none}.products .product-card__cart:hover,.products .product-card__wishlist:hover{box-shadow:none;transform:none}.product-card{--card-radius:22px;height:100%;font-family:"Space Grotesk", var(--sans);background:0 0;border:none;position:relative}.product-card__link{height:100%;color:inherit;cursor:pointer;border-radius:var(--card-radius);text-decoration:none;display:block}.product-card__link:focus-visible{outline-offset:3px;outline:3px solid #0a0a0a}.product-card__image{aspect-ratio:1;border-radius:var(--card-radius);background:#e8eaed;border:2px solid #0a0a0a;height:100%;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:4px 4px #0a0a0a}.product-card:hover .product-card__image{transform:translate(-2px,-2px);box-shadow:6px 6px #0a0a0a}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .45s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__tags{pointer-events:none;z-index:2;align-items:center;gap:.35rem;display:flex;position:absolute;top:.625rem;left:.625rem}.product-card__badge,.product-card__discount{letter-spacing:.02em;border:2px solid #0a0a0a;border-radius:999px;align-items:center;padding:.28rem .6rem;font-size:.625rem;font-weight:700;display:inline-flex;box-shadow:2px 2px #0a0a0a}.product-card__badge{color:#fff;text-transform:uppercase;background:#1d2f6b}.product-card__discount{color:#fff;background:#5b7fd4}.product-card__actions{z-index:2;align-items:center;gap:.375rem;display:flex;position:absolute;top:.625rem;right:.625rem}.product-card__wishlist,.product-card__cart{cursor:pointer;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex;box-shadow:2px 2px #0a0a0a}.product-card__wishlist{color:#0a0a0a;opacity:0;background:#fff;transform:scale(.85)}.product-card:hover .product-card__wishlist,.product-card__wishlist:focus-visible{opacity:1;transform:scale(1)}.product-card__wishlist:hover{color:#fff;background:#5b7fd4}.product-card__cart{color:#fff;background:#1d2f6b}.product-card__cart:hover{background:#152348;transform:translate(-1px,-1px);box-shadow:3px 3px #0a0a0a}.product-card__cart--login{color:#0a0a0a;background:#fff}.product-card__cart--login:hover{background:#f3f4f6}.product-card__meta{pointer-events:none;z-index:2;flex-direction:column;align-items:flex-start;gap:.35rem;display:flex;position:absolute;bottom:.625rem;left:.625rem;right:.625rem}.product-card__chip{color:#0a0a0a;background:#fff;border:2px solid #0a0a0a;border-radius:999px;align-items:center;gap:.375rem;max-width:100%;padding:.35rem .7rem;font-size:.75rem;font-weight:700;line-height:1.25;display:inline-flex;box-shadow:2px 2px #0a0a0a}.product-card__chip--name{white-space:nowrap;text-overflow:ellipsis;max-width:100%;display:block;overflow:hidden}.product-card--modal-source .product-card__image{opacity:0}.product-card__chip--price .price{color:#0a0a0a;font-size:.875rem}.product-card__chip--price .price--old{font-size:.6875rem}.product-card__chip-rating{color:#374151;border-left:2px solid #0a0a0a;align-items:center;gap:.1875rem;padding-left:.375rem;font-size:.6875rem;display:inline-flex}.product-card__star{fill:#5b7fd4;color:#0a0a0a}.price{color:#0a0a0a;font-size:1.125rem;font-weight:700}.price--old{color:#6b7280;font-size:.875rem;font-weight:500;text-decoration:line-through}.product-card--compact{--card-radius:18px}.product-card--compact .product-card__tags{top:.4375rem;left:.4375rem}.product-card--compact .product-card__badge,.product-card--compact .product-card__discount{padding:.1875rem .4375rem;font-size:.5625rem}.product-card--compact .product-card__actions{top:.4375rem;right:.4375rem}.product-card--compact .product-card__cart{width:28px;height:28px}.product-card--compact .product-card__meta{gap:.25rem;bottom:.4375rem;left:.4375rem;right:.4375rem}.product-card--compact .product-card__chip{gap:.25rem;padding:.25rem .5rem;font-size:.6875rem}.product-card--compact .product-card__chip--price .price{font-size:.8125rem}.product-card--hero,.product-card--banner{--card-radius:26px}.product-card--hero .product-card__meta,.product-card--banner .product-card__meta{gap:.4375rem;bottom:.875rem;left:.875rem;right:.875rem}.product-card--hero .product-card__tags,.product-card--banner .product-card__tags{top:.875rem;left:.875rem}.product-card--hero .product-card__actions,.product-card--banner .product-card__actions{top:.875rem;right:.875rem}.product-card--hero .product-card__chip,.product-card--banner .product-card__chip{padding:.375rem .75rem;font-size:.8125rem}.product-card--hero .product-card__chip--price .price,.product-card--banner .product-card__chip--price .price{font-size:1rem}.product-card--hero .product-card__wishlist,.product-card--hero .product-card__cart,.product-card--banner .product-card__wishlist,.product-card--banner .product-card__cart{width:38px;height:38px}.app--stacked-header,.app--stacked-header main{scrollbar-width:none;-ms-overflow-style:none}html:has(.app--stacked-header){scrollbar-width:none;-ms-overflow-style:none}body:has(.app--stacked-header){scrollbar-width:none;-ms-overflow-style:none}html:has(.app--stacked-header)::-webkit-scrollbar{width:0;height:0;display:none}body:has(.app--stacked-header)::-webkit-scrollbar{width:0;height:0;display:none}.app--stacked-header::-webkit-scrollbar{width:0;height:0;display:none}.app--stacked-header main::-webkit-scrollbar{width:0;height:0;display:none}.catalog{padding:0 0 4rem}.catalog--landing{background:#fff;border-top:2px solid #0a0a0a;border-bottom:2px solid #0a0a0a;padding:4.5rem 0 4rem}.catalog--landing .catalog__landing-header{margin-bottom:1.5rem}.catalog--landing .catalog__search{margin-bottom:1.25rem}.catalog--landing .catalog__grid{padding-top:0;padding-bottom:0}.app--stacked-header .catalog__search{top:var(--header-height,3.5rem);z-index:90;opacity:1;visibility:visible;background:#fff;margin-top:-.15rem;padding:.15rem 0 .75rem;transition:opacity 80ms,visibility 80ms;position:sticky}.app--stacked-header:has(.header--menu-active:not(.header--menu-closing)) .catalog__search{opacity:0;visibility:hidden;pointer-events:none;transition:none}:is(html:has(.product-modal--shell:not(.product-modal--closing)) .catalog__search,html:has(.checkout-modal--open:not(.checkout-modal--closing)) .catalog__search){opacity:0;visibility:hidden;pointer-events:none;transition:none}.app--stacked-header .catalog__search:after{content:"";pointer-events:none;background:linear-gradient(#fff 0%,#fff6 50%,#0000 100%);height:1.1rem;position:absolute;top:100%;left:0;right:0}.catalog__search-field{cursor:text;width:100%;font-family:"Space Grotesk", var(--sans);background:#fff;border:2px solid #0a0a0a;border-radius:999px;align-items:center;gap:.625rem;padding:.7rem 1.15rem;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:4px 4px #0a0a0a}.catalog__search-field:focus-within{transform:translate(-2px,-2px);box-shadow:6px 6px #0a0a0a}.catalog__search-icon{color:#0a0a0a;flex-shrink:0}.catalog__search-input{color:#0a0a0a;background:0 0;border:none;flex:1;min-width:0;padding:0;font-family:inherit;font-size:.875rem;font-weight:600}.catalog__search-input::placeholder{color:var(--text);font-weight:400}.catalog__search-input:focus{outline:none}.catalog__search-input::-webkit-search-cancel-button{cursor:pointer}.catalog-hero{margin-bottom:1.5rem}.catalog-hero__head{margin-bottom:.875rem}.catalog-hero__head h2{font-family:"Space Grotesk", var(--sans);letter-spacing:-.03em;color:#0a0a0a;margin:0;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:800}.catalog-hero__card{background:#fff;border:2px solid #0a0a0a;border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:stretch;gap:1.25rem;padding:1rem;display:grid}.catalog-hero__card--modal-source .catalog-hero__image{opacity:0}.catalog-hero__media{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:0;display:block}.catalog-hero__image{background:#f3f4f6;border:2px solid #0a0a0a;border-radius:20px;justify-content:center;align-items:center;height:100%;min-height:220px;padding:1rem;transition:opacity .2s;display:flex}.catalog-hero__image img{object-fit:contain;width:100%;max-width:280px;max-height:260px}.catalog-hero__body{flex-direction:column;gap:.625rem;min-width:0;padding:.25rem .25rem .25rem 0;display:flex}.catalog-hero__name{font-family:"Space Grotesk", var(--sans);letter-spacing:-.03em;color:#0a0a0a;margin:0;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;line-height:1.25}.catalog-hero__pricing{flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem;display:flex}.catalog-hero__price-old{color:#64748b;font-size:.9375rem;font-weight:600;text-decoration:line-through}.catalog-hero__price{font-family:"Space Grotesk", var(--sans);letter-spacing:-.04em;color:#0a0a0a;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1}.catalog-hero__discount{color:#fff;letter-spacing:.01em;background:#1d2f6b;border-radius:6px;align-items:center;padding:.2rem .55rem;font-size:.8125rem;font-weight:800;display:inline-flex}.catalog-hero__installment{color:#121f45;margin:0;font-size:.875rem;font-weight:600}.catalog-hero__perks{flex-wrap:wrap;gap:.5rem .75rem;display:flex}.catalog-hero__perk{color:#0a0a0a;background:#fff;border:1.5px solid #0a0a0a;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.catalog-hero__perk--shipping{color:#121f45;background:#eef1f8}.catalog-hero__desc{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.55;display:-webkit-box;overflow:hidden}.catalog-hero__actions{flex-wrap:wrap;gap:.625rem;margin-top:auto;padding-top:.5rem;display:flex}.catalog-hero__actions .btn{min-height:44px}.catalog__section-head{margin:0 0 .875rem}.catalog__section-head h2{font-family:"Space Grotesk", var(--sans);letter-spacing:-.03em;color:#0a0a0a;margin:0;font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:800}@media (width<=768px){.catalog-hero__card{border-radius:20px;grid-template-columns:1fr;gap:1rem;padding:.875rem}.catalog-hero__image{min-height:200px}.catalog-hero__body{padding:0}.catalog-hero__actions{flex-direction:column}.catalog-hero__actions .btn{width:100%}}.catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding-top:.5rem;padding-bottom:2rem;display:grid}.catalog__empty{text-align:center;border:1px dashed var(--border);border-radius:12px;padding:4rem 1rem}.catalog__empty p{color:var(--text);margin-bottom:1.25rem}.product-card--shop{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;height:100%;padding:.85rem .85rem 1rem;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.product-card--shop:hover{border-color:#d1d5db;box-shadow:0 4px 14px #0f172a0f}.product-card__link--shop{text-align:left;border-radius:0;flex-direction:column;flex:1;height:auto;min-height:0;display:flex}.product-card__link--shop:focus-visible{outline-offset:2px;outline:2px solid #1d2f6b}.product-card--shop .product-card__media{aspect-ratio:1;background:#fafafa;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:.75rem;display:flex;overflow:hidden}.product-card--shop .product-card__media img{object-fit:contain;width:100%;height:100%;transition:transform .35s}.product-card--shop:hover .product-card__media img{transform:scale(1.04)}.product-card--shop .product-card__body{flex-direction:column;flex:1;min-height:0;display:flex}.product-card--shop .product-card__brand{letter-spacing:.04em;text-transform:uppercase;color:#9ca3af;margin-bottom:.2rem;font-size:.6875rem;font-weight:600;line-height:1.2;display:block}.product-card--shop .product-card__title{font-family:"Space Grotesk", var(--sans);letter-spacing:-.02em;color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:0 0 .75rem;font-size:.875rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card--shop .product-card__pricing{margin-top:auto;margin-bottom:.85rem}.product-card--shop .product-card__price-old{color:#9ca3af;margin-bottom:.1rem;font-size:.75rem;font-weight:500;line-height:1.2;text-decoration:line-through;display:block}.product-card--shop .product-card__price-row{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.product-card--shop .product-card__price{letter-spacing:-.02em;color:#e11d2e;font-size:1rem;font-weight:800;line-height:1.2}.product-card--shop .product-card__unit{font-size:.8125rem;font-weight:700}.product-card--shop .product-card__sale{color:#fff;background:#e11d2e;border-radius:999px;align-items:center;padding:.12rem .4rem;font-size:.6875rem;font-weight:700;line-height:1.2;display:inline-flex}.product-card--shop .product-card__add{color:#e11d2e;width:100%;font-family:"Space Grotesk", var(--sans);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#fff;border:1.5px solid #e11d2e;border-radius:999px;margin-top:auto;padding:.65rem 1rem;font-size:.8125rem;font-weight:800;transition:background .15s,color .15s,border-color .15s}.product-card--shop .product-card__add:hover{color:#fff;background:#e11d2e}.product-card--shop .product-card__add--login{color:#6b7280;border-color:#9ca3af}.product-card--shop .product-card__add--login:hover{color:#374151;background:#f3f4f6;border-color:#9ca3af}.product-card--shop.product-card--modal-source .product-card__media{opacity:0}.product-card--shop.product-card--modal-source>*,.product-card--shop.product-card--modal-source .product-card__link--shop>:not(.product-card__media){opacity:1}@media (width>=768px){.catalog__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (width>=1100px){.catalog__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}.product-card--shop{padding:1rem 1rem 1.1rem}.product-card--shop .product-card__title{font-size:.9375rem}.product-card--shop .product-card__price{font-size:1.0625rem}}@media (width<=640px){.catalog{padding-bottom:3rem}.catalog__search{padding-bottom:.625rem}.catalog__grid{gap:.625rem}.product-card--shop{padding:.7rem .7rem .85rem}.product-card--shop .product-card__title{min-height:2.4em;font-size:.8125rem}.product-card--shop .product-card__price{font-size:.9375rem}.product-card--shop .product-card__add{padding:.55rem .75rem;font-size:.75rem}}.product-modal{--modal-ease-out:cubic-bezier(.16, 1, .3, 1);--modal-ease-in:cubic-bezier(.4, 0, 1, 1);--modal-offset:clamp(3rem, 8vh, 5rem);--modal-gutter:1.25rem;z-index:220;padding:var(--modal-offset) var(--modal-gutter) 0;pointer-events:none;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.product-modal--active{pointer-events:auto}.product-modal__backdrop{-webkit-backdrop-filter:blur(12px);cursor:pointer;opacity:0;transition:opacity .52s var(--modal-ease-out);background:#ffffffc7;border:none;padding:0;position:absolute;inset:0}.product-modal--active .product-modal__backdrop{opacity:1}.product-modal--closing .product-modal__backdrop{opacity:0;transition-duration:.34s;transition-timing-function:cubic-bezier(.4,0,1,1)}.product-modal__hero{z-index:999;pointer-events:none;transform-origin:0 0;backface-visibility:hidden;will-change:transform, border-radius;background:#eef2f6;border:2px solid #0a0a0a;position:fixed;overflow:hidden;box-shadow:4px 4px #0a0a0a}.product-modal__hero img{object-fit:cover;transform-origin:0 0;will-change:transform;width:100%;height:100%;display:block}.product-modal__panel{z-index:1;width:min(980px,100%);max-height:min(calc(100dvh - var(--modal-offset)), 920px);box-shadow:none;opacity:0;transition:opacity .3s var(--modal-ease-out);background:0 0;border:none;flex-direction:column;display:flex;position:relative;overflow:hidden}.product-modal--shell .product-modal__panel{opacity:1}.product-modal--closing .product-modal__panel{opacity:0;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,1,1)}.product-modal__gallery img,.product-modal__badge,.product-modal__caption{opacity:0}.product-modal--hero-flight .product-modal__gallery{pointer-events:none}.product-modal--content .product-modal__gallery img,.product-modal--content .product-modal__badge,.product-modal--content .product-modal__caption{opacity:1}.product-modal__inner{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;align-items:stretch;min-height:0;padding:1.25rem;display:flex;overflow-y:auto}.product-modal__inner::-webkit-scrollbar{width:0;height:0;display:none}.product-modal__gallery{aspect-ratio:1;box-shadow:none;background:#e8eaed;border:none;border-radius:22px;flex-shrink:0;position:relative;overflow:hidden}.product-modal__gallery img{object-fit:cover;width:100%;height:100%}.product-modal__badge{color:#fff;font-family:"Space Grotesk", var(--sans);text-transform:uppercase;letter-spacing:.02em;background:#1d2f6b;border:2px solid #0a0a0a;border-radius:999px;padding:.3125rem .6875rem;font-size:.6875rem;font-weight:800;position:absolute;top:.875rem;left:.875rem;box-shadow:2px 2px #0a0a0a}.product-modal__caption{pointer-events:none;transition:opacity .28s var(--modal-ease-out);flex-direction:column;align-items:flex-start;gap:.3rem;padding:1.25rem 1.125rem 1.125rem;display:flex;position:absolute;bottom:0;left:0;right:0}.product-modal__rating{color:#fff;text-shadow:0 1px 2px #0f172a8c,0 2px 8px #0f172a59,0 8px 20px #0f172a40;align-items:center;gap:.3rem;font-size:.8125rem;font-weight:600;display:inline-flex}.product-modal__rating .product-card__star{fill:#fbbf24;color:#fbbf24;filter:drop-shadow(0 1px 3px #0f172a66)}.product-modal__caption h2{letter-spacing:-.02em;color:#fff;text-shadow:0 1px 2px #0f172a99,0 3px 10px #0f172a66,0 10px 24px #0f172a47;max-width:100%;margin:0;font-size:clamp(1.25rem,2.6vw,1.625rem);font-weight:700;line-height:1.2}.product-modal__body{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.5rem;margin-top:.5rem;display:flex}.product-modal__block{color:#0a0a0a;max-width:100%;font-family:"Space Grotesk", var(--sans);background:#fff;border:2px solid #0a0a0a;border-radius:18px;align-items:center;gap:.5rem;padding:.75rem 1.125rem;font-size:.875rem;font-weight:600;display:flex;box-shadow:4px 4px #0a0a0a}.product-modal__block--price{gap:.625rem;padding:.625rem 1.125rem}.product-modal__discount{color:#fff;background:#5b7fd4;border:2px solid #0a0a0a;border-radius:999px;padding:.1875rem .5rem;font-size:.6875rem;font-weight:800;box-shadow:2px 2px #0a0a0a}.product-modal__block--description{border-radius:18px;align-self:stretch;padding:1rem 1.25rem;display:block}.product-modal__block--description p{color:#0a0a0a;font-size:.9375rem;font-weight:500;line-height:1.65}.product-modal__block--feature{color:#0a0a0a;font-weight:600}.product-modal__block--feature svg{color:#121f45;flex-shrink:0}.product-modal__block--quantity{gap:.75rem;padding:.5rem .5rem .5rem 1.125rem}.product-modal__block--quantity label{font-size:.8125rem;font-weight:700}.product-modal__block--quantity input{color:#0a0a0a;width:62px;font-family:"Space Grotesk", var(--sans);text-align:center;background:#fff;border:2px solid #0a0a0a;border-radius:999px;padding:.4375rem .625rem;font-size:.875rem;font-weight:700;box-shadow:2px 2px #0a0a0a}.product-modal__cta{color:#fff;font-family:"Space Grotesk", var(--sans);cursor:pointer;background:#1d2f6b;border:2px solid #0a0a0a;border-radius:999px;align-self:stretch;padding:.9375rem 1.25rem;font-size:.9375rem;font-weight:700;transition:background .15s,box-shadow .15s,transform .15s;position:relative;overflow:hidden;box-shadow:4px 4px #0a0a0a}.product-modal__cta-label{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.product-modal__cta:hover:not(:disabled){background:#152348;transform:translate(-2px,-2px);box-shadow:6px 6px #0a0a0a}.product-modal__cta:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px #0a0a0a}.product-modal__cta:disabled{cursor:not-allowed}.product-modal__cta--adding{cursor:wait;transform:translate(1px,1px);box-shadow:2px 2px #0a0a0a}.product-modal__cta--adding:disabled{cursor:wait;opacity:.92}.product-modal__cta:disabled:not(.product-modal__cta--adding):not(.product-modal__cta--added){color:#64748b;background:#e8eaed;box-shadow:3px 3px #0a0a0a}.product-modal__cta--added{color:#fff;animation:product-modal-cta-pop .48s var(--modal-ease-out);background:#5b7fd4;box-shadow:4px 4px #0a0a0a}.product-modal__cta--added:hover:not(:disabled){background:#efc41f}@keyframes product-modal-cta-pop{0%{transform:scale(.94)}55%{transform:scale(1.03)}to{transform:scale(1)}}.product-modal__cart-flyer{z-index:1000;pointer-events:none;will-change:transform, opacity;background:#fff;border:2px solid #0a0a0a;border-radius:14px;width:56px;height:56px;position:fixed;overflow:hidden;box-shadow:3px 3px #0a0a0a}.product-modal__cart-flyer img{object-fit:cover;width:100%;height:100%;display:block}.header__float--cart-pop{animation:.48s cubic-bezier(.22,1,.36,1) header-cart-pop}.header__float--cart-pop .header__cart-badge{animation:.48s cubic-bezier(.22,1,.36,1) header-cart-badge-pop}@keyframes header-cart-pop{0%{transform:scale(1)}35%{transform:scale(1.14)}70%{transform:scale(.94)}to{transform:scale(1)}}@keyframes header-cart-badge-pop{0%{transform:scale(.7)}45%{transform:scale(1.25)}to{transform:scale(1)}}.product-modal__block--hint{color:var(--text);align-self:stretch;font-size:.8125rem;display:block}.product-modal__body>*{opacity:0;transition:opacity .34s var(--modal-ease-out), transform .44s var(--modal-ease-out);transform:translateY(14px)}.product-modal--content .product-modal__body>*{opacity:1;transform:translateY(0)}.product-modal--content .product-modal__body>:first-child{transition-delay:20ms}.product-modal--content .product-modal__body>:nth-child(2){transition-delay:60ms}.product-modal--content .product-modal__body>:nth-child(3){transition-delay:.1s}.product-modal--content .product-modal__body>:nth-child(4){transition-delay:.14s}.product-modal--content .product-modal__body>:nth-child(5){transition-delay:.18s}.product-modal--content .product-modal__body>:nth-child(n+6){transition-delay:.22s}.product-modal--closing .product-modal__body>*{opacity:0;transition-duration:.2s;transition-delay:0s;transform:translateY(8px)}.product-modal__close{z-index:2;color:#0a0a0a;cursor:pointer;opacity:0;width:44px;height:44px;transition:background .15s ease, box-shadow .15s ease, transform .36s var(--modal-ease-out), opacity .36s var(--modal-ease-out);background:#fff;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:1rem;right:1rem;transform:scale(.9);box-shadow:3px 3px #0a0a0a}.product-modal--content .product-modal__close{opacity:1;transition-delay:.12s;transform:scale(1)}.product-modal--closing .product-modal__close{opacity:0;transition-duration:.18s;transition-delay:0s;transform:scale(.9)}.product-modal--content .product-modal__close:hover{background:#5b7fd4;transform:translate(-1px,-1px)scale(1);box-shadow:4px 4px #0a0a0a}.product-modal__close:focus-visible{outline-offset:2px;outline:3px solid #0a0a0a}.product-card--modal-source>*{opacity:0;transition:none}.product-modal__login-link{color:#0a0a0a;font-family:"Space Grotesk", var(--sans);font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-weight:800;text-decoration:underline}.product-modal__login-link:hover{color:#121f45;text-decoration:underline}@media (width>=769px){.product-modal__inner{flex-direction:row;align-items:flex-start;gap:1.25rem;padding:1.5rem}.product-modal__gallery{flex:0 0 400px;width:400px;max-width:100%}.product-modal__body{flex:1;min-width:0;margin-top:0}.product-modal__body>*{transform:translate(-14px)}.product-modal--content .product-modal__body>*{transform:translate(0,0)}.product-modal--closing .product-modal__body>*{transform:translate(-8px)}}@media (width<=768px){.product-modal{--modal-offset:clamp(2rem, 6vh, 3.5rem);--modal-gutter:max(.875rem, env(safe-area-inset-left,0px));padding-bottom:env(safe-area-inset-bottom,0px)}.product-modal__inner{padding:.875rem max(.875rem, env(safe-area-inset-right,0px)) calc(1.25rem + env(safe-area-inset-bottom,0px))}.product-modal__body{margin-top:.5rem}.product-modal__gallery{aspect-ratio:4/3;border-radius:22px;max-height:min(38vh,260px)}.product-modal__close{top:.75rem;right:.75rem}.product-modal__block--quantity input{width:72px;min-height:44px;font-size:1rem}}.checkout-modal{--checkout-ease-out:cubic-bezier(.16, 1, .3, 1);--checkout-offset:clamp(1.25rem, 4vh, 2.5rem);--checkout-gutter:1.25rem;z-index:240;padding:var(--checkout-offset) var(--checkout-gutter);pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.checkout-modal--active{pointer-events:auto}.checkout-modal__backdrop{-webkit-backdrop-filter:blur(12px);cursor:pointer;opacity:0;transition:opacity .42s var(--checkout-ease-out);background:#ffffffc7;border:none;padding:0;position:absolute;inset:0}.checkout-modal--open .checkout-modal__backdrop{opacity:1}.checkout-modal--closing .checkout-modal__backdrop{opacity:0;transition-duration:.28s}.checkout-modal__panel{z-index:1;width:min(560px,100%);max-height:min(calc(100dvh - (var(--checkout-offset) * 2)), 860px);opacity:0;transition:opacity .34s var(--checkout-ease-out), transform .42s var(--checkout-ease-out);background:0 0;border:none;flex-direction:column;display:flex;position:relative;overflow:hidden;transform:translateY(12px)scale(.97)}.checkout-modal--open .checkout-modal__panel{opacity:1;transform:translateY(0)scale(1)}.checkout-modal--closing .checkout-modal__panel{opacity:0;transition-duration:.26s;transform:translateY(10px)scale(.97)}.checkout-modal__close{z-index:2;color:#0a0a0a;cursor:pointer;opacity:0;width:44px;height:44px;transition:opacity .3s var(--checkout-ease-out), transform .3s var(--checkout-ease-out), background .15s ease, box-shadow .15s ease;background:#fff;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:.75rem;right:.75rem;transform:scale(.92);box-shadow:3px 3px #0a0a0a}.checkout-modal--open .checkout-modal__close{opacity:1;transition-delay:80ms;transform:scale(1)}.checkout-modal__close:hover:not(:disabled){background:#5b7fd4;transform:translate(-1px,-1px)scale(1);box-shadow:4px 4px #0a0a0a}.checkout-modal__close:disabled{opacity:.5;cursor:not-allowed}.checkout-modal__inner{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;align-items:stretch;gap:.5rem;padding:1.25rem 1.25rem 1.5rem;display:flex;overflow-y:auto}.checkout-modal__inner::-webkit-scrollbar{width:0;height:0;display:none}.checkout-modal__block{color:#0a0a0a;max-width:100%;font-family:"Space Grotesk", var(--sans);background:#fff;border:2px solid #0a0a0a;border-radius:18px;align-items:center;gap:.625rem;padding:.8125rem 1.125rem;font-size:.875rem;font-weight:600;display:flex;box-shadow:4px 4px #0a0a0a}.checkout-modal__block--title{flex-direction:column;align-items:flex-start;gap:.25rem;padding-right:3rem}.checkout-modal__block--title h2{font-family:"Space Grotesk", var(--sans);letter-spacing:-.03em;color:#0a0a0a;margin:0;font-size:1.25rem;font-weight:800}.checkout-modal__block--title p{color:#475569;margin:0;font-size:.875rem;font-weight:500}.checkout-modal__block--location{background:linear-gradient(#f8fafc 0%,#fff 100%);border-radius:24px;flex-direction:column;align-items:stretch;gap:.35rem;padding:1rem 1.125rem}.checkout-modal__location-name{color:#0a0a0a;margin:0;font-size:.9375rem;font-weight:800}.checkout-modal__location-address{color:#121f45;margin:0;font-size:.9375rem;font-weight:700;line-height:1.35}.checkout-modal__location-references{color:#475569;margin:0;font-size:.8125rem;font-weight:600;line-height:1.4}.checkout-modal__location-references span{color:#0a0a0a;font-weight:800}.checkout-modal__location-place{color:#334155;margin:0;font-size:.8125rem;font-weight:600}.checkout-modal__location-note{color:#9a3412;background:#fff7ed;border:2px solid #0a0a0a;border-radius:12px;margin:.35rem 0 0;padding:.5rem .75rem;font-size:.75rem;font-weight:700;line-height:1.4}.checkout-modal__location-note--local{color:#166534;background:#ecfdf5}.checkout-modal__block--section{border-radius:24px;flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem 1.125rem}.checkout-modal__section-head{font-family:"Space Grotesk", var(--sans);color:#0a0a0a;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;display:inline-flex}.checkout-modal__section-head svg{color:#121f45}.checkout-modal__options{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.checkout-modal__option{color:#0a0a0a;font-family:"Space Grotesk", var(--sans);text-align:left;cursor:pointer;background:#fff;border:2px solid #0a0a0a;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.1875rem;padding:.75rem .875rem;transition:background .15s,box-shadow .15s,transform .15s;display:flex;box-shadow:2px 2px #0a0a0a}.checkout-modal__option:hover{background:#5b7fd4;transform:translate(-1px,-1px);box-shadow:3px 3px #0a0a0a}.checkout-modal__option--selected{background:#1d2f6b;border-color:#0a0a0a;box-shadow:3px 3px #0a0a0a}.checkout-modal__option-label{font-size:.8125rem;font-weight:700}.checkout-modal__option-detail{color:var(--text);font-size:.75rem;line-height:1.35}.checkout-modal__custom{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.checkout-modal__field{font-family:"Space Grotesk", var(--sans);color:#0a0a0a;background:#fff;border:2px solid #0a0a0a;border-radius:14px;flex-direction:column;gap:.375rem;padding:.625rem .75rem;font-size:.75rem;font-weight:700;display:flex;box-shadow:2px 2px #0a0a0a}.checkout-modal__field span{align-items:center;gap:.375rem;display:inline-flex}.checkout-modal__field input{width:100%;color:var(--text-h);font:inherit;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:600}.checkout-modal__field input:focus{outline:none}.checkout-modal__block--input{grid-template-columns:auto auto 1fr;align-items:center;gap:.625rem;display:grid}.checkout-modal__block--input>span:nth-child(2){color:var(--text);font-size:.8125rem;font-weight:600}.checkout-modal__block--input svg{color:#121f45}.checkout-modal__block--input input{width:100%;min-width:0;color:var(--text-h);font:inherit;letter-spacing:.02em;text-align:right;background:0 0;border:none;padding:0;font-size:.9375rem;font-weight:600}.checkout-modal__block--input input:focus{outline:none}.checkout-modal__block--input input::placeholder{color:var(--text);opacity:.55;font-weight:500}.checkout-modal__block--summary{color:var(--text);flex-direction:column;align-items:flex-start;gap:.375rem;font-size:.875rem}.checkout-modal__block--summary strong{color:var(--text-h);font-weight:700}.checkout-modal__block--error{color:#9f1239;background:#ffe4e6;border-color:#0a0a0a;font-size:.8125rem;font-weight:700}.checkout-modal__cta{color:#fff;min-height:52px;font-family:"Space Grotesk", var(--sans);cursor:pointer;background:#009ee3;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-self:stretch;align-items:center;padding:.9375rem 1.25rem;font-size:.9375rem;font-weight:800;transition:background .15s,box-shadow .15s,transform .15s;display:inline-flex;box-shadow:4px 4px #0a0a0a}.checkout-modal__cta-label{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.checkout-modal__cta:hover:not(:disabled){background:#00b0f0;transform:translate(-2px,-2px);box-shadow:6px 6px #0a0a0a}.checkout-modal__cta:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px #0a0a0a}.checkout-modal__cta:disabled{cursor:not-allowed;opacity:.72}.checkout-modal__cta--paying{opacity:.9;cursor:wait}.checkout-modal__cta--paid{color:#fff;background:#1d2f6b;box-shadow:4px 4px #0a0a0a}.checkout-modal__cta--paid:hover:not(:disabled){background:#152348}.checkout-modal__success{text-align:center;font-family:"Space Grotesk", var(--sans);background:#fff;border:2px solid #0a0a0a;border-radius:24px;flex-direction:column;align-items:center;gap:.875rem;padding:1.5rem 1.25rem 1.75rem;display:flex;box-shadow:6px 6px #0a0a0a}.checkout-modal__success-badge{color:#fff;background:#1d2f6b;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex;box-shadow:3px 3px #0a0a0a}.checkout-modal__success h2{letter-spacing:-.04em;color:#0a0a0a;margin:0;font-size:clamp(1.5rem,4vw,1.85rem);font-weight:800}.checkout-modal__success-lead{color:#475569;max-width:28ch;margin:0;font-size:.9375rem;font-weight:500;line-height:1.45}.checkout-modal__success-id{text-align:center;background:#eef1f8;border:2px solid #0a0a0a;border-radius:16px;gap:.25rem;width:100%;margin:0;padding:.875rem 1rem;display:grid;box-shadow:3px 3px #0a0a0a}.checkout-modal__success-id span{text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:.75rem;font-weight:700}.checkout-modal__success-id strong{letter-spacing:.04em;color:#0a0a0a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.125rem;font-weight:800}.checkout-modal__success-card{text-align:left;background:#5b7fd4;border:2px solid #0a0a0a;border-radius:16px;gap:.65rem;width:100%;margin-top:.35rem;padding:.95rem 1rem;display:grid;box-shadow:3px 3px #0a0a0a}.checkout-modal__success-card div{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.checkout-modal__success-card span{text-transform:uppercase;letter-spacing:.04em;color:#ffffffd9;font-size:.75rem;font-weight:700}.checkout-modal__success-card strong{color:#fff;text-align:right;font-size:.875rem;font-weight:800}.checkout-modal__success-hint{color:#64748b;margin:.15rem 0 0;font-size:.8125rem;font-weight:600}.checkout-modal__success .checkout-modal__cta{width:100%;margin-top:.35rem}.checkout-modal--open .checkout-modal__inner>*{animation:checkout-block-in .46s var(--checkout-ease-out) both}.checkout-modal--open .checkout-modal__inner>:first-child{animation-delay:40ms}.checkout-modal--open .checkout-modal__inner>:nth-child(2){animation-delay:80ms}.checkout-modal--open .checkout-modal__inner>:nth-child(3){animation-delay:.12s}.checkout-modal--open .checkout-modal__inner>:nth-child(4){animation-delay:.16s}.checkout-modal--open .checkout-modal__inner>:nth-child(5){animation-delay:.2s}.checkout-modal--open .checkout-modal__inner>:nth-child(n+6){animation-delay:.24s}@keyframes checkout-block-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.checkout-modal{--checkout-offset:clamp(2rem, 6vh, 3.5rem);--checkout-gutter:max(.875rem, env(safe-area-inset-left,0px));padding-bottom:env(safe-area-inset-bottom,0px)}.checkout-modal__inner{padding:.875rem max(.875rem, env(safe-area-inset-right,0px)) calc(1.25rem + env(safe-area-inset-bottom,0px))}.checkout-modal__options,.checkout-modal__custom{grid-template-columns:1fr}.checkout-modal__field input,.checkout-modal__block--input input{min-height:44px;font-size:1rem}}.about{background:#f4f4f0;border-top:2px solid #0a0a0a;border-bottom:2px solid #0a0a0a}.about__inner{grid-template-columns:1fr 1.15fr;align-items:center;gap:3.5rem;display:grid}.about__image{border:var(--landing-media-border);border-radius:var(--landing-media-radius);box-shadow:none;background:#fff;overflow:hidden}.about__image img{object-fit:cover;width:100%;height:100%;min-height:480px}.about__tag{color:#fff;font-family:"Space Grotesk", var(--sans);text-transform:uppercase;letter-spacing:.04em;background:#1d2f6b;border:2px solid #0a0a0a;border-radius:999px;align-items:center;margin-bottom:.875rem;padding:.3rem .75rem;font-size:.75rem;font-weight:800;display:inline-flex;box-shadow:2px 2px #0a0a0a}.about__content h2{font-family:"Space Grotesk", var(--sans);letter-spacing:-.04em;color:#0a0a0a;margin-bottom:1.25rem;font-size:clamp(1.6rem,3vw,2.15rem);font-weight:800;line-height:1.15}.about__content>p{color:#475569;margin-bottom:1rem;font-weight:500;line-height:1.7}.about__values{flex-direction:column;gap:.75rem;margin:2rem 0;padding:0;list-style:none;display:flex}.about__values li{background:#fff;border:2px solid #0a0a0a;border-radius:16px;flex-direction:column;gap:.2rem;padding:.875rem 1rem;display:flex;box-shadow:3px 3px #0a0a0a}.about__values strong{color:#0a0a0a;font-family:"Space Grotesk", var(--sans);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:800;display:flex}.about__values strong svg{color:#121f45}.about__values span{color:#64748b;font-size:.875rem;font-weight:500}.benefits{background:#fff;width:100%}.benefits__grid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;padding:2.5rem clamp(1rem,3vw,2rem);display:grid}.benefit-card{text-align:left;font-family:"Space Grotesk", var(--sans);background:#fff;border:2px solid #0a0a0a;border-radius:22px;padding:1.5rem 1.25rem;box-shadow:4px 4px #0a0a0a}.benefit-card:last-child{border-right:2px solid #0a0a0a}.benefit-card__icon{color:#fff;background:#1d2f6b;border:2px solid #0a0a0a;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:inline-flex;box-shadow:2px 2px #0a0a0a}.benefit-card h3{letter-spacing:-.03em;color:#0a0a0a;margin-bottom:.4rem;font-size:1.05rem;font-weight:800}.benefit-card p{color:#64748b;font-size:.875rem;font-weight:500;line-height:1.5}.greek-yogurts{background:#fff;padding:clamp(3.5rem,7vw,5.5rem) 0}.greek-yogurts--fruit{background:#fff;padding-top:.5rem}.greek-yogurts--cheese{background:#111;padding-top:.5rem}.greek-yogurts--cheese .greek-yogurts__eyebrow{color:#d4af37}.greek-yogurts--cheese .greek-yogurts__header h2{color:#fff}.greek-yogurts--cheese .greek-yogurts__lead{color:#ffffffb8}.greek-yogurts--cheese .greek-yogurts__card{--greek-bg:#0a0a0a;--greek-fg:#fff;border-color:#d4af37;box-shadow:4px 4px #d4af37;color:#fff!important;background-color:#0a0a0a!important}.greek-yogurts--cheese .greek-yogurts__card:hover{box-shadow:7px 7px #d4af37}.greek-yogurts--cheese .greek-yogurts__card:before{background:radial-gradient(80% 55% at 50% 18%,#d4af3729 0%,#0000 70%)}.greek-yogurts--cheese .greek-yogurts__flavor,.greek-yogurts--cheese .greek-yogurts__price{color:#fff}.greek-yogurts--cheese .greek-yogurts__add{color:#fff;background:#ffffff1a;border-color:#fff}.greek-yogurts--cheese .greek-yogurts__add:hover{background:#ffffff2e;transform:translateY(-1px)}.greek-yogurts--cheese .greek-yogurts__media img{width:min(92%,320px);max-height:78%}#yogurts-griegos .greek-yogurts__fruits-wrap{top:54%}#yogurts-griegos .greek-yogurts__fruits--top .greek-yogurts__fruits-wrap{top:30%}#yogurts-griegos .greek-yogurts__card:hover .greek-yogurts__fruits--top .greek-yogurts__fruits-wrap{transform:translate(-50%,-18%)scale(1)}.greek-yogurts__header{text-align:center;max-width:36rem;margin:0 auto 2.25rem}.greek-yogurts__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#1d2f6b;margin:0 0 .65rem;font-size:.75rem;font-weight:800}.greek-yogurts__header h2{font-family:"Space Grotesk", var(--sans);letter-spacing:-.045em;color:#0a0a0a;margin:0 0 .75rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1}.greek-yogurts__lead{color:#64748b;margin:0;font-size:1rem;font-weight:500;line-height:1.55}.greek-yogurts__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.85rem,2vw,1.25rem);display:grid}.greek-yogurts__card{aspect-ratio:1;background:var(--greek-bg,#f5c518);color:var(--greek-fg,#14110a);border:2px solid #0a0a0a;border-radius:1.25rem;flex-direction:column;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s;display:flex;position:relative;overflow:hidden;box-shadow:4px 4px #0a0a0a}.greek-yogurts__card:hover{transform:translate(-3px,-3px);box-shadow:7px 7px #0a0a0a}.greek-yogurts__card:after{content:"";z-index:6;pointer-events:none;background:0 0;transition:background .28s;position:absolute;inset:-1px}.greek-yogurts__grid:hover .greek-yogurts__card:not(:hover):after{background:#0000007a}.greek-yogurts__grid:hover .greek-yogurts__card:hover{z-index:2}.greek-yogurts__card:before{content:"";pointer-events:none;background:radial-gradient(80% 55% at 50% 18%,#ffffff3d 0%,#0000 70%);position:absolute;inset:0}.greek-yogurts__card--mango:before{background:radial-gradient(80% 55% at 50% 18%,#ffffff61 0%,#0000 70%)}.greek-yogurts__hit{z-index:1;width:100%;min-height:0;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:none;flex-direction:column;flex:1;padding:clamp(1rem,2.5vw,1.35rem);display:flex;position:relative}.greek-yogurts__media{flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.greek-yogurts__media img{object-fit:contain;filter:drop-shadow(0 16px 28px #00000047);width:min(68%,220px);height:auto;max-height:58%;transition:transform .35s cubic-bezier(.22,1,.36,1)}.greek-yogurts__card--has-fruits .greek-yogurts__media img{width:min(100%,344px);max-height:90%}.greek-yogurts__card--product-xl .greek-yogurts__media img{width:min(100%,538px);max-height:100%}.greek-yogurts__fruits{z-index:0;opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.greek-yogurts__fruits-wrap{z-index:2;width:min(280%,520px);transition:transform .45s cubic-bezier(.22,1,.36,1);position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)scale(.9)}.greek-yogurts__fruits-wrap img{object-fit:contain;width:100%;height:auto;display:block}.greek-yogurts__fruits--top .greek-yogurts__fruits-wrap{width:min(300%,560px);top:18%;transform:translate(-50%,-18%)scale(.9)}.greek-yogurts__fruits--top .greek-yogurts__fruits-wrap img{object-fit:cover;object-position:top center;clip-path:inset(0 0 38%);width:100%;height:auto;margin-bottom:-38%}.greek-yogurts__fruits-shade{z-index:1;pointer-events:none;background:#0006;position:absolute;inset:0}.greek-yogurts__card:hover .greek-yogurts__media img{transform:translateY(-6px)scale(1.04)}.greek-yogurts__card:hover .greek-yogurts__fruits{opacity:1}.greek-yogurts__card:hover .greek-yogurts__fruits-wrap{transform:translate(-50%,-50%)scale(1)}.greek-yogurts__card:hover .greek-yogurts__fruits--top .greek-yogurts__fruits-wrap{transform:translate(-50%,-18%)scale(1)}.greek-yogurts__card--has-fruits:hover .greek-yogurts__hit,.greek-yogurts__card--has-fruits:hover .greek-yogurts__flavor,.greek-yogurts__card--has-fruits:hover .greek-yogurts__price{color:#fff}.greek-yogurts__card--has-fruits:hover .greek-yogurts__add{color:#fff;background:#ffffff24;border-color:#fff}.greek-yogurts__body{justify-content:space-between;align-items:flex-end;gap:.75rem;margin-top:.75rem;display:flex}.greek-yogurts__flavor{letter-spacing:.04em;text-transform:uppercase;font-size:clamp(.75rem,1.4vw,.9375rem);font-weight:800;line-height:1.2}.greek-yogurts__price{letter-spacing:-.03em;flex-shrink:0;font-size:clamp(1rem,2vw,1.25rem);font-weight:800}.greek-yogurts__add{z-index:2;background:color-mix(in srgb, var(--greek-fg) 12%, transparent);color:inherit;font-family:"Space Grotesk", var(--sans);letter-spacing:.02em;cursor:pointer;border:2px solid;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;margin:0 clamp(1rem,2.5vw,1.35rem) clamp(1rem,2.5vw,1.35rem);padding:.7rem 1rem;font-size:.8125rem;font-weight:800;transition:transform .2s,background .2s;display:inline-flex;position:relative}.greek-yogurts__add:hover{background:color-mix(in srgb, var(--greek-fg) 22%, transparent);transform:translateY(-1px)}.greek-yogurts__add--login{background:color-mix(in srgb, var(--greek-fg) 8%, transparent);letter-spacing:.01em;border-style:dashed}.greek-yogurts__add--login:hover{background:color-mix(in srgb, var(--greek-fg) 16%, transparent)}.greek-yogurts--cheese .greek-yogurts__add--login{background:#ffffff14;border-color:#fff}.greek-yogurts--cheese .greek-yogurts__add--login:hover{background:#ffffff29}.greek-yogurts__card--modal-source .greek-yogurts__media img{opacity:0}@media (width<=900px){.greek-yogurts__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.greek-yogurts__card{border-radius:1rem}.greek-yogurts__hit{padding:.75rem}.greek-yogurts__add{margin:0 .75rem .75rem;padding:.55rem .7rem;font-size:.6875rem}.greek-yogurts__flavor{font-size:.625rem}}@media (width<=640px){.greek-yogurts{padding:2.75rem 0}.greek-yogurts__grid{grid-template-columns:1fr;gap:.85rem}.greek-yogurts__card{aspect-ratio:1.05;width:100%;max-width:22rem;margin-inline:auto}}@media (prefers-reduced-motion:reduce){.greek-yogurts__card,.greek-yogurts__media img,.greek-yogurts__fruits,.greek-yogurts__add,.greek-yogurts__card:after{transition:none}.greek-yogurts__card:hover,.greek-yogurts__card:hover .greek-yogurts__media img,.greek-yogurts__add:hover{transform:none}.greek-yogurts__card:hover .greek-yogurts__fruits-wrap{transform:translate(-50%,-50%)}.greek-yogurts__card:hover .greek-yogurts__fruits--top .greek-yogurts__fruits-wrap{transform:translate(-50%,-18%)}}.featured-spotlight{--spotlight-fg:#fff;height:320vh;position:relative}.featured-spotlight--light{--spotlight-fg:#14110a}@property --family-accent{syntax:"<color>";inherits:true;initial-value:#f5c518}@property --family-accent-fg{syntax:"<color>";inherits:true;initial-value:#14110a}.featured-spotlight--family{height:auto;min-height:0;transition:--family-accent .35s,--family-accent-fg .35s}.featured-spotlight--family .featured-spotlight__sticky{background:#fff;flex-direction:column;height:min(100vh,56rem);min-height:36rem;display:flex;position:relative;overflow:hidden}.featured-spotlight--family .featured-spotlight__family-header{z-index:4;background:var(--family-accent,#f5c518);width:100%;color:var(--family-accent-fg,#14110a);text-align:center;border-bottom:none;justify-content:center;align-items:center;padding:.95rem clamp(1rem,3vw,2rem);display:flex;position:relative;overflow:visible}.featured-spotlight--family .featured-spotlight__family-header-inner{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;width:100%;display:flex;position:relative}.featured-spotlight--family .featured-spotlight__family-header-kicker{letter-spacing:.12em;text-transform:uppercase;opacity:.8;margin:0;font-size:.72rem;font-weight:800}.featured-spotlight--family .featured-spotlight__family-header-flavor{font-family:"Space Grotesk", var(--sans);letter-spacing:-.03em;font-size:clamp(1.15rem,2.8vw,1.65rem);font-weight:800;line-height:1}.featured-spotlight--family .featured-spotlight__family-drips{pointer-events:none;z-index:3;height:clamp(6rem,16vw,10rem);position:absolute;top:calc(100% - 4px);left:0;right:0;overflow:visible}.featured-spotlight--family .featured-spotlight__family-drip{--drip-fillet:clamp(1.15rem, 2.5vw, 2rem);background:var(--family-accent,#f5c518);border-radius:0 0 999px 999px;width:clamp(2.2rem,4.6vw,3.5rem);position:absolute;top:0}.featured-spotlight--family .featured-spotlight__family-drip:before{content:"";background:var(--family-accent,#f5c518);height:1rem;position:absolute;top:-.75rem;left:-.5px;right:-.5px}.featured-spotlight--family .featured-spotlight__family-drip:after{content:"";top:-1px;left:calc(var(--drip-fillet) * -1 + .5px);right:calc(var(--drip-fillet) * -1 + .5px);height:calc(var(--drip-fillet) + 1px);background:radial-gradient(circle at 0 100%, transparent 0 calc(var(--drip-fillet) - .75px), var(--family-accent,#f5c518) var(--drip-fillet)) left bottom / var(--drip-fillet) var(--drip-fillet) no-repeat, radial-gradient(circle at 100% 100%, transparent 0 calc(var(--drip-fillet) - .75px), var(--family-accent,#f5c518) var(--drip-fillet)) right bottom / var(--drip-fillet) var(--drip-fillet) no-repeat, linear-gradient(var(--family-accent,#f5c518), var(--family-accent,#f5c518)) center top / 100% 1px no-repeat;position:absolute}.featured-spotlight--family .featured-spotlight__family-drip--1{height:4.6rem;left:2%}.featured-spotlight--family .featured-spotlight__family-drip--2{width:clamp(2.6rem,5.4vw,4.2rem);height:7.8rem;left:12%}.featured-spotlight--family .featured-spotlight__family-drip--3{height:3.6rem;left:22%}.featured-spotlight--family .featured-spotlight__family-drip--4{width:clamp(2.8rem,5.8vw,4.5rem);height:9.2rem;left:32%}.featured-spotlight--family .featured-spotlight__family-drip--5{height:5.6rem;left:42%}.featured-spotlight--family .featured-spotlight__family-drip--6{width:clamp(2.5rem,5.2vw,4rem);height:7.2rem;left:52%}.featured-spotlight--family .featured-spotlight__family-drip--7{height:4rem;left:62%}.featured-spotlight--family .featured-spotlight__family-drip--8{width:clamp(2.7rem,5.6vw,4.3rem);height:8.4rem;left:72%}.featured-spotlight--family .featured-spotlight__family-drip--9{height:4.8rem;left:82%}.featured-spotlight--family .featured-spotlight__family-drip--10{height:6.6rem;left:92%}.featured-spotlight--family .featured-spotlight__washes,.featured-spotlight--family .featured-spotlight__atmosphere,.featured-spotlight--family .featured-spotlight__corners,.featured-spotlight--family .featured-spotlight__corner-fruits-layer,.featured-spotlight--family .featured-spotlight__vignette{display:none}.featured-spotlight--family:not(.featured-spotlight--family-has-flavor) .featured-spotlight__family-header{color:#14110a;background:#63c5f1}.featured-spotlight--family:not(.featured-spotlight--family-has-flavor) .featured-spotlight__family-header-kicker,.featured-spotlight--family:not(.featured-spotlight--family-has-flavor) .featured-spotlight__family-header-flavor{color:#14110a}.featured-spotlight--family:not(.featured-spotlight--family-has-flavor) .featured-spotlight__family-drip{--family-accent:#63c5f1}.featured-spotlight--family .featured-spotlight__btn--primary{color:#fff;background:#0a0a0a;border-color:#0a0a0a}.featured-spotlight--family .featured-spotlight__btn--ghost{color:#0a0a0a;border-color:#0a0a0a}.featured-spotlight--family .featured-spotlight__family-body{z-index:2;flex:1;width:100%;min-height:0;position:relative}.featured-spotlight--family .featured-spotlight__family-fruit{z-index:1;opacity:0;pointer-events:none;width:min(90vw,780px);height:min(70vh,640px);transition:opacity .4s,transform .45s cubic-bezier(.22,1,.36,1);position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)scale(.92)}.featured-spotlight--family .featured-spotlight__family-fruit.is-visible{opacity:1;transform:translate(-50%,-50%)scale(1)}.featured-spotlight--family .featured-spotlight__family-fruit img{object-fit:contain;object-position:center;filter:drop-shadow(0 18px 40px #0000002e);width:100%;height:100%;animation:.45s cubic-bezier(.22,1,.36,1) family-fruit-in;display:block}.featured-spotlight--family .featured-spotlight__family-fruit--no-shadow img{filter:none}.featured-spotlight--family .featured-spotlight__family-fruit--top img{object-fit:cover;object-position:top center;clip-path:inset(0 0 28%)}@keyframes family-fruit-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.featured-spotlight--family .featured-spotlight__family-fruit,.featured-spotlight--family .featured-spotlight__family-fruit img{transition:none;animation:none}}.featured-spotlight--family .featured-spotlight__family-copy-wrap{z-index:4;pointer-events:none;width:min(24vw,20rem);position:absolute;top:50%;left:clamp(1rem,3.5vw,2.75rem);transform:translateY(-50%)}.featured-spotlight--family .featured-spotlight__copy{pointer-events:auto;width:100%;max-width:none;margin:0}.featured-spotlight--family .featured-spotlight__family-stage{z-index:3;flex-direction:column;align-items:center;gap:.85rem;width:min(90vw,44rem);display:flex;position:absolute;bottom:clamp(1.5rem,3.5vh,2.5rem);left:50%;transform:translate(-50%)}.featured-spotlight--family .featured-spotlight__hero-product,.featured-spotlight--family .featured-spotlight__hero-product--family{z-index:3;width:min(42vw,420px);margin:0 auto -1.25rem;animation:none;position:relative;top:auto;left:auto;transform:translateY(-2.75rem)}.featured-spotlight--family .featured-spotlight__hero-product--family img{mix-blend-mode:lighten;filter:drop-shadow(0 22px 36px #0000002e);width:100%;height:auto;display:block}.featured-spotlight--family .featured-spotlight__flavor-btns{grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;width:100%;display:grid}.featured-spotlight--family .featured-spotlight__flavor-btn{min-height:3.4rem;font-family:"Space Grotesk", var(--sans);letter-spacing:.01em;text-align:center;text-wrap:balance;cursor:pointer;-webkit-tap-highlight-color:transparent;border:2px solid #0a0a0a;border-radius:999px;outline:none;justify-content:center;align-items:center;padding:.5rem .35rem;font-size:clamp(.6rem,1.05vw,.75rem);font-weight:800;line-height:1.1;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s;display:inline-flex;box-shadow:3px 3px #0a0a0a}.featured-spotlight--family .featured-spotlight__flavor-btn:hover,.featured-spotlight--family .featured-spotlight__flavor-btn--active{transform:translate(-2px,-2px);box-shadow:5px 5px #0a0a0a}.featured-spotlight--family .featured-spotlight__flavor-btn:active{transform:translate(-1px,-1px);box-shadow:4px 4px #0a0a0a}.featured-spotlight--family .featured-spotlight__flavor-btn--active:active{transform:translate(-2px,-2px);box-shadow:5px 5px #0a0a0a}.featured-spotlight--family .featured-spotlight__flavor-btn:focus-visible{box-shadow:3px 3px #0a0a0a,0 0 0 3px #fff,0 0 0 5px #0a0a0a}.featured-spotlight--family .featured-spotlight__flavor-btn--active:focus-visible,.featured-spotlight--family .featured-spotlight__flavor-btn:hover:focus-visible{box-shadow:5px 5px #0a0a0a,0 0 0 3px #fff,0 0 0 5px #0a0a0a}.featured-spotlight--family .featured-spotlight__berries--mora{transform:none}.featured-spotlight__sticky{height:100vh;color:var(--spotlight-fg);--scroll-p:0;background:#f5c518;align-items:center;display:flex;position:sticky;top:0;overflow:hidden}.color-section-waves{z-index:3;pointer-events:none;position:absolute;inset:0;overflow:hidden}.featured-spotlight__waves{z-index:3;pointer-events:none;position:absolute;inset:0}.featured-spotlight__waves-layer{will-change:opacity;position:absolute;inset:0}.featured-spotlight__waves-layer--amarillo{--spotlight-wave:#5c4b0e}.featured-spotlight__waves-layer--rojo{--spotlight-wave:#f2a0a7}.featured-spotlight__waves-layer--arandano{--spotlight-wave:#887fcb}.color-section-waves__svg{width:106%;height:clamp(2.75rem,7vw,4.75rem);color:var(--spotlight-wave);opacity:1;position:absolute;left:-3%}.color-section-waves__svg--top{top:clamp(2.125rem,5vh,3rem)}.color-section-waves__svg--bottom{bottom:clamp(2.375rem,5.5vh,3.25rem);transform:scaleY(-1)}.featured-spotlight__waves .color-section-waves__svg path:nth-child(2){opacity:.72}.featured-spotlight__waves .color-section-waves__svg path:nth-child(3){opacity:.48}.featured-spotlight__corners{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.featured-spotlight__corner{pointer-events:none;position:absolute}.featured-spotlight__corner--tl{background:color-mix(in srgb, var(--spotlight-fg) 18%, transparent);border-radius:50%;width:min(62vw,36rem);height:min(62vw,36rem);top:-24%;left:-14%}.featured-spotlight__corner--br{background:color-mix(in srgb, var(--spotlight-fg) 18%, transparent);border-radius:62% 38% 48% 52%/44% 58% 42% 56%;width:min(58vw,34rem);height:min(50vw,30rem);bottom:-24%;right:-14%;transform:rotate(-12deg)}.featured-spotlight__corner-fruits-layer{z-index:4;pointer-events:none;width:min(44vw,26rem);height:min(44vw,26rem);position:absolute;bottom:clamp(1.5rem,4vh,3rem);right:clamp(.5rem,2vw,1.5rem)}.featured-spotlight__corner-fruit{object-fit:contain;object-position:bottom right;filter:drop-shadow(0 16px 28px #0003);width:100%;height:100%;transition:opacity .45s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.featured-spotlight__corner-fruit--amarillo{transform-origin:100% 100%;transform:scale(1.05)rotate(-8deg)}.featured-spotlight__corner-fruit--rojo{transform-origin:100% 100%;transform:scale(1.08)rotate(6deg)}.featured-spotlight__corner-fruit--arandano{transform-origin:100% 100%;transform:scale(1.1)rotate(-4deg)}@media (prefers-reduced-motion:reduce){.featured-spotlight__corner-fruit{transition:none}}.featured-spotlight__atmosphere{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.featured-spotlight__glow{filter:blur(60px);opacity:.45;border-radius:50%;transition:opacity .6s;position:absolute}.featured-spotlight__glow--a{background:color-mix(in srgb, var(--spotlight-fg) 28%, transparent);width:min(42vw,22rem);height:min(42vw,22rem);top:-12%;right:8%}.featured-spotlight__glow--b{background:#ffffff29;width:min(36vw,18rem);height:min(36vw,18rem);bottom:-8%;left:6%}.featured-spotlight--light .featured-spotlight__glow--b{background:#0a0a0a0f}.featured-spotlight__vignette{opacity:.55;background:radial-gradient(90% 80%,#0000 40%,#0000002e 100%);position:absolute;inset:0}.featured-spotlight--light .featured-spotlight__vignette{opacity:.35}.featured-spotlight__grain{opacity:.035;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.featured-spotlight__rail{z-index:5;flex-direction:column;align-items:center;gap:.65rem;display:flex;position:absolute;top:50%;right:clamp(.75rem,2vw,1.25rem);transform:translateY(-50%)}.featured-spotlight__rail-track{background:color-mix(in srgb, var(--spotlight-fg) 22%, transparent);border-radius:999px;width:2px;height:4.5rem;position:relative;overflow:hidden}.featured-spotlight__rail-fill{transform-origin:top;border-radius:inherit;background:var(--spotlight-fg);opacity:.85;position:absolute;inset:0}.featured-spotlight__rail-dot{background:color-mix(in srgb, var(--spotlight-fg) 30%, transparent);border-radius:50%;width:.4rem;height:.4rem;transition:transform .4s cubic-bezier(.22,1,.36,1),background .4s}.featured-spotlight__rail-dot--active{background:var(--spotlight-fg);transform:scale(1.35)}.featured-spotlight__rail-dot--done{background:color-mix(in srgb, var(--spotlight-fg) 65%, transparent)}.featured-spotlight__scroll-hint{z-index:5;letter-spacing:.14em;text-transform:uppercase;color:var(--spotlight-fg);opacity:0;pointer-events:none;margin:0;font-size:.6875rem;font-weight:700;transition:opacity .5s,transform .5s;position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%)translateY(6px)}.featured-spotlight__scroll-hint--visible{opacity:.55;animation:2.4s ease-in-out infinite featured-scroll-hint;transform:translate(-50%)translateY(0)}@keyframes featured-scroll-hint{0%,to{opacity:.45;transform:translate(-50%)translateY(0)}50%{opacity:.75;transform:translate(-50%)translateY(4px)}}.featured-spotlight__washes{pointer-events:none;z-index:0;position:absolute;inset:0}.featured-spotlight__wash{will-change:opacity;transition:none;position:absolute;inset:0}.featured-spotlight__wash--amarillo{background:#f5c518}.featured-spotlight__wash--rojo{background:#e11d2e}.featured-spotlight__wash--arandano{background:#3f3a8c}.featured-spotlight__berries{z-index:4;pointer-events:none;transition:opacity .45s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;overflow:hidden}.featured-spotlight__berries--mango{transform:translateY(calc(var(--scroll-p) * -10px))}.featured-spotlight__berries--fresa{transform:translateY(calc(var(--scroll-p) * -16px))}.featured-spotlight__berries--mora{transform:translateY(calc(var(--scroll-p) * -22px))}.featured-spotlight__berry{object-fit:contain;-webkit-user-select:none;user-select:none;will-change:transform;position:absolute}.featured-spotlight__berry--1{z-index:2;width:min(41.6vw,364px);animation:9s ease-in-out infinite featured-berry-float-a;inset:4% 2% auto auto;transform:rotate(12deg)}.featured-spotlight__berry--2{z-index:1;width:min(82vw,720px);animation:10s ease-in-out infinite featured-berry-float-b;top:-6%;left:50%;transform:translate(-50%)rotate(4deg)}.featured-spotlight__berries--fresa .featured-spotlight__berry--2{width:min(96vw,880px);top:3%}.featured-spotlight__berry--3{z-index:2;filter:drop-shadow(0 10px 18px #00000038);width:min(30vw,260px);animation:8.5s ease-in-out infinite featured-berry-float-c;inset:auto auto 4% 2%;transform:rotate(-14deg)}.featured-spotlight__hero-product{z-index:2;cursor:pointer;width:min(36vw,320px);transform:translate(-50%, calc(-50% + (var(--scroll-p) * -18px)));background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);animation:9s ease-in-out infinite featured-hero-float;display:flex;position:absolute;top:68%;left:50%}.featured-spotlight--amarillo .featured-spotlight__hero-product,.featured-spotlight--rojo .featured-spotlight__hero-product,.featured-spotlight--arandano .featured-spotlight__hero-product{z-index:5}.featured-spotlight__hero-product:hover img{filter:drop-shadow(0 26px 40px #0000006b);transform:scale(1.03)}.featured-spotlight__hero-product img{object-fit:contain;filter:drop-shadow(0 22px 34px #00000061);pointer-events:none;width:100%;height:auto;transition:transform .5s cubic-bezier(.22,1,.36,1),filter .5s}.featured-spotlight__hero-product:focus-visible{outline-offset:6px;border-radius:18px;outline:3px solid #fff}.featured-spotlight__media-spacer{min-height:1px}@keyframes featured-berry-float-a{0%,to{transform:translate(0,0)rotate(12deg)}50%{transform:translate(-6px,8px)rotate(14deg)}}@keyframes featured-berry-float-b{0%,to{transform:translate(-50%)translate(0,0)rotate(4deg)}50%{transform:translate(-50%)translateY(8px)rotate(6deg)}}@keyframes featured-berry-float-c{0%,to{transform:translate(0,0)rotate(-14deg)}50%{transform:translate(6px,-8px)rotate(-11deg)}}@keyframes featured-hero-float{0%,to{transform:translate(-50%, calc(-50% + (var(--scroll-p) * -18px))) translate3d(0, 0, 0)}50%{transform:translate(-50%, calc(-50% + (var(--scroll-p) * -18px))) translate3d(0, -8px, 0)}}@media (prefers-reduced-motion:reduce){.featured-spotlight__berry--1,.featured-spotlight__berry--2,.featured-spotlight__berry--3,.featured-spotlight__hero-product,.featured-spotlight__scroll-hint--visible{animation:none}.featured-spotlight__berries--mango,.featured-spotlight__berries--fresa,.featured-spotlight__berries--mora{transform:none}.featured-spotlight__hero-product{transform:translate(-50%,-50%)}}.featured-spotlight__layout{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(1.5rem,4vw,3.5rem);width:100%;padding-block:3rem;display:grid;position:relative}.featured-spotlight--amarillo .featured-spotlight__layout,.featured-spotlight--rojo .featured-spotlight__layout,.featured-spotlight--arandano .featured-spotlight__layout{z-index:6;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(1.25rem,3vw,2.5rem)}.featured-spotlight--amarillo .featured-spotlight__copy,.featured-spotlight--rojo .featured-spotlight__copy,.featured-spotlight--arandano .featured-spotlight__copy{z-index:6;max-width:28rem;position:relative}.featured-spotlight__kicker{letter-spacing:.08em;text-transform:uppercase;opacity:.85;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin:0 0 1rem;font-size:.8125rem;font-weight:700;display:flex}.featured-spotlight__stage{border:1px solid color-mix(in srgb, var(--spotlight-fg) 35%, transparent);background:color-mix(in srgb, var(--spotlight-fg) 10%, transparent);letter-spacing:.06em;border-radius:999px;padding:.22rem .65rem;font-size:.6875rem;transition:border-color .5s,background .5s}.featured-spotlight__copy-glass{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;border:none;padding:0;position:relative}.featured-spotlight__divider{background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--spotlight-fg) 28%, transparent) 20%, color-mix(in srgb, var(--spotlight-fg) 28%, transparent) 80%, transparent);opacity:.7;height:1px;margin:.25rem 0 1.15rem}.featured-spotlight__badge{background:color-mix(in srgb, var(--spotlight-fg) 18%, transparent);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;margin-bottom:.75rem;padding:.2rem .55rem;font-size:.6875rem;font-weight:700;display:inline-flex}.featured-spotlight__rating{letter-spacing:.02em;opacity:.75;margin:.75rem 0 0;font-size:.8125rem;font-weight:600}.featured-spotlight__copy-panel{transform-origin:0;will-change:filter, opacity, transform;min-height:11rem;margin-bottom:1.35rem}.featured-spotlight__copy-panel h2{font-family:"Space Grotesk", var(--sans);letter-spacing:-.04em;color:inherit;max-width:14ch;text-shadow:0 1px 24px color-mix(in srgb, var(--spotlight-fg) 12%, transparent);margin:0 0 1rem;font-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:1.05}.featured-spotlight__copy-panel--sharp{opacity:1;filter:blur();transition:opacity .42s cubic-bezier(.22,1,.36,1),filter .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1);transform:translate(0,0)scale(1)}.featured-spotlight__copy-panel--out{opacity:0;filter:blur(18px);transition:opacity .32s cubic-bezier(.4,0,.2,1),filter .32s cubic-bezier(.4,0,.2,1),transform .32s cubic-bezier(.4,0,.2,1);transform:translateY(-10px)scale(1.02)}.featured-spotlight__copy-panel--in{opacity:0;filter:blur(18px);transition:none;animation:.42s cubic-bezier(.22,1,.36,1) forwards featured-copy-in;transform:translateY(14px)scale(.985)}@keyframes featured-copy-in{0%{opacity:0;filter:blur(18px);transform:translateY(14px)scale(.985)}to{opacity:1;filter:blur();transform:translate(0,0)scale(1)}}@media (prefers-reduced-motion:reduce){.featured-spotlight__copy-panel--sharp,.featured-spotlight__copy-panel--out,.featured-spotlight__copy-panel--in{filter:none;transition:opacity .2s;animation:none;transform:none}.featured-spotlight__copy-panel--out{opacity:0}.featured-spotlight__copy-panel--in,.featured-spotlight__copy-panel--sharp{opacity:1}}.featured-spotlight__copy-panel h2{margin:0 0 1rem}.featured-spotlight__desc{opacity:.9;max-width:36ch;margin:0 0 1.5rem;font-size:1rem;font-weight:500;line-height:1.55}.featured-spotlight__price{align-items:baseline;gap:.75rem;margin-bottom:0;display:flex}.featured-spotlight__price strong{letter-spacing:-.03em;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.featured-spotlight__price span{opacity:.65;font-size:1rem;font-weight:600;text-decoration:line-through}.featured-spotlight__actions{flex-wrap:wrap;gap:.75rem;display:flex}.featured-spotlight__family-cart-hint{color:#b42318;background:#fef3f2;border:2px solid #b42318;border-radius:12px;flex:100%;margin:0;padding:.55rem .85rem;font-size:.8125rem;font-weight:700;line-height:1.35;animation:.32s cubic-bezier(.16,1,.3,1) both family-cart-hint-in}.featured-spotlight--family-needs-topping .featured-spotlight__family-header-flavor{color:#b42318;animation:.55s cubic-bezier(.16,1,.3,1) family-flavor-nudge}.featured-spotlight--family-needs-topping .featured-spotlight__flavor-btns{animation:.55s cubic-bezier(.16,1,.3,1) family-flavor-nudge}@keyframes family-cart-hint-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes family-flavor-nudge{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.featured-spotlight__btn{font-family:"Space Grotesk", var(--sans);letter-spacing:.02em;cursor:pointer;border:2px solid;border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.35rem;font-size:.875rem;font-weight:800;transition:transform .28s cubic-bezier(.22,1,.36,1),background .28s,color .28s,box-shadow .28s;display:inline-flex}.featured-spotlight__btn--primary{background:var(--spotlight-fg);color:#14110a;border-color:var(--spotlight-fg)}.featured-spotlight--light .featured-spotlight__btn--primary{color:#f5c518}.featured-spotlight--family.featured-spotlight--light .featured-spotlight__btn--primary,.featured-spotlight--family.featured-spotlight--light .featured-spotlight__btn--primary:hover{color:#fff}.featured-spotlight:not(.featured-spotlight--light) .featured-spotlight__btn--primary{color:#2a2758}.featured-spotlight__btn--primary:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0000001f}.featured-spotlight__btn--ghost{color:inherit;background:0 0}.featured-spotlight__btn--ghost:hover{background:color-mix(in srgb, var(--spotlight-fg) 14%, transparent);transform:translateY(-1px)}.featured-spotlight__dots{align-items:center;gap:.45rem;margin-top:1.75rem;display:flex}.featured-spotlight__dot{background:var(--spotlight-fg);opacity:.3;transform-origin:0;border-radius:999px;width:.55rem;height:.55rem;transition:opacity .35s,transform .35s,width .35s;transform:scaleX(1)}.featured-spotlight__dot--active{opacity:1;width:1.45rem}.featured-spotlight__media{border:2px solid color-mix(in srgb, var(--spotlight-fg) 35%, transparent);background:color-mix(in srgb, var(--spotlight-fg) 10%, transparent);cursor:pointer;aspect-ratio:1;border-radius:28px;width:100%;max-width:28rem;margin-inline:auto;padding:0;transition:transform .2s,box-shadow .2s,border-color .25s;display:block;position:relative;overflow:hidden;box-shadow:8px 8px #0a0a0a38}.featured-spotlight__media:hover{transform:translate(-3px,-3px);box-shadow:11px 11px #0a0a0a38}.featured-spotlight__media:focus-visible{outline:3px solid var(--spotlight-fg);outline-offset:4px}.featured-spotlight__media img{object-fit:cover;opacity:0;filter:blur(12px);width:100%;height:100%;transition:opacity .55s cubic-bezier(.22,1,.36,1),filter .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:scale(1.04)}.featured-spotlight__media img.is-active{opacity:1;filter:blur();transform:scale(1)}@media (width<=900px){.featured-spotlight:not(.featured-spotlight--family){height:280vh}.featured-spotlight--family,.featured-spotlight--family .featured-spotlight__sticky{height:auto;min-height:0}.featured-spotlight--family .featured-spotlight__family-drips{height:clamp(3.5rem,12vw,5.5rem)}.featured-spotlight--family .featured-spotlight__family-drip--1{height:2.4rem}.featured-spotlight--family .featured-spotlight__family-drip--2{height:3.6rem}.featured-spotlight--family .featured-spotlight__family-drip--3{height:2rem}.featured-spotlight--family .featured-spotlight__family-drip--4{height:4.2rem}.featured-spotlight--family .featured-spotlight__family-drip--5{height:2.8rem}.featured-spotlight--family .featured-spotlight__family-drip--6{height:3.4rem}.featured-spotlight--family .featured-spotlight__family-drip--7{height:2.2rem}.featured-spotlight--family .featured-spotlight__family-drip--8{height:3.8rem}.featured-spotlight--family .featured-spotlight__family-drip--9{height:2.5rem}.featured-spotlight--family .featured-spotlight__family-drip--10{height:3.1rem}.featured-spotlight--family .featured-spotlight__family-fruit{width:min(95vw,520px);height:min(48vh,420px);top:46%}.featured-spotlight--family .featured-spotlight__family-body{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.25rem;padding:clamp(4.25rem,11vw,5.75rem) clamp(1rem,3vw,1.5rem) 1.25rem;display:flex}.featured-spotlight--family .featured-spotlight__family-copy-wrap{pointer-events:auto;width:100%;position:relative;top:auto;left:auto;transform:none}.featured-spotlight--family .featured-spotlight__family-stage{width:100%;position:relative;bottom:auto;left:auto;transform:none}.featured-spotlight--family .featured-spotlight__hero-product,.featured-spotlight--family .featured-spotlight__hero-product--family{width:min(68vw,300px);margin-bottom:-.5rem;transform:translateY(-1.25rem)}.featured-spotlight--family .featured-spotlight__flavor-btns{grid-template-columns:repeat(3,minmax(0,1fr))}.featured-spotlight--family .featured-spotlight__copy-panel{flex-direction:column;align-items:flex-start;display:flex}.featured-spotlight--family .featured-spotlight__copy-panel h2{order:-1;margin-bottom:.65rem}.featured-spotlight--family .featured-spotlight__badge{margin-bottom:1rem}.featured-spotlight__rail{gap:.5rem;right:.5rem}.featured-spotlight__rail-track{height:3rem}.featured-spotlight__berry--1{width:min(36vw,150px);inset:2% -2% auto auto}.featured-spotlight__berry--2{width:min(92vw,420px);top:-4%;left:50%}.featured-spotlight__berry--3{width:min(34vw,140px);inset:auto auto 4% -2%}.featured-spotlight__hero-product{width:min(46vw,200px);top:24%}.featured-spotlight__layout{grid-template-columns:1fr;gap:1.75rem;padding-block:2.5rem}.featured-spotlight--amarillo .featured-spotlight__layout,.featured-spotlight--rojo .featured-spotlight__layout,.featured-spotlight--arandano .featured-spotlight__layout{grid-template-columns:1fr}.featured-spotlight--amarillo .featured-spotlight__copy,.featured-spotlight--rojo .featured-spotlight__copy,.featured-spotlight--arandano .featured-spotlight__copy{max-width:none;margin-top:min(42vh,280px)}.featured-spotlight__copy-panel{min-height:11rem}.featured-spotlight__copy-panel h2{max-width:none}.featured-spotlight__media{border-radius:22px;order:-1;max-width:20rem}}@media (width<=640px){.featured-spotlight:not(.featured-spotlight--family){height:250vh}.featured-spotlight--family .featured-spotlight__family-body{gap:1rem;padding:clamp(3.75rem,14vw,5rem) 1rem 1.15rem}.greek-yogurts{padding:2.25rem 0 1.5rem}.featured-spotlight--family .featured-spotlight__family-drip--4,.featured-spotlight--family .featured-spotlight__family-drip--8{display:none}.featured-spotlight--family .featured-spotlight__family-drip{--drip-fillet:clamp(1.85rem, 7.5vw, 2.75rem)}.featured-spotlight__hero-product{width:min(50vw,190px);top:22%}.featured-spotlight__actions{flex-direction:column}.featured-spotlight__btn{width:100%}}.newsletter{background:#fff;padding:3.5rem 0;position:relative}.newsletter:before,.newsletter:after{content:"";pointer-events:none;background:#0a0a0a;height:2px;position:absolute;left:0;right:0}.newsletter:before{top:0}.newsletter:after{bottom:0}main:has(.newsletter)+.footer{border-top:none}.newsletter__inner{box-shadow:none;background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;gap:2rem;padding:0;display:flex}.newsletter__text h2{font-family:"Space Grotesk", var(--sans);letter-spacing:-.03em;color:#0a0a0a;margin-bottom:.4rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800}.newsletter__text p{color:#475569;font-weight:500}.newsletter__form{flex-shrink:0;gap:.75rem;display:flex}.newsletter__form input{color:#0a0a0a;font-family:"Space Grotesk", var(--sans);width:min(280px,42vw);box-shadow:none;background:#f4f4f0;border:none;border-radius:999px;outline:none;padding:.8rem 1.1rem;font-size:.9375rem;font-weight:600}.newsletter__form input:focus{outline-offset:0;background:#eef1f8;outline:2px solid #1d2f6b}.footer{color:#475569;background:#fff;border-top:2px solid #0a0a0a;padding-top:4.5rem;position:relative;overflow:hidden}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;display:grid}.footer__logo{align-items:center;gap:.75rem;margin-bottom:1.25rem;text-decoration:none;display:inline-flex}.footer__logo-img{object-fit:contain;width:clamp(72px,9vw,104px);height:auto}.footer__desc{color:#64748b;max-width:320px;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;line-height:1.65}.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}.footer__newsletter{background:#fff;border:2px solid #0a0a0a;border-radius:999px;align-items:center;max-width:340px;margin-bottom:1.5rem;padding:.35rem;display:flex;box-shadow:3px 3px #0a0a0a}.footer__newsletter input{color:#0a0a0a;min-width:0;font-family:"Space Grotesk", var(--sans);background:0 0;border:none;outline:none;flex:1;padding:.625rem 1rem;font-size:.8125rem;font-weight:600}.footer__newsletter input::placeholder{color:#94a3b8}.footer__newsletter button{color:#fff;font-family:"Space Grotesk", var(--sans);cursor:pointer;background:#1d2f6b;border:2px solid #0a0a0a;border-radius:999px;flex-shrink:0;padding:.65rem 1rem;font-size:.8125rem;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s;box-shadow:2px 2px #0a0a0a}.footer__newsletter button:hover{background:#5b7fd4;transform:translate(-1px,-1px);box-shadow:3px 3px #0a0a0a}.footer__cta{padding:0 0 2.5rem}.footer__cta-box{color:#fff;background:#1d2f6b;border:2px solid #0a0a0a;border-radius:28px;flex-direction:column;gap:1.25rem;margin-top:.75rem;padding:clamp(1.75rem,3vw,2.25rem) clamp(1.25rem,3vw,2rem);display:flex;position:relative;box-shadow:6px 6px #0a0a0a}.footer__cta-badge{color:#0a0a0a;font-family:"Space Grotesk", var(--sans);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#63c5f1;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;padding:.4rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex;position:absolute;top:0;left:50%;transform:translate(-50%,-55%);box-shadow:3px 3px #0a0a0a}.footer__cta-content{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:clamp(1.25rem,3vw,2.5rem);display:grid}.footer__cta-copy h3{font-family:"Space Grotesk", var(--sans);letter-spacing:-.04em;color:#fff;margin:0 0 .65rem;font-size:clamp(1.35rem,3vw,2rem);font-weight:800;line-height:1.1}.footer__cta-copy p{color:#ffffffd1;max-width:34ch;margin:0;font-size:.95rem;font-weight:500;line-height:1.55}.footer__cta-form{background:#ffffff14;border:2px solid #ffffff8c;border-radius:999px;align-items:center;gap:.45rem;width:100%;padding:.35rem;display:flex}.footer__cta-form input{color:#fff;min-width:0;font-family:"Space Grotesk", var(--sans);background:0 0;border:none;outline:none;flex:1;padding:.8rem 1.1rem;font-size:.9rem;font-weight:600}.footer__cta-form input::placeholder{color:#ffffff9e}.footer__cta-form button{color:#0a0a0a;font-family:"Space Grotesk", var(--sans);cursor:pointer;background:#fff;border:2px solid #0a0a0a;border-radius:999px;flex-shrink:0;padding:.75rem 1.2rem;font-size:.85rem;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s;box-shadow:2px 2px #0a0a0a}.footer__cta-form button:hover{background:#63c5f1;transform:translate(-1px,-1px);box-shadow:3px 3px #0a0a0a}.footer__social{gap:.5rem;display:flex}.footer__social-link{color:#0a0a0a;background:#fff;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,transform .15s,box-shadow .15s;display:inline-flex;box-shadow:2px 2px #0a0a0a}.footer__social-link:hover{background:#5b7fd4;transform:translate(-1px,-1px);box-shadow:3px 3px #0a0a0a}.footer__social-link--active{color:#fff;background:#1d2f6b}.footer__social-link--tiktok{background:#0a0a0a;padding:0;overflow:hidden}.footer__social-link--tiktok img{object-fit:cover;width:100%;height:100%}.footer__social-link--tiktok:hover{background:#0a0a0a}.footer__col h4{font-family:"Space Grotesk", var(--sans);letter-spacing:-.02em;color:#0a0a0a;margin:0 0 1rem;font-size:.9375rem;font-weight:800}.footer__col ul li{margin-bottom:.55rem}.footer__col ul a{color:#64748b;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.footer__col ul a:hover{color:#0a0a0a}.footer__legal{background:#f4f4f0;border-top:2px solid #0a0a0a;padding:1.25rem 0 1.5rem}.footer__legal-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer__legal-links{flex-wrap:wrap;gap:1rem 1.25rem;display:flex}.footer__legal-links a{color:#64748b;font-size:.8125rem;font-weight:600;text-decoration:none}.footer__legal-links a:hover{color:#0a0a0a}.footer__legal-inner p{color:#0a0a0a;font-size:.8125rem;font-weight:600}.footer__legal-right{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.footer__credit{color:#0a0a0a;background:#fff;border:2px solid #0a0a0a;border-radius:999px;align-items:center;gap:.5rem;padding:.3rem .7rem .3rem .8rem;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:3px 3px #0a0a0a}.footer__credit:hover,.footer__credit:focus-visible{transform:translate(-1px,-1px);box-shadow:5px 5px #0a0a0a}.footer__credit-label{max-width:5.5rem;font-family:"Space Grotesk", var(--sans);letter-spacing:.09em;text-transform:uppercase;font-size:.5rem;font-weight:800;line-height:1.2}.footer__credit-logo{object-fit:contain;flex-shrink:0;width:clamp(42px,5vw,58px);height:auto}.footer__watermark{width:100%;font-family:"Space Grotesk", var(--sans);letter-spacing:-.06em;text-align:center;text-transform:uppercase;background:linear-gradient(#0a0a0a1a 0%,#0a0a0a05 100%);color:#0000;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;margin:0;padding:0 1rem .25rem;font-size:clamp(4.5rem,18vw,12rem);font-weight:800;line-height:.82;display:block;position:relative;transform:translateY(18%)}@media (width<=768px){.header__main{gap:.4375rem;padding:.4375rem .875rem}.header__float--brand{padding:.2rem;transform:translate(0)}.header__float--brand:hover{transform:translate(-1px,-1px)}.header__float--brand .logo{font-size:.8125rem}.header__actions{gap:.375rem;transform:translate(0)}.header__float--greeting{justify-content:center;width:32px;height:32px;padding:0;font-size:.75rem}.header__greeting-icon{display:block}.header__greeting-text,.header__orders-label{display:none}.header__float--orders{justify-content:center;width:32px;height:32px;padding:0}.header__cart-remove{width:36px;height:36px}.header__cart-list{max-height:min(240px,42dvh)}.header__info-item{flex-direction:column;align-items:flex-start;gap:.25rem}.header__info-value{text-align:left;max-width:100%}.product-card__cart{width:40px;height:40px}.product-card--compact .product-card__cart{width:36px;height:36px}}@media (width<=1024px){.benefits__grid{grid-template-columns:repeat(2,1fr)}.about__inner{grid-template-columns:1fr;gap:2rem}.about__image img{min-height:320px}.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1/-1}.footer__watermark{font-size:clamp(4rem,28vw,10rem)}}@media (width<=640px){.section{padding:3rem 0}.section__header{margin-bottom:1.75rem}.section__header h2{font-size:clamp(1.5rem,6vw,1.875rem)}.section__footer{margin-top:1.75rem}.header__menu{padding:max(.75rem, env(safe-area-inset-top)) .75rem max(.75rem, env(safe-area-inset-bottom))}.header__menu-inner{max-height:min(78dvh,680px);padding:.125rem .125rem .375rem}.header__info-list{padding:.25rem .875rem}.header__info-item{padding:.5625rem 0}.header__info-label,.header__info-value{font-size:.8125rem}.carousel__item{flex:0 0 220px;width:220px}.carousel__track{padding:.5rem;animation-duration:100s}.benefits__grid{grid-template-columns:1fr}.product-card{--card-radius:18px}.product-card--hero,.product-card--banner{--card-radius:20px}.product-card--hero .product-card__meta,.product-card--banner .product-card__meta{bottom:.625rem;left:.625rem;right:.625rem}.product-card--hero .product-card__chip,.product-card--banner .product-card__chip{padding:.3125rem .625rem;font-size:.75rem}.about__image img{min-height:220px}.newsletter{padding:2.5rem 0}.newsletter__inner{text-align:center;flex-direction:column;padding:0}.newsletter__form{flex-direction:column;width:100%}.newsletter__form input{width:100%;min-height:44px;font-size:1rem}.footer{padding-top:3rem}.footer__grid{grid-template-columns:1fr;gap:1.75rem;padding-bottom:2rem}.footer__newsletter{border-radius:1.25rem;flex-direction:column;align-items:stretch;max-width:100%;padding:.75rem}.footer__newsletter input{min-height:44px;padding:.75rem 1rem;font-size:1rem}.footer__newsletter button{width:100%;min-height:44px;padding:.75rem 1rem}.footer__cta{padding-bottom:1.75rem}.footer__cta-box{border-radius:22px;padding:2rem 1.15rem 1.35rem}.footer__cta-content{grid-template-columns:1fr;gap:1.15rem}.footer__cta-badge{padding:.35rem .85rem;font-size:.68rem}.footer__cta-form{border-radius:22px;flex-direction:column;align-items:stretch}.footer__cta-form input,.footer__cta-form button{width:100%;min-height:44px}.footer__social-link{width:44px;height:44px}.footer__legal-inner{text-align:center;flex-direction:column;gap:1rem}.footer__legal-links{flex-wrap:wrap;justify-content:center}.footer__legal-right{flex-direction:column;align-items:center;gap:.75rem}.footer__watermark{font-size:clamp(3rem,22vw,5rem);transform:translateY(6%)}.header-backdrop--visible{-webkit-backdrop-filter:none;background:#fff}.header--menu-active .header__main,.app--stacked-header .header--menu-active .header__main{background:#1d2f6b}.product-modal__backdrop,.checkout-modal__backdrop{-webkit-backdrop-filter:none;background:#fff}}.payment-return{justify-content:center;align-items:center;min-height:70vh;padding:clamp(3rem,10vw,6rem) 1.25rem;display:flex}.payment-return__card{text-align:center;background:#f4f4f0;border:2px solid #0a0a0a;border-radius:24px;flex-direction:column;align-items:center;gap:.85rem;width:min(100%,32rem);padding:clamp(1.5rem,5vw,2.25rem);display:flex;box-shadow:6px 6px #0a0a0a}.payment-return__badge{color:#fff;background:#1d2f6b;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;width:60px;height:60px;display:inline-flex;box-shadow:3px 3px #0a0a0a}.payment-return__badge--loading{animation:1.2s ease-in-out infinite payment-return-pulse}@keyframes payment-return-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.payment-return__card h1{font-family:"Space Grotesk", var(--sans);letter-spacing:-.03em;color:#0a0a0a;margin:0;font-size:clamp(1.35rem,4vw,1.75rem);font-weight:800}.payment-return__card p{color:#3f4658;max-width:26rem;margin:0;font-size:.9375rem;line-height:1.5}.payment-return__actions{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:.35rem;display:flex}.payment-return__btn{color:#fff;min-height:46px;font-family:"Space Grotesk", var(--sans);cursor:pointer;background:#009ee3;border:2px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.35rem;font-size:.875rem;font-weight:800;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:4px 4px #0a0a0a}.payment-return__btn:hover,.payment-return__btn:focus-visible{transform:translate(-1px,-1px);box-shadow:6px 6px #0a0a0a}.payment-return__btn--ghost{color:#0a0a0a;background:#fff}
