:root{--tx-bg:#faf4e6;--tx-surface:#f0debd;--tx-gold:#cf8e08;--tx-gold-light:#f9df7b;--tx-ink:#19332f;--tx-ink-soft:#2a4a43;--tx-text:#2a2a2a;--tx-muted:#6b675f;--tx-line:#19332f24;--tx-cream:#f0debd;--tx-display:"Fraunces", "Playfair Display", Georgia, serif;--tx-body:"Satoshi", system-ui, -apple-system, sans-serif;--tx-maxw:1280px;--tx-gutter:clamp(1rem, .5rem + 2.5vw, 2.5rem);--tx-radius:18px}.tx{background:var(--tx-bg);color:var(--tx-text);font-family:var(--tx-body);font-size:15px;line-height:1.6}.tx *,.tx :before,.tx :after{box-sizing:border-box}.tx-container{width:100%;max-width:var(--tx-maxw);padding-inline:var(--tx-gutter);margin-inline:auto}.tx-display{font-family:var(--tx-display);text-transform:uppercase;letter-spacing:.01em;color:var(--tx-ink);margin:0;font-weight:400;line-height:1.02}.tx-h1{font-size:clamp(2.6rem,1.4rem + 5.4vw,4.4rem)}.tx-h2{font-size:clamp(2rem,1.3rem + 2.8vw,3rem)}.tx-h3{font-size:clamp(1.4rem,1.1rem + 1.3vw,2rem)}.tx-eyebrow{font-family:var(--tx-body);text-transform:uppercase;letter-spacing:.22em;color:var(--tx-gold);font-size:.72rem;font-weight:700;display:block}.tx-titulo-eyebrow{font-family:var(--tx-body);text-transform:uppercase;letter-spacing:.12em;color:var(--tx-text);font-size:.78rem;font-weight:700}.tx-lede{color:var(--tx-muted);max-width:48ch;margin:0;font-size:clamp(.9rem,.85rem + .3vw,1.05rem)}.tx-btn{background:var(--tx-gold);color:var(--tx-cream);font-family:var(--tx-body);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.72rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.tx-btn:hover{background:var(--tx-ink);transform:translateY(-1px)}.tx-btn--peq{padding:.55rem 1.1rem;font-size:.68rem}.tx-btn--ink{background:var(--tx-ink)}.tx-btn--ink:hover{background:var(--tx-ink-soft)}.tx-link{text-transform:uppercase;letter-spacing:.12em;color:var(--tx-ink);border-bottom:2px solid var(--tx-gold);padding-bottom:2px;font-size:.72rem;font-weight:700;text-decoration:none}.header{z-index:100;height:72px;padding-inline:var(--tx-gutter);background:0 0;justify-content:space-between;align-items:center;gap:1rem;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.header:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(#19332f80,#0000);transition:opacity .3s;position:absolute;inset:0}.header.is-solid{background:var(--tx-bg);border-bottom:1px solid var(--tx-line);box-shadow:0 4px 20px -12px #19332f66}.header.is-solid:before{opacity:0}.header__brand{align-items:center;gap:.6rem;text-decoration:none;display:flex}.header__brand img{width:38px;height:38px}.header__wordmark{font-family:var(--tx-display);text-transform:uppercase;letter-spacing:.04em;color:var(--tx-cream);font-size:1.5rem;transition:color .3s}.header.is-solid .header__wordmark{color:var(--tx-ink)}.header-menu-desktop{align-items:center;gap:1.6rem;display:flex}.header-menu-item{font-family:var(--tx-body);text-transform:uppercase;letter-spacing:.1em;color:var(--tx-cream);white-space:nowrap;font-size:.74rem;font-weight:700;text-decoration:none;transition:color .18s}.header-menu-item:hover,.header-menu-item[aria-current=page]{color:var(--tx-gold)}.header.is-solid .header-menu-item{color:var(--tx-ink)}.header.is-solid .header-menu-item:hover{color:var(--tx-gold)}.header-ctas{align-items:center;gap:.4rem;display:flex}.header-ctas .icon-btn,.header-ctas .cart-count{width:38px;height:38px;color:var(--tx-cream);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;text-decoration:none;transition:color .18s;display:inline-flex;position:relative}.header-ctas .icon-btn:hover,.header-ctas .cart-count:hover{color:var(--tx-gold)}.header.is-solid .header-ctas .icon-btn,.header.is-solid .header-ctas .cart-count{color:var(--tx-ink)}.cart-count__badge{background:var(--tx-gold);min-width:16px;height:16px;color:var(--tx-cream);border-radius:999px;place-items:center;padding:0 4px;font-size:.62rem;font-weight:800;display:grid;position:absolute;top:2px;right:0}.header-menu-mobile-toggle{color:var(--tx-cream);cursor:pointer;background:0 0;border:none;padding:.3rem;display:none}.header.is-solid .header-menu-mobile-toggle{color:var(--tx-ink)}.tx-nav-group{position:relative}.tx-nav-group>.header-menu-item{align-items:center;gap:.3rem;display:inline-flex}.tx-nav-panel{background:var(--tx-bg);border:1px solid var(--tx-line);opacity:0;visibility:hidden;border-radius:16px;grid-auto-columns:1fr;grid-auto-flow:column;gap:.5rem;min-width:500px;padding:1rem;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 24px 50px -20px #19332f59}.tx-nav-group:hover .tx-nav-panel,.tx-nav-group:focus-within .tx-nav-panel{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.tx-nav-panel a{border-radius:10px;flex-direction:column;gap:.4rem;text-decoration:none;transition:transform .2s;display:flex;overflow:hidden}.tx-nav-panel a:hover{transform:translateY(-2px)}.tx-nav-panel-img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.tx-nav-panel-label{text-transform:uppercase;letter-spacing:.08em;color:var(--tx-ink);padding:0 .2rem .4rem;font-size:.72rem;font-weight:700}main:not(:has(.tx-banner)){padding-top:calc(72px + var(--announce-h,40px))}.header-menu-mobile{gap:.2rem;padding:.5rem 0;display:grid}.header-menu-mobile .header-menu-item{color:var(--tx-ink);border-bottom:1px solid var(--tx-line);padding:.7rem .2rem;font-size:.85rem}.header-menu-mobile .header-menu-item:hover{color:var(--tx-gold)}.tx-banner{justify-content:center;align-items:center;width:100%;height:100svh;min-height:500px;display:flex;position:relative;overflow:hidden}.tx-banner__video{object-fit:cover;object-position:center center;width:100%;height:100%;display:block;position:absolute;inset:0}.tx-banner:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0c241c73 0%,#0c241c40 45%,#0c241c8c 100%),radial-gradient(#00000059 0%,#00000026 55%,#00000073 100%);position:absolute;inset:0}.tx-banner__texto{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.6rem;width:100%;padding:clamp(2rem,6vw,5rem) clamp(1.5rem,5vw,5rem);display:flex;position:relative}.tx-banner__h1{color:var(--tx-cream);text-shadow:0 2px 18px #0000008c;max-width:22ch;margin-inline:auto;font-size:clamp(2.8rem,1.5rem + 5vw,5rem);line-height:1}.tx-banner__h1 em{color:var(--tx-gold);font-style:normal}@keyframes txFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.tx-banner__h1,.tx-banner__texto .tx-btn{opacity:0;animation:.9s cubic-bezier(.16,1,.3,1) both txFadeUp}.tx-banner__h1{animation-delay:.15s}.tx-banner__texto .tx-btn{animation-delay:.45s}.tx-section{padding-block:clamp(4rem,3rem + 5vw,7rem)}.tx-section--surface{background:var(--tx-surface)}.tx-section--ink{background:var(--tx-ink)}.tx-section--ink .tx-display{color:var(--tx-cream)}.tx-section--ink .tx-lede{color:#fff7e7c7}.tx-lineas-section{background:var(--tx-bg)}.tx-lineas-head{text-align:center;justify-items:center;gap:.6rem;max-width:min(92%,880px);margin:0 auto clamp(2.5rem,4vw,4rem);display:grid}.tx-lineas-head .tx-h2 br{display:none}@media (width>=40em){.tx-lineas-head .tx-h2 br{display:inline}}.tx-lineas-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:clamp(1rem,2vw,2rem);display:grid}.tx-linea{background:0 0;border:0;flex-direction:column;display:flex}.tx-linea__media{justify-content:center;align-items:flex-end;min-height:clamp(200px,22vw,300px);margin-bottom:1.4rem;display:flex}.tx-linea__img{object-fit:contain;filter:drop-shadow(0 18px 26px #19332f38);width:auto;max-width:82%;height:auto;max-height:clamp(200px,22vw,300px);transition:transform var(--tx-ease,.4s ease)}.tx-linea:hover .tx-linea__img{transform:translateY(-8px)scale(1.02)}.tx-linea__contenido{flex-direction:column;flex:1;gap:.9rem;display:flex}.tx-linea__nombres{flex-direction:column;gap:.25rem;display:flex}.tx-linea__name{font-family:var(--tx-display);text-transform:uppercase;color:var(--tx-ink);letter-spacing:.01em;font-size:clamp(1.5rem,1.8vw,2rem);line-height:1}.tx-linea__sub{text-transform:uppercase;letter-spacing:.12em;color:var(--tx-gold,#b07a2c);font-size:.72rem;font-weight:700}.tx-linea__desc{font-size:.85rem}.tx-linea__contenido .tx-btn{align-self:flex-start;margin-top:auto}.tx-infaltables-section{background:var(--tx-bg)}.tx-infaltables-head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:clamp(2rem,3vw,3rem);display:flex}.tx-infaltables-movil{text-align:center;margin-top:2rem;display:none}.tx-desktop-only{display:inline-flex}.tx-products{grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.6rem);display:grid}.tx-product-card{gap:.6rem;text-decoration:none;display:grid}.tx-product-card__media{aspect-ratio:1;border-radius:var(--tx-radius);background:var(--tx-surface);position:relative;overflow:hidden}.tx-product-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.tx-product-card:hover .tx-product-card__media img{transform:scale(1.05)}.tx-product-card__badge{background:var(--tx-ink);color:var(--tx-cream);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:.3rem .6rem;font-size:.6rem;font-weight:700;position:absolute;top:.7rem;left:.7rem}.tx-product-card__name{font-family:var(--tx-display);text-transform:uppercase;color:var(--tx-ink);font-size:1rem}.tx-product-card__price{color:var(--tx-text);font-size:.9rem;font-weight:700}.tx-galeria-section{padding-block:0}.tx-galeria-split{grid-template-columns:1fr 1fr;min-height:clamp(400px,60vh,700px);display:grid}.tx-galeria-split__fotos{position:relative;overflow:hidden}.tx-galeria-split__body{flex-direction:column;justify-content:center;gap:1.2rem;padding-block:clamp(3rem,5vw,5rem);display:flex}.tx-gallery{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:clamp(180px,22vw,260px);grid-auto-flow:column;gap:.8rem;height:100%;padding:.8rem;display:grid;overflow-x:auto}.tx-gallery::-webkit-scrollbar{display:none}.tx-gallery img{aspect-ratio:3/4;object-fit:cover;scroll-snap-align:start;border-radius:12px;width:100%}.tx-footer{background:var(--tx-ink);color:var(--tx-cream)}.tx-footer__top{border-bottom:1px solid #fff7e71f;flex-direction:column;gap:2rem;padding-top:clamp(3rem,5vw,5rem);padding-bottom:2.5rem;display:flex}.tx-footer__tagline{font-family:var(--tx-body);text-transform:uppercase;letter-spacing:.14em;color:#fff7e7a6;font-size:.8rem;font-weight:700}.tx-footer__cols{flex-wrap:wrap;align-items:center;gap:clamp(2rem,6vw,6rem);display:flex}.tx-footer__nav{flex-direction:column;gap:.6rem;display:flex}.tx-footer__nav a{color:#fff7e7d1;letter-spacing:.02em;font-size:.88rem;text-decoration:none;transition:color .18s}.tx-footer__nav a:hover{color:var(--tx-gold)}.tx-footer__contact{flex-direction:column;gap:.45rem;display:flex}.tx-footer__social{gap:.7rem;margin-bottom:.6rem;display:flex}.tx-footer__social a{color:#fff7e7bf;align-items:center;display:flex}.tx-footer__social a:hover{color:var(--tx-gold)}.tx-footer__social svg{width:22px;height:22px}.tx-footer__link{color:#fff7e7b8;letter-spacing:.02em;font-size:.8rem;text-decoration:none}.tx-footer__link:hover{color:var(--tx-gold)}.tx-footer__logo-wrap{justify-content:center;margin-left:auto;display:flex}.tx-footer__logo{object-fit:cover;filter:brightness(0)invert()opacity(.85);border-radius:50%;width:clamp(80px,12vw,140px);height:auto}.tx-footer__bottom{color:#fff7e78c;letter-spacing:.06em;text-transform:uppercase;border-top:1px solid #fff7e71a;flex-wrap:wrap;align-items:center;gap:1.2rem;padding-block:1.2rem;font-size:.72rem;display:flex}.tx-footer__policy{color:#fff7e78c;letter-spacing:.04em;text-decoration:none}.tx-footer__policy:hover{color:var(--tx-gold)}.tx-footer__photo{height:clamp(220px,30vw,420px);position:relative;overflow:hidden}.tx-footer__photo-img{object-fit:cover;object-position:center 40%;filter:brightness(.7);width:100%;height:100%;display:block}.footer{background:var(--tx-ink);color:var(--tx-cream);padding-top:clamp(3rem,5vw,4.5rem)}.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:clamp(1.5rem,3vw,3rem);padding-bottom:2.5rem;display:grid}.footer__brand img{width:56px;height:56px}.footer__tagline{color:#fff7e7b3;max-width:34ch;margin:.8rem 0 1rem;font-size:.85rem}.footer__social{gap:.8rem;display:flex}.footer__social a{color:var(--tx-cream);opacity:.8}.footer__social a:hover{color:var(--tx-gold);opacity:1}.footer__col h4{font-family:var(--tx-display);text-transform:uppercase;color:var(--tx-gold);margin:0 0 1rem;font-size:1.15rem;font-weight:400}.footer__links{gap:.55rem;display:grid}.footer__links a,.footer-menu a{color:#fff7e7c7;font-size:.85rem;text-decoration:none}.footer__links a:hover,.footer-menu a:hover{color:var(--tx-gold)}.footer-menu{gap:.55rem;display:grid}.footer__contact{color:#fff7e7c7;gap:.4rem;font-size:.82rem;display:grid}.footer__contact a{color:#fff7e7c7;text-decoration:none}.footer__contact a:hover{color:var(--tx-gold)}.footer__bottom{color:#fff7e799;border-top:1px solid #fff7e724;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.4rem;font-size:.75rem;display:flex}.footer__pay{flex-wrap:wrap;gap:.4rem;display:flex}.newsletter-form{gap:.5rem;display:flex}.newsletter-form input{min-width:0;color:var(--tx-cream);font-family:var(--tx-body);background:#ffffff0a;border:1px solid #fff7e740;border-radius:999px;flex:1;padding:.7rem .9rem}.newsletter-form input::placeholder{color:#fff7e780}.newsletter-form .btn{background:var(--tx-gold);color:var(--tx-ink);cursor:pointer;border:none;border-radius:999px;place-items:center;width:44px;display:grid}.tx-cat-banner{height:clamp(280px,40vw,500px);position:relative;overflow:hidden}.tx-cat-banner__img{object-fit:cover;object-position:center 35%;width:100%;height:100%;position:absolute;inset:0}.tx-cat-banner__overlay{z-index:2;background:linear-gradient(#0000 40%,#19332fa6 100%);flex-direction:column;justify-content:flex-end;height:100%;padding:clamp(1.5rem,4vw,3.5rem) clamp(1.5rem,5vw,5rem);display:flex;position:relative}.tx-cat-banner__title{color:var(--tx-cream);font-size:clamp(2.2rem,1.2rem + 4vw,4rem)}.tx-cat-banner__desc{color:#fff7e7d1;max-width:60ch;margin-top:.6rem;font-size:.9rem;line-height:1.6}.tx-cat-pills{background:var(--tx-bg);border-bottom:1px solid var(--tx-line);z-index:10;position:sticky;top:72px}.tx-cat-pills__row{scrollbar-width:none;gap:.2rem;padding-block:.8rem;display:flex;overflow-x:auto}.tx-cat-pill{white-space:nowrap;font-family:var(--tx-body);text-transform:uppercase;letter-spacing:.08em;color:var(--tx-ink);border:1.5px solid #0000;border-radius:999px;padding:.5rem 1.1rem;font-size:.72rem;font-weight:700;text-decoration:none;transition:border-color .18s,background .18s,color .18s}.tx-cat-pill:hover{border-color:var(--tx-gold);color:var(--tx-gold)}.tx-cat-pill--active{background:var(--tx-ink);color:var(--tx-cream);border-color:var(--tx-ink)}.tx-col-grid{grid-template-columns:repeat(4,1fr);gap:clamp(.8rem,2vw,1.6rem);display:grid}.tx-col-card{color:inherit;gap:.7rem;text-decoration:none;display:grid}.tx-col-card__media{aspect-ratio:1;background:var(--tx-surface);border:1px solid var(--tx-line);border-radius:14px;transition:box-shadow .35s cubic-bezier(.16,1,.3,1),border-color .35s;position:relative;overflow:hidden}.tx-col-card:hover .tx-col-card__media{border-color:#cf8e0873;box-shadow:0 24px 44px -26px #19332f73}.tx-col-card__img{object-fit:cover;width:100%;height:100%;transition:opacity .35s,transform .4s;position:absolute;inset:0}.tx-col-card__img--primary{opacity:1}.tx-col-card__img--hover,.tx-col-card:hover .tx-col-card__img--primary{opacity:0}.tx-col-card:hover .tx-col-card__img--hover{opacity:1}.tx-col-card:hover .tx-col-card__img--primary{transform:scale(1.04)}.tx-col-card__info{text-align:center;justify-items:center;gap:.2rem;padding-inline:.1rem;display:grid}.tx-col-card__name{font-family:var(--tx-display);text-transform:uppercase;color:var(--tx-ink);letter-spacing:.02em;margin:0;font-size:.95rem;line-height:1.2}.tx-col-card__price{color:var(--tx-text);font-size:.88rem;font-weight:700}.tx-shop-page .tx-section{padding-top:clamp(1.6rem,3vw,2.6rem)}.tx-shop-banner{aspect-ratio:16/6;background:var(--tx-surface);border-radius:clamp(18px,2vw,28px);min-height:240px;max-height:460px;margin-bottom:clamp(2rem,4vw,3.5rem);display:block;position:relative;overflow:hidden}.tx-shop-banner__img{object-fit:cover;object-position:center 40%;width:100%;height:100%;position:absolute;inset:0}.tx-shop-banner__overlay{z-index:2;background:linear-gradient(#10221f14 22%,#10221f6b 52%,#10221fe0 100%);flex-direction:column;justify-content:flex-end;gap:.4rem;padding:clamp(1.4rem,4vw,3rem);display:flex;position:absolute;inset:0}.tx-shop-banner__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--tx-gold-light);text-shadow:0 1px 8px #10221f99;font-size:.72rem;font-weight:700}.tx-shop-banner__title{color:#fff;text-shadow:0 2px 16px #10221f8c;margin:0;font-size:clamp(2.1rem,1.2rem + 4vw,3.6rem);line-height:1.05}@media (width<=640px){.tx-shop-banner{aspect-ratio:3/2.7;min-height:300px;max-height:380px}.tx-shop-banner__title{font-size:clamp(1.8rem,1.2rem + 3.5vw,2.4rem)}}.tx-pagination{justify-content:center;margin-block:clamp(1.6rem,3vw,2.6rem);display:flex}.tx-pagination__link{font-family:var(--tx-display);text-transform:uppercase;letter-spacing:.06em;color:var(--tx-ink);border:1px solid var(--tx-ink);border-radius:999px;align-items:center;gap:.4rem;padding:.7rem 1.6rem;font-size:.8rem;text-decoration:none;transition:background .25s,color .25s;display:inline-flex}.tx-pagination__link:hover{background:var(--tx-ink);color:var(--tx-cream)}.tx-tambien{background:var(--tx-surface)}.tx-tambien__title{text-align:center;margin-bottom:clamp(1.5rem,3vw,2.5rem)}.tx-tambien__grid{grid-template-columns:repeat(3,1fr);gap:clamp(.8rem,2vw,1.4rem);display:grid}.tx-tambien__card{aspect-ratio:4/3;border-radius:14px;text-decoration:none;display:block;position:relative;overflow:hidden}.tx-tambien__img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.tx-tambien__card:hover .tx-tambien__img{transform:scale(1.06)}.tx-tambien__overlay{background:linear-gradient(#0000 45%,#19332fa6 100%);align-items:flex-end;padding:1.2rem 1.4rem;display:flex;position:absolute;inset:0}.tx-tambien__label{color:var(--tx-cream);font-size:clamp(1.1rem,1.5vw,1.6rem)}.tx-page{background:var(--tx-bg);color:var(--tx-text);font-family:var(--tx-body);padding-top:72px}.tx-page-section{padding:clamp(4rem, 3rem + 5vw, 8rem) var(--tx-gutter);max-width:var(--tx-maxw);margin-inline:auto}.tx-nosotros__h1{font-family:var(--tx-display);color:var(--tx-gold);text-transform:uppercase;margin:0;font-size:clamp(2.6rem,1rem + 6vw,5rem);line-height:1}.tx-nosotros__intro{grid-template-columns:.8fr 1.8fr 1fr;align-items:stretch;gap:clamp(1.2rem,4vw,2.5rem);margin-top:clamp(3rem,6vh,5rem);display:grid}.tx-nosotros__col-dark{background:var(--tx-ink);color:var(--tx-cream);border-radius:6px;flex-direction:column;gap:1.2rem;padding:clamp(2rem,6vh,4rem) 1.2rem;display:flex}.tx-nosotros__col-dark h4{font-family:var(--tx-display);text-transform:uppercase;color:var(--tx-cream);margin:0;font-size:clamp(1rem,1.8vw,1.5rem)}.tx-nosotros__col-dark p{color:#fff7e7d1;margin:0;font-size:.88rem;line-height:1.6}.tx-nosotros__col-img{border-radius:8px;height:clamp(380px,65vh,640px);overflow:hidden}.tx-nosotros__col-img img{object-fit:cover;width:100%;height:100%;display:block}.tx-nosotros__col-text{flex-direction:column;gap:1.2rem;padding-bottom:10vh;display:flex}.tx-nosotros__equipo{max-width:var(--tx-maxw);padding-block:clamp(4rem,8vh,8rem);padding-inline:var(--tx-gutter);grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,5vw,5rem);margin-inline:auto;display:grid}.tx-nosotros__equipo-text{flex-direction:column;gap:1.2rem;display:flex;position:sticky;top:18vh}.tx-nosotros__masonry{grid-template-columns:1fr 1fr;gap:clamp(.8rem,2vw,1.4rem);display:grid}.tx-nosotros__photo{border-radius:6px;height:clamp(180px,26vh,320px);overflow:hidden}.tx-nosotros__photo.tall{height:clamp(400px,60vh,700px)}.tx-nosotros__photo.narrow{width:60%}.tx-nosotros__photo img{object-fit:cover;width:100%;height:100%;display:block}.tx-brew-banner{height:clamp(250px,35vh,420px);position:relative;overflow:hidden}.tx-brew-banner__img{object-fit:cover;object-position:center 40%;width:100%;height:100%;display:block}.tx-brew-banner__title{font-family:var(--tx-display);color:var(--tx-cream);text-transform:uppercase;background:linear-gradient(#0000 45%,#19332f9e 100%);align-items:flex-end;padding:clamp(1.5rem,4vw,3rem);font-size:clamp(2rem,1rem + 4vw,4rem);display:flex;position:absolute;inset:0}.tx-brew-tabs{flex-wrap:wrap;justify-content:center;gap:.6rem;padding-block:clamp(2rem,4vh,3rem);display:flex}.tx-brew-tab{font-family:var(--tx-display);text-transform:uppercase;color:var(--tx-gold);border:1px solid var(--tx-gold);cursor:pointer;background:0 0;border-radius:999px;padding:.35rem 1.4rem;font-size:clamp(1rem,1.2vw,1.3rem);line-height:1.1;text-decoration:none;transition:background .18s,color .18s}.tx-brew-tab:hover,.tx-brew-tab[data-active=true]{background:var(--tx-gold);color:var(--tx-cream)}.tx-brew-pane{display:none}.tx-brew-pane--active{display:grid}.tx-brew-pane{padding-inline:var(--tx-gutter);max-width:var(--tx-maxw);grid-template-columns:1.75fr 1fr;align-items:start;gap:clamp(2rem,4vw,5rem);margin-inline:auto;padding-bottom:clamp(3rem,6vh,6rem)}.tx-brew-left{grid-template-columns:.8fr 1fr;align-items:start;gap:2vw;display:grid;position:sticky;top:13vh}.tx-brew-specs{flex-direction:column;gap:.6rem;padding-top:2vh;display:flex}.tx-brew-spec{color:var(--tx-ink);font-size:.88rem;line-height:1.5}.tx-brew-spec strong{color:var(--tx-gold);font-weight:700}.tx-brew-img{border-radius:12px;width:100%;height:clamp(300px,72vh,700px);overflow:hidden}.tx-brew-img img{object-fit:cover;width:100%;height:100%;display:block}.tx-brew-steps{border-left:2px solid var(--tx-ink);flex-direction:column;gap:1.4rem;padding-left:clamp(1rem,2vw,2rem);display:flex}.tx-brew-step h4{font-family:var(--tx-display);text-transform:uppercase;color:var(--tx-ink);margin:0 0 .4rem;font-size:.95rem;font-weight:400}.tx-brew-step h4 span{color:var(--tx-gold)}.tx-brew-step p{color:var(--tx-muted);margin:0;font-size:.88rem;line-height:1.6}.tx-contact-grid{grid-template-columns:1fr 1.25fr;align-items:start;gap:clamp(2rem,4vw,5rem);display:grid}.tx-contact-head{margin-bottom:1.8rem}.tx-contact-head h1{font-family:var(--tx-display);text-transform:uppercase;color:var(--tx-gold);margin:0 0 .5rem;font-size:clamp(2rem,1rem + 4vw,3.8rem);line-height:1}.tx-contact-form{flex-direction:column;gap:.9rem;display:flex}.tx-form-field{width:100%;font-family:var(--tx-display);text-transform:uppercase;letter-spacing:.04em;color:var(--tx-ink);background:0 0;border:1.5px solid #19332f38;border-radius:4px;outline:none;padding:.85rem .9rem;font-size:1rem;line-height:1.2;transition:border-color .18s}.tx-form-field::placeholder{color:#19332f73;font-size:.95rem}.tx-form-field:focus{border-color:var(--tx-gold)}.tx-form-field--textarea{resize:vertical;min-height:120px;font-family:var(--tx-body);text-transform:none;letter-spacing:0;font-size:.88rem}.tx-form-check{color:var(--tx-muted);align-items:flex-start;gap:.6rem;font-size:.8rem;display:flex}.tx-form-check input{accent-color:var(--tx-gold);margin-top:2px}.tx-contact-photo{border-radius:12px;height:clamp(400px,70vh,680px);position:sticky;top:10vh;overflow:hidden}.tx-contact-photo img{object-fit:cover;width:100%;height:100%;display:block}.tx-titulo{font-family:var(--tx-display);text-transform:uppercase;letter-spacing:.07em;color:var(--tx-gold);font-size:.78rem;font-weight:400;display:block}.tx-parrafo{font-family:var(--tx-body);color:var(--tx-ink);font-size:.9rem;line-height:1.2;display:block}.tx-meta-icons{border-top:1px solid var(--tx-line);border-bottom:1px solid var(--tx-line);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.6rem;width:100%;margin-block:1.2rem;padding-block:1.1rem;display:flex}.tx-meta-icon-item{flex:1 0 auto;align-items:center;gap:.55rem;min-width:0;display:flex}.tx-meta-icon{object-fit:contain;flex-shrink:0;width:38px;height:38px}.tx-meta-icon-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.tx-variant-pills{flex-wrap:wrap;gap:.4rem;margin-block:.5rem;display:flex}.tx-variant-pill{font-family:var(--tx-body);color:var(--tx-ink);cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #19332f80;border-radius:6px;padding:.45rem 1rem;font-size:.8rem;font-weight:600;line-height:1;transition:background .18s,color .18s,border-color .18s}.tx-variant-pill:hover,.tx-variant-pill[data-selected=true]{background:var(--tx-ink);color:var(--tx-cream);border-color:var(--tx-ink)}.tx-variant-pill[data-unavailable=true]{opacity:.4;cursor:not-allowed;text-decoration:line-through}.tx-col-card__sold-out{z-index:5;background:#19332f61;border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.tx-col-card__sold-out span{font-family:var(--tx-display);text-transform:uppercase;color:var(--tx-cream);letter-spacing:.06em;background:#19332f80;border-radius:999px;padding:.4rem 1rem;font-size:1rem}.tx-shipping-row{border:1px solid var(--tx-line);background:#b36d180a;border-radius:8px;flex-direction:column;gap:.6rem;margin:1.2rem 0;padding:1rem 1.1rem;display:flex}.tx-shipping-item{align-items:center;gap:.75rem;display:flex}.tx-shipping-item img{object-fit:contain;flex-shrink:0;width:28px;height:28px}.tx-shipping-item p{color:var(--tx-gold);font-size:.82rem;font-family:var(--tx-body);margin:0;line-height:1.4}@media (width<=980px){.tx-lineas-grid,.tx-products{grid-template-columns:repeat(2,1fr)}.tx-galeria-split{grid-template-columns:1fr}.tx-galeria-split__fotos{min-height:300px}.footer__grid{grid-template-columns:1fr 1fr}.tx-banner{height:80svh}.tx-col-grid{grid-template-columns:repeat(2,1fr)}.tx-tambien__grid{grid-template-columns:1fr 1fr}.tx-footer__cols{gap:2rem}.tx-nosotros__intro{grid-template-columns:1fr}.tx-nosotros__col-img{height:clamp(280px,50vh,460px)}.tx-nosotros__equipo{grid-template-columns:1fr}.tx-nosotros__equipo-text{position:static}.tx-brew-pane--active{grid-template-columns:1fr}.tx-brew-left{grid-template-columns:1fr;position:static}.tx-brew-img{height:clamp(250px,45vh,500px)}.tx-contact-grid{grid-template-columns:1fr}.tx-contact-photo{height:clamp(300px,50vw,480px);position:static}.tx-meta-icons{flex-wrap:wrap;gap:.8rem}.tx-meta-icon-item{flex:1 0 calc(33% - .5rem)}}@media (width<=760px){.header-menu-desktop{display:none}.header-menu-mobile-toggle{justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.tx-products{grid-template-columns:repeat(2,1fr)}.tx-linea__media{min-height:220px}.tx-infaltables-head .tx-desktop-only{display:none}.tx-infaltables-movil{display:block}.tx-desktop-only{display:none!important}.footer__grid{grid-template-columns:1fr}.tx-banner__h1{font-size:clamp(2.2rem,8vw,3rem)}.tx-col-grid{grid-template-columns:repeat(2,1fr)}.tx-tambien__grid{grid-template-columns:1fr}.tx-cat-banner{height:clamp(220px,50vw,340px)}.tx-footer__top{flex-direction:column}.tx-footer__cols{align-items:flex-start}.tx-footer__logo-wrap{margin-left:0}}@media (width<=460px){.tx-products{grid-template-columns:repeat(2,1fr);gap:.8rem}.tx-lineas-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem .8rem}.tx-linea__media{min-height:240px}.tx-col-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}}.tx-shop-page .tx-col-grid{grid-template-columns:repeat(3,1fr);gap:clamp(1.2rem,2.5vw,2rem)}@media (width<=900px){.tx-shop-page .tx-col-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=460px){.tx-shop-page .tx-col-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}}.announcement{z-index:101;height:var(--announce-h,40px);background:var(--tx-ink);color:var(--tx-cream);font-family:var(--tx-body);letter-spacing:.1em;font-size:.72rem;font-weight:500;position:fixed;top:0;left:0;right:0}.announcement strong{color:var(--tx-gold-light);font-weight:700}.header{top:var(--announce-h,40px)}.overlay aside>main:has(.cart-main){padding:0;display:flex;overflow:hidden}.cart-main{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.cart-main .freeship{padding:var(--space-4) var(--space-5) 0;margin-bottom:var(--space-2)}.freeship__label{color:var(--tx-ink-soft)}.freeship__track{background:#19332f1f;height:8px}.freeship__fill{background:linear-gradient(90deg, var(--tx-gold), var(--tx-gold-light));box-shadow:0 0 8px #cf8e0873}.cart-details{flex-direction:column;flex:1;min-height:0;display:flex}.cart-details>div:first-of-type{min-height:0;padding:0 var(--space-5) var(--space-3);scrollbar-width:thin;flex:1;overflow:hidden auto}.cart-empty{padding:var(--space-7) var(--space-5);text-align:center}.cart-line-quantity{justify-content:space-between;align-items:center;gap:.6rem;margin-top:.5rem;display:flex}.cart-line-stepper{border:1px solid var(--tx-line);background:#fff;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.cart-line-stepper button{width:30px;height:30px;color:var(--tx-ink);cursor:pointer;background:0 0;border:0;font-size:.95rem;transition:background .15s}.cart-line-stepper button:hover:not([disabled]){background:var(--tx-surface)}.cart-line-stepper button[disabled]{opacity:.35;cursor:default}.cart-line-stepper output{text-align:center;min-width:26px;color:var(--tx-ink);font-size:.85rem;font-weight:700}.cart-line-remove{color:var(--tx-muted);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;font-size:.75rem;text-decoration:underline;transition:color .15s}.cart-line-remove:hover:not([disabled]){color:#b5402f}.cart-line__subscription{color:var(--tx-gold);align-items:center;gap:.35rem;margin:.15rem 0 0;font-weight:600;display:inline-flex}.cart-summary-aside{padding:var(--space-4) var(--space-5) var(--space-5);background:var(--tx-bg);border-top:1px solid var(--tx-line);margin-top:0;box-shadow:0 -14px 30px -22px #19332f80}.cart-subtotal{color:var(--tx-ink);justify-content:space-between;align-items:baseline;margin:0 0 .15rem;font-size:1.05rem;font-weight:700;display:flex}.cart-subtotal__note{color:var(--tx-muted);margin:0 0 var(--space-3);font-size:.72rem}.cart-checkout-btn{background:var(--tx-gold);color:#fff;width:100%;font-family:var(--tx-body);letter-spacing:.09em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;gap:.6rem;padding:1rem 1.4rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 14px 28px -14px #cf8e08a6}.cart-checkout-btn:hover{background:var(--tx-ink);transform:translateY(-1px);box-shadow:0 16px 30px -14px #19332f8c}.cart-checkout-btn span{transition:transform .2s}.cart-checkout-btn:hover span{transform:translate(3px)}.cart-payments{color:var(--tx-muted);justify-content:center;align-items:center;gap:.4rem;margin:.6rem 0 .4rem;font-size:.7rem;display:flex}.cart-payments strong{color:var(--tx-ink-soft);font-weight:600}.cart-payments svg{color:var(--tx-gold);flex-shrink:0}.cart-code{margin-top:.35rem}.cart-code summary{color:var(--tx-muted);cursor:pointer;text-underline-offset:3px;font-size:.75rem;text-decoration:underline;list-style:none}.cart-code summary::-webkit-details-marker{display:none}.cart-code summary:hover{color:var(--tx-ink)}.cart-code__form{gap:.4rem;margin-top:.5rem;display:flex}.cart-code__form input{border:1px solid var(--tx-line);min-width:0;font-family:var(--tx-body);color:var(--tx-ink);background:#fff;border-radius:999px;flex:1;padding:.55rem .9rem;font-size:.8rem;transition:border-color .15s,box-shadow .15s}.cart-code__form input:focus{border-color:var(--tx-gold);outline:none;box-shadow:0 0 0 3px #cf8e082e}.cart-code__form button{border:1px solid var(--tx-ink);color:var(--tx-ink);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:0 0;border-radius:999px;padding:.55rem 1.1rem;font-size:.72rem;font-weight:700;transition:background .15s,color .15s}.cart-code__form button:hover{background:var(--tx-ink);color:var(--tx-cream)}.cart-code-applied dt{text-transform:uppercase;letter-spacing:.1em;color:var(--tx-muted);margin-bottom:.25rem;font-size:.72rem}.cart-discount{align-items:center;gap:.5rem;margin:0;display:inline-flex}.cart-discount code{background:var(--tx-surface);color:var(--tx-ink);border-radius:6px;padding:.15rem .5rem;font-size:.78rem}.cart-discount button{color:var(--tx-muted);cursor:pointer;background:0 0;border:0;font-size:.72rem;text-decoration:underline}.cart-discount button:hover{color:#b5402f}.cart-upsell{margin:var(--space-3) 0 var(--space-4);padding:var(--space-3);background:var(--tx-surface);border-radius:var(--tx-radius)}.cart-upsell__title{font-family:var(--tx-display);color:var(--tx-ink);margin:0 0 .6rem;font-size:1rem}.cart-upsell__list{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.cart-upsell__item{background:var(--tx-bg);border-radius:12px;grid-template-columns:56px 1fr auto;align-items:center;gap:.7rem;padding:.5rem;display:grid}.cart-upsell__item img{background:#fff;border-radius:8px}.cart-upsell__name{color:var(--tx-ink);margin:0;font-size:.82rem;font-weight:600;line-height:1.25}.cart-upsell__price{color:var(--tx-muted);margin:.1rem 0 0;font-size:.78rem}.cart-upsell__add{border:1px solid var(--tx-ink);color:var(--tx-ink);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.3rem;padding:.4rem .8rem;font-size:.68rem;font-weight:700;transition:background .15s,color .15s;display:inline-flex}.cart-upsell__add:hover:not([disabled]){background:var(--tx-ink);color:var(--tx-cream)}.cart-upsell__add[disabled]{opacity:.5;cursor:default}.cart-skeleton{padding:var(--space-5);width:100%}.cart-skeleton__bar,.cart-skeleton__img,.cart-skeleton__row{background:linear-gradient(100deg, var(--tx-surface) 40%, #fff 50%, var(--tx-surface) 60%);background-size:200% 100%;border-radius:8px;animation:1.4s infinite txShimmer}.cart-skeleton__bar{height:34px;margin-bottom:var(--space-4);border-radius:999px}.cart-skeleton__line{gap:var(--space-3);margin-bottom:var(--space-4);grid-template-columns:72px 1fr;display:grid}.cart-skeleton__img{border-radius:12px;width:72px;height:72px}.cart-skeleton__text{align-content:start;gap:.5rem;display:grid}.cart-skeleton__row{height:14px}.cart-skeleton__row--short{width:55%}@keyframes txShimmer{0%{background-position:180% 0}to{background-position:-20% 0}}[data-reveal]{opacity:0;will-change:opacity, transform;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(26px)}[data-reveal].is-revealed{opacity:1;transform:translateY(0)}[data-reveal] [data-reveal-child]{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(22px)}[data-reveal].is-revealed [data-reveal-child]{opacity:1;transform:translateY(0)}[data-reveal].is-revealed [data-reveal-child]:first-child{transition-delay:50ms}[data-reveal].is-revealed [data-reveal-child]:nth-child(2){transition-delay:.15s}[data-reveal].is-revealed [data-reveal-child]:nth-child(3){transition-delay:.25s}[data-reveal].is-revealed [data-reveal-child]:nth-child(4){transition-delay:.35s}[data-reveal].is-revealed [data-reveal-child]:nth-child(5){transition-delay:.45s}[data-reveal].is-revealed [data-reveal-child]:nth-child(6){transition-delay:.55s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal] [data-reveal-child]{opacity:1;transition:none;transform:none}}.tx-marquee{background:var(--tx-ink);border-block:1px solid #f9df7b2e;padding-block:.9rem;overflow:hidden}.tx-marquee__track{width:max-content;animation:28s linear infinite txMarquee;display:flex}.tx-marquee:hover .tx-marquee__track{animation-play-state:paused}.tx-marquee__group{flex-shrink:0;align-items:center;display:flex}.tx-marquee__item{white-space:nowrap;align-items:center;gap:1.6rem;padding-inline:.8rem;display:inline-flex}.tx-marquee__item em{font-family:var(--tx-display);text-transform:uppercase;letter-spacing:.08em;color:var(--tx-gold-light);font-size:clamp(.95rem,.85rem + .5vw,1.25rem);font-style:italic}.tx-marquee__star{color:var(--tx-gold);opacity:.9}@keyframes txMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.tx-marquee__track{animation:none}}.tx{position:relative}.tx:after{content:"";z-index:1;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:160px 160px;position:fixed;inset:0}.tx-banner__h1 em{background:linear-gradient(100deg, var(--tx-gold) 20%, var(--tx-gold-light) 40%, #fff6d8 50%, var(--tx-gold-light) 60%, var(--tx-gold) 80%);-webkit-text-fill-color:transparent;color:var(--tx-gold);background-size:250% 100%;-webkit-background-clip:text;background-clip:text;animation:5.5s ease-in-out infinite txFoil}@keyframes txFoil{0%,to{background-position:100% 0}50%{background-position:0 0}}@media (prefers-reduced-motion:reduce){.tx-banner__h1 em{animation:none}}.tx-valueprops{background:var(--tx-surface);border-block:1px solid var(--tx-line);padding-block:clamp(1.6rem,1.2rem + 2vw,2.6rem)}.tx-valueprops__grid{grid-template-columns:repeat(4,1fr);gap:clamp(1rem,.6rem + 2vw,2.4rem);display:grid}.tx-valueprop{align-items:flex-start;gap:.8rem;display:flex}.tx-valueprop svg{color:var(--tx-gold);flex-shrink:0;margin-top:2px}.tx-valueprop__title{text-transform:uppercase;letter-spacing:.06em;color:var(--tx-ink);margin:0 0 .15rem;font-size:.85rem;font-weight:700}.tx-valueprop__desc{color:var(--tx-muted);margin:0;font-size:.8rem;line-height:1.45}@media (width<=900px){.tx-valueprops__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=460px){.tx-valueprops__grid{grid-template-columns:1fr 1fr;gap:1rem .8rem}.tx-valueprop{flex-direction:column;gap:.4rem}}.tx-testimonios__head{text-align:center;margin-bottom:clamp(2rem,1.4rem + 2.5vw,3.2rem)}.tx-testimonios__grid{grid-template-columns:repeat(3,1fr);gap:clamp(1rem,.7rem + 1.5vw,1.8rem);display:grid}.tx-testimonio{border:1px solid var(--tx-line);border-radius:var(--tx-radius);background:#fff;flex-direction:column;gap:.8rem;margin:0;padding:clamp(1.4rem,1.1rem + 1vw,2rem);transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1);display:flex}.tx-testimonio:hover{transform:translateY(-6px);box-shadow:0 24px 40px -24px #19332f59}.tx-testimonio .stars svg{color:var(--tx-gold)}.tx-testimonio blockquote{font-family:var(--tx-display);color:var(--tx-ink);margin:0;font-size:1.02rem;font-style:italic;line-height:1.5}.tx-testimonio figcaption{text-transform:uppercase;letter-spacing:.08em;color:var(--tx-ink-soft);font-size:.78rem;font-weight:700}.tx-testimonio figcaption span{color:var(--tx-muted);font-weight:500}@media (width<=760px){.tx-testimonios__grid{grid-template-columns:1fr;max-width:30rem;margin-inline:auto}}.tx-newsletter{background:radial-gradient(120% 160% at 50% -30%, #cf8e0838, transparent 55%), var(--tx-ink);color:var(--tx-cream);text-align:center;padding-block:clamp(3.5rem,2.5rem + 4vw,6rem)}.tx-newsletter__inner{flex-direction:column;align-items:center;gap:1rem;max-width:620px;display:flex}.tx-newsletter__title{color:var(--tx-cream)}.tx-newsletter__title em{color:var(--tx-gold-light);font-style:italic}.tx-newsletter__lede{color:#f0debdd9;max-width:46ch;margin:0;font-size:.95rem;line-height:1.6}.tx-newsletter__form{gap:.5rem;width:100%;max-width:440px;margin-top:.4rem;display:flex}.tx-newsletter__form input{min-width:0;color:var(--tx-cream);font-family:var(--tx-body);background:#faf4e614;border:1px solid #f0debd59;border-radius:999px;flex:1;padding:.85rem 1.2rem;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.tx-newsletter__form input::placeholder{color:#f0debd80}.tx-newsletter__form input:focus{border-color:var(--tx-gold);outline:none;box-shadow:0 0 0 3px #cf8e0840}.tx-newsletter__ok{font-family:var(--tx-display);color:var(--tx-gold-light);font-size:1.1rem;font-style:italic}@media (width<=560px){.tx-newsletter__form{flex-direction:column}.tx-newsletter__form .tx-btn{justify-content:center}}.tx-collection-page .tx-shop-banner{margin-bottom:clamp(1rem,2vw,1.6rem)}.tx-collection-page .tx-cat-pills+.tx-section{padding-top:clamp(1.8rem,3vw,2.8rem)}.tx-shop-banner__desc{color:#faf4e6e0;text-shadow:0 1px 10px #10221f80;max-width:56ch;margin:.2rem 0 0;font-size:.92rem;line-height:1.55}.tx-cat-pills{top:calc(72px + var(--announce-h,40px))}.tx-col-card__badge{z-index:2;background:var(--tx-ink);color:var(--tx-gold-light);text-transform:uppercase;letter-spacing:.1em;border-radius:999px;padding:.3rem .65rem;font-size:.58rem;font-weight:700;position:absolute;top:.7rem;left:.7rem}.tx-col-card__notes{font-family:var(--tx-display);color:var(--tx-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:.82rem;font-style:italic;line-height:1.35;display:-webkit-box;overflow:hidden}.tx-col-card__roast{text-transform:uppercase;letter-spacing:.12em;color:var(--tx-gold);font-size:.62rem;font-weight:700}.tx-col-card__cta{z-index:2;background:var(--tx-ink);color:var(--tx-cream);text-transform:uppercase;letter-spacing:.08em;opacity:0;white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.68rem;font-weight:700;transition:opacity .3s,transform .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;bottom:.8rem;left:50%;transform:translate(-50%,12px);box-shadow:0 10px 20px -10px #19332f99}.tx-col-card:hover .tx-col-card__cta{opacity:1;transform:translate(-50%)}@media (hover:none){.tx-col-card__cta{display:none}}.tx-col-card__sold-out{z-index:2;background:#faf4e68c;place-items:center;display:grid;position:absolute;inset:0}.tx-col-card__sold-out span{background:var(--tx-ink);color:var(--tx-cream);text-transform:uppercase;letter-spacing:.1em;border-radius:999px;padding:.45rem 1rem;font-size:.7rem;font-weight:700}.tx-tambien__overlay{background:linear-gradient(#10221f0d 25%,#10221f59 55%,#10221fd9 100%);flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:.15rem;display:flex}.tx-tambien__sub{text-transform:uppercase;letter-spacing:.14em;color:var(--tx-gold-light);text-shadow:0 1px 8px #10221f99;font-size:.66rem;font-weight:700}.tx-tambien__label{color:#fff;text-shadow:0 2px 14px #10221f99}.tx-tambien__card{transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1)}.tx-tambien__card:hover{transform:translateY(-6px);box-shadow:0 26px 44px -24px #19332f80}.atc-success{background:var(--success,#3f7d52)!important;color:#fff!important}.atc-success__inner{align-items:center;gap:.45rem;animation:.35s cubic-bezier(.16,1,.3,1) txPop;display:inline-flex}@keyframes txPop{0%{opacity:0;transform:scale(.75)}60%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.tx-cat-pills__row{scrollbar-width:none;-webkit-overflow-scrolling:touch}.tx-cat-pills__row::-webkit-scrollbar{display:none}@media (width<=760px){.tx-meta-icons{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .75rem;display:grid}.tx-meta-icon-item{flex:initial;min-width:0}.tx-meta-icon-text{min-width:0}.tx-meta-icon-text .tx-parrafo,.tx-meta-icon-text .tx-titulo{overflow-wrap:anywhere}.tx-cat-pills{position:relative}.tx-cat-pills:after{content:"";inset-block:0;pointer-events:none;background:linear-gradient(to right, transparent, var(--tx-cream,#f7f3ea));width:2.5rem;position:absolute;right:0}}@media (width<=620px){.tx-lineas-grid{grid-template-columns:1fr;gap:2.25rem}.tx-linea{max-width:30rem;margin-inline:auto}.tx-linea__media{min-height:260px}.tx-testimonios__grid{grid-template-columns:1fr}}@media (width<=460px){.tx-lineas-grid{grid-template-columns:1fr;gap:2.25rem}.cart-line-quantity{flex-wrap:wrap;gap:.5rem .75rem}}@media (hover:none),(width<=760px){.cart-line-quantity .cart-line-stepper button,.cart-line-stepper button{width:44px;height:44px;font-size:1.05rem}.cart-line-stepper output{min-width:34px}.cart-line-remove{width:auto;min-height:44px;padding-inline:.35rem;font-size:.8rem}.overlay aside .close{min-width:44px;min-height:44px}}.cart-line-quantity>form{flex:none;display:flex}.cart-line-remove{white-space:nowrap}@media (hover:none),(width<=760px){.cart-upsell__add{min-height:40px;padding-inline:.85rem}}
