*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.5rem;line-height:1.65;letter-spacing:.02em;color:rgba(var(--color-foreground),.85);background-color:rgb(var(--color-background))}.gradient{background:var(--gradient-background);background-attachment:local}h1,h2,h3,h4,h5{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));line-height:1.15;margin:0 0 1.6rem;overflow-wrap:break-word}h1,.h1{font-size:3.6rem}h2,.h2{font-size:2.8rem}h3,.h3{font-size:2rem}h4,.h4{font-size:1.7rem}.h0{font-size:4.6rem}.hxl{font-size:5.2rem}@media screen and (min-width:750px){h1,.h1{font-size:4.4rem}h2,.h2{font-size:3.4rem}h3,.h3{font-size:2.2rem}.h0{font-size:6.2rem}.hxl{font-size:7.4rem}}p{margin:0 0 1.4rem}a{color:rgb(var(--color-link));text-underline-offset:.3rem}img,svg{max-width:100%;height:auto}ul,ol{padding-left:2rem}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-to-content-link:focus{position:fixed;z-index:100;top:1rem;left:1rem;width:auto;height:auto;padding:1rem 2rem;margin:0;clip:auto;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:var(--radius-pill)}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 2rem}@media screen and (min-width:750px){.page-width{padding:0 4rem}}.section-pad{padding-top:calc(var(--section-pt, 48px) * .75);padding-bottom:calc(var(--section-pb, 48px) * .75)}@media screen and (min-width:750px){.section-pad{padding-top:var(--section-pt, 48px);padding-bottom:var(--section-pb, 48px)}}.grid{display:grid;gap:1.6rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:750px){.grid--md-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--md-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid--md-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.center{text-align:center}.button,button.button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.3rem 3rem;border-radius:var(--radius-pill);border:.1rem solid rgb(var(--color-button));background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:inherit;font-size:1.45rem;font-weight:500;letter-spacing:.04em;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.button:hover{transform:translateY(-2px);box-shadow:0 .8rem 1.8rem rgba(var(--color-shadow),.18)}.button--secondary{background:transparent;border-color:rgba(var(--color-link),.8);color:rgb(var(--color-link))}.button--gold{background:rgb(var(--tapee-gold));border-color:rgb(var(--tapee-gold));color:#26401b}.button--full{width:100%}.button[disabled],.button[aria-disabled=true]{opacity:.5;pointer-events:none}input[type=text],input[type=email],input[type=tel],input[type=password],input[type=search],input[type=number],textarea,select{width:100%;padding:1.2rem 1.8rem;border-radius:var(--radius-input);border:.1rem solid rgba(var(--color-foreground),.35);background:#ffffff8c;color:rgb(var(--color-foreground));font-family:inherit;font-size:1.5rem}textarea{min-height:10rem;border-radius:1.6rem}input:focus-visible,textarea:focus-visible,select:focus-visible,.button:focus-visible,a:focus-visible,summary:focus-visible{outline:.2rem solid rgba(var(--tapee-gold),.9);outline-offset:.2rem}.field{margin-bottom:1.6rem}.field label{display:block;margin-bottom:.5rem;font-size:1.35rem;font-weight:500}.form-status{margin:0 0 1.6rem;padding:1.2rem 1.8rem;border-radius:1.4rem;font-size:1.4rem}.form-status--success{background:#3a7d2c24;border:.1rem solid rgba(58,125,44,.5)}.form-status--error{background:#a834201a;border:.1rem solid rgba(168,52,32,.5);color:#7c2718}.form-status ul{margin:.4rem 0 0}.tapee-eyebrow{display:inline-flex;align-items:center;gap:.8rem;margin:0 0 1.2rem;font-size:1.2rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(var(--color-foreground),.75)}.tapee-eyebrow:before,.tapee-eyebrow--centered:after{content:"";display:block;width:2.8rem;height:.2rem;border-radius:.2rem;background:linear-gradient(90deg,rgb(var(--tapee-gold)),rgb(var(--tapee-gold-deep)))}.tapee-divider{width:14rem;height:1.4rem;border:0;margin:1.6rem 0 2rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 24' fill='%23C9A227'%3E%3Cpath d='M21 13 C15 5 7 3 2 3 C4 11 11 15 21 13Z'/%3E%3Cpath d='M23 13 C29 5 37 3 42 3 C40 11 33 15 23 13Z'/%3E%3C/svg%3E") center / 3rem 1.4rem no-repeat,linear-gradient(rgba(var(--tapee-gold),.85),rgba(var(--tapee-gold),.85)) left center / 4.6rem .2rem no-repeat,linear-gradient(rgba(var(--tapee-gold),.85),rgba(var(--tapee-gold),.85)) right center / 4.6rem .2rem no-repeat}.tapee-header--center .tapee-divider{margin-left:auto;margin-right:auto}.tapee-header{margin-bottom:3.6rem}.tapee-header--center{text-align:center}.tapee-header h1,.tapee-header h2{margin:0}.tapee-header__text{max-width:62rem;margin:1.2rem 0 0;color:rgba(var(--color-foreground),.78)}.tapee-header--center .tapee-header__text{margin-left:auto;margin-right:auto}.tapee-icon-circle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:5.6rem;height:5.6rem;border-radius:50%;border:.15rem solid rgba(var(--tapee-gold),.85);background:rgba(var(--color-background),.6);color:rgb(var(--color-foreground))}.tapee-icon-circle svg{width:2.6rem;height:2.6rem}.tapee-card{border-radius:var(--radius-card);border:.1rem solid rgba(var(--color-foreground),.08);background:rgba(var(--color-background),.65);box-shadow:0 .6rem 1.8rem rgba(var(--color-shadow),.05)}.announcement-bar{text-align:center;padding:1rem 2rem;font-size:1.2rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-foreground));border-bottom:.1rem solid rgba(var(--tapee-gold),.4)}.announcement-bar a{color:inherit;text-decoration:none;transition:color .2s ease}.announcement-bar a:hover{color:rgb(var(--tapee-gold));text-decoration:underline;text-underline-offset:.3em}.site-header{border-bottom:.1rem solid rgba(var(--color-foreground),.1);position:relative;z-index:20}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:1.6rem;padding-bottom:1.6rem}.site-header__logo{display:inline-flex;align-items:center;gap:1rem;text-decoration:none;font-family:var(--font-heading-family);font-weight:700;font-size:2.1rem;color:rgb(var(--color-foreground))}.site-header__logo img{display:block;width:var(--logo-width, 140px);height:auto}.site-nav{display:none}@media screen and (min-width:990px){.site-nav{display:flex;align-items:center;gap:.4rem}}.site-nav__link{display:inline-block;padding:.8rem 1.4rem;border-radius:var(--radius-pill);font-size:1.4rem;font-weight:500;text-decoration:none;color:rgba(var(--color-foreground),.85);transition:background .15s ease}.site-nav__link:hover,.site-nav__link[aria-current=page]{background:rgba(var(--tapee-gold),.16);color:rgb(var(--color-foreground))}.site-nav__link svg{width:1.4rem;height:1.4rem;vertical-align:middle;margin-left:.2rem}.site-nav__item{position:relative}.site-nav__submenu{position:absolute;top:100%;left:0;min-width:20rem;padding:1rem;margin:0;list-style:none;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1.6rem;box-shadow:0 1.2rem 3rem rgba(var(--color-shadow),.12);opacity:0;visibility:hidden;transform:translateY(.6rem);transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:30}.site-nav__item:hover .site-nav__submenu,.site-nav__item:focus-within .site-nav__submenu{opacity:1;visibility:visible;transform:translateY(0)}.site-nav__submenu a{display:block;padding:.8rem 1.2rem;border-radius:1rem;font-size:1.35rem;text-decoration:none;color:rgba(var(--color-foreground),.85)}.site-nav__submenu a:hover{background:rgba(var(--tapee-gold),.14)}.site-header__actions{display:flex;align-items:center;gap:.6rem}.site-header__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:4.2rem;height:4.2rem;border-radius:50%;color:rgb(var(--color-foreground));transition:background .15s ease}.site-header__icon:hover{background:rgba(var(--tapee-gold),.16)}.site-header__icon svg{width:2.1rem;height:2.1rem}.cart-count{position:absolute;top:.2rem;right:.1rem;min-width:1.7rem;height:1.7rem;padding:0 .4rem;border-radius:1rem;background:rgb(var(--tapee-gold));color:#26401b;font-size:1.05rem;font-weight:700;line-height:1.7rem;text-align:center}.mobile-nav{display:block}@media screen and (min-width:990px){.mobile-nav{display:none}}.mobile-nav>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:4.2rem;height:4.2rem;border-radius:50%}.mobile-nav>summary::-webkit-details-marker{display:none}.mobile-nav>summary svg{width:2.1rem;height:2.1rem}.mobile-nav[open]>summary{background:rgba(var(--tapee-gold),.16)}.mobile-nav__panel{position:absolute;left:0;right:0;top:100%;padding:1.6rem 2rem 2.4rem;background:rgb(var(--color-background));border-bottom:.1rem solid rgba(var(--color-foreground),.12);box-shadow:0 1.6rem 3rem rgba(var(--color-shadow),.12)}.mobile-nav__panel a{display:block;padding:1rem .4rem;font-size:1.5rem;font-weight:500;text-decoration:none;color:rgb(var(--color-foreground));border-bottom:.1rem solid rgba(var(--color-foreground),.07)}.mobile-nav__panel a.mobile-nav__sublink{padding-left:2rem;font-weight:400;font-size:1.4rem;color:rgba(var(--color-foreground),.8)}.mobile-nav__utility{display:flex;gap:1.2rem;margin-top:1.8rem}.mobile-nav__utility a{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.1rem 1.4rem;border:.1rem solid rgba(var(--color-foreground),.25);border-radius:var(--radius-pill);font-size:1.4rem;font-weight:600}.mobile-nav__utility a svg{width:1.8rem;height:1.8rem;flex-shrink:0}@media screen and (max-width:989px){.site-header__icon--desktop{display:none}}.site-footer{margin-top:0}.site-footer__grid{display:grid;gap:3rem;padding-top:4.8rem;padding-bottom:3rem}@media screen and (min-width:750px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1.2fr;gap:4rem}}.site-footer h3{font-size:1.5rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.4rem}.site-footer__brand p{font-size:1.4rem;color:rgba(var(--color-foreground),.8)}.site-footer__menu{list-style:none;padding:0;margin:0}.site-footer__menu a{display:inline-block;padding:.4rem 0;font-size:1.4rem;text-decoration:none;color:rgba(var(--color-foreground),.82)}.site-footer__menu a:hover{color:rgb(var(--color-foreground));text-decoration:underline}.newsletter-form__row{display:flex;border-radius:var(--radius-pill);border:.1rem solid rgba(var(--color-foreground),.4);overflow:hidden;background:#ffffff1f}.newsletter-form__row input{flex:1;border:0;border-radius:0;background:transparent;color:inherit}.newsletter-form__row input::placeholder{color:rgba(var(--color-foreground),.55)}.newsletter-form__row .button{border-radius:0;border:0}.social-links{display:flex;gap:1rem;padding:0;margin:1.8rem 0 0;list-style:none}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:3.8rem;height:3.8rem;border-radius:50%;border:.1rem solid rgba(var(--color-foreground),.3);color:rgb(var(--color-foreground))}.social-links svg{width:1.7rem;height:1.7rem}.site-footer__bottom{display:flex;flex-wrap:wrap;gap:1rem 2rem;align-items:center;justify-content:space-between;padding-top:2rem;padding-bottom:2.6rem;border-top:.1rem solid rgba(var(--color-foreground),.15);font-size:1.25rem;color:rgba(var(--color-foreground),.7)}.site-footer__policies{display:flex;flex-wrap:wrap;gap:1.6rem;list-style:none;padding:0;margin:0}.site-footer__policies a{color:inherit}.tapee-hero-section{position:relative;overflow:hidden}.tapee-hero-section>.page-width{position:relative;z-index:1}.tapee-hero-section:before,.tapee-hero-section:after{content:"";position:absolute;width:24rem;height:28rem;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 220' fill='none' stroke='%23C9A227' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M30 210 C60 150 75 90 70 20'/%3E%3Cpath d='M70 20 C60 40 45 48 28 50 C40 30 52 22 70 20Z'/%3E%3Cpath d='M72 52 C82 66 84 80 80 96 C68 84 66 66 72 52Z'/%3E%3Cpath d='M62 80 C48 88 40 100 38 116 C54 108 62 96 62 80Z'/%3E%3Cpath d='M74 118 C86 128 92 142 92 158 C78 148 72 132 74 118Z'/%3E%3Cpath d='M52 150 C40 158 34 170 32 186 C46 178 52 164 52 150Z'/%3E%3C/svg%3E") no-repeat center / contain;opacity:.4}.tapee-hero-section:before{top:-3rem;right:-4rem;transform:scaleX(-1) rotate(14deg)}.tapee-hero-section:after{bottom:-5rem;left:-4rem;transform:rotate(-10deg)}@media screen and (max-width:989px){.tapee-hero-section:before,.tapee-hero-section:after{width:13rem;height:15rem;opacity:.25}}.tapee-hero-section .tapee-eyebrow{padding:.9rem 2.2rem;border-radius:3rem;background:#fffdf6eb;border:.1rem solid rgba(var(--tapee-gold),.9);box-shadow:0 0 0 .35rem #fffdf6eb,0 0 0 .5rem rgba(var(--tapee-gold),.45);color:#2c5523;letter-spacing:.18em}.tapee-hero-section .tapee-eyebrow:before{display:none}.tapee-hero__grid{display:grid;gap:3rem;align-items:center}@media screen and (min-width:990px){.tapee-hero__grid{grid-template-columns:1.05fr .95fr;gap:6rem}.tapee-hero__grid--media-first .tapee-hero__media{order:-1}}.tapee-hero__heading{margin:0;line-height:1.08}.tapee-hero__subheading{max-width:52rem;margin:0 0 2.4rem;font-size:1.7rem;color:rgba(var(--color-foreground),.8)}.tapee-hero__features{display:flex;flex-direction:column;gap:1.6rem;margin:0 0 3rem;padding:0;list-style:none}.tapee-hero__feature{display:flex;align-items:center;gap:1.6rem}.tapee-hero__feature-heading{margin:0;font-size:1.6rem;font-weight:600}.tapee-hero__feature-text{margin:.2rem 0 0;font-size:1.4rem;color:rgba(var(--color-foreground),.72)}.tapee-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem 1.6rem;margin:0 0 2.4rem;font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.75)}.tapee-hero__meta-dot{width:.5rem;height:.5rem;border-radius:50%;background:rgb(var(--tapee-gold))}.tapee-hero__buttons{display:flex;flex-wrap:wrap;gap:1.2rem}.tapee-hero__media{position:relative}.tapee-hero__media-frame{position:relative;overflow:hidden;border-radius:2.8rem;box-shadow:0 2.4rem 6rem rgba(var(--color-shadow),.16)}.tapee-hero__media-frame img{display:block;width:100%;height:auto}.tapee-hero__placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;background:radial-gradient(120% 90% at 20% 10%,rgba(var(--tapee-gold),.28) 0%,transparent 55%),radial-gradient(120% 100% at 85% 90%,rgba(var(--tapee-leaf),.3) 0%,transparent 60%),linear-gradient(160deg,rgba(var(--color-foreground),.05),rgba(var(--color-foreground),.12))}.tapee-hero__placeholder svg{width:62%;height:auto;color:rgba(var(--color-foreground),.85)}.tapee-highlights__list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.6rem 2rem;margin:0;padding:0;list-style:none}.tapee-highlight{display:flex;align-items:center;gap:1.4rem;min-width:0;padding:1.2rem 2rem 1.2rem 1.4rem;border-radius:var(--radius-pill);border:.1rem solid rgba(var(--tapee-gold),.35);background:rgba(var(--color-shadow),.16)}@media screen and (min-width:990px){.tapee-highlights__list{flex-wrap:nowrap}.tapee-highlight{flex:1 1 0}}.tapee-highlight .tapee-icon-circle{width:4.8rem;height:4.8rem;background:rgba(var(--tapee-gold),.14)}.tapee-highlight__label{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:.02em;color:rgb(var(--color-foreground))}.tapee-highlight__sublabel{margin:.2rem 0 0;font-size:1.3rem;color:rgba(var(--color-foreground),.75)}.tapee-ingredients__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.tapee-ingredients__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem}}@media screen and (min-width:990px){.tapee-ingredients__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.tapee-ingredient{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:2.4rem 1.2rem 2rem;text-align:center;border-radius:2rem;border:.1rem solid rgba(var(--color-foreground),.08);background:rgba(var(--color-background),.65);box-shadow:0 .6rem 1.8rem rgba(var(--color-shadow),.05)}.tapee-ingredient__badge{display:flex;align-items:center;justify-content:center;width:6.4rem;height:6.4rem;border-radius:50%;border:.2rem solid rgb(var(--tapee-gold));background:radial-gradient(circle at 30% 25%,rgba(var(--tapee-gold),.22),rgba(var(--tapee-gold),.05));font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground))}.tapee-ingredient__media{width:6.4rem;height:6.4rem;border-radius:50%;overflow:hidden;border:.2rem solid rgb(var(--tapee-gold))}.tapee-ingredient__media img{width:100%;height:100%;object-fit:cover}.tapee-ingredient__percent-tag{display:inline-block;margin-top:-2.4rem;padding:.1rem .9rem;border-radius:2rem;background:rgb(var(--tapee-gold));color:#26401b;font-size:1.2rem;font-weight:700}.tapee-ingredient__name{margin:0;font-size:1.4rem;font-weight:600;line-height:1.3}.tapee-ingredient__latin{margin:.2rem 0 0;font-size:1.2rem;font-style:italic;color:rgba(var(--color-foreground),.65)}.tapee-ingredients__footer{display:flex;flex-direction:column;align-items:center;gap:1.2rem;margin-top:3.2rem;text-align:center}.tapee-ingredients__total{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2.8rem;border-radius:var(--radius-pill);border:.15rem solid rgb(var(--tapee-gold));background:linear-gradient(180deg,rgba(var(--tapee-gold),.16),rgba(var(--tapee-gold),.05));font-size:1.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tapee-ingredients__total svg{width:1.8rem;height:1.8rem}.tapee-ingredients__note{max-width:64rem;margin:0;font-size:1.3rem;color:rgba(var(--color-foreground),.65)}.tapee-steps__list{display:grid;gap:1.6rem;margin:0;padding:0;list-style:none;counter-reset:tapee-step}@media screen and (min-width:750px){.tapee-steps__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}@media screen and (min-width:990px){.tapee-steps__list--4{grid-template-columns:repeat(4,minmax(0,1fr))}.tapee-steps__list--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.tapee-step{position:relative;counter-increment:tapee-step;padding:3rem 2.4rem 2.6rem;border-radius:var(--radius-card);border:.1rem solid rgba(var(--color-foreground),.08);background:rgba(var(--color-background),.65);box-shadow:0 .6rem 1.8rem rgba(var(--color-shadow),.05)}.tapee-step__number{position:absolute;top:-1.4rem;left:2.4rem;display:flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;border-radius:50%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.5rem;font-weight:700}.tapee-step__number:before{content:counter(tapee-step)}.tapee-step .tapee-icon-circle{margin-bottom:1.6rem}.tapee-step__heading{margin:0 0 .6rem;font-size:1.6rem;font-weight:600}.tapee-step__text{margin:0;font-size:1.4rem;color:rgba(var(--color-foreground),.75)}.tapee-steps__note{margin:2.8rem auto 0;max-width:64rem;text-align:center;font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.tapee-compare{overflow:hidden;border-radius:var(--radius-card);border:.1rem solid rgba(var(--color-foreground),.1);background:rgba(var(--color-background),.65);box-shadow:0 .8rem 2.4rem rgba(var(--color-shadow),.06)}.tapee-compare__row{display:grid;grid-template-columns:1fr 1fr}@media screen and (min-width:750px){.tapee-compare__row{grid-template-columns:1.1fr 1.4fr 1.4fr}}.tapee-compare__row+.tapee-compare__row{border-top:.1rem solid rgba(var(--color-foreground),.08)}.tapee-compare__cell{padding:1.5rem 1.8rem;font-size:1.4rem}.tapee-compare__cell--label{grid-column:1 / -1;padding-bottom:.2rem;font-size:1.2rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--color-foreground),.6)}@media screen and (min-width:750px){.tapee-compare__cell--label{grid-column:auto;padding-bottom:1.5rem;align-self:center}}.tapee-compare__head{background:linear-gradient(180deg,rgba(var(--tapee-gold),.2),rgba(var(--tapee-gold),.08))}.tapee-compare__head .tapee-compare__cell{font-weight:700}.tapee-compare__head .tapee-compare__cell--label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media screen and (min-width:750px){.tapee-compare__head .tapee-compare__cell--label{position:static;width:auto;height:auto;padding:1.5rem 1.8rem;margin:0;overflow:visible;clip:auto;white-space:normal}}.tapee-compare__badge{display:inline-block;padding:.3rem 1.2rem;border-radius:2rem;font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.tapee-compare__badge--gold{background:rgb(var(--tapee-gold));color:#26401b}.tapee-compare__note{margin:2.4rem auto 0;max-width:64rem;text-align:center;font-size:1.3rem;color:rgba(var(--color-foreground),.65)}.tapee-story__grid{display:grid;gap:3rem;align-items:center}@media screen and (min-width:990px){.tapee-story__grid{grid-template-columns:1fr 1fr;gap:6rem}.tapee-story__grid--media-last .tapee-story__media{order:2}}.tapee-story__media{overflow:hidden;border-radius:var(--radius-card);box-shadow:0 1.6rem 4rem rgba(var(--color-shadow),.12)}.tapee-story__media img{display:block;width:100%;height:auto}.tapee-story__placeholder{aspect-ratio:4 / 3;background:radial-gradient(100% 80% at 80% 15%,rgba(var(--tapee-gold),.3) 0%,transparent 55%),linear-gradient(160deg,rgba(var(--tapee-leaf),.28),rgba(var(--color-foreground),.12));display:flex;align-items:center;justify-content:center}.tapee-story__placeholder svg{width:40%;color:rgba(var(--color-foreground),.7)}.tapee-story__text{color:rgba(var(--color-foreground),.82)}.tapee-columns__grid{display:grid;gap:1.6rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.tapee-columns__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.tapee-columns__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.tapee-columns__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.tapee-column{padding:2.8rem 2.4rem;text-align:center}.tapee-column .tapee-icon-circle{margin-bottom:1.6rem}.tapee-column__title{margin:0 0 .8rem;font-size:1.7rem}.tapee-column__text{margin:0;font-size:1.4rem;color:rgba(var(--color-foreground),.78)}.tapee-faq{max-width:76rem;margin:0 auto}.tapee-faq__item{margin-bottom:1.2rem;border-radius:1.8rem;border:.1rem solid rgba(var(--color-foreground),.1);background:rgba(var(--color-background),.65);overflow:hidden}.tapee-faq__item>summary{display:flex;align-items:center;gap:1.4rem;padding:1.8rem 2.2rem;cursor:pointer;list-style:none;font-size:1.55rem;font-weight:600;color:rgb(var(--color-foreground))}.tapee-faq__item>summary::-webkit-details-marker{display:none}.tapee-faq__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:50%;border:.12rem solid rgba(var(--tapee-gold),.85);color:rgb(var(--color-foreground))}.tapee-faq__icon svg{width:1.8rem;height:1.8rem}.tapee-faq__chevron{margin-left:auto;flex-shrink:0;width:1.8rem;height:1.8rem;transition:transform .2s ease}.tapee-faq__item[open] .tapee-faq__chevron{transform:rotate(180deg)}.tapee-faq__content{padding:0 2.2rem 2rem 7.2rem;font-size:1.45rem;color:rgba(var(--color-foreground),.8)}.tapee-cta{text-align:center}.tapee-cta__text{max-width:56rem;margin:0 auto 2.4rem;color:rgba(var(--color-foreground),.8)}.tapee-cta__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem}.tapee-newsletter{text-align:center}.tapee-newsletter .newsletter-form__row{max-width:46rem;margin:0 auto}.tapee-newsletter__text{max-width:56rem;margin:0 auto 2.4rem;color:rgba(var(--color-foreground),.8)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.product-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-card{display:flex;flex-direction:column;border-radius:var(--radius-card);border:.1rem solid rgba(var(--color-foreground),.08);background:rgba(var(--color-background),.65);box-shadow:0 .6rem 1.8rem rgba(var(--color-shadow),.05);overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 1.4rem 3rem rgba(var(--color-shadow),.12)}.product-card__media{position:relative;aspect-ratio:1 / 1;background:rgba(var(--tapee-gold),.08)}.product-card__media img{width:100%;height:100%;object-fit:cover;display:block}.product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-card__placeholder svg{width:44%;color:rgba(var(--color-foreground),.4)}.product-card__badge{position:absolute;bottom:1.2rem;left:1.2rem;padding:.4rem 1.2rem;border-radius:2rem;font-size:1.15rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:rgb(var(--tapee-gold));color:#26401b}.product-card__badge--sold-out{background:#2c5523;color:#faf4e0}.product-card__info{padding:1.6rem 1.8rem 2rem}.product-card__title{margin:0 0 .6rem;font-size:1.5rem;font-weight:600}.product-card__title a{text-decoration:none;color:rgb(var(--color-foreground))}.product-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.product-card{position:relative}.product-card__price{font-size:1.4rem;color:rgba(var(--color-foreground),.8)}.price__sale{color:#a83420;font-weight:600}.price__compare{text-decoration:line-through;color:rgba(var(--color-foreground),.55);margin-right:.6rem}.product-main__grid{display:grid;gap:3rem}@media screen and (min-width:990px){.product-main__grid{grid-template-columns:1.05fr .95fr;gap:6rem;align-items:start}.product-main__info{position:sticky;top:3rem}}.product-gallery__main{position:relative}.product-gallery__badge{position:absolute;top:1.6rem;left:1.6rem;z-index:2;display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.4rem;border-radius:var(--radius-pill);background:rgb(var(--tapee-gold));color:#26401b;font-size:1.2rem;font-weight:700;letter-spacing:.06em;box-shadow:0 .4rem 1.2rem rgba(var(--color-shadow),.25);pointer-events:none}.product-gallery__badge svg{width:1.4rem;height:1.4rem}.product-gallery__slide{display:none}.product-gallery__slide.is-active{display:block;box-shadow:0 1.8rem 4rem rgba(var(--color-shadow),.12)}.product-gallery__slide img{transition:transform .6s ease}.product-gallery__slide:hover img{transform:scale(1.04)}.product-gallery__cta{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:1.2rem;padding:1.2rem 2rem;border-radius:1.4rem;border:.1rem solid rgba(var(--color-foreground),.15);background:rgba(var(--color-background),.6);font-size:1.35rem;font-weight:600;text-decoration:none;color:rgb(var(--color-foreground));transition:border-color .2s ease,background .2s ease}.product-gallery__cta:hover{border-color:rgba(var(--tapee-gold),.8);background:rgba(var(--tapee-gold),.08)}.product-gallery__cta svg{width:1.8rem;height:1.8rem;color:rgb(var(--tapee-gold-deep))}.product-gallery__thumbs{display:flex;flex-wrap:wrap;gap:1rem;margin:1.2rem 0 0;padding:0;list-style:none}.product-gallery__thumb{display:block;width:7.2rem;height:7.2rem;padding:0;cursor:pointer;overflow:hidden;border-radius:calc(var(--radius-card) * .6);border:.1rem solid rgba(var(--color-foreground),.12);background:none;opacity:.65;transition:opacity .2s ease,border-color .2s ease}.product-gallery__thumb:hover{opacity:1}.product-gallery__thumb.is-active{opacity:1;border-color:rgb(var(--color-foreground))}.product-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.product-media__item{overflow:hidden;border-radius:var(--radius-card);border:.1rem solid rgba(var(--color-foreground),.08)}.product-media__item img{display:block;width:100%;height:auto}.product-media__placeholder{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:radial-gradient(120% 90% at 20% 10%,rgba(var(--tapee-gold),.25) 0%,transparent 55%),linear-gradient(160deg,rgba(var(--tapee-leaf),.2),rgba(var(--color-foreground),.08))}.product-media__placeholder svg{width:50%;color:rgba(var(--color-foreground),.6)}.featured-product__card{position:relative;overflow:hidden;padding:2.4rem;border-radius:var(--radius-card);border:.1rem solid rgba(var(--tapee-gold),.4);background:rgba(var(--color-background),.55);box-shadow:0 2.4rem 6rem rgba(var(--color-shadow),.08)}@media screen and (min-width:750px){.featured-product__card{padding:4.8rem}}.featured-product__card:after{content:"";position:absolute;top:-5rem;right:-5rem;width:24rem;height:24rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B28418' stroke-width='0.8'%3E%3Cpath d='M5 19C5 9 11 4 20 4c0 9-5 15-15 15Z'/%3E%3Cpath d='M5 19c3-5 7-9 11-11'/%3E%3C/svg%3E") center / contain no-repeat;opacity:.1;transform:rotate(15deg);pointer-events:none}.featured-product__grid{position:relative;display:grid;gap:3.2rem}@media screen and (min-width:990px){.featured-product__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:5.6rem;align-items:center}}.featured-product__media-wrap{position:relative}.featured-product__media-wrap:before{content:"";position:absolute;top:2rem;right:-1.2rem;bottom:-1.2rem;left:2rem;border:.15rem solid rgba(var(--tapee-gold),.55);border-radius:var(--radius-card);pointer-events:none}.featured-product__media{position:relative;background:rgb(var(--color-background))}.featured-product__media img{display:block;width:100%;height:auto;transition:transform .6s ease}.featured-product__media:hover img{transform:scale(1.04)}.featured-product__text{margin:0 0 1.8rem;font-size:1.5rem;color:rgba(var(--color-foreground),.78)}.featured-product__buy-row{display:flex;gap:1.2rem;margin-bottom:2rem}.featured-product__add{flex:1}.product-flag{display:inline-flex;align-items:center;padding:.4rem 1.4rem;border-radius:var(--radius-pill);font-size:1.15rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-flag--soldout{background:rgba(var(--color-foreground),.12);color:rgba(var(--color-foreground),.75)}.product-flag--sale{background:rgb(var(--tapee-gold));color:#26401b}.featured-product__links{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;margin-top:.4rem}.featured-product__link{display:inline-flex;align-items:center;gap:.7rem;padding:0;border:0;background:none;font-family:inherit;font-size:1.4rem;font-weight:600;color:rgb(var(--color-link));text-decoration:none;cursor:pointer;transition:color .2s ease}.featured-product__link:hover{color:rgb(var(--tapee-gold-deep))}.featured-product__link svg{width:1.7rem;height:1.7rem;flex-shrink:0}.product-vendor{margin:0 0 .6rem;font-size:1.2rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(var(--color-foreground),.65)}.product-eyebrow{display:inline-flex;align-items:center;gap:.8rem;margin:0 0 1rem;font-size:1.2rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgb(var(--tapee-gold-deep))}.product-eyebrow svg{width:1.6rem;height:1.6rem;flex-shrink:0}.product-title{margin:0 0 1rem}.product-price{display:flex;align-items:baseline;gap:1rem;margin:0 0 2rem;font-size:2.2rem;font-weight:600;color:rgb(var(--color-foreground))}.product-price .price__unit{font-size:1.3rem;font-weight:400;color:rgba(var(--color-foreground),.65)}.product-price__note{margin:-1.6rem 0 2rem;font-size:1.25rem;color:rgba(var(--color-foreground),.6)}.product-form__option{margin-bottom:1.8rem}.product-form__option-label{display:block;margin-bottom:.7rem;font-size:1.35rem;font-weight:600}.variant-pills{display:flex;flex-wrap:wrap;gap:.8rem}.variant-pill{position:relative}.variant-pill input{position:absolute;opacity:0;top:0;right:0;bottom:0;left:0;cursor:pointer}.variant-pill label{display:inline-block;padding:.9rem 2rem;border-radius:var(--radius-pill);border:.1rem solid rgba(var(--color-foreground),.45);font-size:1.4rem;cursor:pointer;transition:all .12s ease}.variant-pill input:checked+label{background:rgb(var(--color-button));border-color:rgb(var(--color-button));color:rgb(var(--color-button-text));box-shadow:0 0 0 .2rem rgba(var(--tapee-gold),.5)}.variant-pill input:focus-visible+label{outline:.2rem solid rgba(var(--tapee-gold),.9);outline-offset:.2rem}.quantity-row{display:flex;align-items:center;gap:1.4rem;margin-bottom:2rem}.quantity-input{display:inline-flex;align-items:center;border:.1rem solid rgba(var(--color-foreground),.4);border-radius:var(--radius-pill);overflow:hidden}.quantity-input button{width:4.2rem;height:4.4rem;border:0;background:transparent;color:rgb(var(--color-foreground));font-size:1.8rem;cursor:pointer}.quantity-input input{width:5rem;border:0;border-radius:0;text-align:center;padding:1rem 0;background:transparent;-moz-appearance:textfield}.quantity-input input::-webkit-outer-spin-button,.quantity-input input::-webkit-inner-spin-button{-webkit-appearance:none}.product-buy-buttons{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.4rem}.shopify-payment-button__button--unbranded{border-radius:var(--radius-pill)!important;font-family:inherit!important;letter-spacing:.04em;background:transparent!important;border:.1rem solid rgb(var(--tapee-gold-deep))!important;color:rgb(var(--tapee-gold-deep))!important;font-size:1.45rem!important;font-weight:600;padding:1.2rem 3rem;transition:background .2s ease,color .2s ease,border-color .2s ease}.shopify-payment-button__button--unbranded:hover{background:rgb(var(--tapee-gold))!important;border-color:rgb(var(--tapee-gold))!important;color:#26401b!important}.product-payment-strip{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-bottom:2.4rem}.product-payment-strip__note{display:inline-flex;align-items:center;gap:.6rem;margin:0;font-size:1.2rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground),.65)}.product-payment-strip__note svg{width:1.6rem;height:1.6rem;color:rgb(var(--tapee-gold-deep))}.product-payment-strip__icons{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.product-payment-strip__icons svg{height:2.4rem;width:auto;border-radius:.3rem}.product-profile{margin-bottom:2.4rem;padding:2rem 2.2rem;border-radius:1.8rem;border:.1rem solid rgba(var(--tapee-gold),.3);background:rgba(var(--tapee-gold),.06)}.product-profile__heading{margin:0 0 1.4rem;font-size:1.6rem;text-align:center}.product-profile__list{margin:0;padding:0;list-style:none}.product-profile__row{display:flex;align-items:center;gap:1.4rem;padding:1.1rem 0}.product-profile__row+.product-profile__row{border-top:.1rem solid rgba(var(--color-foreground),.1)}.product-profile__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:3.8rem;height:3.8rem;border-radius:1.1rem;background:rgba(var(--tapee-gold),.16);color:rgb(var(--tapee-gold-deep))}.product-profile__icon svg{width:2rem;height:2rem}.product-profile__label{margin:0;font-size:1.4rem;font-weight:700}.product-profile__text{margin:.1rem 0 0;font-size:1.3rem;color:rgba(var(--color-foreground),.72)}.product-divider{display:flex;align-items:center;gap:1.2rem;margin:0 0 2.4rem;color:rgb(var(--tapee-gold-deep))}.product-divider:before,.product-divider:after{content:"";flex:1;height:.1rem;background:linear-gradient(90deg,transparent,rgba(var(--tapee-gold),.55))}.product-divider:after{background:linear-gradient(90deg,rgba(var(--tapee-gold),.55),transparent)}.product-divider svg{width:1.8rem;height:1.8rem;flex-shrink:0}.product-description{margin-bottom:2.4rem;color:rgba(var(--color-foreground),.82)}.product-tabs{scroll-margin-top:2.4rem}.product-tabs .tapee-faq__item{background:rgba(var(--color-background),.5)}.product-icons-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:0 0 2.4rem}.product-icons-row__item{display:inline-flex;align-items:center;gap:.8rem;padding:.8rem 1.6rem .8rem 1.2rem;font-size:1.3rem;font-weight:600;border-radius:var(--radius-pill);border:.1rem solid rgba(var(--color-foreground),.22);background:rgba(var(--color-background),.6)}.product-icons-row__item svg{width:1.7rem;height:1.7rem;flex-shrink:0;color:rgb(var(--tapee-leaf))}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem;margin-bottom:2.4rem;font-size:1.35rem}.collection-toolbar select{width:auto;padding:.8rem 1.6rem}.empty-state{text-align:center;padding:6rem 2rem}.empty-state svg{width:6rem;height:6rem;margin-bottom:1.6rem;color:rgba(var(--color-foreground),.5)}.pagination{display:flex;justify-content:center;align-items:center;gap:.6rem;margin:3.6rem 0 0;padding:0;list-style:none}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:4rem;height:4rem;padding:0 1.2rem;border-radius:var(--radius-pill);font-size:1.4rem;text-decoration:none;color:rgb(var(--color-foreground))}.pagination a:hover{background:rgba(var(--tapee-gold),.16)}.pagination .pagination__current{background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-weight:600}.cart-table{width:100%;border-collapse:collapse;margin-bottom:2.4rem}.cart-table th{text-align:left;padding:0 1rem 1.2rem 0;font-size:1.2rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.6);border-bottom:.1rem solid rgba(var(--color-foreground),.15)}.cart-table td{padding:1.8rem 1rem 1.8rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.08);vertical-align:middle;font-size:1.45rem}.cart-item__media{width:8.4rem;border-radius:1.4rem;overflow:hidden;border:.1rem solid rgba(var(--color-foreground),.1)}.cart-item__media img{display:block;width:100%;height:auto}.cart-item__title{font-weight:600;text-decoration:none;color:rgb(var(--color-foreground))}.cart-item__meta{margin:.3rem 0 0;font-size:1.25rem;color:rgba(var(--color-foreground),.65)}.cart-item__remove{font-size:1.25rem;color:rgba(var(--color-foreground),.65)}.cart-footer{display:grid;gap:3rem;align-items:start}@media screen and (min-width:750px){.cart-footer{grid-template-columns:1.2fr .8fr}}.cart-note label{display:block;margin-bottom:.6rem;font-size:1.35rem;font-weight:500}.cart-summary{padding:2.4rem;border-radius:var(--radius-card);border:.1rem solid rgba(var(--color-foreground),.1);background:rgba(var(--color-background),.65);text-align:right}.cart-summary__total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.8rem;font-size:1.8rem;font-weight:600}.cart-summary__note{margin:0 0 1.8rem;font-size:1.25rem;color:rgba(var(--color-foreground),.65);text-align:right}@media screen and (max-width:749px){.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:1.4rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.cart-table td{padding:.5rem 0;border:0}}.article-grid{display:grid;gap:2rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.article-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.article-card{position:relative;border-radius:var(--radius-card);border:.1rem solid rgba(var(--color-foreground),.08);background:rgba(var(--color-background),.65);overflow:hidden}.article-card__media{aspect-ratio:3 / 2;background:rgba(var(--tapee-gold),.1)}.article-card__media img{width:100%;height:100%;object-fit:cover;display:block}.article-card__info{padding:1.8rem 2rem 2.2rem}.article-card__date{font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.6)}.article-card__title{margin:.6rem 0 .8rem;font-size:1.7rem}.article-card__title a{text-decoration:none;color:rgb(var(--color-foreground))}.article-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.article-card__excerpt{margin:0;font-size:1.4rem;color:rgba(var(--color-foreground),.75)}.article-content{max-width:72rem;margin:0 auto}.article-content img{border-radius:var(--radius-card)}.article-meta{font-size:1.3rem;color:rgba(var(--color-foreground),.65);margin-bottom:2.4rem}.rte{color:rgba(var(--color-foreground),.85)}.rte img{border-radius:var(--radius-card)}.rte table{border-collapse:collapse;width:100%}.rte td,.rte th{padding:1rem 1.4rem;border:.1rem solid rgba(var(--color-foreground),.15)}.page-content{max-width:76rem;margin:0 auto}.customer-wrap{max-width:52rem;margin:0 auto}.customer-wrap--wide{max-width:86rem}.customer-card{padding:3rem 2.8rem;border-radius:var(--radius-card);border:.1rem solid rgba(var(--color-foreground),.1);background:rgba(var(--color-background),.65)}.customer-links{margin-top:1.8rem;font-size:1.4rem;text-align:center}.order-table{width:100%;border-collapse:collapse;font-size:1.4rem}.order-table th,.order-table td{text-align:left;padding:1.2rem 1rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.address-card{padding:2rem;border-radius:1.8rem;border:.1rem solid rgba(var(--color-foreground),.12);margin-bottom:1.6rem}.error-page{text-align:center;padding:8rem 2rem}.error-page .tapee-divider{margin-left:auto;margin-right:auto}.password-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.password-page__inner{max-width:52rem}@media(prefers-reduced-motion:no-preference){.js .reveal{opacity:0;transform:translateY(1.6rem);transition:opacity .5s ease,transform .5s ease}.js .reveal.is-visible{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/tapee.css.map */
