@import "https://fonts.googleapis.com/css2?family=Calistoga&display=swap";
.AlertBar-module__NXdbwq__alertBar{z-index:var(--z-fixed);background-color:var(--color-prussian);padding:var(--space-3)var(--space-6);justify-content:center;align-items:center;gap:var(--space-4);text-align:center;border-bottom:none;display:flex;position:fixed;top:0;left:0;right:0}.AlertBar-module__NXdbwq__message{color:var(--color-eggshell);font-size:var(--text-sm);font-family:var(--font-body);margin:0;font-weight:500;line-height:1.4}.AlertBar-module__NXdbwq__closeButton{cursor:pointer;padding:var(--space-1);opacity:.8;transition:opacity var(--transition-fast);color:var(--color-eggshell);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AlertBar-module__NXdbwq__closeButton:hover{opacity:1;color:var(--color-redwood-light)}@media (max-width:479px){.AlertBar-module__NXdbwq__alertBar{padding:10px 16px;font-size:12px}.AlertBar-module__NXdbwq__message{font-size:12px}}
.Navigation-module__Yl6TSG__nav{z-index:var(--z-dropdown);background-color:var(--color-redwood);padding:var(--space-2)var(--space-8);border-radius:var(--radius-full);border:1px solid var(--color-redwood-dark);width:auto;position:fixed;top:60px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px rgba(0,0,0,.2)}.Navigation-module__Yl6TSG__navContent{justify-content:center;align-items:center;gap:24px;display:flex}.Navigation-module__Yl6TSG__navLinksGroup{align-items:center;gap:20px;display:flex}.Navigation-module__Yl6TSG__navLink{color:var(--color-golden);font-family:var(--font-body);font-size:var(--text-base);transition:all var(--transition-base);white-space:nowrap;padding:var(--space-2)var(--space-3);border-radius:var(--radius-full);font-weight:500;text-decoration:none;display:block}.Navigation-module__Yl6TSG__navLink:hover{color:var(--color-golden-bright);transform:translateY(-1px)}.Navigation-module__Yl6TSG__logo{perspective:1000px;flex-shrink:0;justify-content:center;align-items:center;margin:-40px 0;animation:.9s ease-out .3s backwards Navigation-module__Yl6TSG__logoRubberBand;display:flex}.Navigation-module__Yl6TSG__logoImage{width:auto;min-width:auto;height:100px;transform-style:preserve-3d;-webkit-backface-visibility:visible;backface-visibility:visible;animation:20s linear infinite Navigation-module__Yl6TSG__logoSpin;display:block}@keyframes Navigation-module__Yl6TSG__logoRubberBand{0%{opacity:0;transform:scale(.1)}30%{opacity:1;transform:scale(1.15)}40%{transform:scale(.9)}50%{transform:scale(1.08)}65%{transform:scale(.97)}75%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes Navigation-module__Yl6TSG__logoSpin{0%{transform:rotateY(0)}12.5%{transform:rotateY(360deg)}to{transform:rotateY(360deg)}}.Navigation-module__Yl6TSG__mobileTopBar{width:100%;padding:var(--space-3)var(--space-6);justify-content:center;align-items:center;display:none;position:relative}.Navigation-module__Yl6TSG__mobileLogoLink{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navigation-module__Yl6TSG__mobileToggle{cursor:pointer;z-index:calc(var(--z-modal) + 1);right:var(--space-6);background:0 0;border:none;flex-direction:column;gap:6px;padding:8px;display:flex;position:absolute}.Navigation-module__Yl6TSG__mobileToggle span{background-color:var(--color-golden);width:28px;height:2px;transition:all var(--transition-base);display:block}.Navigation-module__Yl6TSG__mobileToggle span.Navigation-module__Yl6TSG__toggleOpen:first-child{transform:rotate(45deg)translate(8px,8px)}.Navigation-module__Yl6TSG__mobileToggle span.Navigation-module__Yl6TSG__toggleOpen:nth-child(2){opacity:0}.Navigation-module__Yl6TSG__mobileToggle span.Navigation-module__Yl6TSG__toggleOpen:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.Navigation-module__Yl6TSG__mobileMenu{background-color:var(--color-redwood);width:100%;z-index:var(--z-dropdown);align-items:center;gap:var(--space-2);padding:var(--space-6)var(--space-6);padding-bottom:max(var(--space-6),env(safe-area-inset-bottom));border-radius:0 0 var(--radius-3xl)var(--radius-3xl);flex-direction:column;display:none;position:fixed;top:80px;left:0;box-shadow:0 8px 24px rgba(0,0,0,.2)}.Navigation-module__Yl6TSG__mobileLogo{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navigation-module__Yl6TSG__mobileNavLink{color:var(--color-golden);font-family:var(--font-body);text-align:center;padding:var(--space-3)var(--space-6);transition:all var(--transition-base);border-radius:var(--radius-lg);width:100%;max-width:400px;font-size:1.125rem;font-weight:500;text-decoration:none}.Navigation-module__Yl6TSG__mobileNavLink:hover,.Navigation-module__Yl6TSG__mobileNavLink:active{color:var(--color-golden-bright);background-color:rgba(255,255,255,.05)}@media (max-width:991px){.Navigation-module__Yl6TSG__nav{border-radius:0 0 60px 60px;padding:0 32px;top:50px}.Navigation-module__Yl6TSG__navContent{gap:32px;padding:24px 0}.Navigation-module__Yl6TSG__logoImage{height:80px}.Navigation-module__Yl6TSG__navLink{font-size:24px}}@media (max-width:767px){.Navigation-module__Yl6TSG__nav{border-radius:0 0 var(--radius-3xl)var(--radius-3xl);width:100%;left:0;top:env(safe-area-inset-top,0);justify-content:center;align-items:center;padding:0;display:flex;position:fixed;transform:translate(0)}.Navigation-module__Yl6TSG__navContent{display:none}.Navigation-module__Yl6TSG__mobileTopBar{display:flex}.Navigation-module__Yl6TSG__logo{display:none}.Navigation-module__Yl6TSG__mobileMenu{display:flex}}@media (max-width:479px){.Navigation-module__Yl6TSG__mobileTopBar{padding:var(--space-2)var(--space-4)}.Navigation-module__Yl6TSG__mobileToggle{right:var(--space-4)}.Navigation-module__Yl6TSG__mobileNavLink{padding:var(--space-2)var(--space-4);font-size:1rem}.Navigation-module__Yl6TSG__mobileMenu{padding:var(--space-4);top:70px}}
.Footer-module__yg9ahW__footer{background-color:var(--color-sage);color:var(--color-golden);position:relative;overflow:hidden}.Footer-module__yg9ahW__newsletter{background-color:var(--color-redwood);padding:var(--space-8)0}.Footer-module__yg9ahW__newsletterContent{text-align:center;align-items:center;gap:var(--space-5);flex-direction:column;max-width:700px;margin:0 auto;display:flex}.Footer-module__yg9ahW__newsletterText{width:100%}.Footer-module__yg9ahW__newsletterTitle{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-golden);margin:0 0 var(--space-1)0;font-weight:300;line-height:1.1}.Footer-module__yg9ahW__newsletterSubtitle{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-golden-warm);opacity:1;margin:0;line-height:1.4}.Footer-module__yg9ahW__newsletterForm{gap:var(--space-3);width:100%;max-width:500px;display:flex}.Footer-module__yg9ahW__newsletterInput{padding:var(--space-3)var(--space-4);font-family:var(--font-body);font-size:var(--text-sm);border:2px solid var(--color-redwood-medium);color:var(--color-golden);border-radius:var(--radius-md);background-color:rgba(194,104,69,.2);flex:1;transition:all .2s}.Footer-module__yg9ahW__newsletterInput::placeholder{color:rgba(245,237,224,.6)}.Footer-module__yg9ahW__newsletterInput:focus{border-color:var(--color-redwood-light);background-color:rgba(225,138,104,.2);outline:none}.Footer-module__yg9ahW__newsletterButton{padding:var(--space-3)var(--space-6);font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-golden);background-color:var(--color-redwood);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;border:none;font-weight:700;transition:all .2s}.Footer-module__yg9ahW__newsletterButton:hover{background-color:var(--color-redwood-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.Footer-module__yg9ahW__content{padding:var(--space-12)0 var(--space-16)}.Footer-module__yg9ahW__container{max-width:1400px;padding:0 var(--space-6);margin:0 auto}.Footer-module__yg9ahW__grid{gap:var(--space-12);grid-template-columns:repeat(4,1fr);display:grid}.Footer-module__yg9ahW__section{gap:var(--space-5);flex-direction:column;display:flex}.Footer-module__yg9ahW__sectionTitle{font-family:var(--font-display);font-size:var(--text-lg);color:var(--color-golden);margin:0;font-weight:400;line-height:1.2}.Footer-module__yg9ahW__navLinks{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__yg9ahW__navLink{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-golden-deep);text-decoration:none;transition:color .2s}.Footer-module__yg9ahW__navLink:hover{color:var(--color-golden)}.Footer-module__yg9ahW__address{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-golden-deep);font-style:normal;line-height:1.8}.Footer-module__yg9ahW__phone,.Footer-module__yg9ahW__email{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-golden-deep);text-decoration:none;transition:color .2s}.Footer-module__yg9ahW__phone:hover,.Footer-module__yg9ahW__email:hover{color:var(--color-golden)}.Footer-module__yg9ahW__hoursList{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__yg9ahW__hoursItem{justify-content:space-between;gap:var(--space-4);display:flex}.Footer-module__yg9ahW__day{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-golden-deep)}.Footer-module__yg9ahW__time{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-golden-deep);font-weight:600}.Footer-module__yg9ahW__hoursNote{font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-golden-deep);opacity:.8;margin:0}.Footer-module__yg9ahW__socialLinks{gap:var(--space-4);display:flex}.Footer-module__yg9ahW__socialLink{background-color:var(--color-sage-dark);width:44px;height:44px;color:var(--color-golden);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background-color .2s;display:flex}.Footer-module__yg9ahW__socialLink:hover{background-color:var(--color-sage-dark);transform:scale(1.1)}.Footer-module__yg9ahW__socialLink svg{fill:currentColor;width:20px;height:20px}.Footer-module__yg9ahW__brandText{padding:var(--space-10)0;text-align:center;border-top:1px solid var(--color-sage-medium);border-bottom:1px solid var(--color-sage-medium);width:100%;overflow:hidden}.Footer-module__yg9ahW__brandTextInner{font-family:var(--font-body);color:var(--color-golden);opacity:.1;letter-spacing:.15em;white-space:nowrap;width:100%;font-size:max(80px,min(15vw,240px));font-weight:400;line-height:1;display:block}.Footer-module__yg9ahW__legal{padding:var(--space-6)0}.Footer-module__yg9ahW__legal .Footer-module__yg9ahW__container{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.Footer-module__yg9ahW__legalCopy{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-sage-light);opacity:1;margin:0}.Footer-module__yg9ahW__legalLinks{gap:var(--space-6);display:flex}.Footer-module__yg9ahW__legalLinks a{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-sage-light);text-decoration:none;transition:color .2s}.Footer-module__yg9ahW__legalLinks a:hover{color:var(--color-golden)}@media (max-width:991px){.Footer-module__yg9ahW__grid{gap:var(--space-10);grid-template-columns:repeat(2,1fr)}.Footer-module__yg9ahW__brandTextInner{letter-spacing:.12em;font-size:max(60px,min(13vw,180px))}}@media (max-width:767px){.Footer-module__yg9ahW__newsletter{padding:var(--space-10)0}.Footer-module__yg9ahW__newsletterTitle{font-size:var(--text-2xl)}.Footer-module__yg9ahW__newsletterSubtitle{font-size:var(--text-sm)}.Footer-module__yg9ahW__newsletterForm{flex-direction:column}.Footer-module__yg9ahW__newsletterButton{width:100%}.Footer-module__yg9ahW__content{padding:var(--space-16)0 var(--space-10)}.Footer-module__yg9ahW__grid{gap:var(--space-8);grid-template-columns:1fr}.Footer-module__yg9ahW__brandTextInner{letter-spacing:.1em;font-size:max(48px,min(12vw,140px))}.Footer-module__yg9ahW__legal .Footer-module__yg9ahW__container{text-align:center;flex-direction:column}}@media (max-width:479px){.Footer-module__yg9ahW__newsletter{padding:var(--space-8)0}.Footer-module__yg9ahW__newsletterTitle{font-size:var(--text-xl)}.Footer-module__yg9ahW__newsletterSubtitle{font-size:var(--text-sm)}.Footer-module__yg9ahW__content{padding:var(--space-12)0 var(--space-8)}.Footer-module__yg9ahW__container{padding:0 var(--space-4)}.Footer-module__yg9ahW__brandTextInner{letter-spacing:.08em;font-size:max(36px,min(11vw,100px))}.Footer-module__yg9ahW__legalLinks{gap:var(--space-3);flex-direction:column}}
.Cart-module__m44xRG__backdrop{z-index:999;background-color:rgba(0,0,0,.6);animation:.3s ease-out Cart-module__m44xRG__fadeIn;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes Cart-module__m44xRG__fadeIn{0%{opacity:0}to{opacity:1}}.Cart-module__m44xRG__cartDrawer{z-index:1000;background:#fff;flex-direction:column;width:100%;max-width:480px;height:100vh;animation:.3s ease-out Cart-module__m44xRG__slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 16px rgba(0,0,0,.15)}@keyframes Cart-module__m44xRG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Cart-module__m44xRG__header{border-bottom:2px solid var(--color-dark-green);background:#fff;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.Cart-module__m44xRG__title{font-family:var(--font-heading);color:var(--color-dark-green);margin:0;font-size:1.75rem;font-weight:700}.Cart-module__m44xRG__closeButton{cursor:pointer;color:var(--color-dark-green);background:0 0;border:none;padding:.5rem;transition:transform .2s,opacity .2s}.Cart-module__m44xRG__closeButton:hover{opacity:.7;transform:scale(1.1)}.Cart-module__m44xRG__emptyCart{text-align:center;color:var(--color-dark-green);background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.Cart-module__m44xRG__emptyCart svg{opacity:.7;color:var(--color-dark-green);margin-bottom:1.5rem}.Cart-module__m44xRG__emptyText{font-family:var(--font-heading);color:var(--color-dark-green);margin:0 0 .75rem;font-size:2rem;font-weight:700}.Cart-module__m44xRG__emptySubtext{color:var(--color-dark-green);opacity:.9;margin:0;font-size:1.25rem;font-weight:500}.Cart-module__m44xRG__cartItems{background:#fff;flex:1;padding:1.5rem;overflow-y:scroll}.Cart-module__m44xRG__cartItems::-webkit-scrollbar{width:8px}.Cart-module__m44xRG__cartItems::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.Cart-module__m44xRG__cartItems::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.Cart-module__m44xRG__cartItems::-webkit-scrollbar-thumb:hover{background:#555}.Cart-module__m44xRG__cartItem{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:12px;gap:1rem;margin-bottom:1rem;padding:1.5rem;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.12)}.Cart-module__m44xRG__itemImage{background:#f5f5f5;border-radius:8px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.Cart-module__m44xRG__image{object-fit:cover;width:100%;height:100%}.Cart-module__m44xRG__itemDetails{flex-direction:column;flex:1;gap:.25rem;display:flex}.Cart-module__m44xRG__itemName{font-family:var(--font-heading);color:var(--color-dark-green);margin:0;font-size:.95rem;font-weight:600;line-height:1.3}.Cart-module__m44xRG__itemSize{color:var(--color-text-secondary);margin:0;font-size:.875rem}.Cart-module__m44xRG__itemGrind{color:var(--color-sage);margin:0;font-size:.8125rem;font-weight:500}.Cart-module__m44xRG__itemPrice{align-items:baseline;gap:.25rem;margin-top:.25rem;display:flex}.Cart-module__m44xRG__itemPrice .Cart-module__m44xRG__currency{font-family:var(--font-heading);color:var(--color-dark-green);font-size:.875rem;font-weight:600}.Cart-module__m44xRG__itemPrice .Cart-module__m44xRG__amount{font-family:var(--font-heading);color:var(--color-dark-green);font-size:1rem;font-weight:700}.Cart-module__m44xRG__itemActions{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.Cart-module__m44xRG__quantityControl{background:#f5f5f5;border-radius:8px;align-items:center;gap:.5rem;padding:.25rem;display:flex}.Cart-module__m44xRG__quantityButton{border:2px solid var(--color-dark-green);width:32px;height:32px;color:var(--color-dark-green);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;transition:transform .2s,background .2s;display:flex}.Cart-module__m44xRG__quantityButton:hover{background:var(--color-light-green);border-color:var(--color-dark-green);transform:scale(1.1)}.Cart-module__m44xRG__quantity{text-align:center;min-width:32px;font-family:var(--font-heading);color:var(--color-dark-green);font-size:.95rem;font-weight:600}.Cart-module__m44xRG__removeButton{cursor:pointer;color:#dc2626;background:#fee2e2;border:2px solid #dc2626;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:.5rem;transition:transform .2s,background .2s;display:flex}.Cart-module__m44xRG__removeButton:hover{color:#fff;background:#dc2626;transform:scale(1.1)}.Cart-module__m44xRG__itemTotal{align-items:baseline;gap:.25rem;display:flex}.Cart-module__m44xRG__itemTotal .Cart-module__m44xRG__currency{font-family:var(--font-heading);color:var(--color-dark-green);font-size:.875rem;font-weight:600}.Cart-module__m44xRG__itemTotal .Cart-module__m44xRG__amount{font-family:var(--font-heading);color:var(--color-dark-green);font-size:1.125rem;font-weight:700}.Cart-module__m44xRG__footer{border-top:2px solid var(--color-dark-green);background:#fff;padding:1.5rem 2rem}.Cart-module__m44xRG__subtotalRow{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Cart-module__m44xRG__subtotalLabel{font-family:var(--font-heading);color:var(--color-dark-green);font-size:1rem;font-weight:600}.Cart-module__m44xRG__subtotalPrice{align-items:baseline;gap:.25rem;display:flex}.Cart-module__m44xRG__subtotalPrice .Cart-module__m44xRG__currency{font-family:var(--font-heading);color:var(--color-dark-green);font-size:.875rem;font-weight:600}.Cart-module__m44xRG__subtotalPrice .Cart-module__m44xRG__amount{font-family:var(--font-heading);color:var(--color-dark-green);font-size:1.125rem;font-weight:600}.Cart-module__m44xRG__taxRow{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Cart-module__m44xRG__taxLabel{font-family:var(--font-body);color:var(--color-text-secondary);font-size:.875rem;font-weight:400}.Cart-module__m44xRG__taxPrice{align-items:baseline;gap:.25rem;display:flex}.Cart-module__m44xRG__taxPrice .Cart-module__m44xRG__currency{font-family:var(--font-body);color:var(--color-text-secondary);font-size:.75rem;font-weight:400}.Cart-module__m44xRG__taxPrice .Cart-module__m44xRG__amount{font-family:var(--font-body);color:var(--color-text-secondary);font-size:.875rem;font-weight:400}.Cart-module__m44xRG__divider{background:#e5e5e5;height:1px;margin:1rem 0}.Cart-module__m44xRG__totalRow{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Cart-module__m44xRG__totalLabel{font-family:var(--font-heading);color:var(--color-dark-green);font-size:1.25rem;font-weight:700}.Cart-module__m44xRG__totalPrice{align-items:baseline;gap:.25rem;display:flex}.Cart-module__m44xRG__totalPrice .Cart-module__m44xRG__currency{font-family:var(--font-heading);color:var(--color-dark-green);font-size:1.125rem;font-weight:600}.Cart-module__m44xRG__totalPrice .Cart-module__m44xRG__amount{font-family:var(--font-heading);color:var(--color-dark-green);font-size:1.75rem;font-weight:700}.Cart-module__m44xRG__checkoutButton{color:#fff;width:100%;font-family:var(--font-heading);cursor:pointer;background:#2d5016;border:3px solid #2d5016;border-radius:12px;margin-bottom:.75rem;padding:1.125rem 2rem;font-size:1.25rem;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;box-shadow:0 4px 12px rgba(0,0,0,.25)}.Cart-module__m44xRG__checkoutButton:hover:not(:disabled){color:#2d5016;background:#a8d5a3;border-color:#2d5016;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.Cart-module__m44xRG__checkoutButton:disabled{opacity:.6;cursor:not-allowed}.Cart-module__m44xRG__continueButton{background:var(--color-light-green);width:100%;color:var(--color-dark-green);border:2px solid var(--color-dark-green);font-family:var(--font-heading);cursor:pointer;border-radius:12px;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .2s}.Cart-module__m44xRG__continueButton:hover{background:var(--color-sage);color:#fff;border-color:var(--color-sage);transform:translateY(-2px)}@media (max-width:768px){.Cart-module__m44xRG__cartDrawer{max-width:100%}.Cart-module__m44xRG__header{padding:1.25rem 1.5rem}.Cart-module__m44xRG__title{font-size:1.5rem}.Cart-module__m44xRG__cartItems{padding:1rem}.Cart-module__m44xRG__cartItem{gap:.75rem;padding:1rem}.Cart-module__m44xRG__itemImage{width:60px;height:60px}.Cart-module__m44xRG__itemName{font-size:.875rem}.Cart-module__m44xRG__footer{padding:1.25rem 1.5rem}}
.FloatingCartButton-module__tyNg0W__floatingButton{color:#fff;cursor:pointer;z-index:999;background:#2d5016;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 12px rgba(0,0,0,.15),0 2px 6px rgba(0,0,0,.1)}.FloatingCartButton-module__tyNg0W__floatingButton:hover{background:#1f3810;transform:scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.2),0 3px 8px rgba(0,0,0,.15)}.FloatingCartButton-module__tyNg0W__floatingButton:active{transform:scale(.95)}.FloatingCartButton-module__tyNg0W__badge{color:#fff;background:#d32f2f;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}@media (max-width:768px){.FloatingCartButton-module__tyNg0W__floatingButton{width:56px;height:56px;bottom:20px;right:20px}}
@font-face{font-family:Branding;src:url(/fonts/Branding-Thin.otf)format("opentype");font-weight:100;font-style:normal}@font-face{font-family:Branding;src:url(/fonts/Branding-ThinItalic.otf)format("opentype");font-weight:100;font-style:italic}@font-face{font-family:Branding;src:url(/fonts/Branding-Semilight.otf)format("opentype");font-weight:200;font-style:normal}@font-face{font-family:Branding;src:url(/fonts/Branding-SemilightItalic.otf)format("opentype");font-weight:200;font-style:italic}@font-face{font-family:Branding;src:url(/fonts/Branding-Light.otf)format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Branding;src:url(/fonts/Branding-LightItalic.otf)format("opentype");font-weight:300;font-style:italic}@font-face{font-family:Branding;src:url(/fonts/Branding-Medium.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Branding;src:url(/fonts/Branding-MediumItalic.otf)format("opentype");font-weight:400;font-style:italic}@font-face{font-family:Branding;src:url(/fonts/Branding-Semibold.otf)format("opentype");font-weight:600;font-style:normal}@font-face{font-family:Branding;src:url(/fonts/Branding-SemiboldItalic.otf)format("opentype");font-weight:600;font-style:italic}@font-face{font-family:Branding;src:url(/fonts/Branding-Bold.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Branding;src:url(/fonts/Branding-BoldItalic.otf)format("opentype");font-weight:700;font-style:italic}:root{--color-sage:#2b4e1a;--color-redwood:#a04b2c;--color-golden:#fff8e6;--color-sage-dark:#1d3511;--color-sage-medium:#3d5f2c;--color-sage-light:#547438;--color-redwood-dark:#7d3218;--color-redwood-medium:#c26845;--color-redwood-light:#e18a68;--color-golden-deep:#f5ecd6;--color-golden-warm:#fff2d9;--color-golden-bright:#fffaef;--color-golden-lightest:#fffef9;--color-eggshell:var(--color-golden-deep);--color-eggshell-dark:var(--color-golden-deep);--color-prussian:#2b4e1a;--color-prussian-dark:#1d3511;--color-prussian-light:#3d5f2c;--color-gray-900:#1a1a1a;--color-gray-800:#2b2b2b;--color-gray-700:#3a3a3a;--color-gray-600:#666;--color-gray-500:#888;--color-gray-400:#aaa;--color-gray-300:#ccc;--color-gray-200:#e5e5e5;--color-gray-100:#f5f5f5;--color-white:#fff;--color-success:#3d6b4f;--color-warning:#c8934a;--color-error:#a44f3e;--color-info:#4a7890;--color-rust:var(--color-redwood);--color-beige:var(--color-golden-deep);--color-beige-light:var(--color-golden-warm);--color-green:var(--color-sage);--green:var(--color-redwood);--beige:var(--color-golden-deep);--green-opacity-0:rgba(43,78,26,0);--green-opacity-3:rgba(43,78,26,.03);--green-opacity-12:rgba(43,78,26,.12);--green-opacity-70:rgba(43,78,26,.7);--beige-opacity-0:rgba(245,236,214,0);--beige-opacity-70:rgba(245,236,214,.7);--font-serif:"Calistoga",Georgia,serif;--font-sans:"Branding",system-ui,sans-serif;--font-display:var(--font-serif);--font-body:var(--font-sans);--text-xs:.64rem;--text-sm:.8rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.563rem;--text-2xl:1.953rem;--text-3xl:2.441rem;--text-4xl:3.052rem;--text-5xl:3.815rem;--text-6xl:4.768rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--spacing-xs:var(--space-2);--spacing-sm:var(--space-4);--spacing-md:var(--space-6);--spacing-lg:var(--space-10);--spacing-xl:var(--space-16);--spacing-2xl:var(--space-20);--spacing-3xl:var(--space-24);--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition-base:.25s cubic-bezier(.4,0,.2,1);--transition-slow:.35s cubic-bezier(.4,0,.2,1);--z-base:0;--z-dropdown:1000;--z-sticky:1100;--z-fixed:1200;--z-modal-backdrop:1300;--z-modal:1400;--z-popover:1500;--z-tooltip:1600}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}html,body{max-width:100vw;overflow-x:hidden}body{font-family:var(--font-body);color:var(--color-prussian);background:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;font-size:var(--text-base)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-prussian);font-weight:300;line-height:1.2}h1{font-size:var(--text-4xl);letter-spacing:-.01em}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl);font-family:var(--font-sans)}h5{font-size:var(--text-lg);font-family:var(--font-sans)}p{color:var(--color-gray-700);line-height:1.7}a{color:inherit;transition:var(--transition-base);text-decoration:none}a:hover{color:var(--color-redwood)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}a:focus-visible{outline:2px solid var(--color-redwood);outline-offset:4px}button:focus-visible{outline:2px solid var(--color-redwood);outline-offset:4px}::selection{background-color:var(--color-redwood);color:var(--color-white)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}
