@media (prefers-reduced-motion:reduce){:root{--customer-cart-duration-side:0.01s;--customer-cart-duration-sheet:0.01s;--customer-cart-duration-collapse:0.01s;--customer-cart-duration-overlay:0.01s}}html{width:100%;max-width:100%;overflow-x:hidden;scrollbar-gutter:stable;background-color:var(--bg-color,#f3faf0)}body.customer-body{width:100%;max-width:100%;overflow-x:hidden;background:var(--body-bg-light);background-color:var(--bg-color)}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--body-bg-light,var(--bg-color));background-color:var(--bg-color);color:var(--text-primary);font-family:Outfit,Inter,sans-serif;transition:background .4s cubic-bezier(.4, 0, .2, 1),color .4s cubic-bezier(.4, 0, .2, 1);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark] body,[data-theme=dark] body.customer-body{background:var(--bg-color)}.font-syne,h1,h2,h3,h4,h5,h6{font-family:Outfit,Inter,sans-serif}.glass{background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:var(--card-border);box-shadow:var(--card-shadow)}.customer-header{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;max-width:100%;box-sizing:border-box;overflow:visible;padding-top:env(safe-area-inset-top,0);--surface-color:rgba(18, 54, 77, 0.55);--surface-color-secondary:rgba(18, 54, 77, 0.72);--text-primary:#f0f7e6;--text-secondary:rgba(240, 247, 230, 0.82);--border-color:rgba(255, 255, 255, 0.12);--accent-color:#80bf28;--accent-glow:rgba(128, 191, 40, 0.35);background:linear-gradient(180deg,#061006 0,#0b1f0d 100%);color:var(--text-primary);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:none}.customer-header__inner{width:100%;max-width:none;margin:0;padding:.5rem max(var(--customer-header-edge),env(safe-area-inset-right,0px)) .5rem max(var(--customer-header-edge),env(safe-area-inset-left,0px));box-sizing:border-box;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;overflow:visible}.navbar{position:relative;background:0 0;color:var(--text-primary);backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none;box-shadow:none;width:100%;padding:.75rem var(--customer-layout-gutter);box-sizing:border-box;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.nav-container{width:100%;max-width:none;margin:0;padding:0;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-logo{flex-shrink:0;margin-right:0;margin-left:0;padding-left:20px;justify-self:start;font-size:1.5rem;font-weight:800;color:var(--text-primary);text-decoration:none;font-family:Outfit,Inter,sans-serif;display:flex;align-items:center;gap:.5rem;letter-spacing:-.5px;transition:transform .3s ease}.brand-logo{height:80px;width:auto;max-width:280px;object-fit:contain;vertical-align:middle}.nav-logo span{color:var(--accent-color);text-shadow:0 0 15px var(--accent-glow)}.nav-actions{flex-shrink:0;margin-left:0;justify-self:end;display:flex;align-items:center;gap:1.25rem;overflow:visible;position:relative;z-index:1001}.customer-nav-actions{gap:.6rem;overflow:visible}a.theme-toggle.customer-nav-icon{text-decoration:none;color:inherit;display:inline-flex;align-items:center;justify-content:center}a.customer-nav-login{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.48rem .85rem;border-radius:999px;font-family:Outfit,Inter,sans-serif;font-size:clamp(.72rem, 2.8vw, .88rem);font-weight:700;line-height:1.2;letter-spacing:.01em;color:#0c1a08;background:linear-gradient(135deg,#c8f542 0,#8bc627 100%);border:1px solid rgba(178,255,0,.55);text-decoration:none;white-space:nowrap;box-shadow:0 2px 12px rgba(124,184,36,.4);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}a.customer-nav-login:focus-visible{outline:2px solid rgba(178,255,0,.9);outline-offset:2px}[data-theme=dark] a.customer-nav-login{color:#0c1a08}.theme-toggle{background:rgba(var(--premium-blue-rgb),.35);border:1px solid rgba(var(--accent-rgb),.35);color:var(--text-primary);padding:.6rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:var(--shadow-sm)}.theme-toggle__ico{display:flex;align-items:center;justify-content:center;line-height:0}.theme-toggle .ico,.theme-toggle svg,.theme-toggle__ico svg{width:20px;height:20px;display:block;flex-shrink:0;color:var(--accent-color,#80bf28)}.customer-header .customer-nav-icon .ico,.customer-header .customer-nav-icon svg,.customer-header .theme-toggle .ico,.customer-header .theme-toggle svg{color:rgba(240,247,230,.92)}.nav-link{font-size:.95rem;font-weight:600;color:var(--text-secondary);text-decoration:none;transition:all .3s ease;padding:.5rem .75rem;border-radius:8px}.nav-link.active{color:var(--accent-color);background:var(--accent-glow)}.btn-primary{background:var(--btn-gradient);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:12px;font-weight:700;font-family:Outfit,sans-serif;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;box-shadow:0 4px 18px rgba(128,191,40,.38)}.hero{position:relative;width:100%;height:clamp(300px,38vw,440px);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:clamp(1.25rem,2.5vw,2rem);border-radius:0;box-shadow:var(--shadow-lg)}.customer-app-shell:not(.customer-app-shell--cart-open) .customer-main>.hero{width:100%;max-width:100%;margin-left:0;margin-right:0}.customer-app-shell--cart-open .customer-main>.hero{border-radius:0 0 20px 20px}.hero-slideshow{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;background-color:#000}.smoke-particle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.06) 0,rgba(255,255,255,0) 70%);filter:blur(20px);animation:floatSmoke 15s infinite ease-in-out alternate;z-index:1}.smoke-1{width:600px;height:600px;top:-100px;left:-100px;animation-duration:20s}.smoke-2{width:700px;height:700px;bottom:-150px;right:-100px;animation-duration:25s;animation-delay:-5s}.smoke-3{width:500px;height:500px;top:30%;left:40%;animation-duration:22s;animation-delay:-10s}.hero-img-slide{position:absolute;top:50%;left:50%;width:90%;height:90%;object-fit:contain;opacity:0;animation:heroCrossfade 28s infinite linear}.hero-img-slide:first-of-type{animation-delay:0s}.hero-img-slide:nth-of-type(2){animation-delay:4s}.hero-img-slide:nth-of-type(3){animation-delay:8s}.hero-img-slide:nth-of-type(4){animation-delay:12s}.hero-img-slide:nth-of-type(5){animation-delay:16s}.hero-img-slide:nth-of-type(6){animation-delay:20s}.hero-img-slide:nth-of-type(7){animation-delay:24s}.container{width:100%;max-width:var(--customer-layout-max);margin:0 auto;padding:0 max(var(--customer-layout-gutter),env(safe-area-inset-right,0px)) clamp(3rem,5vw,4.5rem) max(var(--customer-layout-gutter),env(safe-area-inset-left,0px));box-sizing:border-box}.puntos-banner{background:linear-gradient(135deg,rgba(255,255,255,.98) 0,rgba(247,252,242,.98) 48%,rgba(234,246,224,.96) 100%);border:1.5px solid rgba(128,191,40,.34);border-radius:20px;padding:1rem 1.15rem;margin-bottom:1.35rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 10px 28px rgba(26,38,18,.07),0 0 0 1px rgba(255,255,255,.65) inset,inset 0 1px 0 rgba(255,255,255,.92);position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.puntos-banner__main{display:flex;align-items:center;gap:.9rem;min-width:0;flex:1 1 auto;position:relative;z-index:1}.puntos-banner__balance{display:flex;flex-direction:column;gap:.22rem;min-width:0}.puntos-banner::before{content:'';position:absolute;top:-35%;left:-10%;width:55%;height:170%;background:radial-gradient(circle,rgba(200,146,10,.14) 0,transparent 68%);pointer-events:none}.puntos-banner::after{content:'';position:absolute;inset:0 auto 0 0;width:4px;border-radius:20px 0 0 20px;background:linear-gradient(180deg,#e8b020 0,#80bf28 100%);pointer-events:none}.puntos-val{display:inline-flex;align-items:baseline;gap:.28rem;line-height:1;font-family:Outfit,sans-serif}.puntos-val__num{font-family:Outfit,Inter,sans-serif;font-size:clamp(1.65rem, 4.8vw, 2.15rem);font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.03em;color:#b87a08;text-shadow:0 1px 0 rgba(255,255,255,.45)}.puntos-val__unit{font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(61,82,48,.68)}.search-actions-bar{display:flex;gap:1rem;margin-bottom:0;align-items:center}.search-box{flex:1;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);z-index:4;pointer-events:none;display:flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--accent-color)!important}.search-icon .ico,.search-icon svg{width:20px!important;height:20px!important;display:block;flex-shrink:0;color:inherit}.search-input{position:relative;z-index:0;width:100%;padding:1rem 1.5rem 1rem 3.5rem!important;border-radius:100px!important;border:1px solid rgba(var(--accent-rgb),.38)!important;background:#fff!important;color:var(--text-primary)!important;font-family:Outfit,sans-serif!important;font-size:1rem!important;transition:all .3s cubic-bezier(.4, 0, .2, 1)!important;box-shadow:var(--shadow-sm)!important}.search-input:focus{outline:0!important;border-color:#80bf28!important;box-shadow:0 0 0 4px rgba(128,191,40,.16)!important}.ico{display:block;flex-shrink:0;box-sizing:content-box}.ico--search{color:var(--accent-color)}.ico--action{color:var(--accent-color)}.ico--scroll{color:inherit}.ico--chip{color:var(--accent-color)}.ico--section{color:inherit}.ico--package{color:var(--text-muted);opacity:.92}.ico--favorite{color:inherit}.ico--btn{color:inherit}.ico--close{color:inherit}.ico--muted{color:var(--accent-color);opacity:.92}.ico--broom{color:var(--accent-color)}.action-btn--limpiar .ico--broom,.action-btn--limpiar svg.ico--broom{width:16px!important;height:16px!important}.action-buttons{display:flex;gap:.75rem;flex-shrink:0}.ico--cat-select{color:var(--accent-color)}.ico--oferta{color:inherit}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:100px;background:#f7faf4;border:var(--card-border);color:var(--text-primary);font-weight:800;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:var(--card-shadow);font-family:Outfit,sans-serif}button.action-btn{margin:0;appearance:none;-webkit-appearance:none}.action-btn svg{display:block;flex-shrink:0;color:var(--accent-color)}.action-btn--limpiar{text-decoration:none;justify-content:center}.filter-btn{border-radius:12px;border:var(--card-border);background:#f7faf4;color:var(--text-primary);font-family:Outfit,sans-serif;font-size:.95rem;box-shadow:var(--card-shadow);transition:border-color .2s ease,box-shadow .2s ease}.card{background:#fff;border:var(--card-border);border-radius:28px;overflow:hidden;transition:all .5s cubic-bezier(.25, .8, .25, 1);display:flex;flex-direction:column;height:100%;position:relative;box-shadow:var(--card-shadow);transition:border-color .2s ease,box-shadow .2s ease,transform .35s cubic-bezier(.4, 0, .2, 1)}.card-img-container{position:relative;width:100%;padding-bottom:60%;background:var(--surface-color-secondary);overflow:hidden}.card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25, .46, .45, .94);background:var(--surface-color-secondary)}.card-body{padding:1rem;flex:1;display:flex;flex-direction:column;background:#fff}.card-title{font-size:1.15rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.5px;line-height:1.2;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card-price{font-size:1.4rem;font-weight:700;color:#80bf28;font-family:Outfit,Inter,sans-serif;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.btn-add{width:100%;background:var(--btn-gradient);color:#fff;border:none;padding:.75rem;border-radius:12px;font-weight:800;font-size:.9rem;font-family:Outfit,sans-serif;cursor:pointer;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;box-shadow:0 4px 14px rgba(128,191,40,.22)}.btn-add::before{display:none}.btn-add:active{transform:scale(.96)}.btn-favorite{position:absolute;top:12px;right:12px;background:rgba(246,250,242,.92);border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);box-shadow:0 4px 10px rgba(0,0,0,.1);transition:all .3s cubic-bezier(.4, 0, .2, 1);z-index:10;backdrop-filter:blur(4px)}.btn-favorite.active{color:var(--red-color)}.btn-favorite.active .ico,.btn-favorite.active svg{color:var(--red-color)}.btn-favorite.active svg path{fill:currentColor}.presentation-badge{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;z-index:10;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.15);font-family:Outfit,sans-serif;font-weight:800;text-align:center}.pb-top{background:var(--primary-color);color:var(--text-on-accent);padding:4px 8px;font-size:.85rem}.pb-bottom{background:var(--surface-color-secondary);color:var(--text-primary);padding:3px 8px;font-size:.7rem;border:var(--outline-default);border-top:none;border-radius:0 0 8px 8px}.badge{padding:.5rem 1rem;border-radius:12px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid var(--glass-border);box-shadow:var(--shadow-md);z-index:10}.badge-gold{background:rgba(208,144,32,.14);color:var(--gold-color);box-shadow:none;border-color:rgba(208,144,32,.28)}.badge-red{background:#c84030;color:#fff;box-shadow:0 4px 15px rgba(200,64,48,.35)}.badge-green{background:#80bf28;color:#fff;box-shadow:0 4px 15px rgba(128,191,40,.35)}.badge-gray{background:rgba(100,116,139,.9);color:var(--text-on-accent);box-shadow:0 4px 15px rgba(100,116,139,.4)}.customer-app-shell{width:100%;max-width:100%;margin:0;padding:var(--customer-header-stack) 0 0;position:relative;box-sizing:border-box;overflow:visible}.customer-main{width:100%;max-width:100%;box-sizing:border-box;outline:0;min-height:40vh}.customer-main:focus-visible{outline:2px solid var(--accent-color);outline-offset:3px}.cart-sidebar.customer-cart{--surface-color:var(--cart-surface);--surface-color-secondary:var(--cart-surface-secondary);--text-primary:var(--cart-text-primary);--text-secondary:var(--cart-text-secondary);--text-muted:var(--cart-text-muted);--border-color:var(--cart-border);container-type:inline-size;container-name:customer-cart;position:fixed;top:0;right:0;width:min(450px,100vw);height:100vh;height:100dvh;z-index:2100;transform:translateX(100%);transition:transform var(--customer-cart-duration-side) var(--customer-cart-ease),background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;box-shadow:var(--cart-shadow-side);background-color:var(--cart-surface);color:var(--cart-text-primary);border-left:2px solid rgba(var(--accent-rgb),.55);display:flex;flex-direction:column;min-height:0}.cart-sidebar.customer-cart.glass{background:var(--cart-surface);backdrop-filter:none;-webkit-backdrop-filter:none}.customer-cart__header{flex-shrink:0;position:relative;z-index:2;padding:1.35rem 1.25rem 1.15rem;min-height:5.25rem;display:flex;justify-content:space-between;align-items:center;gap:.85rem;border-bottom:1px solid var(--border-color);background:var(--cart-header-bg);box-shadow:0 1px 0 rgba(var(--accent-rgb),.08)}.customer-cart__header-main{display:flex;align-items:center;gap:1rem;min-width:0;flex:1 1 auto;padding-top:.15rem}.customer-cart__title-mark{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:14px;background:linear-gradient(145deg,rgba(var(--accent-rgb),.28) 0,rgba(var(--accent-rgb),.12) 100%);border:1px solid rgba(var(--accent-rgb),.42);color:var(--accent-color);flex-shrink:0;box-shadow:0 2px 8px rgba(var(--shadow-rgb),.12),inset 0 1px 0 rgba(255,255,255,.12)}[data-theme=dark] .customer-cart__title-mark{color:var(--text-on-accent);background:linear-gradient(145deg,rgba(var(--accent-rgb),.55) 0,rgba(var(--accent-rgb),.22) 100%);box-shadow:0 4px 14px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.15)}.customer-cart__title-mark .ico,.customer-cart__title-mark i,.customer-cart__title-mark svg{width:1.35rem;height:1.35rem;stroke-width:2.25px;display:block}.customer-cart__title-copy{display:flex;flex-direction:column;gap:.35rem;min-width:0;padding-top:.1rem}.customer-cart__title-text{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:-.03em;line-height:1.25;color:var(--cart-text-primary)}.customer-cart__header-sub{margin:0;font-family:Outfit,Inter,sans-serif;font-size:.78rem;font-weight:500;color:var(--cart-text-muted);line-height:1.35}.customer-cart__close{display:inline-flex;align-items:center;justify-content:center;background:rgba(var(--accent-rgb),.08);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;padding:.4rem;border-radius:10px;transition:background .15s ease,color .15s ease,border-color .15s ease;flex-shrink:0}.customer-cart__close .ico,.customer-cart__close svg{width:1.15rem;height:1.15rem;display:block;color:inherit}.customer-cart__collapse{display:none}#cart-fragment-root{display:flex;flex-direction:column;gap:1.5rem;width:100%}#cart-fragment-root>.customer-cart-error{margin-bottom:.15rem}.customer-cart__total-band{border-radius:14px;padding:.85rem 1rem;margin-bottom:.85rem;background:var(--cart-footer-band-bg);border:1px solid rgba(var(--accent-rgb),.22)}.customer-cart__total-band--peek{display:flex;align-items:center;width:100%;box-sizing:border-box;margin-bottom:0;flex-shrink:0}.customer-cart__peek-strip{display:flex;align-items:stretch;gap:.45rem;width:100%;flex-shrink:0}.customer-cart__peek-total-box{flex:1 1 auto;min-width:0;display:flex;align-items:center;padding:.72rem .9rem;border-radius:14px;background:var(--cart-footer-band-bg);border:1px solid rgba(var(--accent-rgb),.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.customer-cart__total-row--peek{width:100%;align-items:center}.customer-cart__peek-count{color:var(--cart-text-secondary);font-weight:700;font-size:clamp(.78rem, 3.2vw, .88rem);letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.customer-cart__peek-toggle-box{flex:0 0 3.15rem;width:3.15rem;min-height:3.15rem;display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border-radius:14px;border:1px solid rgba(var(--accent-rgb),.32);background:var(--cart-mobile-peek-bg,var(--cart-footer-band-bg));color:var(--cart-mobile-peek-chevron,rgba(26,46,18,.55));cursor:pointer;touch-action:manipulation;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 2px 10px rgba(var(--shadow-rgb),.06);transition:border-color .2s ease,background .2s ease,color .2s ease,transform .15s ease}.customer-cart__peek-toggle-box:active{transform:scale(.96)}.customer-cart__peek-chevron{display:inline-flex;align-items:center;justify-content:center;color:inherit;transform:rotate(180deg);transition:transform .24s var(--customer-cart-ease, ease);flex-shrink:0}.customer-cart.customer-cart--drawer-open .customer-cart__peek-chevron{transform:rotate(0)}.customer-cart__peek-chevron .ico,.customer-cart__peek-chevron svg{width:1.15rem!important;height:1.15rem!important;display:block}.customer-cart__total-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin:0}.customer-cart__total-label{color:var(--cart-text-secondary);font-weight:600;font-size:.88rem;text-transform:uppercase;letter-spacing:.05em}.customer-cart__total-amount{font-size:1.35rem!important;line-height:1.1}[data-theme=dark] .customer-cart__total-amount{text-shadow:0 0 14px rgba(var(--accent-rgb),.4)}.customer-cart__btn-cta{width:100%;justify-content:center}.customer-cart__mobile-bar{display:none}@media (max-width:768px){#cart-sidebar.customer-cart{display:flex;flex-direction:column;top:auto;bottom:var(--customer-bottom-nav-offset,0);left:0;right:0;width:100%;max-width:100%;height:auto;max-height:min(88dvh,92vh);min-height:0;border-left:none;border-top:2px solid var(--accent-color);border-radius:18px 18px 0 0;box-shadow:var(--cart-shadow-sheet);z-index:2110;transition:transform var(--customer-cart-duration-sheet) var(--customer-cart-ease),max-height var(--customer-cart-duration-collapse) var(--customer-cart-ease),visibility 0s linear var(--customer-cart-duration-sheet)}#cart-sidebar.customer-cart:not(:is(.active,.customer-cart--peek,.customer-cart--slide-out)){transform:translate3d(0,calc(100% + 2px),0);visibility:hidden;pointer-events:none}#cart-sidebar.customer-cart:is(.active,.customer-cart--peek,.customer-cart--slide-out){transform:translate3d(0,0,0);visibility:visible;pointer-events:auto;transition:transform var(--customer-cart-duration-sheet) var(--customer-cart-ease),max-height var(--customer-cart-duration-collapse) var(--customer-cart-ease),visibility 0s}#cart-sidebar.customer-cart.customer-cart--slide-out{transform:translate3d(0,calc(100% + 2px),0);pointer-events:none}#cart-sidebar.customer-cart:is(.active,.customer-cart--peek):not(.customer-cart--drawer-open){max-height:var(--customer-cart-mobile-peek-stack,var(--customer-cart-tablet-peek-stack));justify-content:flex-end}#cart-sidebar.customer-cart.customer-cart--confirm-hidden:is(.active,.customer-cart--peek):not(.customer-cart--drawer-open){max-height:var(--customer-cart-mobile-peek-compact,4.25rem)}#cart-sidebar.customer-cart:is(.active,.customer-cart--peek).customer-cart--drawer-open{max-height:min(88dvh,92vh);justify-content:flex-start}#cart-sidebar.customer-cart:not(.customer-cart--drawer-open) .customer-cart__header{max-height:0;min-height:0;padding-top:0;padding-bottom:0;opacity:0;overflow:hidden;border-bottom-width:0}#cart-sidebar.customer-cart:not(.customer-cart--drawer-open) .customer-cart__collapse{display:none!important}#cart-sidebar.customer-cart:not(.customer-cart--drawer-open)>[class*=drawer-body]{flex:0 0 auto;max-height:0;min-height:0;overflow:hidden;opacity:0}#cart-sidebar.customer-cart:not(.customer-cart--drawer-open) [class*=footer--desktop]{display:none!important}#cart-sidebar.customer-cart.customer-cart--drawer-open [class*=footer--desktop]{display:block!important}#cart-sidebar.customer-cart #customer-cart-mobile-bar{display:flex;flex-direction:column;gap:.65rem;padding:.65rem .85rem .85rem;flex-shrink:0;border-top:1px solid var(--cart-border);background:var(--cart-surface)}#cart-sidebar.customer-cart:is(.active,.customer-cart--peek):not(.customer-cart--drawer-open):not(.customer-cart--confirm-hidden) #customer-cart-mobile-bar{gap:.65rem;padding:.65rem .85rem .85rem}#cart-sidebar.customer-cart:is(.active,.customer-cart--peek):not(.customer-cart--drawer-open):not(.customer-cart--confirm-hidden) .customer-cart__btn-cta--mobile,#cart-sidebar.customer-cart:is(.active,.customer-cart--peek):not(.customer-cart--drawer-open):not(.customer-cart--confirm-hidden) .customer-cart__btn-pagar,#cart-sidebar.customer-cart:is(.active,.customer-cart--peek):not(.customer-cart--drawer-open):not(.customer-cart--confirm-hidden) .customer-cart__mobile-form{display:flex;width:100%}#cart-sidebar.customer-cart.customer-cart--confirm-hidden:is(.active,.customer-cart--peek):not(.customer-cart--drawer-open) #customer-cart-mobile-bar{gap:0;padding-top:.55rem;padding-bottom:.55rem}body.customer-body:has(#cart-sidebar.customer-cart:is(.active,.customer-cart--peek)) #customer-main{padding-bottom:calc(var(--customer-bottom-nav-offset,0px) + var(--customer-cart-mobile-peek-stack,8.75rem))}}.customer-modal-close-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid rgba(150,208,50,.28);border-radius:999px;background:rgba(150,208,50,.08);color:var(--text-secondary,#4a5568);cursor:pointer;font-size:1.35rem;line-height:1;transition:background .15s ease,border-color .15s ease}.customer-modal-close-btn svg{width:18px;height:18px}.customer-modal-close-btn .customer-modal-close-fallback{display:none}.customer-modal-close-btn:not(:has(svg)) .customer-modal-close-fallback{display:block}[data-theme=dark] .customer-modal-close-btn{color:#fff;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.08)}[data-theme=dark] .customer-modal-close-btn svg{color:#fff;stroke:#ffffff}.customer-cart__mobile-row{display:flex;align-items:stretch;gap:.35rem;width:100%}.customer-cart__mobile-toggle{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:0;padding:.55rem .75rem;border:1px solid var(--cart-mobile-peek-border);border-radius:14px;background:var(--cart-mobile-peek-bg);color:var(--cart-mobile-peek-text);font-family:Outfit,Inter,sans-serif;font-size:.92rem;font-weight:700;cursor:pointer;text-align:left;touch-action:manipulation;transition:background .2s ease,color .2s ease,border-color .2s ease}.customer-cart__mobile-toggle-left{display:inline-flex;align-items:center;gap:.4rem;min-width:0}.customer-cart__mobile-toggle-left svg{flex-shrink:0;width:1.1rem;height:1.1rem}.customer-cart__mobile-total{font-size:.95rem;flex-shrink:0;font-variant-numeric:tabular-nums;color:var(--accent-color)}.customer-cart__mobile-chevron{display:flex;align-items:center;flex-shrink:0;transition:transform .22s ease,color .2s ease;color:var(--cart-mobile-peek-chevron)}.customer-cart.customer-cart--drawer-open .customer-cart__mobile-chevron{transform:rotate(180deg)}.customer-cart__mobile-hide-eye svg{width:1.2rem;height:1.2rem}.customer-cart__mobile-close{flex-shrink:0;align-self:center;padding:.5rem;min-width:2.75rem;min-height:2.75rem;border:none;background:0 0;color:var(--text-muted);cursor:pointer;border-radius:10px;transition:color .2s ease,background .2s ease}.customer-cart__mobile-hide-eye{display:flex;align-items:center;justify-content:center;transform-origin:center}.customer-cart__mobile-form{margin:0}.customer-cart__btn-cta--mobile{width:100%}.overlay-bg{position:fixed;inset:0;background:var(--cart-overlay);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:2050;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--customer-cart-duration-overlay) ease,visibility 0s linear var(--customer-cart-duration-overlay)}.overlay-bg.active{opacity:1;visibility:visible;pointer-events:auto;transition:opacity var(--customer-cart-duration-overlay) ease,visibility 0s}@media (min-width:769px){.customer-app-shell{display:block;min-height:0;width:100%;box-sizing:border-box}.customer-app-shell--cart-open{display:block}.customer-app-shell>#customer-main{min-width:0;margin-right:0;box-sizing:border-box;width:auto;max-width:100%;transition:margin-right var(--customer-cart-duration-side) var(--customer-cart-ease)}.customer-app-shell--cart-open>#customer-main{width:calc(100% - var(--customer-cart-width-wide));max-width:calc(100% - var(--customer-cart-width-wide));margin-right:var(--customer-cart-width-wide);min-width:0}.customer-app-shell--cart-open>#cart-overlay{display:none!important}.customer-app-shell--cart-open .customer-main>.container{max-width:100%}}.bottom-nav{--nav-bg:#000000;--text-muted:rgba(255, 255, 255, 0.42);--text-primary:#f0f7e6;--border-color:rgba(150, 208, 50, 0.2);--accent-color:#96d032;--accent-glow:rgba(150, 208, 50, 0.55);position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;box-sizing:border-box;height:72px;background:#000;backdrop-filter:none;-webkit-backdrop-filter:none;border-top:1px solid rgba(150,208,50,.14);display:none;justify-content:space-around;align-items:center;z-index:2000;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -10px 36px rgba(0,0,0,.62)}.bottom-nav-link{display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgba(240,247,230,.82);text-decoration:none;font-size:.65rem;font-weight:700;gap:6px;flex:1 1 0;min-width:0;height:100%;padding:.35rem .5rem;border-radius:10px;margin:0 .15rem;transition:all .25s ease}.bottom-nav-link i,.bottom-nav-link svg,.bottom-nav-link__ico,.bottom-nav-link__ico .ico,.bottom-nav-link__ico svg{width:24px;height:24px;display:block;flex-shrink:0;transition:all .3s ease}.bottom-nav-link__ico{display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:1}.bottom-nav-link__ico .ico,.bottom-nav-link__ico svg{color:inherit;stroke:currentColor}.bottom-nav-link.active .bottom-nav-link__ico,.bottom-nav-link.active .bottom-nav-link__ico .ico,.bottom-nav-link.active .bottom-nav-link__ico svg,.bottom-nav-link.active i,.bottom-nav-link.active svg{transform:translateY(-4px) scale(1.1);filter:drop-shadow(0 4px 8px var(--accent-glow))}.bottom-nav-link.active{color:#fff;background:var(--nav-active-bg);box-shadow:var(--nav-active-shadow)}.bottom-nav .customer-nav-cart-icon-wrap{width:24px;height:24px}.bottom-nav .customer-nav-cart-badge{top:-6px;right:-8px}.customer-primary-nav{display:none;flex:1 1 auto;min-width:0;background:0 0;border:none;box-shadow:none;justify-self:center;width:100%;max-width:min(1040px,100%)}.customer-primary-nav__inner{width:100%;max-width:none;margin:0;padding:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:.28rem;flex-wrap:nowrap}.customer-primary-nav .bottom-nav-link{width:auto;flex:0 1 auto;flex-direction:row;align-items:center;justify-content:center;min-width:0;height:auto;gap:.35rem;padding:.48rem .72rem;margin:0;border:none;border-radius:999px;background:0 0;box-shadow:none;font-family:Outfit,sans-serif;font-size:clamp(.78rem, 1.5vw, .86rem);font-weight:600;letter-spacing:.01em;color:rgba(240,247,230,.88);transition:color .2s ease,background .2s ease,box-shadow .2s ease}.customer-primary-nav .bottom-nav-link i,.customer-primary-nav .bottom-nav-link svg,.customer-primary-nav .bottom-nav-link__ico,.customer-primary-nav .bottom-nav-link__ico .ico,.customer-primary-nav .bottom-nav-link__ico svg{width:clamp(18px,2.2vw,22px);height:clamp(18px,2.2vw,22px);flex-shrink:0;display:block}.customer-primary-nav .bottom-nav-link__ico{display:inline-flex;align-items:center;justify-content:center}.customer-primary-nav .bottom-nav-link>span:not([data-cart-count-badge]):not(.customer-nav-cart-icon-wrap):not(.bottom-nav-link__ico){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-primary-nav .bottom-nav-link.active{color:#fff;background:var(--nav-active-bg);box-shadow:var(--nav-active-shadow)}.customer-primary-nav .bottom-nav-link.active .bottom-nav-link__ico,.customer-primary-nav .bottom-nav-link.active .bottom-nav-link__ico .ico,.customer-primary-nav .bottom-nav-link.active .bottom-nav-link__ico svg,.customer-primary-nav .bottom-nav-link.active i,.customer-primary-nav .bottom-nav-link.active svg{transform:none;filter:drop-shadow(0 0 6px var(--accent-glow))}@media (min-width:769px){.customer-primary-nav{display:flex}:root{--customer-header-stack:6.25rem}}input,select,textarea{background:var(--surface-color);border:var(--outline-default);color:var(--text-primary);padding:.75rem 1rem;border-radius:12px;font-family:Outfit,sans-serif;transition:all .3s ease;width:100%}input:focus,select:focus,textarea:focus{outline:0;border:2px solid var(--accent-color);box-shadow:0 0 0 3px var(--accent-glow)}.table-container{background:var(--surface-color);border-radius:20px;padding:1.5rem;box-shadow:var(--shadow-md);overflow-x:auto;border:var(--outline-default)}.customer-cart-error,.error-msg{margin:.65rem 0 .75rem;padding:.65rem .85rem;border-radius:12px;border:2px solid rgba(200,64,48,.45);background:rgba(200,64,48,.1);color:var(--red-color,#c84030);font-size:.875rem;font-weight:600;line-height:1.4}.customer-nav-icon{position:relative}.customer-nav-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--red-color,#c84030);color:#fff;font-size:.625rem;font-weight:700;line-height:16px;text-align:center}.customer-nav-badge--dot{min-width:10px;width:10px;height:10px;padding:0;top:-2px;right:-2px;z-index:5;box-shadow:0 0 0 2px #000}.bottom-nav-link__ico-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:visible;flex-shrink:0;z-index:1}.bottom-nav .bottom-nav-link__ico-wrap .customer-nav-badge--dot{top:-2px;right:-4px}.bottom-nav .bottom-nav-link__ico-wrap .customer-nav-badge[hidden],.bottom-nav .bottom-nav-link__ico-wrap[hidden]{display:none!important}.bottom-nav .bottom-nav-link__ico-wrap .customer-nav-badge:not([hidden]){display:block!important}.customer-aviso-card{display:grid;grid-template-columns:auto auto 1fr auto;gap:.85rem;align-items:start;padding:1rem 1.1rem;border-radius:16px;border:1px solid rgba(var(--accent-rgb),.2);background:linear-gradient(165deg,rgba(255,255,255,.98) 0,rgba(247,250,244,.95) 100%);box-shadow:0 8px 24px rgba(26,38,18,.07);color:var(--text-primary)}.customer-aviso-card--nuevo{border-color:rgba(var(--accent-rgb),.45);box-shadow:0 0 0 1px rgba(var(--accent-rgb),.16),0 10px 28px rgba(var(--accent-rgb),.1)}.customer-aviso-card__icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:10px;background:rgba(var(--accent-rgb),.14);color:var(--accent-color)}.customer-aviso-card__title{font-size:.9375rem;font-weight:700;margin:0 0 .25rem;color:var(--text-primary)}.customer-aviso-card__text{margin:0 0 .35rem;font-size:.875rem;color:var(--text-secondary)}.customer-aviso-card__time{font-size:.75rem;color:var(--text-muted)}.customer-aviso-card__link{align-self:center;font-size:.8125rem;font-weight:700;color:var(--accent-color);text-decoration:none;white-space:nowrap;padding:.35rem .65rem;border-radius:999px;border:1px solid rgba(var(--accent-rgb),.28);background:rgba(var(--accent-rgb),.08);transition:background .15s ease,color .15s ease,border-color .15s ease}.customer-aviso-card__pick{display:flex;align-items:flex-start;padding-top:.15rem;cursor:pointer}.customer-aviso-card__check{width:1.05rem;height:1.05rem;margin:0;accent-color:var(--accent-color);cursor:pointer}[data-theme=dark] .customer-aviso-card{background:linear-gradient(165deg,rgba(18,28,20,.98) 0,rgba(12,20,14,.96) 100%);border-color:rgba(168,220,72,.22);box-shadow:0 10px 28px rgba(0,0,0,.32);color:#f0f7e6}[data-theme=dark] .customer-aviso-card--nuevo{border-color:rgba(168,220,72,.42);box-shadow:0 0 0 1px rgba(168,220,72,.14),0 12px 32px rgba(0,0,0,.38)}[data-theme=dark] .customer-aviso-card__title{color:#f0f7e6}[data-theme=dark] .customer-aviso-card__text{color:rgba(210,230,190,.82)}[data-theme=dark] .customer-aviso-card__time{color:rgba(195,220,170,.58)}[data-theme=dark] .customer-aviso-card__icon{background:rgba(168,220,72,.14);color:#b8e84a}[data-theme=dark] .customer-aviso-card__link{color:#d8f0a8;border-color:rgba(168,220,72,.3);background:rgba(168,220,72,.1)}.btn-outline-accent{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:999px;border:1px solid rgba(128,191,40,.45);background:#fff;color:#80bf28;font-weight:700;font-family:Outfit,sans-serif;text-decoration:none;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.customer-nav-cart-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:visible;width:clamp(18px,2.2vw,22px);height:clamp(18px,2.2vw,22px)}.customer-nav-cart-icon-wrap i,.customer-nav-cart-icon-wrap svg{width:100%;height:100%;display:block}.customer-nav-cart-toggle{overflow:visible}.customer-primary-nav .customer-nav-cart-icon-wrap,.customer-primary-nav .customer-nav-cart-toggle{overflow:visible}.customer-nav-cart-badge{position:absolute;top:-7px;right:-9px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#80bf28;color:#fff;font-size:.625rem;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;border:2px solid #07131d;box-shadow:0 2px 10px rgba(128,191,40,.55);pointer-events:none}[data-theme=dark] .customer-nav-cart-badge{border-color:#07131d}.puntos-banner__icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:3.1rem;height:3.1rem;background:linear-gradient(145deg,rgba(128,191,40,.22) 0,rgba(128,191,40,.08) 100%);border:1.5px solid rgba(128,191,40,.34);padding:0;border-radius:14px;box-shadow:0 6px 16px rgba(128,191,40,.16),inset 0 1px 0 rgba(255,255,255,.55);color:#6a981f}.puntos-banner__icon-wrap .ico,.puntos-banner__icon-wrap svg{width:1.45rem!important;height:1.45rem!important;color:#8a6a08;filter:drop-shadow(0 1px 2px rgba(255, 255, 255, .35))}.puntos-banner__label{font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(61,82,48,.72);line-height:1.2}.puntos-banner__meta{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.38rem;flex-shrink:0;text-align:right;padding-left:.85rem;border-left:1px solid rgba(128,191,40,.24);position:relative;z-index:1}.puntos-banner__cta{display:inline-flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-size:.78rem;font-weight:800;letter-spacing:.02em;color:#1a2612;line-height:1.2;white-space:nowrap;padding:.42rem .85rem;border-radius:999px;text-decoration:none;background:linear-gradient(135deg,rgba(232,176,32,.22) 0,rgba(128,191,40,.16) 100%);border:1px solid rgba(200,146,10,.28);box-shadow:0 2px 8px rgba(200,146,10,.1);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.puntos-banner__hint{display:inline-flex;align-items:center;font-family:Outfit,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.02em;color:rgba(61,82,48,.82);line-height:1.2;white-space:nowrap;padding:.28rem .62rem;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(128,191,40,.2)}.puntos-banner__rule{display:inline-flex;align-items:center;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.02em;color:#1a2612;line-height:1.2;white-space:nowrap;padding:.32rem .68rem;border-radius:999px;background:linear-gradient(135deg,rgba(232,176,32,.22) 0,rgba(128,191,40,.16) 100%);border:1px solid rgba(200,146,10,.28);box-shadow:0 2px 8px rgba(200,146,10,.1)}.card-category{font-size:.72rem;color:#6b8558;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.card-price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.85rem}.card-price-old{font-size:.875rem;color:#6b8558;text-decoration:line-through}.card-img-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#6b8558;background:#f7faf4}.card-status-badge{position:absolute;top:10px;left:10px;z-index:8;padding:.28rem .55rem;border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.card-status-badge--ok{background:#80bf28;color:#fff}.card-status-badge--pocas{background:rgba(208,144,32,.95);color:#fff}.card-status-badge--agotado{background:rgba(100,116,139,.95);color:#fff}.card-promo-ribbon{position:absolute;top:10px;right:10px;z-index:8;padding:.28rem .5rem;border-radius:8px;background:#c84030;color:#fff;font-size:.72rem;font-weight:800}.card-footer-actions{display:flex;align-items:stretch;gap:.5rem;margin-top:auto}.card-qty-stepper{display:inline-flex;align-items:center;gap:.15rem;padding:.15rem;border-radius:12px;border:1px solid #d4ecd0;background:#f7faf4;flex:0 0 auto}.card-qty-btn{width:2rem;height:2rem;border:none;border-radius:10px;background:0 0;color:#1a2612;font-size:1rem;font-weight:700;cursor:pointer}.card-qty-val{min-width:1.5rem;text-align:center;font-weight:700;font-size:.9rem}.btn-add--compact{flex:1 1 auto;margin-top:0;padding:.65rem .75rem;font-size:.82rem}.btn-add--compact span{white-space:nowrap}.customer-trust-bar{margin-top:2.5rem;padding:1.5rem 0 .5rem;border-top:1px solid #d4ecd0}.customer-trust-bar__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.customer-trust-bar__item{display:flex;align-items:flex-start;gap:.75rem}.customer-trust-bar__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:12px;background:rgba(128,191,40,.1);flex-shrink:0}.customer-trust-bar__title{display:block;font-size:.92rem;color:#1a2612;margin-bottom:.15rem}.customer-trust-bar__desc{margin:0;font-size:.78rem;color:#6b8558}.customer-guest-gate__mock-favoritos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;padding:.35rem}.customer-guest-gate__mock-product{display:flex;flex-direction:column;gap:.45rem;padding:.65rem;border-radius:14px;background:var(--card-bg,#fff);border:1px solid rgba(var(--accent-rgb),.16)}.customer-guest-gate__mock-product-thumb{display:block;width:100%;aspect-ratio:1;border-radius:10px;background:rgba(var(--accent-rgb),.1)}.customer-guest-gate__mock-product-line{display:block;height:8px;border-radius:999px;background:rgba(var(--accent-rgb),.12);width:88%}.customer-guest-gate__mock-product-line--short{width:55%}.customer-guest-gate__mock-product--short{grid-column:span 1}.real-leaf{position:absolute;background-size:contain;background-repeat:no-repeat;background-position:center;mix-blend-mode:normal;transform-origin:center center;will-change:transform;--leaf-rot:0deg;--leaf-scale:1;--leaf-skew-x:0deg;--leaf-skew-y:0deg;--leaf-hue:0deg;--leaf-sat:1;transform:rotate(var(--leaf-rot)) scale(var(--leaf-scale)) skew(var(--leaf-skew-x),var(--leaf-skew-y))}.real-leaf::before{display:none}.leaf-back{--leaf-base-op:0.35;opacity:var(--leaf-base-op);filter:blur(1px) brightness(.65) saturate(calc(var(--leaf-sat) * 1.15)) contrast(1.15) hue-rotate(var(--leaf-hue)) drop-shadow(0 6px 10px rgba(0, 0, 0, .55)) drop-shadow(0 0 8px rgba(128, 191, 40, .15));z-index:1}.leaf-mid{--leaf-base-op:0.55;opacity:var(--leaf-base-op);filter:blur(.5px) brightness(.75) saturate(calc(var(--leaf-sat) * 1.2)) contrast(1.2) hue-rotate(var(--leaf-hue)) drop-shadow(0 8px 14px rgba(0, 0, 0, .6)) drop-shadow(0 0 10px rgba(128, 191, 40, .22));z-index:2}.leaf-front{--leaf-base-op:0.75;opacity:var(--leaf-base-op);filter:blur(.15px) brightness(.85) saturate(calc(var(--leaf-sat) * 1.25)) contrast(1.25) hue-rotate(var(--leaf-hue)) drop-shadow(0 12px 20px rgba(0, 0, 0, .65)) drop-shadow(0 0 12px rgba(128, 191, 40, .28));z-index:3}.leaf-1{background-image:url("../img/leaves/coca-leaf-01.d7d6786ad720.png");width:96px;height:128px;left:4%;top:26%;--leaf-rot:-28deg;--leaf-scale:1.25;--leaf-skew-x:5deg;--leaf-skew-y:-2deg;--leaf-hue:-8deg;--leaf-sat:0.95}.leaf-2{background-image:url("../img/leaves/coca-leaf-02.172667965214.png");width:62px;height:92px;left:18%;top:66%;--leaf-rot:22deg;--leaf-scale:0.85;--leaf-skew-x:-3deg;--leaf-skew-y:6deg;--leaf-hue:5deg;--leaf-sat:1.05}.leaf-3{background-image:url("../img/leaves/coca-leaf-03.b17682aff801.png");width:78px;height:112px;left:82%;top:18%;--leaf-rot:38deg;--leaf-scale:1.05;--leaf-skew-x:7deg;--leaf-skew-y:3deg;--leaf-hue:-12deg;--leaf-sat:0.9}.leaf-4{background-image:url("../img/leaves/coca-leaf-04.03819bc5f90a.png");width:52px;height:82px;left:93%;top:58%;--leaf-rot:-18deg;--leaf-scale:0.72;--leaf-skew-x:-6deg;--leaf-skew-y:-4deg;--leaf-hue:8deg;--leaf-sat:1.1}.leaf-5{background-image:url("../img/leaves/coca-leaf-03.b17682aff801.png");width:38px;height:58px;left:34%;top:10%;--leaf-rot:-35deg;--leaf-scale:0.58;--leaf-skew-x:3deg;--leaf-skew-y:-3deg;--leaf-hue:-4deg;--leaf-sat:1.0}.leaf-6{background-image:url("../img/leaves/coca-leaf-04.03819bc5f90a.png");width:68px;height:100px;left:52%;top:72%;--leaf-rot:12deg;--leaf-scale:0.9;--leaf-skew-x:-3deg;--leaf-skew-y:5deg;--leaf-hue:12deg;--leaf-sat:0.85}.leaf-7{background-image:url("../img/leaves/coca-leaf-02.172667965214.png");width:56px;height:84px;left:68%;top:44%;--leaf-rot:45deg;--leaf-scale:0.78;--leaf-skew-x:6deg;--leaf-skew-y:2deg;--leaf-hue:-10deg;--leaf-sat:1.0}.leaf-8{background-image:url("../img/leaves/coca-leaf-01.d7d6786ad720.png");width:34px;height:52px;left:8%;top:38%;--leaf-rot:-18deg;--leaf-scale:0.52;--leaf-skew-x:-4deg;--leaf-skew-y:-3deg;--leaf-hue:6deg;--leaf-sat:0.95}.leaf-9{background-image:url("../img/leaves/coca-leaf-02.172667965214.png");width:44px;height:66px;left:25%;top:15%;--leaf-rot:-12deg;--leaf-scale:0.62;--leaf-skew-x:4deg;--leaf-skew-y:-6deg;--leaf-hue:-6deg;--leaf-sat:1.05}.leaf-10{background-image:url("../img/leaves/coca-leaf-04.03819bc5f90a.png");width:40px;height:60px;left:75%;top:8%;--leaf-rot:30deg;--leaf-scale:0.58;--leaf-skew-x:-7deg;--leaf-skew-y:4deg;--leaf-hue:10deg;--leaf-sat:0.9}.leaf-11{background-image:url("../img/leaves/coca-leaf-01.d7d6786ad720.png");width:60px;height:85px;left:12%;top:48%;--leaf-rot:-20deg;--leaf-scale:0.82;--leaf-skew-x:5deg;--leaf-skew-y:3deg;--leaf-hue:-15deg;--leaf-sat:0.85}.leaf-12{background-image:url("../img/leaves/coca-leaf-03.b17682aff801.png");width:58px;height:88px;left:60%;top:30%;--leaf-rot:15deg;--leaf-scale:0.78;--leaf-skew-x:-4deg;--leaf-skew-y:-2deg;--leaf-hue:4deg;--leaf-sat:1.1}.leaf-13{background-image:url("../img/leaves/coca-leaf-02.172667965214.png");width:82px;height:118px;left:42%;top:22%;--leaf-rot:-10deg;--leaf-scale:1.15;--leaf-skew-x:3deg;--leaf-skew-y:7deg;--leaf-hue:-3deg;--leaf-sat:1.0}.leaf-14{background-image:url("../img/leaves/coca-leaf-04.03819bc5f90a.png");width:76px;height:108px;left:88%;top:35%;--leaf-rot:28deg;--leaf-scale:1.02;--leaf-skew-x:-6deg;--leaf-skew-y:3deg;--leaf-hue:14deg;--leaf-sat:0.95}.leaf-15{background-image:url("../img/leaves/coca-leaf-01.d7d6786ad720.png");width:90px;height:122px;left:28%;top:55%;--leaf-rot:-35deg;--leaf-scale:1.2;--leaf-skew-x:7deg;--leaf-skew-y:-4deg;--leaf-hue:-8deg;--leaf-sat:1.05}.leaf-16{background-image:url("../img/leaves/coca-leaf-03.b17682aff801.png");width:72px;height:104px;left:72%;top:60%;--leaf-rot:-5deg;--leaf-scale:0.95;--leaf-skew-x:-3deg;--leaf-skew-y:-5deg;--leaf-hue:8deg;--leaf-sat:1.0}.leaf-anim-float{animation:leafFloatUp 11s ease-in-out infinite}.leaf-anim-sway{animation:leafSwayHoriz 9s ease-in-out infinite}.leaf-anim-drift{animation:leafDriftRotate 13s ease-in-out infinite}.leaf-5.leaf-anim-sway{animation-duration:12s;animation-delay:-3s}.leaf-8.leaf-anim-float{animation-duration:14s;animation-delay:-5s}.leaf-2.leaf-anim-sway{animation-duration:10s;animation-delay:-2s}.leaf-6.leaf-anim-drift{animation-duration:12s;animation-delay:-4s}.leaf-7.leaf-anim-float{animation-duration:11s;animation-delay:-1s}.leaf-1.leaf-anim-float{animation-duration:10s;animation-delay:-2s}.leaf-3.leaf-anim-drift{animation-duration:12s;animation-delay:-3s}.leaf-4.leaf-anim-sway{animation-duration:11s;animation-delay:-4s}.leaf-9.leaf-anim-drift{animation-duration:13s;animation-delay:-6s}.leaf-10.leaf-anim-sway{animation-duration:12s;animation-delay:-1s}.leaf-11.leaf-anim-float{animation-duration:11s;animation-delay:-4s}.leaf-12.leaf-anim-drift{animation-duration:10s;animation-delay:-2s}.leaf-13.leaf-anim-sway{animation-duration:9s;animation-delay:-5s}.leaf-14.leaf-anim-float{animation-duration:12s;animation-delay:-3s}.leaf-15.leaf-anim-drift{animation-duration:11s;animation-delay:-7s}.leaf-16.leaf-anim-sway{animation-duration:10s;animation-delay:-2s}@media (prefers-reduced-motion:reduce){.real-leaf{animation:none}}.btn-outline-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:0 0;color:#fff;font-weight:700;font-family:Outfit,sans-serif;text-decoration:none;transition:background .2s ease,border-color .2s ease}[data-theme=dark] .btn-favorite{background:rgba(10,16,10,.82);border:1px solid rgba(255,255,255,.14);color:rgba(240,247,230,.88);box-shadow:0 4px 14px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.07);backdrop-filter:blur(10px)}[data-theme=dark] .btn-favorite.active{background:rgba(200,64,48,.28);border-color:rgba(248,113,113,.58);color:var(--red-color);box-shadow:0 4px 16px rgba(200,64,48,.38),inset 0 1px 0 rgba(255,255,255,.1)}[data-theme=dark] .btn-favorite.active .ico,[data-theme=dark] .btn-favorite.active svg{color:#ff8a8a;filter:drop-shadow(0 0 6px rgba(248, 113, 113, .45))}[data-theme=dark] .btn-favorite .ico--favorite{stroke:rgba(240,247,230,0.92)}[data-theme=dark] .btn-favorite.active .ico--favorite{fill:rgba(248,113,113,0.38);stroke:#ff8a8a}.card-price--detalle{font-size:.86rem;font-weight:700;color:var(--text-muted);letter-spacing:.01em}.card--producto-detalle{cursor:pointer}.card-img-container--detalle{cursor:zoom-in;position:relative}.card-img-container--detalle:focus-visible{outline:2px solid rgba(var(--cat-tone-rgb,150,208,50),.65);outline-offset:2px}.card-img-hint{position:absolute;left:50%;bottom:.65rem;z-index:3;transform:translateX(-50%) translateY(.35rem);padding:.28rem .72rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;color:#fff;background:rgba(20,28,12,.72);border:1px solid rgba(255,255,255,.22);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.coca-natural-showcase{grid-column:1/-1;width:100%;max-width:100%;min-width:0;margin:0 0 1.4rem;box-sizing:border-box}.coca-natural-showcase__shell{position:relative;border-radius:20px;padding:1px;background:linear-gradient(120deg,rgba(var(--cat-tone-rgb,150,208,50),.45),rgba(var(--cat-tone-rgb,150,208,50),.06) 45%,rgba(var(--cat-tone-rgb,150,208,50),.3));box-shadow:0 12px 36px rgba(0,0,0,.1);overflow:hidden}.coca-natural-showcase__orb{position:absolute;width:180px;height:80px;top:-20px;right:18%;border-radius:50%;pointer-events:none;filter:blur(40px);opacity:.35;background:rgba(var(--cat-tone-rgb,150,208,50),.4);z-index:0}.coca-natural-showcase__layout{position:relative;z-index:1;display:flex;align-items:stretch;gap:1.35rem;padding:1.05rem clamp(.85rem,2.5vw,1.55rem);border-radius:19px;min-width:0;background:radial-gradient(ellipse 70% 80% at 0 50%,rgba(var(--cat-tone-rgb,150,208,50),.08),transparent 55%),linear-gradient(90deg,rgba(255,255,255,.05) 0,rgba(0,0,0,.03) 100%)}.coca-natural-showcase__media-col{flex:0 0 auto;display:flex;align-items:center}.coca-natural-showcase__media-frame{position:relative;display:flex;align-items:center;justify-content:center;width:clamp(148px,30vw,210px);height:auto;aspect-ratio:601/975;padding:0;border-radius:16px;overflow:hidden;cursor:zoom-in;border:1px solid rgba(var(--cat-tone-rgb,150,208,50),.22);background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.06),rgba(0,0,0,.92) 72%);box-shadow:inset 0 0 24px rgba(0,0,0,.35);transition:transform .2s ease}.coca-natural-showcase__media-glow{position:absolute;inset:8% 0;pointer-events:none;border-radius:50%;background:radial-gradient(circle at 50% 45%,rgba(var(--cat-tone-rgb,150,208,50),.18),transparent 68%);z-index:0}.coca-natural-showcase__media-img-wrap{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.coca-natural-showcase__hero-img{width:100%;height:100%;object-fit:cover;object-position:center 42%;mix-blend-mode:normal;filter:drop-shadow(0 10px 22px rgba(0, 0, 0, .28));transition:transform .25s ease,filter .25s ease}.coca-natural-showcase__media-dot{position:absolute;top:.4rem;right:.4rem;z-index:2;width:.5rem;height:.5rem;border-radius:50%;background:#b8f045;box-shadow:0 0 0 2px rgba(8,12,6,.6),0 0 8px #b8f045}.coca-natural-showcase__main{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.65rem}.coca-natural-showcase__head{display:flex;align-items:center;margin-bottom:.15rem}.coca-natural-showcase__title{margin:0;font-size:clamp(1.25rem, 2.5vw, 1.65rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}.coca-natural-showcase__hojas-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.coca-natural-showcase__hoja{--cnh-bg:rgba(255, 255, 255, 0.06);--cnh-bd:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.22);--cnh-icon-bg:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.14);--cnh-icon-bd:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.22);--cnh-price:var(--catalog-jade-deep, #96d032);--cnh-hover-bg:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.12);--cnh-hover-bd:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.45);--cnh-shadow:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.14);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-height:5.25rem;padding:.85rem .65rem .8rem;border-radius:16px;border:1px solid var(--cnh-bd);background:var(--cnh-bg);color:inherit;text-align:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:border-color .18s,background .18s,transform .15s,box-shadow .18s}.coca-natural-showcase__hoja--agotado{opacity:.62;cursor:not-allowed}.coca-natural-showcase__hoja--economica{--cnh-bg:rgba(232, 168, 78, 0.14);--cnh-bd:rgba(232, 168, 78, 0.38);--cnh-icon-bg:rgba(232, 168, 78, 0.26);--cnh-icon-bd:rgba(232, 168, 78, 0.42);--cnh-price:#f0c060;--cnh-hover-bg:rgba(232, 168, 78, 0.22);--cnh-hover-bd:rgba(232, 168, 78, 0.55);--cnh-shadow:rgba(232, 168, 78, 0.22)}.coca-natural-showcase__hoja--pequena{--cnh-bg:rgba(72, 196, 170, 0.12);--cnh-bd:rgba(72, 196, 170, 0.36);--cnh-icon-bg:rgba(72, 196, 170, 0.22);--cnh-icon-bd:rgba(72, 196, 170, 0.4);--cnh-price:#5ecfb5;--cnh-hover-bg:rgba(72, 196, 170, 0.2);--cnh-hover-bd:rgba(72, 196, 170, 0.52);--cnh-shadow:rgba(72, 196, 170, 0.2)}.coca-natural-showcase__hoja--mediana{--cnh-bg:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.16);--cnh-bd:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.42);--cnh-icon-bg:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.28);--cnh-icon-bd:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.45);--cnh-price:#b8f045;--cnh-hover-bg:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.24);--cnh-hover-bd:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.58);--cnh-shadow:rgba(var(--cat-tone-rgb, 150, 208, 50), 0.22)}.coca-natural-showcase__hoja--larga{--cnh-bg:rgba(58, 168, 108, 0.13);--cnh-bd:rgba(58, 168, 108, 0.38);--cnh-icon-bg:rgba(58, 168, 108, 0.24);--cnh-icon-bd:rgba(58, 168, 108, 0.42);--cnh-price:#6dd4a0;--cnh-hover-bg:rgba(58, 168, 108, 0.21);--cnh-hover-bd:rgba(58, 168, 108, 0.54);--cnh-shadow:rgba(58, 168, 108, 0.2)}.coca-natural-showcase__hoja-name{font-size:clamp(.82rem, 1.8vw, .95rem);font-weight:800;letter-spacing:.05em;text-transform:uppercase;line-height:1.15}.coca-natural-showcase__hoja-price{font-size:clamp(.86rem, 1.9vw, 1rem);font-weight:700;color:var(--cnh-price)}.coca-natural-showcase__hoja-status{font-size:.58rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.12rem .45rem;border-radius:999px;margin-top:.05rem}.coca-natural-showcase__hoja-status--bad{color:#c44;background:rgba(220,80,80,.12);border:1px solid rgba(220,80,80,.22)}.coca-natural-showcase__links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.55rem;padding-top:.25rem}.coca-natural-showcase__link{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:9rem;padding:.42rem 1rem;border-radius:999px;font-size:.74rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s,box-shadow .15s}.coca-natural-showcase__link--lab{color:inherit;border:1px solid rgba(var(--cat-tone-rgb,150,208,50),.3);background:rgba(var(--cat-tone-rgb,150,208,50),.06)}.coca-natural-showcase__link--mach{color:#1a2208;border:none;background:linear-gradient(135deg,#c8f04a,#96d032)}@media (max-width:900px){.coca-natural-showcase__hojas-row{grid-template-columns:repeat(2,minmax(0,1fr))}.coca-natural-showcase__media-frame{width:clamp(132px,28vw,180px)}}@media (max-width:640px){.coca-natural-showcase__layout{flex-direction:column;align-items:stretch;gap:.65rem}.coca-natural-showcase__media-col{justify-content:center;width:min(100%,12.5rem);margin:0 auto}.coca-natural-showcase__media-frame{width:min(100%,clamp(10.5rem,46vw,13rem))}}@media (max-width:420px){.coca-natural-showcase__hojas-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.coca-natural-showcase__hoja{min-height:6.25rem;padding:.75rem .55rem}.coca-natural-showcase__links{flex-direction:column;align-items:stretch}.coca-natural-showcase__link{min-width:0;width:100%}.coca-natural-showcase__media-frame{width:min(100%,clamp(9.5rem,58vw,12rem))}}@media (prefers-reduced-motion:reduce){.coca-natural-showcase__hero-img,.coca-natural-showcase__hoja,.coca-natural-showcase__link,.coca-natural-showcase__media-frame{transition:none}}.card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:.15rem 0 .35rem}.card-meta__chip{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--catalog-jade-deep,#3d5c12);background:rgba(var(--cat-tone-rgb,150,208,50),.14);border:1px solid rgba(var(--cat-tone-rgb,150,208,50),.28)}.card-meta__stock{font-size:.72rem;font-weight:600;color:var(--text-muted)}.card-desc{margin:0 0 .45rem;font-size:.78rem;line-height:1.35;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mis-pedidos-orders-shell{width:100%;display:flex;flex-direction:column;flex:1 1 auto;min-height:clamp(11rem,28vh,20rem);max-height:min(720px,calc(100dvh - var(--customer-header-stack,120px) - var(--mis-pedidos-chrome-estimate,11rem) - var(--mis-pedidos-shell-bottom-gap,1rem) - var(--customer-bottom-nav-offset,0px)));padding:clamp(.95rem,2.2vw,1.25rem);border-radius:20px;border:1px solid rgba(var(--accent-rgb),.16);background:linear-gradient(165deg,rgba(255,255,255,.92) 0,rgba(247,250,244,.96) 100%);box-shadow:0 1px 2px rgba(26,38,18,.04),0 12px 34px rgba(26,38,18,.06);overflow:hidden}[data-theme=dark] .mis-pedidos-orders-shell{background:linear-gradient(165deg,rgba(18,28,20,.96) 0,rgba(12,20,14,.98) 100%);border-color:rgba(168,220,72,.18);box-shadow:0 12px 34px rgba(0,0,0,.28)}.history-item--compact{padding-top:.72rem;padding-bottom:.72rem}.puntos-card{padding:1.15rem 1.2rem 1.2rem;margin-bottom:1rem;border-radius:18px;border:2px solid rgba(150,208,50,.22);background:linear-gradient(165deg,rgba(255,255,255,.98) 0,rgba(247,250,244,.95) 100%);box-shadow:0 8px 28px rgba(26,38,18,.06);color:#1a2612}.puntos-card__top{text-align:center;margin-bottom:.85rem}.puntos-card__eyebrow{margin:0 0 .25rem;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#6b8558}.puntos-large{font-family:Outfit,Inter,sans-serif;font-size:clamp(2.5rem, 8vw, 3.25rem);font-weight:800;line-height:1;color:var(--gold-color);text-shadow:0 0 18px rgba(208,144,32,.22)}.puntos-card__unit{margin:.2rem 0 0;font-size:.88rem;font-weight:600;color:#3d5230}.puntos-card__hint{margin:0 0 1rem;padding:.65rem .75rem;border-radius:12px;font-size:.82rem;line-height:1.5;text-align:center;color:#3d5230;background:rgba(150,208,50,.08);border:1px solid rgba(150,208,50,.14)}.puntos-card__progress-wrap{display:flex;flex-direction:column;gap:.45rem}.puntos-card__progress-labels{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.82rem;font-weight:700;color:#3d5230}.puntos-card__progress-pct{color:#5a8418}.progress-container{width:100%;height:10px;border-radius:999px;overflow:hidden;background:rgba(150,208,50,.12);border:1px solid rgba(150,208,50,.18)}.progress-bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#96d032 0,#7cb824 100%);box-shadow:0 0 12px rgba(150,208,50,.35);transition:width .35s ease}.puntos-card__next{margin:0;font-size:.84rem;line-height:1.5;color:#3d5230}.puntos-card__next strong{color:#5a8418}.cupon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));gap:.85rem}.cupon-ticket{padding:1rem 1.05rem;border-radius:16px;border:2px dashed rgba(150,208,50,.34);background:linear-gradient(165deg,rgba(255,255,255,.98) 0,rgba(247,250,244,.95) 100%);color:#1a2612}.cupon-ticket--muted{opacity:.72;border-style:solid;border-color:rgba(var(--accent-rgb),.16)}.cupon-ticket__label{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6b8558;margin-bottom:.35rem}.cupon-ticket__amount{margin-bottom:.55rem;color:var(--gold-color)!important}.cupon-ticket__code-wrap{display:flex;align-items:center;gap:.45rem;margin-bottom:.55rem}.cupon-ticket__code{flex:1;min-width:0;padding:.45rem .6rem;border-radius:10px;background:rgba(150,208,50,.1);border:1px solid rgba(150,208,50,.2);font-family:ui-monospace,monospace;font-size:.88rem;font-weight:700;color:#1a2612}.cupon-ticket__copy{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1.5px solid rgba(150,208,50,.28);background:rgba(255,255,255,.9);color:#7cb824;cursor:pointer}.cupon-ticket__copy svg{width:16px;height:16px}.cupon-ticket__msg{margin:0 0 .55rem;font-size:.82rem;line-height:1.45;color:#3d5230}.cupon-ticket__foot{display:flex;align-items:center;justify-content:space-between;gap:.65rem;font-size:.76rem;color:#6b8558}.history-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.85rem 1.1rem;border-bottom:1px solid rgba(150,208,50,.12);color:#1a2612}.history-item:last-child{border-bottom:none}.history-item__icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(150,208,50,.12);color:#7cb824}.history-item__icon svg{width:18px;height:18px}.history-item__title{font-size:.88rem;font-weight:700;color:#1a2612;line-height:1.35}.history-item__date{font-size:.76rem;color:#6b8558;margin-top:.12rem}.history-item__pts{font-size:.92rem;font-weight:800;white-space:nowrap}.history-item__pts--ganado{color:#5a8418}.history-item__pts--canjeado{color:#a83224}.customer-panel-filters,.mis-pedidos-filters{margin-bottom:1.15rem}.customer-panel-filters__bar,.mis-pedidos-filters__bar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.65rem;width:100%;box-sizing:border-box;padding:.85rem 1rem;border-radius:18px;border:2px solid rgba(150,208,50,.38);background:linear-gradient(165deg,rgba(255,255,255,.97) 0,rgba(241,248,236,.93) 100%);box-shadow:0 10px 28px rgba(26,38,18,.06);overflow:visible}.customer-panel-filters__search,.mis-pedidos-filters__search{position:relative;flex:0 1 15rem;min-width:9.5rem;max-width:20rem}.customer-panel-filters__search-ico,.mis-pedidos-filters__search-ico{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);display:flex;pointer-events:none;color:#7cb824}.customer-panel-filters__input,.mis-pedidos-filters__input{width:100%;box-sizing:border-box;min-height:2.75rem;padding:.55rem .85rem .55rem 2.65rem;border-radius:999px;border:2px solid rgba(150,208,50,.34);background:rgba(255,255,255,.88);color:var(--text-primary);font-family:Outfit,sans-serif;font-size:.88rem;transition:border-color .2s ease,box-shadow .2s ease}.customer-panel-filters__input:focus,.mis-pedidos-filters__input:focus{outline:0;border-color:rgba(150,208,50,.72);box-shadow:0 0 0 3px rgba(150,208,50,.14)}.customer-panel-filters__selects,.mis-pedidos-filters__selects{display:flex;flex:1 1 0;flex-wrap:nowrap;align-items:flex-end;gap:.55rem;min-width:0}.customer-panel-filters__field,.mis-pedidos-filters__field{display:flex;flex-direction:column;gap:.28rem;flex:1 1 0;min-width:0}.customer-panel-filters__label,.mis-pedidos-filters__label{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5a8418;padding-left:.35rem}.customer-panel-filters__field .customer-panel-select,.mis-pedidos-filters__field .customer-panel-select{width:100%;min-width:0}.customer-panel-filters__select:focus,.mis-pedidos-filters__select:focus{outline:0;border-color:rgba(150,208,50,.72);box-shadow:0 0 0 3px rgba(150,208,50,.14)}.customer-panel-filters__clear,.mis-pedidos-filters__clear{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.75rem;padding:0 .95rem;border-radius:999px;border:2px solid rgba(150,208,50,.34);background:rgba(234,246,224,.72);color:var(--text-primary);font-size:.84rem;font-weight:700;font-family:Outfit,sans-serif;text-decoration:none;white-space:nowrap;cursor:pointer;appearance:none;-webkit-appearance:none;flex:0 0 auto;transition:border-color .2s ease,background .2s ease}.mis-pedidos-filters__toolbar-actions{display:flex;align-items:center;gap:.45rem;flex:0 0 auto}.mis-pedidos-filters__bar .mis-pedidos-results-count{flex:1 1 auto;min-width:0;margin:0;text-align:center;align-self:center}.mis-pedidos-filters__clear-chip{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:0;border-radius:999px;border:2px solid rgba(150,208,50,.34);background:rgba(234,246,224,.88);color:#5a8418;font-family:inherit;text-decoration:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.mis-pedidos-filters__clear-chip .ico,.mis-pedidos-filters__clear-chip svg{width:18px;height:18px;flex-shrink:0;color:#7cb824;stroke:currentColor}.mis-pedidos-filters__filters-btn{display:none;align-items:center;justify-content:center;gap:.35rem;flex:0 0 auto;min-width:2.75rem;min-height:2.75rem;padding:0 .75rem;border-radius:999px;border:2px solid rgba(150,208,50,.34);background:rgba(255,255,255,.88);color:#5a8418;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:700;cursor:pointer;position:relative;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.mis-pedidos-filters__filters-btn .ico,.mis-pedidos-filters__filters-btn svg{width:18px;height:18px;flex-shrink:0;color:#7cb824;stroke:currentColor}.mis-pedidos-filters__filters-btn.is-active{border-color:rgba(150,208,50,.72);background:rgba(150,208,50,.12);color:#4a7214}.mis-pedidos-filters__filters-badge{position:absolute;top:.35rem;right:.35rem;width:.45rem;height:.45rem;border-radius:50%;background:#96d032;box-shadow:0 0 0 2px rgba(255,255,255,.92)}#mis-pedidos-filters-modal-root{position:relative;z-index:3250}#mis-pedidos-filters-modal-root:empty{display:none}@media (min-width:960px){#mis-pedidos-filters-modal-root .mis-pedidos-filters-modal{display:none!important}}.mis-pedidos-filters-modal{position:fixed;inset:0;z-index:3250;display:none;align-items:center;justify-content:center;padding:clamp(.85rem,3vw,1.25rem);pointer-events:none}.mis-pedidos-filters-modal.is-open{display:flex!important;animation:pedidoDetalleFadeIn .22s ease;pointer-events:auto}.mis-pedidos-filters-modal__backdrop{position:absolute;inset:0;border:0;padding:0;margin:0;cursor:pointer;background:rgba(8,16,10,.62);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.mis-pedidos-filters-modal__sheet{position:relative;z-index:1;width:min(100%,420px);max-height:min(88vh,calc(100dvh - 2rem));display:flex;flex-direction:column;border-radius:1.25rem;border:2px solid rgba(150,208,50,.38);background:linear-gradient(165deg,#fff 0,#f8fbf2 100%);box-shadow:0 28px 72px rgba(8,16,10,.28),0 0 0 1px rgba(255,255,255,.65) inset;overflow:hidden;animation:pedidoDetalleSlideUp .24s ease}.mis-pedidos-filters-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1rem .75rem;border-bottom:1px solid rgba(150,208,50,.16);flex-shrink:0}.mis-pedidos-filters-modal__eyebrow{display:block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.mis-pedidos-filters-modal__title{margin:.15rem 0 0;font-size:1.15rem;font-weight:800;color:var(--text-primary)}.mis-pedidos-filters-modal__close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:rgba(150,208,50,.12);color:#5a8418;cursor:pointer;flex-shrink:0}.mis-pedidos-filters-modal__close .ico,.mis-pedidos-filters-modal__close svg{width:20px;height:20px}.mis-pedidos-filters-modal__body{padding:.85rem 1rem .35rem;overflow-y:auto;flex:1 1 auto}.mis-pedidos-filters-modal__body .mis-pedidos-filters__selects{display:grid;grid-template-columns:1fr;gap:.65rem;width:100%}.customer-panel-filters__field.has-panel-select .customer-panel-filters__select,.mis-pedidos-filters__field.has-panel-select .mis-pedidos-filters__select{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0;opacity:0;pointer-events:none}.mis-pedidos-filters-modal__body:has(.customer-panel-select.is-open),.mis-pedidos-filters-modal__sheet:has(.customer-panel-select.is-open){overflow:visible}.mis-pedidos-filters-modal__foot{display:flex;flex-direction:column;gap:.45rem;padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(150,208,50,.16);background:rgba(248,251,242,.96);flex-shrink:0;border-radius:0 0 1.15rem 1.15rem}.mis-pedidos-filters-modal__apply{width:100%;min-height:2.75rem;justify-content:center}.mis-pedidos-filters__clear--modal{width:100%;justify-content:center}body.mis-pedidos-filters-open{overflow:hidden}[data-theme=dark] .mis-pedidos-filters__filters-btn{background:rgba(22,34,24,.88);border-color:rgba(150,208,50,.28);color:rgba(240,247,230,.92)}[data-theme=dark] .mis-pedidos-filters__clear-chip{background:rgba(22,34,24,.88);border-color:rgba(150,208,50,.28);color:rgba(240,247,230,.92)}[data-theme=dark] .mis-pedidos-filters__clear-chip .ico,[data-theme=dark] .mis-pedidos-filters__clear-chip svg{color:#a8dc48}[data-theme=dark] .mis-pedidos-filters-modal__sheet{background:linear-gradient(165deg,#0f1f12 0,#0b1810 100%);border-color:rgba(150,208,50,.28)}[data-theme=dark] .mis-pedidos-filters-modal__foot{background:rgba(12,22,14,.96)}.mis-pedidos-filters__clear-btn{width:auto;display:inline-flex;text-decoration:none}.customer-panel-results-count,.mis-pedidos-results-count{margin:0 0 .85rem;font-size:.86rem;font-weight:600;color:var(--text-muted)}[data-theme=dark] .customer-panel-filters__bar,[data-theme=dark] .mis-pedidos-filters__bar{background:linear-gradient(165deg,rgba(16,26,18,.96) 0,rgba(12,20,14,.94) 100%);border-color:rgba(150,208,50,.28);box-shadow:0 12px 32px rgba(0,0,0,.32)}[data-theme=dark] .customer-panel-filters__label,[data-theme=dark] .mis-pedidos-filters__label{color:#a8dc48}[data-theme=dark] .customer-panel-filters__clear,[data-theme=dark] .mis-pedidos-filters__clear{background:rgba(22,34,24,.72);border-color:rgba(150,208,50,.26);color:rgba(240,247,230,.92)}@media (min-width:960px){.customer-panel-filters__bar,.mis-pedidos-filters__bar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;flex-wrap:nowrap;gap:.55rem}.mis-pedidos-filters__bar .mis-pedidos-results-count{grid-column:2;flex:none;padding:0 .5rem;white-space:nowrap}.mis-pedidos-filters__toolbar-actions{grid-column:3;justify-self:end}.mis-pedidos-filters__filters-btn{display:none!important}#mis-pedidos-filters-form .mis-pedidos-filters-modal{grid-column:1;grid-row:1;position:static;inset:auto;z-index:auto;display:contents;flex:1 1 0;min-width:0}#mis-pedidos-filters-form .mis-pedidos-filters-modal__backdrop,#mis-pedidos-filters-form .mis-pedidos-filters-modal__foot,#mis-pedidos-filters-form .mis-pedidos-filters-modal__head{display:none!important}#mis-pedidos-filters-form .mis-pedidos-filters-modal__sheet{display:contents;border:none;background:0 0;box-shadow:none;max-height:none;animation:none}#mis-pedidos-filters-form .mis-pedidos-filters-modal__body{display:contents;padding:0;overflow:visible}#mis-pedidos-filters-form .mis-pedidos-filters-modal__body .mis-pedidos-filters__selects{display:flex;flex:1 1 0;flex-wrap:nowrap;align-items:flex-end;gap:.55rem;min-width:0}}@media (max-width:959px){.customer-panel-filters__bar,.mis-pedidos-filters__bar{display:flex;flex-wrap:nowrap;align-items:center;gap:.45rem}.mis-pedidos-filters__filters-btn{display:inline-flex}.mis-pedidos-filters__filters-btn-label{display:none}.mis-pedidos-filters-modal:not(.is-open){display:none!important}}@media (max-width:520px){.customer-panel-filters__selects,.mis-pedidos-filters__selects{grid-template-columns:1fr}}@media (max-width:640px){.customer-panel-filters__selects,.mis-pedidos-filters__selects{width:100%}.customer-panel-filters__field,.mis-pedidos-filters__field{flex:1 1 100%;min-width:0}.customer-panel-filters__clear,.mis-pedidos-filters__clear{width:100%}}.customer-guest-gate{position:relative;margin-top:.15rem}.customer-guest-gate__stage{position:relative;min-height:clamp(380px,52vh,520px);display:flex;align-items:center;justify-content:center;padding:.5rem 0 1rem}.customer-guest-gate__stage--solo{min-height:auto;padding:.75rem 0 1.25rem}.customer-guest-gate__preview{position:absolute;inset:0;border-radius:22px;overflow:hidden;pointer-events:none;user-select:none;padding:.75rem}.customer-guest-gate__preview-logo{position:relative;width:100%;height:100%;min-height:clamp(320px,48vh,480px);display:flex;align-items:center;justify-content:center}.customer-guest-gate__logo-watermark{width:clamp(150px,38vw,300px);height:auto;opacity:.16;object-fit:contain;pointer-events:none;user-select:none;filter:saturate(.85)}[data-theme=dark] .customer-guest-gate__logo-watermark{opacity:.13;filter:saturate(.75) brightness(1.2)}.customer-guest-gate--favoritos .customer-guest-gate__preview::after,.customer-guest-gate--pedidos .customer-guest-gate__preview::after{background:radial-gradient(ellipse 52% 48% at 50% 46%,rgba(128,191,40,.1) 0,transparent 62%),linear-gradient(180deg,rgba(248,251,245,.06) 0,rgba(248,251,245,.48) 52%,rgba(248,251,245,.94) 100%)}[data-theme=dark] .customer-guest-gate--favoritos .customer-guest-gate__preview::after,[data-theme=dark] .customer-guest-gate--pedidos .customer-guest-gate__preview::after{background:radial-gradient(ellipse 50% 46% at 50% 44%,rgba(128,191,40,.14) 0,transparent 58%),linear-gradient(180deg,rgba(4,8,6,.04) 0,rgba(4,8,6,.55) 50%,rgba(4,8,6,.92) 100%)}.customer-guest-gate__preview::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 55% at 50% 18%,rgba(128,191,40,.08) 0,transparent 55%),linear-gradient(180deg,rgba(248,251,245,.08) 0,rgba(248,251,245,.55) 38%,rgba(248,251,245,.92) 72%,rgba(248,251,245,.98) 100%);backdrop-filter:blur(3px)}[data-theme=dark] .customer-guest-gate__preview::after{background:radial-gradient(ellipse 75% 50% at 50% 12%,rgba(128,191,40,.12) 0,transparent 52%),linear-gradient(180deg,rgba(4,8,6,.05) 0,rgba(4,8,6,.62) 40%,rgba(4,8,6,.88) 72%,rgba(4,8,6,.97) 100%)}.customer-guest-gate__mock{filter:blur(6px);opacity:.5;transform:scale(.99)}.customer-guest-gate__mock-card--puntos{display:flex;flex-direction:column;gap:.45rem;padding:1.25rem;border-radius:16px;background:linear-gradient(135deg,rgba(var(--accent-rgb),.12) 0,rgba(var(--accent-rgb),.04) 100%);border:1px solid rgba(var(--accent-rgb),.2);position:relative}.customer-guest-gate__mock-chip--corner{position:absolute;top:.75rem;right:.75rem;width:3.6rem;height:1.45rem;border-radius:999px;background:rgba(var(--accent-rgb),.22)}.customer-guest-gate__mock-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary)}.customer-guest-gate__mock-value{font-size:2.4rem;font-weight:800;color:var(--accent-color);line-height:1}.customer-guest-gate__mock-hint{font-size:.85rem;color:var(--text-secondary)}.customer-guest-gate__mock-bar{display:block;height:10px;border-radius:999px;background:rgba(var(--accent-rgb),.15);margin-top:.35rem}.customer-guest-gate__mock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;margin-top:.85rem}.customer-guest-gate__mock-chip{display:block;height:72px;border-radius:12px;background:rgba(var(--accent-rgb),.08);border:1px solid rgba(var(--accent-rgb),.12)}.customer-guest-gate__mock-orders{display:flex;flex-direction:column;gap:.75rem;padding:.35rem}.customer-guest-gate__mock-order{display:flex;flex-direction:column;gap:.55rem;padding:1rem 1.1rem;border-radius:14px;background:var(--card-bg,#fff);border:1px solid rgba(var(--accent-rgb),.16)}.customer-guest-gate__mock-order-head,.customer-guest-gate__mock-order-meta{display:block;height:12px;border-radius:999px;background:rgba(var(--accent-rgb),.12)}.customer-guest-gate__mock-order-head{width:42%}.customer-guest-gate__mock-order-meta{width:68%;height:10px}.customer-guest-gate__mock-order--short{width:88%}.customer-guest-gate__mock-avisos{display:flex;flex-direction:column;gap:.65rem;padding:.35rem}.customer-guest-gate__mock-aviso{display:block;height:72px;border-radius:14px;background:var(--card-bg,#fff);border:1px solid rgba(var(--accent-rgb),.14)}.customer-guest-gate__mock-aviso--short{width:75%;height:58px}.customer-guest-gate__panel{position:relative;z-index:3;width:min(100%,480px);margin:0 auto;border-radius:clamp(1.35rem,3vw,1.65rem);overflow:visible;background:linear-gradient(165deg,#fff 0,#f7fbf3 48%,#f2f8ec 100%);border:1px solid rgba(128,191,40,.35);box-shadow:0 0 0 1px rgba(128,191,40,.08),0 22px 56px rgba(26,38,18,.14),0 8px 24px rgba(128,191,40,.1)}.customer-guest-gate__panel-ring{position:absolute;inset:-2px;border-radius:inherit;pointer-events:none;box-shadow:0 0 0 1px rgba(128,191,40,.22),0 0 18px rgba(128,191,40,.28),0 0 36px rgba(173,255,47,.12);opacity:.85}[data-theme=dark] .customer-guest-gate__panel{background:linear-gradient(165deg,#121c14 0,#0c1410 42%,#0a110d 100%);border-color:rgba(150,208,50,.42);box-shadow:0 0 0 1px rgba(128,191,40,.12),0 28px 64px rgba(0,0,0,.55),0 0 40px rgba(128,191,40,.08)}[data-theme=dark] .customer-guest-gate__panel-ring{box-shadow:0 0 0 1px rgba(150,208,50,.35),0 0 22px rgba(128,191,40,.38),0 0 48px rgba(173,255,47,.14);opacity:1}.customer-guest-gate__panel-body{position:relative;z-index:1;padding:clamp(1.65rem,3.5vw,2rem) clamp(1.35rem,3.2vw,1.85rem) clamp(1.35rem,3vw,1.65rem);text-align:center}.customer-guest-gate__panel-body::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:72%;height:120px;background:radial-gradient(ellipse at center,rgba(128,191,40,.14) 0,transparent 72%);pointer-events:none;z-index:-1}[data-theme=dark] .customer-guest-gate__panel-body::before{background:radial-gradient(ellipse at center,rgba(128,191,40,.2) 0,transparent 70%)}.customer-guest-gate__lock{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#96d032 0,#80bf28 55%,#6da822 100%);color:#fff;border:3px solid var(--bg-primary,#f8fbf5);box-shadow:0 8px 22px rgba(128,191,40,.45);z-index:4}[data-theme=dark] .customer-guest-gate__lock{border-color:#0c1410;box-shadow:0 8px 26px rgba(128,191,40,.55)}.customer-guest-gate__lock svg{width:17px;height:17px}.customer-guest-gate__icon{width:58px;height:58px;margin:.35rem auto 1rem;border-radius:18px;display:flex;align-items:center;justify-content:center;background:rgba(128,191,40,.1);color:var(--accent-color);border:1.5px solid rgba(128,191,40,.38);box-shadow:inset 0 0 18px rgba(128,191,40,.08),0 6px 16px rgba(128,191,40,.12)}[data-theme=dark] .customer-guest-gate__icon{background:rgba(128,191,40,.12);border-color:rgba(150,208,50,.45);box-shadow:inset 0 0 22px rgba(128,191,40,.12),0 8px 20px rgba(0,0,0,.35)}.customer-guest-gate__icon svg{width:28px;height:28px}.customer-guest-gate__title{font-size:clamp(1.2rem, 2.9vw, 1.5rem);font-weight:800;color:var(--text-primary);margin:0 0 .65rem;line-height:1.18;letter-spacing:-.02em}[data-theme=dark] .customer-guest-gate__title{color:#f0f7e6}.customer-guest-gate__text{margin:0 auto 1.15rem;max-width:36ch;font-size:.9rem;line-height:1.6;color:var(--text-secondary)}[data-theme=dark] .customer-guest-gate__text{color:rgba(195,220,170,.78)}.customer-guest-gate__benefits{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:.5rem;text-align:left}.customer-guest-gate__benefits li{display:flex;align-items:center;gap:.7rem;font-size:.84rem;font-weight:600;color:var(--text-primary);padding:.62rem .85rem;border-radius:14px;background:rgba(128,191,40,.06);border:1px solid rgba(128,191,40,.22);line-height:1.35}[data-theme=dark] .customer-guest-gate__benefits li{color:rgba(240,247,230,.92);background:rgba(128,191,40,.08);border-color:rgba(150,208,50,.28)}.customer-guest-gate__benefit-ico{flex-shrink:0;width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:rgba(128,191,40,.14);border:1px solid rgba(128,191,40,.28);color:var(--accent-color)}[data-theme=dark] .customer-guest-gate__benefit-ico{background:rgba(128,191,40,.16);border-color:rgba(150,208,50,.35)}.customer-guest-gate__benefit-ico svg{width:16px;height:16px}.customer-guest-gate__actions{display:flex;flex-direction:column;align-items:stretch;gap:.65rem}.customer-guest-gate__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;text-decoration:none;padding:.82rem 1.25rem!important;font-size:.95rem!important;border-radius:999px!important;box-shadow:0 6px 22px rgba(128,191,40,.32),0 0 0 1px rgba(255,255,255,.12) inset!important;transition:transform .2s ease,box-shadow .2s ease}.customer-guest-gate__link{display:inline-block;font-size:.88rem;font-weight:700;color:var(--accent-color);text-decoration:none;padding:.25rem .5rem}[data-theme=dark] .customer-guest-gate__link{color:#a8e040}.customer-guest-gate__browse{display:inline-block;margin-top:1rem;font-size:.8rem;font-weight:600;color:var(--text-secondary);text-decoration:none;opacity:.88;transition:color .2s ease,opacity .2s ease}[data-theme=dark] .customer-guest-gate__browse{color:rgba(195,220,170,.62)}body.customer-quick-nav-hidden .bottom-nav{transform:translateY(calc(100% + env(safe-area-inset-bottom,0)));visibility:hidden;pointer-events:none;transition:transform .28s ease,visibility .28s ease}@media (max-width:768px){body.customer-quick-nav-hidden .bottom-nav{transform:none;visibility:visible;pointer-events:auto}}@media (max-width:768px){.customer-cart__mobile-close{display:flex!important}}@media (min-width:769px) and (max-width:1023px){.customer-cart__mobile-close{display:none!important}}.customer-qr-generate .customer-qr-stage__kicker,.customer-qr-loading .customer-qr-stage__kicker,.customer-qr-stage__kicker{margin:0;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#d4ff6a;text-shadow:0 0 18px rgba(200,255,106,.35)}.customer-qr-stage__frame{position:relative;display:grid;place-items:center;padding:.85rem;border-radius:1.1rem;background:#fff;box-shadow:0 0 0 1px rgba(16,24,16,.08)}.customer-qr-stage__corner{position:absolute;width:1.05rem;height:1.05rem;border:2.5px solid #80bf28;pointer-events:none}.customer-qr-stage__corner--tl{top:.28rem;left:.28rem;border-right:0;border-bottom:0;border-radius:4px 0 0 0}.customer-qr-stage__corner--tr{top:.28rem;right:.28rem;border-left:0;border-bottom:0;border-radius:0 4px 0 0}.customer-qr-stage__corner--bl{bottom:.28rem;left:.28rem;border-right:0;border-top:0;border-radius:0 0 0 4px}.customer-qr-stage__corner--br{bottom:.28rem;right:.28rem;border-left:0;border-top:0;border-radius:0 0 4px 0}.customer-qr-stage__amount{margin:0;font-size:1.38rem;font-weight:900;letter-spacing:-.03em;color:#c8ff6a;font-variant-numeric:tabular-nums;line-height:1}.customer-qr-stage__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;width:100%}.customer-qr-stage__hint{margin:0;max-width:18rem;font-size:.75rem;line-height:1.4;color:#9eb095}.tienda-ubicacion-card{display:grid;gap:1rem;margin:0 0 1.15rem;padding:1rem 1.05rem;border-radius:1rem;background:linear-gradient(135deg,rgba(178,255,0,.14) 0,rgba(124,184,36,.08) 100%);border:1px solid rgba(124,184,36,.32)}.tienda-ubicacion-card--panel{grid-template-columns:1fr min(9.5rem,34vw);align-items:center}.tienda-ubicacion-card--inline{grid-template-columns:1fr min(5.5rem,22vw);margin:.55rem 0 .15rem;padding:.75rem .85rem;gap:.75rem}.tienda-ubicacion-card__eyebrow{display:flex;align-items:flex-start;gap:.45rem;margin:0 0 .55rem;font-size:.92rem;font-weight:800;line-height:1.35;color:#3d6214}.tienda-ubicacion-card--inline .tienda-ubicacion-card__eyebrow{margin-bottom:.4rem;font-size:.82rem}.tienda-ubicacion-card__direccion svg,.tienda-ubicacion-card__eyebrow svg{width:1rem;height:1rem;flex-shrink:0;margin-top:.12rem}.tienda-ubicacion-card__direccion{display:flex;align-items:flex-start;gap:.45rem;margin:0;font-size:.84rem;font-weight:600;line-height:1.45;color:#2f4f12}.tienda-ubicacion-card--inline .tienda-ubicacion-card__direccion{font-size:.78rem}.tienda-ubicacion-card__maps{display:inline-flex;align-items:center;gap:.35rem;margin-top:.55rem;font-size:.78rem;font-weight:700;color:#4d7c0f;text-decoration:none}.tienda-ubicacion-card__maps svg{width:.85rem;height:.85rem}.tienda-ubicacion-card__map-link{display:block;border-radius:.75rem;overflow:hidden;border:1px solid rgba(124,184,36,.35);box-shadow:0 4px 14px rgba(47,79,18,.12)}.tienda-ubicacion-card__map{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}#tienda-ubicacion-modal-root{position:relative;z-index:3260}body.tienda-ubicacion-open{overflow:hidden}.tienda-ubicacion-modal{position:fixed;inset:0;z-index:3260;display:flex;align-items:center;justify-content:center;padding:clamp(.85rem,3vw,1.25rem);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.tienda-ubicacion-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.tienda-ubicacion-modal[hidden]{display:none!important}.tienda-ubicacion-modal.is-open[hidden]{display:flex!important}.tienda-ubicacion-modal__backdrop{position:absolute;inset:0;border:0;padding:0;margin:0;cursor:pointer;background:rgba(8,16,10,.62);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.tienda-ubicacion-modal__sheet{position:relative;z-index:1;width:min(100%,420px);max-height:min(90vh,calc(100dvh - 2rem));display:flex;flex-direction:column;border-radius:1.25rem;border:2px solid rgba(150,208,50,.38);background:linear-gradient(165deg,#fff 0,#f8fbf2 100%);box-shadow:0 28px 72px rgba(8,16,10,.28),0 0 0 1px rgba(255,255,255,.65) inset;overflow:hidden;animation:pedidoDetalleSlideUp .24s ease}.tienda-ubicacion-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1rem .75rem;border-bottom:1px solid rgba(150,208,50,.16);flex-shrink:0}.tienda-ubicacion-modal__eyebrow{display:block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.tienda-ubicacion-modal__title{margin:.15rem 0 0;font-size:1.15rem;font-weight:800;color:var(--text-primary)}.tienda-ubicacion-modal__close{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;border-radius:999px;border:1px solid rgba(var(--accent-rgb),.22);background:rgba(var(--accent-rgb),.08);color:var(--text-primary);cursor:pointer;flex-shrink:0}.tienda-ubicacion-modal__close svg{width:1.05rem;height:1.05rem}.tienda-ubicacion-modal__body{padding:.85rem 1rem 1rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.tienda-ubicacion-modal__body .tienda-ubicacion-card{margin:0}[data-theme=dark] .tienda-ubicacion-modal__sheet{background:linear-gradient(165deg,rgba(22,34,24,.98) 0,rgba(14,22,16,.96) 100%);border-color:rgba(168,220,72,.28);box-shadow:0 28px 72px rgba(0,0,0,.45)}[data-theme=dark] .tienda-ubicacion-modal__head{border-bottom-color:rgba(168,220,72,.14)}[data-theme=dark] .tienda-ubicacion-modal__close{border-color:rgba(168,220,72,.22);background:rgba(168,220,72,.08);color:#eef8e4}[data-theme=dark] .tienda-ubicacion-card{background:rgba(178,255,0,.08);border-color:rgba(178,255,0,.22)}[data-theme=dark] .tienda-ubicacion-card__direccion,[data-theme=dark] .tienda-ubicacion-card__eyebrow{color:#d8f0a8}[data-theme=dark] .tienda-ubicacion-card__maps{color:#c8f06a}.customer-cart-confirm-form,.customer-cart-confirm-form--v1{width:100%;min-width:0}.customer-cart-checkout{display:flex;flex-direction:column;gap:.75rem;width:100%;min-width:0}.customer-cart-checkout .card-price{display:inline;margin-bottom:0;font-size:inherit;line-height:inherit;white-space:nowrap}.customer-cart-checkout__amount{font-family:Outfit,Inter,sans-serif;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:0;color:var(--text-primary);white-space:nowrap}.customer-cart-checkout__row--total .customer-cart-checkout__amount--total{font-size:1.05rem;font-weight:700;color:#80bf28}.customer-cart-checkout__row--descuento .customer-cart-checkout__amount{color:var(--cart-text-secondary)}.customer-cart-checkout__row--descuento.is-active .customer-cart-checkout__amount{color:#16a34a}.customer-cart-checkout__row--total .card-price{font-size:1.15rem}.customer-cart-checkout__totals{border-radius:12px;padding:.75rem .85rem;background:var(--cart-footer-band-bg);border:1px solid rgba(var(--accent-rgb),.18)}.customer-cart-checkout__row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.9rem;padding:.15rem 0}.customer-cart-checkout__row--muted{color:var(--cart-text-secondary);font-size:.85rem}.customer-cart-checkout__row--total{margin-top:.35rem;padding-top:.45rem;border-top:1px dashed rgba(var(--accent-rgb),.25);font-weight:700}.customer-cart-checkout__totals.is-cupon-active{border-color:rgba(255,193,50,.35);box-shadow:inset 0 0 0 1px rgba(255,193,50,.12)}.customer-cart-checkout__row--descuento{opacity:.72;transition:opacity .2s ease,color .2s ease}.customer-cart-checkout__row--descuento svg{width:14px;height:14px;vertical-align:-2px;margin-right:.15rem}.customer-cart-checkout__row--descuento.is-active{opacity:1;color:#4a7a28;font-weight:700}.customer-cart-checkout__cupon-card{border-radius:16px;border:1px dashed rgba(var(--accent-rgb),.28);background:linear-gradient(145deg,rgba(255,255,255,.96) 0,rgba(247,252,241,.96) 100%);padding:.75rem .8rem .8rem;transition:border-color .2s ease,box-shadow .2s ease}.customer-cart-checkout__cupon-card.is-applied{border-style:solid;border-color:rgba(255,193,50,.45);background:linear-gradient(145deg,rgba(255,249,230,.95) 0,rgba(255,255,255,.98) 100%);box-shadow:0 8px 24px rgba(255,193,50,.12)}.customer-cart-checkout__cupon-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.55rem;margin-bottom:.55rem}.customer-cart-checkout__cupon-kicker{display:block;font-family:Outfit,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b8558;margin-bottom:.1rem}.customer-cart-checkout__cupon-label{display:block;font-size:.95rem;font-weight:800;color:var(--text-primary);line-height:1.2}.customer-cart-checkout__cupon-pick{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;border:1px solid rgba(var(--accent-rgb),.24);background:rgba(var(--accent-rgb),.1);color:var(--text-primary);font-family:Outfit,sans-serif;font-size:.76rem;font-weight:800;cursor:pointer;flex-shrink:0}.customer-cart-checkout__cupon-pick svg{width:14px;height:14px}.customer-cart-checkout__cupon-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;padding:0 .25rem;border-radius:999px;background:var(--gold-color);color:#1a1408;font-size:.68rem;font-weight:800;line-height:1}.customer-cart-checkout__cupon-badge[hidden],.customer-cart-checkout__cupon-compose[hidden],.customer-cart-checkout__cupon-msg[hidden],.customer-cart-checkout__cupon-ticket[hidden]{display:none!important}.customer-cart-checkout__cupon-row{display:flex;gap:.45rem;align-items:stretch}.customer-cart-checkout__cupon-input-wrap{flex:1;min-width:0;display:flex;align-items:center;gap:.4rem;border-radius:12px;border:1px solid var(--border-color);background:var(--bg-card);padding:0 .65rem}.customer-cart-checkout__cupon-input-wrap svg{width:15px;height:15px;color:var(--cart-text-secondary);flex-shrink:0}.customer-cart-checkout__cupon-input-wrap:focus-within{border-color:rgba(var(--accent-rgb),.45);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.12)}.customer-cart-checkout__cupon-input{flex:1;min-width:0;border:0;background:0 0;color:var(--text-primary);padding:.58rem 0;font-size:.88rem;font-family:Outfit,sans-serif}.customer-cart-checkout__cupon-input:focus{outline:0}.customer-cart-checkout__cupon-hint{margin:.4rem 0 0;font-family:Outfit,sans-serif;font-size:.72rem;color:var(--cart-text-secondary)}.customer-cart-checkout__cupon-apply{flex-shrink:0;border:0;border-radius:12px;padding:0 .95rem;background:linear-gradient(135deg,#96d032 0,#7ab828 100%);color:#0f1a0a;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:800;cursor:pointer;box-shadow:0 4px 14px rgba(122,184,40,.25)}.customer-cart-checkout__cupon-apply:disabled{opacity:.65;cursor:wait}.customer-cart-checkout__cupon-msg{margin:.45rem 0 0;padding:.45rem .55rem;border-radius:10px;font-family:Outfit,sans-serif;font-size:.78rem;line-height:1.35}.customer-cart-checkout__cupon-msg.is-error{color:#9b2c24;background:rgba(192,57,43,.08);border:1px solid rgba(192,57,43,.18)}.customer-cart-checkout__cupon-ticket{display:grid;grid-template-columns:1fr auto;gap:0;margin-top:.15rem;border-radius:14px;overflow:hidden;border:1px solid rgba(255,193,50,.35);background:#fffdf6}.customer-cart-checkout__cupon-ticket-perforation{position:absolute;display:none}.customer-cart-checkout__cupon-ticket-main{padding:.65rem .75rem;min-width:0}.customer-cart-checkout__cupon-ticket-badge{display:inline-block;margin-bottom:.25rem;padding:.12rem .45rem;border-radius:999px;background:rgba(255,193,50,.2);color:#8a6a12;font-family:Outfit,sans-serif;font-size:.65rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.customer-cart-checkout__cupon-ticket-discount{font-size:1.45rem;font-weight:800;line-height:1;color:var(--gold-color)}.customer-cart-checkout__cupon-ticket-code{margin-top:.25rem;font-family:ui-monospace,"Cascadia Code",Consolas,monospace;font-size:.82rem;font-weight:700;letter-spacing:.04em;color:var(--text-primary);word-break:break-all}.customer-cart-checkout__cupon-ticket-meta,.customer-cart-checkout__cupon-ticket-save{margin:.2rem 0 0;font-family:Outfit,sans-serif;font-size:.72rem;color:var(--cart-text-secondary);line-height:1.35}.customer-cart-checkout__cupon-ticket-save{color:#4a7a28;font-weight:700}.customer-cart-checkout__cupon-clear{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;border:0;border-left:1px dashed rgba(255,193,50,.45);background:rgba(255,193,50,.08);color:#8a6a12;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:800;padding:.5rem .65rem;cursor:pointer}.customer-cart-checkout__cupon-clear svg{width:16px;height:16px}[data-theme=dark] .customer-cart-checkout__cupon-card{background:linear-gradient(145deg,rgba(18,28,14,.96) 0,rgba(12,20,10,.98) 100%);border-color:rgba(168,220,72,.2)}[data-theme=dark] .customer-cart-checkout__cupon-card.is-applied{background:linear-gradient(145deg,rgba(28,24,10,.95) 0,rgba(18,28,14,.98) 100%);border-color:rgba(255,193,50,.35)}[data-theme=dark] .customer-cart-checkout__cupon-ticket{background:rgba(22,18,8,.65)}[data-theme=dark] .customer-cart-checkout__cupon-input-wrap{background:rgba(12,20,10,.85)}.customer-cart-checkout__payopts{margin:0;padding:0;border:0;display:flex;flex-direction:column;gap:.45rem;width:100%;min-width:0;min-inline-size:0}.customer-cart-checkout__payopts-legend{float:none;display:block;width:100%;font-size:.78rem;font-weight:700;color:var(--cart-text-secondary);margin-bottom:.25rem;padding:0}.customer-cart-checkout__payopt{display:grid;grid-template-columns:1.125rem minmax(0,1fr);grid-template-rows:auto;align-items:start;gap:0 .65rem;width:100%;min-width:0;box-sizing:border-box;padding:.65rem .75rem;border-radius:12px;border:1px solid var(--border-color);background:var(--bg-card);cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.customer-cart-checkout__payopt.is-selected,.customer-cart-checkout__payopt:has(input:checked){border-color:rgba(var(--accent-rgb),.55);background:rgba(var(--accent-rgb),.08);box-shadow:inset 0 0 0 1px rgba(var(--accent-rgb),.12)}.customer-cart-checkout__payopt input[type=radio]{grid-column:1;grid-row:1;margin:.12rem 0 0;width:1.125rem;height:1.125rem;flex-shrink:0;accent-color:var(--accent-color)}.customer-cart-checkout__payopt-body{grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:.12rem;min-width:0;overflow-wrap:anywhere}.customer-cart-checkout__payopt-title{font-weight:700;font-size:.9rem;line-height:1.3;color:var(--cart-text-primary)}.customer-cart-checkout__payopt-desc{font-size:.78rem;color:var(--cart-text-secondary);line-height:1.35}.customer-cart-checkout__payopt.is-disabled{opacity:.52;cursor:not-allowed;border-style:dashed;background:rgba(var(--accent-rgb),.03);box-shadow:none}.customer-cart-checkout__payopt.is-disabled input[type=radio]{cursor:not-allowed}.customer-cart-checkout__payopts-note{display:flex;align-items:flex-start;gap:.45rem;margin:0 0 .65rem;padding:.65rem .75rem;border-radius:10px;border:1px solid rgba(255,170,60,.35);background:rgba(255,170,60,.1);font-size:.78rem;line-height:1.45;color:var(--text-secondary)}.customer-cart-checkout__payopts-note svg{width:.95rem;height:.95rem;flex-shrink:0;margin-top:.08rem;color:#d97706}.customer-cart-checkout__payopts-note[hidden]{display:none!important}.customer-cart-checkout__hint{margin:0;font-size:.8rem;line-height:1.4;color:var(--cart-text-secondary);padding:.55rem .65rem;border-radius:10px;background:rgba(var(--accent-rgb),.06);border:1px solid rgba(var(--accent-rgb),.14)}.customer-cart-checkout__submit{width:100%;margin-top:0}.customer-cart-checkout .btn-add,.customer-cart-checkout .customer-cart__btn-cta{margin-top:0}.customer-cart-checkout__sistema-off{margin:0 0 .65rem;padding:.65rem .75rem;border-radius:10px;font-size:.82rem;font-weight:700;line-height:1.35;color:#ffb4b4;background:rgba(255,74,74,.1);border:1px solid rgba(255,74,74,.28)}.customer-cart__pagar-strip{display:flex;flex-direction:column;gap:.75rem;width:100%;min-width:0}.customer-cart__pagar-strip .customer-cart__total-band{margin-bottom:0}.customer-cart__pagar-strip .card-price{margin-bottom:0}.customer-cart__btn-pagar{margin-top:0}@keyframes customerModalSheetUp{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.customer-nav-cart-toggle,button.bottom-nav-link{-webkit-appearance:none;appearance:none;background:0 0;border:none;font:inherit;cursor:pointer}@media (max-width:768px){.bottom-nav .customer-nav-cart-toggle{background:0 0!important;color:rgba(255,255,255,.38)}.bottom-nav .customer-nav-cart-toggle.is-cart-active{color:#c8f050}}body.customer-page-catalogo{overflow-x:clip}html:has(body.customer-page-catalogo){overflow-x:clip}.customer-page-catalogo .customer-header{border-bottom-color:transparent;box-shadow:none}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));gap:clamp(1rem,2vw,1.75rem)}@media (min-width:1024px) and (max-width:1279px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:1.15rem}}@media (max-width:768px){:root{--customer-catalog-toolbar-top:var(--customer-header-stack)}}@media (min-width:769px) and (max-width:1023px){:root{--customer-cart-tablet-peek-stack:5rem;--customer-cart-tablet-peek-compact:5rem}.customer-primary-nav__inner{padding:.5rem clamp(.4rem,2vw,.85rem) .6rem;gap:.12rem}.customer-primary-nav .bottom-nav-link{flex-direction:column;gap:.32rem;padding:.48rem clamp(.3rem,1.5vw,.5rem) .42rem;font-size:clamp(.64rem, 1.7vw, .74rem);line-height:1.15}.customer-primary-nav .bottom-nav-link>span:not([data-cart-count-badge]):not(.customer-nav-cart-icon-wrap):not(.bottom-nav-link__ico):not(.bottom-nav-link__ico-wrap){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.customer-primary-nav .bottom-nav-link i,.customer-primary-nav .bottom-nav-link svg,.customer-primary-nav .bottom-nav-link__ico,.customer-primary-nav .bottom-nav-link__ico .ico,.customer-primary-nav .bottom-nav-link__ico svg{width:clamp(20px,4vw,24px);height:clamp(20px,4vw,24px)}.customer-primary-nav .bottom-nav-link__ico{display:inline-flex;align-items:center;justify-content:center}.customer-primary-nav .customer-nav-cart-icon-wrap{width:clamp(20px,4vw,24px);height:clamp(20px,4vw,24px);margin-top:2px}.customer-primary-nav .customer-nav-cart-badge{top:-5px;right:-8px}.search-actions-bar{flex-wrap:nowrap;gap:clamp(.5rem,2vw,.75rem)}.action-btn--limpiar .action-btn__label{display:none}.action-btn--limpiar{padding:.75rem .95rem}.card{border-radius:clamp(16px,3vw,22px)}.card-img-container{padding-bottom:0;aspect-ratio:1/1;min-height:clamp(125px,36vw,165px)}.customer-page-catalogo .card-img{padding:.28rem .38rem}.card-body{padding:clamp(.65rem,2vw,.9rem)}.card-title{font-size:clamp(.84rem, 2.1vw, .95rem);-webkit-line-clamp:3}.card-price{font-size:clamp(1rem, 2.8vw, 1.2rem);margin-bottom:.45rem}.btn-add{font-size:clamp(.72rem, 1.9vw, .84rem);padding:clamp(.5rem,1.5vw,.62rem) clamp(.55rem,1.8vw,.75rem);gap:.35rem}}.customer-hero-split{width:100%;max-width:var(--customer-layout-max);margin:0 auto;padding:clamp(1.25rem,3vw,2rem) var(--customer-layout-gutter) clamp(1rem,2.5vw,1.75rem);box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(1rem,3vw,2rem);align-items:center}.customer-hero-kicker{display:inline-block;margin:0 0 .65rem;font-size:clamp(.92rem, 1.8vw, 1.12rem);font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#80bf28}.customer-hero-title{margin:0 0 .85rem;font-size:clamp(1.75rem, 4vw, 2.65rem);line-height:1.08;letter-spacing:-.03em;color:#1a2612}.customer-hero-title em{font-style:normal;color:#80bf28}.customer-hero-sub{margin:0 0 1.25rem;max-width:34rem;color:#3d5230;font-size:clamp(.92rem, 1.8vw, 1.02rem)}.customer-hero-cta{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.2rem}.customer-hero-cta .btn-primary{border-radius:999px;background:var(--accent-color);color:#fff;font-weight:700;display:inline-flex;align-items:center;gap:.55rem;padding:.75rem 1.65rem;box-shadow:0 4px 18px rgba(128,191,40,.25);border:none;text-decoration:none;font-size:.95rem;transition:all .25s ease}.customer-hero-cta .btn-outline-ghost{border-radius:999px;border:1.5px solid var(--accent-color);color:#fff;background:0 0;font-weight:700;display:inline-flex;align-items:center;gap:.55rem;padding:.75rem 1.65rem;text-decoration:none;font-size:.95rem;transition:all .25s ease}.customer-hero-split__banner{min-width:0}.customer-hero-carousel{position:relative;width:100%;aspect-ratio:3/2;height:auto;min-height:clamp(190px,24vw,220px);max-height:clamp(220px,28vw,300px);margin-bottom:0;border-radius:clamp(1.5rem,3.2vw,2.25rem);overflow:hidden;background:#050c12;isolation:isolate}.customer-hero-carousel__viewport{position:absolute;inset:0;overflow:hidden;border-radius:inherit;-webkit-mask-image:none;mask-image:none}.customer-hero-carousel__track{position:relative;display:block;width:100%;height:100%}.customer-hero-carousel__slide{position:absolute;inset:0;flex:none;width:100%;height:100%;margin:0;min-width:0;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease;pointer-events:none;z-index:1;overflow:hidden;background:#050c12;border-radius:inherit}.customer-hero-carousel__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.customer-hero-carousel__slide.is-lcp::before{content:none}.customer-hero-carousel__slide.is-lcp.is-active img{animation:none}.customer-hero-carousel__slide::before{content:"";position:absolute;inset:0;background-image:var(--slide-bg);background-size:cover;background-position:center;filter:blur(28px) brightness(.45) saturate(1.2);transform:scale(1.12);z-index:1;pointer-events:none}.customer-hero-carousel__slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;user-select:none;-webkit-user-drag:none;position:relative;z-index:2;border-radius:inherit}.customer-hero-carousel__slide.is-active img{animation:customerHeroBannerPan 7s ease-in-out infinite alternate}.customer-hero-carousel__slides{background:#050c12}.customer-hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s ease;animation:none!important;transform:none!important;top:0;left:0}.customer-hero-slide.is-active{opacity:1}.customer-hero-dots{display:flex;justify-content:center;gap:.45rem;margin-top:.75rem}.customer-hero-dot{width:8px;height:8px;padding:0;border:none;border-radius:999px;background:rgba(26,38,18,.18);cursor:pointer}.customer-hero-dot.is-active{width:22px;background:#80bf28}.hero-leaves{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}.customer-hero-dark{position:relative;z-index:2;flex:1 1 auto;display:flex;align-items:center;width:100%;max-width:100%;padding:clamp(2rem,4vw,3.25rem) max(var(--customer-layout-gutter),env(safe-area-inset-right,0px)) clamp(3.75rem,6.5vw,5.25rem) max(var(--customer-layout-gutter),env(safe-area-inset-left,0px));box-sizing:border-box}.customer-hero-dark__inner{width:100%;max-width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1.75rem,4vw,3rem);align-items:center;min-width:0}.customer-hero-dark__copy{justify-self:start;align-self:center;max-width:34rem;padding-right:0}.customer-hero-dark__copy .customer-hero-cta .btn-outline-ghost,.customer-hero-dark__copy .customer-hero-cta .btn-primary,.customer-hero-dark__copy .customer-hero-kicker,.customer-hero-dark__copy .customer-hero-sub,.customer-hero-dark__copy .customer-hero-title{text-transform:uppercase;letter-spacing:.04em}.customer-hero-dark__copy .customer-hero-kicker{letter-spacing:.14em}.customer-hero-dark__promo{justify-self:stretch;align-self:center;width:100%;max-width:100%}.customer-hero-title--light{color:#fff;font-size:clamp(1.85rem, 4.2vw, 2.75rem);font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.25);line-height:1.12}.customer-hero-title--light em{color:#80bf28;font-style:normal}.customer-hero-sub--light{color:rgba(240,247,230,.88);max-width:34rem;font-size:clamp(.95rem, 2vw, 1.08rem);line-height:1.6;text-shadow:0 1px 3px rgba(0,0,0,.15)}.customer-hero-kicker{color:#80bf28;font-weight:700;letter-spacing:.14em;font-size:clamp(.95rem, 2vw, 1.15rem);text-shadow:0 1px 4px rgba(0,0,0,.15)}.customer-hero-promo-card{position:relative;width:100%;max-width:100%;min-width:0;border-radius:clamp(1.5rem,3.2vw,2.25rem);border:none;overflow:hidden;background:0 0;filter:drop-shadow(0 0 10px rgba(128, 191, 40, .32)) drop-shadow(0 0 22px rgba(173, 255, 47, .16))}.customer-hero-promo-card::before{content:"";position:absolute;inset:0;border-radius:inherit;border:1.5px solid rgba(200,230,70,.72);box-shadow:inset 0 0 28px rgba(128,191,40,.14),inset 0 0 8px rgba(214,255,100,.22);pointer-events:none;z-index:4}.customer-hero-promo-card::after{content:"";position:absolute;inset:-3px;border-radius:inherit;box-shadow:0 0 0 1px rgba(128,191,40,.28),0 0 14px rgba(128,191,40,.42),0 0 28px rgba(173,255,47,.24),0 0 44px rgba(128,191,40,.14);pointer-events:none;z-index:0}.customer-hero-promo-card .customer-hero-carousel{position:relative;z-index:1;aspect-ratio:3/2;height:auto;min-height:clamp(190px,24vw,220px);max-height:clamp(220px,28vw,380px);border-radius:clamp(1.5rem,3.2vw,2.25rem);background:#050c12}@media (prefers-reduced-motion:reduce){.customer-hero-carousel__slide{transition:none}.customer-hero-carousel__slide.is-active img{animation:none}}.customer-hero-dark .customer-hero-dots{margin-top:.65rem}.customer-hero-dark .customer-hero-dot{background:rgba(255,255,255,.25)}.customer-hero-dark .customer-hero-dot.is-active{background:#80bf28}.customer-page-catalogo .card.card--lime{--cat-tone-rgb:128,191,40}.customer-page-catalogo .card.card--teal{--cat-tone-rgb:36,138,148}.customer-page-catalogo .card.card--indigo{--cat-tone-rgb:72,92,178}.customer-page-catalogo .card.card--plum{--cat-tone-rgb:124,72,158}.customer-page-catalogo .card.card--terracotta{--cat-tone-rgb:186,86,72}.customer-page-catalogo .card.card--amber{--cat-tone-rgb:196,128,36}.customer-page-catalogo{--catalog-jade-deep:#4d7214;--catalog-jade-mid:#5c8618;--catalog-jade-bright:#6a961c;--catalog-jade-hover:#76a622;--catalog-jade-glow:rgba(96, 134, 24, 0.34);--catalog-jade-gradient:linear-gradient(
    165deg,
    #4d7214 0%,
    #5c8618 42%,
    #6a961c 78%,
    #76a622 100%
  );--catalog-jade-gradient-hover:linear-gradient(
    165deg,
    #5c8618 0%,
    #6a961c 45%,
    #76a622 100%
  )}.customer-page-catalogo .card{--cat-tone-rgb:128,191,40;border-radius:16px;border:1px solid rgba(var(--cat-tone-rgb),.14);box-shadow:0 1px 2px rgba(26,38,18,.04),0 10px 30px rgba(26,38,18,.07);background:linear-gradient(180deg,#fff 0,#fafdf8 100%);overflow:hidden;transition:transform .35s cubic-bezier(.4, 0, .2, 1),box-shadow .35s cubic-bezier(.4, 0, .2, 1),border-color .35s ease}.customer-page-catalogo .card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;z-index:3;background:linear-gradient(90deg,rgba(var(--cat-tone-rgb),.12) 0,rgba(var(--cat-tone-rgb),.88) 50%,rgba(var(--cat-tone-rgb),.12) 100%);opacity:.95}[data-theme=dark] .customer-page-catalogo .card{background:linear-gradient(180deg,rgba(18,28,20,.98) 0,rgba(12,20,14,.98) 100%);border-color:rgba(var(--cat-tone-rgb),.22);box-shadow:0 10px 32px rgba(0,0,0,.35)}.customer-page-catalogo .card-img-container{position:relative;width:100%;padding-bottom:0;aspect-ratio:1/1;min-height:clamp(150px,24vw,210px);overflow:hidden;background:#fff;border-bottom:1px solid rgba(26,38,18,.06);flex-shrink:0}[data-theme=dark] .customer-page-catalogo .card-img-container{background:radial-gradient(ellipse 85% 70% at 50% 20%,rgba(var(--cat-tone-rgb),.14) 0,transparent 55%),linear-gradient(180deg,rgba(22,32,24,.95) 0,rgba(14,22,16,.98) 100%);border-bottom-color:rgba(255,255,255,.06)}.customer-page-catalogo .card-img{position:absolute;inset:0;z-index:1;display:block;width:100%;height:100%;object-fit:contain;object-position:center;padding:.35rem .5rem;box-sizing:border-box;background:0 0;opacity:1!important;visibility:visible!important;filter:none;transform:translateZ(0);backface-visibility:hidden}.customer-page-catalogo .card-img--defer:not(.is-loaded){opacity:0;visibility:hidden}.customer-page-catalogo .card-img-container:has(.card-img--defer:not(.is-loaded)){background:radial-gradient(ellipse 85% 70% at 50% 20%,rgba(var(--cat-tone-rgb),.16) 0,transparent 55%),linear-gradient(180deg,rgba(var(--cat-tone-rgb),.08) 0,rgba(var(--cat-tone-rgb),.04) 100%);position:relative;overflow:hidden}.customer-page-catalogo .card-img-container:has(.card-img--defer:not(.is-loaded))::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 42%,rgba(255,255,255,.28) 50%,transparent 58%);transform:translateX(-120%);animation:catalog-img-shimmer 1.1s ease-in-out infinite;pointer-events:none}.customer-page-catalogo .card-img--defer.is-loaded{opacity:1!important;transition:opacity .12s ease-out}.customer-page-catalogo .card-img-placeholder{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;background:0 0;color:rgba(var(--cat-tone-rgb),.35)}.customer-page-catalogo .card-body{padding:.65rem .8rem .8rem;gap:0;background:0 0}.customer-page-catalogo .card-category{display:inline-flex;align-self:flex-start;margin-bottom:.35rem;padding:.18rem .5rem;border-radius:999px;background:rgba(var(--cat-tone-rgb),.14);border:1px solid rgba(var(--cat-tone-rgb),.34);color:rgba(var(--cat-tone-rgb),1);font-size:.6rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 2px 8px rgba(var(--cat-tone-rgb),.12)}[data-theme=dark] .customer-page-catalogo .card-category{background:rgba(var(--cat-tone-rgb),.22);border-color:rgba(var(--cat-tone-rgb),.42);color:color-mix(in srgb,rgb(var(--cat-tone-rgb)) 72%,#fff);box-shadow:0 2px 10px rgba(var(--cat-tone-rgb),.18)}.customer-page-catalogo .card-title{font-size:.9rem;font-weight:700;line-height:1.25;margin-bottom:.4rem;min-height:2.4em;color:var(--text-primary)}.customer-page-catalogo .card-price-row{margin-bottom:.65rem;padding-top:.05rem}.customer-page-catalogo .card-price{color:var(--catalog-jade-mid);font-size:1.15rem;font-weight:800;letter-spacing:-.02em;margin-bottom:0}[data-theme=dark] .customer-page-catalogo .card-price{color:#b8e86a}.customer-page-catalogo .card-price-old{color:var(--text-muted);font-size:.82rem}.customer-page-catalogo .card-status-badge{top:12px;left:12px;padding:.32rem .62rem;border-radius:999px;font-size:.6rem;font-weight:800;letter-spacing:.07em;box-shadow:0 3px 10px rgba(0,0,0,.12);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.customer-page-catalogo .card-status-badge--ok{background:var(--catalog-jade-gradient);color:#fff}.customer-page-catalogo .card-status-badge--pocas{background:rgba(208,144,32,.95);color:#fff}.customer-page-catalogo .card-status-badge--agotado{background:rgba(100,116,139,.95);color:#fff}.customer-page-catalogo .card-promo-ribbon{top:auto;bottom:12px;left:12px;right:auto;padding:.32rem .62rem;border-radius:999px;background:linear-gradient(135deg,#e85d4a 0,#c84030 100%);box-shadow:0 4px 12px rgba(200,64,48,.35);font-size:.68rem;font-weight:800;letter-spacing:.04em}.customer-page-catalogo .card-favorite{top:12px;right:12px;background:rgba(255,255,255,.94);border:1px solid rgba(var(--cat-tone-rgb),.12);width:36px;height:36px;border-radius:12px;box-shadow:0 4px 14px rgba(26,38,18,.1)}.customer-page-catalogo .btn-add--full{width:100%;margin-top:auto;border-radius:12px;font-size:.78rem;font-weight:700;letter-spacing:.02em;gap:.4rem;padding:.55rem .65rem}[data-theme=light] .customer-page-catalogo .coca-natural-showcase__layout{background:radial-gradient(ellipse 70% 80% at 0 50%,rgba(92,134,24,.07),transparent 55%),linear-gradient(90deg,#fafcf7 0,#eef3e6 100%)}[data-theme=light] .customer-page-catalogo .coca-natural-showcase__hero-img{mix-blend-mode:normal;filter:drop-shadow(0 8px 18px rgba(60, 90, 30, .2))}[data-theme=light] .customer-page-catalogo .coca-natural-showcase__media-glow{background:radial-gradient(circle at 50% 45%,rgba(150,208,50,.12),transparent 68%)}[data-theme=light] .customer-page-catalogo .coca-natural-showcase__hoja--economica{--cnh-bg:#fff8eb;--cnh-bd:rgba(210, 150, 55, 0.42);--cnh-icon-bg:rgba(255, 210, 120, 0.45);--cnh-icon-bd:rgba(210, 150, 55, 0.35);--cnh-price:#8a5a08;--cnh-hover-bg:#fff3dc;--cnh-hover-bd:rgba(210, 150, 55, 0.58);--cnh-shadow:rgba(210, 150, 55, 0.18)}[data-theme=light] .customer-page-catalogo .coca-natural-showcase__hoja--pequena{--cnh-bg:#eefaf7;--cnh-bd:rgba(56, 168, 148, 0.38);--cnh-icon-bg:rgba(120, 220, 200, 0.35);--cnh-icon-bd:rgba(56, 168, 148, 0.32);--cnh-price:#1a7a68;--cnh-hover-bg:#e4f7f2;--cnh-hover-bd:rgba(56, 168, 148, 0.52);--cnh-shadow:rgba(56, 168, 148, 0.16)}[data-theme=light] .customer-page-catalogo .coca-natural-showcase__hoja--mediana{--cnh-bg:#f4fae8;--cnh-bd:rgba(120, 168, 32, 0.42);--cnh-icon-bg:rgba(184, 240, 69, 0.38);--cnh-icon-bd:rgba(120, 168, 32, 0.35);--cnh-price:#3d5c12;--cnh-hover-bg:#ecf6d8;--cnh-hover-bd:rgba(120, 168, 32, 0.55);--cnh-shadow:rgba(120, 168, 32, 0.16)}[data-theme=light] .customer-page-catalogo .coca-natural-showcase__hoja--larga{--cnh-bg:#edf8f1;--cnh-bd:rgba(45, 140, 90, 0.38);--cnh-icon-bg:rgba(110, 210, 160, 0.35);--cnh-icon-bd:rgba(45, 140, 90, 0.32);--cnh-price:#1f6640;--cnh-hover-bg:#e2f5ea;--cnh-hover-bd:rgba(45, 140, 90, 0.52);--cnh-shadow:rgba(45, 140, 90, 0.15)}[data-theme=light] .customer-page-catalogo .coca-natural-showcase__link--mach{color:#fff}@media (max-width:1024px){.customer-hero-dark__inner{grid-template-columns:1fr;max-width:min(640px,100%);width:100%}.customer-hero-dark__copy{justify-self:center;text-align:center;max-width:100%}.customer-hero-dark__promo{justify-self:stretch;width:100%;max-width:100%}.customer-hero-cta{justify-content:center}}@media (max-width:768px){.customer-hero-dark__copy .customer-hero-cta{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:clamp(.45rem,2vw,.65rem);width:100%;max-width:100%}.customer-hero-dark__copy .customer-hero-cta .btn-outline-ghost,.customer-hero-dark__copy .customer-hero-cta .btn-primary{flex:1 1 0;min-width:0;justify-content:center;padding:.58rem clamp(.5rem,2.4vw,.85rem);font-size:clamp(.62rem, 2.6vw, .74rem);letter-spacing:.02em;line-height:1.15;white-space:nowrap}.customer-hero-dark__copy .customer-hero-cta .ico,.customer-hero-dark__copy .customer-hero-cta .ico--btn,.customer-hero-dark__copy .customer-hero-cta svg{width:clamp(14px,3.5vw,16px)!important;height:clamp(14px,3.5vw,16px)!important;flex-shrink:0}}.customer-page-catalogo .customer-main{overflow-x:visible}.customer-page-catalogo .customer-app-shell,.customer-page-catalogo .customer-main{background:0 0}.customer-page-catalogo .customer-app-shell{padding-top:0}[data-theme=dark] body.customer-page-catalogo{background:linear-gradient(180deg,#040806 0,#08100a 45%,#0a120c 100%);background-attachment:fixed}[data-theme=dark] .customer-page-catalogo .card-img,[data-theme=dark] .customer-page-catalogo .card-img-placeholder{background:0 0!important;filter:none;opacity:1!important;visibility:visible!important}[data-theme=dark] .customer-page-catalogo .card-title{color:#f0f7e6}[data-theme=dark] .customer-page-catalogo .card-price-old{color:rgba(195,220,170,.45)}[data-theme=dark] .customer-page-catalogo .puntos-banner{background:linear-gradient(135deg,rgba(22,34,24,.98) 0,rgba(14,22,16,.96) 100%);border-color:rgba(128,191,40,.32);box-shadow:0 14px 34px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.04)}[data-theme=dark] .customer-page-catalogo .puntos-banner::after{background:linear-gradient(180deg,#e8b020 0,#96d032 100%)}[data-theme=dark] .customer-page-catalogo .puntos-banner__icon-wrap{background:linear-gradient(145deg,rgba(128,191,40,.28) 0,rgba(128,191,40,.1) 100%);border-color:rgba(168,220,72,.34);color:#a8dc48;box-shadow:0 6px 18px rgba(0,0,0,.28)}[data-theme=dark] .customer-page-catalogo .puntos-banner__icon-wrap .ico,[data-theme=dark] .customer-page-catalogo .puntos-banner__icon-wrap svg{color:#e8b020}[data-theme=dark] .customer-page-catalogo .puntos-banner__cta{color:#f0f7e6;background:linear-gradient(135deg,rgba(232,176,32,.18) 0,rgba(128,191,40,.12) 100%);border-color:rgba(232,176,32,.28)}[data-theme=dark] .customer-page-catalogo .puntos-banner__hint,[data-theme=dark] .customer-page-catalogo .puntos-banner__label{color:rgba(195,220,170,.78)}[data-theme=dark] .customer-page-catalogo .puntos-banner__hint{background:rgba(255,255,255,.05);border-color:rgba(128,191,40,.22)}[data-theme=dark] .customer-page-catalogo .puntos-banner__rule{color:#f0f7e6;background:linear-gradient(135deg,rgba(232,176,32,.18) 0,rgba(128,191,40,.12) 100%);border-color:rgba(232,176,32,.28)}[data-theme=dark] .customer-page-catalogo .puntos-val__num{color:#f0c030;text-shadow:0 0 18px rgba(232,176,32,.22)}[data-theme=dark] .customer-page-catalogo .puntos-val__unit{color:rgba(195,220,170,.62)}[data-theme=dark] .customer-page-catalogo .puntos-banner__meta{border-left-color:rgba(128,191,40,.22)}[data-theme=dark] .customer-page-catalogo .customer-trust-bar{background:rgba(12,20,14,.75);border-color:rgba(128,191,40,.18)}[data-theme=dark] .customer-page-catalogo .customer-trust-bar__title{color:#f0f7e6}[data-theme=dark] .customer-page-catalogo .customer-trust-bar__desc{color:rgba(195,220,170,.62)}.customer-panel-select .catalog-toolbar-cat-trigger{width:100%;min-height:2.75rem;justify-content:space-between;padding:.55rem .85rem .55rem 1rem;border:2px solid rgba(150,208,50,.38);border-radius:999px;background-color:#fff;background-image:linear-gradient(180deg,#fff 0,#f7faf4 100%);box-shadow:var(--shadow-sm),inset 0 1px 0 rgba(255,255,255,.35);font-size:.84rem;font-weight:700}.customer-panel-select .catalog-toolbar-cat-trigger__label{text-align:left;flex:1 1 auto}.customer-panel-select .catalog-toolbar-cat-trigger__chev{color:#7cb824}.customer-panel-select .catalog-toolbar-cat-menu{z-index:160;min-width:100%;width:100%;max-width:none;border:2px solid rgba(150,208,50,.34);border-radius:16px}.customer-panel-filters__bar .customer-panel-select .catalog-toolbar-cat-menu,.mis-pedidos-filters__bar .customer-panel-select .catalog-toolbar-cat-menu{z-index:180}.customer-panel-select .catalog-toolbar-cat-option{font-size:.84rem;font-weight:600;border-radius:12px}.customer-panel-select .catalog-toolbar-cat-option.is-active{background:linear-gradient(180deg,#96d032 0,#7cb824 100%);color:#fff;box-shadow:0 4px 14px rgba(128,191,40,.28)}.customer-panel-filters__select,.mis-pedidos-filters__select:not(.catalog-toolbar-cat-native){width:100%;min-width:0;min-height:2.75rem;padding:.5rem 2rem .5rem .75rem;border-radius:999px;border:2px solid rgba(150,208,50,.34);background:rgba(255,255,255,.88);color:var(--text-primary);font-family:Outfit,sans-serif;font-size:.84rem;font-weight:600;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237cb824' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;transition:border-color .2s ease}.mis-pedidos-filters-modal .customer-panel-select .catalog-toolbar-cat-trigger{min-height:3rem;padding:.62rem .95rem .62rem 1.05rem;font-size:.88rem}.mis-pedidos-filters-modal .customer-panel-select .catalog-toolbar-cat-menu{z-index:3260;border-radius:18px;padding:.5rem;box-shadow:var(--shadow-md),0 22px 48px rgba(0,0,0,.28),0 0 0 1px rgba(150,208,50,.12)}.mis-pedidos-filters-modal .customer-panel-select .catalog-toolbar-cat-option{min-height:2.65rem;padding:.62rem .85rem;border-radius:14px;font-size:.88rem}.mis-pedidos-filters-modal .customer-panel-select .catalog-toolbar-cat-option.is-active{background:linear-gradient(180deg,#96d032 0,#7cb824 100%);color:#fff;box-shadow:0 6px 18px rgba(128,191,40,.32)}[data-theme=dark] .mis-pedidos-filters-modal .customer-panel-select .catalog-toolbar-cat-menu{background:linear-gradient(180deg,rgba(18,28,20,.99) 0,rgba(10,18,12,.99) 100%);border-color:rgba(150,208,50,.32);box-shadow:var(--shadow-md),0 24px 56px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.04)}[data-theme=dark] .customer-panel-filters__input,[data-theme=dark] .customer-panel-filters__select:not(.catalog-toolbar-cat-native),[data-theme=dark] .mis-pedidos-filters__input,[data-theme=dark] .mis-pedidos-filters__select:not(.catalog-toolbar-cat-native){background-color:rgba(22,34,24,.72);border-color:rgba(150,208,50,.26);color:rgba(240,247,230,.92)}[data-theme=dark] .customer-panel-select .catalog-toolbar-cat-trigger{background-image:linear-gradient(180deg,rgba(255,255,255,.06) 0,transparent 45%);background-color:rgba(22,34,24,.72);border-color:rgba(150,208,50,.28);color:rgba(240,247,230,.92)}[data-theme=dark] .customer-panel-select .catalog-toolbar-cat-trigger__chev{color:#a8dc48}[data-theme=dark] .customer-panel-select .catalog-toolbar-cat-menu{background:linear-gradient(180deg,rgba(22,32,24,.98) 0,rgba(14,22,16,.98) 100%);border-color:rgba(150,208,50,.28)}[data-theme=dark] .customer-panel-select .catalog-toolbar-cat-option.is-active{background:linear-gradient(180deg,#96d032 0,#7cb824 100%);color:#fff}.customer-page-catalogo .cat-carousel__card.is-loading .cat-carousel__frame{outline:2px solid rgba(22,163,74,.35);outline-offset:2px}.customer-hero-promo-card{min-height:0}.customer-hero-carousel__viewport{min-height:0}.customer-hero-carousel__slide img{width:100%;height:100%;object-fit:cover;object-position:center center}.cat-carousel--customer .cat-carousel__grid-mobile{min-height:7.75rem}.cat-carousel__frame{aspect-ratio:1/1}@media (max-width:768px){.customer-hero-carousel__slide::before{display:none}.customer-hero-promo-card::after,.customer-hero-promo-card::before{opacity:.25}.cat-carousel--customer{box-shadow:0 6px 18px rgba(26,38,18,.05)}.cat-carousel--customer .cat-carousel__frame{box-shadow:0 4px 12px rgba(26,38,18,.06)}.cat-carousel--customer .cat-carousel__shine{display:none}.customer-hero-dark__copy .customer-hero-title{text-wrap:balance}}@media (prefers-reduced-motion:reduce){.cat-carousel__track,.customer-hero-carousel__slide.is-active img{animation:none!important}}:root{--customer-layout-max:100%;--customer-layout-gutter:clamp(1rem, 2.5vw, 2.25rem);--customer-header-edge:clamp(1rem, 2.2vw, 1.75rem);--customer-header-stack:4.25rem;--customer-catalog-toolbar-top:var(--customer-header-stack)}@media (max-width:768px){:root{--customer-header-stack:4.15rem}}#catalog-toolbar-sticky,.catalog-toolbar-sticky{position:relative;top:auto;z-index:auto;box-sizing:border-box;overflow:visible}.customer-catalog-toolbar-wrap{position:sticky;top:var(--customer-header-stack);z-index:990;width:100%;max-width:var(--customer-layout-max);margin:-2.75rem auto 0;padding:0 max(var(--customer-layout-gutter),env(safe-area-inset-right,0px)) .75rem max(var(--customer-layout-gutter),env(safe-area-inset-left,0px));box-sizing:border-box;overflow:visible}.catalog-toolbar-card{margin-bottom:1.25rem;overflow:hidden;box-sizing:border-box}.catalog-toolbar-card .catalog-toolbar-sticky{position:relative;top:auto;z-index:auto;margin:0;padding:.85rem 1rem .95rem;overflow:visible;box-sizing:border-box;background:var(--tb-bg,linear-gradient(165deg,rgba(255,255,255,.97) 0,rgba(241,248,236,.93) 100%));border-radius:24px;border:2px solid var(--tb-border,rgba(150,208,50,.58));box-shadow:0 18px 44px rgba(26,38,18,.07),0 0 0 2px rgba(150,208,50,.16)}.customer-page-catalogo .catalog-toolbar-card{--tb-bg:linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(241, 248, 236, 0.93) 100%);--tb-border:rgba(150, 208, 50, 0.58);background:0 0;border:none;box-shadow:none;border-radius:24px}.customer-page-catalogo .catalog-toolbar-row--search{--catalog-toolbar-control-h:2.875rem}.customer-page-catalogo .catalog-toolbar-row--search .action-btn,.customer-page-catalogo .catalog-toolbar-row--search .catalog-oferta-chip,.customer-page-catalogo .catalog-toolbar-row--search .catalog-toolbar-cat-trigger,.customer-page-catalogo .catalog-toolbar-row--search .search-input{min-height:var(--catalog-toolbar-control-h);box-sizing:border-box}.customer-page-catalogo .catalog-toolbar-row--search .search-input{background:rgba(255,255,255,.82);border:2px solid rgba(150,208,50,.52);color:var(--text-primary,#1a2612)}[data-theme=dark] .customer-page-catalogo .catalog-toolbar-card{--tb-bg:linear-gradient(165deg, rgba(18, 28, 20, 0.97) 0%, rgba(12, 20, 14, 0.95) 100%);--tb-border:rgba(128, 191, 40, 0.38)}[data-theme=dark] .customer-page-catalogo .catalog-toolbar-card .catalog-toolbar-sticky{box-shadow:0 18px 44px rgba(0,0,0,.42),0 0 0 2px rgba(128,191,40,.12)}[data-theme=dark] .customer-page-catalogo .catalog-toolbar-row--search .search-input{background:rgba(22,34,24,.82);border-color:rgba(128,191,40,.42);color:rgba(240,247,230,.96)}.catalog-search-form{display:flex;flex-direction:column;flex:1 1 0;min-width:0;gap:0;box-sizing:border-box}.catalog-search-form .search-box{flex:1 1 12rem;min-width:0;box-sizing:border-box}.catalog-toolbar-pin-sentinel{width:100%;height:1px;margin:0;pointer-events:none;visibility:hidden}.cat-carousel{--cat-card:118px;--cat-gap:14px;width:100%;margin:10px 0 14px;padding:6px 0;box-sizing:border-box}.cat-carousel--customer .cat-carousel__grid-mobile{display:none}.cat-carousel__viewport{position:relative;overflow:hidden}.cat-carousel__track{display:flex;align-items:flex-start;gap:var(--cat-gap);width:max-content}.cat-carousel__card{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:10px;width:calc(var(--cat-card) + 20px);padding:0;box-sizing:border-box}.cat-carousel__frame{position:relative;width:var(--cat-card);height:var(--cat-card);aspect-ratio:1/1;overflow:hidden;display:grid;place-items:center;box-sizing:border-box}.cat-carousel__img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:768px){.cat-carousel--customer,.customer-catalog-shell .cat-carousel--customer{--cat-carousel-edge:clamp(12px, 3vw, 16px);margin-top:.35rem;margin-bottom:.35rem;margin-left:auto;margin-right:auto;padding:10px var(--cat-carousel-edge) 12px;overflow:visible;width:min(420px,calc(100% - max(var(--customer-layout-gutter,1rem),env(safe-area-inset-left,0px)) - max(var(--customer-layout-gutter,1rem),env(safe-area-inset-right,0px))));max-width:100%;box-sizing:border-box}.customer-page-catalogo .customer-catalog-toolbar-wrap{margin-top:-1.2rem;width:100%;max-width:100%;padding-left:max(.85rem,env(safe-area-inset-left,0px));padding-right:max(.85rem,env(safe-area-inset-right,0px));padding-bottom:.45rem}.customer-page-catalogo .catalog-toolbar-card .catalog-toolbar-sticky{padding:.62rem .68rem .68rem;width:100%;max-width:100%}.customer-page-catalogo .catalog-toolbar-primary-strip,.customer-page-catalogo .catalog-toolbar-primary-strip .search-box,.customer-page-catalogo .catalog-toolbar-row--search,.customer-page-catalogo .catalog-toolbar-row--search .search-input{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.customer-page-catalogo .catalog-toolbar-row--search{display:flex;flex-direction:column;gap:.42rem;align-items:stretch}.customer-page-catalogo .catalog-toolbar-primary-strip{display:flex;align-items:stretch;gap:.42rem;width:100%;min-width:0}.customer-page-catalogo .catalog-toolbar-primary-strip .search-box{flex:1 1 auto;min-width:0}.customer-page-catalogo .catalog-toolbar-quick-actions{display:flex;align-items:stretch;gap:.42rem;flex-shrink:0}.cat-carousel--customer>.cat-carousel__viewport--desktop{display:none!important;visibility:hidden!important;height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;pointer-events:none!important}.cat-carousel--customer .cat-carousel__grid-mobile{--cat-mobile-gap:0.58rem;--cat-mobile-col:calc((100% - (2 * var(--cat-mobile-gap))) / 3);display:flex!important;flex-wrap:wrap;justify-content:center;align-items:flex-start;column-gap:var(--cat-mobile-gap);row-gap:.72rem;width:100%;max-width:100%;min-height:7.75rem;margin:0 auto;padding-inline:0;list-style:none;box-sizing:border-box}.cat-carousel--customer .cat-carousel__grid-mobile>.cat-carousel__item{flex:0 0 var(--cat-mobile-col)!important;width:var(--cat-mobile-col)!important;max-width:var(--cat-mobile-col)!important;min-width:0!important;margin:0;padding:0}.cat-carousel--customer .cat-carousel__grid-mobile>.cat-carousel__item>.cat-carousel__card{width:100%;gap:.38rem}.cat-carousel--customer .cat-carousel__grid-mobile .cat-carousel__frame{width:100%;height:auto;aspect-ratio:1/1}.customer-catalog-hero-zone .hero-leaves--zone{display:none}}.customer-page-catalogo .customer-catalog-hero-zone{position:relative;overflow-x:hidden;overflow-y:visible;display:flex;flex-direction:column;width:100%;max-width:100%;box-sizing:border-box;min-height:clamp(420px,52vw,560px);padding-top:var(--customer-header-stack)}.customer-page-catalogo .customer-hero-dark{position:relative;z-index:2;flex:1 1 auto;display:flex;align-items:center;width:100%;max-width:100%;box-sizing:border-box;padding:clamp(2rem,4vw,3.25rem) max(var(--customer-layout-gutter),env(safe-area-inset-right,0px)) clamp(3.75rem,6.5vw,5.25rem) max(var(--customer-layout-gutter),env(safe-area-inset-left,0px))}.customer-page-catalogo .customer-hero-dark__inner{width:100%;max-width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1.75rem,4vw,3rem);align-items:center;min-width:0}.customer-page-catalogo .customer-hero-dark__promo{width:100%;max-width:100%;min-width:0}.customer-page-catalogo .customer-hero-promo-card{width:100%;max-width:100%;min-width:0}.customer-page-catalogo .customer-hero-carousel{position:relative;width:100%;aspect-ratio:3/2;height:auto;min-height:clamp(190px,24vw,220px);max-height:clamp(220px,28vw,300px);margin-bottom:0;overflow:hidden;box-sizing:border-box}.customer-page-catalogo .customer-hero-carousel__viewport{position:absolute;inset:0;overflow:hidden;width:100%;height:100%}.customer-page-catalogo .customer-hero-carousel__track{position:relative;display:block;width:100%;height:100%}.customer-page-catalogo .customer-hero-carousel__slide{position:absolute;inset:0;width:100%;height:100%;margin:0;box-sizing:border-box;display:block;overflow:hidden}.customer-page-catalogo .customer-hero-carousel__slide picture{position:absolute;inset:0;display:block;width:100%;height:100%}.customer-page-catalogo .customer-hero-carousel__slide img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.customer-page-catalogo .customer-hero-dots{display:flex;justify-content:center;align-items:center;gap:.8rem;min-height:2.75rem;margin-top:.15rem;width:100%}.customer-page-catalogo #catalog-toolbar-sticky,.customer-page-catalogo .catalog-toolbar-sticky{position:relative!important;top:auto!important;z-index:auto!important;margin-left:0!important;margin-right:0!important;margin-bottom:0!important;box-sizing:border-box}.customer-page-catalogo .customer-catalog-toolbar-wrap,.customer-page-catalogo .customer-catalog-toolbar-wrap.is-pinned{position:sticky!important;top:var(--customer-header-stack)!important}.customer-page-catalogo .cat-carousel--customer .cat-carousel__head{min-height:1.65rem;box-sizing:border-box}.customer-page-catalogo .nav-logo .brand-logo{width:auto;height:56px;max-width:168px;object-fit:contain}@media (max-width:1024px){.customer-page-catalogo .customer-hero-dark__inner{grid-template-columns:1fr;max-width:min(640px,100%)}}@media (max-width:768px){.customer-page-catalogo .customer-catalog-hero-zone{min-height:clamp(380px,108vw,520px)}.customer-page-catalogo .customer-hero-dark{padding-bottom:clamp(2.5rem,8vw,3.5rem)}.customer-page-catalogo .customer-hero-carousel{min-height:clamp(168px,46vw,210px);max-height:clamp(210px,52vw,240px)}.customer-page-catalogo .nav-logo .brand-logo{height:48px;max-width:148px}}.customer-page-catalogo .customer-hero-promo-card{min-height:0;width:100%;display:flex;flex-direction:column;align-items:stretch}.customer-page-catalogo .customer-hero-carousel{position:relative;width:100%;aspect-ratio:3/2;height:auto;min-height:clamp(190px,24vw,220px);max-height:clamp(240px,30vw,340px);margin:0 auto;overflow:hidden}.customer-page-catalogo .customer-hero-carousel__viewport{position:absolute;inset:0;width:100%;height:100%;min-height:0;max-height:none;aspect-ratio:unset;overflow:hidden;box-sizing:border-box}.customer-page-catalogo .customer-hero-carousel__track{position:relative;width:100%;height:100%}.customer-page-catalogo .customer-hero-carousel__slide{position:absolute;inset:0;display:block;overflow:hidden}.customer-page-catalogo .customer-hero-carousel__slide picture{position:absolute;inset:0;display:block;width:100%;height:100%}.customer-page-catalogo .customer-hero-carousel__slide img{position:absolute;inset:0;display:block;width:100%;height:100%;margin:0;object-fit:cover;object-position:center center}.customer-page-catalogo .customer-hero-carousel__slide.is-active img{animation:none}.customer-page-catalogo .customer-hero-carousel__slide--contain{background:#050c12}.customer-page-catalogo .customer-hero-carousel__slide--contain img{object-fit:contain;object-position:center center;width:100%;height:100%}.customer-page-catalogo .customer-hero-carousel__slide--contain::before{opacity:.9;filter:blur(22px) brightness(.38) saturate(1.15)}.customer-page-catalogo .customer-hero-dark__promo{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.customer-page-catalogo .customer-hero-dots{display:flex;justify-content:center;align-items:center;width:100%;margin-top:.65rem}@media (max-width:768px){.customer-page-catalogo .customer-hero-carousel{min-height:clamp(180px,48vw,220px);max-height:clamp(220px,56vw,280px)}}.customer-page-catalogo .cat-carousel--customer{min-height:8.5rem;contain:layout style}.customer-page-catalogo .cat-carousel--customer .cat-carousel__head{min-height:1.65rem}@media (max-width:768px){.customer-page-catalogo .cat-carousel--customer .cat-carousel__grid-mobile{min-height:7.75rem;contain:layout style}.customer-page-catalogo .customer-hero-dark__copy{min-height:clamp(200px,52vw,260px)}.customer-page-catalogo .customer-hero-cta{min-height:2.75rem}.customer-page-catalogo .customer-hero-title--light{line-height:1.12}.customer-page-catalogo .bottom-nav{contain:layout style}}.customer-page-catalogo .card-status-badge--ok{color:#1a4d12;background:rgba(232,245,220,.96)}.customer-page-catalogo .customer-hero-kicker{color:#8fd42e}.customer-page-catalogo .bottom-nav-link{color:rgba(255,255,255,.92)}.customer-page-catalogo .bottom-nav-link.active{color:#b8e86a}.customer-page-catalogo .cat-carousel--customer,.customer-page-catalogo .customer-catalog-shell .cat-carousel--customer{margin:10px 0 16px;padding:14px clamp(10px,2.5vw,18px) 10px;border:1px solid transparent;border-radius:18px;box-sizing:border-box}.customer-page-catalogo .cat-carousel--customer .cat-carousel__head{display:block;margin-bottom:14px;padding:0 8px;text-align:center}.customer-page-catalogo .cat-carousel--customer .cat-carousel__title{margin:0;display:inline-block;font-family:Outfit,Inter,sans-serif;font-size:1.18rem;font-weight:800;line-height:1.25;letter-spacing:.14em;text-transform:uppercase}.customer-page-catalogo .cat-carousel--customer .cat-carousel__name{display:block;max-width:calc(var(--cat-card) + 24px);font-family:Outfit,Inter,sans-serif;font-size:.94rem;font-weight:700;line-height:1.3;letter-spacing:.02em;text-align:center;text-wrap:balance}.customer-page-catalogo .cat-carousel--customer .cat-carousel__emoji{font-size:2.6rem;line-height:1}@media (min-width:769px){.customer-page-catalogo .customer-catalog-shell .cat-carousel--customer{--cat-carousel-edge:clamp(12px, 1.75vw, 18px);margin-left:max(var(--customer-layout-gutter,1rem),env(safe-area-inset-left,0px));margin-right:max(var(--customer-layout-gutter,1rem),env(safe-area-inset-right,0px));width:auto;padding:14px var(--cat-carousel-edge) 10px}}@media (max-width:768px){.customer-header__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.5rem;padding-block:0.45rem;padding-left:max(var(--customer-header-edge),env(safe-area-inset-left,0px));padding-right:max(var(--customer-header-edge),env(safe-area-inset-right,0px));align-items:center}.customer-page-catalogo .cat-carousel--customer,.customer-page-catalogo .customer-catalog-shell .cat-carousel--customer{padding:10px var(--cat-carousel-edge,clamp(12px,3vw,16px)) 12px}.customer-page-catalogo .cat-carousel--customer .cat-carousel__head{margin-bottom:.65rem;padding:0}.customer-page-catalogo .cat-carousel--customer .cat-carousel__title{font-size:.92rem;letter-spacing:.1em}.customer-page-catalogo .cat-carousel--customer .cat-carousel__grid-mobile .cat-carousel__name--mobile{display:block;font-family:Outfit,Inter,sans-serif;font-size:clamp(.6rem, 2.55vw, .7rem);font-weight:700;line-height:1.22;letter-spacing:.015em;text-align:center;text-wrap:balance;word-break:normal;overflow-wrap:break-word;hyphens:none}.customer-page-catalogo .cat-carousel--customer .cat-carousel__grid-mobile .cat-carousel__emoji{font-size:1.55rem;line-height:1}}