.thj-fg-strip__trust{margin-top:var(--gutter-small, 14px);display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 14px}.thj-fg-strip__trust--center{justify-content:center;text-align:center}.thj-fg-strip__trust-line{font-weight:var(--font-weight-body-bold);color:var(--color-text-main)}.thj-fg-strip__trust-link{color:var(--color-accent-main);font-weight:var(--font-weight-body-bold);text-decoration:underline;text-underline-offset:3px}.thj-fg{list-style:none;margin:0;padding:0;display:grid;gap:var(--grid-gap, 14px);grid-template-columns:repeat(2,1fr)}@media(min-width:600px){.thj-fg--grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.thj-fg--grid{grid-template-columns:repeat(4,1fr)}}ul.thj-fg--carousel{display:flex;width:100%;max-width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;gap:var(--grid-gap, 14px);padding-bottom:6px;scrollbar-width:none}ul.thj-fg--carousel::-webkit-scrollbar{display:none}ul.thj-fg--carousel .thj-fg__item{flex:0 0 220px;min-width:0;scroll-snap-align:start}@media(max-width:599px){ul.thj-fg--carousel .thj-fg__item{flex-basis:41vw}}.thj-fg__item[hidden]{display:none}.thj-fg__card{margin:0}.thj-fg-scroller{position:relative;min-width:0;max-width:100%}.thj-fg-scroller__btn{position:absolute;top:38%;transform:translateY(-50%);z-index:2;width:42px;height:42px;border-radius:999px;border:1px solid var(--color-borders-main);background:var(--color-background-main);color:var(--color-text-main);cursor:pointer;font-size:1.35em;line-height:1;box-shadow:0 1px 6px #00000029}.thj-fg-scroller__btn--prev{left:-10px}.thj-fg-scroller__btn--next{right:-10px}.thj-fg-scroller__btn:focus-visible{outline:2px solid var(--color-accent-main);outline-offset:2px}@media(max-width:989px){.thj-fg-scroller__btn{display:none}}.thj-fg-scroller--fade:after{content:"";position:absolute;top:0;bottom:6px;right:0;width:56px;background:linear-gradient(to left,var(--color-background-main),rgba(255,255,255,0));pointer-events:none}.thj-fg__zoom{position:relative;display:block;width:100%;padding:0;border:0;background:none;border-radius:var(--border-radius-cards, 10px);overflow:hidden}button.thj-fg__zoom{cursor:zoom-in}a.thj-fg__zoom{cursor:pointer}.thj-fg__zoom:after{content:"";position:absolute;right:8px;bottom:8px;width:30px;height:30px;border-radius:50%;background-color:#ffffffeb;background-repeat:no-repeat;background-position:center;background-size:15px;opacity:0;transition:opacity .25s ease;pointer-events:none;box-shadow:0 1px 4px #00000040}button.thj-fg__zoom:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='M15.5 15.5 21 21M10.5 7.5v6M7.5 10.5h6'/%3E%3C/svg%3E")}a.thj-fg__zoom:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7M9 7h8v8'/%3E%3C/svg%3E")}a.thj-fg__more:after{display:none}.thj-fg__more-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#1414148c;color:#fff;font-weight:var(--font-weight-body-bold, 700);font-size:1.05em;text-align:center;padding:10px}a.thj-fg__more:hover .thj-fg__more-overlay{background:#141414ad}a.thj-fg__more:hover img{transform:none}.thj-fg__zoom:hover:after,.thj-fg__zoom:focus-visible:after{opacity:1}.thj-fg__zoom:focus-visible{outline:2px solid var(--color-accent-main);outline-offset:2px}.thj-fg__zoom img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;transition:transform .3s ease}.thj-fg__zoom:hover img{transform:scale(1.04)}.thj-fg__caption{font-size:.875em;margin-top:6px;display:flex;flex-direction:column;gap:2px;color:var(--color-text-main)}.thj-fg__name{font-weight:var(--font-weight-body-bold)}.thj-fg__occasion,.thj-fg__credit{color:var(--color-secondary-text-main)}.thj-fg__cta{font-weight:var(--font-weight-body-bold);color:var(--color-accent-main);text-decoration:underline;text-underline-offset:2px}.thj-fg__empty{color:var(--color-secondary-text-main)}.thj-fg-filters{display:flex;flex-wrap:wrap;gap:8px;margin:var(--gutter-small, 12px) 0}.thj-fg-chip{border:1px solid var(--color-borders-main);border-radius:var(--border-radius-buttons, 999px);background:var(--color-background-main);color:var(--color-text-main);padding:6px 16px;cursor:pointer;font-family:var(--font-stack-body);font-size:.875em}.thj-fg-chip[aria-pressed=true]{background:var(--color-accent-main);color:var(--color-background-main);border-color:var(--color-accent-main)}.thj-fg-chip:focus-visible{outline:2px solid var(--color-accent-main);outline-offset:2px}.thj-fg-ctas{margin-top:var(--gutter-large, 32px)}.thj-fg-ctas ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px}.thj-fg-submit{margin-top:var(--gutter-large, 40px);color:var(--color-text-main)}.thj-fg-submit__note{font-size:.8em;color:var(--color-secondary-text-main)}.thj-anim{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.thj-anim.thj-anim--in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.thj-anim{opacity:1;transform:none;transition:none}.thj-fg__zoom img,.thj-fg__zoom:after{transition:none}.thj-fg__zoom:hover img{transform:none}}.thj-lightbox{width:100vw;height:100vh;max-width:100vw;max-height:100vh;top:0;right:0;bottom:0;left:0;margin:0;border:0;padding:0;background:#000000eb}.thj-lightbox[open]{display:flex;align-items:center;justify-content:center}.thj-lightbox::backdrop{background:#00000080}.thj-lightbox figure{position:relative;margin:0;display:flex;flex-direction:column;align-items:center;gap:10px;max-width:calc(100vw - 140px)}.thj-lightbox__more{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#1414148c;color:#fff;font-weight:var(--font-weight-body-bold, 700);font-size:1.35em;text-align:center;text-decoration:none;border-radius:var(--border-radius-cards, 0);padding:16px}.thj-lightbox__more:hover,.thj-lightbox__more:focus-visible{background:#141414ad;color:#fff}.thj-lightbox__more[hidden]{display:none}.thj-lightbox img{max-width:100%;max-height:78vh;width:auto;height:auto;border-radius:var(--border-radius-cards, 0)}.thj-lightbox figcaption{color:#fff;text-align:center}.thj-lightbox__close{position:absolute;top:14px;right:14px;background:#fff;color:#111;border:0;border-radius:999px;width:42px;height:42px;cursor:pointer;font-size:1.05em;z-index:2}.thj-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff0;color:#111;border:0;border-radius:999px;width:46px;height:46px;cursor:pointer;font-size:1.5em;line-height:1;z-index:2}.thj-lightbox__nav:focus-visible,.thj-lightbox__close:focus-visible{outline:2px solid #fff;outline-offset:2px}.thj-lightbox__nav--prev{left:18px}.thj-lightbox__nav--next{right:18px}.thj-lightbox__nav[hidden]{display:none}@media(max-width:599px){.thj-lightbox figure{max-width:calc(100vw - 24px);padding-bottom:64px}.thj-lightbox img{max-height:70vh}.thj-lightbox__nav{top:auto;bottom:14px;transform:none}.thj-lightbox__nav--prev{left:calc(50% - 56px)}.thj-lightbox__nav--next{right:calc(50% - 56px)}}.thj-favors *{box-sizing:border-box}.thj-favors{--thj-font-head:"Playfair Display",Georgia,"Times New Roman",serif;--thj-font-body:"Assistant",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--thj-accent:#E59A12;--thj-card:#F4EDE0;--thj-amber:#EDC773;--thj-heading:#3F352B;--thj-text:#6B5D4F;--thj-box-text:#5A4A2E;--thj-divider:#D8D0C2;--thj-sub:#E59A12;padding-top:var(--thj-pad-top,56px);padding-bottom:var(--thj-pad-bottom,56px);-webkit-font-smoothing:antialiased}.thj-favors__inner{max-width:1280px;margin-inline:auto;padding-inline:clamp(16px,4vw,32px);position:relative}.thj-favors__head{text-align:center;max-width:820px;margin:0 auto clamp(28px,4vw,46px)}.thj-favors__title{color:var(--thj-heading);font-size:clamp(30px,4.6vw,54px);line-height:1.04;margin:0;font-weight:700;text-transform:none}.thj-favors__sub{font-family:Dancing Script,cursive;color:var(--thj-sub);font-size:clamp(30px,4.8vw,var(--thj-sub-size,54px));line-height:var(--thj-sub-line,1);letter-spacing:var(--thj-sub-spacing,0);margin:-6px 0 12px;font-weight:700}.thj-favors__tagline{color:var(--thj-text);font-size:clamp(14px,1.4vw,17px);line-height:1.5;margin:0}.thj-steps-wrap{position:relative}.thj-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.4vw,18px);list-style:none;margin:0;padding:26px 0 0}.thj-step{position:relative;margin-top:26px;background:var(--thj-card);border-radius:22px;padding:42px 14px 28px;text-align:center;box-shadow:0 16px 36px -20px #4a361a61,0 2px 4px -2px #4a361a1f;display:flex;flex-direction:column}.thj-step__num{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#F4B638,var(--thj-accent));color:#fff;font-weight:700;font-size:23px;display:grid;place-items:center;line-height:1;box-shadow:0 7px 16px -5px #965f0099,inset 0 1px #ffffff73}.thj-step__title{color:var(--thj-heading);font-size:clamp(18px,1.45vw,22px);line-height:1.16;margin:4px 0 9px;font-weight:700;text-transform:none}.thj-step__link{color:inherit;text-decoration:none}.thj-step__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:22px}.no-touchevents .thj-step__link:hover{color:var(--thj-accent)}.thj-step__link:focus-visible{outline:3px solid var(--thj-heading);outline-offset:3px;border-radius:6px}.thj-step__text{color:var(--thj-text);font-size:14.5px;line-height:1.5;margin:0 auto 18px;max-width:25ch}.thj-jars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;justify-items:center;gap:clamp(4px,.8vw,10px);margin:auto -10px}.thj-jar{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;width:100%}.thj-jar img{width:100%;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 6px 6px rgba(80,60,30,.13))}.thj-jar figcaption{font-size:11.5px;line-height:1.25;color:var(--thj-text)}.thj-jar__link{display:block;width:100%;text-decoration:none;color:inherit;transition:transform .2s ease}.no-touchevents .thj-jar__link:hover{transform:translateY(-3px)}.thj-jar__link:focus-visible{outline:3px solid var(--thj-heading);outline-offset:3px;border-radius:8px}.thj-step1-band{position:relative;margin:18px -14px -28px;padding:34px 16px 18px;background:var(--band-bg,#8FA98E);border-radius:0 0 22px 22px;text-align:center}.thj-step1-or{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);min-width:46px;height:46px;padding:0 10px;border-radius:999px;background:radial-gradient(circle at 35% 30%,#F4B638,var(--thj-accent));color:#fff;font-weight:700;font-size:16px;display:grid;place-items:center;line-height:1;box-shadow:0 7px 16px -5px #965f0099,inset 0 1px #ffffff73}.thj-step1-band__link,.thj-step1-band__text{display:block;color:var(--band-text,#3F352B);font-size:clamp(20px,1.7vw,26px);line-height:1.12;font-weight:700;text-decoration:none}.thj-step1-band__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:0 0 22px 22px}.no-touchevents .thj-step1-band__link:hover{text-decoration:underline}.thj-step1-band__link:focus-visible{outline:3px solid var(--band-text,#3F352B);outline-offset:3px;border-radius:8px}.thj-boxes{display:flex;flex-direction:column;gap:11px}.thj-box{background:var(--thj-amber);border-radius:13px;padding:12px 14px}.thj-box__t{font-weight:700;color:var(--thj-box-text);font-size:15px;line-height:1.15;margin-bottom:3px}.thj-box__d{font-size:12px;color:#6e5a33;line-height:1.35}.thj-box__link{display:block;text-decoration:none;color:inherit;margin:-12px -14px;padding:12px 14px;border-radius:13px;transition:transform .15s ease,box-shadow .15s ease}.no-touchevents .thj-box__link:hover{transform:translateY(-2px);box-shadow:0 8px 18px -10px #4a361a8c}.thj-box__link:focus-visible{outline:3px solid var(--thj-heading);outline-offset:2px}.thj-list{list-style:none;margin:0 auto;padding:0;width:100%;max-width:230px}.thj-list li{color:#4a4038;font-size:16px;line-height:1.2;padding:12px 4px;border-top:1px solid var(--thj-divider)}.thj-list li:first-child{border-top:0}.thj-touch{list-style:none;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:14px;align-items:flex-start;text-align:left;width:max-content;max-width:100%}.thj-touch li{display:flex;align-items:center;gap:13px}.thj-touch li.is-more{flex-direction:column;align-items:flex-start;gap:1px;padding-left:59px}.thj-touch img{width:48px;height:44px;object-fit:contain;flex:0 0 48px}.thj-touch__label{font-weight:600;color:#4a4038;font-size:15px}.thj-touch li.is-more .thj-touch__label{font-weight:700;color:var(--thj-heading);font-size:17px}.thj-touch__note{font-size:12px;color:#8a7b6a}.thj-bee{position:absolute;width:clamp(22px,2.4vw,34px);height:auto;pointer-events:none;z-index:3;opacity:.96;filter:drop-shadow(0 3px 4px rgba(80,60,30,.18))}.thj-bee--1{bottom:-10px;left:.5%;top:auto;--r:-14deg;transform:rotate(-14deg)}.thj-bee--2{top:-26px;left:49%;--r:16deg;transform:rotate(16deg)}.thj-bee--3{top:44%;right:.2%;--r:-8deg;transform:rotate(-8deg)}.thj-bee--4{display:none}.thj-cta{text-align:center;margin-top:clamp(24px,3.4vw,38px)}.thj-cta a{display:inline-block;font-weight:700;font-size:16px;color:#fff;background:var(--thj-accent);padding:14px 34px;border-radius:999px;text-decoration:none;box-shadow:0 12px 24px -10px #965f008c;transition:transform .2s ease,box-shadow .2s ease}.thj-cta a:hover{transform:translateY(-2px);box-shadow:0 16px 28px -10px #965f0099}.thj-cta a:focus-visible{outline:3px solid var(--thj-heading);outline-offset:3px}.thj-favors:not(.thj-theme-fonts){font-family:var(--thj-font-body)}.thj-favors:not(.thj-theme-fonts) .thj-favors__title,.thj-favors:not(.thj-theme-fonts) .thj-step__title,.thj-favors:not(.thj-theme-fonts) .thj-step__num,.thj-favors:not(.thj-theme-fonts) .thj-box__t,.thj-favors:not(.thj-theme-fonts) .thj-touch li.is-more .thj-touch__label,.thj-favors:not(.thj-theme-fonts) .thj-step1-band__link,.thj-favors:not(.thj-theme-fonts) .thj-step1-band__text{font-family:var(--thj-font-head)}.thj-favors:not(.thj-theme-fonts) .thj-favors__tagline,.thj-favors:not(.thj-theme-fonts) .thj-step__text,.thj-favors:not(.thj-theme-fonts) .thj-jar figcaption,.thj-favors:not(.thj-theme-fonts) .thj-box__d,.thj-favors:not(.thj-theme-fonts) .thj-list li,.thj-favors:not(.thj-theme-fonts) .thj-touch__label,.thj-favors:not(.thj-theme-fonts) .thj-touch__note,.thj-favors:not(.thj-theme-fonts) .thj-cta a{font-family:var(--thj-font-body)}@media(max-width:900px){.thj-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.thj-steps{grid-template-columns:1fr}.thj-jars{margin-inline:0;gap:clamp(6px,3vw,16px)}.thj-touch{align-items:center;width:auto}.thj-touch li.is-more{padding-left:0;align-items:center;text-align:center}.thj-bee--1{left:3%;top:-6px;bottom:auto}.thj-bee--2{display:none}.thj-bee--3{right:3%;bottom:-6px;top:auto}.thj-bee--4{display:block;top:50%;left:4%;right:auto;bottom:auto;--r:-10deg;transform:rotate(-10deg)}}@media(prefers-reduced-motion:no-preference){.thj-favors.thj-js .thj-step{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease;transition-delay:calc(var(--i,0)*90ms)}.thj-favors.thj-js.is-in .thj-step{opacity:1;transform:none}.thj-bee{animation:thjFloat 6s ease-in-out infinite}.thj-bee--2{animation-duration:7.5s;animation-delay:.6s}.thj-bee--3{animation-duration:6.8s;animation-delay:1.1s}.thj-bee--4{animation-duration:7s;animation-delay:.3s}@keyframes thjFloat{0%,to{transform:rotate(var(--r,0)) translateY(0)}50%{transform:rotate(var(--r,0)) translateY(-8px)}}}
/*# sourceMappingURL=/cdn/shop/t/91/compiled_assets/styles.css.map */
