.tep-product-cta{background:var(--tepache-gold);border-radius:14px;padding:28px 24px;display:grid;gap:18px;text-align:center;box-shadow:0 8px 28px #1a0e0a1a;position:relative;isolation:isolate}.bg-gold .tep-product-cta{background:var(--tepache-cream)}.tep-product-cta.is-horizontal{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);text-align:left;gap:24px;align-items:center}.tep-product-cta.is-empty{background:var(--tepache-cream);color:var(--tepache-ink-3);font-size:13px}.tep-product-cta__media{display:flex;justify-content:center;align-items:center;min-height:220px}.tep-product-cta__media img{max-width:70%;max-height:280px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(26,14,10,.2))}.tep-product-cta.is-horizontal .tep-product-cta__media{min-height:auto}.tep-product-cta.is-horizontal .tep-product-cta__media img{max-width:100%;max-height:240px}.tep-product-cta__title{color:var(--tepache-ink);margin:0}.tep-product-cta__sub{font-size:14px;color:var(--tepache-ink-2);margin-top:6px}.tep-product-cta__price-row{display:inline-flex;align-items:baseline;gap:10px;justify-content:center}.tep-product-cta.is-horizontal .tep-product-cta__price-row{justify-content:flex-start}.tep-product-cta__price-old{font-size:16px;text-decoration:line-through;color:var(--tepache-ink-3)}.tep-product-cta__price-now{font-size:26px;font-weight:700;color:var(--tepache-ink)}.tep-product-cta__save{background:var(--tepache-red);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.06em;text-transform:uppercase}.tep-product-cta__form{width:100%}.tep-product-cta__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;background:var(--tepache-red);color:#fff;border:0;padding:16px 22px;font-size:14px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 0 var(--tepache-red-deep);transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.tep-product-cta__btn:hover{background:var(--tepache-red-deep);color:#fff;transform:translateY(-1px);box-shadow:0 2px 0 var(--tepache-red-deep)}.tep-product-cta__btn:focus-visible{outline:3px solid var(--tepache-ink);outline-offset:2px}.tep-product-cta__btn--unavailable{background:var(--tepache-ink);color:#fff;box-shadow:none;pointer-events:none;opacity:.85}.tep-product-cta__btn--unavailable:hover{background:var(--tepache-ink);transform:none;box-shadow:none}.tep-product-cta__micro{font-size:12px;color:var(--tepache-ink-2);letter-spacing:.02em;margin-top:12px}@media(max-width:720px){.tep-product-cta.is-horizontal{grid-template-columns:1fr;text-align:center}.tep-product-cta.is-horizontal .tep-product-cta__price-row{justify-content:center}.tep-product-cta__media{min-height:180px}}.tep-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:60;background:var(--tepache-ink);color:#fff;transform:translateY(100%);transition:transform .35s cubic-bezier(.2,.7,.3,1);box-shadow:0 -10px 30px #00000040;pointer-events:none}.tep-sticky-cta.is-visible{transform:translateY(0);pointer-events:auto}.tep-sticky-cta__inner{max-width:1280px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.tep-sticky-cta__left{display:flex;align-items:center;gap:14px;min-width:0}.tep-sticky-cta__can{width:44px;height:44px;object-fit:contain;flex-shrink:0}.tep-sticky-cta__copy{min-width:0}.tep-sticky-cta__name{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tep-sticky-cta__price{font-size:13px;color:var(--tepache-gold);font-weight:700}.tep-sticky-cta__btn{background:var(--tepache-gold);color:var(--tepache-ink);border:0;padding:12px 22px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:8px;cursor:pointer;flex-shrink:0;box-shadow:0 3px 0 var(--tepache-gold-deep);transition:transform .15s,background .15s}.tep-sticky-cta__btn:hover{background:var(--tepache-gold-deep);transform:translateY(-1px)}@media(max-width:540px){.tep-sticky-cta__name{display:none}.tep-sticky-cta__inner{padding:10px 14px}}.tep-faq__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:60px;align-items:start}.tep-faq__head .tep-faq__eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--tepache-red);font-weight:700;margin-bottom:14px}.tep-faq__subheading{margin-top:16px;font-size:14px;line-height:1.7;color:var(--tepache-ink-2)}.tep-faq.bg-ink .tep-faq__head{color:#fff}.tep-faq.bg-ink .tep-faq__eyebrow{color:var(--tepache-gold)}.tep-faq.bg-ink .tep-faq__subheading{color:#ffffffbf}.tep-faq__list{width:100%}.tep-faq__item{border-bottom:1px solid var(--tepache-line)}.tep-faq.bg-ink .tep-faq__item{border-color:#ffffff1f}.tep-faq__q{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;background:transparent;border:0;padding:22px 0;font-size:18px;font-weight:700;color:inherit;cursor:pointer;letter-spacing:.005em;font-family:inherit;transition:color .15s}.tep-faq__q:hover{color:var(--tepache-red)}.tep-faq.bg-ink .tep-faq__q:hover{color:var(--tepache-gold)}.tep-faq__q:focus-visible{outline:2px solid var(--tepache-red);outline-offset:2px}.tep-faq__plus{width:32px;height:32px;border-radius:50%;background:var(--tepache-ink);color:var(--tepache-gold);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;flex-shrink:0;margin-left:12px;transition:transform .25s,background .15s,color .15s}.tep-faq__item.is-open .tep-faq__plus{transform:rotate(45deg);background:var(--tepache-red);color:#fff}.tep-faq.bg-ink .tep-faq__plus{background:var(--tepache-gold);color:var(--tepache-ink)}.tep-faq.bg-ink .tep-faq__item.is-open .tep-faq__plus{background:var(--tepache-red);color:#fff}.tep-faq__a{overflow:hidden;max-height:0;transition:max-height .35s cubic-bezier(.2,.7,.3,1)}.tep-faq__item.is-open .tep-faq__a{max-height:600px}.tep-faq__a-inner{font-size:15px;line-height:1.7;color:var(--tepache-ink-2);padding:0 0 22px;max-width:700px}.tep-faq.bg-ink .tep-faq__a-inner{color:#ffffffc7}@media(max-width:900px){.tep-faq__grid{grid-template-columns:1fr;gap:32px}}.tep-marquee{overflow:hidden;padding:18px 0}.tep-marquee__track{display:flex;gap:60px;align-items:center;width:max-content;animation:tep-marquee-scroll var(--tep-marquee-duration, 32s) linear infinite}.tep-marquee__item{font-size:18px;letter-spacing:.05em;text-transform:uppercase;font-weight:700;white-space:nowrap;opacity:.9}.tep-marquee__star{color:var(--tepache-gold);margin-right:8px}.tep-marquee.bg-cream .tep-marquee__star,.tep-marquee.bg-gold .tep-marquee__star{color:var(--tepache-red)}@keyframes tep-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.tep-marquee__track{animation-duration:0s}}.sticky-features__wrap{position:relative}.sticky-pattern-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:var(--tepache-pattern-url);background-repeat:repeat;background-size:360px auto;background-position:50% 0;opacity:.6;will-change:background-position,opacity}@media(prefers-reduced-motion:reduce){.sticky-pattern-bg{background-attachment:fixed}}.sticky-features__wrap>.sticky-features__scroll,.sticky-features__wrap>[data-sticky-feature-wrap]>.sticky-features__scroll{position:relative;z-index:1}.sticky-features__wrap>.sticky-section__floating-img-left,.sticky-features__wrap>.sticky-section__floating-img-right{z-index:2}.sticky-scroll-cue{position:absolute;left:50%;bottom:24px;transform:translate(-50%);z-index:1;pointer-events:none;width:28px;height:14px;display:block}.sticky-scroll-cue__chevron{display:block;width:100%;height:100%;color:currentColor;opacity:.32;animation:sticky-scroll-cue-drift 2.2s ease-in-out infinite}@keyframes sticky-scroll-cue-drift{0%{transform:translateY(-4px);opacity:.1}50%{transform:translateY(0);opacity:.32}to{transform:translateY(8px);opacity:0}}@media(prefers-reduced-motion:reduce){.sticky-scroll-cue__chevron{animation:none;opacity:.28}}.tep-stat-band__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.tep-stat-band__num{font-size:clamp(56px,9vw,120px);font-weight:700;line-height:.95;letter-spacing:-.01em;color:var(--tepache-ink)}.tep-stat-band.bg-ink .tep-stat-band__num,.tep-stat-band.bg-red .tep-stat-band__num{color:var(--tepache-gold)}.tep-stat-band.bg-gold .tep-stat-band__num{color:var(--tepache-red)}.tep-stat-band__label{font-size:14px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;max-width:720px;color:var(--tepache-ink-2)}.tep-stat-band.bg-ink .tep-stat-band__label,.tep-stat-band.bg-red .tep-stat-band__label{color:#ffffffd9}.tep-stat-band.bg-gold .tep-stat-band__label{color:var(--tepache-ink)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/components.css.map */
