.bf-fall-hero{display:grid;grid-template-columns:minmax(0,1fr);background:#35392a;color:#fcf8ef}.bf-fall-hero__media{min-width:0;align-self:center;background:#35392a}.bf-fall-hero__image{display:block;width:100%;height:auto}.bf-fall-hero__copy{padding:32px 24px;align-self:center}.bf-fall-hero__eyebrow{font-size:12px;line-height:1.5;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;color:#dec5a0}.bf-fall-hero h1{font-size:clamp(32px,4vw,58px);line-height:1.08;letter-spacing:-.035em;color:inherit;margin:0 0 22px}.bf-fall-hero__text{font-size:16px;line-height:1.65;max-width:38ch;color:#eee9dd}.bf-fall-hero__text p{margin:0}.bf-fall-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.bf-fall-hero__button{display:inline-flex;justify-content:center;align-items:center;text-align:center;min-height:48px;padding:12px 22px;background:#eee5d3;color:#25291e;border:1px solid #eee5d3;border-radius:4px;text-decoration:none;font-size:14px;font-weight:600;line-height:1.4}.bf-fall-hero__button--secondary{background:transparent;color:#fcf8ef;border-color:#b9bba9}.bf-fall-hero__button:hover{background:#fff;color:#25291e}.bf-fall-hero__button:focus-visible{outline:3px solid #e9b45c;outline-offset:5px}@media(min-width:990px){.bf-fall-hero{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}.bf-fall-hero__media{grid-column:2;grid-row:1}.bf-fall-hero__copy{grid-column:1;grid-row:1;padding:clamp(28px,4vw,72px)}}@media(max-width:489px){.bf-fall-hero__actions{display:grid;grid-template-columns:1fr}}.bf-fall-hero{position:relative;isolation:isolate}.bf-fall-leaves{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:1;opacity:0}.bf-fall-leaves[data-ready]{opacity:1}.bf-fall-leaves__track{position:absolute;top:0;left:1%;width:30px;height:100%;color:#bd8549;animation:bf-leaf-fall 19s linear infinite;animation-delay:-4s;animation-play-state:paused;opacity:.58}.bf-fall-leaves__track svg{display:block;animation:bf-leaf-turn 7s ease-in-out infinite alternate;animation-play-state:paused}.bf-fall-leaves__track:nth-child(2){left:3%;width:24px;color:#b37343;animation-duration:23s;animation-delay:-16s}.bf-fall-leaves__track:nth-child(3){left:0;animation-duration:26s;animation-delay:-21s;color:#c49c59}.bf-fall-leaves__track:nth-child(4){left:auto;right:2%;animation-duration:21s;animation-delay:-12s;color:#ae6b42}.bf-fall-leaves__track:nth-child(5){left:auto;right:0;animation-duration:27s;animation-delay:-6s}.bf-fall-leaves__track:nth-child(6){left:auto;right:4%;animation-duration:24s;animation-delay:-19s;color:#d0a45f}.bf-fall-leaves__track:nth-child(7){left:4%;animation-duration:22s;animation-delay:-9s;color:#c7954c}.bf-fall-leaves__track:nth-child(8){left:auto;right:5%;animation-duration:25s;animation-delay:-22s;color:#b57643}.bf-fall-leaves__track:nth-child(9){left:1%;animation-duration:28s;animation-delay:-13s;color:#d0a45f}.bf-fall-leaves__track:nth-child(10){left:auto;right:1%;animation-duration:20s;animation-delay:-17s;color:#b9804e}.bf-fall-leaves__track:nth-child(2n) svg{width:24px;height:34px;animation-delay:-3s}.bf-fall-leaves[data-running] .bf-fall-leaves__track,.bf-fall-leaves[data-running] svg{animation-play-state:running}.bf-fall-hero__motion-toggle{position:absolute;right:10px;top:10px;z-index:2;min-width:36px;min-height:36px;border:1px solid #ffffff55;border-radius:50%;background:#26302488;color:#fff;font-size:15px;cursor:pointer}.bf-fall-hero__motion-toggle:focus-visible{outline:2px solid #fff;outline-offset:3px}.bf-fall-hero__motion-toggle[hidden]{display:none}@keyframes bf-leaf-fall{0%{transform:translate3d(-5px,-8%,0);opacity:0}12%{opacity:.58}50%{transform:translate3d(7px,48%,0)}88%{opacity:.58}to{transform:translate3d(-3px,108%,0);opacity:0}}@keyframes bf-leaf-turn{0%{transform:rotate(-28deg) rotateY(10deg)}to{transform:rotate(52deg) rotateY(58deg)}}@media(max-width:749px){.bf-fall-leaves__track:nth-child(2),.bf-fall-leaves__track:nth-child(3),.bf-fall-leaves__track:nth-child(6),.bf-fall-leaves__track:nth-child(8),.bf-fall-leaves__track:nth-child(10){display:none}.bf-fall-leaves__track svg{width:20px;height:28px}.bf-fall-leaves__track:nth-child(2n) svg{width:18px;height:25px}.bf-fall-leaves__track{animation-duration:26s}.bf-fall-leaves__track:nth-child(4){animation-duration:29s}.bf-fall-leaves__track:nth-child(5){animation-duration:32s}}@media(prefers-reduced-motion:reduce){.bf-fall-leaves,.bf-fall-hero__motion-toggle{display:none!important}.bf-fall-leaves__track,.bf-fall-leaves__track svg{animation:none!important}}bf-help-widget{all:initial}.bf-help{position:fixed;left:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:9000;font-family:var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);color:#111;transition:bottom .3s ease}.bf-help.bf-help--shifted{bottom:calc(84px + env(safe-area-inset-bottom,0px))}.bf-help__fab{display:inline-flex;align-items:center;gap:8px;padding:12px 18px 12px 14px;border:0;border-radius:999px;background:#4a532b;color:#fff;font-weight:700;font-size:15px;line-height:1;cursor:pointer;box-shadow:0 6px 20px #00000038;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.bf-help__fab:hover{transform:translateY(-1px);box-shadow:0 10px 24px #00000047;background:#3a401f}.bf-help__fab:focus-visible{outline:2px solid #ffca00;outline-offset:3px}.bf-help__fab-icon{width:20px;height:20px;flex:0 0 20px}.bf-help[data-open=true] .bf-help__fab{background:#3a401f}.bf-help__panel{position:absolute;left:0;bottom:calc(100% + 12px);width:min(360px,calc(100vw - 32px));max-height:min(560px,calc(100vh - 120px));background:#fff;border-radius:16px;box-shadow:0 20px 50px #00000040;overflow:hidden auto;display:flex;flex-direction:column;opacity:0;transform:translateY(8px) scale(.98);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.bf-help[data-open=true] .bf-help__panel{opacity:1;transform:none;pointer-events:auto}.bf-help__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#4a532b;color:#fff}.bf-help__head-text{display:flex;flex-direction:column;gap:2px}.bf-help__head-text strong{font-size:15px;font-weight:700}.bf-help__head-text span{font-size:12px;opacity:.8}.bf-help__close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:#fff;cursor:pointer;border-radius:50%}.bf-help__close:hover{background:#ffffff26}.bf-help__close svg{width:16px;height:16px}.bf-help__form{padding:14px 16px 4px;display:flex;flex-direction:column;gap:8px}.bf-help__field{display:block;position:relative}.bf-help__field input,.bf-help__field textarea{width:100%;box-sizing:border-box;border:1px solid #d8d8d8;border-radius:12px;padding:12px 14px;font:inherit;font-size:14px;color:#111;background:#fff;resize:none;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease}.bf-help__field input:focus,.bf-help__field textarea:focus{outline:none;border-color:#4a532b;box-shadow:0 0 0 3px #4a532b2e}.bf-help__field--msg textarea{padding-right:44px;min-height:44px}.bf-help__send{position:absolute;right:6px;bottom:6px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#4a532b;cursor:pointer;border-radius:50%}.bf-help__send:hover{background:#4a532b1a}.bf-help__send:disabled{color:#bbb;cursor:not-allowed;background:transparent}.bf-help__send svg{width:20px;height:20px}.bf-help__status{margin:4px 0 0;font-size:13px;color:#4a532b;text-align:center}.bf-help__status[data-state=error]{color:#c53030}.bf-help__faq{padding:8px 16px 16px}.bf-help__faq-title{margin:8px 0 10px;font-size:14px;font-weight:700;color:#111;text-align:center}.bf-help__item{border:1px solid #d8d8d8;border-radius:10px;margin-bottom:8px;background:#fff}.bf-help__item[open]{border-color:#4a532b}.bf-help__item summary{list-style:none;cursor:pointer;padding:12px 14px;font-size:14px;color:#2d3748;display:flex;align-items:center;justify-content:space-between;gap:10px}.bf-help__item summary::-webkit-details-marker{display:none}.bf-help__item summary:after{content:"";width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease;flex:0 0 9px;margin-top:-3px}.bf-help__item[open] summary:after{transform:rotate(-135deg);margin-top:3px}.bf-help__answer{padding:0 14px 14px;font-size:13.5px;line-height:1.55;color:#4a5568}.bf-help__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:520px){.bf-help{left:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px))}.bf-help.bf-help--shifted{bottom:calc(80px + env(safe-area-inset-bottom,0px))}.bf-help__panel{width:calc(100vw - 24px);left:0}.bf-help__fab-label{font-size:14px}}@media(max-width:749px){.bf-help{position:fixed;left:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));margin:0;padding:0;width:auto;z-index:9000}.bf-help.bf-help--shifted{bottom:calc(80px + env(safe-area-inset-bottom,0px))}.bf-help__panel{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));width:auto;max-height:85vh;max-height:85dvh;overflow:auto}.bf-help__field input,.bf-help__field textarea{font-size:16px}}@media(prefers-reduced-motion:reduce){.bf-help__fab,.bf-help__panel{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/30/compiled_assets/styles.css.map?subset=IAAAAAAAAAAAAAg */
