
/* ===== site.css ===== */
:root{--yellow:#fbba00;--red:#e83028;--ink:#0d0d0c;--paper:#f3efe7;--blue:#182f4a;--pad:clamp(24px,5vw,76px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body.lc-v3{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.45;overflow-x:hidden}body.lc-v3 a{color:inherit}body.lc-v3 h1,body.lc-v3 h2,body.lc-v3 p{padding:0}.lc-header{height:84px;padding:10px var(--pad);display:flex;align-items:center;gap:45px;background:var(--paper);position:relative;z-index:50}.lc-logo{display:block;width:190px}.lc-logo img{display:block;width:100%;height:auto}.lc-menu{margin-left:auto}.lc-menu ul{display:flex;gap:42px;list-style:none;margin:0;padding:0}.lc-menu a{text-decoration:none;text-transform:uppercase;font-size:10px;font-weight:950;letter-spacing:.02em}.lc-menu a:hover{color:var(--red)}.lc-visit,.lc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--yellow);min-height:48px;padding:17px 27px;text-decoration:none;font-size:12px;font-weight:950;letter-spacing:.035em;box-shadow:4px 4px 0 var(--ink);transition:transform .2s,box-shadow .2s}.lc-visit:hover,.lc-btn:hover{transform:translate(3px,3px);box-shadow:1px 1px 0 var(--ink)}.lc-menu-toggle{display:none}.lc-hero{min-height:calc(100svh - 84px);position:relative;display:flex;align-items:center;padding:clamp(60px,8vw,120px) var(--pad);color:#fff;background:url('../images/hero-coyoacan.webp') center/cover;overflow:hidden}.lc-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.86) 34%,rgba(0,0,0,.12) 72%)}.lc-hero-copy{position:relative;z-index:3;max-width:620px}.lc-hero h1,.lc-copy h2,.lc-inner h1,.lc-inner h2,.lc-archive h1{font-family:Impact,'Arial Narrow',sans-serif;font-weight:900;letter-spacing:.005em;text-transform:uppercase}.lc-hero h1{font-size:clamp(64px,7.5vw,118px);line-height:.79;margin:0}.lc-hero h1 span,.lc-copy h2 span{display:block}.lc-accent{color:var(--red)}.lc-hero-copy>p{font-family:monospace;font-size:clamp(15px,1.5vw,20px);max-width:390px;margin:34px 0}.lc-cup{position:absolute;z-index:4;width:clamp(270px,31vw,500px);right:-2vw;bottom:2vw;transform:translateY(var(--scroll,0)) rotate(4deg);filter:drop-shadow(16px 20px 0 rgba(0,0,0,.42));animation:lc-float 4.5s ease-in-out infinite}.lc-eye{position:absolute;top:12%;left:40%;z-index:3;font-size:48px;transform:rotate(12deg)}.lc-scribble{position:absolute;right:30%;bottom:15%;z-index:5;font-size:80px;transform:rotate(-18deg)}@keyframes lc-float{50%{transform:translateY(calc(var(--scroll,0px) - 12px)) rotate(1deg)}}.lc-story,.lc-coyo,.lc-coffee,.lc-community,.lc-news{padding:clamp(70px,9vw,145px) var(--pad);display:grid;grid-template-columns:minmax(280px,.75fr) minmax(440px,1.25fr);gap:clamp(45px,8vw,120px);align-items:center;position:relative}.lc-paper{background-color:var(--paper);background-image:radial-gradient(#0000000b .8px,transparent .8px);background-size:5px 5px}.lc-dark{background-color:var(--ink);background-image:radial-gradient(#ffffff0b .8px,transparent .8px);background-size:5px 5px;color:#fff}.lc-copy small,.lc-inner small,.lc-archive small{font-size:10px;font-weight:950;letter-spacing:.08em;border-bottom:4px solid var(--yellow);padding-bottom:3px}.lc-copy h2{font-size:clamp(46px,5.2vw,86px);line-height:.86;margin:25px 0}.lc-copy>p{max-width:510px;font-size:clamp(16px,1.35vw,20px)}.lc-link{display:inline-flex;align-items:center;min-height:44px;margin-top:18px;padding:10px 2px 7px;border-bottom:2px solid currentColor;font-size:12px;font-weight:950;letter-spacing:.035em;text-decoration:none;color:var(--red)!important;transition:gap .18s ease,opacity .18s ease}.lc-link:hover{opacity:.72}.lc-yellow{color:var(--yellow)!important}.lc-photo{margin:0;position:relative}.lc-photo img{display:block;width:100%;height:auto;max-height:580px;object-fit:cover;filter:contrast(1.08) saturate(.84)}.lc-photo:after{content:'';position:absolute;inset:-8px;border:2px solid currentColor;opacity:.18;transform:rotate(1deg);pointer-events:none}.lc-photo figcaption{font-family:monospace;font-size:11px;margin-top:12px}.lc-coyo{grid-template-columns:.9fr 1.4fr}.lc-coyo .lc-photo{order:-1}.lc-coffee{grid-template-columns:.8fr 1.5fr}.lc-labels{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.lc-labels span{background:var(--ink);color:#fff;padding:7px;text-align:center;font-size:10px;font-weight:950;transform:rotate(-1deg)}.lc-community{grid-template-columns:1fr 1fr}.lc-quote{border:4px solid var(--yellow);padding:clamp(30px,5vw,70px);transform:rotate(1deg)}.lc-quote p{font-family:Georgia,serif;font-size:clamp(28px,3.3vw,52px);line-height:1.05}.lc-quote span{font-size:10px;font-weight:950}.lc-news{grid-template-columns:1fr 1fr}.lc-news form label{font-size:10px;font-weight:950}.lc-news form>div{display:flex;border:2px solid;margin-top:8px}.lc-news input{width:100%;border:0;background:#fff;padding:15px}.lc-news button{border:0;background:var(--ink);color:#fff;padding:0 24px;font-size:10px;font-weight:950}.lc-news form>small{font-size:10px}.lc-marquee{background:var(--yellow);overflow:hidden;padding:13px 0;border-top:3px solid;border-bottom:3px solid}.lc-marquee div{width:max-content;font-family:Impact,sans-serif;font-size:28px;animation:lc-marquee 22s linear infinite}@keyframes lc-marquee{to{transform:translateX(-50%)}}.lc-footer{background:var(--ink);color:#fff;padding:70px var(--pad) 25px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}.lc-footer img{width:220px;filter:none}.lc-footer b{display:block;font-size:10px;margin-bottom:15px}.lc-footer a,.lc-footer p{display:block;font-size:11px;text-decoration:none;margin:6px 0}.lc-footer-end{grid-column:1/-1;border-top:1px solid #ffffff33;padding-top:20px;font-size:9px;text-align:center}.lc-js .lc-reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.lc-js .lc-reveal.is-visible{opacity:1;transform:none}.lc-inner-hero{padding:clamp(100px,14vw,210px) var(--pad);background:var(--ink);color:#fff}.lc-inner h1,.lc-archive h1{font-size:clamp(68px,10vw,150px);line-height:.8;margin:30px 0}.lc-inner h1 span,.lc-archive h1 span{color:var(--red)}.lc-inner-hero p{font-family:monospace;font-size:20px;max-width:600px}.lc-coyo-hero{background:linear-gradient(90deg,#000e,#0002),url('../images/coyoacan-calle.webp') center/cover;color:#fff}.lc-longstory{padding:100px max(var(--pad),15vw)}.lc-longstory h2{font-size:clamp(45px,6vw,85px);line-height:.9;margin:80px 0 25px}.lc-longstory>p{max-width:760px;font-size:20px}.lc-longstory blockquote{margin:90px 0;border-left:12px solid var(--yellow);padding:30px 5vw;font:clamp(32px,5vw,70px)/1 Georgia,serif}.lc-archive{padding:110px var(--pad)}.lc-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.lc-post-grid article a{text-decoration:none}.lc-post-grid img{width:100%;height:280px;object-fit:cover}.lc-post-grid h2{font:38px/.95 Impact,sans-serif;text-transform:uppercase}.lc-post-grid small,.lc-post-grid b{font-size:10px}@media(max-width:850px){.lc-header{height:70px;background:var(--ink)}.lc-logo{width:150px}.lc-logo img{content:url('../images/logo-white.png')}.lc-visit{display:none}.lc-menu-toggle{display:block;margin-left:auto;width:42px;border:0;background:none;color:#fff;padding:0}.lc-menu-toggle span{display:block;height:2px;background:#fff;margin:6px 0}.lc-menu-toggle b{font-size:7px}.lc-menu{display:none;position:absolute;top:70px;left:0;width:100%;background:var(--ink);padding:30px var(--pad)}.lc-menu.is-open{display:block}.lc-menu ul{flex-direction:column;gap:22px}.lc-menu a{color:#fff;font-size:18px}.lc-hero{min-height:calc(100svh - 70px);align-items:flex-start;padding-top:55px;background-position:58% center}.lc-hero-shade{background:linear-gradient(90deg,#000f 0%,#000b 58%,#0003)}.lc-hero h1{font-size:clamp(58px,14.5vw,82px)}.lc-hero-copy>p{max-width:280px}.lc-cup{width:250px;right:-65px;bottom:25px}.lc-eye{display:none}.lc-scribble{right:43%;bottom:8%;font-size:55px}.lc-story,.lc-coyo,.lc-coffee,.lc-community,.lc-news{grid-template-columns:1fr;padding:75px var(--pad)}.lc-story .lc-photo,.lc-coyo .lc-photo,.lc-coffee .lc-photo{order:0}.lc-copy h2{font-size:clamp(48px,13vw,72px)}.lc-photo img{max-height:380px}.lc-community{gap:55px}.lc-news form>div{display:block}.lc-news button{width:100%;padding:15px}.lc-footer{grid-template-columns:1fr 1fr}.lc-footer-brand{grid-column:1/-1}.lc-post-grid{grid-template-columns:1fr}.lc-inner h1,.lc-archive h1{font-size:16vw}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.lc-reveal{opacity:1!important;transform:none!important}}

/* 6.6.72 — Experience Final Polish: additions only, no commerce layout changes. */
.lc-alma-photo-hero{position:relative;background-image:linear-gradient(90deg,rgba(13,13,12,.94),rgba(13,13,12,.58)),var(--lc-alma-hero-image)!important;background-size:cover!important;background-position:center!important}
.lc-coyo-social-proof{padding:32px var(--pad);display:grid;grid-template-columns:auto 1fr auto;gap:clamp(24px,4vw,64px);align-items:center;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}
.lc-coyo-social-proof>div{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:6px 18px}.lc-coyo-social-proof small{grid-column:1/-1;width:max-content}.lc-coyo-social-proof strong{font:900 clamp(24px,2.4vw,38px)/1 Arial,sans-serif;letter-spacing:-.03em}.lc-coyo-social-proof b{font-size:11px;letter-spacing:.08em}.lc-coyo-social-proof p{margin:0;max-width:520px;font-family:Georgia,serif;font-size:clamp(18px,1.5vw,24px);line-height:1.2}.lc-coyo-social-proof .lc-link{margin:0;white-space:nowrap}
@media(max-width:850px){.lc-coyo-social-proof{grid-template-columns:1fr;padding-top:38px;padding-bottom:38px;gap:14px}.lc-coyo-social-proof .lc-link{width:max-content}.lc-visit,.lc-btn{min-height:50px;padding:17px 24px;font-size:12px}.lc-link{min-height:46px}}

/* ===== v4.css ===== */
.lc-history-intro,.lc-place,.lc-visit-block{padding:clamp(75px,10vw,150px) var(--pad);display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,8vw,120px);align-items:center}.lc-history-intro h2,.lc-place h2,.lc-visit-block h2,.lc-timeline-section h2,.lc-cta h2{font:clamp(50px,6.5vw,105px)/.86 Impact,'Arial Narrow',sans-serif;margin:25px 0}.lc-history-intro img,.lc-place img{display:block;width:100%;max-height:620px;object-fit:cover;filter:contrast(1.08) saturate(.85)}.lc-timeline-section{padding:clamp(80px,10vw,150px) var(--pad)}.lc-timeline-section header{max-width:1000px}.lc-timeline-section h2 span,.lc-visit-block h2 span,.lc-cta h2 span{color:var(--red)}.lc-history-timeline{list-style:none;margin:90px 0 0;padding:0;border-top:3px solid var(--yellow);display:grid;grid-template-columns:repeat(5,1fr)}.lc-history-timeline li{padding:35px 22px 0 0;position:relative}.lc-history-timeline li:before{content:'';position:absolute;top:-11px;width:19px;height:19px;background:var(--yellow);border:3px solid var(--ink);border-radius:50%}.lc-history-timeline b{font:32px Impact,sans-serif;color:var(--yellow)}.lc-history-timeline p{font-size:13px}.lc-coyo-grid{padding:100px var(--pad);display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.lc-coyo-grid article{border:2px solid #ffffff45;padding:35px}.lc-coyo-grid article>b,.lc-experience-grid article>span{color:var(--yellow);font:25px Impact,sans-serif}.lc-coyo-grid h2,.lc-experience-grid h2{font:58px/.9 Impact,sans-serif;margin:25px 0}.lc-faq details{border-top:2px solid;padding:20px 0}.lc-faq details:last-child{border-bottom:2px solid}.lc-faq summary{font-weight:950;cursor:pointer}.lc-experience-hero{background:linear-gradient(90deg,#000e,#0005),url('../images/cafe-productos.webp') center/cover}.lc-experience-grid{padding:100px var(--pad);display:grid;grid-template-columns:1fr 1fr;gap:25px}.lc-experience-grid article{border:3px solid;padding:45px;min-height:330px;display:flex;flex-direction:column}.lc-experience-grid article b{margin-top:auto;font-size:11px;color:var(--red)}.lc-cta{padding:clamp(90px,12vw,180px) var(--pad);text-align:center}.lc-cta p{max-width:650px;margin:25px auto}.lc-article{padding:100px max(var(--pad),15vw)}.lc-article header{max-width:950px}.lc-article h1{font:clamp(60px,9vw,130px)/.83 Impact,sans-serif;text-transform:uppercase;margin:30px 0}.lc-article header>p{font:24px/1.35 Georgia,serif}.lc-article figure{margin:70px 0}.lc-article figure img{width:100%;height:auto}.lc-article article{max-width:760px;margin:auto;font:19px/1.75 Georgia,serif}.lc-article article h2{font:48px/.95 Impact,sans-serif;margin-top:70px}.lc-article footer{margin-top:90px;border-top:3px solid;padding-top:25px;display:flex;justify-content:space-between;font-size:10px;font-weight:950}.lc-post-placeholder{height:280px;background:var(--ink);color:var(--yellow);display:grid;place-items:center;font:40px Impact,sans-serif}.lc-error{min-height:calc(100svh - 84px);padding:12vh var(--pad)}.lc-error h1{font:clamp(90px,18vw,260px)/.7 Impact,sans-serif;margin:45px 0}.lc-error h1 span{color:var(--red)}
@media(max-width:850px){body.lc-menu-open{overflow:hidden}.lc-menu{position:fixed!important;inset:70px 0 0!important;width:auto!important;height:calc(100svh - 70px)!important;padding:42px 30px!important;background:var(--paper)!important;z-index:100!important;overflow-y:auto}.lc-menu.is-open{display:flex!important;align-items:flex-start}.lc-menu ul{width:100%;gap:0!important}.lc-menu li{border-bottom:2px solid var(--ink);padding:17px 0}.lc-menu a{display:flex!important;color:var(--ink)!important;font:42px/.9 Impact,'Arial Narrow',sans-serif!important;letter-spacing:0!important}.lc-menu li:last-child a{color:var(--red)!important}.lc-hero h1,.lc-hero h1 span{color:#f5efe4!important}.lc-hero h1 .lc-accent{color:var(--red)!important}.lc-hero{padding-bottom:280px!important}.lc-cup{width:min(58vw,235px)!important;left:50%!important;right:auto!important;bottom:18px!important;animation:lc-float-mobile 4.5s ease-in-out infinite!important;transform:translateX(-50%) translateY(var(--scroll,0)) rotate(2deg)!important}.lc-scribble{right:18%!important;bottom:9%!important}@keyframes lc-float-mobile{50%{transform:translateX(-50%) translateY(calc(var(--scroll,0px) - 10px)) rotate(-1deg)}}.lc-history-intro,.lc-place,.lc-visit-block{grid-template-columns:1fr;padding:70px var(--pad)}.lc-history-intro h2,.lc-place h2,.lc-visit-block h2,.lc-timeline-section h2,.lc-cta h2{font-size:13vw}.lc-history-timeline{grid-template-columns:1fr;border-top:0;margin-top:60px}.lc-history-timeline li{border-top:2px solid var(--yellow);padding:25px 0 35px 35px}.lc-history-timeline li:before{top:20px;left:0}.lc-coyo-grid,.lc-experience-grid{grid-template-columns:1fr;padding:70px var(--pad)}.lc-coyo-grid article,.lc-experience-grid article{min-height:0}.lc-article{padding:70px var(--pad)}.lc-article footer{display:block}.lc-article footer span{display:block;margin-top:20px}.lc-error{min-height:calc(100svh - 70px)}}

/* ===== v5.css ===== */
:root{--cream:#f4efe5;--cream-2:#e8dfd0;--green:#25d366;--lc-dark-title:#f4efe5;--lc-light-title:#0d0d0c;--lc-dark-copy:#f4efe5}
.lc-dark h1,.lc-dark h2,.lc-dark h3,.lc-inner-hero h1,.lc-experience-hero h1,.lc-shop-hero h1{color:var(--lc-dark-title)!important}
.lc-dark h1 span,.lc-dark h2 span,.lc-inner-hero h1 span,.lc-experience-hero h1 span,.lc-shop-hero h1 span,.lc-accent{color:var(--red)!important}
.lc-inner-hero h1>span,.lc-history-gallery h2>span,.lc-clients h2>span,.lc-cta h2>span,.lc-shop-hero h1>span{display:block}
.lc-dark p,.lc-inner-hero p,.lc-experience-hero p,.lc-shop-hero p{color:var(--lc-dark-copy)!important}.lc-paper h1,.lc-paper h2,.lc-paper h3{color:var(--lc-light-title)}
.lc-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.lc-btn-outline{background:transparent!important;color:var(--cream)!important;border:2px solid var(--cream)!important}
.lc-whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:999;display:flex;align-items:center;gap:10px;padding:10px 15px 10px 9px;background:var(--green);color:#07180d!important;border:3px solid #07180d;border-radius:999px;box-shadow:5px 5px 0 #07180d;text-decoration:none;font-size:11px;font-weight:950}.lc-whatsapp-float span{display:grid;place-items:center;width:35px;height:35px;background:#fff;border-radius:50%;font:14px Impact,sans-serif}.lc-whatsapp-float:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 #07180d}
.lc-footer>div a{display:block;margin-top:8px}
.lc-social-mini{display:flex;gap:6px}.lc-social-mini a{display:grid;place-items:center;width:28px;height:28px;border:2px solid var(--ink);border-radius:50%;font-size:8px;font-weight:950;text-decoration:none;transition:.2s}.lc-social-mini a:hover{background:var(--ink);color:var(--yellow);transform:rotate(-7deg) scale(1.08)}
.lc-header{gap:18px}.lc-menu ul{gap:27px}
.lc-cart-link{display:inline-flex;align-items:center;gap:7px;font-size:9px;font-weight:950;text-decoration:none;white-space:nowrap}.lc-cart-link span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--red);color:#fff}
.lc-social-stage{padding:clamp(75px,10vw,150px) var(--pad);display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(45px,8vw,110px);align-items:center}.lc-social-stage h2{font:clamp(50px,6vw,95px)/.84 Impact,'Arial Narrow',sans-serif;margin:25px 0}.lc-social-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.lc-social-card{min-height:330px;padding:28px;background:var(--yellow);border:3px solid var(--ink);box-shadow:8px 8px 0 var(--ink);display:flex;flex-direction:column;text-decoration:none;transition:.25s}.lc-social-card:hover{transform:translate(-4px,-4px) rotate(-1deg);box-shadow:12px 12px 0 var(--ink)}.lc-social-card-dark{background:var(--ink);color:var(--cream)!important}.lc-social-card span{font-size:10px;font-weight:950}.lc-social-card b{margin:auto 0;font:clamp(28px,3vw,45px)/.9 Impact,sans-serif}.lc-social-card i{font-size:9px;font-style:normal;font-weight:950}
.lc-footer-social{margin-top:22px}.lc-footer-social a{padding:10px 0;border-top:1px solid #ffffff38;color:var(--cream)!important}.lc-footer-social b{display:inline!important;color:var(--yellow);font-size:inherit!important}
.lc-history-intro figure{margin:0}.lc-history-intro figcaption{margin-top:12px;font-size:11px;font-weight:800;text-transform:uppercase}.lc-history-gallery{padding:clamp(80px,10vw,150px) var(--pad)}.lc-history-gallery header{max-width:1050px;margin-bottom:55px}.lc-history-gallery h2{font:clamp(56px,7vw,110px)/.84 Impact,'Arial Narrow',sans-serif;margin:22px 0}.lc-history-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.lc-history-grid figure{grid-column:span 4;margin:0;background:#111;border:1px solid #ffffff30}.lc-history-grid .lc-history-wide{grid-column:span 8}.lc-history-grid img{display:block;width:100%;height:420px;object-fit:cover;filter:saturate(.86) contrast(1.08)}.lc-history-grid .lc-history-wide img{height:500px}.lc-history-grid figcaption{display:flex;gap:15px;padding:17px;color:var(--cream);font-size:12px}.lc-history-grid figcaption b{min-width:95px;color:var(--yellow)}.lc-history-grid figcaption span{line-height:1.5}
.lc-experience-grid article>a{margin-top:auto;color:var(--red);font-size:11px;font-weight:950;text-decoration:none}
.lc-clients{padding:clamp(80px,10vw,150px) var(--pad)}.lc-clients header{max-width:950px}.lc-clients h2{font:clamp(53px,7vw,108px)/.83 Impact,'Arial Narrow',sans-serif;margin:25px 0}.lc-clients header p{max-width:620px}.lc-client-grid{margin-top:65px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #ffffff45;border-left:1px solid #ffffff45}.lc-client-logo{min-height:180px;border-right:1px solid #ffffff45;border-bottom:1px solid #ffffff45;display:grid;place-items:center;padding:25px;color:var(--cream)!important;text-decoration:none;position:relative;overflow:hidden}.lc-client-logo:after{content:'↗';position:absolute;right:13px;top:10px;color:var(--yellow);opacity:.65}.lc-client-logo b{font:clamp(23px,3vw,42px)/.9 Impact,'Arial Narrow',sans-serif;text-align:center;letter-spacing:.03em}.lc-client-logo img{display:block;max-width:78%;max-height:85px;object-fit:contain;filter:grayscale(1) brightness(0) invert(1);opacity:.86}.lc-client-logo:hover img{filter:none;opacity:1}.lc-client-logo:hover{background:#ffffff09}

/* WooCommerce */
.lc-shop{background:var(--paper);color:var(--ink)}.lc-shop-hero{padding:clamp(95px,12vw,180px) var(--pad) clamp(75px,10vw,135px);background:radial-gradient(circle at 82% 30%,#7b1a13 0,transparent 23%),#0a0a0a}.lc-shop-hero h1{max-width:1100px;font:clamp(62px,9vw,145px)/.8 Impact,'Arial Narrow',sans-serif;margin:25px 0}.lc-shop-hero p{max-width:680px;font:clamp(17px,2vw,23px)/1.45 Georgia,serif}.lc-shop-content{padding:clamp(65px,8vw,115px) var(--pad);min-height:60vh}.lc-shop-content .woocommerce{max-width:1500px;margin:auto}.woocommerce .woocommerce-breadcrumb{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:45px}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:35px}.woocommerce .woocommerce-ordering select,.woocommerce select,.woocommerce input.input-text,.woocommerce textarea{background:transparent;border:2px solid var(--ink);border-radius:0;padding:14px;color:var(--ink);font:inherit}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;border:2px solid var(--ink);padding:14px 14px 18px!important;background:var(--cream);display:flex;flex-direction:column}.woocommerce ul.products li.product a img{margin:0 0 20px!important;aspect-ratio:1/1;object-fit:cover;filter:saturate(.85) contrast(1.05)}.woocommerce ul.products li.product .woocommerce-loop-product__title{font:clamp(31px,3vw,49px)/.9 Impact,'Arial Narrow',sans-serif;text-transform:uppercase;color:var(--ink);padding:0!important}.woocommerce ul.products li.product .price{color:var(--red)!important;font-size:18px!important;font-weight:950;margin:12px 0}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border-radius:0!important;background:var(--yellow)!important;color:var(--ink)!important;border:2px solid var(--ink)!important;padding:14px 18px!important;font-size:11px!important;font-weight:950!important;text-transform:uppercase}.woocommerce ul.products li.product .button{margin-top:auto!important;text-align:center}.woocommerce span.onsale{border-radius:0;background:var(--red);padding:8px;line-height:1;min-width:0;min-height:0}
.single-product div.product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(35px,7vw,95px)}.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{float:none!important;width:auto!important}.single-product div.product .product_title{font:clamp(52px,6vw,96px)/.84 Impact,'Arial Narrow',sans-serif;text-transform:uppercase;margin:0 0 25px}.single-product div.product p.price{color:var(--red)!important;font-size:26px!important;font-weight:950}.single-product div.product .woocommerce-product-details__short-description{font:18px/1.55 Georgia,serif}.single-product form.cart{display:flex;flex-wrap:wrap;gap:12px;padding:25px 0;border-top:2px solid;border-bottom:2px solid}.single-product form.cart .quantity .qty{height:48px;border:2px solid}.lc-grind{flex:0 0 100%;display:grid;gap:9px}.lc-grind label{font-size:11px;font-weight:950}.lc-grind select{width:100%}.lc-grind small{font-size:11px}.single-product .woocommerce-tabs,.single-product .related{grid-column:1/-1}.lc-coffee-origin{grid-column:1/-1;margin-top:80px;padding:clamp(50px,7vw,100px);background:var(--ink);color:var(--cream);display:grid;grid-template-columns:1fr 1.2fr;gap:55px}.lc-coffee-origin h2{font:clamp(48px,6vw,95px)/.84 Impact,'Arial Narrow',sans-serif;color:var(--cream);margin:20px 0}.lc-coffee-origin h2 span{color:var(--red)}.lc-coffee-origin dl{margin:0}.lc-coffee-origin dl div{display:grid;grid-template-columns:140px 1fr;gap:15px;border-top:1px solid #ffffff55;padding:15px 0}.lc-coffee-origin dt{font-size:10px;font-weight:950;color:var(--yellow)}.lc-coffee-origin dd{margin:0}
.woocommerce table.shop_table{border:2px solid var(--ink)!important;border-radius:0!important}.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:#1b1b1b35!important;padding:18px!important}.woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%;max-width:650px;margin-left:auto}.woocommerce .coupon{display:flex}.woocommerce .coupon input{min-width:180px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register,.woocommerce-checkout #payment{border:2px solid var(--ink)!important;border-radius:0!important;background:var(--cream)!important}.woocommerce-checkout h3{font:clamp(34px,4vw,58px)/.9 Impact,sans-serif;text-transform:uppercase}.woocommerce-info,.woocommerce-message,.woocommerce-error{border-top-color:var(--yellow)!important;background:var(--cream-2)!important}

@media(max-width:850px){
  .lc-header{gap:12px}
  .lc-social-mini{margin-left:auto}.lc-social-mini a{border-color:#fff;color:#fff}.lc-social-mini+.lc-cart-link{margin-left:0}.lc-social-stage{grid-template-columns:1fr}.lc-social-cards{grid-template-columns:1fr 1fr}.lc-social-card{min-height:260px}.lc-client-grid{grid-template-columns:1fr 1fr}.lc-client-logo{min-height:135px}
  .lc-cart-link{margin-left:auto;color:#fff}.lc-menu-toggle{margin-left:0!important}
  .lc-whatsapp-float{right:14px;bottom:14px}.lc-whatsapp-float b{display:none}.lc-whatsapp-float span{width:42px;height:42px}
  .lc-history-grid{display:block}.lc-history-grid figure{margin-bottom:18px}.lc-history-grid img,.lc-history-grid .lc-history-wide img{height:58vw;min-height:260px}.lc-history-grid figcaption{display:block}.lc-history-grid figcaption b,.lc-history-grid figcaption span{display:block}.lc-history-grid figcaption span{margin-top:7px}
  .woocommerce ul.products{grid-template-columns:1fr 1fr;gap:14px}.woocommerce ul.products li.product{padding:9px 9px 14px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:28px}.single-product div.product{grid-template-columns:1fr}.lc-coffee-origin{grid-template-columns:1fr;padding:55px 24px}.single-product form.cart{position:sticky;bottom:0;z-index:20;background:var(--paper);padding:14px;border:2px solid}.woocommerce table.shop_table_responsive tr td::before{font-weight:950}
}
@media(max-width:520px){.lc-social-mini{display:none}.woocommerce ul.products{grid-template-columns:1fr}.lc-hero-actions{display:grid}.lc-btn-outline{text-align:center}.lc-shop-content{padding-left:18px;padding-right:18px}.lc-coffee-origin dl div{grid-template-columns:1fr;gap:5px}.lc-social-cards{grid-template-columns:1fr}.lc-social-card{min-height:220px}.lc-client-grid{grid-template-columns:1fr 1fr}.lc-client-logo b{font-size:23px}}

/* V6 — conversión, control visual y experiencia móvil */
:root{--lc-hero-title:#f4efe5;--lc-hero-accent:#e83028;--lc-section-dark-title:#f4efe5;--lc-section-light-title:#0d0d0c;--lc-body-dark:#f4efe5;--lc-body-light:#0d0d0c;--lc-button-bg:#fbba00;--lc-button-text:#0d0d0c;--lc-header-bg:#0d0d0c;--lc-footer-bg:#0d0d0c}
body.lc-v3{color:var(--lc-body-light)}.lc-hero h1,.lc-inner-hero h1{color:var(--lc-hero-title)!important}.lc-hero h1 .lc-accent,.lc-inner-hero h1 .lc-accent{color:var(--lc-hero-accent)!important}.lc-dark h1,.lc-dark h2,.lc-dark h3{color:var(--lc-section-dark-title)!important}.lc-paper h1,.lc-paper h2,.lc-paper h3{color:var(--lc-section-light-title)!important}.lc-dark p{color:var(--lc-body-dark)!important}.lc-paper p{color:var(--lc-body-light)}.lc-btn,.lc-visit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--lc-button-bg)!important;color:var(--lc-button-text)!important}.lc-footer{background:var(--lc-footer-bg)}.lc-menu-social{display:none}
.screen-reader-text{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;word-wrap:normal!important}
.lc-shop-story{padding:clamp(65px,8vw,110px) var(--pad);display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(35px,7vw,100px);align-items:end;border-top:1px solid #ffffff2b}.lc-shop-story h2{font:clamp(52px,7vw,112px)/.82 Impact,'Arial Narrow',sans-serif;margin:22px 0}.lc-shop-story p{font:clamp(18px,2vw,26px)/1.5 Georgia,serif}.lc-price-from{font-size:10px;letter-spacing:.1em;color:var(--ink)}.woocommerce div.product p.price small{font-size:12px;color:var(--ink)}.single-product div.product .product_title{color:var(--ink)!important;max-width:780px;font-size:clamp(48px,6vw,88px)!important}.single-product div.product .summary{padding-top:20px}.single-product div.product .woocommerce-product-gallery{background:#e7ded0;padding:18px;border:2px solid var(--ink)}.single-product div.product .woocommerce-product-gallery img{mix-blend-mode:multiply}.single-product table.variations{margin:28px 0!important;border-top:2px solid;border-bottom:2px solid;padding:18px 0}.single-product table.variations th,.single-product table.variations td{display:block;width:100%;padding:7px 0!important}.single-product table.variations label,.lc-grind label{font-size:11px;font-weight:950;letter-spacing:.06em}.single-product table.variations select,.lc-grind select{width:100%!important;min-height:50px;background:#fff!important}.single-product .single_variation_wrap{width:100%}.single-product .woocommerce-variation-price{margin:12px 0}.single-product form.cart .button{min-height:52px}.product_meta{font-size:10px;border-top:1px solid #bbb;padding-top:18px}.woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:8px;margin-top:10px!important}
.lc-coyo-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.lc-inner-hero .lc-btn-outline,.lc-coyo-offer .lc-btn-outline{border-color:var(--cream)!important;color:var(--cream)!important}.lc-place address{font:700 16px/1.5 Arial,sans-serif;margin:25px 0}.lc-hours{border-top:2px solid;border-bottom:2px solid;padding:15px 0}.lc-hours span{display:block;font-size:13px;padding:5px 0}.lc-coyo-offer{padding:clamp(80px,10vw,150px) var(--pad)}.lc-coyo-offer>header{max-width:900px}.lc-coyo-offer>header h2{font:clamp(53px,7vw,108px)/.83 Impact,'Arial Narrow',sans-serif;margin:24px 0}.lc-coyo-offer .lc-coyo-grid{padding:55px 0 30px}.lc-coyo-offer .lc-coyo-grid article{min-height:210px;display:flex;flex-direction:column;justify-content:space-between}.lc-coyo-offer .lc-coyo-grid h3{font:clamp(30px,4vw,56px)/.88 Impact,sans-serif;margin:20px 0}
.lc-experience-gallery{padding:clamp(80px,10vw,150px) var(--pad)}.lc-experience-gallery header{max-width:1000px;margin-bottom:55px}.lc-experience-gallery h2{font:clamp(53px,7vw,108px)/.83 Impact,'Arial Narrow',sans-serif;margin:24px 0}.lc-experience-gallery header>p{max-width:650px}.lc-experience-mosaic{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:180px;gap:15px}.lc-gallery-item{grid-column:span 4;grid-row:span 2;border:0;padding:0;background:#111;position:relative;overflow:hidden;cursor:zoom-in;text-align:left}.lc-gallery-item:nth-child(1),.lc-gallery-item:nth-child(6){grid-column:span 8}.lc-gallery-item:nth-child(2),.lc-gallery-item:nth-child(5){grid-row:span 3}.lc-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.78) contrast(1.08);transition:transform .7s,filter .5s}.lc-gallery-item span{position:absolute;left:0;right:0;bottom:0;padding:45px 18px 16px;color:#fff;font:11px/1.35 Arial,sans-serif;font-weight:900;background:linear-gradient(transparent,#000d);transform:translateY(8px);opacity:.8;transition:.35s}.lc-gallery-item:hover img{transform:scale(1.045);filter:saturate(1) contrast(1.04)}.lc-gallery-item:hover span{transform:none;opacity:1}.lc-lightbox{position:fixed;inset:0;z-index:10000;background:#000e;display:grid;place-items:center;padding:35px}.lc-lightbox>button{position:absolute;right:25px;top:18px;background:none;border:0;color:#fff;font-size:45px;cursor:pointer}.lc-lightbox figure{margin:0;max-width:min(1100px,92vw)}.lc-lightbox img{display:block;max-width:100%;max-height:82vh;object-fit:contain}.lc-lightbox figcaption{color:#fff;padding:12px 0;font-size:12px}
.lc-popup{position:fixed;inset:0;z-index:9999;display:none;place-items:center;padding:24px}.lc-popup.is-open{display:grid}.lc-popup-backdrop{position:absolute;inset:0;border:0;background:#000b}.lc-popup-card{position:relative;z-index:1;width:min(900px,94vw);max-height:90vh;overflow:auto;background:var(--paper);border:3px solid var(--ink);box-shadow:12px 12px 0 var(--yellow);display:grid;grid-template-columns:.85fr 1.15fr}.lc-popup-card>img{width:100%;height:100%;min-height:480px;object-fit:cover}.lc-popup-card>div{padding:clamp(35px,6vw,70px)}.lc-popup-card h2{font:clamp(46px,6vw,82px)/.82 Impact,sans-serif;margin:24px 0}.lc-popup-card h2 span{display:block}.lc-popup-card p{font:18px/1.5 Georgia,serif}.lc-popup-close{position:absolute;right:12px;top:8px;z-index:2;width:42px;height:42px;border:2px solid;background:var(--yellow);font-size:28px;cursor:pointer}.lc-popup-card form{display:grid;gap:10px}.lc-popup-card form input{min-height:50px;border:2px solid;padding:12px;font-size:16px}.lc-popup-card form .lc-btn{border:2px solid;box-shadow:none;justify-content:center}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{font-size:15px!important;padding:20px!important}.woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:40px;width:100%!important}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none!important;width:100%!important}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{float:none!important;width:100%!important}.woocommerce-checkout #payment .payment_methods{padding:20px!important}
@media(max-width:1100px){.lc-header{gap:12px}.lc-menu ul{gap:18px}.lc-menu a{font-size:9px}.lc-social-mini{display:none}}
@media(max-width:850px){
  .lc-header{position:sticky;top:0;height:74px;padding:8px 18px;background:var(--lc-header-bg)!important;z-index:1000;display:flex;gap:10px}.lc-logo{width:145px;flex:0 0 145px;order:1}.lc-cart-link{order:2;margin-left:auto!important;color:#fff!important;gap:5px}.lc-cart-link b{font-size:8px}.lc-cart-link span{width:29px;height:29px}.lc-menu-toggle{order:3;margin-left:0!important;width:40px;flex:0 0 40px}.lc-social-mini{display:none!important}.lc-menu{inset:74px 0 0!important;height:calc(100svh - 74px)!important;padding:24px 24px 28px!important}.lc-menu.is-open{flex-direction:column!important;align-items:stretch!important}.lc-menu ul{gap:0!important;flex:0 0 auto}.lc-menu a{font-size:clamp(34px,10vw,48px)!important}.lc-menu-social{display:block;width:100%;margin-top:auto;padding-top:28px}.lc-menu-social>small{display:block;padding:0 0 10px;font:700 8px/1.2 Arial,sans-serif;letter-spacing:.15em;color:#6f6b64}.lc-menu-social>div{display:grid;grid-template-columns:1fr 1fr;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}.lc-menu-social a{display:grid!important;grid-template-columns:1fr auto;grid-template-areas:"network arrow" "handle arrow";gap:2px 14px;align-items:center;min-width:0;padding:13px 12px!important;color:var(--ink)!important;border:0!important;text-decoration:none;text-transform:uppercase}.lc-menu-social a:first-child{border-right:1px solid var(--ink)!important;padding-left:0!important}.lc-menu-social a:last-child{padding-right:0!important}.lc-menu-social a span{grid-area:network;font:800 8px/1 Arial,sans-serif;letter-spacing:.12em;color:#6f6b64}.lc-menu-social a b{grid-area:handle;min-width:0;overflow:hidden;text-overflow:ellipsis;font:900 11px/1.2 Arial,sans-serif;white-space:nowrap}.lc-menu-social a i{grid-area:arrow;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--red);color:#fff;font:normal 16px/1 Arial,sans-serif}.lc-menu-social a:hover i{background:var(--ink);color:var(--yellow)}.lc-hero{min-height:calc(100svh - 74px);padding-top:42px!important}.lc-shop-story{grid-template-columns:1fr}.single-product div.product .summary{padding-top:0}.single-product form.cart{position:relative;bottom:auto;padding:14px 0;border-left:0;border-right:0}.lc-coyo-offer .lc-coyo-grid{padding:35px 0}.lc-experience-mosaic{grid-template-columns:1fr 1fr;grid-auto-rows:220px}.lc-gallery-item,.lc-gallery-item:nth-child(n){grid-column:span 1;grid-row:span 1}.lc-gallery-item:nth-child(1),.lc-gallery-item:nth-child(6){grid-column:1/-1}.lc-popup-card{grid-template-columns:1fr}.lc-popup-card>img{min-height:220px;max-height:270px}.woocommerce-checkout .col2-set{grid-template-columns:1fr}
}
@media(max-width:520px){.lc-header{padding-left:14px;padding-right:14px}.lc-logo{width:132px;flex-basis:132px}.lc-cart-link b{display:none}.lc-menu{padding-left:20px!important;padding-right:20px!important}.lc-menu li{padding:13px 0}.lc-menu a{font-size:clamp(31px,9.3vw,42px)!important}.lc-menu-social{padding-top:20px}.lc-menu-social>small{font-size:7px}.lc-menu-social a{padding-top:11px!important;padding-bottom:11px!important}.lc-menu-social a b{font-size:9px}.lc-menu-social a i{width:27px;height:27px;font-size:14px}.lc-experience-mosaic{display:block}.lc-gallery-item{display:block;width:100%;height:68vw;min-height:250px;margin-bottom:12px}.lc-popup{padding:12px}.lc-popup-card>div{padding:35px 24px}.lc-popup-card h2{font-size:48px}.lc-coyo-actions{display:grid}.lc-coyo-actions .lc-btn{justify-content:center}.single-product div.product .product_title{font-size:46px!important}.woocommerce table.shop_table_responsive tr{border:2px solid;margin-bottom:15px}}

/* ===== v6.6.80-polish.css ===== */
/* LACOLADERA 6.6.80 — premium allied brands popup only */
.lc-popup[data-lc-popup=partner] .lc-popup-card{width:min(980px,94vw);grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);background:#f5efe4;box-shadow:12px 12px 0 #fbba00}
.lc-popup[data-lc-popup=partner] .lc-popup-card>img{min-height:100%;filter:contrast(1.05) saturate(.85)}
.lc-popup[data-lc-popup=partner] .lc-popup-card>div{padding:clamp(34px,5vw,62px)}
.lc-popup[data-lc-popup=partner] .lc-popup-card small{display:inline-block;background:#0d0d0c;color:#fbba00;padding:7px 10px;font:900 10px/1 Arial,sans-serif;letter-spacing:.13em}
.lc-popup[data-lc-popup=partner] .lc-popup-card h2{font-size:clamp(52px,6vw,86px);margin:20px 0 16px}
.lc-popup[data-lc-popup=partner] .lc-popup-card p{margin:0 0 24px;max-width:620px}
.lc-popup-partner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:24px 0}
.lc-popup-partner-brand{min-height:116px;border:2px solid #0d0d0c;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:14px;text-align:center;text-decoration:none!important;color:#0d0d0c!important;transition:transform .18s ease,box-shadow .18s ease}
.lc-popup-partner-brand img{display:block;max-width:100%;width:auto;height:54px;object-fit:contain;filter:none!important}
.lc-popup-partner-brand strong{font:900 14px/1.1 Arial,sans-serif}.lc-popup-partner-brand span{font:800 9px/1.2 Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;color:#68625b}
@media(hover:hover){.lc-popup-partner-brand[href]:hover{transform:translateY(-3px);box-shadow:5px 5px 0 #fbba00}}
.lc-popup-partner-main{margin-top:6px}.lc-popup-static{cursor:default;pointer-events:none}
@media(max-width:760px){.lc-popup[data-lc-popup=partner] .lc-popup-card{grid-template-columns:1fr}.lc-popup[data-lc-popup=partner] .lc-popup-card>img{min-height:170px;max-height:210px}.lc-popup[data-lc-popup=partner] .lc-popup-card>div{padding:30px 22px}.lc-popup[data-lc-popup=partner] .lc-popup-card h2{font-size:48px}.lc-popup-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.lc-popup-partner-brand{min-height:96px}.lc-popup-partner-brand img{height:44px}}

.lc-popup[data-lc-popup=partner] .lc-popup-card.lc-popup-no-image{grid-template-columns:1fr;width:min(820px,94vw)}

/* ===== v6.2.css ===== */
/* V6.2 — La Conchadera */
.lc-conch{background:var(--paper);color:var(--ink)}.lc-conch-hero{min-height:88vh;padding:clamp(90px,12vw,170px) var(--pad) 80px;position:relative;display:flex;align-items:flex-end;background-size:cover;background-position:center;overflow:hidden}.lc-conch-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#100b08ed 0%,#100b08c2 48%,#100b0835 100%)}.lc-conch-hero-copy{position:relative;z-index:2;max-width:990px;color:#fff}.lc-conch-hero small,.lc-conch-catalog small,.lc-conch-intro small{font-weight:950;letter-spacing:.14em}.lc-conch-hero h1{font:clamp(70px,10vw,160px)/.78 Impact,'Arial Narrow',sans-serif;margin:25px 0;color:#fff!important}.lc-conch-hero h1 span{display:block}.lc-conch-hero h1 span:nth-child(2){color:var(--conch-cookie)}.lc-conch-hero p{max-width:680px;font:clamp(18px,2vw,25px)/1.48 Georgia,serif}.lc-conch-stamp{position:absolute;z-index:2;right:6vw;top:17%;width:150px;height:150px;border:4px solid var(--conch-cookie);border-radius:46% 54% 44% 56%/54% 45% 55% 46%;display:grid;place-items:center;text-align:center;color:var(--conch-cookie);font:900 19px/1.05 Arial,sans-serif;transform:rotate(11deg);box-shadow:inset 0 0 0 7px #0004}
.lc-cookie-button,.lc-cookie-link{display:inline-flex;align-items:center;gap:12px;margin-top:30px;background:var(--conch-cookie);color:#1d1009!important;border:3px solid #1d1009;padding:10px 18px 10px 10px;text-decoration:none;font-size:11px;font-weight:950;box-shadow:6px 6px 0 #1d1009;transition:.22s}.lc-cookie-button{border-radius:999px 880px 930px 999px}.lc-cookie-button:hover,.lc-cookie-link:hover{transform:translate(-3px,-3px) rotate(-1deg);box-shadow:9px 9px 0 #1d1009}.lc-cookie-icon{position:relative;width:48px;height:48px;flex:0 0 48px;border-radius:46% 54% 45% 55%;background:#bd6a31;border:2px solid #2b160b;transform:rotate(-12deg)}.lc-cookie-icon:after{content:'';position:absolute;right:-3px;top:-3px;width:17px;height:18px;background:var(--conch-cookie);border-left:2px solid #2b160b;border-bottom:2px solid #2b160b;border-radius:50%}.lc-cookie-icon i{position:absolute;width:5px;height:5px;background:#32180d;border-radius:50%}.lc-cookie-icon i:nth-child(1){left:12px;top:11px}.lc-cookie-icon i:nth-child(2){left:24px;top:27px}.lc-cookie-icon i:nth-child(3){left:10px;top:33px}.lc-cookie-icon i:nth-child(4){left:30px;top:12px}
.lc-conch-home{padding:clamp(70px,9vw,140px) var(--pad);background:#e7d2b8;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(35px,7vw,100px);align-items:center}.lc-conch-home-photo{margin:0;position:relative}.lc-conch-home-photo img{width:100%;height:clamp(420px,55vw,720px);object-fit:cover;display:block;border:3px solid var(--ink);filter:saturate(.85)}.lc-conch-home-photo span{position:absolute;right:-22px;top:30px;padding:14px 18px;background:var(--conch-cookie);border:2px solid;transform:rotate(8deg);font-size:11px;font-weight:950}.lc-conch-home h2{font:clamp(55px,7vw,110px)/.82 Impact,'Arial Narrow',sans-serif;margin:25px 0}.lc-conch-home h2 span{display:block}.lc-cookie-link{border-radius:48% 52% 45% 55%/53% 43% 57% 47%;padding:19px 24px}.lc-cookie-link span{font-size:20px;color:#5a2b14}
.lc-conch-intro{padding:clamp(75px,10vw,150px) var(--pad);display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(35px,8vw,120px);align-items:end}.lc-conch-intro h2,.lc-conch-catalog h2,.lc-conch-bulk h2,.lc-conch-final h2{font:clamp(56px,7.5vw,120px)/.81 Impact,'Arial Narrow',sans-serif;margin:24px 0}.lc-conch-intro h2 span,.lc-conch-catalog h2 span,.lc-conch-bulk h2 span,.lc-conch-final h2 span{display:block}.lc-conch-intro-copy>p{font:clamp(19px,2.2vw,29px)/1.5 Georgia,serif}.lc-conch-practical{margin-top:35px;padding:22px 0;border-top:2px solid;border-bottom:2px solid;display:grid;gap:15px;font-size:12px;font-weight:850}.lc-conch-practical a{color:var(--conch-accent);font-weight:950}
.lc-conch-catalog{padding:clamp(75px,10vw,145px) var(--pad);background:#15100d;color:#f4efe5}.lc-conch-catalog>header{max-width:980px;margin-bottom:60px}.lc-conch-catalog h2{color:#f4efe5}.lc-conch-catalog header>p{max-width:670px;font:19px/1.5 Georgia,serif}.lc-conch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.lc-conch-card{background:#f1e5d6;color:#1a120d;border:3px solid #1a120d;display:grid;grid-template-columns:.9fr 1.1fr;min-height:400px;box-shadow:8px 8px 0 var(--conch-accent)}.lc-conch-card figure{margin:0;position:relative;overflow:hidden}.lc-conch-card figure img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.82) contrast(1.04);transition:.5s}.lc-conch-card figure span{position:absolute;left:12px;top:12px;width:42px;height:42px;display:grid;place-items:center;background:var(--conch-cookie);border:2px solid;font-weight:950;border-radius:50%}.lc-conch-card>div{padding:clamp(24px,3vw,42px);display:flex;flex-direction:column}.lc-conch-card h3{font:clamp(35px,4vw,61px)/.84 Impact,sans-serif;margin:0 0 22px}.lc-conch-card p{font:16px/1.5 Georgia,serif}.lc-conch-card small{margin-top:auto;padding-top:24px;border-top:1px solid #0005;font-size:10px;line-height:1.45}.lc-conch-card a{margin-top:18px;color:#1a120d;font-size:11px;font-weight:950;text-decoration:none}.lc-conch-card a i{color:var(--conch-accent);font-style:normal}.lc-conch-card:hover img{transform:scale(1.035)}
.lc-conch-bulk{padding:clamp(75px,10vw,150px) var(--pad);display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(40px,8vw,120px);align-items:center;background:var(--conch-accent)!important}.lc-conch-bulk figure{margin:0}.lc-conch-bulk img{display:block;width:100%;height:clamp(460px,60vw,760px);object-fit:cover;border:3px solid #1b0f09;box-shadow:11px 11px 0 #1b0f09}.lc-conch-bulk h2{color:#fff!important}.lc-conch-bulk p{font:19px/1.5 Georgia,serif}.lc-conch-bulk ul{list-style:none;padding:0;margin:30px 0}.lc-conch-bulk li{padding:13px 0;border-top:1px solid #ffffff66;font-size:12px;font-weight:950}.lc-conch-bulk li:before{content:'✦';margin-right:12px;color:var(--conch-cookie)}
.lc-conch-final{padding:clamp(75px,10vw,150px) var(--pad);display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;background:#e7d2b8}.lc-conch-final p{font:clamp(18px,2vw,27px)/1.5 Georgia,serif}
@media(max-width:1050px){.lc-conch-grid{grid-template-columns:1fr}.lc-conch-card{min-height:360px}.lc-conch-stamp{width:110px;height:110px;font-size:15px}}
@media(max-width:850px){.lc-conch-hero{min-height:calc(100svh - 74px);padding:80px 22px 45px}.lc-conch-stamp{right:22px;top:35px;width:88px;height:88px;font-size:12px}.lc-conch-home,.lc-conch-intro,.lc-conch-bulk,.lc-conch-final{grid-template-columns:1fr}.lc-conch-home-photo{order:2}.lc-conch-bulk figure{order:2}.lc-conch-final{gap:20px}.lc-conch-card{grid-template-columns:.85fr 1.15fr}}
@media(max-width:560px){.lc-conch-hero h1{font-size:62px}.lc-conch-stamp{display:none}.lc-conch-grid{gap:22px}.lc-conch-card{display:block}.lc-conch-card figure{height:310px}.lc-conch-card>div{min-height:340px}.lc-conch-home-photo img{height:115vw}.lc-conch-home-photo span{right:-6px}.lc-cookie-button{width:100%;justify-content:flex-start}.lc-conch-bulk img{height:115vw}.lc-conch-intro h2,.lc-conch-catalog h2,.lc-conch-bulk h2,.lc-conch-final h2,.lc-conch-home h2{font-size:52px}}

/* ===== v6.3.css ===== */
/* V6.3 — compra premium + Home vivo */

/* V6.3.1 — serie fotográfica Coyoacán */
.lc-photo-graded,.lc-coyo-architecture figure{position:relative;overflow:hidden;background:#0d0d0c}
.lc-photo-graded:after,.lc-coyo-architecture figure:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 48%,rgba(8,7,5,.28));mix-blend-mode:multiply}
.lc-coyo-photo-hero{position:relative;isolation:isolate;min-height:min(86vh,900px);display:flex;flex-direction:column;justify-content:flex-end;background-image:linear-gradient(90deg,rgba(5,5,4,.92) 0%,rgba(5,5,4,.62) 48%,rgba(5,5,4,.16) 100%),var(--lc-coyo-hero-image);background-size:cover;background-position:center}
.lc-coyo-photo-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.5))}
.lc-coyo-photo-hero>small,.lc-coyo-photo-hero>h1,.lc-coyo-photo-hero>p,.lc-coyo-photo-hero>.lc-coyo-actions{position:relative;z-index:1;max-width:780px}
.lc-coyo-architecture{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(35px,7vw,100px);align-items:center;padding:clamp(75px,10vw,150px) var(--pad)}
.lc-coyo-architecture figure{margin:0;min-height:clamp(460px,58vw,760px)}
.lc-coyo-architecture img{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:saturate(.84) contrast(1.04);transition:transform .8s ease}
.lc-coyo-architecture figure:hover img{transform:scale(1.025)}
.lc-coyo-architecture small{color:var(--yellow);font-size:10px;font-weight:950;letter-spacing:.14em}
.lc-coyo-architecture h2{margin:25px 0;font:clamp(54px,6.4vw,105px)/.82 Impact,'Arial Narrow',sans-serif;color:var(--paper)}
.lc-coyo-architecture h2 span{color:var(--red)}
.lc-coyo-architecture p{max-width:540px;font:clamp(18px,2vw,27px)/1.5 Georgia,serif;color:var(--paper)}

/* Selector de compra */
.lc-purchase-box{margin:38px 0 28px;padding:0;border:3px solid var(--ink);background:#f7f1e7;box-shadow:9px 9px 0 var(--ink)}
.lc-purchase-box>header{display:flex;justify-content:space-between;gap:25px;align-items:end;padding:18px 22px;background:var(--ink);color:var(--paper)}
.lc-purchase-box>header small{color:var(--yellow);font-size:9px;font-weight:950;letter-spacing:.15em}
.lc-purchase-box>header strong{max-width:340px;text-align:right;font:24px/.9 Impact,'Arial Narrow',sans-serif;letter-spacing:.02em}
.lc-purchase-box form.cart{margin:0!important;padding:24px!important;border:0!important;display:flex!important;gap:18px!important;background:transparent!important}
.lc-purchase-box table.variations{flex:0 0 100%;margin:0!important;padding:0 0 22px!important;border-top:0!important;border-bottom:1px solid #0d0d0c55!important}
.lc-purchase-box table.variations tr{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center}
.lc-purchase-box table.variations th,.lc-purchase-box table.variations td{display:block!important;padding:0!important}
.lc-purchase-box table.variations label{display:block;font-size:10px!important;letter-spacing:.13em}
.lc-purchase-box table.variations label:before{content:'01';display:grid;place-items:center;width:28px;height:28px;margin-bottom:9px;border-radius:50%;background:var(--red);color:#fff;font-size:9px}
.lc-purchase-box .reset_variations{display:inline-block!important;margin-top:9px;font-size:9px!important;font-weight:900;text-transform:uppercase;text-decoration:none;border-bottom:1px solid}
.lc-choice-pills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.lc-choice-pills button{min-height:58px;padding:11px 12px;border:2px solid var(--ink);background:transparent;color:var(--ink);font:900 11px/1.15 Arial,sans-serif;text-transform:uppercase;cursor:pointer;transition:.18s}
.lc-choice-pills button:hover{background:#fff;transform:translateY(-2px)}
.lc-choice-pills button.is-selected{background:var(--yellow);box-shadow:4px 4px 0 var(--ink);transform:translate(-2px,-2px)}
.lc-js .lc-has-pills>select{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important}
.lc-purchase-box .single_variation_wrap{width:100%;display:grid;gap:17px}
.lc-purchase-box .woocommerce-variation{padding:5px 0}
.lc-purchase-box .woocommerce-variation-price{margin:0!important}
.lc-purchase-box .woocommerce-variation-price .price{display:flex;align-items:baseline;gap:7px;color:var(--red)!important;font-size:32px!important;font-weight:950}
.lc-grind{display:grid!important;grid-template-columns:180px 1fr;gap:20px;align-items:center;padding:0 0 22px;border-bottom:1px solid #0d0d0c55}
.lc-grind>div label{display:block;font-size:10px!important;letter-spacing:.13em}
.lc-grind>div label:before{content:'02';display:grid;place-items:center;width:28px;height:28px;margin-bottom:9px;border-radius:50%;background:var(--red);color:#fff;font-size:9px}
.lc-grind>div small{display:block;margin-top:8px;font-size:9px;line-height:1.35;color:#625d55}
.lc-grind select{min-height:58px!important;padding:0 52px 0 16px!important;border:2px solid var(--ink)!important;border-radius:0!important;background-color:#fff!important;font-size:13px!important;font-weight:800!important;cursor:pointer}
.lc-quantity-choice{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:center;padding-top:3px}
.lc-quantity-choice>span b{display:block;font-size:10px;letter-spacing:.13em}
.lc-quantity-choice>span b:before{content:'03';display:grid;place-items:center;width:28px;height:28px;margin-bottom:9px;border-radius:50%;background:var(--red);color:#fff;font-size:9px}
.lc-quantity-choice>span small{display:block;margin-top:7px;font-size:9px;color:#625d55}
.lc-purchase-box .quantity{display:grid!important;grid-template-columns:52px 72px 52px;width:max-content;height:54px;border:2px solid var(--ink);background:#fff}
.lc-purchase-box .quantity .qty{width:72px!important;height:50px!important;padding:0!important;border:0!important;border-left:1px solid #0d0d0c55!important;border-right:1px solid #0d0d0c55!important;background:#fff!important;color:var(--ink)!important;font-size:17px!important;font-weight:950;text-align:center;-moz-appearance:textfield}
.lc-purchase-box .quantity .qty::-webkit-inner-spin-button,.lc-purchase-box .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.lc-qty-button{display:grid;place-items:center;width:50px;height:50px;border:0;background:#fff;color:var(--ink);font:28px/1 Arial,sans-serif;cursor:pointer;transition:.18s}
.lc-qty-button:hover{background:var(--yellow)}
.lc-purchase-box .single_add_to_cart_button{flex:1 1 250px;min-height:58px!important;margin-left:200px!important;background:var(--yellow)!important;box-shadow:6px 6px 0 var(--ink);font-size:13px!important;transition:.18s}
.lc-purchase-box .single_add_to_cart_button:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--ink)}
.lc-purchase-box .woocommerce-variation-add-to-cart{display:flex!important;flex-wrap:wrap;gap:18px;width:100%}
.lc-purchase-box .woocommerce-variation-add-to-cart .lc-quantity-choice{flex:0 0 100%}

/* Momentos */
.lc-moments{padding:clamp(75px,10vw,150px) var(--pad);overflow:hidden}
.lc-moments>header{display:grid;grid-template-columns:.85fr 1.35fr;column-gap:clamp(30px,7vw,100px);align-items:end;margin-bottom:55px}
.lc-moments>header small{font-size:10px;font-weight:950;letter-spacing:.1em;border-bottom:4px solid var(--yellow);padding-bottom:3px;width:max-content}
.lc-moments>header h2{grid-column:1/2;font:clamp(56px,7vw,110px)/.82 Impact,'Arial Narrow',sans-serif;margin:24px 0 0}
.lc-moments>header h2 span{display:block}
.lc-moments>header p{grid-column:2;grid-row:1/3;max-width:570px;margin:0;font:clamp(18px,2vw,27px)/1.5 Georgia,serif}
.lc-moments>header .lc-link{grid-column:2;margin-top:25px}
.lc-moments-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:150px;gap:14px}
.lc-moment{position:relative;grid-column:span 4;grid-row:span 2;overflow:hidden;margin:0;padding:0;border:0;background:var(--ink);cursor:zoom-in;text-align:left}
.lc-moment:nth-child(1){grid-column:span 7;grid-row:span 4}.lc-moment:nth-child(2){grid-column:span 5;grid-row:span 2}.lc-moment:nth-child(3){grid-column:span 5;grid-row:span 2}.lc-moment:nth-child(4){grid-column:span 4;grid-row:span 3}.lc-moment:nth-child(5){grid-column:span 4;grid-row:span 3}.lc-moment:nth-child(6){grid-column:span 4;grid-row:span 3}
.lc-moment img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.78) contrast(1.06);transition:transform .65s,filter .4s}
.lc-moment span{position:absolute;inset:auto 0 0;display:flex;gap:12px;align-items:center;padding:55px 16px 14px;color:#fff;background:linear-gradient(transparent,#000d);font:800 10px/1.3 Arial,sans-serif;transform:translateY(5px);transition:.3s}
.lc-moment span b{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:var(--yellow);color:var(--ink);font-size:8px}
.lc-moment:hover img{transform:scale(1.045);filter:saturate(1)}.lc-moment:hover span{transform:none}
.lc-moments-mosaic .lc-moment{grid-column:span 4!important;grid-row:span 3!important}
.lc-moments-filmstrip .lc-moments-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}
.lc-moments-filmstrip .lc-moment{flex:0 0 min(76vw,520px);height:560px;scroll-snap-align:start}

/* Promoción o evento */
.lc-home-promo{position:relative;padding:clamp(75px,10vw,150px) var(--pad);display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(35px,7vw,100px);align-items:center;overflow:hidden}
.lc-promo-text-right-one,.lc-promo-text-right-two{grid-template-columns:1.15fr .85fr}.lc-promo-text-right-one .lc-promo-copy,.lc-promo-text-right-two .lc-promo-copy{order:2}
.lc-promo-copy{position:relative;z-index:2}.lc-promo-copy>small{font-size:10px;font-weight:950;letter-spacing:.12em;border-bottom:4px solid currentColor;padding-bottom:3px}
.lc-promo-copy h2{font:clamp(58px,7.5vw,118px)/.8 Impact,'Arial Narrow',sans-serif;margin:26px 0}.lc-promo-copy h2 span{display:block}
.lc-promo-copy p{max-width:590px;font:clamp(18px,2vw,27px)/1.5 Georgia,serif}
.lc-promo-media{display:grid;grid-template-columns:1fr;gap:14px;min-width:0}.lc-promo-text-left-two .lc-promo-media,.lc-promo-text-right-two .lc-promo-media{grid-template-columns:1.1fr .9fr;align-items:end}
.lc-promo-media figure{margin:0;overflow:hidden;border:3px solid currentColor}.lc-promo-media figure:nth-child(2){transform:translateY(45px)}
.lc-promo-media img{display:block;width:100%;height:clamp(430px,52vw,700px);object-fit:cover;filter:saturate(.82) contrast(1.05)}
.lc-promo-media figure:nth-child(2) img{height:clamp(330px,42vw,560px)}
.lc-promo-style-yellow{background:var(--yellow);color:var(--ink)}.lc-promo-style-dark{background:var(--ink);color:var(--paper)}.lc-promo-style-cream{background:var(--paper);color:var(--ink)}.lc-promo-style-red{background:var(--red);color:#fff}
.lc-promo-background{min-height:80vh;display:flex;align-items:flex-end;color:#fff;background-image:linear-gradient(90deg,#000e 0%,#0008 55%,#0001),var(--lc-promo-bg);background-size:cover;background-position:center}
.lc-promo-background .lc-promo-copy{max-width:800px}.lc-promo-background .lc-promo-copy h2{color:#fff!important}

@media(max-width:850px){
  .lc-coyo-architecture{grid-template-columns:1fr}.lc-coyo-architecture figure{min-height:70vw}.lc-coyo-photo-hero{min-height:78vh;background-position:62% center}
  .lc-purchase-box>header{align-items:start}.lc-purchase-box>header strong{font-size:20px}
  .lc-purchase-box form.cart{position:relative!important;padding:20px!important;border:0!important}
  .lc-purchase-box table.variations tr,.lc-grind,.lc-quantity-choice{grid-template-columns:1fr;gap:12px}
  .lc-choice-pills{grid-template-columns:repeat(3,1fr)}
  .lc-purchase-box .single_add_to_cart_button{margin-left:0!important}
  .lc-moments>header{display:block}.lc-moments>header p{margin-top:24px}.lc-moments-grid{grid-auto-rows:110px}
  .lc-home-promo,.lc-promo-text-right-one,.lc-promo-text-right-two{grid-template-columns:1fr}.lc-promo-text-right-one .lc-promo-copy,.lc-promo-text-right-two .lc-promo-copy{order:0}.lc-promo-media{order:2}
}
@media(max-width:560px){
  .lc-coyo-photo-hero{min-height:76vh;background-image:linear-gradient(180deg,rgba(5,5,4,.42),rgba(5,5,4,.92) 78%),var(--lc-coyo-hero-image);background-position:62% center}.lc-coyo-architecture{padding-left:20px;padding-right:20px}.lc-coyo-architecture figure{min-height:105vw}.lc-coyo-architecture h2{font-size:54px}
  .lc-purchase-box{margin:28px -4px 22px;box-shadow:6px 6px 0 var(--ink)}
  .lc-purchase-box>header{display:block;padding:16px}.lc-purchase-box>header strong{display:block;margin-top:9px;text-align:left;font-size:19px}
  .lc-purchase-box form.cart{padding:16px!important}
  .lc-choice-pills{grid-template-columns:1fr}.lc-choice-pills button{min-height:48px;text-align:left;padding-left:15px}
  .lc-purchase-box .quantity{grid-template-columns:48px 68px 48px}.lc-purchase-box .quantity .qty{width:68px!important}.lc-qty-button{width:46px}
  .lc-purchase-box .single_add_to_cart_button{width:100%;flex-basis:100%;min-height:60px!important}
  .lc-moments{padding-left:18px;padding-right:18px}.lc-moments>header h2{font-size:54px}
  .lc-moments-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:175px;gap:8px}
  .lc-moment,.lc-moment:nth-child(n){grid-column:span 1!important;grid-row:span 1!important}.lc-moment:first-child{grid-column:1/-1!important;grid-row:span 2!important}
  .lc-moments-filmstrip .lc-moments-grid{display:flex}.lc-moments-filmstrip .lc-moment{height:68vh}
  .lc-home-promo{padding-left:20px;padding-right:20px}.lc-promo-copy h2{font-size:56px}.lc-promo-media,.lc-promo-text-left-two .lc-promo-media,.lc-promo-text-right-two .lc-promo-media{grid-template-columns:1fr}.lc-promo-media figure:nth-child(2){transform:none}.lc-promo-media img,.lc-promo-media figure:nth-child(2) img{height:110vw;max-height:560px}
}
/* V6.3.2 — iconografía social consistente, sin emojis del sistema */
.lc-btn-with-icon{display:inline-flex!important;align-items:center;justify-content:center;gap:10px}
.lc-btn-with-icon svg{width:20px;height:20px;flex:0 0 20px}
.lc-menu-social a i svg{width:17px;height:17px}
.lc-social-mini a svg{width:14px;height:14px}
.lc-social-card{position:relative}
.lc-social-card em{position:absolute;right:24px;top:24px;display:grid;place-items:center;width:48px;height:48px;border:2px solid currentColor;border-radius:50%;font-style:normal}
.lc-social-card em svg{width:23px;height:23px}
.lc-footer-social a{display:flex!important;align-items:center;gap:10px}
.lc-footer-social a i{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border:1px solid #ffffff55;border-radius:50%;font-style:normal;color:var(--yellow)}
.lc-footer-social a i svg{width:15px;height:15px}
.lc-whatsapp-float span svg{width:21px;height:21px}
@media(max-width:520px){.lc-social-card em{right:18px;top:18px;width:42px;height:42px}.lc-social-card em svg{width:20px;height:20px}}

/* ===== v6.4.css ===== */
/* LACOLADERA V6.4 — publicación modular, tienda narrativa y editor de historias */
.lc-shop-products-head{padding:70px clamp(24px,7vw,120px) 24px;background:var(--lc-shop-paper,var(--paper));color:var(--lc-shop-title,var(--ink))}
.lc-shop-products-head small,.lc-product-story small{font-weight:900;letter-spacing:.12em}.lc-shop-products-head h2{font-size:clamp(46px,7vw,108px);line-height:.82;margin:12px 0 20px}.lc-shop-products-head h2 span{display:block}.lc-shop-products-head p{max-width:720px;font-size:clamp(18px,2vw,26px)}
.lc-shop-content{background:var(--lc-shop-paper,var(--paper))!important}.lc-shop-content .button,.lc-shop-content button{--yellow:var(--lc-shop-accent,#fbba00)}
.lc-shop-no-filters .woocommerce-result-count,.lc-shop-no-filters .woocommerce-ordering{display:none!important}
.lc-shop-story{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,90px);align-items:center}.lc-shop-story figure{grid-column:1/-1;margin:0;max-height:520px;overflow:hidden}.lc-shop-story figure img{width:100%;height:520px;object-fit:cover;filter:saturate(.78) contrast(1.08)}
.lc-shop-cols-2 ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lc-shop-cols-3 ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lc-shop-cols-4 ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}

.lc-product-story{clear:both;margin:90px calc(50% - 50vw) 0}.lc-product-story>header{padding:clamp(50px,8vw,120px);display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;background:#0d0d0c;color:#f4efe5}.lc-product-story>header h2{font-size:clamp(44px,6vw,92px);line-height:.88;margin:12px 0 24px}.lc-product-story>header p{font-size:clamp(18px,2vw,25px);max-width:680px}.lc-product-story>header img{width:100%;height:min(62vw,650px);object-fit:cover}
.lc-product-story-block{background:var(--ps-bg);color:var(--ps-color);padding:clamp(45px,7vw,110px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,6vw,90px);align-items:center}.lc-product-story-block h3{font-size:clamp(38px,5vw,78px);line-height:.9;margin:0 0 24px}.lc-product-story-block .lc-ps-copy{font-size:clamp(17px,1.7vw,23px)}.lc-product-story-block .lc-ps-media{display:grid;grid-template-columns:1fr 1fr;gap:15px}.lc-product-story-block .lc-ps-media img{width:100%;height:520px;object-fit:cover}.lc-product-story-block.lc-ps-text .lc-ps-copy{grid-column:1/-1;max-width:900px}.lc-product-story-block.lc-ps-text .lc-ps-media{display:none}.lc-product-story-block.lc-ps-text-right .lc-ps-copy{order:2}.lc-product-story-block.lc-ps-stack{grid-template-columns:1fr}.lc-product-story-block.lc-ps-stack .lc-ps-media img{height:620px}

.lc-article{background:#f3efe7;color:#0d0d0c}.lc-article.lc-story-style-dark{background:#0d0d0c;color:#f4efe5}.lc-article.lc-story-style-yellow{background:#fbba00;color:#0d0d0c}.lc-article>header{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:clamp(30px,6vw,100px);align-items:end;padding:clamp(70px,9vw,150px) clamp(24px,8vw,140px)}.lc-article>header h1{font-size:clamp(58px,9vw,150px);line-height:.78;margin:20px 0 30px}.lc-story-title-medium>header h1{font-size:clamp(48px,7vw,100px)}.lc-story-title-massive>header h1{font-size:clamp(72px,11vw,180px)}.lc-article>header figure{margin:0}.lc-article>header img{width:100%;height:min(62vw,720px);object-fit:cover}.lc-story-hero-image>header{position:relative;min-height:80vh;align-items:end;color:#fff}.lc-story-hero-image>header figure{position:absolute;inset:0;z-index:0}.lc-story-hero-image>header figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.08))}.lc-story-hero-image>header figure img{height:100%}.lc-story-hero-image>header>div{position:relative;z-index:1;grid-column:1/-1;max-width:1000px}.lc-story-hero-type>header{grid-template-columns:1fr}.lc-story-hero-type>header figure{display:none}
.lc-block-story{margin:0 auto;padding:40px 24px 100px}.lc-story-width-narrow .lc-block-story{max-width:760px}.lc-story-width-medium .lc-block-story{max-width:1120px}.lc-story-width-wide .lc-block-story{max-width:1500px}.lc-block-story>:where(p,ul,ol){font-size:clamp(18px,1.7vw,23px);line-height:1.65}.lc-block-story h2{font-size:clamp(42px,6vw,88px);line-height:.92}.lc-block-story h3{font-size:clamp(30px,4vw,58px);line-height:1}.lc-block-story .alignwide{width:min(1400px,calc(100vw - 48px));max-width:none;margin-left:50%;transform:translateX(-50%)}.lc-block-story .alignfull{width:100vw;max-width:none;margin-left:50%;transform:translateX(-50%)}.lc-block-story img{height:auto}.lc-block-story blockquote{border-left:8px solid #e83028;padding:20px 30px;margin:60px 0;font-size:1.4em}.lc-story-newsletter{margin:0 auto 80px;max-width:1120px;background:#fbba00;color:#0d0d0c;padding:clamp(35px,6vw,80px)}.lc-story-newsletter h2{font-size:clamp(42px,6vw,82px);line-height:.88}.lc-story-newsletter h2 span{display:block}.lc-story-newsletter form{display:flex;gap:0}.lc-story-newsletter input{flex:1;padding:18px;border:3px solid #0d0d0c}.lc-story-newsletter button{padding:18px 26px;background:#0d0d0c;color:#fff;border:0;font-weight:900}.lc-pagination{grid-column:1/-1}.lc-pagination ul{display:flex;gap:8px;list-style:none;justify-content:center}.lc-pagination a,.lc-pagination span{display:grid;place-items:center;min-width:44px;height:44px;border:2px solid currentColor;padding:0 10px}.lc-pagination .current{background:#0d0d0c;color:#fff}

@media(max-width:900px){.lc-shop-story,.lc-product-story>header,.lc-product-story-block,.lc-article>header{grid-template-columns:1fr}.lc-shop-cols-3 ul.products,.lc-shop-cols-4 ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lc-product-story-block.lc-ps-text-right .lc-ps-copy{order:0}.lc-product-story-block .lc-ps-media img{height:420px}}
@media(max-width:600px){.lc-shop-cols-2 ul.products,.lc-shop-cols-3 ul.products,.lc-shop-cols-4 ul.products{grid-template-columns:1fr!important}.lc-shop-story figure img{height:340px}.lc-product-story-block .lc-ps-media{grid-template-columns:1fr}.lc-product-story-block .lc-ps-media img{height:340px}.lc-story-newsletter form{display:grid}.lc-block-story .alignwide,.lc-block-story .alignfull{width:100vw}}

/* V6.4.1 — Cartas deja de competir con las tarjetas sociales y funciona como
   una pieza editorial autónoma: tinta, carta amarilla y remates humanos. */
.lc-news-v641{isolation:isolate;overflow:hidden;min-height:620px;background:var(--ink);color:var(--paper);grid-template-columns:minmax(320px,.9fr) minmax(460px,1.1fr);border-top:12px solid var(--yellow);border-bottom:3px solid var(--ink)}
.lc-news-v641:before{content:'CARTAS  CARTAS  CARTAS';position:absolute;left:-1vw;bottom:-.12em;z-index:-1;white-space:nowrap;font:clamp(110px,18vw,310px)/.7 Impact,'Arial Narrow',sans-serif;color:#ffffff08;letter-spacing:-.035em}
.lc-news-v641 .lc-copy small{color:var(--yellow);border-color:var(--red)}
.lc-news-v641 .lc-copy h2{color:var(--paper)!important;font-size:clamp(58px,7vw,112px);max-width:780px}
.lc-news-v641 .lc-copy h2 span:last-child{color:var(--red)}
.lc-news-v641 .lc-copy p{color:#f3efe7!important;max-width:540px;font:clamp(17px,1.4vw,21px)/1.55 Georgia,serif}
.lc-letter-mark{position:absolute;right:3vw;top:34px;width:70px;height:54px;display:grid;place-items:center;border:3px solid var(--yellow);color:var(--yellow);font-size:30px;transform:rotate(7deg)}
.lc-news-card{position:relative;background:var(--yellow);color:var(--ink);padding:clamp(34px,5vw,72px);box-shadow:14px 14px 0 var(--red);transform:rotate(-.8deg);border:3px solid var(--ink)}
.lc-news-card:before{content:'ÁBRELA CUANDO QUIERAS';position:absolute;right:24px;top:-15px;background:var(--paper);border:2px solid var(--ink);padding:8px 12px;font:900 9px/1 Arial,sans-serif;transform:rotate(3deg)}
.lc-news-card>b{display:block;margin-bottom:55px;font:clamp(28px,3vw,48px)/.93 Impact,'Arial Narrow',sans-serif;max-width:500px}
.lc-news-card label{display:block;font-size:10px;font-weight:950;letter-spacing:.08em}
.lc-news-card form>div{display:flex;border:3px solid var(--ink);margin-top:10px;background:#fff;box-shadow:6px 6px 0 #0d0d0c33}
.lc-news-card input{min-width:0;background:#fff;font-size:16px;padding:19px;border:0}
.lc-news-card button{min-width:190px;background:var(--ink);color:#fff;padding:16px 22px;border:0;font-weight:950}
.lc-news-card>small{display:block;margin-top:14px;font-family:monospace;font-size:11px}
.lc-news-card>i{display:block;margin-top:65px;font:900 10px/1 Arial,sans-serif;font-style:normal;text-align:right}
@media(max-width:900px){.lc-news-v641{grid-template-columns:1fr;min-height:0}.lc-news-card{transform:none}.lc-letter-mark{right:24px;top:24px}.lc-news-card>b{margin-bottom:35px}}
@media(max-width:600px){.lc-news-v641{padding-top:90px}.lc-news-v641 .lc-copy h2{font-size:clamp(50px,15vw,76px)}.lc-news-card{padding:34px 22px;box-shadow:8px 8px 0 var(--red)}.lc-news-card form>div{display:grid}.lc-news-card button{min-width:0;padding:17px}.lc-news-card>i{margin-top:38px}.lc-letter-mark{width:54px;height:42px;font-size:22px}}

/* Historias creadas desde el constructor amigable. */
.lc-article{--story-title:#f3efe7;--story-accent:#e83028;--story-text:#0d0d0c}
.lc-article>header h1{color:var(--story-title)!important}.lc-article>header small{color:var(--story-accent)!important}.lc-article .lc-block-story{color:var(--story-text)}
.lc-title-font-poster>header h1{font-family:Impact,'Arial Narrow',sans-serif}.lc-title-font-serif>header h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.045em}.lc-title-font-mono>header h1{font-family:monospace;font-weight:900;letter-spacing:-.06em}
.lc-body-font-sans .lc-block-story{font-family:Arial,Helvetica,sans-serif}.lc-body-font-serif .lc-block-story{font-family:Georgia,'Times New Roman',serif}.lc-body-font-mono .lc-block-story{font-family:monospace}
.lc-story-gallery{margin-top:70px!important;margin-bottom:70px!important}.lc-story-gallery .wp-block-image{overflow:hidden}.lc-story-gallery img{width:100%;height:100%;object-fit:cover;filter:contrast(1.04) saturate(.9)}
.lc-gallery-mosaic{display:grid!important;grid-template-columns:1.3fr .7fr;grid-auto-rows:250px;gap:12px}.lc-gallery-mosaic .wp-block-image:first-child{grid-row:span 2}.lc-gallery-mosaic .wp-block-image:nth-child(4n){grid-column:1/-1}
.lc-gallery-film{display:flex!important;overflow-x:auto;gap:12px;padding-bottom:15px;scroll-snap-type:x mandatory}.lc-gallery-film .wp-block-image{flex:0 0 min(72vw,620px);height:430px;scroll-snap-align:start}.lc-gallery-grid{display:grid!important;grid-template-columns:repeat(2,1fr);gap:12px}.lc-gallery-grid .wp-block-image{height:360px}
@media(max-width:600px){.lc-gallery-mosaic,.lc-gallery-grid{grid-template-columns:1fr;grid-auto-rows:auto}.lc-gallery-mosaic .wp-block-image,.lc-gallery-grid .wp-block-image{height:72vw;grid-column:auto!important;grid-row:auto!important}.lc-gallery-film .wp-block-image{height:72vw}}

/* ===== v6.5.css ===== */
/* LACOLADERA V6.5 Production Edition */
.lc-shipping-ribbon{min-height:38px;padding:8px var(--pad);display:flex;align-items:center;justify-content:center;gap:13px;text-decoration:none!important;text-transform:uppercase;font:800 11px/1.2 Arial,sans-serif;letter-spacing:.08em;position:relative;z-index:1002;border-bottom:2px solid currentColor}
.lc-shipping-ribbon span{color:var(--red);font-size:17px;animation:lc-ship-pulse 1.8s ease-in-out infinite}.lc-shipping-ribbon i{font-style:normal;font-size:9px;border-left:1px solid currentColor;padding-left:13px}.lc-shipping-ink{background:var(--ink)!important;color:var(--paper)!important}.lc-shipping-yellow{background:var(--yellow)!important;color:var(--ink)!important}.lc-shipping-red{background:var(--red)!important;color:#fff!important}.lc-shipping-paper{background:var(--paper)!important;color:var(--ink)!important}@keyframes lc-ship-pulse{50%{transform:scale(1.35)}}
.lc-shop-shipping{display:grid;grid-template-columns:1fr auto;gap:clamp(30px,7vw,110px);align-items:end;padding:clamp(48px,7vw,100px) var(--pad);text-decoration:none!important;border-top:3px solid var(--ink);border-bottom:3px solid var(--ink);position:relative;overflow:hidden}
.lc-shop-shipping:before{content:'ENVÍO';position:absolute;right:-.04em;top:-.24em;font:clamp(130px,21vw,330px)/1 Impact,'Arial Narrow',sans-serif;color:currentColor;opacity:.055;pointer-events:none}.lc-shop-shipping small{font-weight:950;letter-spacing:.12em;border-bottom:4px solid var(--red)}.lc-shop-shipping h2{max-width:950px;margin:22px 0 12px;font:clamp(52px,7vw,110px)/.82 Impact,'Arial Narrow',sans-serif;text-transform:uppercase}.lc-shop-shipping p{max-width:650px;font-size:clamp(16px,1.5vw,21px)}.lc-shop-shipping>span{min-width:190px;display:grid;gap:18px;text-align:center;position:relative}.lc-shop-shipping>span b{font:clamp(58px,7vw,105px)/.8 Impact,sans-serif;color:var(--red)}.lc-shop-shipping>span i{background:var(--ink);color:#fff;padding:17px 22px;font-style:normal;font-size:10px;font-weight:950;box-shadow:6px 6px 0 var(--red)}.lc-shop-shipping.lc-shipping-red>span b{color:var(--yellow)}.lc-shop-shipping.lc-shipping-red>span i{box-shadow:6px 6px 0 var(--yellow)}
body.admin-bar .lc-shipping-ribbon{z-index:999}.lc-install-health-good{color:#16803a}.lc-install-health-warn{color:#996800}.lc-install-health-bad{color:#b32d2e}
@media(max-width:850px){.lc-shipping-ribbon{min-height:34px;padding:7px 14px;font-size:8px;text-align:center}.lc-shipping-ribbon i{display:none}.lc-shop-shipping{grid-template-columns:1fr;padding:65px 22px}.lc-shop-shipping>span{text-align:left;justify-items:start}.lc-shop-shipping h2{font-size:clamp(48px,14vw,74px)}.lc-shop-shipping>span b{font-size:72px}}
@media(prefers-reduced-motion:reduce){.lc-shipping-ribbon span{animation:none}}

/* ===== v6.5.4.css ===== */
/* V6.5.4 — verified Divi Theme Builder compatibility bridge. */
body.lc-v3 #main-header,
body.lc-v3 #top-header,
body.lc-v3 #main-footer {
  display: none !important;
}

body.lc-v3 .et-l--header,
body.lc-v3 .et-l--footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.lc-v3 #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.lc-v3 > .lc-header,
body.lc-v3 > .lc-shipping-ribbon {
  z-index: 100001;
}

body.lc-v3 > .lc-footer,
body.lc-v3 > .lc-whatsapp-float {
  position: relative;
  z-index: 20;
}

body.lc-v3 > .lc-whatsapp-float {
  position: fixed;
}

body.lc-v3.admin-bar .lc-header { top: 32px; }

@media (max-width: 782px) {
  body.lc-v3.admin-bar .lc-header { top: 46px; }
}

/* ===== v6.5.5.css ===== */
/* V6.5.5 — product page layout and variation selector hardening. */

body.single-product .lc-shop-content {
  padding-inline: clamp(20px, 4vw, 64px);
}

body.single-product .lc-shop-content > .woocommerce {
  width: 100% !important;
  max-width: 1500px !important;
  margin-inline: auto !important;
}

body.single-product .lc-shop-content div.product {
  width: 100% !important;
  grid-template-columns: minmax(420px, .95fr) minmax(560px, 1.05fr) !important;
  gap: clamp(42px, 5vw, 78px) !important;
  align-items: start;
}

body.single-product .lc-purchase-box,
body.single-product .lc-purchase-box form.cart,
body.single-product .lc-purchase-box table.variations,
body.single-product .lc-purchase-box table.variations tbody,
body.single-product .lc-purchase-box table.variations tr,
body.single-product .lc-purchase-box table.variations th,
body.single-product .lc-purchase-box table.variations td,
body.single-product .lc-purchase-box .single_variation_wrap,
body.single-product .lc-purchase-box .lc-choice-pills {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.single-product .lc-purchase-box table.variations,
body.single-product .lc-purchase-box table.variations tbody {
  display: block !important;
  table-layout: auto !important;
}

body.single-product .lc-purchase-box table.variations tr {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  gap: 20px !important;
}

body.single-product .lc-purchase-box table.variations td.value {
  display: block !important;
  overflow: visible !important;
}

body.single-product .lc-choice-pills {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.single-product .lc-choice-pills button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 64px;
  padding: 12px 9px !important;
  writing-mode: horizontal-tb !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  text-align: center !important;
  line-height: 1.15 !important;
}

body.single-product .lc-grind,
body.single-product .lc-quantity-choice {
  width: 100%;
  grid-template-columns: 150px minmax(0, 1fr) !important;
}

body.single-product .lc-purchase-box select {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 1180px) {
  body.single-product .lc-shop-content div.product {
    grid-template-columns: 1fr !important;
    max-width: 900px;
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  body.single-product .lc-shop-content {
    padding-inline: 16px;
  }

  body.single-product .lc-purchase-box table.variations tr,
  body.single-product .lc-grind,
  body.single-product .lc-quantity-choice {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.single-product .lc-choice-pills {
    grid-template-columns: 1fr !important;
  }

  body.single-product .lc-choice-pills button {
    min-height: 52px;
    justify-content: flex-start;
    padding-inline: 16px !important;
    text-align: left !important;
  }
}

/* ===== v6.5.6.css ===== */
/* V6.5.6 — Product Experience. Isolated to Café Finca El Izote. */
body.single-product .lc-shop-content{padding-top:clamp(34px,5vw,72px);background:#f3efe7}
body.single-product .woocommerce-breadcrumb{margin:0 0 28px;padding-bottom:12px;border-bottom:1px solid #0d0d0c33}
body.single-product .lc-shop-content div.product{position:relative;grid-template-columns:minmax(460px,1.08fr) minmax(520px,.92fr)!important;gap:clamp(42px,5vw,88px)!important}

.lc-product-visual{position:sticky;top:110px;align-self:start;margin:0!important;background:#0d0d0c;border:3px solid #0d0d0c;box-shadow:12px 12px 0 #fbba00;overflow:hidden}
.lc-product-visual>button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden}
.lc-product-visual img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .4s;filter:saturate(.94) contrast(1.04)}
.lc-product-visual:hover img{transform:scale(1.025)}
.lc-product-visual figcaption{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;background:#0d0d0c;color:#f4efe5;font:900 9px/1.2 Arial,sans-serif;letter-spacing:.12em}
.lc-product-visual figcaption span{color:#fbba00}

body.single-product div.product .summary{position:relative;padding:0!important}
.lc-product-intro{padding:0 0 22px;margin-bottom:18px;border-bottom:2px solid #0d0d0c}
.lc-product-intro small{display:block;margin-bottom:11px;color:#e83028;font:900 10px/1 Arial,sans-serif;letter-spacing:.14em}
.lc-product-intro p{max-width:650px;margin:0;font:18px/1.55 Georgia,serif;color:#0d0d0c}
body.single-product div.product .product_title{max-width:680px!important;margin:0 0 22px!important;font-size:clamp(58px,6.2vw,106px)!important;line-height:.78!important;letter-spacing:-.025em;color:#0d0d0c!important}
body.single-product div.product p.price{display:flex;align-items:baseline;gap:9px;margin:18px 0 20px!important;color:#e83028!important;font-size:clamp(29px,3vw,43px)!important}
body.single-product div.product p.price .lc-price-from{padding:5px 7px;background:#0d0d0c;color:#f4efe5;font-size:9px}
body.single-product div.product p.price small{font-size:11px!important;color:#0d0d0c!important}
body.single-product .woocommerce-product-details__short-description{max-width:600px;margin-bottom:24px;padding-left:18px;border-left:5px solid #fbba00;font:17px/1.55 Georgia,serif!important;color:#3c3c3b}

body.single-product .lc-purchase-box{margin:28px 0 24px;border-width:3px;background:#f8f3eb;box-shadow:9px 9px 0 #0d0d0c}
body.single-product .lc-purchase-box>header{position:relative;align-items:center;padding:18px 20px;background:#0d0d0c}
body.single-product .lc-purchase-box>header:after{content:'↓';display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#fbba00;color:#0d0d0c;font:900 18px/1 Arial,sans-serif}
body.single-product .lc-purchase-box>header strong{margin-left:auto;text-align:right;font-size:clamp(20px,2vw,29px)}
body.single-product .lc-purchase-box form.cart{gap:20px!important;padding:24px!important}
body.single-product .lc-purchase-box table.variations tr,
body.single-product .lc-grind,
body.single-product .lc-quantity-choice{grid-template-columns:132px minmax(0,1fr)!important;gap:20px!important;align-items:center}
body.single-product .lc-purchase-box table.variations label,
body.single-product .lc-grind label,
body.single-product .lc-quantity-choice b{font-size:10px!important;letter-spacing:.12em}
body.single-product .lc-choice-pills{gap:9px!important}
body.single-product .lc-choice-pills button{position:relative;min-height:66px!important;border-width:2px!important;background:#fff!important;font-size:12px!important;transition:.18s ease}
body.single-product .lc-choice-pills button:hover{background:#f4efe5!important}
body.single-product .lc-choice-pills button.is-selected{background:#fbba00!important;box-shadow:4px 4px 0 #0d0d0c}
body.single-product .lc-choice-pills button.is-selected:before{content:'✓';position:absolute;top:5px;right:7px;font-size:10px}
body.single-product .lc-has-pills>select{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
body.single-product .lc-grind select{min-height:58px!important;padding:14px 44px 14px 15px!important;background-color:#fff!important;font-weight:800}
body.single-product .lc-purchase-box .single_add_to_cart_button{min-height:62px!important;background:#fbba00!important;box-shadow:6px 6px 0 #0d0d0c;font-size:13px!important;letter-spacing:.08em}
body.single-product .lc-purchase-box .single_add_to_cart_button:after{content:' →'}
body.single-product .product_meta{margin-top:24px;color:#6f6b64}

.lc-product-assurance{display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0 0;border:2px solid #0d0d0c;background:#0d0d0c;gap:2px}
.lc-product-assurance div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;min-height:78px;padding:14px;background:#f3efe7}
.lc-product-assurance i{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#e83028;color:#fff;font:normal 900 9px/1 Arial,sans-serif}
.lc-product-assurance span{font:900 9px/1.25 Arial,sans-serif;letter-spacing:.06em}

.lc-product-awards{grid-column:1/-1;margin:clamp(70px,9vw,135px) calc(50% - 50vw) 0;padding:clamp(65px,8vw,125px) max(var(--pad),calc((100vw - 1500px)/2));display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(42px,7vw,110px);background:#fbba00;color:#0d0d0c}
.lc-product-awards small{font:900 10px/1 Arial,sans-serif;letter-spacing:.15em}
.lc-product-awards h2{max-width:850px;margin:20px 0 0;font:clamp(58px,8vw,125px)/.78 Impact,'Arial Narrow',sans-serif;letter-spacing:-.02em}
.lc-product-awards h2 span{display:block}.lc-product-awards h2 span:last-child{color:#e83028}
.lc-product-awards p{max-width:690px;margin:0 0 38px;font:clamp(18px,2vw,25px)/1.5 Georgia,serif}
.lc-award-marks{display:grid;grid-template-columns:1fr 1fr;border:3px solid #0d0d0c;background:#0d0d0c;gap:3px}
.lc-award-marks b{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:13px;min-height:100px;padding:17px;background:#fbba00;font:900 10px/1.25 Arial,sans-serif;letter-spacing:.06em}
.lc-award-marks em{font:normal 54px/.8 Impact,'Arial Narrow',sans-serif}

body.single-product .woocommerce-tabs{margin-top:0;padding-top:70px}
body.single-product .lc-coffee-origin{margin-top:0}

@media(max-width:1180px){
  body.single-product .lc-shop-content div.product{grid-template-columns:1fr!important;max-width:900px}
  .lc-product-visual{position:relative;top:auto}
  .lc-product-visual img{aspect-ratio:16/9}
}
@media(max-width:760px){
  body.single-product .lc-shop-content{padding-top:22px}
  body.single-product .lc-shop-content div.product{gap:34px!important}
  .lc-product-visual{margin-inline:-2px!important;box-shadow:7px 7px 0 #fbba00}
  .lc-product-visual img{aspect-ratio:4/3}
  .lc-product-visual figcaption{align-items:flex-start;flex-direction:column;gap:6px}
  body.single-product div.product .product_title{font-size:clamp(54px,16vw,76px)!important}
  body.single-product .lc-purchase-box form.cart{padding:17px!important}
  body.single-product .lc-purchase-box table.variations tr,
  body.single-product .lc-grind,
  body.single-product .lc-quantity-choice{grid-template-columns:1fr!important;gap:11px!important}
  body.single-product .lc-choice-pills{grid-template-columns:1fr!important}
  body.single-product .lc-choice-pills button{min-height:52px!important;justify-content:flex-start!important;text-align:left!important;padding:12px 42px 12px 15px!important}
  .lc-product-assurance{grid-template-columns:1fr}
  .lc-product-assurance div{min-height:58px}
  .lc-product-awards{grid-template-columns:1fr;padding-inline:22px}
  .lc-award-marks{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.lc-product-visual img{transition:none}.lc-product-visual:hover img{transform:none}}

/* ===== v6.5.7.css ===== */
/* V6.5.7 — Product Experience Refinement. Isolated to Café Finca El Izote. */
body.single-product .lc-shop-content{padding-top:clamp(34px,5vw,72px);background:#f3efe7}
body.single-product .woocommerce-breadcrumb{margin:0 0 28px;padding-bottom:12px;border-bottom:1px solid #0d0d0c33}
body.single-product .lc-shop-content div.product{position:relative;grid-template-columns:minmax(460px,1.08fr) minmax(520px,.92fr)!important;gap:clamp(42px,5vw,88px)!important}

.lc-product-visual{position:sticky;top:110px;align-self:start;margin:0!important;background:#0d0d0c;border:3px solid #0d0d0c;box-shadow:12px 12px 0 #fbba00;overflow:hidden}
.lc-product-visual>button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden}
.lc-product-visual img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .4s;filter:saturate(.94) contrast(1.04)}
.lc-product-visual:hover img{transform:scale(1.025)}
.lc-product-visual figcaption{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;background:#0d0d0c;color:#f4efe5;font:900 9px/1.2 Arial,sans-serif;letter-spacing:.12em}
.lc-product-visual figcaption span{color:#fbba00}

body.single-product div.product .summary{position:relative;padding:0!important}
.lc-product-intro{padding:0 0 22px;margin-bottom:18px;border-bottom:2px solid #0d0d0c}
.lc-product-intro small{display:block;margin-bottom:11px;color:#e83028;font:900 10px/1 Arial,sans-serif;letter-spacing:.14em}
.lc-product-intro p{max-width:650px;margin:0;font:18px/1.55 Georgia,serif;color:#0d0d0c}
body.single-product div.product .product_title{max-width:680px!important;margin:0 0 22px!important;font-size:clamp(58px,6.2vw,106px)!important;line-height:.78!important;letter-spacing:-.025em;color:#0d0d0c!important}
body.single-product div.product p.price{display:flex;align-items:baseline;gap:9px;margin:18px 0 20px!important;color:#e83028!important;font-size:clamp(29px,3vw,43px)!important}
body.single-product div.product p.price .lc-price-from{padding:5px 7px;background:#0d0d0c;color:#f4efe5;font-size:9px}
body.single-product div.product p.price small{font-size:11px!important;color:#0d0d0c!important}
body.single-product .woocommerce-product-details__short-description{max-width:600px;margin-bottom:24px;padding-left:18px;border-left:5px solid #fbba00;font:17px/1.55 Georgia,serif!important;color:#3c3c3b}

body.single-product .lc-purchase-box{margin:28px 0 24px;border-width:3px;background:#f8f3eb;box-shadow:9px 9px 0 #0d0d0c}
body.single-product .lc-purchase-box>header{position:relative;align-items:center;padding:18px 20px;background:#0d0d0c}
body.single-product .lc-purchase-box>header:after{content:'↓';display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#fbba00;color:#0d0d0c;font:900 18px/1 Arial,sans-serif}
body.single-product .lc-purchase-box>header strong{margin-left:auto;text-align:right;font-size:clamp(20px,2vw,29px)}
body.single-product .lc-purchase-box form.cart{gap:20px!important;padding:24px!important}
body.single-product .lc-purchase-box table.variations tr,
body.single-product .lc-grind,
body.single-product .lc-quantity-choice{grid-template-columns:132px minmax(0,1fr)!important;gap:20px!important;align-items:center}
body.single-product .lc-purchase-box table.variations label,
body.single-product .lc-grind label,
body.single-product .lc-quantity-choice b{font-size:10px!important;letter-spacing:.12em}
body.single-product .lc-choice-pills{gap:9px!important}
body.single-product .lc-choice-pills button{position:relative;min-height:66px!important;border-width:2px!important;background:#fff!important;font-size:12px!important;transition:.18s ease}
body.single-product .lc-choice-pills button:hover{background:#f4efe5!important}
body.single-product .lc-choice-pills button.is-selected{background:#fbba00!important;box-shadow:4px 4px 0 #0d0d0c}
body.single-product .lc-choice-pills button.is-selected:before{content:'✓';position:absolute;top:5px;right:7px;font-size:10px}
body.single-product .lc-has-pills>select{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
body.single-product .lc-grind select{min-height:58px!important;padding:14px 44px 14px 15px!important;background-color:#fff!important;font-weight:800}
body.single-product .lc-purchase-box .single_add_to_cart_button{min-height:62px!important;background:#fbba00!important;box-shadow:6px 6px 0 #0d0d0c;font-size:13px!important;letter-spacing:.08em}
body.single-product .lc-purchase-box .single_add_to_cart_button:after{content:' →'}
body.single-product .product_meta{margin-top:24px;color:#6f6b64}

.lc-product-assurance{display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0 0;border:2px solid #0d0d0c;background:#0d0d0c;gap:2px}
.lc-product-assurance div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;min-height:78px;padding:14px;background:#f3efe7}
.lc-product-assurance i{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#e83028;color:#fff;font:normal 900 9px/1 Arial,sans-serif}
.lc-product-assurance span{font:900 9px/1.25 Arial,sans-serif;letter-spacing:.06em}

.lc-product-awards{grid-column:1/-1;margin:clamp(70px,9vw,135px) calc(50% - 50vw) 0;padding:clamp(65px,8vw,125px) max(var(--pad),calc((100vw - 1500px)/2));display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(42px,7vw,110px);background:#fbba00;color:#0d0d0c}
.lc-product-awards small{font:900 10px/1 Arial,sans-serif;letter-spacing:.15em}
.lc-product-awards h2{max-width:850px;margin:20px 0 0;font:clamp(58px,8vw,125px)/.78 Impact,'Arial Narrow',sans-serif;letter-spacing:-.02em}
.lc-product-awards h2 span{display:block}.lc-product-awards h2 span:last-child{color:#e83028}
.lc-product-awards p{max-width:690px;margin:0 0 38px;font:clamp(18px,2vw,25px)/1.5 Georgia,serif}
.lc-award-marks{display:grid;grid-template-columns:1fr 1fr;border:3px solid #0d0d0c;background:#0d0d0c;gap:3px}
.lc-award-marks b{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:13px;min-height:100px;padding:17px;background:#fbba00;font:900 10px/1.25 Arial,sans-serif;letter-spacing:.06em}
.lc-award-marks em{font:normal 54px/.8 Impact,'Arial Narrow',sans-serif}

body.single-product .woocommerce-tabs{margin-top:0;padding-top:70px}
body.single-product .lc-coffee-origin{margin-top:0}

@media(max-width:1180px){
  body.single-product .lc-shop-content div.product{grid-template-columns:1fr!important;max-width:900px}
  .lc-product-visual{position:relative;top:auto}
  .lc-product-visual img{aspect-ratio:16/9}
}
@media(max-width:760px){
  body.single-product .lc-shop-content{padding-top:22px}
  body.single-product .lc-shop-content div.product{gap:34px!important}
  .lc-product-visual{margin-inline:-2px!important;box-shadow:7px 7px 0 #fbba00}
  .lc-product-visual img{aspect-ratio:4/3}
  .lc-product-visual figcaption{align-items:flex-start;flex-direction:column;gap:6px}
  body.single-product div.product .product_title{font-size:clamp(54px,16vw,76px)!important}
  body.single-product .lc-purchase-box form.cart{padding:17px!important}
  body.single-product .lc-purchase-box table.variations tr,
  body.single-product .lc-grind,
  body.single-product .lc-quantity-choice{grid-template-columns:1fr!important;gap:11px!important}
  body.single-product .lc-choice-pills{grid-template-columns:1fr!important}
  body.single-product .lc-choice-pills button{min-height:52px!important;justify-content:flex-start!important;text-align:left!important;padding:12px 42px 12px 15px!important}
  .lc-product-assurance{grid-template-columns:1fr}
  .lc-product-assurance div{min-height:58px}
  .lc-product-awards{grid-template-columns:1fr;padding-inline:22px}
  .lc-award-marks{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.lc-product-visual img{transition:none}.lc-product-visual:hover img{transform:none}}

/* A product page is an explicit editorial grid. This neutralizes legacy Divi
   floats and reveal transforms so the title can never cover the photograph. */
body.lc-product-experience-page .lc-shop-content div.product{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;
  grid-template-areas:"visual summary" "origin origin" "closing closing";
  align-items:start!important;
  isolation:isolate;
}
body.lc-product-experience-page .lc-product-visual{
  grid-area:visual!important;
  float:none!important;
  clear:both!important;
  width:auto!important;
  max-width:none!important;
  opacity:1!important;
  translate:none!important;
  transform:none!important;
  z-index:1;
}
body.lc-product-experience-page div.product>.summary{
  grid-area:summary!important;
  float:none!important;
  clear:both!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  inset:auto!important;
  translate:none!important;
  transform:none!important;
  z-index:2;
}
body.lc-product-experience-page .woocommerce-tabs,
body.lc-product-experience-page .product_meta,
body.lc-product-experience-page .related,
body.lc-product-experience-page .upsells,
body.lc-product-experience-page .lc-product-story,
body.lc-product-experience-page .lc-product-awards{display:none!important}

/* Quiet motion: only the photograph breathes under intentional hover/focus. */
body.lc-product-experience-page .lc-product-visual:after{
  content:'';position:absolute;inset:0 0 49px;pointer-events:none;
  background:linear-gradient(115deg,transparent 25%,rgba(255,194,65,.09) 48%,transparent 70%);
  opacity:0;transform:translateX(-28%);transition:opacity .35s,transform .8s cubic-bezier(.2,.7,.2,1)
}
body.lc-product-experience-page .lc-product-visual:hover:after,
body.lc-product-experience-page .lc-product-visual:focus-within:after{opacity:1;transform:translateX(20%)}

body.lc-product-experience-page .lc-coffee-origin{
  grid-area:origin!important;
  display:grid!important;
  grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr)!important;
  gap:clamp(48px,8vw,140px)!important;
  margin:clamp(90px,11vw,170px) calc(50% - 50vw) 0!important;
  padding:clamp(74px,9vw,145px) max(var(--pad),calc((100vw - 1500px)/2))!important;
  background:#0d0d0c!important;color:#f4efe5!important
}
.lc-origin-heading small{display:block;color:#fbba00;font:900 10px/1 Arial,sans-serif;letter-spacing:.15em}
.lc-origin-heading h2{max-width:720px;margin:24px 0 30px;font:clamp(58px,7.2vw,112px)/.8 Impact,'Arial Narrow',sans-serif;letter-spacing:-.02em;color:#f4efe5}
.lc-origin-heading h2 span{display:block}.lc-origin-heading h2 span:last-child{color:#e83028}
.lc-origin-heading p{max-width:610px;margin:0;color:#d8d0c5;font:clamp(17px,1.55vw,22px)/1.55 Georgia,serif}
body.lc-product-experience-page .lc-coffee-origin dl{margin:0!important}
body.lc-product-experience-page .lc-coffee-origin dl>div{grid-template-columns:180px 1fr!important;padding:21px 0!important;border-color:#ffffff30!important}
body.lc-product-experience-page .lc-coffee-origin dt{color:#fbba00!important;font-size:9px!important;letter-spacing:.12em}
body.lc-product-experience-page .lc-coffee-origin dd{color:#f4efe5!important;font-size:clamp(16px,1.5vw,21px)!important}
.lc-origin-awards{margin-top:14px;border-top:3px solid #fbba00!important;border-bottom:3px solid #fbba00!important}
.lc-origin-awards dd b{color:#e83028;font:normal 42px/.8 Impact,'Arial Narrow',sans-serif}.lc-origin-awards dd span{color:#fbba00}

.lc-product-closing{
  grid-area:closing!important;position:relative;min-height:min(82vh,920px);
  margin:0 calc(50% - 50vw)!important;display:flex;align-items:flex-end;
  padding:clamp(48px,7vw,110px) max(var(--pad),calc((100vw - 1500px)/2));
  background-image:linear-gradient(90deg,rgba(8,8,7,.92) 0%,rgba(8,8,7,.58) 34%,rgba(8,8,7,.05) 70%),var(--lc-closing-image);
  background-size:cover;background-position:center;color:#f4efe5;overflow:hidden
}
.lc-product-closing:before{content:'';position:absolute;inset:0;border-top:8px solid #fbba00;pointer-events:none}
.lc-product-closing>div{position:relative;z-index:1;max-width:720px}
.lc-product-closing small{display:block;color:#fbba00;font:900 10px/1 Arial,sans-serif;letter-spacing:.16em}
.lc-product-closing h2{margin:22px 0 25px;font:clamp(64px,8vw,128px)/.78 Impact,'Arial Narrow',sans-serif;letter-spacing:-.02em;color:#f4efe5}
.lc-product-closing h2 span{display:block}.lc-product-closing h2 span:last-child{color:#e83028}
.lc-product-closing p{margin:0 0 34px;font:clamp(18px,1.8vw,25px)/1.45 Georgia,serif}
.lc-product-closing a{display:inline-flex;align-items:center;gap:28px;padding:17px 21px;background:#fbba00;border:2px solid #fbba00;color:#0d0d0c!important;box-shadow:7px 7px 0 #0d0d0c;font:900 11px/1 Arial,sans-serif;letter-spacing:.1em}
.lc-product-closing a:hover{background:#f4efe5;border-color:#f4efe5}.lc-product-closing a span{font-size:19px}

@media(max-width:1180px){
 body.lc-product-experience-page .lc-shop-content div.product{grid-template-columns:1fr!important;grid-template-areas:"visual" "summary" "origin" "closing"}
 body.lc-product-experience-page .lc-coffee-origin{grid-template-columns:1fr!important}
}
@media(max-width:760px){
 body.lc-product-experience-page .lc-coffee-origin{padding-inline:22px!important}
 body.lc-product-experience-page .lc-coffee-origin dl>div{grid-template-columns:1fr!important;gap:8px!important}
 .lc-product-closing{min-height:760px;padding:46px 22px;background-image:linear-gradient(0deg,rgba(8,8,7,.94) 0%,rgba(8,8,7,.52) 52%,rgba(8,8,7,.08) 78%),var(--lc-closing-image);background-position:64% center}
 .lc-product-closing h2{font-size:clamp(56px,17vw,82px)}
}
@media(prefers-reduced-motion:reduce){body.lc-product-experience-page .lc-product-visual:after{display:none}}

/* ===== v6.5.8.css ===== */
/* V6.5.8 — storytelling, contrast and non-sticky product media. */
body.lc-product-experience-page .lc-product-visual{
  position:relative!important;
  top:auto!important;
  align-self:start!important;
}
body.lc-product-experience-page .lc-shop-content div.product{
  grid-template-areas:"visual summary" "origin origin" "family family" "closing closing"!important;
}

/* Keep every closing line readable even when older global heading rules load. */
body.lc-product-experience-page .lc-product-closing h2,
body.lc-product-experience-page .lc-product-closing h2 span{
  color:#f4efe5!important;
  opacity:1!important;
  text-shadow:0 3px 24px rgba(0,0,0,.48);
}
body.lc-product-experience-page .lc-product-closing h2 span:last-child{color:#e83028!important}
body.lc-product-experience-page .lc-product-closing p{color:#f4efe5!important;opacity:1!important}

.lc-product-family-story{
  grid-area:family!important;
  grid-column:1/-1!important;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  gap:clamp(45px,8vw,135px);
  margin:0 calc(50% - 50vw)!important;
  padding:clamp(72px,9vw,145px) max(var(--pad),calc((100vw - 1500px)/2));
  background:#fbba00;color:#0d0d0c;
}
.lc-product-family-story small{display:block;font:900 10px/1 Arial,sans-serif;letter-spacing:.15em}
.lc-family-story-copy h2{max-width:760px;margin:24px 0 30px;font:clamp(62px,7.5vw,118px)/.78 Impact,'Arial Narrow',sans-serif;letter-spacing:-.025em}
.lc-family-story-copy h2 span{display:block;color:#0d0d0c!important}.lc-family-story-copy h2 span:last-child{color:#e83028!important}
.lc-family-story-copy p{max-width:690px;margin:0;font:clamp(18px,1.65vw,24px)/1.55 Georgia,serif}
.lc-family-story-copy blockquote{max-width:650px;margin:45px 0 0;padding:18px 0 0;border-top:3px solid #0d0d0c;font:900 clamp(14px,1.25vw,18px)/1.45 Arial,sans-serif;text-transform:uppercase;letter-spacing:.04em}
.lc-family-story-awards{align-self:center;padding:clamp(30px,4vw,60px);background:#0d0d0c;color:#f4efe5;box-shadow:14px 14px 0 #e83028}
.lc-family-story-awards small{color:#fbba00}
.lc-family-story-awards h3{margin:22px 0 26px;font:clamp(39px,4.5vw,72px)/.84 Impact,'Arial Narrow',sans-serif;color:#f4efe5}
.lc-family-story-awards h3 span{display:block;color:#f4efe5!important}
.lc-family-story-awards p{margin:0;color:#d8d0c5;font:clamp(16px,1.4vw,20px)/1.55 Georgia,serif}
.lc-family-story-awards>div{display:grid;grid-template-columns:1fr 1fr;margin-top:36px;border:2px solid #f4efe5;gap:2px;background:#f4efe5}
.lc-family-story-awards article{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:13px;padding:19px;background:#0d0d0c}
.lc-family-story-awards article b{color:#e83028;font:normal clamp(45px,5vw,70px)/.75 Impact,'Arial Narrow',sans-serif}
.lc-family-story-awards article span{font:900 10px/1.25 Arial,sans-serif;letter-spacing:.08em}

@media(max-width:980px){
  body.lc-product-experience-page .lc-shop-content div.product{grid-template-areas:"visual" "summary" "origin" "family" "closing"!important}
  .lc-product-family-story{grid-template-columns:1fr}
}
@media(max-width:760px){
  .lc-product-family-story{padding-inline:22px}
  .lc-family-story-awards{padding:26px 20px;box-shadow:8px 8px 0 #e83028}
  .lc-family-story-awards>div{grid-template-columns:1fr}
}

/* ===== v6.6.css ===== */
/* V6.6 — Shop, cart, checkout, confirmation and transactional email experience. */
:root{--lc66-ink:#0d0d0c;--lc66-paper:#f3efe7;--lc66-cream:#e9dfcf;--lc66-yellow:#fbba00;--lc66-red:#e83028}

/* Shop: one clear story, one clear product, three clear delivery choices. */
.lc-shop .lc-shop-hero{display:grid!important;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);align-items:center;min-height:min(850px,82vh);padding:clamp(70px,8vw,140px) max(var(--pad),calc((100vw - 1500px)/2))!important;overflow:hidden}
.lc-shop .lc-shop-hero>div{position:relative;z-index:2}.lc-shop .lc-shop-hero h1{max-width:800px;margin:20px 0 28px;font-size:clamp(70px,8.5vw,150px);line-height:.76}.lc-shop .lc-shop-hero p{max-width:620px;color:#f4efe5;font:clamp(18px,1.55vw,24px)/1.5 Georgia,serif}
.lc-shop .lc-shop-hero figure{align-self:stretch;display:grid;place-items:center;margin:0;background:radial-gradient(circle at 50% 45%,#74421f 0,transparent 58%)}.lc-shop .lc-shop-hero figure img{width:min(720px,52vw);height:min(760px,72vh);object-fit:contain;filter:drop-shadow(24px 28px 30px rgba(0,0,0,.45));transform:rotate(1.5deg)}
.lc-shop-flow{padding:clamp(75px,8vw,130px) max(var(--pad),calc((100vw - 1500px)/2))!important}.lc-shop-flow header{display:grid;grid-template-columns:minmax(310px,.85fr) 1.15fr;column-gap:clamp(50px,8vw,135px);align-items:end;margin-bottom:55px}.lc-shop-flow header small{grid-column:1/-1}.lc-shop-flow h2{margin:18px 0 0;font:clamp(60px,7vw,115px)/.79 Impact,'Arial Narrow',sans-serif}.lc-shop-flow header p{max-width:660px;margin:0 0 6px;font:clamp(18px,1.5vw,23px)/1.55 Georgia,serif}
.lc-shop-flow-grid{display:grid;grid-template-columns:repeat(3,1fr);border:3px solid var(--lc66-ink);background:var(--lc66-ink);gap:3px}.lc-shop-flow-grid article{position:relative;min-height:300px;padding:35px;background:var(--lc66-paper)}.lc-shop-flow-grid article:nth-child(3){background:var(--lc66-yellow)}.lc-shop-flow-grid i{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--lc66-red);color:#fff;font:900 12px Arial}.lc-shop-flow-grid h3{margin:48px 0 18px;font:clamp(31px,3vw,48px)/.88 Impact,'Arial Narrow',sans-serif}.lc-shop-flow-grid p{margin:0;font:17px/1.5 Georgia,serif}
.lc-shop .lc-shop-story{grid-template-columns:.8fr 1.2fr!important}.lc-shop .lc-shop-story figure{min-height:530px}.lc-shop .lc-shop-story figure img{width:100%;height:100%;object-fit:cover}
.lc-shop-products-head{padding-bottom:32px!important}.lc-shop-content{padding-top:25px!important}.lc-shop-content .woocommerce-result-count,.lc-shop-content .woocommerce-ordering{display:none!important}
.lc-shop-content ul.products{display:grid!important;grid-template-columns:minmax(0,1fr)!important;max-width:1350px;margin:0 auto!important}.lc-shop-content ul.products li.product{display:grid!important;grid-template-columns:minmax(390px,1.08fr) minmax(340px,.92fr);grid-template-areas:"image title" "image price" "image story" "image button";column-gap:clamp(45px,7vw,110px);align-items:center;width:100%!important;margin:0!important;padding:clamp(24px,4vw,60px)!important;border:3px solid var(--lc66-ink)!important;background:#fff!important;box-shadow:15px 15px 0 var(--lc66-yellow)!important}
.lc-shop-content ul.products li.product>a:first-child{display:contents}.lc-shop-content ul.products li.product img{grid-area:image;width:100%!important;height:min(660px,58vw)!important;object-fit:contain!important;margin:0!important;background:#0d0d0c}.lc-shop-content .woocommerce-loop-product__title{grid-area:title;margin:0!important;font-size:clamp(54px,6vw,100px)!important;line-height:.82!important}.lc-shop-content ul.products li.product .price{grid-area:price;margin:20px 0!important;color:var(--lc66-red)!important;font:900 clamp(25px,3vw,44px)/1 Arial!important}.lc-loop-story{grid-area:story;border-top:2px solid;padding:24px 0}.lc-loop-story small{color:var(--lc66-red);font:900 10px Arial;letter-spacing:.12em}.lc-loop-story p{margin:12px 0 0;font:18px/1.5 Georgia,serif}.lc-shop-content ul.products li.product .button{grid-area:button;justify-self:start;margin:12px 0 0!important;padding:20px 28px!important;background:var(--lc66-yellow)!important;color:var(--lc66-ink)!important;border:3px solid var(--lc66-ink)!important;box-shadow:6px 6px 0 var(--lc66-ink)!important}

/* Notices: high contrast, readable before and after Woo Blocks. */
.woocommerce-notices-wrapper{max-width:1500px;margin:0 auto;padding:24px var(--pad) 0}.woocommerce-message,.woocommerce-info,.woocommerce-error{display:flex!important;align-items:center;gap:22px;margin:0 0 26px!important;padding:24px 28px!important;border:3px solid var(--lc66-ink)!important;border-top:3px solid var(--lc66-ink)!important;background:var(--lc66-yellow)!important;color:var(--lc66-ink)!important;box-shadow:8px 8px 0 var(--lc66-ink)!important;font:700 clamp(16px,1.5vw,21px)/1.35 Arial!important}.woocommerce-message::before,.woocommerce-info::before{color:var(--lc66-ink)!important}.woocommerce-message a.button,.woocommerce-info a.button{order:3;margin-left:auto!important;background:var(--lc66-ink)!important;color:#fff!important;border:2px solid var(--lc66-ink)!important;white-space:nowrap}.lc-cart-notice-copy{display:grid;gap:4px}.lc-cart-notice-copy strong{font:clamp(25px,3vw,42px)/.9 Impact,'Arial Narrow',sans-serif}.lc-cart-notice-copy span{font:15px/1.35 Arial,sans-serif}

/* Cart and checkout blocks. */
.wc-block-cart,.wc-block-checkout{max-width:1400px!important;margin:0 auto!important;padding:clamp(45px,6vw,95px) var(--pad)!important}.wc-block-cart h2,.wc-block-checkout h2{font-family:Impact,'Arial Narrow',sans-serif!important;text-transform:uppercase}.wc-block-components-sidebar-layout{gap:clamp(32px,5vw,75px)!important}.wc-block-components-sidebar{border:3px solid var(--lc66-ink);padding:clamp(20px,3vw,38px)!important;background:var(--lc66-paper)}.wc-block-components-totals-wrapper{border-color:#0d0d0c2e!important}.wc-block-components-button:not(.wc-block-components-checkout-place-order-button){border-radius:0!important}.wc-block-cart__submit-button,.wc-block-components-checkout-place-order-button,.wc-block-components-button.wc-block-components-checkout-place-order-button{min-height:72px!important;background:var(--lc66-ink)!important;border:3px solid var(--lc66-ink)!important;border-radius:0!important;box-shadow:7px 7px 0 var(--lc66-yellow)!important;color:#fff!important;font:900 17px Arial!important;text-transform:uppercase!important}.wc-block-cart__submit-button span,.wc-block-cart__submit-button .wc-block-components-button__text,.wc-block-components-checkout-place-order-button span,.wc-block-components-checkout-place-order-button .wc-block-components-button__text{color:#fff!important;opacity:1!important}.wc-block-components-button:disabled,.wc-block-components-button[disabled]{background:#3e3e3b!important;color:#fff!important;opacity:.78!important}.wc-block-components-button:disabled .wc-block-components-button__text{color:#fff!important}.wc-block-components-express-payment__event-buttons .wc-block-components-button{box-shadow:none!important}
.woocommerce-cart .lc-whatsapp-float,.woocommerce-checkout .lc-whatsapp-float,.woocommerce-order-received .lc-whatsapp-float{bottom:100px!important;transform:scale(.86);transform-origin:right bottom}

/* Thank-you page: a confirmation, not a raw database receipt. */
.woocommerce-order-received .woocommerce{max-width:1300px;margin:0 auto;padding:clamp(60px,8vw,125px) var(--pad)}.woocommerce-order-received .woocommerce-order>p:first-child{display:grid;gap:16px;margin:0 0 50px;padding:clamp(32px,5vw,70px);background:var(--lc66-ink);color:#f4efe5;border-left:12px solid var(--lc66-yellow)}.lc-thanks-kicker{color:var(--lc66-yellow);font:900 11px Arial;letter-spacing:.15em}.lc-thanks-title{font:clamp(58px,8vw,118px)/.78 Impact,'Arial Narrow',sans-serif}.lc-thanks-title span{display:block;color:#f4efe5}.lc-thanks-title span:last-child{color:var(--lc66-red)}.lc-thanks-copy{max-width:720px;font:clamp(18px,1.5vw,23px)/1.5 Georgia,serif}.woocommerce-order-overview{display:grid!important;grid-template-columns:repeat(4,1fr);gap:3px;margin:0 0 45px!important;padding:3px!important;background:var(--lc66-ink);list-style:none!important}.woocommerce-order-overview li{min-width:0!important;margin:0!important;padding:22px!important;border:0!important;background:var(--lc66-paper)}.woocommerce-order-details,.woocommerce-customer-details{margin-top:55px!important}.woocommerce-order-details h2,.woocommerce-customer-details h2{font:clamp(38px,5vw,70px)/.88 Impact,'Arial Narrow',sans-serif!important;text-transform:uppercase}.lc-thanks-support{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:35px 0;padding:25px;background:var(--lc66-yellow);border:3px solid var(--lc66-ink);font-weight:800}.lc-thanks-support a{display:flex;align-items:center;gap:9px;padding:13px 18px;background:var(--lc66-ink);color:#fff!important}.lc-thanks-support svg{width:20px;height:20px}

@media(max-width:980px){.lc-shop .lc-shop-hero{grid-template-columns:1fr;min-height:auto}.lc-shop .lc-shop-hero figure{height:520px}.lc-shop .lc-shop-hero figure img{width:min(620px,90vw);height:500px}.lc-shop-flow header{grid-template-columns:1fr}.lc-shop-flow header p{margin-top:28px}.lc-shop-flow-grid{grid-template-columns:1fr}.lc-shop-flow-grid article{min-height:230px}.lc-shop-content ul.products li.product{grid-template-columns:1fr;grid-template-areas:"image" "title" "price" "story" "button"}.lc-shop-content ul.products li.product img{height:620px!important}.woocommerce-order-overview{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.lc-shop .lc-shop-hero{padding:58px 22px!important}.lc-shop .lc-shop-hero h1{font-size:clamp(60px,21vw,88px)}.lc-shop .lc-shop-hero figure{height:390px;margin-top:25px}.lc-shop .lc-shop-hero figure img{height:380px}.lc-shop-flow{padding:60px 22px!important}.lc-shop-flow h2{font-size:57px}.lc-shop-content{padding-inline:18px!important}.lc-shop-content ul.products li.product{padding:10px 10px 30px!important;box-shadow:8px 8px 0 var(--lc66-yellow)!important}.lc-shop-content ul.products li.product img{height:410px!important}.lc-shop-content .woocommerce-loop-product__title{padding:22px 12px 0!important;font-size:50px!important}.lc-shop-content ul.products li.product .price,.lc-loop-story,.lc-shop-content ul.products li.product .button{margin-left:12px!important;margin-right:12px!important}.woocommerce-notices-wrapper{padding:18px 18px 0}.woocommerce-message,.woocommerce-info,.woocommerce-error{display:grid!important;padding:21px 18px!important}.woocommerce-message a.button,.woocommerce-info a.button{order:3;width:100%;margin:8px 0 0!important;text-align:center}.wc-block-cart,.wc-block-checkout{padding:45px 18px 110px!important}.wc-block-components-sidebar{padding:20px 16px!important}.woocommerce-order-received .woocommerce{padding:50px 18px 125px}.woocommerce-order-overview{grid-template-columns:1fr}.lc-thanks-support{align-items:flex-start;flex-direction:column}.woocommerce-cart .lc-whatsapp-float,.woocommerce-checkout .lc-whatsapp-float,.woocommerce-order-received .lc-whatsapp-float{right:10px!important;bottom:88px!important;transform:scale(.72)}}

.woocommerce-checkout #place_order,.woocommerce-cart .checkout-button{background:var(--lc66-ink)!important;color:#fff!important;border:3px solid var(--lc66-ink)!important;border-radius:0!important;box-shadow:7px 7px 0 var(--lc66-yellow)!important;font-weight:900!important;text-transform:uppercase}.woocommerce-checkout #place_order:hover,.woocommerce-cart .checkout-button:hover{background:var(--lc66-red)!important;color:#fff!important}

/* ===== v6.6.1.css ===== */
/* V6.6.1 — Premium Shop + Email System */
.lc-shop-story{overflow:hidden}.lc-shop-story figure{position:relative;margin:0}.lc-shop-story figure img{display:block;width:100%;height:clamp(430px,62vw,820px);object-fit:cover;object-position:center 56%;filter:contrast(1.04) saturate(.92)}.lc-shop-story figcaption{position:absolute;left:24px;bottom:22px;background:#0d0d0c;color:#f4efe5;padding:11px 15px;font:700 11px/1.3 Arial,sans-serif;letter-spacing:1px;text-transform:uppercase;border-left:5px solid #fbba00}.lc-shop-story-wide{grid-template-columns:.78fr 1.22fr!important}.lc-shop-story-wide figure{grid-column:1/-1}.lc-shop-story-split{grid-template-columns:1fr 1fr!important}.lc-shop-story-poster figure{max-width:760px;margin:auto}.lc-shop-products-head{position:relative;padding-bottom:54px!important}.lc-shop-products-head h2{font-size:clamp(64px,9vw,150px)!important;line-height:.78!important;letter-spacing:-.025em!important;max-width:1050px}.lc-shop-products-head h2 span:last-child{color:#e83028}.lc-shop-products-head:after{content:'CAFÉ CON NOMBRE · ORIGEN · PERSONAS';display:block;margin-top:28px;padding-top:14px;border-top:4px solid #0d0d0c;font:900 12px Arial,sans-serif;letter-spacing:1.4px}.lc-shop-shipping{display:none!important}.lc-admin-toolbar{position:sticky;top:32px;z-index:20}.lc-admin-card h2{letter-spacing:.2px}.lc-admin-card[data-search*="CORREOS"],.lc-admin-card[data-search*="TIENDA 0"]{border-left-width:9px}.lc-admin-card[data-search*="CORREOS"]{border-left-color:#e83028!important}
@media(max-width:782px){.lc-shop-story-wide,.lc-shop-story-split{grid-template-columns:1fr!important}.lc-shop-story figure img{height:66vh;min-height:430px}.lc-shop-story figcaption{left:14px;right:14px;bottom:14px}.lc-shop-products-head h2{font-size:clamp(58px,20vw,92px)!important}}

/* ===== v6.6.2.css ===== */
/* V6.6.2 — Shop Story & Checkout */
.lc-shop-hero h1{font-size:clamp(52px,var(--lc-shop-hero-desktop),150px);line-height:.82;letter-spacing:-.035em}
.lc-shop-hero h1 span{display:block;color:#f4efe5}.lc-shop-hero h1 span:last-child{color:var(--lc-shop-accent,#ef2d26)}
.lc-shop-products-head h2{font-size:clamp(54px,var(--lc-shop-products-desktop),150px);line-height:.84;letter-spacing:-.035em}
.lc-product-experience-page .product{grid-template-areas:"visual summary" "origin origin" "family family" "purchase purchase" "closing closing"!important}
.lc-product-experience-page .lc-product-visual{grid-area:visual;position:relative!important;inset:auto!important;transform:none!important;align-self:start!important;z-index:1!important}
.lc-product-experience-page .summary{grid-area:summary;position:relative;z-index:2;min-width:0}
.lc-product-experience-page .summary .product_title{font-size:clamp(54px,var(--lc-product-title-desktop),112px)!important;line-height:.82!important;letter-spacing:-.035em!important;overflow-wrap:normal!important;word-break:normal!important}
.lc-product-experience-page .summary .product_title span{display:block}
.lc-coffee-origin{grid-area:origin}.lc-product-family-story{grid-area:family}.lc-product-purchase-stage{grid-area:purchase;background:#ffbd00;padding:clamp(28px,5vw,84px);border-block:8px solid #0b0b0b}
.lc-product-purchase-stage form.cart{max-width:1100px;margin:auto}.lc-product-closing{grid-area:closing}
.lc-shipping-progress{max-width:1200px;margin:24px auto;padding:24px 28px;background:#f4efe5;border:2px solid #0b0b0b;box-shadow:7px 7px 0 #ffbd00;color:#0b0b0b}
.lc-shipping-progress strong{display:block;font-size:clamp(16px,2.2vw,24px);margin-bottom:14px}.lc-shipping-progress span{display:block;height:12px;background:#ddd2c2;overflow:hidden}.lc-shipping-progress i{display:block;height:100%;background:#ef2d26;transition:width .45s ease}.lc-shipping-progress.is-complete i{background:#17b65b}
.lc-invoice-toggle{margin:18px 0;padding:18px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.lc-invoice-toggle button{appearance:none;border:0;background:transparent;padding:0;font-weight:800;text-decoration:underline;cursor:pointer;color:#222}.lc-invoice-toggle small{display:block;margin-top:5px;color:#696969}.lc-billing-collapsed{display:none!important}.lc-invoice-toggle.is-open+ .lc-billing-collapsed{display:block!important}
.lc-premium-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.75,.25,1)}.lc-premium-reveal.is-visible{opacity:1;transform:none}
@media(max-width:767px){
 .lc-shop-hero h1{font-size:clamp(44px,var(--lc-shop-hero-mobile),82px);line-height:.86}.lc-shop-hero h1 span{margin:0 0 .04em}
 .lc-shop-products-head h2{font-size:clamp(42px,var(--lc-shop-products-mobile),78px);line-height:.86}
 .lc-product-experience-page .product{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"visual" "summary" "origin" "family" "purchase" "closing"!important;gap:0!important}
 .lc-product-experience-page .lc-product-visual{margin:0 0 28px!important;width:100%!important;max-width:none!important}
 .lc-product-experience-page .summary{padding:0 22px 42px!important;margin:0!important}
 .lc-product-experience-page .summary .product_title{font-size:clamp(42px,var(--lc-product-title-mobile),66px)!important;line-height:.86!important;margin:0 0 22px!important}
 .lc-product-purchase-stage{padding:34px 16px}.lc-purchase-box{margin:0!important}
 .lc-shipping-progress{margin:16px 14px;padding:18px;box-shadow:5px 5px 0 #ffbd00}
}
@media(prefers-reduced-motion:reduce){.lc-premium-reveal{opacity:1;transform:none;transition:none}.lc-shipping-progress i{transition:none}}

/* V6.6.19 — Checkout sin fricción + taza home más presente */
body.woocommerce-checkout .wc-block-checkout__create-account,
body.woocommerce-checkout .wc-block-checkout__create-account-checkbox,
body.woocommerce-checkout .wc-block-components-checkbox.wc-block-checkout__create-account{display:none!important}
.lc-invoice-native-collapsed{display:none!important}
.lc-invoice-toggle{margin:12px 0 22px;padding:14px 0;border-top:1px solid #e4dfd6;border-bottom:1px solid #e4dfd6}
.lc-invoice-toggle>span{display:block;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:9px}
.lc-invoice-toggle .lc-invoice-choices{display:flex;gap:8px}
.lc-invoice-toggle button{border:1px solid #cfc9bf!important;border-radius:999px!important;padding:7px 15px!important;text-decoration:none!important;font-size:12px!important;font-weight:800!important;background:transparent!important;color:#555!important}
.lc-invoice-toggle button.is-selected{background:#0d0d0c!important;border-color:#0d0d0c!important;color:#fff!important}
.lc-invoice-toggle small{font-size:11px!important;margin-top:8px!important;color:#777!important}
.lc-billing-collapsed{display:none!important}
@media(min-width:851px){.lc-hero .lc-cup{width:clamp(320px,35vw,570px)!important;right:-3vw!important}}
@media(max-width:850px){.lc-hero{padding-bottom:310px!important}.lc-hero .lc-cup{width:min(67vw,275px)!important;bottom:14px!important}}
/* V6.6.20 — desktop congelado; micro-parallax de taza exclusivamente móvil. */
@media(max-width:850px){
 .lc-hero .lc-cup{width:min(72vw,292px)!important;transform:translate3d(0,var(--lc-cup-scroll-y,0),0) rotate(var(--lc-cup-scroll-r,-2deg))!important;transition:transform .12s linear;will-change:transform}
}

/* V6.6.21 — movimiento móvil deliberadamente sutil. */
@media(max-width:850px){.lc-hero .lc-cup{transition:transform .22s cubic-bezier(.2,.7,.3,1)!important}}

/* V6.6.22 — taza móvil: movimiento casi imperceptible, sin saltos. */
@media(max-width:850px){
 .lc-hero .lc-cup{width:min(72vw,292px)!important;left:50%!important;right:auto!important;bottom:14px!important;will-change:transform;animation:lcCupMobileSoft 7.5s ease-in-out infinite!important;transition:none!important}
 @keyframes lcCupMobileSoft{
  0%,100%{transform:translateX(-50%) translateY(var(--lc-cup-scroll-y,0px)) rotate(calc(1.8deg + var(--lc-cup-scroll-r,0deg)))!important}
  50%{transform:translateX(-50%) translateY(calc(var(--lc-cup-scroll-y,0px) - 2px)) rotate(calc(1.6deg + var(--lc-cup-scroll-r,0deg)))!important}
 }
}


/* V6.6.24 — hero móvil centrado + gesto de scroll muy suave. */
@media(max-width:850px){
 .lc-hero .lc-cup{
   width:min(70vw,286px)!important;
   left:50%!important;right:auto!important;bottom:16px!important;
   margin:0!important;
   animation:lcCupMobile624 9s ease-in-out infinite!important;
   transform-origin:50% 70%!important;
 }
 @keyframes lcCupMobile624{
   0%,100%{transform:translateX(-50%) translateY(var(--lc-cup-scroll-y,0px)) rotate(calc(.45deg + var(--lc-cup-scroll-r,0deg)))!important}
   50%{transform:translateX(-50%) translateY(calc(var(--lc-cup-scroll-y,0px) - 1.5px)) rotate(calc(.25deg + var(--lc-cup-scroll-r,0deg)))!important}
 }
}

/* ===== v6.6.3.css ===== */
/* V6.6.3 — Verified Shop Story, Cart & Checkout */
.lc-shop-hero h1{font-size:clamp(52px,var(--lc-shop-hero-desktop),150px);line-height:.82;letter-spacing:-.035em;max-width:11ch;text-wrap:balance}
.lc-shop-hero h1 span{display:block;color:#f4efe5}.lc-shop-hero h1 span:last-child{color:var(--lc-shop-accent,#ef2d26)}
.lc-shop-products-head h2{font-size:clamp(54px,var(--lc-shop-products-desktop),150px);line-height:.84;letter-spacing:-.035em}
.lc-product-experience-page .product{grid-template-areas:"visual summary" "origin origin" "family family" "purchase purchase" "closing closing"!important}
.lc-product-experience-page .lc-product-visual{grid-area:visual;position:relative!important;inset:auto!important;top:auto!important;transform:none!important;align-self:start!important;z-index:1!important;margin-bottom:clamp(34px,5vw,76px)!important}
.lc-product-experience-page .summary{grid-area:summary;position:relative;z-index:2;min-width:0}
.lc-product-experience-page .summary .product_title{font-size:clamp(54px,var(--lc-product-title-desktop),112px)!important;line-height:.82!important;letter-spacing:-.025em!important;overflow-wrap:normal!important;word-break:normal!important;position:relative!important;inset:auto!important;transform:none!important;max-width:10ch;text-wrap:balance}
.lc-product-experience-page .summary .product_title span{display:block}
.lc-coffee-origin{grid-area:origin}.lc-product-family-story{grid-area:family}.lc-product-purchase-stage{grid-area:purchase;background:#ffbd00;padding:clamp(28px,5vw,84px);border-block:8px solid #0b0b0b}
.lc-product-purchase-stage form.cart{max-width:1100px;margin:auto}.lc-product-closing{grid-area:closing}
.lc-shipping-progress{max-width:1200px;margin:24px auto;padding:24px 28px;background:#f4efe5;border:2px solid #0b0b0b;box-shadow:7px 7px 0 #ffbd00;color:#0b0b0b}
.lc-shipping-progress strong{display:block;font-size:clamp(16px,2.2vw,24px);margin-bottom:14px}.lc-shipping-progress span{display:block;height:12px;background:#ddd2c2;overflow:hidden}.lc-shipping-progress i{display:block;height:100%;background:#ef2d26;transition:width .45s ease}.lc-shipping-progress.is-complete i{background:#17b65b}
.lc-invoice-toggle{margin:18px 0;padding:18px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.lc-invoice-toggle button{appearance:none;border:0;background:transparent;padding:0;font-weight:800;text-decoration:underline;cursor:pointer;color:#222}.lc-invoice-toggle small{display:block;margin-top:5px;color:#696969}.lc-billing-collapsed,.lc-invoice-native-collapsed{display:none!important}.lc-invoice-toggle.is-open button{color:#ef2d26}
.lc-premium-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.75,.25,1)}.lc-premium-reveal.is-visible{opacity:1;transform:none}
@media(max-width:767px){
 .lc-shop-hero h1{font-size:clamp(44px,var(--lc-shop-hero-mobile),72px);line-height:.88;max-width:10.5ch;letter-spacing:-.025em}.lc-shop-hero h1 span{margin:0}
 .lc-shop-products-head h2{font-size:clamp(42px,var(--lc-shop-products-mobile),78px);line-height:.86}
 .lc-product-experience-page .product{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"visual" "summary" "origin" "family" "purchase" "closing"!important;gap:0!important}
 .lc-product-experience-page .lc-product-visual{margin:0 0 42px!important;width:100%!important;max-width:none!important;overflow:hidden}.lc-product-experience-page .lc-product-visual img{display:block;width:100%;height:auto;position:static!important;transform:none!important}
 .lc-product-experience-page .summary{padding:0 22px 42px!important;margin:0!important}
 .lc-product-experience-page .summary .product_title{font-size:clamp(40px,var(--lc-product-title-mobile),56px)!important;line-height:.88!important;margin:0 0 24px!important;max-width:11ch}
 .lc-product-purchase-stage{padding:34px 16px}.lc-purchase-box{margin:0!important}
 .lc-shipping-progress{margin:16px 14px;padding:18px;box-shadow:5px 5px 0 #ffbd00}
}
@media(prefers-reduced-motion:reduce){.lc-premium-reveal{opacity:1;transform:none;transition:none}.lc-shipping-progress i{transition:none}}

/* ===== v6.6.4.css ===== */
/* V6.6.4 — Production responsive guardrails and commercial flow */
html,body{max-width:100%;overflow-x:hidden}
.lc-shop-hero h1,.lc-shop-products-head h2,.lc-product-experience-page .summary .product_title{overflow-wrap:normal!important;word-break:normal!important;text-wrap:balance}
.lc-shop-hero h1{font-size:clamp(56px,var(--lc-shop-hero-desktop,132px),150px)!important;line-height:.82!important}
.lc-shop-products-head h2{font-size:clamp(56px,var(--lc-shop-products-desktop,120px),150px)!important;line-height:.84!important}

body.lc-product-experience-page div.product{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(390px,.78fr)!important;grid-template-areas:"visual summary" "origin origin" "family family" "purchase purchase" "closing closing"!important;gap:clamp(26px,4vw,72px)!important;align-items:start!important}
.lc-product-experience-page .lc-product-visual{grid-area:visual!important;position:relative!important;inset:auto!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;align-self:start!important;width:100%!important;max-width:none!important;margin:0!important;z-index:1!important}
.lc-product-experience-page .lc-product-visual img{display:block!important;position:static!important;width:100%!important;height:auto!important;max-width:100%!important;transform:none!important;object-fit:cover}
.lc-product-experience-page .summary{grid-area:summary!important;position:relative!important;inset:auto!important;transform:none!important;width:auto!important;min-width:0!important;margin:0!important;z-index:2!important}
.lc-product-experience-page .summary .product_title{font-size:clamp(48px,var(--lc-product-title-desktop,96px),112px)!important;line-height:.82!important;letter-spacing:-.025em!important;max-width:10ch!important;margin-top:0!important}
.lc-product-experience-page .lc-coffee-origin{grid-area:origin!important;position:relative!important;inset:auto!important;transform:none!important}
.lc-product-experience-page .lc-product-family-story{grid-area:family!important;position:relative!important;inset:auto!important;transform:none!important}
.lc-product-experience-page .lc-product-purchase-stage{grid-area:purchase!important;position:relative!important;inset:auto!important;transform:none!important}
.lc-product-experience-page .lc-product-closing{grid-area:closing!important;position:relative!important;inset:auto!important;transform:none!important}
.lc-product-purchase-stage{background:#ffbd00;padding:clamp(30px,5vw,84px);border-block:8px solid #0b0b0b}
.lc-product-purchase-stage form.cart{max-width:1100px;margin-inline:auto}

.lc-shipping-progress.is-product{width:min(1100px,calc(100% - 32px));box-sizing:border-box;margin:0 auto 28px!important;padding:22px 26px;background:#f4efe5;border:2px solid #0b0b0b;box-shadow:7px 7px 0 #ef2d26;color:#0b0b0b;position:relative!important;inset:auto!important;transform:none!important;z-index:2}
.lc-shipping-progress.is-product small{display:block;margin-bottom:7px;color:#ef2d26;font-size:11px;font-weight:900;letter-spacing:.15em}
.lc-shipping-progress.is-product strong{font-size:clamp(17px,2vw,24px);line-height:1.15}

/* Content is readable without JavaScript; animation is progressively enhanced. */
.lc-premium-reveal{opacity:1;transform:none}
.lc-js .lc-premium-reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s cubic-bezier(.2,.75,.25,1)}
.lc-js .lc-premium-reveal.is-visible{opacity:1;transform:none}

@media (min-width:768px) and (max-width:980px){
 .lc-shop-hero h1{font-size:clamp(58px,11vw,104px)!important}.lc-shop-products-head h2{font-size:clamp(56px,10vw,98px)!important}
 body.lc-product-experience-page div.product{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"visual" "summary" "origin" "family" "purchase" "closing"!important;gap:38px!important}
 .lc-product-experience-page .summary{padding-inline:clamp(30px,6vw,64px)!important}
 .lc-product-experience-page .summary .product_title{font-size:clamp(52px,9vw,84px)!important;max-width:11ch!important}
 .lc-product-experience-page .lc-product-visual{overflow:hidden!important}
}

@media (max-width:767px){
 .lc-shop-hero h1{font-size:clamp(38px,var(--lc-shop-hero-mobile,64px),72px)!important;line-height:.88!important;max-width:10.5ch!important}
 .lc-shop-products-head h2{font-size:clamp(38px,var(--lc-shop-products-mobile,62px),78px)!important;line-height:.87!important}
 body.lc-product-experience-page div.product{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"visual" "summary" "origin" "family" "purchase" "closing"!important;gap:0!important;width:100%!important}
 .lc-product-experience-page .lc-product-visual{overflow:hidden!important;margin:0 0 34px!important}
 .lc-product-experience-page .summary{padding:0 20px 38px!important}
 .lc-product-experience-page .summary .product_title{font-size:clamp(36px,var(--lc-product-title-mobile,50px),58px)!important;line-height:.88!important;max-width:11ch!important;margin-bottom:22px!important}
 .lc-product-purchase-stage{padding:32px 14px!important}
 .lc-shipping-progress.is-product{width:calc(100% - 28px);margin:0 auto 22px!important;padding:18px;box-shadow:5px 5px 0 #ef2d26}
}

@media (prefers-reduced-motion:reduce){.lc-js .lc-premium-reveal{opacity:1;transform:none;transition:none}.lc-shipping-progress i{transition:none}}

/* ===== v6.6.4.1.css ===== */
/* V6.6.4.1 — hardening de Tienda frente a estilos heredados de Divi/WooCommerce */
body.woocommerce-shop .lc-shop,
body.tax-product_cat .lc-shop,
body.tax-product_tag .lc-shop{
 display:block!important;width:100%!important;max-width:none!important;min-width:0!important;
 margin:0!important;padding:0!important;box-sizing:border-box!important;clear:both!important;
 writing-mode:horizontal-tb!important;text-orientation:mixed!important
}
.lc-shop>section,.lc-shop>header,.lc-shop-content{
 width:100%!important;max-width:none!important;min-width:0!important;margin-inline:0!important;
 box-sizing:border-box!important;float:none!important;clear:both!important;position:relative!important;
 writing-mode:horizontal-tb!important;text-orientation:mixed!important
}
.lc-shop :is(div,header,article,figure,figcaption,h1,h2,h3,p,small,span){
 min-width:0;writing-mode:horizontal-tb!important;text-orientation:mixed!important
}
.lc-shop :is(h1,h2,h3,p,small,figcaption){
 white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important
}
.lc-shop .lc-shop-hero{
 display:grid!important;grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr)!important;
 align-items:center!important;gap:clamp(30px,5vw,96px)!important;
 padding:clamp(72px,8vw,150px) clamp(28px,5vw,110px)!important;overflow:hidden!important
}
.lc-shop .lc-shop-hero>div,.lc-shop .lc-shop-hero>figure{width:auto!important;max-width:none!important;margin:0!important;float:none!important}
.lc-shop .lc-shop-hero figure{align-self:stretch!important;min-height:520px!important;overflow:hidden!important;border:3px solid currentColor}
.lc-shop .lc-shop-hero figure img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important}
.lc-shop .lc-shop-flow{display:block!important;padding:clamp(70px,8vw,140px) clamp(28px,5vw,110px)!important}
.lc-shop .lc-shop-flow>header{display:block!important;width:min(1050px,100%)!important;margin:0 0 clamp(44px,6vw,88px)!important;padding:0!important}
.lc-shop .lc-shop-flow-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(18px,3vw,48px)!important;width:100%!important}
.lc-shop .lc-shop-flow-grid article{display:block!important;width:auto!important;min-width:0!important;padding:clamp(25px,3vw,48px)!important}
.lc-shop .lc-shop-story{display:grid!important;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr)!important;gap:clamp(30px,6vw,110px)!important;align-items:start!important;padding:clamp(72px,8vw,150px) clamp(28px,5vw,110px)!important}
.lc-shop .lc-shop-story>div,.lc-shop .lc-shop-story>p,.lc-shop .lc-shop-story>figure{width:auto!important;max-width:none!important;min-width:0!important;margin:0!important;float:none!important}
.lc-shop .lc-shop-story>figure{grid-column:1/-1!important;margin-top:clamp(32px,5vw,72px)!important;overflow:hidden!important}
.lc-shop .lc-shop-story>figure img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;object-fit:cover!important}
.lc-shop .lc-shop-products-head{display:block!important;padding:clamp(72px,8vw,140px) clamp(28px,5vw,110px) clamp(42px,5vw,80px)!important}
.lc-shop .lc-shop-products-head>*{width:min(1180px,100%)!important;max-width:100%!important;margin-inline:0!important}
.lc-shop .lc-shop-hero h1,.lc-shop .lc-shop-flow h2,.lc-shop .lc-shop-story h2,.lc-shop .lc-shop-products-head h2{
 font-family:Impact,'Arial Narrow','Roboto Condensed',sans-serif!important;font-stretch:condensed!important;
 font-weight:900!important;text-transform:uppercase!important;letter-spacing:-.035em!important
}
.lc-shop .lc-shop-products-head h2{font-size:clamp(56px,var(--lc-shop-products-desktop,120px),150px)!important;line-height:.82!important;max-width:11ch!important}
.lc-shop .lc-shop-content{display:block!important;padding:clamp(30px,5vw,90px) clamp(20px,5vw,110px) clamp(80px,8vw,150px)!important;overflow:visible!important}
.lc-shop .lc-shop-content>.woocommerce,.lc-shop .lc-shop-content .products{width:100%!important;max-width:none!important;min-width:0!important;float:none!important;clear:both!important}

@media(max-width:980px){
 .lc-shop .lc-shop-hero{grid-template-columns:minmax(0,1fr)!important;padding:56px 24px!important}
 .lc-shop .lc-shop-hero figure{min-height:clamp(320px,70vw,650px)!important}
 .lc-shop .lc-shop-flow{padding:62px 24px!important}.lc-shop .lc-shop-flow-grid{grid-template-columns:minmax(0,1fr)!important}
 .lc-shop .lc-shop-story{grid-template-columns:minmax(0,1fr)!important;padding:62px 24px!important}
 .lc-shop .lc-shop-story>figure{grid-column:auto!important}
 .lc-shop .lc-shop-products-head{padding:62px 24px 34px!important}
 .lc-shop .lc-shop-products-head h2{font-size:clamp(48px,var(--lc-shop-products-mobile,62px),78px)!important;max-width:10ch!important}
 .lc-shop .lc-shop-content{padding:25px 18px 90px!important}
}

/* ===== v6.6.4.2.css ===== */
/* V6.6.4.2 — reparación definitiva del archivo Tienda dentro de Divi */
body.lc-shop-archive #page-container,
body.lc-shop-archive #et-main-area,
body.lc-shop-archive #main-content,
body.lc-shop-archive #main-content>.container,
body.lc-shop-archive #left-area{
 width:100%!important;max-width:none!important;min-width:0!important;
 margin:0!important;padding-left:0!important;padding-right:0!important;
 float:none!important;display:block!important
}
body.lc-shop-archive #main-content>.container:before{display:none!important}
body.lc-shop-archive #sidebar{display:none!important}
body.lc-shop-archive main.lc-shop{
 display:block!important;position:relative!important;inset:auto!important;transform:none!important;
 width:100vw!important;max-width:100vw!important;min-width:100vw!important;
 margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;
 padding:0!important;float:none!important;clear:both!important;overflow:hidden!important
}
body.lc-shop-archive main.lc-shop>*{
 display:block;width:100%!important;max-width:none!important;min-width:0!important;
 margin-left:0!important;margin-right:0!important;float:none!important;clear:both!important;
 box-sizing:border-box!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important
}
body.lc-shop-archive main.lc-shop *{
 box-sizing:border-box;writing-mode:horizontal-tb!important;text-orientation:mixed!important
}
body.lc-shop-archive main.lc-shop :is(h1,h2,h3,p,small,span,figcaption){
 white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important
}
body.lc-shop-archive .lc-shop :is(.lc-shop-hero h1,.lc-shop-flow h2,.lc-shop-story h2,.lc-shop-products-head h2){
 font-family:Impact,Haettenschweiler,'Arial Narrow Bold','Arial Narrow',sans-serif!important;
 font-weight:900!important;font-stretch:condensed!important;text-transform:uppercase!important;
 letter-spacing:-.045em!important;line-height:.82!important
}
body.lc-shop-archive .lc-shop-products-head h2{
 font-size:clamp(64px,7vw,148px)!important;max-width:11ch!important
}
@media(max-width:980px){
 body.lc-shop-archive .lc-shop-products-head h2{font-size:clamp(48px,15vw,78px)!important}
}

/* ===== v6.6.4.3.css ===== */
/* V6.6.4.3 — estructura final de Tienda y experiencia de producto. */

/* Divi no puede volver a comprimir el archivo de tienda. */
body.lc-shop-archive #page-container,
body.lc-shop-archive #et-main-area,
body.lc-shop-archive #main-content,
body.lc-shop-archive #main-content>.container,
body.lc-shop-archive #left-area{
  display:block!important;width:100%!important;max-width:none!important;min-width:0!important;
  margin:0!important;padding-left:0!important;padding-right:0!important;float:none!important
}
body.lc-shop-archive #main-content>.container:before{display:none!important}
body.lc-shop-archive #sidebar{display:none!important}

/* Misma voz tipográfica que los demás títulos del sistema. */
body.lc-shop-archive #lc-shop-root-v6643 h1,
body.lc-shop-archive #lc-shop-root-v6643 h2,
body.lc-shop-archive #lc-shop-root-v6643 h3,
body.lc-product-experience-page .lc-coffee-origin h2,
body.lc-product-experience-page .lc-product-family-story h2,
body.lc-product-experience-page .lc-product-family-story h3,
body.lc-product-experience-page .lc-product-closing h2{
  font-family:Impact,Haettenschweiler,'Arial Narrow Bold','Arial Narrow',sans-serif!important;
  font-weight:900!important;font-stretch:condensed!important;text-transform:uppercase!important
}

/* Orden editorial verificable: visual/resumen, origen, familia, compra, cierre. */
body.lc-product-experience-page div.product{
  display:grid!important;grid-template-columns:minmax(0,1fr) minmax(390px,.78fr)!important;
  grid-template-rows:auto auto auto auto auto!important;grid-auto-flow:row!important
}
body.lc-product-experience-page div.product>.lc-product-visual{grid-column:1!important;grid-row:1!important}
body.lc-product-experience-page div.product>.summary{grid-column:2!important;grid-row:1!important}
body.lc-product-experience-page div.product>.lc-coffee-origin{grid-column:1/-1!important;grid-row:2!important}
body.lc-product-experience-page div.product>.lc-product-family-story{grid-column:1/-1!important;grid-row:3!important}
body.lc-product-experience-page div.product>.lc-product-purchase-stage{grid-column:1/-1!important;grid-row:4!important;width:100%!important;max-width:none!important;position:relative!important;inset:auto!important;transform:none!important;margin:0!important}
body.lc-product-experience-page div.product>.lc-product-closing{grid-column:1/-1!important;grid-row:5!important;width:100%!important;max-width:none!important;position:relative!important;inset:auto!important;transform:none!important;margin:0!important;overflow:hidden!important}

@media(max-width:980px){
 body.lc-product-experience-page div.product{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto!important}
 body.lc-product-experience-page div.product>.lc-product-visual{grid-column:1!important;grid-row:1!important}
 body.lc-product-experience-page div.product>.summary{grid-column:1!important;grid-row:2!important}
 body.lc-product-experience-page div.product>.lc-coffee-origin{grid-column:1!important;grid-row:3!important}
 body.lc-product-experience-page div.product>.lc-product-family-story{grid-column:1!important;grid-row:4!important}
 body.lc-product-experience-page div.product>.lc-product-purchase-stage{grid-column:1!important;grid-row:5!important}
 body.lc-product-experience-page div.product>.lc-product-closing{grid-column:1!important;grid-row:6!important}
}

/* ===== v6.6.4.4.css ===== */
/* V6.6.4.4 — cierre de UX comercial. */

/* El mensaje de envío es una sola frase legible; ningún estilo de precio de
 * WooCommerce puede volver a dividirlo o superponerlo. */
.lc-shipping-progress strong,
.lc-shipping-progress.is-product strong{
  display:block!important;width:100%!important;max-width:none!important;
  margin:0 0 16px!important;padding:0!important;position:static!important;
  color:#0b0b0b!important;background:transparent!important;
  font-family:Arial,Helvetica,sans-serif!important;font-size:clamp(18px,2vw,25px)!important;
  font-weight:800!important;line-height:1.2!important;letter-spacing:0!important;
  white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;
  text-transform:none!important;text-shadow:none!important
}
.lc-shipping-progress strong *{display:inline!important;position:static!important;margin:0!important;padding:0!important;font:inherit!important;color:inherit!important}
.lc-shipping-progress>span{display:block!important;width:100%!important;height:12px!important;margin:0!important;padding:0!important;position:relative!important;overflow:hidden!important;background:#ddd2c2!important}
.lc-shipping-progress>span>i{display:block!important;height:100%!important;margin:0!important;background:#ef2d26!important}
.lc-shipping-progress.is-complete>span>i{background:#17b65b!important}

/* Portada del producto: información primero y fotografía editorial al lado.
 * La imagen continúa siendo editable desde LACOLADERA > Producto 01. */
body.lc-product-experience-page div.product>.summary{
  grid-column:1!important;grid-row:1!important;align-self:center!important;
  min-width:0!important;padding:clamp(36px,5vw,78px)!important
}
body.lc-product-experience-page div.product>.lc-product-visual{
  grid-column:2!important;grid-row:1!important;align-self:center!important;
  width:calc(100% - 46px)!important;max-width:700px!important;
  margin:46px auto 56px!important;transform:rotate(2.25deg)!important;
  transform-origin:center!important;box-shadow:13px 14px 0 #ef2d26!important;
  position:relative!important;inset:auto!important;overflow:hidden!important
}
body.lc-product-experience-page div.product>.lc-product-visual img{width:100%!important;height:auto!important;display:block!important}

@media(max-width:980px){
 body.lc-product-experience-page div.product>.summary{grid-column:1!important;grid-row:1!important;padding:30px 22px 20px!important}
 body.lc-product-experience-page div.product>.lc-product-visual{grid-column:1!important;grid-row:2!important;width:calc(100% - 42px)!important;margin:8px auto 42px!important;transform:rotate(1deg)!important;box-shadow:8px 9px 0 #ef2d26!important}
 body.lc-product-experience-page div.product>.lc-coffee-origin{grid-row:3!important}
 body.lc-product-experience-page div.product>.lc-product-family-story{grid-row:4!important}
 body.lc-product-experience-page div.product>.lc-product-purchase-stage{grid-row:5!important}
 body.lc-product-experience-page div.product>.lc-product-closing{grid-row:6!important}
 .lc-shipping-progress strong,.lc-shipping-progress.is-product strong{font-size:18px!important;line-height:1.25!important;margin-bottom:13px!important}
}

@media(prefers-reduced-motion:reduce){body.lc-product-experience-page div.product>.lc-product-visual{transform:none!important}}

/* =========================================================
   CHECKOUT MOBILE FIX — V6.6.4.4
   Evita que el nombre del producto se comprima letra por letra
   dentro de "Resumen del pedido".
   ========================================================= */
@media (max-width: 980px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tr,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    line-height: 1.25 !important;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name a,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name > * {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
    width: auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
    vertical-align: top !important;
  }
}

/* CHECKOUT MOBILE HOTFIX — nombre de producto legible */
@media (max-width:980px){
 body.woocommerce-checkout .woocommerce-checkout-review-order-table{width:100%!important;table-layout:auto!important}
 body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item{
   display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;
   column-gap:14px!important;align-items:start!important;width:100%!important
 }
 body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item>td.product-name{
   display:block!important;width:auto!important;min-width:0!important;max-width:none!important;
   white-space:normal!important;word-break:keep-all!important;overflow-wrap:normal!important;
   writing-mode:horizontal-tb!important;text-orientation:mixed!important;
   font-size:16px!important;line-height:1.35!important;letter-spacing:normal!important
 }
 body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item>td.product-total{
   display:block!important;width:auto!important;min-width:max-content!important;
   white-space:nowrap!important;text-align:right!important;vertical-align:top!important
 }
 body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name a,
 body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name span,
 body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name strong{
   white-space:normal!important;word-break:keep-all!important;overflow-wrap:normal!important;
   writing-mode:horizontal-tb!important;text-orientation:mixed!important
 }
}
@media (max-width:480px){
 body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item{column-gap:10px!important}
 body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item>td.product-name{
   font-size:15px!important;line-height:1.3!important
 }
}


/* ===== v6.6.5.css ===== */
/* V6.6.5 — cart/checkout polish + editorial El Izote hero. */
body.woocommerce-cart #main-content>.container,body.woocommerce-checkout #main-content>.container{width:min(1440px,94vw)!important;max-width:1440px!important;padding:55px 0 100px!important}
body.woocommerce-cart #left-area,body.woocommerce-checkout #left-area{width:100%!important;float:none!important;padding:0!important}
body.woocommerce-cart #sidebar,body.woocommerce-checkout #sidebar,body.woocommerce-cart #main-content>.container:before,body.woocommerce-checkout #main-content>.container:before{display:none!important}
body.woocommerce-cart table.shop_table{width:100%!important;table-layout:auto!important}
body.woocommerce-cart table.shop_table .product-name{min-width:260px!important;word-break:normal!important;overflow-wrap:normal!important;writing-mode:horizontal-tb!important}
body.woocommerce-cart .cart-collaterals{display:block!important;width:100%!important;margin-top:38px!important}
body.woocommerce-cart .cart-collaterals .cart_totals{width:min(520px,100%)!important;max-width:none!important;margin-left:auto!important;padding:28px!important;border:3px solid #0d0d0c!important;background:#f4efe5!important}
body.woocommerce-checkout form.checkout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(390px,.72fr)!important;gap:clamp(35px,5vw,80px)!important;align-items:start!important}
body.woocommerce-checkout #customer_details{width:100%!important;min-width:0!important}
body.woocommerce-checkout #order_review_heading,body.woocommerce-checkout #order_review{width:100%!important;min-width:0!important;float:none!important}
body.woocommerce-checkout #order_review{padding:28px!important;border:3px solid #0d0d0c!important;background:#f4efe5!important}
body.woocommerce-checkout .woocommerce-checkout-review-order-table{width:100%!important;table-layout:auto!important}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name{width:auto!important;min-width:220px!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;font-size:16px!important;line-height:1.35!important;letter-spacing:0!important}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total{width:1%!important;min-width:max-content!important;white-space:nowrap!important;text-align:right!important;vertical-align:top!important}
/* Product hero: copy left, customizable image right, deliberately imperfect. */
body.lc-product-experience-page div.product{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr)!important}
body.lc-product-experience-page div.product>.summary{grid-column:1!important;grid-row:1!important;padding:clamp(38px,5vw,82px)!important;align-self:center!important}
body.lc-product-experience-page div.product>.lc-product-visual{grid-column:2!important;grid-row:1!important;width:min(86%,700px)!important;margin:55px auto 70px!important;transform:rotate(2.4deg)!important;box-shadow:14px 15px 0 #ef2d26!important;background:#f4efe5!important;border:3px solid #0d0d0c!important;padding:12px!important;overflow:visible!important}
body.lc-product-experience-page div.product>.lc-product-visual>button{overflow:hidden!important;background:#0d0d0c!important}
body.lc-product-experience-page div.product>.lc-product-visual img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important;transform:none!important}
body.lc-product-experience-page div.product>.lc-product-visual figcaption{margin-top:10px!important;border-top:2px solid #0d0d0c!important}
@media(max-width:980px){
 body.woocommerce-checkout form.checkout{grid-template-columns:1fr!important}
 body.woocommerce-checkout #order_review{padding:20px!important}
 body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name{min-width:0!important;font-size:15px!important}
 body.lc-product-experience-page div.product{grid-template-columns:1fr!important}
 body.lc-product-experience-page div.product>.summary{grid-column:1!important;grid-row:1!important;padding:30px 22px 18px!important}
 body.lc-product-experience-page div.product>.lc-product-visual{grid-column:1!important;grid-row:2!important;width:calc(100% - 50px)!important;margin:15px auto 48px!important;transform:rotate(1.2deg)!important;box-shadow:9px 10px 0 #ef2d26!important}
}
@media(max-width:600px){
 body.woocommerce-cart #main-content>.container,body.woocommerce-checkout #main-content>.container{width:100%!important;padding:30px 16px 100px!important}
 body.woocommerce-cart table.shop_table,body.woocommerce-cart table.shop_table tbody,body.woocommerce-cart table.shop_table tr,body.woocommerce-cart table.shop_table td{display:block!important;width:100%!important}
 body.woocommerce-cart table.shop_table tr.cart_item{padding:18px 0!important;border-bottom:2px solid #0d0d0c!important}
 body.woocommerce-cart table.shop_table .product-thumbnail{width:110px!important;float:left!important;margin:0 16px 12px 0!important}
 body.woocommerce-cart table.shop_table .product-name{min-width:0!important;font-size:17px!important;line-height:1.3!important}
 body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important}
 body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item>td{display:block!important;width:auto!important}
 body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;writing-mode:horizontal-tb!important}
}
@media(prefers-reduced-motion:reduce){body.lc-product-experience-page div.product>.lc-product-visual{transform:none!important}}

/* ===== v6.6.6.css ===== */
/* V6.6.6 — hard fix: checkout Blocks + El Izote editorial hero. */

/* EL IZOTE: lock the first product row to two real columns. */
body.lc-product-experience-page .lc-shop-content>div.product,
body.lc-product-experience-page .lc-shop-content div.product{
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr)!important;
  grid-template-rows:auto!important;
  gap:clamp(28px,4vw,72px)!important;
  align-items:center!important;
  width:100%!important;max-width:none!important;overflow:visible!important;
}
body.lc-product-experience-page .lc-shop-content div.product>.summary{
  grid-column:1!important;grid-row:1!important;width:auto!important;max-width:none!important;
  min-width:0!important;float:none!important;margin:0!important;padding:clamp(36px,4.5vw,74px)!important;
}
body.lc-product-experience-page .lc-shop-content div.product>.lc-product-visual{
  display:block!important;visibility:visible!important;opacity:1!important;
  grid-column:2!important;grid-row:1!important;position:relative!important;inset:auto!important;
  width:min(88%,720px)!important;max-width:720px!important;min-width:320px!important;height:auto!important;
  float:none!important;margin:52px auto 66px!important;padding:12px!important;
  transform:rotate(2.2deg)!important;transform-origin:center!important;
  border:3px solid #0d0d0c!important;background:#f4efe5!important;box-shadow:14px 15px 0 #ef2d26!important;
  overflow:visible!important;z-index:3!important;
}
body.lc-product-experience-page .lc-shop-content div.product>.lc-product-visual button{
  display:block!important;width:100%!important;height:auto!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:hidden!important;
}
body.lc-product-experience-page .lc-shop-content div.product>.lc-product-visual img{
  display:block!important;visibility:visible!important;opacity:1!important;position:static!important;
  width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important;
}
body.lc-product-experience-page .lc-shop-content div.product>.lc-coffee-origin{grid-column:1/-1!important;grid-row:2!important}
body.lc-product-experience-page .lc-shop-content div.product>.lc-product-family-story{grid-column:1/-1!important;grid-row:3!important}
body.lc-product-experience-page .lc-shop-content div.product>.lc-product-purchase-stage{grid-column:1/-1!important;grid-row:4!important}
body.lc-product-experience-page .lc-shop-content div.product>.lc-product-closing{grid-column:1/-1!important;grid-row:5!important}

/* CHECKOUT CLASSIC + CHECKOUT BLOCKS: never allow product copy to become a narrow vertical strip. */
body.woocommerce-checkout #main-content .wc-block-checkout,
body.woocommerce-checkout #main-content .wc-block-components-sidebar-layout{
  width:100%!important;max-width:1320px!important;margin-inline:auto!important;box-sizing:border-box!important;
}
body.woocommerce-checkout .wc-block-components-sidebar-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(390px,.72fr)!important;gap:clamp(28px,4vw,64px)!important;align-items:start!important}
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;box-sizing:border-box!important}
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-order-summary__content{width:100%!important;max-width:none!important;min-width:0!important}
body.woocommerce-checkout .wc-block-components-order-summary-item{display:grid!important;grid-template-columns:72px minmax(0,1fr) max-content!important;gap:14px!important;align-items:start!important;width:100%!important;min-width:0!important}
body.woocommerce-checkout .wc-block-components-order-summary-item__image{grid-column:1!important;width:72px!important;min-width:72px!important;margin:0!important}
body.woocommerce-checkout .wc-block-components-order-summary-item__description{grid-column:2!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0!important}
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price{grid-column:3!important;width:auto!important;min-width:max-content!important;white-space:nowrap!important;margin:0!important}
body.woocommerce-checkout .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-order-summary-item__description,
body.woocommerce-checkout .wc-block-components-order-summary-item__description *{
  writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:normal!important;
  word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;
  width:auto!important;max-width:none!important;min-width:0!important;letter-spacing:0!important;line-height:1.25!important;
}
body.woocommerce-checkout .wc-block-components-product-name{display:block!important;font-size:16px!important;font-weight:800!important}

@media(max-width:980px){
 body.lc-product-experience-page .lc-shop-content div.product{grid-template-columns:1fr!important;gap:0!important}
 body.lc-product-experience-page .lc-shop-content div.product>.summary{grid-column:1!important;grid-row:1!important;padding:30px 22px 20px!important}
 body.lc-product-experience-page .lc-shop-content div.product>.lc-product-visual{grid-column:1!important;grid-row:2!important;width:calc(100% - 48px)!important;min-width:0!important;margin:12px auto 48px!important;transform:rotate(1deg)!important;box-shadow:9px 10px 0 #ef2d26!important}
 body.lc-product-experience-page .lc-shop-content div.product>.lc-coffee-origin{grid-row:3!important}
 body.lc-product-experience-page .lc-shop-content div.product>.lc-product-family-story{grid-row:4!important}
 body.lc-product-experience-page .lc-shop-content div.product>.lc-product-purchase-stage{grid-row:5!important}
 body.lc-product-experience-page .lc-shop-content div.product>.lc-product-closing{grid-row:6!important}
 body.woocommerce-checkout .wc-block-components-sidebar-layout{grid-template-columns:1fr!important}
}
@media(max-width:520px){
 body.woocommerce-checkout .wc-block-components-order-summary-item{grid-template-columns:58px minmax(0,1fr) auto!important;gap:10px!important}
 body.woocommerce-checkout .wc-block-components-order-summary-item__image{width:58px!important;min-width:58px!important}
 body.woocommerce-checkout .wc-block-components-product-name{font-size:14px!important}
}

/* ===== v6.6.8.css ===== */
/* V6.6.8 — El Izote hero: estructura autocontenida y editable desde Contenedor */
body.lc-product-experience-page .lc-shop-content div.product{display:block!important}
body.lc-product-experience-page .lc-shop-content div.product>.lc-product-visual{display:none!important}
body.lc-product-experience-page .lc-shop-content div.product>.summary{
 display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr)!important;
 column-gap:clamp(34px,5vw,86px)!important;align-items:center!important;
 width:100%!important;max-width:none!important;float:none!important;margin:0!important;
 padding:clamp(38px,5vw,84px) clamp(28px,6vw,110px)!important;box-sizing:border-box!important;
}
body.lc-product-experience-page .summary>*:not(.lc-product-hero-photo){grid-column:1!important;min-width:0!important}
body.lc-product-experience-page .summary .lc-product-hero-photo{
 grid-column:2!important;grid-row:1/20!important;align-self:center!important;
 width:min(92%,720px)!important;margin:20px auto!important;padding:12px!important;box-sizing:border-box!important;
 background:#f4efe5!important;border:3px solid #0d0d0c!important;box-shadow:14px 15px 0 #fbba00!important;
 transform:rotate(2.2deg)!important;position:relative!important;z-index:2!important;
}
body.lc-product-experience-page .summary .lc-product-hero-photo img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important}
body.lc-product-experience-page .summary .lc-product-hero-photo figcaption{display:flex!important;justify-content:space-between!important;gap:16px!important;padding:13px 4px 2px!important;font:900 10px/1.2 Arial,sans-serif!important;letter-spacing:.11em!important}
body.lc-product-experience-page .summary .lc-product-hero-photo figcaption span{color:#ef2d26!important}
body.lc-product-experience-page .summary .product_title{font-size:clamp(48px,var(--lc-product-title-desktop,88px),96px)!important;max-width:9.5ch!important;line-height:.84!important}
body.lc-product-experience-page .summary:not(:has(.lc-product-hero-photo)){grid-template-columns:1fr!important}
body.lc-product-experience-page .summary:not(:has(.lc-product-hero-photo))>*{grid-column:1!important}
@media(max-width:980px){
 body.lc-product-experience-page .lc-shop-content div.product>.summary{grid-template-columns:1fr!important;padding:30px 22px 42px!important}
 body.lc-product-experience-page .summary>*:not(.lc-product-hero-photo){grid-column:1!important}
 body.lc-product-experience-page .summary .lc-product-hero-photo{grid-column:1!important;grid-row:auto!important;width:calc(100% - 24px)!important;margin:30px auto 18px!important;transform:rotate(1deg)!important;box-shadow:9px 10px 0 #fbba00!important}
 body.lc-product-experience-page .summary .product_title{font-size:clamp(40px,var(--lc-product-title-mobile,54px),58px)!important;max-width:10ch!important}
}

/* ===== v6.6.9.css ===== */
/* V6.6.9 — Hero editorial desktop + Polaroid independiente + CTA al configurador. */
body.lc-product-experience-page .lc-shop-content div.product>.summary{grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr)!important;gap:clamp(38px,5vw,92px)!important;align-items:center!important;padding:clamp(46px,5vw,88px) clamp(28px,5vw,92px)!important;background:#f4efe5!important}
body.lc-product-experience-page .summary .lc-product-hero-photo{grid-column:2!important;grid-row:1/30!important;width:min(94%,720px)!important;padding:16px 16px 18px!important;background:#ead7b7!important;border:3px solid #0d0d0c!important;box-shadow:14px 15px 0 #fbba00!important;transform:rotate(3deg)!important;position:relative!important;overflow:visible!important}
body.lc-product-experience-page .summary .lc-product-hero-photo img{aspect-ratio:4/3!important;object-fit:cover!important;border:0!important}
body.lc-product-experience-page .summary .lc-product-hero-photo figcaption{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;padding:18px 6px 2px!important;gap:18px!important}
body.lc-product-experience-page .summary .lc-product-hero-photo figcaption em{max-width:70%!important;font:400 clamp(20px,2vw,31px)/1.02 'Comic Sans MS','Bradley Hand',cursive!important;letter-spacing:0!important;text-transform:none!important;color:#0d0d0c!important}
body.lc-product-experience-page .summary .lc-product-hero-photo figcaption b{font:900 10px/1.2 Arial,sans-serif!important;letter-spacing:.12em!important;white-space:nowrap!important}
.lc-polaroid-tape{position:absolute!important;top:-25px!important;left:42%!important;width:128px!important;height:42px!important;background:#d9b65f!important;opacity:.7!important;transform:rotate(-5deg)!important;z-index:4!important}
.lc-polaroid-note{position:absolute!important;right:-42px!important;top:-48px!important;font:700 16px/1 'Comic Sans MS','Bradley Hand',cursive!important;transform:rotate(-5deg)!important;white-space:nowrap!important}
body.lc-product-experience-page .summary .product_title{font-size:clamp(58px,var(--lc-product-title-desktop,88px),108px)!important;max-width:8.7ch!important;line-height:.78!important;margin-bottom:24px!important}
body.lc-product-experience-page .summary .price{margin:8px 0 28px!important}
.lc-hero-facts{grid-column:1!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:30px 0 24px!important;padding-top:24px!important;border-top:2px solid #0d0d0c!important}
.lc-hero-facts>div{display:flex!important;gap:9px!important;align-items:flex-start!important;min-width:0!important}.lc-hero-facts i{display:grid!important;place-items:center!important;flex:0 0 30px!important;width:30px!important;height:30px!important;border:2px solid #0d0d0c!important;border-radius:50%!important;font:900 11px Arial,sans-serif!important;font-style:normal!important}.lc-hero-facts span,.lc-hero-facts b,.lc-hero-facts small{display:block!important}.lc-hero-facts b{font:900 9px/1.2 Arial,sans-serif!important;letter-spacing:.08em!important}.lc-hero-facts small{margin-top:5px!important;font:600 10px/1.25 Arial,sans-serif!important}
.lc-product-order-cta{grid-column:1!important;display:inline-flex!important;width:max-content!important;align-items:center!important;justify-content:center!important;margin-top:4px!important;padding:17px 22px!important;background:#fbba00!important;color:#0d0d0c!important;border:3px solid #0d0d0c!important;box-shadow:6px 6px 0 #0d0d0c!important;font:900 13px/1 Arial,sans-serif!important;letter-spacing:.08em!important;text-decoration:none!important;transition:transform .16s ease,box-shadow .16s ease!important}.lc-product-order-cta:hover{transform:translate(3px,3px)!important;box-shadow:3px 3px 0 #0d0d0c!important;color:#0d0d0c!important}
#lc-product-order{scroll-margin-top:110px!important}.lc-order-pulse{animation:lcOrderPulse 1.15s ease!important}@keyframes lcOrderPulse{0%,100%{box-shadow:7px 8px 0 #0d0d0c}45%{box-shadow:12px 13px 0 #ef2d26;transform:translateY(-3px)}}
@media(max-width:980px){body.lc-product-experience-page .lc-shop-content div.product>.summary{grid-template-columns:1fr!important;padding:28px 20px 38px!important;gap:0!important}body.lc-product-experience-page .summary .lc-product-hero-photo{grid-column:1!important;grid-row:auto!important;width:calc(100% - 24px)!important;margin:18px auto 34px!important;padding:10px 10px 14px!important;transform:rotate(1deg)!important;box-shadow:9px 10px 0 #fbba00!important}.lc-polaroid-tape,.lc-polaroid-note{display:none!important}body.lc-product-experience-page .summary .lc-product-hero-photo figcaption{padding:12px 2px 0!important}body.lc-product-experience-page .summary .lc-product-hero-photo figcaption em{font-size:17px!important}.lc-hero-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 12px!important;margin-top:24px!important}.lc-product-order-cta{width:100%!important;box-sizing:border-box!important;margin:18px 0 8px!important}body.lc-product-experience-page .summary .product_title{font-size:clamp(42px,var(--lc-product-title-mobile,54px),60px)!important;max-width:10ch!important}.summary .price{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.summary .price .lc-price-from{white-space:nowrap!important}.summary .price small{white-space:nowrap!important}}
@media(max-width:520px){.lc-hero-facts{grid-template-columns:1fr 1fr!important}.lc-hero-facts small{font-size:9px!important}body.lc-product-experience-page .summary .lc-product-hero-photo figcaption b{font-size:8px!important}}

/* ===== v6.6.10.css ===== */
/* V6.6.10 — Product hero: desktop editorial balance, mobile preserved. */
@media (min-width:981px){
 body.lc-product-experience-page .lc-shop-content div.product>.summary{
  grid-template-columns:minmax(520px,.94fr) minmax(560px,1.06fr)!important;
  column-gap:clamp(52px,5.2vw,104px)!important;
  align-items:center!important;
  min-height:min(820px,calc(100vh - 82px))!important;
  padding:clamp(52px,5.4vw,92px) clamp(44px,5.8vw,118px) clamp(66px,6vw,108px)!important;
 }
 body.lc-product-experience-page .summary>*:not(.lc-product-hero-photo){grid-column:1!important}
 body.lc-product-experience-page .summary .lc-product-hero-photo{
  grid-column:2!important;grid-row:1/30!important;align-self:center!important;
  justify-self:center!important;width:min(100%,780px)!important;margin:0!important;
  transform:rotate(3.2deg)!important;box-shadow:16px 17px 0 #fbba00!important;
 }
 body.lc-product-experience-page .summary .lc-product-intro{margin:0 0 18px!important;padding:0 0 20px!important}
 body.lc-product-experience-page .summary .product_title{
  font-size:clamp(66px,var(--lc-product-title-desktop,88px),112px)!important;
  max-width:9.2ch!important;line-height:.79!important;margin:0 0 28px!important;
 }
 body.lc-product-experience-page .summary .price{margin:4px 0 24px!important}
 body.lc-product-experience-page .summary .woocommerce-product-details__short-description{display:none!important}
 body.lc-product-experience-page .summary .lc-hero-facts{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 28px!important;
  margin:24px 0 22px!important;padding:22px 0 0!important;
 }
 body.lc-product-experience-page .summary .lc-hero-facts small{font-size:11px!important}
 body.lc-product-experience-page .summary .lc-product-order-cta{
  width:min(100%,390px)!important;box-sizing:border-box!important;margin:8px 0 0!important;padding:19px 25px!important;
 }
}
@media (min-width:1400px){
 body.lc-product-experience-page .lc-shop-content div.product>.summary{grid-template-columns:minmax(560px,.9fr) minmax(650px,1.1fr)!important}
 body.lc-product-experience-page .summary .lc-product-hero-photo{width:min(100%,850px)!important}
 body.lc-product-experience-page .summary .lc-hero-facts{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
}
@media (max-width:980px){
 body.lc-product-experience-page .summary .woocommerce-product-details__short-description{display:none!important}
 body.lc-product-experience-page .summary .product_title{font-size:clamp(40px,calc(var(--lc-product-title-mobile,54px) * .9),54px)!important}
 body.lc-product-experience-page .summary .price{gap:5px 8px!important;margin-bottom:20px!important}
 body.lc-product-experience-page .summary .lc-product-order-cta{margin-bottom:0!important}
}

/* ===== v6.6.11.css ===== */
/* V6.6.11 — Hero desktop robusto: composición editorial fija; móvil 6.6.10 preservado. */
@media (min-width:981px){
 body.lc-product-experience-page .lc-shop-content div.product{display:block!important;width:100%!important;max-width:none!important}
 body.lc-product-experience-page .lc-shop-content div.product>.lc-product-visual{display:none!important}
 body.lc-product-experience-page .lc-shop-content div.product>.summary{
  display:block!important;position:relative!important;width:100%!important;max-width:none!important;float:none!important;
  min-height:clamp(700px,46vw,840px)!important;margin:0!important;box-sizing:border-box!important;
  padding:clamp(62px,6vw,104px) 52% clamp(70px,6vw,110px) clamp(48px,6vw,118px)!important;
  background:#f4efe5!important;overflow:visible!important;
 }
 body.lc-product-experience-page .summary>*:not(.lc-product-hero-photo){width:100%!important;max-width:650px!important;min-width:0!important}
 body.lc-product-experience-page .summary .lc-product-hero-photo{
  position:absolute!important;left:auto!important;right:clamp(48px,5vw,105px)!important;top:50%!important;
  width:min(43vw,760px)!important;max-width:760px!important;margin:0!important;box-sizing:border-box!important;
  transform:translateY(-50%) rotate(2.5deg)!important;transform-origin:center!important;
  padding:15px 15px 18px!important;background:#ead7b7!important;border:3px solid #0d0d0c!important;
  box-shadow:15px 16px 0 #fbba00!important;z-index:3!important;
 }
 body.lc-product-experience-page .summary .product_title{font-size:clamp(64px,5.4vw,104px)!important;line-height:.79!important;max-width:8.8ch!important;margin:0 0 28px!important}
 body.lc-product-experience-page .summary .lc-product-intro{margin:0 0 20px!important;padding:0 0 18px!important}
 body.lc-product-experience-page .summary .price{margin:6px 0 26px!important}
 body.lc-product-experience-page .summary .lc-hero-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 24px!important;margin:26px 0 24px!important;padding-top:22px!important}
 body.lc-product-experience-page .summary .lc-product-order-cta{width:min(100%,420px)!important;margin:8px 0 0!important;box-sizing:border-box!important}
}
@media (min-width:1450px){
 body.lc-product-experience-page .lc-shop-content div.product>.summary{padding-right:51%!important}
 body.lc-product-experience-page .summary .lc-product-hero-photo{width:min(44vw,820px)!important;max-width:820px!important}
 body.lc-product-experience-page .summary .lc-hero-facts{grid-template-columns:repeat(4,minmax(0,1fr))!important;max-width:760px!important}
}
@media (max-width:980px){
 body.lc-product-experience-page .lc-shop-content div.product>.summary{display:grid!important;position:relative!important;min-height:0!important;padding:28px 20px 38px!important}
 body.lc-product-experience-page .summary .lc-product-hero-photo{position:relative!important;left:auto!important;right:auto!important;top:auto!important;transform:rotate(1deg)!important;max-width:none!important}
 body.lc-product-experience-page .summary>*:not(.lc-product-hero-photo){width:auto!important;max-width:none!important}
}

/* ===== v6.6.12.css ===== */
/* V6.6.12 — último pulido SOLO ESCRITORIO. Móvil queda intacto. */
@media (min-width:981px){
  /* Hero: reserva aire real entre la trazabilidad corta y la Polaroid. */
  body.lc-product-experience-page .lc-shop-content div.product>.summary{
    padding-right:52.5%!important;
    min-height:clamp(700px,45vw,820px)!important;
  }
  body.lc-product-experience-page .summary .lc-product-hero-photo{
    right:clamp(42px,4.5vw,92px)!important;
    width:min(42vw,790px)!important;
  }
  body.lc-product-experience-page .summary .lc-hero-facts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 28px!important;
    max-width:650px!important;
  }
  body.lc-product-experience-page .summary .lc-hero-facts>div{min-width:0!important}
  body.lc-product-experience-page .summary .lc-hero-facts small{font-size:11px!important;line-height:1.22!important}

  /* Compra: menos bloque amarillo, más objeto editorial/premium. */
  body.lc-product-experience-page .lc-product-purchase-stage{
    background:#f4efe5!important;
    border-top:18px solid #fbba00!important;
    border-bottom:8px solid #0d0d0c!important;
    padding:clamp(48px,5vw,76px) clamp(36px,6vw,110px)!important;
  }
  body.lc-product-experience-page .lc-product-purchase-stage>.lc-shipping-progress,
  body.lc-product-experience-page .lc-product-purchase-stage .lc-shipping-progress{
    width:min(100%,1120px)!important;max-width:1120px!important;margin:0 auto 34px!important;
  }
  body.lc-product-experience-page .lc-product-purchase-stage .lc-purchase-box{
    width:min(100%,1240px)!important;max-width:1240px!important;margin:0 auto!important;
  }
  body.lc-product-experience-page .lc-product-purchase-stage .lc-purchase-box form.cart{
    max-width:none!important;padding:34px 38px!important;
  }
  body.lc-product-experience-page .lc-product-purchase-stage .lc-purchase-box>header{
    padding:20px 26px!important;
  }
  body.lc-product-experience-page .lc-product-purchase-stage .lc-purchase-box .single_add_to_cart_button{
    max-width:920px!important;margin-left:auto!important;margin-right:auto!important;
  }
}

/* ===== v6.6.13.css ===== */
/* V6.6.13 — desktop purchase refinement + 9-client wall + motion polish. */
@media (min-width:981px){
 body.lc-product-experience-page .lc-product-purchase-stage{padding-top:56px!important;padding-bottom:72px!important;background:#f4efe5!important;border-top:0!important;}
 body.lc-product-experience-page .lc-product-purchase-stage:before{content:"";display:block;width:min(100%,1120px);height:5px;margin:0 auto 30px;background:#0d0d0c;box-shadow:0 7px 0 #fbba00}
 body.lc-product-experience-page .lc-product-purchase-stage .lc-shipping-progress{margin-bottom:42px!important;transform:rotate(-.15deg);box-shadow:8px 8px 0 #ef312a!important}
 body.lc-product-experience-page .lc-product-purchase-stage .lc-purchase-box{max-width:1120px!important;border:3px solid #0d0d0c!important;box-shadow:12px 12px 0 #0d0d0c!important;background:#f7f1e7!important;position:relative;overflow:visible}
 body.lc-product-experience-page .lc-product-purchase-stage .lc-purchase-box>header{padding:22px 30px!important;border-bottom:0!important}
 body.lc-product-experience-page .lc-product-purchase-stage .lc-purchase-box form.cart{padding:38px 44px 42px!important;gap:24px!important}
 body.lc-product-experience-page .lc-purchase-box table.variations tr{grid-template-columns:145px minmax(0,1fr)!important;gap:26px!important;padding:24px 0!important}
 body.lc-product-experience-page .lc-purchase-box .lc-choice-pills{gap:12px!important}
 body.lc-product-experience-page .lc-purchase-box .lc-choice-pills button{min-height:62px!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important}
 body.lc-product-experience-page .lc-purchase-box .lc-choice-pills button:hover{transform:translateY(-3px);box-shadow:4px 4px 0 #0d0d0c}
 body.lc-product-experience-page .lc-purchase-box .single_add_to_cart_button{max-width:760px!important;min-height:66px!important}
}
/* Experiencias: 3x3 wall. En reposo casi tinta blanca; al pasar, logo vivo. */
.lc-client-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.lc-client-logo{position:relative;overflow:hidden;min-height:190px!important;transition:background .35s ease,transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease!important}
.lc-client-logo:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 25%,rgba(251,186,0,.10),transparent 72%);transform:translateX(-110%);transition:transform .55s ease}
.lc-client-logo img{filter:grayscale(1) brightness(0) invert(1);opacity:.34;transform:scale(.92);transition:filter .35s ease,opacity .35s ease,transform .35s ease!important}
.lc-client-logo:hover,.lc-client-logo:focus-visible{background:#151514;transform:translateY(-4px);box-shadow:inset 0 -4px 0 #fbba00}
.lc-client-logo:hover:before,.lc-client-logo:focus-visible:before{transform:translateX(110%)}
.lc-client-logo:hover img,.lc-client-logo:focus-visible img{filter:none;opacity:1;transform:scale(1)}
@media(max-width:850px){.lc-client-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lc-client-logo{min-height:135px!important}.lc-client-logo img{opacity:.46}.lc-client-logo:active img{filter:none;opacity:1}}
/* El Alma: timeline con progreso visual y tarjetas que despiertan al scroll. */
.lc-history-timeline{position:relative;--lc-timeline-progress:0%}
.lc-history-timeline:after{content:"";position:absolute;left:0;top:-3px;width:var(--lc-timeline-progress);height:3px;background:#ef312a;z-index:2;transition:width .18s linear}
.lc-history-timeline li{transition:transform .55s cubic-bezier(.2,.8,.2,1),opacity .55s ease}
.lc-history-timeline li.is-timeline-active{transform:translateY(-8px)}
.lc-history-timeline li.is-timeline-active:before{background:#ef312a;box-shadow:0 0 0 7px rgba(239,49,42,.14)}
@media(max-width:850px){.lc-history-timeline:after{display:none}.lc-history-timeline li.is-timeline-active{transform:translateX(7px)}}

/* ===== v6.6.14.css ===== */
/* V6.6.14 — final cinematic motion + purchase + responsive client wall. */
/* Desktop keeps 9 brands; mobile intentionally shows 8 for a balanced 2x4 wall. */
@media(max-width:850px){.lc-client-grid .lc-client-logo:nth-child(9){display:none!important}}

/* Editorial photography: one cinematic treatment, never logos/icons/product UI. */
.lc-photo,.lc-history-intro figure,.lc-history-grid figure,.lc-experience-mosaic .lc-gallery-item,.lc-coyo-gallery figure,.lc-moments figure{overflow:hidden;isolation:isolate}
.lc-photo img,.lc-history-intro figure img,.lc-history-grid figure img,.lc-experience-mosaic .lc-gallery-item img,.lc-coyo-gallery figure img,.lc-moments figure img{filter:saturate(.78) contrast(1.08) brightness(.96);transform:scale(1.018);transition:transform 1.05s cubic-bezier(.2,.75,.2,1),filter .7s ease}
.lc-photo:hover img,.lc-history-intro figure:hover img,.lc-history-grid figure:hover img,.lc-experience-mosaic .lc-gallery-item:hover img,.lc-coyo-gallery figure:hover img,.lc-moments figure:hover img{filter:saturate(.94) contrast(1.1) brightness(1);transform:scale(1.055)}
.lc-history-grid figure:after,.lc-history-intro figure:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 52%,rgba(13,13,12,.32));mix-blend-mode:multiply;opacity:.55}

/* Home: restrained premium motion. */
.lc-story .lc-copy,.lc-coyo .lc-copy,.lc-coffee .lc-copy,.lc-community>*{will-change:transform}
.lc-motion-ready .lc-story .lc-copy.is-visible,.lc-motion-ready .lc-coffee .lc-copy.is-visible{animation:lc-editorial-in .85s cubic-bezier(.16,.8,.24,1) both}
.lc-motion-ready .lc-coyo .lc-photo.is-visible,.lc-motion-ready .lc-story .lc-photo.is-visible{animation:lc-photo-in 1s cubic-bezier(.16,.8,.24,1) both}
@keyframes lc-editorial-in{from{opacity:0;transform:translate3d(-22px,18px,0)}to{opacity:1;transform:none}}
@keyframes lc-photo-in{from{opacity:0;transform:translate3d(24px,24px,0) rotate(1deg)}to{opacity:1;transform:none}}

/* El Alma: mobile gets a vertical progress rail + cinematic active chapter. */
@media(max-width:850px){
 .lc-history-timeline{padding-left:28px!important;--lc-timeline-progress:0%}
 .lc-history-timeline:before{content:"";position:absolute!important;display:block!important;left:7px!important;top:0!important;bottom:0!important;width:2px!important;background:rgba(255,255,255,.18)!important}
 .lc-history-timeline:after{content:"";display:block!important;position:absolute;left:7px;top:0;width:2px;height:var(--lc-timeline-progress);background:#fbba00;transition:height .16s linear;z-index:2}
 .lc-history-timeline li{transform-origin:left center;opacity:.52!important;transition:opacity .45s ease,transform .55s cubic-bezier(.16,.8,.24,1)!important}
 .lc-history-timeline li.is-timeline-active{opacity:1!important;transform:translateX(9px) scale(1.015)!important}
 .lc-history-timeline li.is-timeline-active b{color:#fbba00;text-shadow:0 8px 24px rgba(251,186,0,.16)}
}

/* Purchase card: desktop becomes an editorial console, mobile only gets micro-motion. */
@media(min-width:981px){
 body.lc-product-experience-page .lc-product-purchase-stage .lc-purchase-box{background:linear-gradient(135deg,#f7f1e7 0%,#f7f1e7 72%,#efe6d8 100%)!important}
 body.lc-product-experience-page .lc-product-purchase-stage .lc-purchase-box:before{content:attr(data-badge);position:absolute;right:30px;top:-14px;background:#ef312a;color:#fff;padding:8px 13px;font-size:9px;font-weight:900;letter-spacing:.12em;transform:rotate(1deg);z-index:3}
 body.lc-product-experience-page .lc-purchase-box table.variations tr{border-bottom:1px solid rgba(13,13,12,.16)!important}
 body.lc-product-experience-page .lc-purchase-box .single_add_to_cart_button{box-shadow:7px 7px 0 #0d0d0c!important;transition:transform .22s ease,box-shadow .22s ease!important}
 body.lc-product-experience-page .lc-purchase-box .single_add_to_cart_button:hover{transform:translate(3px,3px)!important;box-shadow:3px 3px 0 #0d0d0c!important}
}
@media(max-width:980px){body.lc-product-experience-page .lc-purchase-box .single_add_to_cart_button{transition:transform .18s ease!important}body.lc-product-experience-page .lc-purchase-box .single_add_to_cart_button:active{transform:scale(.985)!important}}
@media(prefers-reduced-motion:reduce){.lc-motion-ready *{animation:none!important}.lc-photo img,.lc-history-intro figure img,.lc-history-grid figure img,.lc-experience-mosaic .lc-gallery-item img{transition:none!important;transform:none!important}}

/* ===== v6.6.15.css ===== */
/* LACOLADERA V6.6.15 — RELEASE / SEO CLEANUP + 404 TAZA TATUADA */
.lc-error-v15{position:relative;min-height:calc(100svh - 90px);overflow:hidden;background:var(--paper,#f3efe7);color:var(--ink,#0d0d0c);display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:clamp(24px,5vw,90px);padding:clamp(54px,7vw,120px) max(5vw,28px)}
.lc-error-v15:before{content:"404";position:absolute;left:-.03em;bottom:-.27em;font:900 clamp(260px,35vw,650px)/.7 Impact,"Arial Narrow",sans-serif;color:rgba(13,13,12,.035);letter-spacing:-.07em;pointer-events:none}
.lc-error-v15__copy,.lc-error-v15__art{position:relative;z-index:2}.lc-error-v15__eyebrow{font:800 12px/1.2 Arial,sans-serif;letter-spacing:.22em;color:#e83028;margin:0 0 22px}.lc-error-v15 h1{font:900 clamp(88px,10vw,190px)/.72 Impact,"Arial Narrow",sans-serif;letter-spacing:-.045em;margin:0;text-transform:uppercase}.lc-error-v15 h1 span{color:#e83028}.lc-error-v15__lead{font:400 clamp(24px,2vw,38px)/1.15 Georgia,serif;max-width:600px;margin:38px 0}.lc-error-v15__actions{display:flex;gap:14px;flex-wrap:wrap}.lc-error-v15__primary,.lc-error-v15__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 28px;border:3px solid #0d0d0c;font:800 13px/1 Arial,sans-serif;letter-spacing:.12em;text-decoration:none!important;color:#0d0d0c!important;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.lc-error-v15__primary{background:#fbba00;box-shadow:8px 8px 0 #0d0d0c}.lc-error-v15__secondary{background:transparent}.lc-error-v15__primary:hover{transform:translate(-3px,-3px);box-shadow:11px 11px 0 #0d0d0c}.lc-error-v15__secondary:hover{background:#0d0d0c;color:#f3efe7!important}.lc-error-v15__art{min-height:620px;display:grid;place-items:center}.lc-error-v15__halo{position:absolute;width:min(44vw,650px);aspect-ratio:1;border-radius:50%;background:#fbba00;transform:rotate(-7deg);box-shadow:20px 20px 0 #e83028}.lc-error-v15__cupwrap{position:relative;width:min(39vw,570px);animation:lc404Float 4.4s ease-in-out infinite;filter:drop-shadow(0 28px 22px rgba(0,0,0,.22))}.lc-error-v15__cupwrap img{display:block;width:100%;height:auto;transform:rotate(3deg)}.lc-error-v15__scribble{position:absolute;right:1%;bottom:4%;font:700 clamp(20px,1.7vw,30px)/1.05 "Comic Sans MS",cursive;transform:rotate(-4deg);margin:0}.lc-error-v15__steam{position:absolute;left:48%;top:2%;width:4px;height:75px;border-radius:50%;background:linear-gradient(to top,rgba(13,13,12,0),rgba(13,13,12,.28),rgba(13,13,12,0));filter:blur(1px);animation:lc404Steam 2.6s ease-in-out infinite}.lc-error-v15__steam.s2{left:57%;top:0;animation-delay:.7s;height:95px}.lc-error-v15__steam.s3{left:39%;top:4%;animation-delay:1.35s;height:65px}@keyframes lc404Float{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-18px) rotate(1deg)}}@keyframes lc404Steam{0%{opacity:0;transform:translateY(18px) scaleX(1)}35%{opacity:.65}100%{opacity:0;transform:translateY(-45px) translateX(16px) scaleX(2)}}
@media(max-width:767px){.lc-error-v15{grid-template-columns:1fr;min-height:auto;padding:58px 24px 90px;gap:10px}.lc-error-v15__copy{order:2}.lc-error-v15__art{order:1;min-height:330px}.lc-error-v15__halo{width:78vw;max-width:350px}.lc-error-v15__cupwrap{width:70vw;max-width:315px}.lc-error-v15 h1{font-size:clamp(82px,26vw,130px)}.lc-error-v15__lead{font-size:24px;margin:28px 0}.lc-error-v15__actions{display:grid}.lc-error-v15__primary,.lc-error-v15__secondary{width:100%}.lc-error-v15__scribble{font-size:17px;bottom:0;right:0}.lc-error-v15:before{font-size:95vw;bottom:.05em}}
@media(prefers-reduced-motion:reduce){.lc-error-v15__cupwrap,.lc-error-v15__steam{animation:none!important}.lc-error-v15__primary,.lc-error-v15__secondary{transition:none!important}}

/* ===== v6.6.16.css ===== */
/* LACOLADERA V6.6.16 — 404 BLACKOUT FINISH */
.lc-error-v15{background:#090909!important;color:#f3efe7!important;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr)!important;isolation:isolate}
.lc-error-v15:before{color:rgba(243,239,231,.045)!important;bottom:-.18em!important}
.lc-error-v15__noise{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.16;background-image:radial-gradient(rgba(255,255,255,.18) .7px,transparent .7px);background-size:5px 5px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}
.lc-error-v15__eyebrow{color:#fbba00!important}
.lc-error-v15 h1{color:#f3efe7!important;text-shadow:7px 7px 0 rgba(232,48,40,.12)}
.lc-error-v15 h1 span{color:#e83028!important}
.lc-error-v15__lead{color:#f3efe7!important;opacity:.92}
.lc-error-v15__primary,.lc-error-v15__secondary{border-color:#f3efe7!important}
.lc-error-v15__primary{color:#090909!important;box-shadow:8px 8px 0 #e83028!important}
.lc-error-v15__secondary{color:#f3efe7!important;background:transparent!important}
.lc-error-v15__secondary:hover{background:#f3efe7!important;color:#090909!important}
.lc-error-v15__halo{background:#fbba00!important;box-shadow:22px 22px 0 #e83028!important}
.lc-error-v15__cupwrap{filter:drop-shadow(0 32px 28px rgba(0,0,0,.52))!important}
.lc-error-v15__cupwrap:after{content:"";position:absolute;left:18%;right:14%;bottom:3%;height:12%;background:rgba(0,0,0,.28);filter:blur(18px);border-radius:50%;z-index:-1}
.lc-error-v15__steam{background:linear-gradient(to top,rgba(243,239,231,0),rgba(243,239,231,.58),rgba(243,239,231,0))!important}
.lc-error-v15__scribble{font-family:Arial,sans-serif!important;font-weight:800!important;font-size:clamp(13px,1vw,16px)!important;line-height:1.25!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:#f3efe7!important;transform:rotate(-2deg)!important;max-width:260px}
@media(min-width:768px){.lc-error-v15__art{min-height:650px}.lc-error-v15__cupwrap{width:min(36vw,540px)!important}.lc-error-v15__halo{width:min(40vw,610px)!important}}
@media(max-width:767px){.lc-error-v15{background:#090909!important;padding-top:46px!important}.lc-error-v15__copy{padding-top:14px}.lc-error-v15__art{min-height:350px!important}.lc-error-v15__scribble{font-size:11px!important;letter-spacing:.1em!important;max-width:180px;color:#f3efe7!important}.lc-error-v15:before{color:rgba(243,239,231,.035)!important}}

/* ===== v6.6.17.css ===== */
/* LACOLADERA V6.6.17 — FINAL RELEASE POLISH */
/* The 404 keeps the approved blackout composition/animation; only its art asset changes. */
.lc-error-v15__cupwrap img{object-fit:contain;object-position:center;filter:none}
/* V6.6.18 — checkout facturación silenciosa */
.lc-invoice-toggle{margin:18px 0 28px!important;padding:16px 0!important;border:0!important;border-top:1px solid #ddd!important;border-bottom:1px solid #ddd!important}
.lc-invoice-toggle button{font-size:13px!important;letter-spacing:.04em!important;text-transform:uppercase!important;text-decoration:underline!important}.lc-invoice-toggle small{font-size:12px!important;color:#777!important;max-width:520px}


/* V6.6.25 — FINAL mobile cup position. Desktop untouched.
   This lives in the last enqueued stylesheet so older hero rules cannot win. */
@media (max-width:850px){
  body.home .lc-hero .lc-cup{
    left:50%!important;
    right:auto!important;
    width:min(70vw,286px)!important;
    bottom:12px!important;
    margin:0!important;
    transform-origin:50% 70%!important;
    animation:lcCupMobile625 9.5s ease-in-out infinite!important;
    will-change:transform!important;
  }
  @keyframes lcCupMobile625{
    0%,100%{transform:translate3d(-50%,var(--lc-cup-scroll-y,0px),0) rotate(calc(.35deg + var(--lc-cup-scroll-r,0deg)))!important}
    50%{transform:translate3d(-50%,calc(var(--lc-cup-scroll-y,0px) - 2px),0) rotate(calc(.10deg + var(--lc-cup-scroll-r,0deg)))!important}
  }
}
@media (prefers-reduced-motion:reduce) and (max-width:850px){body.home .lc-hero .lc-cup{animation:none!important}}

/* ===== v6.6.28.css ===== */
/* LACOLADERA 6.6.28 — taza HOME móvil centrada por CONTENEDOR.
   No depende de left:50% + translateX(), evitando conflictos de transform.
   Desktop queda intacto. */
@media (max-width:850px){
  .lc-hero .lc-cup-stage{
    position:absolute!important;
    z-index:4!important;
    left:0!important;
    right:0!important;
    bottom:12px!important;
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:flex-end!important;
    pointer-events:none!important;
  }
  .lc-hero .lc-cup-stage > img.lc-cup{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    inset:auto!important;
    bottom:auto!important;
    margin:0 auto!important;
    width:min(72vw,294px)!important;
    max-width:294px!important;
    height:auto!important;
    translate:none!important;
    transform:translate3d(0,var(--lc-cup-scroll-y,0px),0) rotate(.12deg)!important;
    transform-origin:50% 70%!important;
    animation:lcCupMobile628 8.5s ease-in-out infinite!important;
    filter:drop-shadow(10px 13px 0 rgba(0,0,0,.32))!important;
    will-change:transform!important;
  }
  @keyframes lcCupMobile628{
    0%,100%{transform:translate3d(0,var(--lc-cup-scroll-y,0px),0) rotate(.12deg)!important}
    50%{transform:translate3d(0,calc(var(--lc-cup-scroll-y,0px) - 2px),0) rotate(-.08deg)!important}
  }
}
@media (max-width:850px) and (prefers-reduced-motion:reduce){
  .lc-hero .lc-cup-stage > img.lc-cup{animation:none!important;transform:none!important}
}

/* ===== v6.6.29.css ===== */
/* LACOLADERA 6.6.29 — remate HOME móvil.
   El contenedor 6.6.28 conserva el centrado. Esta capa sólo da movimiento visible,
   suave y premium a la taza; desktop permanece intacto. */
@media (max-width:850px){
  .lc-hero .lc-cup-stage > img.lc-cup{
    transform:translate3d(0,var(--lc-cup-parallax,0px),0) rotate(var(--lc-cup-tilt,.25deg))!important;
    animation:lcCupPremium629 5.8s cubic-bezier(.45,.05,.55,.95) infinite!important;
    transform-origin:50% 78%!important;
    will-change:transform!important;
  }
  @keyframes lcCupPremium629{
    0%,100%{transform:translate3d(0,var(--lc-cup-parallax,0px),0) rotate(var(--lc-cup-tilt,.25deg))!important}
    50%{transform:translate3d(0,calc(var(--lc-cup-parallax,0px) - 6px),0) rotate(calc(var(--lc-cup-tilt,.25deg) - .55deg))!important}
  }
}
@media (max-width:850px) and (prefers-reduced-motion:reduce){
  .lc-hero .lc-cup-stage > img.lc-cup{animation:none!important;transform:none!important}
}

/* ===== v6.6.30.css ===== */
/* V6.6.30 — friction pass: cart shipping + El Alma cinematic gallery. */
body.woocommerce-cart .wc-block-components-totals-shipping,
body.woocommerce-cart .wc-block-cart__totals-title + .wc-block-components-totals-wrapper:has(.wc-block-components-totals-shipping){display:none!important}
.lc-history-cinematic{position:relative;overflow:hidden}
.lc-history-photo{display:block;width:100%;border:0;padding:0;margin:0;background:#111;overflow:hidden;cursor:zoom-in;text-align:left}
.lc-history-photo img{width:100%;height:100%;display:block;object-fit:cover;will-change:transform,filter}
.lc-motion-ready .lc-history-cinematic.is-visible .lc-history-photo img{animation:lc-alma-cinema 1.35s cubic-bezier(.16,.8,.24,1) both}
@keyframes lc-alma-cinema{from{transform:scale(1.085) translate3d(0,12px,0);filter:saturate(.55) contrast(1.12) brightness(.82)}to{transform:scale(1.018) translate3d(0,0,0);filter:saturate(.78) contrast(1.08) brightness(.96)}}
@media(hover:hover){.lc-history-cinematic:hover .lc-history-photo img{transform:scale(1.055);filter:saturate(.94) contrast(1.1) brightness(1)}}
@media(prefers-reduced-motion:reduce){.lc-history-photo img{animation:none!important;transition:none!important;transform:none!important}}

/* ===== v6.6.36.css ===== */
/* V6.6.36 — deliberately no touch/pointer/z-index overrides on WooCommerce's
   native Place Order button. Mobile behavior is handled by a narrow iOS touch
   bridge that invokes the existing React click handler. Visual design remains
   inherited from v6.6.css. */

/* ===== v6.6.39.css ===== */
/* V6.6.39 — Checkout reliability.
   Never hide WooCommerce billing/address validation fields with legacy LC classes. */
body.woocommerce-checkout .wc-block-checkout .lc-billing-collapsed,
body.woocommerce-checkout .wc-block-checkout .lc-invoice-native-collapsed{display:revert!important;}

/* ===== v6.6.40.css ===== */
/* LACOLADERA 6.6.40 — factura fiscal discreta, checkout nativo intacto */
body.woocommerce-checkout .lc-invoice-minimal{margin:10px 0 20px!important;padding:0!important;border:0!important;background:transparent!important}
body.woocommerce-checkout .lc-invoice-disclosure{appearance:none!important;border:0!important;background:transparent!important;color:#777!important;padding:3px 0!important;font:600 11px/1.35 Arial,sans-serif!important;letter-spacing:.02em!important;text-decoration:underline!important;text-underline-offset:3px!important;cursor:pointer!important}
body.woocommerce-checkout .lc-invoice-disclosure span{display:inline-block;margin-left:4px;font-weight:900!important;text-decoration:none!important}
body.woocommerce-checkout .lc-invoice-panel{margin-top:10px!important;padding:13px 14px!important;border:1px solid #ded8ce!important;background:#faf8f3!important}
body.woocommerce-checkout .lc-invoice-panel[hidden]{display:none!important}
body.woocommerce-checkout .lc-invoice-panel p{margin:0 0 10px!important;font:500 12px/1.4 Arial,sans-serif!important;color:#555!important}
body.woocommerce-checkout .lc-invoice-panel .lc-invoice-choices{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
body.woocommerce-checkout .lc-invoice-panel button[data-invoice]{border:1px solid #cfc9bf!important;border-radius:999px!important;padding:7px 12px!important;background:#fff!important;color:#555!important;font:800 11px/1 Arial,sans-serif!important;text-decoration:none!important}
body.woocommerce-checkout .lc-invoice-panel button[data-invoice].is-selected{background:#0d0d0c!important;border-color:#0d0d0c!important;color:#fff!important}
body.woocommerce-checkout .lc-invoice-panel small{display:block!important;margin-top:9px!important;color:#777!important;font:500 10px/1.4 Arial,sans-serif!important}
body.woocommerce-checkout .lc-billing-note{margin:-2px 0 15px!important;max-width:520px;color:#666!important;font:500 12px/1.45 Arial,sans-serif!important}

/* ===== v6.6.55.css ===== */
/* 6.6.55 — surgical additions on stable 6.6.40. No cart/payment geometry overrides. */
body.page-template-default .lc-legal-page{max-width:900px;margin:auto;padding:clamp(70px,9vw,130px) var(--pad)}
body.page-template-default .lc-legal-page h1{font:clamp(52px,8vw,92px)/.9 Impact,'Arial Narrow',sans-serif;text-transform:uppercase;margin:0 0 50px}
body.page-template-default .lc-legal-page h2{font:clamp(28px,4vw,42px)/1 Impact,'Arial Narrow',sans-serif;text-transform:uppercase;margin:42px 0 12px}
body.page-template-default .lc-legal-page p{font-size:16px;line-height:1.7;max-width:760px}
.lc-footer-legal{display:flex;flex-wrap:wrap;gap:5px 18px;margin-top:18px;padding-top:14px;border-top:1px solid #ffffff2b}
.lc-footer-legal a{color:#bbb!important;font-size:10px!important}
.lc-footer-trust{display:grid;gap:9px;margin-top:20px;padding-top:18px;border-top:1px solid #ffffff2b}
.lc-footer-trust span{font-size:10px;font-weight:800;letter-spacing:.045em;text-transform:uppercase;color:#fff}
body.page-template-page-coyoacan .lc-coyo-actions .lc-btn-with-icon svg{color:#0d0d0c!important;fill:currentColor!important}
@media(max-width:850px){.lc-footer{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:34px 26px!important;padding:48px 24px 24px!important}.lc-footer-brand{grid-column:1/-1!important}.lc-footer-brand>p{max-width:520px}.lc-footer-visit,.lc-footer-hours{min-width:0!important}.lc-footer-visit p,.lc-footer-hours p,.lc-footer a{overflow-wrap:anywhere}.lc-footer-legal{display:grid;gap:8px;margin-top:16px}.lc-footer-trust{gap:8px;margin-top:16px}.lc-footer-trust span{font-size:9px;line-height:1.35}.lc-footer-end{margin-top:4px}.lc-footer-nav{grid-column:1!important;grid-row:2!important}.lc-footer-hours{grid-column:2!important;grid-row:2!important}.lc-footer-visit{grid-column:1/-1!important;grid-row:3!important;display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)!important;column-gap:26px!important;align-items:start!important}.lc-footer-visit>b,.lc-footer-visit>p,.lc-footer-visit>a{grid-column:1!important}.lc-footer-visit .lc-footer-legal,.lc-footer-visit .lc-footer-trust{grid-column:2!important}.lc-footer-visit .lc-footer-legal{grid-row:1/4!important;margin-top:0!important;padding-top:0!important;border-top:0!important}.lc-footer-visit .lc-footer-trust{margin-top:12px!important}}
@media(max-width:520px){.lc-footer{grid-template-columns:1fr 1fr!important;gap:30px 18px!important;padding-inline:20px!important}.lc-footer>div>b{font-size:9px}.lc-footer a,.lc-footer p{font-size:10px;line-height:1.45}.lc-footer-social{display:grid;grid-template-columns:1fr 1fr;gap:8px}.lc-footer-social a{min-width:0!important}.lc-footer-social a span{font-size:8px;overflow-wrap:anywhere}.lc-footer-trust span{font-size:8px;letter-spacing:.02em}.lc-footer-visit{grid-template-columns:1fr!important}.lc-footer-visit>b,.lc-footer-visit>p,.lc-footer-visit>a,.lc-footer-visit .lc-footer-legal,.lc-footer-visit .lc-footer-trust{grid-column:1!important}.lc-footer-visit .lc-footer-legal{grid-row:auto!important;margin-top:14px!important;padding-top:12px!important;border-top:1px solid #ffffff2b!important;grid-template-columns:1fr 1fr!important}.lc-footer-visit .lc-footer-trust{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}}

/* ===== v6.6.74.css ===== */
/* V6.6.74 — 404 mobile rebuilt independently from desktop. */
@media (max-width:767px){
  body.error404{overflow-x:hidden!important}
  .lc-error-v15{display:flex!important;flex-direction:column!important;min-height:auto!important;padding:34px 20px 72px!important;gap:24px!important;overflow:hidden!important}
  .lc-error-v15__copy{order:1!important;width:100%!important;padding:0!important;z-index:4!important}
  .lc-error-v15__eyebrow{font-size:10px!important;line-height:1.35!important;letter-spacing:.18em!important;margin:0 0 18px!important}
  .lc-error-v15 h1{font-size:clamp(68px,21vw,96px)!important;line-height:.78!important;letter-spacing:-.045em!important;margin:0!important}
  .lc-error-v15__lead{font-size:21px!important;line-height:1.15!important;margin:24px 0 22px!important;max-width:92%!important}
  .lc-error-v15__actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important}
  .lc-error-v15__primary,.lc-error-v15__secondary{width:100%!important;min-height:54px!important;padding:0 18px!important;box-sizing:border-box!important;font-size:12px!important}
  .lc-error-v15__art{order:2!important;position:relative!important;width:100%!important;min-height:330px!important;display:grid!important;place-items:center!important;margin:0!important}
  .lc-error-v15__halo{width:min(76vw,300px)!important;max-width:300px!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%) rotate(-7deg)!important;box-shadow:14px 14px 0 #e83028!important}
  .lc-error-v15__cupwrap{width:min(66vw,265px)!important;max-width:265px!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin:0 auto!important}
  .lc-error-v15__cupwrap img{width:100%!important;max-width:100%!important;height:auto!important}
  .lc-error-v15__scribble{position:absolute!important;left:50%!important;right:auto!important;bottom:-2px!important;transform:translateX(-50%) rotate(-2deg)!important;width:92%!important;max-width:290px!important;text-align:center!important;font-size:10px!important;line-height:1.35!important}
  .lc-error-v15:before{font-size:70vw!important;left:50%!important;bottom:-.08em!important;transform:translateX(-50%)!important}
}

/* ===== v6.6.75.css ===== */
/* LACOLADERA 6.6.75 — Conversion & Motion
   Microinteracciones sólo para CTA editoriales. Los botones de acción conservan su comportamiento estable. */
.lc-link,.lc-editorial-cta{
  position:relative;
  border-bottom:0!important;
  text-decoration:none!important;
  overflow:visible;
  isolation:isolate;
}
.lc-link::before,.lc-editorial-cta::before{
  content:"";
  position:absolute;
  left:0;right:0;bottom:1px;
  height:2px;
  background:currentColor;
  transform:scaleX(.18);
  transform-origin:left center;
  opacity:.72;
  transition:transform .42s cubic-bezier(.22,.75,.2,1),opacity .2s ease;
}
.lc-link .lc-cta-arrow,.lc-editorial-cta .lc-cta-arrow{
  display:inline-block;
  margin-left:.45em;
  transition:transform .22s cubic-bezier(.22,.75,.2,1);
  will-change:transform;
}
.lc-link.lc-cta-inview::before,.lc-editorial-cta.lc-cta-inview::before{transform:scaleX(1);opacity:1}
.lc-link.lc-cta-inview .lc-cta-arrow,.lc-editorial-cta.lc-cta-inview .lc-cta-arrow{animation:lc-cta-nudge .52s .14s cubic-bezier(.22,.75,.2,1) 1}
@keyframes lc-cta-nudge{0%,100%{transform:translateX(0)}52%{transform:translateX(7px)}}
@media (hover:hover) and (pointer:fine){
  .lc-link:hover,.lc-editorial-cta:hover{opacity:1!important}
  .lc-link:hover::before,.lc-editorial-cta:hover::before{transform:scaleX(1.08)}
  .lc-link:hover .lc-cta-arrow,.lc-editorial-cta:hover .lc-cta-arrow{transform:translateX(8px)}
}
.lc-link.is-pressing::before,.lc-editorial-cta.is-pressing::before{transform:scaleX(1.08)}
.lc-link.is-pressing .lc-cta-arrow,.lc-editorial-cta.is-pressing .lc-cta-arrow{transform:translateX(7px)}
.lc-coyo-architecture .lc-editorial-cta{margin-top:24px}
.lc-alma-closing-cta{margin-top:34px}
.lc-shop-hero-cta{margin-top:22px}
@media(max-width:850px){
  .lc-link,.lc-editorial-cta{min-height:48px;padding-top:12px;padding-bottom:10px;font-size:13px}
  .lc-coyo-architecture .lc-editorial-cta,.lc-alma-closing-cta,.lc-shop-hero-cta{margin-top:20px}
}
@media(prefers-reduced-motion:reduce){
  .lc-link::before,.lc-editorial-cta::before{transform:scaleX(1)!important;transition:none!important}
  .lc-link .lc-cta-arrow,.lc-editorial-cta .lc-cta-arrow{animation:none!important;transition:none!important;transform:none!important}
}

/* ===== v6.6.76.css ===== */
/* V6.6.76 — Stable controls + cinematic media. No layout overrides. */
/* A consistent photographic grade for content-managed Coyoacán imagery. */
.lc-coyo .lc-photo img,
.lc-place > img,
.lc-coyo-architecture img,
.lc-moment img{
  filter:saturate(.80) contrast(1.07) brightness(.94);
}
.lc-coyo .lc-photo,
.lc-place,
.lc-coyo-architecture figure,
.lc-moment{isolation:isolate}
.lc-coyo .lc-photo:after,
.lc-coyo-architecture figure:after,
.lc-moment:after{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:1;
  background:linear-gradient(180deg,rgba(10,9,7,.02) 35%,rgba(10,9,7,.24) 100%);
  mix-blend-mode:multiply;
}
.lc-moment span{z-index:2}
.lc-coyo-photo-hero{
  background-image:linear-gradient(90deg,rgba(5,5,4,.92) 0%,rgba(5,5,4,.62) 48%,rgba(5,5,4,.18) 100%),var(--lc-coyo-hero-image);
}
@media(max-width:560px){
  .lc-coyo-photo-hero{background-image:linear-gradient(180deg,rgba(5,5,4,.40),rgba(5,5,4,.92) 78%),var(--lc-coyo-hero-image)}
}

/* ===== v6.6.82-performance-commerce.css ===== */
/* LACOLADERA 6.6.81 — surgical performance + commerce/story polish */
/* Historical story templates had viewport-like blank space from legacy hero rules. */
body.single-post .lc-article>header{min-height:0!important;height:auto!important;padding:clamp(96px,11vw,170px) clamp(22px,7vw,110px) clamp(48px,7vw,92px)!important;align-items:end!important}
body.single-post .lc-article>header>div{max-width:980px!important}
body.single-post .lc-article>header h1{margin:.18em 0 .24em!important;max-width:13ch!important;line-height:.88!important}
body.single-post .lc-article>header p{max-width:720px!important;margin:0!important}
body.single-post .lc-block-story{padding-top:clamp(42px,6vw,84px)!important}
body.single-post .lc-story-newsletter{position:relative;overflow:hidden;border:3px solid #0d0d0c;box-shadow:12px 12px 0 #e83028;padding:clamp(34px,6vw,72px)!important}
body.single-post .lc-story-newsletter:before{content:'↘';position:absolute;right:clamp(18px,3vw,42px);top:clamp(16px,3vw,34px);font:900 clamp(36px,5vw,70px)/1 Arial,sans-serif;transform:rotate(4deg)}
body.single-post .lc-story-newsletter>small{display:inline-block;font-weight:900;letter-spacing:.16em;border-bottom:4px solid #0d0d0c;padding-bottom:7px}
body.single-post .lc-story-newsletter h2{font-weight:900!important;max-width:12ch!important;margin:.26em 0 .22em!important;font-size:clamp(48px,7vw,96px)!important;line-height:.84!important;letter-spacing:-.035em}
body.single-post .lc-story-newsletter p{font-size:clamp(18px,2vw,25px)!important;max-width:640px;margin:0 0 28px!important}
body.single-post .lc-story-newsletter .lc-native-newsletter>div{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;max-width:720px}
body.single-post .lc-story-newsletter input,body.single-post .lc-story-newsletter button{min-height:58px!important}
/* Reserve media geometry to reduce CLS without changing the visual language. */
img{height:auto;max-width:100%}
.lc-home77-product-image img,.lc-product-hero-photo img,.lc-product-visual img{display:block}
@media(max-width:700px){body.single-post .lc-article>header{padding:78px 22px 42px!important}body.single-post .lc-story-newsletter{margin-inline:18px!important;padding:32px 24px!important;box-shadow:7px 7px 0 #e83028}body.single-post .lc-story-newsletter h2{font-size:clamp(40px,13vw,64px)!important}body.single-post .lc-story-newsletter .lc-native-newsletter>div{grid-template-columns:1fr!important}body.single-post .lc-story-newsletter button{width:100%!important}}

/* V6.6.82 — safe below-the-fold rendering. No animation or visual is removed. */
@supports (content-visibility:auto){
 body.home .lc-home77-story,body.home .lc-home77-coyo,body.home .lc-home77-moments,body.home .lc-home77-editorial-band,body.home .lc-home77-community,body.home .lc-home77-social,body.home .lc-home77-news{content-visibility:auto;contain-intrinsic-size:900px}
}
body.single-post .lc-article>header p{color:var(--story-text)!important}

/* ===== v6.7.08.css ===== */

/* 6.7.08 — surgical product polish: no stale size badge on the tilted photo + premium yield indicator. */
body.single-product .lc-product-hero-photo figcaption{justify-content:flex-start}
body.single-product .lc-product-hero-photo figcaption em{max-width:100%}
body.single-product .lc-coffee-yield{position:relative;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:13px;margin:4px 0 17px;padding:13px 14px 12px;background:#0d0d0c;color:#f4efe5;border:2px solid #0d0d0c;box-shadow:5px 5px 0 #fbba00;overflow:hidden}
body.single-product .lc-coffee-yield:after{content:'';position:absolute;right:-24px;top:-33px;width:78px;height:78px;border:2px solid rgba(251,186,0,.35);border-radius:50%;pointer-events:none}
body.single-product .lc-coffee-yield__cup{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fbba00;color:#0d0d0c;transform:rotate(-4deg)}
body.single-product .lc-coffee-yield__cup svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}
body.single-product .lc-coffee-yield__copy{display:flex;min-width:0;flex-direction:column;gap:1px}
body.single-product .lc-coffee-yield__copy small{font:900 8px/1.1 Arial,sans-serif;letter-spacing:.15em;color:#fbba00}
body.single-product .lc-coffee-yield__copy strong{font:900 clamp(19px,2vw,25px)/.95 Impact,'Arial Narrow',Arial,sans-serif;letter-spacing:.02em;color:#f4efe5}
body.single-product .lc-coffee-yield__copy em{font:800 9px/1.2 Arial,sans-serif;letter-spacing:.1em;color:#bdb7ae;font-style:normal;text-transform:uppercase}
body.single-product .lc-coffee-yield.is-large{box-shadow:5px 5px 0 #e83028}
body.single-product .lc-coffee-yield.is-large .lc-coffee-yield__cup{transform:rotate(4deg)}
@media(max-width:640px){body.single-product .lc-coffee-yield{grid-template-columns:46px 1fr;gap:11px;padding:12px;margin-bottom:15px}body.single-product .lc-coffee-yield__cup{width:42px;height:42px}body.single-product .lc-coffee-yield__cup svg{width:26px;height:26px}}

/* Checkout: while Store API reconciles a delivery-method change, block only the delivery radio row from receiving a second accidental tap. */
body.woocommerce-checkout .lc-delivery-settling .lc-delivery-choice{transition:opacity .16s ease}
body.woocommerce-checkout .lc-delivery-settling .lc-delivery-choice:has(input[type="radio"]:not(:checked)){pointer-events:none}

/* 6.7.11 — Content system: archive, stories, newsletter and guided products. */

/* HISTORIAS ARCHIVE */
body.page-template-page-historias .lc-historias-archive{padding:clamp(70px,7vw,115px) max(var(--pad),calc((100vw - 1560px)/2));}
body.page-template-page-historias .lc-historias-head{max-width:1400px;margin:0 0 clamp(55px,7vw,95px);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:clamp(30px,6vw,100px);align-items:end}
body.page-template-page-historias .lc-historias-head small{grid-column:1/-1;width:max-content}
body.page-template-page-historias .lc-historias-head h1{margin:18px 0 0;font-size:clamp(74px,9.4vw,154px);line-height:.78;letter-spacing:-.025em;max-width:10.5ch}
body.page-template-page-historias .lc-historias-head h1 span{display:block;color:var(--ink)!important}
body.page-template-page-historias .lc-historias-head h1 span:last-child{color:var(--red)!important}
body.page-template-page-historias .lc-historias-head p{margin:0 0 8px;max-width:560px;font:clamp(18px,1.6vw,24px)/1.45 Georgia,serif;border-left:6px solid var(--yellow);padding-left:20px}
body.page-template-page-historias .lc-historias-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(34px,5vw,74px) clamp(26px,4vw,58px)}
body.page-template-page-historias .lc-historias-grid article{min-width:0}
body.page-template-page-historias .lc-historias-grid article a{display:block}
body.page-template-page-historias .lc-historias-grid img,body.page-template-page-historias .lc-post-placeholder{height:auto;aspect-ratio:16/9;object-fit:cover;border:2px solid var(--ink)}
body.page-template-page-historias .lc-historias-grid article:nth-child(even) img,body.page-template-page-historias .lc-historias-grid article:nth-child(even) .lc-post-placeholder{transform:rotate(.45deg)}
body.page-template-page-historias .lc-historias-grid article:nth-child(odd) img,body.page-template-page-historias .lc-historias-grid article:nth-child(odd) .lc-post-placeholder{transform:rotate(-.35deg)}
body.page-template-page-historias .lc-historias-grid small{display:inline-block;margin-top:15px;border-bottom:3px solid var(--yellow)}
body.page-template-page-historias .lc-historias-grid h2{margin:9px 0 7px;font-size:clamp(34px,3.2vw,55px);line-height:.86;letter-spacing:-.015em}
body.page-template-page-historias .lc-historias-grid p{max-width:680px;margin:0 0 12px;font-size:16px;line-height:1.45}
body.page-template-page-historias .lc-historias-grid b{display:inline-block;padding-bottom:5px;border-bottom:2px solid var(--red)}

/* STORY COMPOSITION — safe presets. */
body.single-post .lc-article>header{width:min(1480px,100%);max-width:none!important;margin:0 auto;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr)!important;gap:clamp(34px,5vw,84px)!important;padding:clamp(80px,8vw,132px) clamp(24px,6vw,96px) clamp(52px,6vw,88px)!important;align-items:center!important}
body.single-post .lc-article>header>div{max-width:720px!important;min-width:0}
body.single-post .lc-article>header h1{font-size:clamp(56px,6.2vw,104px)!important;line-height:.82!important;max-width:9.5ch!important;overflow-wrap:normal;word-break:normal;hyphens:none}
body.single-post .lc-story-title-medium>header h1{font-size:clamp(48px,5.2vw,84px)!important}
body.single-post .lc-story-title-massive>header h1{font-size:clamp(64px,7.5vw,124px)!important;max-width:8.5ch!important}
body.single-post .lc-article>header figure{width:100%;min-width:0;align-self:center}
body.single-post .lc-article>header figure img{display:block;width:100%;height:clamp(420px,54vw,700px)!important;object-fit:cover}
body.single-post .lc-story-hero-type>header{grid-template-columns:minmax(0,1fr)!important}
body.single-post .lc-story-hero-type>header>div{max-width:1050px!important}
body.single-post .lc-story-hero-type>header h1{max-width:12ch!important}
body.single-post .lc-story-hero-image>header{min-height:min(82vh,820px)!important;align-items:end!important}
body.single-post .lc-block-story{max-width:940px!important;padding-inline:clamp(22px,4vw,54px)!important}
body.single-post .lc-story-width-wide .lc-block-story{max-width:1180px!important}
body.single-post .lc-block-story>:where(p,ul,ol){max-width:820px;margin-left:auto;margin-right:auto}
body.single-post .lc-block-story>h2,body.single-post .lc-block-story>h3,body.single-post .lc-block-story>blockquote{max-width:900px;margin-left:auto;margin-right:auto}
body.single-post .lc-story-gallery{margin-top:56px!important;margin-bottom:56px!important}

/* PREMIUM LETTERS CARD */
body.single-post .lc-story-newsletter-premium{width:min(1180px,calc(100% - 48px));margin:clamp(80px,10vw,150px) auto!important;background:#fbba00!important;color:#0d0d0c!important;border:3px solid #0d0d0c!important;box-shadow:14px 14px 0 #e83028!important;padding:clamp(38px,6vw,76px)!important;position:relative;overflow:hidden}
body.single-post .lc-story-newsletter-premium:before{content:'↘';position:absolute;right:clamp(22px,4vw,54px);top:clamp(20px,3vw,42px);font:900 clamp(42px,6vw,78px)/1 Arial,sans-serif;transform:rotate(-4deg)}
body.single-post .lc-story-newsletter-premium:after{content:'CARTAS  CARTAS  CARTAS';position:absolute;right:-.08em;bottom:-.18em;font:900 clamp(86px,13vw,190px)/.8 Impact,'Arial Narrow',sans-serif;color:#0d0d0c08;white-space:nowrap;pointer-events:none}
body.single-post .lc-story-newsletter-premium>small{display:inline-block;font-weight:900;letter-spacing:.18em;border-bottom:4px solid #0d0d0c;padding-bottom:7px;position:relative;z-index:1}
body.single-post .lc-story-newsletter-premium h2{font-family:Impact,'Arial Narrow',sans-serif!important;font-size:clamp(54px,7.2vw,104px)!important;line-height:.8!important;letter-spacing:-.025em!important;max-width:10ch!important;margin:.3em 0 .22em!important;position:relative;z-index:1}
body.single-post .lc-story-newsletter-premium h2 span{display:block}
body.single-post .lc-story-newsletter-premium p{font:clamp(18px,2vw,25px)/1.4 Arial,sans-serif!important;max-width:650px!important;margin:0 0 28px!important;position:relative;z-index:1}
body.single-post .lc-story-newsletter-premium form{position:relative;z-index:1;max-width:720px}
body.single-post .lc-story-newsletter-premium .lc-native-newsletter>div{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;border:3px solid #0d0d0c!important;background:#fff!important}
body.single-post .lc-story-newsletter-premium input{min-height:62px!important;border:0!important;background:#fff!important;padding:0 18px!important}
body.single-post .lc-story-newsletter-premium button{min-height:62px!important;border:0!important;background:#0d0d0c!important;color:#fff!important;padding:0 28px!important;font-weight:900!important}

/* GUIDED PRODUCTS: only products created by the container. */
body.lc-builder-product-page{--lc-pb-accent:#fbba00}
body.lc-builder-product-accent-red{--lc-pb-accent:#e83028}body.lc-builder-product-accent-black{--lc-pb-accent:#0d0d0c}
body.lc-builder-product-page #main-content{background:#f3efe7}
body.lc-builder-product-page #main-content>.container{width:min(1480px,calc(100% - 48px))!important;max-width:none!important;padding:clamp(70px,7vw,115px) 0!important}
body.lc-builder-product-page #left-area{width:100%!important;padding:0!important;float:none!important}
body.lc-builder-product-page #sidebar,body.lc-builder-product-page #main-content>.container:before{display:none!important}
body.lc-builder-product-page div.product{display:grid;grid-template-columns:minmax(360px,1fr) minmax(360px,.9fr);gap:clamp(42px,7vw,110px);align-items:start}
body.lc-builder-product-page div.product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;transform:rotate(-.7deg)}
body.lc-builder-product-page div.product .woocommerce-product-gallery__wrapper{border:3px solid #0d0d0c;background:#fff;box-shadow:10px 10px 0 var(--lc-pb-accent)}
body.lc-builder-product-page div.product .summary{width:auto!important;float:none!important;margin:0!important;padding-top:12px}
body.lc-builder-product-page .lc-builder-product-kicker{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:24px}
body.lc-builder-product-page .lc-builder-product-kicker small{font-weight:900;letter-spacing:.14em;border-bottom:4px solid var(--lc-pb-accent);padding-bottom:5px}
body.lc-builder-product-page .lc-builder-product-kicker span{font-size:10px;font-weight:900;background:#0d0d0c;color:#fff;padding:9px 11px;transform:rotate(1.5deg)}
body.lc-builder-product-page div.product .product_title{font:clamp(64px,7vw,112px)/.78 Impact,'Arial Narrow',sans-serif!important;text-transform:uppercase!important;letter-spacing:-.025em!important;margin:0 0 25px!important}
body.lc-builder-product-page div.product p.price{font:900 clamp(34px,4vw,60px)/1 Arial,sans-serif!important;color:#e83028!important;margin:0 0 26px!important}
body.lc-builder-product-page div.product .woocommerce-product-details__short-description{font:clamp(18px,1.6vw,23px)/1.5 Georgia,serif;max-width:620px;margin-bottom:30px}
body.lc-builder-product-page div.product form.cart{border-top:3px solid #0d0d0c;border-bottom:3px solid #0d0d0c;padding:24px 0;margin:26px 0!important}
body.lc-builder-product-page div.product .single_add_to_cart_button{min-height:60px!important;background:#0d0d0c!important;color:#fff!important;border-radius:0!important;padding:0 28px!important;font-weight:900!important;box-shadow:6px 6px 0 var(--lc-pb-accent)!important}
body.lc-builder-product-page .lc-builder-product-assurance{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;background:#0d0d0c;border:3px solid #0d0d0c;margin-top:clamp(38px,6vw,80px)}
body.lc-builder-product-page .lc-builder-product-assurance div{background:#f3efe7;padding:28px;display:flex;gap:16px;align-items:center;font-weight:800}
body.lc-builder-product-page .lc-builder-product-assurance b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--lc-pb-accent)}

@media(max-width:900px){
 body.page-template-page-historias .lc-historias-head{grid-template-columns:1fr}body.page-template-page-historias .lc-historias-head p{max-width:680px}body.page-template-page-historias .lc-historias-grid{grid-template-columns:1fr}
 body.single-post .lc-article>header{grid-template-columns:1fr!important;padding:74px 22px 42px!important}body.single-post .lc-article>header>div{max-width:760px!important}body.single-post .lc-article>header h1{font-size:clamp(54px,12vw,92px)!important;max-width:10ch!important}body.single-post .lc-article>header figure img{height:min(120vw,620px)!important}
 body.lc-builder-product-page div.product{grid-template-columns:1fr}body.lc-builder-product-page .lc-builder-product-assurance{grid-template-columns:1fr}
}
@media(max-width:640px){
 body.page-template-page-historias .lc-historias-archive{padding-left:20px;padding-right:20px}body.page-template-page-historias .lc-historias-head h1{font-size:16vw}
 body.single-post .lc-story-newsletter-premium{width:calc(100% - 32px);padding:32px 22px!important;box-shadow:7px 7px 0 #e83028!important}body.single-post .lc-story-newsletter-premium h2{font-size:13vw!important}body.single-post .lc-story-newsletter-premium .lc-native-newsletter>div{grid-template-columns:1fr!important}body.single-post .lc-story-newsletter-premium button{width:100%!important}
 body.lc-builder-product-page #main-content>.container{width:calc(100% - 32px)!important}body.lc-builder-product-page div.product .product_title{font-size:16vw!important}.lc-builder-product-kicker{align-items:flex-start!important;flex-direction:column}
}

/* LACOLADERA 6.7.12 — delivery plan + operations polish */
.lc-delivery-plan{margin:30px 0 12px;padding:clamp(24px,3vw,38px);border:3px solid #0d0d0c;background:#f3efe7;box-shadow:8px 8px 0 #e83028;color:#0d0d0c}
.lc-delivery-plan header{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);gap:12px 36px;align-items:end;margin-bottom:34px}
.lc-delivery-plan header>small{grid-column:1/-1;width:max-content;padding-bottom:4px;border-bottom:4px solid #fbba00;font:900 9px/1 Arial,sans-serif;letter-spacing:.15em}
.lc-delivery-plan h3{margin:0;font:clamp(34px,4vw,58px)/.84 Impact,'Arial Narrow',sans-serif;text-transform:uppercase;letter-spacing:-.015em}
.lc-delivery-plan h3 span{display:block}.lc-delivery-plan header p{margin:0;font:clamp(17px,1.45vw,21px)/1.45 Georgia,serif}
.lc-delivery-plan__track{display:grid;grid-template-columns:1fr minmax(50px,.55fr) 1fr minmax(50px,.55fr) 1fr;align-items:center;gap:16px}
.lc-delivery-plan__track>i{height:3px;background:#0d0d0c;position:relative}.lc-delivery-plan__track>i:before,.lc-delivery-plan__track>i:after{content:'';position:absolute;top:50%;width:10px;height:10px;margin-top:-5px;border-radius:50%;background:#0d0d0c}.lc-delivery-plan__track>i:before{left:-2px}.lc-delivery-plan__track>i:after{right:-2px}
.lc-delivery-plan article{display:grid;justify-items:start;gap:4px;min-width:0}.lc-delivery-icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:8px;color:#0d0d0c}.lc-delivery-icon svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.lc-delivery-plan article b{font:900 15px/1 Arial,sans-serif;letter-spacing:.08em;color:#e83028}.lc-delivery-plan article strong{font:900 15px/1.05 Arial,sans-serif;letter-spacing:.04em}.lc-delivery-plan article em{font:14px/1.3 Arial,sans-serif;color:#67635d;font-style:normal}.lc-delivery-plan__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:27px;padding-top:14px;border-top:1px solid rgba(13,13,12,.2)}.lc-delivery-plan__note{display:block;max-width:680px;font:11px/1.4 Arial,sans-serif;color:#67635d}.lc-delivery-plan__footer a{flex:0 0 auto;color:#e83028!important;text-decoration:none;border-bottom:2px solid currentColor;padding-bottom:4px;font:900 10px/1 Arial,sans-serif;letter-spacing:.08em}
@media(max-width:760px){.lc-delivery-plan{margin-top:22px;padding:22px 18px;box-shadow:6px 6px 0 #e83028}.lc-delivery-plan header{display:block}.lc-delivery-plan header p{margin-top:16px}.lc-delivery-plan__track{grid-template-columns:1fr;gap:13px}.lc-delivery-plan__track>i{width:3px;height:28px;margin-left:27px}.lc-delivery-plan__track>i:before,.lc-delivery-plan__track>i:after{left:50%;right:auto;margin-left:-5px}.lc-delivery-plan__track>i:before{top:-1px}.lc-delivery-plan__track>i:after{top:auto;bottom:-5px}.lc-delivery-plan article{grid-template-columns:58px 1fr;column-gap:14px;align-items:center}.lc-delivery-plan article .lc-delivery-icon{grid-row:1/4;margin:0}.lc-delivery-plan article b,.lc-delivery-plan article strong,.lc-delivery-plan article em{grid-column:2}.lc-delivery-plan h3{font-size:39px}.lc-delivery-plan__footer{display:block}.lc-delivery-plan__footer a{display:inline-block;margin-top:14px}}

/* LACOLADERA 6.7.13 — editorial delivery, compact checkout, less friction */
.lc-delivery-plan--product{position:relative;margin:20px 0 10px;padding:18px 20px 17px;border:1.5px solid rgba(13,13,12,.58);background:rgba(243,239,231,.78);box-shadow:none;overflow:hidden}
.lc-delivery-plan--product:before{content:'';position:absolute;left:0;top:0;width:100%;height:2px;background:#e83028;transform:scaleX(0);transform-origin:left;animation:lcDeliveryDraw .85s .12s cubic-bezier(.2,.7,.2,1) forwards}
.lc-delivery-plan--product header{display:grid;grid-template-columns:minmax(180px,.72fr) 1.28fr;gap:5px 26px;align-items:end;margin:0 0 18px}
.lc-delivery-plan--product header>small{grid-column:1/-1;border:0;padding:0;font-size:8px;letter-spacing:.17em;color:#6b665f}
.lc-delivery-plan--product h3{font-size:clamp(25px,2.5vw,36px);line-height:.88;letter-spacing:-.01em}
.lc-delivery-plan--product header p{font:15px/1.38 Georgia,serif;max-width:560px}
.lc-delivery-plan--product .lc-delivery-plan__track{grid-template-columns:1fr minmax(30px,.35fr) 1fr minmax(30px,.35fr) 1fr;gap:9px}
.lc-delivery-plan--product .lc-delivery-icon{width:35px;height:35px;margin-bottom:4px;transition:transform .28s ease}
.lc-delivery-plan--product:hover .lc-delivery-icon{transform:translateY(-2px)}
.lc-delivery-plan--product .lc-delivery-icon svg{width:32px;height:32px;stroke-width:3.2}
.lc-delivery-plan--product article{gap:2px}.lc-delivery-plan--product article b{font-size:11px;color:#e83028}.lc-delivery-plan--product article strong{font-size:11px}.lc-delivery-plan--product article em{font-size:11px;color:#77716a}
.lc-delivery-plan--product .lc-delivery-plan__track>i{height:1px;opacity:.55}.lc-delivery-plan--product .lc-delivery-plan__track>i:before,.lc-delivery-plan--product .lc-delivery-plan__track>i:after{width:5px;height:5px;margin-top:-2px}
.lc-delivery-plan--product .lc-delivery-plan__footer{margin-top:15px;padding-top:10px;gap:18px}.lc-delivery-plan--product .lc-delivery-plan__note{font-size:9px;line-height:1.35}.lc-delivery-plan--product .lc-delivery-plan__footer a{font-size:9px;border-bottom-width:1px}
@keyframes lcDeliveryDraw{to{transform:scaleX(1)}}

.lc-delivery-checkout{position:relative;display:grid;grid-template-columns:auto 1fr;gap:8px 12px;margin:14px 0 18px;padding:13px 14px 11px;border:1px solid rgba(13,13,12,.24);background:#f7f4ee;color:#0d0d0c;overflow:hidden;animation:lcDeliveryIn .38s cubic-bezier(.2,.7,.2,1) both}
.lc-delivery-checkout:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:2px;background:#fbba00;transform-origin:left;animation:lcDeliveryDraw .8s .1s both}
.lc-delivery-checkout__mark{grid-row:1/3;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#0d0d0c;color:#fff;font:700 15px/1 Arial;transform:rotate(-8deg)}
.lc-delivery-checkout__copy{display:flex;align-items:baseline;flex-wrap:wrap;gap:3px 9px;min-width:0}.lc-delivery-checkout__copy small{font:900 8px/1 Arial;letter-spacing:.13em;color:#77716a}.lc-delivery-checkout__copy strong{font:900 14px/1 Arial}.lc-delivery-checkout__copy em{font:11px/1.2 Arial;color:#77716a;font-style:normal}
.lc-delivery-checkout__steps{grid-column:2;display:flex;align-items:center;gap:6px;min-width:0;white-space:nowrap;overflow:hidden}.lc-delivery-checkout__steps i{width:5px;height:5px;border-radius:50%;background:#e83028;flex:0 0 auto}.lc-delivery-checkout__steps span{font:800 8px/1 Arial;letter-spacing:.06em;color:#6e6962;overflow:hidden;text-overflow:ellipsis}
@keyframes lcDeliveryIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}

@media(max-width:640px){
 .lc-delivery-plan--product{margin:15px 0 8px;padding:15px 14px 13px}
 .lc-delivery-plan--product header{display:block;margin-bottom:14px}.lc-delivery-plan--product header>small{display:block;margin-bottom:5px}.lc-delivery-plan--product h3{font-size:27px;max-width:360px}.lc-delivery-plan--product header p{margin-top:7px;font-size:13px;line-height:1.3}
 .lc-delivery-plan--product .lc-delivery-plan__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;position:relative;align-items:start}
 .lc-delivery-plan--product .lc-delivery-plan__track>i{display:none}.lc-delivery-plan--product article{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding-right:2px}.lc-delivery-plan--product .lc-delivery-icon{width:28px;height:28px;margin-bottom:4px}.lc-delivery-plan--product .lc-delivery-icon svg{width:26px;height:26px}.lc-delivery-plan--product article b{font-size:9px;white-space:nowrap}.lc-delivery-plan--product article strong{font-size:9px;line-height:1.12}.lc-delivery-plan--product article em{display:none}
 .lc-delivery-plan--product .lc-delivery-plan__footer{margin-top:11px;padding-top:8px;display:flex;align-items:center}.lc-delivery-plan--product .lc-delivery-plan__note{font-size:8px;max-width:72%}.lc-delivery-plan--product .lc-delivery-plan__footer a{margin:0;font-size:8px}
 .lc-delivery-checkout{margin:10px 0 13px;padding:10px 11px 9px;grid-template-columns:25px 1fr;gap:5px 9px}.lc-delivery-checkout__mark{width:25px;height:25px;font-size:12px}.lc-delivery-checkout__copy{gap:2px 6px}.lc-delivery-checkout__copy small{font-size:7px}.lc-delivery-checkout__copy strong{font-size:12px}.lc-delivery-checkout__copy em{display:none}.lc-delivery-checkout__steps{gap:4px}.lc-delivery-checkout__steps span{font-size:7px}.lc-delivery-checkout__steps i{width:4px;height:4px}
}
@media(prefers-reduced-motion:reduce){.lc-delivery-plan--product:before,.lc-delivery-checkout,.lc-delivery-checkout:after{animation:none!important;transform:none!important}.lc-delivery-icon{transition:none!important}}


/* ===== 6.7.14 FINAL POLISH — surgical overrides ===== */
/* Delivery connectors: real arrow direction + subtle moving cue. */
.lc-delivery-plan--product .lc-delivery-plan__track>i{display:block;position:relative;height:1px;background:rgba(13,13,12,.42);overflow:visible}
.lc-delivery-plan--product .lc-delivery-plan__track>i:before{content:'';position:absolute;right:-1px;top:50%;width:7px;height:7px;border-top:1.5px solid #0d0d0c;border-right:1.5px solid #0d0d0c;background:transparent;border-radius:0;transform:translateY(-50%) rotate(45deg);margin:0}
.lc-delivery-plan--product .lc-delivery-plan__track>i:after{content:'';position:absolute;left:0;top:50%;width:5px;height:5px;border-radius:50%;background:#e83028;transform:translateY(-50%);margin:0;animation:lcDeliveryTravel 2.7s cubic-bezier(.4,0,.2,1) infinite}
.lc-delivery-plan--product .lc-delivery-plan__track>i:nth-of-type(2):after{animation-delay:.42s}
@keyframes lcDeliveryTravel{0%,14%{left:0;opacity:0}24%{opacity:1}72%{opacity:1}86%,100%{left:calc(100% - 6px);opacity:0}}
@keyframes lcDeliveryArrowNudge{0%,70%,100%{transform:translateX(0)}82%{transform:translateX(3px)}}

/* PayPal: centre on desktop and place on a quiet cream tray so yellow-on-yellow
   never disappears on mobile. Gateway owns its actual button; we only frame it. */
body.single-product .lc-paypal-tray{box-sizing:border-box!important;width:min(100%,820px)!important;max-width:820px!important;margin:12px auto 4px!important;padding:8px!important;background:#f3efe7!important;border:1px solid rgba(13,13,12,.28)!important;border-radius:8px!important;overflow:hidden!important}
body.single-product .lc-paypal-tray iframe,body.single-product .lc-paypal-tray>div{display:block!important;width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}

/* Checkout estimate remains intentionally tiny; it is reassurance, not another section. */
body.woocommerce-checkout .lc-delivery-checkout{max-width:680px;margin:10px auto 14px!important}

@media(max-width:760px){
  .lc-delivery-plan--product .lc-delivery-plan__track>i{display:none!important}
  .lc-delivery-plan--product article{position:relative}
  .lc-delivery-plan--product article:not(:last-of-type):after{content:'→';position:absolute;right:-8px;top:25px;color:#e83028;font:900 16px/1 Arial,sans-serif;animation:lcDeliveryArrowNudge 2.2s ease-in-out infinite}
  .lc-delivery-plan--product article:nth-of-type(2):after{animation-delay:.35s}
  body.single-product .lc-paypal-tray{width:calc(100% - 18px)!important;max-width:none!important;margin:10px auto 4px!important;padding:7px!important;background:#f3efe7!important;border-color:#0d0d0c!important;border-radius:7px!important}
  body.woocommerce-checkout .lc-delivery-checkout{max-width:none;margin:8px 0 11px!important}
}
@media(prefers-reduced-motion:reduce){.lc-delivery-plan--product .lc-delivery-plan__track>i:after,.lc-delivery-plan--product article:after{animation:none!important}}


/* 6.7.15 — surgical type polish: delivery estimate sentence uses the same
 * condensed editorial language as the assurance labels, at a quieter weight. */
.lc-delivery-plan--product header p{font-family:'Arial Narrow','Helvetica Neue',Arial,sans-serif!important;font-size:15px!important;font-weight:700!important;line-height:1.32!important;letter-spacing:.012em!important;color:#2f2d2a!important;max-width:560px}
@media(max-width:640px){.lc-delivery-plan--product header p{font-size:13px!important;line-height:1.28!important;letter-spacing:.01em!important}}


/* 6.7.31 — BUILDER MERCH ONLY: desktop hierarchy + editorial description.
   Finca El Izote never receives .lc-builder-product-page. */
.lc-builder-desktop-intro{display:none}
@media(min-width:761px){
 body.lc-builder-product-page div.product .summary{display:block!important;padding-top:4px!important}
 body.lc-builder-product-page div.product .summary>.lc-builder-product-kicker,
 body.lc-builder-product-page div.product .summary>.product_title,
 body.lc-builder-product-page div.product .summary>p.price,
 body.lc-builder-product-page div.product .summary>.woocommerce-product-details__short-description{display:none!important}
 body.lc-builder-product-page .lc-builder-desktop-intro{display:block;margin:0 0 48px;max-width:700px}
 body.lc-builder-product-page .lc-builder-desktop-intro__eyebrow{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:0 0 26px}
 body.lc-builder-product-page .lc-builder-desktop-intro__eyebrow small{display:inline-block;padding-bottom:5px;border-bottom:4px solid var(--lc-pb-accent);font:900 10px/1.1 Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
 body.lc-builder-product-page .lc-builder-desktop-intro__eyebrow span{padding:9px 12px;background:#0d0d0c;color:#fff;font:900 10px/1 Arial,sans-serif;letter-spacing:.06em;transform:rotate(1deg)}
 body.lc-builder-product-page .lc-builder-desktop-intro h1{margin:0 0 26px!important;font:clamp(70px,6.2vw,112px)/.79 Impact,'Arial Narrow',sans-serif!important;letter-spacing:-.025em!important;text-transform:uppercase!important}
 body.lc-builder-product-page .lc-builder-desktop-intro__excerpt{position:relative;margin:0 0 32px!important;padding:0 0 0 24px;max-width:46ch;font:clamp(20px,1.65vw,26px)/1.42 Georgia,'Times New Roman',serif;color:#242422}
 body.lc-builder-product-page .lc-builder-desktop-intro__excerpt:before{content:'';position:absolute;left:0;top:.12em;bottom:.12em;width:7px;background:var(--lc-pb-accent)}
 body.lc-builder-product-page .lc-builder-desktop-intro__price{margin-top:2px;color:#e83028;font:900 clamp(34px,3.2vw,52px)/1 Arial,sans-serif;letter-spacing:-.025em}
 body.lc-builder-product-page .lc-builder-desktop-intro__price .amount{color:inherit!important}
}
body.lc-builder-product-page .lc-builder-description{position:relative;margin:48px 0 46px!important;padding:34px 0 4px!important;border:0!important;border-top:2px solid #0d0d0c!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
body.lc-builder-product-page .lc-builder-description:after{content:'✦';right:0;top:28px;font-size:25px;color:var(--lc-pb-accent);opacity:.9}
body.lc-builder-product-page .lc-builder-description>small{display:inline-block;margin-bottom:15px;padding:0 0 5px!important;border:0!important;border-bottom:4px solid var(--lc-pb-accent)!important;font:900 9px/1.1 Arial,sans-serif!important;letter-spacing:.16em!important;color:#3c3c3b}
body.lc-builder-product-page .lc-builder-description h3{max-width:560px;margin:0!important;font:clamp(34px,3.1vw,50px)/.88 Impact,'Arial Narrow',sans-serif!important;letter-spacing:-.015em;text-transform:uppercase;color:#0d0d0c}
body.lc-builder-product-page .lc-builder-description__rule{width:64px;height:4px;margin:22px 0 23px!important;background:#e83028;transform:rotate(-1deg)}
body.lc-builder-product-page .lc-builder-description__copy{max-width:52ch!important;font:clamp(18px,1.4vw,21px)/1.68 Georgia,'Times New Roman',serif!important;color:#282826!important}
body.lc-builder-product-page .lc-builder-description__copy p{margin:0 0 1.05em!important}
@media(max-width:760px){
 .lc-builder-desktop-intro{display:none!important}
 body.lc-builder-product-page .lc-builder-description{margin:38px 0 34px!important;padding:28px 0 2px!important}
 body.lc-builder-product-page .lc-builder-description:after{top:24px;font-size:20px}
 body.lc-builder-product-page .lc-builder-description h3{max-width:88%;font-size:clamp(31px,9.5vw,43px)!important}
 body.lc-builder-product-page .lc-builder-description__rule{margin:18px 0 19px!important;width:52px}
 body.lc-builder-product-page .lc-builder-description__copy{font-size:18px!important;line-height:1.62!important}
}


/* 6.7.32 — BUILDER MERCH ONLY. Desktop composition now follows the same visual logic
   as the protected Izote experience: visual left, one coherent information column right.
   Finca El Izote never receives .lc-builder-product-page. */
@media(min-width:761px){
 body.lc-builder-product-page div.product{
   display:grid!important;
   grid-template-columns:minmax(0,1fr) minmax(390px,.82fr)!important;
   grid-template-areas:"gallery summary" "assurance assurance"!important;
   gap:clamp(34px,4.8vw,82px)!important;
   align-items:start!important;
 }
 body.lc-builder-product-page div.product>.woocommerce-product-gallery{
   grid-area:gallery!important;
   width:100%!important;
   min-width:0!important;
   align-self:start!important;
 }
 body.lc-builder-product-page div.product>.summary{
   grid-area:summary!important;
   display:block!important;
   width:auto!important;
   min-width:0!important;
   margin:0!important;
   padding:clamp(28px,4vw,68px) 0 32px!important;
   align-self:start!important;
 }
 /* retire the temporary duplicate desktop block; native Woo elements are the single source of truth */
 body.lc-builder-product-page .lc-builder-desktop-intro{display:none!important}
 body.lc-builder-product-page div.product .summary>.lc-builder-product-kicker{
   display:flex!important;
   align-items:center!important;
   justify-content:flex-start!important;
   gap:14px!important;
   flex-wrap:wrap!important;
   margin:0 0 24px!important;
 }
 body.lc-builder-product-page div.product .summary>.product_title{
   display:block!important;
   margin:0 0 24px!important;
   max-width:9.6ch!important;
   font:clamp(58px,5.8vw,104px)/.79 Impact,'Arial Narrow',sans-serif!important;
   letter-spacing:-.026em!important;
   text-transform:uppercase!important;
   text-wrap:balance!important;
 }
 body.lc-builder-product-page div.product .summary>p.price{
   display:block!important;
   margin:4px 0 28px!important;
   color:#e83028!important;
   font:900 clamp(34px,3.2vw,52px)/1 Arial,sans-serif!important;
   letter-spacing:-.025em!important;
 }
 body.lc-builder-product-page div.product .summary>.woocommerce-product-details__short-description{
   display:block!important;
   position:relative!important;
   max-width:45ch!important;
   margin:0 0 34px!important;
   padding:0 0 0 22px!important;
   font:clamp(19px,1.45vw,24px)/1.5 Georgia,'Times New Roman',serif!important;
   color:#262624!important;
 }
 body.lc-builder-product-page div.product .summary>.woocommerce-product-details__short-description:before{
   content:'';position:absolute;left:0;top:.12em;bottom:.12em;width:6px;background:var(--lc-pb-accent)
 }
 body.lc-builder-product-page div.product .summary>.woocommerce-product-details__short-description p{margin:0!important}
 body.lc-builder-product-page .lc-builder-description{
   margin:42px 0 40px!important;
   padding:30px 0 0!important;
 }
 body.lc-builder-product-page div.product form.cart{margin:34px 0 0!important}
 body.lc-builder-product-page .lc-builder-product-assurance{grid-area:assurance!important}
}


/* 6.7.34 — STABLE BASE / BUILDER MERCH CATALOG ONLY.
   On desktop, builder products inherit the same premium horizontal catalog composition
   as Finca El Izote. Izote itself is not targeted or modified. Mobile remains unchanged. */
@media(min-width:981px){
 .lc-shop-content ul.products li.product.lc-builder-loop-product{
   grid-template-columns:minmax(390px,1.08fr) minmax(340px,.92fr)!important;
   grid-template-areas:"image title" "image builderinfo" "image button"!important;
   column-gap:clamp(45px,7vw,110px)!important;
   align-items:center!important;
   padding:clamp(24px,4vw,60px)!important;
   box-shadow:15px 15px 0 var(--lc66-yellow,#fbba00)!important;
 }
 .lc-shop-content ul.products li.product.lc-builder-loop-product:hover{
   transform:none!important;
   box-shadow:15px 15px 0 var(--lc66-yellow,#fbba00)!important;
 }
 .lc-shop-content ul.products li.product.lc-builder-loop-product .woocommerce-loop-product__title{
   grid-area:title!important;
   align-self:end!important;
   margin:0 0 18px!important;
   padding:0!important;
   font-size:clamp(54px,6vw,100px)!important;
   line-height:.82!important;
 }
 .lc-shop-content ul.products li.product.lc-builder-loop-product .lc-builder-loop-info{
   grid-area:builderinfo!important;
   align-self:start!important;
   display:flex!important;
   flex-direction:column!important;
   gap:0!important;
   width:100%!important;
   margin:0 0 18px!important;
   padding:0!important;
   border:0!important;
 }
 .lc-shop-content ul.products li.product.lc-builder-loop-product .lc-builder-loop-price{
   order:1!important;
   display:block!important;
   margin:0 0 22px!important;
   color:var(--lc66-red,#e83028)!important;
   font:900 clamp(25px,3vw,44px)/1 Arial,sans-serif!important;
   letter-spacing:-.025em!important;
 }
 .lc-shop-content ul.products li.product.lc-builder-loop-product .lc-builder-loop-info small{
   order:2!important;
   display:block!important;
   width:100%!important;
   margin:0!important;
   padding:24px 0 0!important;
   border:0!important;
   border-top:2px solid #0d0d0c!important;
   color:var(--lc66-red,#e83028)!important;
   font:900 10px/1.2 Arial,sans-serif!important;
   letter-spacing:.12em!important;
   text-transform:uppercase!important;
 }
 .lc-shop-content ul.products li.product.lc-builder-loop-product .lc-builder-loop-info p{
   order:3!important;
   max-width:44ch!important;
   margin:12px 0 0!important;
   color:#282826!important;
   font:18px/1.5 Georgia,'Times New Roman',serif!important;
 }
 .lc-shop-content ul.products li.product.lc-builder-loop-product .button{
   grid-area:button!important;
   justify-self:start!important;
   width:auto!important;
   margin:12px 0 0!important;
   padding:20px 28px!important;
   background:var(--lc66-yellow,#fbba00)!important;
   color:#0d0d0c!important;
   border:3px solid #0d0d0c!important;
   box-shadow:6px 6px 0 #0d0d0c!important;
 }
}


/* 6.7.35 — STABLE CATALOG SYMMETRY.
   Builder merch only. Finca El Izote is explicitly excluded by the builder class.
   Match the proven Izote catalog rows and image frame; remove Woo's native duplicate price. */
.lc-shop-content ul.products li.product.lc-builder-loop-product .price:not(.lc-builder-loop-price){display:none!important}
.lc-shop-content ul.products li.product.lc-builder-loop-product .lc-builder-loop-price{grid-area:price!important;display:block!important;margin:20px 0!important;color:var(--lc66-red,#e83028)!important;font:900 clamp(25px,3vw,44px)/1 Arial,sans-serif!important;letter-spacing:-.025em!important}
.lc-shop-content ul.products li.product.lc-builder-loop-product .lc-builder-loop-story{grid-area:story!important;border-top:2px solid #0d0d0c!important;padding:24px 0!important}
.lc-shop-content ul.products li.product.lc-builder-loop-product .lc-builder-loop-story small{color:var(--lc66-red,#e83028)!important;font:900 10px/1.2 Arial,sans-serif!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.lc-shop-content ul.products li.product.lc-builder-loop-product .lc-builder-loop-story p{margin:12px 0 0!important;max-width:44ch!important;color:#282826!important;font:18px/1.5 Georgia,'Times New Roman',serif!important}
@media(min-width:981px){
 .lc-shop-content ul.products li.product.lc-builder-loop-product{grid-template-columns:minmax(390px,1.08fr) minmax(340px,.92fr)!important;grid-template-areas:"image title" "image price" "image story" "image button"!important;column-gap:clamp(45px,7vw,110px)!important;align-items:center!important;padding:clamp(24px,4vw,60px)!important}
 .lc-shop-content ul.products li.product.lc-builder-loop-product img{grid-area:image!important;width:100%!important;height:660px!important;min-height:660px!important;max-height:660px!important;object-fit:contain!important;object-position:center!important;margin:0!important;background:#0d0d0c!important}
 .lc-shop-content ul.products li.product.lc-builder-loop-product .woocommerce-loop-product__title{grid-area:title!important;align-self:end!important;margin:0!important;padding:0!important;font-size:clamp(54px,6vw,100px)!important;line-height:.82!important}
 .lc-shop-content ul.products li.product.lc-builder-loop-product .button{grid-area:button!important;justify-self:start!important;margin:12px 0 0!important}
}
@media(max-width:980px){
 .lc-shop-content ul.products li.product.lc-builder-loop-product{grid-template-areas:"image" "title" "price" "story" "button"!important}
 .lc-shop-content ul.products li.product.lc-builder-loop-product .lc-builder-loop-price{margin-left:12px!important;margin-right:12px!important}
 .lc-shop-content ul.products li.product.lc-builder-loop-product .lc-builder-loop-story{margin-left:12px!important;margin-right:12px!important}
}
