.fl-ext-hint{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.fl-totop{position:fixed;right:clamp(1rem,2vw,1.75rem);bottom:clamp(1rem,2vw,1.75rem);z-index:30;display:grid;place-items:center;width:2.9rem;height:2.9rem;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:var(--fl-ink, #14110f);color:#fff;cursor:pointer;box-shadow:0 8px 24px #00000038;opacity:0;transform:translateY(.75rem);visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s,background .2s ease}.fl-totop svg{width:1.15rem;height:1.15rem}.fl-totop.is-visible{opacity:1;transform:none;visibility:visible}.fl-totop:hover{background:var(--fl-orange);border-color:var(--fl-orange)}.fl-totop:focus-visible{outline:2px solid var(--fl-orange-on-dark);outline-offset:3px}@media(max-width:749px){.fl-totop{bottom:calc(clamp(1rem,2vw,1.75rem) + env(safe-area-inset-bottom,0px))}}@media(prefers-reduced-motion:reduce){.fl-totop{transition:opacity .15s linear,visibility .15s;transform:none}}.fl-lightbox{width:min(96vw,1400px);max-width:none;max-height:94vh;padding:0;border:0;border-radius:var(--fl-radius-lg, 10px);background:transparent;overflow:visible}.fl-lightbox::backdrop{background:#0a0807e0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}html.fl-lightbox-open{overflow:hidden}.fl-lightbox__inner{position:relative;display:grid;gap:.75rem;justify-items:center}.fl-lightbox__img{display:block;max-width:100%;max-height:80vh;width:auto;height:auto;border-radius:var(--fl-radius, 4px);background:#1a1614;box-shadow:0 24px 60px #00000080}.fl-lightbox__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1rem;text-align:center}.fl-lightbox__caption{margin:0;color:#f4efe9;font-size:var(--fl-step-0, 1rem);font-weight:600}.fl-lightbox__link{color:var(--fl-orange-on-dark, #e08a4a);font-size:var(--fl-step--1, .9rem);font-weight:600;text-transform:uppercase;letter-spacing:.06em;text-underline-offset:.25em}.fl-lightbox__count{margin:0;color:#f4efe999;font-size:var(--fl-step--1, .9rem);font-variant-numeric:tabular-nums}.fl-lightbox__nav,.fl-lightbox__close{position:absolute;display:grid;place-items:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:#14110fb8;color:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease}.fl-lightbox__nav svg,.fl-lightbox__close svg{width:1.25rem;height:1.25rem}.fl-lightbox__nav:hover,.fl-lightbox__close:hover{background:var(--fl-orange);border-color:var(--fl-orange)}.fl-lightbox__nav:focus-visible,.fl-lightbox__close:focus-visible{outline:2px solid var(--fl-orange-on-dark);outline-offset:3px}.fl-lightbox__nav--prev{top:40%;left:.5rem}.fl-lightbox__nav--next{top:40%;right:.5rem}.fl-lightbox__close{top:-.75rem;right:-.75rem}@media(max-width:749px){.fl-lightbox__nav--prev{left:.25rem}.fl-lightbox__nav--next{right:.25rem}.fl-lightbox__close{top:.5rem;right:.5rem}.fl-lightbox__img{max-height:68vh}}[data-fl-zoom]{cursor:zoom-in}[data-fl-zoom]:focus-visible{outline:2px solid var(--fl-orange);outline-offset:3px}.fl-anchors{position:sticky;top:0;z-index:5;margin:0 0 clamp(2rem,1.5rem + 2vw,3rem);padding:.75rem 0;background:inherit}.fl-anchors__list{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:0;padding:0;list-style:none}.fl-anchors__link{display:inline-block;padding:.6em 1.15em;border:1px solid var(--fl-line, #e6e0d9);border-radius:999px;background:var(--fl-white, #fff);color:var(--fl-ink, #14110f);font-size:var(--fl-step--1, .9rem);font-weight:600;letter-spacing:.04em;text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease}.fl-anchors__link:hover,.fl-anchors__link.is-active{background:var(--fl-orange);border-color:var(--fl-orange);color:#fff}.fl-section--dark .fl-anchors__link{background:transparent;border-color:#ffffff38;color:#f4efe9}.fl-section--dark .fl-anchors__link:hover,.fl-section--dark .fl-anchors__link.is-active{background:var(--fl-orange-on-dark, #e08a4a);border-color:var(--fl-orange-on-dark, #e08a4a);color:#14110f}.fl-gallery__group{scroll-margin-top:5.5rem}@media(max-width:749px){.fl-anchors__list{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;padding-inline:var(--fl-gutter, 1.25rem);margin-inline:calc(var(--fl-gutter, 1.25rem) * -1)}.fl-anchors__list::-webkit-scrollbar{display:none}}.fl-video{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--fl-radius-lg, 10px);overflow:hidden;background:#14110f}.fl-video img,.fl-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;object-fit:cover}.fl-video__play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;width:100%;height:100%;padding:0;border:0;background:#0000002e;cursor:pointer;transition:background .2s ease}.fl-video__play:hover{background:#0000004d}.fl-video__play:focus-visible{outline:3px solid var(--fl-orange);outline-offset:-3px}.fl-video__badge{display:grid;place-items:center;width:clamp(3.5rem,6vw,5rem);height:clamp(3.5rem,6vw,5rem);border-radius:50%;background:var(--fl-orange);color:#fff;box-shadow:0 10px 30px #00000059;transition:transform .2s ease}.fl-video__play:hover .fl-video__badge{transform:scale(1.06)}.fl-video__badge svg{width:45%;height:45%;margin-left:8%}.fl-video.is-playing .fl-video__play,.fl-video.is-playing img{display:none}.fl-video__caption{margin:.85rem 0 0;font-size:var(--fl-step--1, .9rem);line-height:1.5;opacity:.75}.fl-video__frame{max-width:68rem;margin-inline:auto}.fl-shipping-note{display:block;margin-top:.25rem;font-size:.8125rem;font-weight:500;line-height:1.35;opacity:.72}.fl-shipping-note a{color:inherit;text-underline-offset:.2em}.fl-team{display:grid;grid-template-columns:repeat(var(--fl-team-cols, 4),1fr);gap:clamp(1.5rem,1rem + 2vw,2.75rem) clamp(1.25rem,1rem + 1.5vw,2rem);margin:0;padding:0;list-style:none}@media(max-width:989px){.fl-team{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.fl-team{grid-template-columns:1fr;max-width:22rem;margin-inline:auto}}.fl-team__photo{overflow:hidden;border-radius:var(--fl-radius, 4px);background:#0000000d;aspect-ratio:4 / 5}.fl-team__photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.fl-team__photo:hover img{transform:scale(1.03)}.fl-team__body{margin-top:.9rem}.fl-team__name{margin:0;font-size:var(--fl-step-0, 1rem);font-weight:700;line-height:1.25}.fl-team__role{margin:.2rem 0 0;font-size:var(--fl-step--1, .9rem);font-weight:600;color:var(--fl-orange)}.fl-section--dark .fl-team__role{color:var(--fl-orange-on-dark, #e08a4a)}.fl-team__store{margin:.15rem 0 0;font-size:var(--fl-step--1, .9rem);letter-spacing:.06em;text-transform:uppercase;opacity:.6}.fl-team__words{margin:.6rem 0 0;font-size:var(--fl-step--1, .9rem);line-height:1.55;opacity:.8}@media(prefers-reduced-motion:reduce){.fl-team__photo img{transition:none}.fl-team__photo:hover img{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/flamme-ui.css.map */
