/* html{} queda deliberadamente SIN scope (igual que en la landing): scroll-behavior
   solo funciona en el elemento raíz del documento. scroll-padding-top compensa el
   header sticky compartido (84px) para que el ancla de la lupa (#catalogo-productos)
   no quede tapada al hacer scroll suave. */
html{scroll-behavior:smooth;scroll-padding-top:92px;}
#alcaplus-all-products-page,#alcaplus-all-products-page *,#alcaplus-all-products-page *::before,#alcaplus-all-products-page *::after{box-sizing:border-box;margin:0;padding:0}
#alcaplus-all-products-page{--lima:#c6ff00;--lima-dark:#9fd400;--black:#13140f;--white:#fff;--stone:#f1f2ec;--line:#e1e2d8;--ivory:#f7f3e9;--sage:#e4e9da;--muted:#5b5c53;--red:#d83b28;--anton:'Anton',sans-serif;--inter:'Inter',sans-serif;font-family:var(--inter);color:var(--black);background:var(--white);line-height:1.5;overflow-x:clip}
#alcaplus-all-products-page a{color:inherit;text-decoration:none}#alcaplus-all-products-page button{font:inherit;color:inherit;border:0;background:none;cursor:pointer}#alcaplus-all-products-page img,#alcaplus-all-products-page svg{display:block;max-width:100%}
#alcaplus-all-products-page .ap-container{width:min(100%,1160px);margin-inline:auto;padding-inline:18px}#alcaplus-all-products-page .ap-skip-link{position:fixed;z-index:500;left:12px;top:10px;padding:9px 14px;background:var(--white);transform:translateY(-150%)}#alcaplus-all-products-page .ap-skip-link:focus{transform:none}
#alcaplus-all-products-page .ap-topbar{padding:9px 16px;background:var(--black);color:var(--white);text-align:center;font-size:12px;font-weight:600}#alcaplus-all-products-page .ap-topbar strong{color:var(--lima)}
#alcaplus-all-products-page .ap-header{position:sticky;top:0;z-index:40;background:var(--white);border-bottom:1px solid var(--line)}#alcaplus-all-products-page .ap-header__inner{height:60px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}#alcaplus-all-products-page .ap-header__inner>.ap-icon-btn{justify-self:start}#alcaplus-all-products-page .ap-header__inner>.ap-logo{justify-self:center}#alcaplus-all-products-page .ap-cart-button{justify-self:end!important}
#alcaplus-all-products-page .ap-logo{font-family:var(--anton);font-size:20px}#alcaplus-all-products-page .ap-icon-btn{position:relative;width:44px;height:44px;display:grid;place-items:center;border-radius:50%}#alcaplus-all-products-page .ap-icon-btn:hover{background:var(--stone)}#alcaplus-all-products-page .ap-icon-btn svg{width:21px;height:21px}#alcaplus-all-products-page .ap-cart-count,#alcaplus-all-products-page .premium-cart-count{position:absolute;top:1px;right:1px;display:grid;place-items:center;min-width:17px;height:17px;padding-inline:3px;border-radius:50%;background:var(--lima);font-size:10px;font-weight:800}
#alcaplus-all-products-page .ap-overlay{position:fixed;inset:0;z-index:90;background:rgba(19,20,15,.52);opacity:0;pointer-events:none;transition:opacity .2s}#alcaplus-all-products-page .ap-cart-overlay{position:fixed;inset:0;z-index:299;background:rgba(19,20,15,.52);opacity:0;pointer-events:none;transition:opacity .2s}#alcaplus-all-products-page .ap-overlay.is-open,#alcaplus-all-products-page .ap-cart-overlay.is-open{opacity:1;pointer-events:auto}
#alcaplus-all-products-page .ap-nav{position:fixed;inset:0 auto 0 0;z-index:91;width:min(310px,86vw);background:var(--white);transform:translateX(-100%);transition:transform .25s}#alcaplus-all-products-page .ap-nav.is-open{transform:none}#alcaplus-all-products-page .ap-nav__head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line)}#alcaplus-all-products-page .ap-nav nav{display:flex;flex-direction:column;padding:8px 18px}#alcaplus-all-products-page .ap-nav nav a{padding:14px 0;border-bottom:1px solid var(--line);font-weight:700}#alcaplus-all-products-page .ap-nav nav a[aria-current]{color:#597900}
#alcaplus-all-products-page .ap-cart{position:fixed;inset:0 0 0 auto;z-index:300;width:min(400px,100vw);background:var(--white);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .25s;box-shadow:-10px 0 30px rgba(19,20,15,.15)}#alcaplus-all-products-page .ap-cart.is-open{transform:none}#alcaplus-all-products-page .ap-cart__head{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-family:var(--anton);font-size:18px;text-transform:uppercase}#alcaplus-all-products-page .ap-cart__items,#alcaplus-all-products-page #premiumCartDrawerItems{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:16px}#alcaplus-all-products-page .ap-cart__footer{padding:16px 20px 20px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:12px}#alcaplus-all-products-page .ap-cart__subtotal{display:flex;justify-content:space-between;font-weight:800}#alcaplus-all-products-page .ap-cart__notice{min-height:18px;color:var(--red);font-size:12px}
#alcaplus-all-products-page .pilot-cart-empty{text-align:center;padding:36px 0;color:var(--muted)}#alcaplus-all-products-page .pilot-cart-item{display:flex;gap:12px}#alcaplus-all-products-page .pilot-cart-item__img{width:58px;height:58px;object-fit:cover;border-radius:8px}#alcaplus-all-products-page .pilot-cart-item__body{flex:1;min-width:0}#alcaplus-all-products-page .pilot-cart-item__name{font-size:13px;font-weight:700}#alcaplus-all-products-page .pilot-cart-item__price{font-size:12px;color:var(--muted)}#alcaplus-all-products-page .pilot-cart-item__side{display:flex;flex-direction:column;align-items:flex-end;gap:8px}#alcaplus-all-products-page .pilot-cart-item__subtotal{font-size:12px;font-weight:800}#alcaplus-all-products-page .pilot-cart-item__remove{width:30px;height:30px}#alcaplus-all-products-page .pilot-cart-item__remove svg{width:15px}#alcaplus-all-products-page .pilot-qty-stepper{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--line);border-radius:99px;padding:2px}#alcaplus-all-products-page .pilot-qty-stepper__btn{width:23px;height:23px}#alcaplus-all-products-page .pilot-qty-stepper__value{min-width:16px;text-align:center;font-size:12px;font-weight:700}
#alcaplus-all-products-page .ap-btn{display:flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:99px;font-weight:800;text-align:center}#alcaplus-all-products-page .ap-btn--primary{background:var(--lima);box-shadow:0 5px 0 var(--black)}
#alcaplus-all-products-page .ap-hero{background:var(--sage);padding:42px 0 34px}#alcaplus-all-products-page .ap-badge,#alcaplus-all-products-page .ap-eyebrow{display:inline-flex;padding:5px 12px;border:1px solid rgba(19,20,15,.18);border-radius:99px;font-size:10px;font-weight:800;text-transform:uppercase}#alcaplus-all-products-page h1,#alcaplus-all-products-page h2{font-family:var(--anton);text-transform:uppercase;line-height:1.05}#alcaplus-all-products-page h1{font-size:clamp(38px,10vw,68px);max-width:11ch;margin:14px 0}#alcaplus-all-products-page .ap-hero__copy>p{max-width:500px;color:var(--muted)}#alcaplus-all-products-page .ap-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}#alcaplus-all-products-page .ap-chips span{padding:7px 11px;background:rgba(255,255,255,.65);border-radius:99px;font-size:11px;font-weight:700}
#alcaplus-all-products-page .ap-catalog{padding:48px 0 70px}#alcaplus-all-products-page .ap-catalog__head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:26px}#alcaplus-all-products-page .ap-catalog__head h2{font-size:clamp(28px,6vw,44px);margin-top:10px}#alcaplus-all-products-page .ap-catalog__head>p{white-space:nowrap;color:var(--muted);font-size:13px;font-weight:700}
#alcaplus-all-products-page .ap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}#alcaplus-all-products-page .ap-card{position:relative;min-width:0;padding:10px;border:1px solid var(--black);border-radius:16px;background:var(--ivory);display:flex;flex-direction:column;gap:10px;overflow:hidden}#alcaplus-all-products-page .ap-card__link{position:absolute;inset:0;z-index:1}#alcaplus-all-products-page .ap-card__media{position:relative;z-index:2;pointer-events:none;aspect-ratio:1/1;border-radius:10px;overflow:hidden;background:var(--white)}#alcaplus-all-products-page .ap-card__image{width:100%;height:100%;object-fit:cover}#alcaplus-all-products-page .ap-card__image--placeholder{object-fit:contain;padding:24%}#alcaplus-all-products-page .ap-card__badge{position:absolute;top:7px;left:7px;padding:4px 7px;border-radius:99px;background:var(--lima);font-size:9px;font-weight:800;text-transform:uppercase}#alcaplus-all-products-page .ap-card__badge--stock{background:var(--black);color:var(--white)}#alcaplus-all-products-page .ap-card__body{position:relative;z-index:2;pointer-events:none;display:flex;flex-direction:column;flex:1}#alcaplus-all-products-page .ap-card h3{font-family:var(--inter);font-size:12px;line-height:1.35;min-height:4.05em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#alcaplus-all-products-page .ap-card__price{min-height:2.7em;margin-top:7px;font-weight:800;font-size:13px}#alcaplus-all-products-page .ap-card__price del{display:block;color:var(--muted);font-size:10px;font-weight:600}#alcaplus-all-products-page .ap-card__price ins{text-decoration:none}#alcaplus-all-products-page .ap-card__stock{margin-top:auto;color:var(--muted);font-size:10px;font-weight:700}#alcaplus-all-products-page .ap-card__add{position:relative;z-index:3;display:flex;justify-content:center;width:100%;min-height:42px;padding:11px 8px;border-radius:99px;background:var(--black);color:var(--lima);font-size:12px;font-weight:800}#alcaplus-all-products-page .ap-card__add:disabled{background:var(--line);color:var(--muted);cursor:not-allowed}#alcaplus-all-products-page .ap-card__add.loading{opacity:.6;pointer-events:none}
#alcaplus-all-products-page .ap-empty{text-align:center;padding:70px 20px;background:var(--stone);border-radius:20px}#alcaplus-all-products-page .ap-empty p{margin:10px 0 24px;color:var(--muted)}#alcaplus-all-products-page .ap-empty .ap-btn{max-width:260px;margin:auto}
#alcaplus-all-products-page .ap-ticker{width:100%;overflow:hidden;background:var(--black);padding-block:16px;color:var(--white)}#alcaplus-all-products-page .ap-ticker__track{display:flex;width:max-content;will-change:transform;animation:ap-ticker-scroll 30s linear infinite}#alcaplus-all-products-page .ap-ticker__group{display:flex;align-items:center;gap:44px;padding-right:44px}#alcaplus-all-products-page .ap-ticker span{display:flex;align-items:center;gap:9px;white-space:nowrap;font-size:13px;font-weight:800;text-transform:uppercase}#alcaplus-all-products-page .ap-ticker svg{width:16px;height:16px;flex:0 0 auto;color:var(--lima)}
@keyframes ap-ticker-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
#alcaplus-all-products-page .ap-review{padding:52px 0;background:#eef1e7;color:var(--black)}#alcaplus-all-products-page .ap-review__card{width:min(100%,1020px);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden;border:1px solid rgba(19,20,15,.16);border-radius:28px;background:#fffdf8;box-shadow:0 18px 42px rgba(19,20,15,.08)}#alcaplus-all-products-page .ap-review__media{min-width:0;display:grid;grid-template-columns:1fr 1fr;gap:3px;background:#d8ddcd;overflow:hidden}#alcaplus-all-products-page .ap-review__photo{position:relative;aspect-ratio:637/1279;overflow:hidden;background:#e4e9da}#alcaplus-all-products-page .ap-review__photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}#alcaplus-all-products-page .ap-review__tag{position:absolute;top:10px;left:10px;z-index:2;padding:4px 10px;border-radius:99px;font-family:var(--anton);font-size:10px;letter-spacing:.03em;text-transform:uppercase;background:rgba(255,253,248,.94);color:#13140f;box-shadow:0 2px 6px rgba(19,20,15,.14)}#alcaplus-all-products-page .ap-review__tag--after{background:var(--lima);color:#13140f}#alcaplus-all-products-page .ap-review__content{position:relative;padding:28px 24px 30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}#alcaplus-all-products-page .ap-review__mark{display:block;height:28px;margin-top:18px;color:#82ad00;font-family:Georgia,serif;font-size:54px;line-height:.8}#alcaplus-all-products-page .ap-review__label{display:inline-flex;padding:6px 11px;border:1px solid rgba(19,20,15,.2);border-radius:99px;color:#4f6900;background:rgba(198,255,0,.2);font-family:var(--anton);font-size:11px;text-transform:uppercase}#alcaplus-all-products-page .ap-review blockquote{max-width:18ch;margin:13px 0 24px;font-family:var(--inter);font-size:clamp(16.5px,4.5vw,19.5px);line-height:1.4;font-weight:600}#alcaplus-all-products-page .ap-review__author{display:flex;flex-direction:column;gap:3px}#alcaplus-all-products-page .ap-review__author strong{font-size:15px;font-weight:800}#alcaplus-all-products-page .ap-review__author span{color:#617b0b;font-size:13px;font-weight:700}
#alcaplus-all-products-page .ap-faq{padding:58px 0 68px;background:var(--white)}#alcaplus-all-products-page .ap-faq__head{margin-bottom:28px}#alcaplus-all-products-page .ap-faq__head h2{max-width:700px;margin-top:10px;font-size:clamp(30px,7vw,48px)}#alcaplus-all-products-page .ap-faq__list{border-top:1px solid var(--line)}#alcaplus-all-products-page .ap-faq__item{border-bottom:1px solid var(--line)}#alcaplus-all-products-page .ap-faq__question{width:100%;min-height:72px;padding:20px 4px;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;font-size:15px;font-weight:800}#alcaplus-all-products-page .ap-faq__icon{position:relative;width:20px;height:20px;flex:0 0 auto}#alcaplus-all-products-page .ap-faq__icon::before,#alcaplus-all-products-page .ap-faq__icon::after{content:"";position:absolute;top:9px;left:2px;width:16px;height:2px;background:currentColor;transition:transform .25s ease}#alcaplus-all-products-page .ap-faq__icon::after{transform:rotate(90deg)}#alcaplus-all-products-page .ap-faq__item.is-open .ap-faq__icon::after{transform:rotate(0)}#alcaplus-all-products-page .ap-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}#alcaplus-all-products-page .ap-faq__answer p{max-width:650px;padding:0 38px 24px 4px;color:var(--muted);font-size:14px;line-height:1.65}
#alcaplus-all-products-page .ap-footer{padding:38px 0;background:var(--black);color:var(--white)}#alcaplus-all-products-page .ap-footer .ap-container{display:grid;gap:8px}#alcaplus-all-products-page .ap-footer p,#alcaplus-all-products-page .ap-footer span{color:#bfc0b6;font-size:12px}
@media(min-width:640px){#alcaplus-all-products-page .ap-container{padding-inline:28px}#alcaplus-all-products-page .ap-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}#alcaplus-all-products-page .ap-card{padding:14px;border-radius:20px}#alcaplus-all-products-page .ap-card h3{font-size:14px}#alcaplus-all-products-page .ap-card__price{font-size:15px}}
@media(min-width:1000px){#alcaplus-all-products-page .ap-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}#alcaplus-all-products-page .ap-hero{padding:58px 0 46px}}
@media(max-width:359px){#alcaplus-all-products-page .ap-grid{grid-template-columns:1fr}#alcaplus-all-products-page .ap-card h3{font-size:14px}}
@media(min-width:640px){#alcaplus-all-products-page .ap-review{padding:64px 0}#alcaplus-all-products-page .ap-faq__question{font-size:16.5px;padding:24px 4px}}
@media(max-width:480px){#alcaplus-all-products-page .ap-ticker{padding-block:13px}#alcaplus-all-products-page .ap-ticker__group{gap:34px;padding-right:34px}#alcaplus-all-products-page .ap-ticker span{font-size:11px}#alcaplus-all-products-page .ap-faq{padding-block:48px 56px}}
@media(min-width:760px){#alcaplus-all-products-page .ap-review__card{grid-template-columns:minmax(0,44%) minmax(0,56%);align-items:center}#alcaplus-all-products-page .ap-review__content{padding:46px 48px}#alcaplus-all-products-page .ap-review blockquote{font-size:clamp(21px,2.25vw,25.5px)}}
@media(prefers-reduced-motion:reduce){#alcaplus-all-products-page *{scroll-behavior:auto!important;transition-duration:.001ms!important}#alcaplus-all-products-page .ap-ticker__track{animation:none;will-change:auto}}
