:root{--ink:#202421;--muted:#666c65;--green:#4f6857;--green-dark:#30463a;--sage:#dfe7df;--paper:#f5f5f1;--sand:#e9e3d8;--line:#dedfd9;--white:#fff;--shadow:0 18px 55px #1f27201a;--a11y-zoom:1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Noto Sans Hebrew,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}.notice-bar{background:var(--green-dark);color:#fff;justify-content:space-between;align-items:center;height:32px;padding:0 clamp(16px,4vw,64px);font-size:10px;display:flex}.notice-bar strong{font-weight:600}.notice-bar span{opacity:.72}.site-header{z-index:40;border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:36px;height:82px;padding:0 clamp(16px,4vw,64px);display:flex;position:sticky;top:0}.site-logo{align-items:center;width:160px;height:70px;display:flex}.site-logo img{object-fit:contain;width:100%;height:62px}.site-header nav{align-items:center;gap:26px;display:flex}.site-header nav a{font-size:12px;font-weight:700}.site-header nav a:hover{color:var(--green)}.header-tools{align-items:center;gap:10px;margin-right:auto;display:flex}.search-box{border:1px solid var(--line);background:#fafaf8;border-radius:30px;align-items:center;gap:9px;width:260px;height:44px;padding:0 15px;display:flex}.search-box span{font-size:21px}.search-box input{background:0 0;border:0;outline:0;width:100%;font-size:12px}.cart-button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:30px;justify-content:space-between;align-items:center;gap:9px;min-width:145px;height:44px;padding:0 16px;display:flex}.cart-button span{font-size:11px}.cart-button b{color:var(--ink);background:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font-size:9px;display:grid}.cart-button strong{font-size:11px}.menu-button{display:none}.store-opening{background:var(--paper);justify-content:space-between;align-items:end;gap:30px;padding:50px clamp(18px,5vw,76px) 32px;display:flex}.store-opening p{color:var(--green);margin:0 0 8px;font-size:11px;font-weight:800}.store-opening h1{letter-spacing:-2.5px;margin:0;font-size:clamp(38px,5.4vw,72px);line-height:1}.store-opening div>span{color:var(--muted);margin-top:16px;font-size:13px;display:block}.store-opening>a{border-bottom:1px solid var(--ink);white-space:nowrap;padding-bottom:6px;font-size:11px;font-weight:800}.selected-section,.category-section,.catalog-section{padding:45px clamp(18px,5vw,76px)}.selected-section{padding-top:18px}.section-head,.catalog-title{justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px;display:flex}.section-head h2,.catalog-title h2{letter-spacing:-.6px;margin:0;font-size:25px}.section-head p,.catalog-title p{color:var(--muted);margin:5px 0 0;font-size:10px}.section-head>a{border-bottom:1px solid var(--ink);padding-bottom:5px;font-size:10px;font-weight:800}.selected-grid{grid-template-rows:repeat(2,218px);grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.selected-card{background:#fff;border:1px solid #e7e8e3;border-radius:15px;grid-template-columns:47% 1fr;min-width:0;display:grid;overflow:hidden}.selected-card.selected-main{flex-direction:column;grid-area:span 2/span 2;display:flex}.selected-card:nth-child(4),.selected-card:nth-child(5){display:none}.selected-image{cursor:pointer;background:#e8e7e1;border:0;padding:0;position:relative;overflow:hidden}.selected-main .selected-image{height:72%}.selected-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.selected-card:hover .selected-image img{transform:scale(1.025)}.brand-tag{color:var(--ink);background:#fff;border-radius:20px;padding:6px 9px;font-size:8px;font-weight:800;position:absolute;top:11px;right:11px;box-shadow:0 3px 12px #0002}.brand-tag.yehudiya{color:#304a38;background:#e2eadf}.brand-tag.barama{color:#69563b;background:#eee5d7}.selected-card>div{flex-direction:column;min-width:0;padding:17px;display:flex}.selected-name{text-align:right;cursor:pointer;background:0 0;border:0;padding:0;font-size:15px;font-weight:800;line-height:1.35}.selected-card>div>span{color:var(--muted);margin-top:7px;font-size:9px}.selected-bottom{justify-content:space-between;align-items:end;margin-top:auto;display:flex}.selected-bottom strong{color:var(--green-dark);font-size:14px}.selected-bottom small{color:var(--muted);font-size:8px}.selected-bottom button{background:var(--green-dark);color:#fff;cursor:pointer;border:0;border-radius:50%;width:34px;height:34px;font-size:20px}.category-section{background:#fff}.category-list{grid-template-columns:repeat(8,1fr);gap:10px;display:grid}.category-list button{cursor:pointer;text-align:center;background:0 0;border:0;padding:0}.category-list img{aspect-ratio:1;object-fit:cover;border:3px solid #0000;border-radius:50%;width:100%;transition:all .2s}.category-list button:hover img,.category-list button.active img{border-color:var(--green);transform:translateY(-3px)}.category-list strong,.category-list small{display:block}.category-list strong{margin-top:9px;font-size:11px;line-height:1.3}.category-list small{color:var(--muted);margin-top:3px;font-size:8px}.how-strip{background:var(--sage);border-radius:14px;grid-template-columns:repeat(3,1fr);gap:20px;margin:0 clamp(18px,5vw,76px);padding:22px 26px;display:grid}.how-strip>div{align-items:center;gap:13px;display:flex}.how-strip b{background:#fff;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:11px;display:grid}.how-strip strong,.how-strip small{display:block}.how-strip strong{font-size:11px}.how-strip small{color:#5e6b61;margin-top:3px;font-size:9px}.catalog-section{padding-top:80px;padding-bottom:110px}.catalog-search{border:1px solid var(--line);background:#fff;border-radius:30px;align-items:center;gap:9px;width:min(360px,100%);height:46px;padding:0 15px;display:flex}.catalog-search span{font-size:20px}.catalog-search input{background:0 0;border:0;outline:0;width:100%;font-size:11px}.catalog-search button{cursor:pointer;background:0 0;border:0;font-size:20px}.filters{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:9px;margin-bottom:25px;padding:14px 0;display:grid}.brand-filters,.category-filters{scrollbar-width:thin;gap:7px;display:flex;overflow:auto}.brand-filters button,.category-filters button{white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:20px;padding:8px 13px;font-size:9px;font-weight:700}.brand-filters button{background:#e9ebe6}.brand-filters button.active{background:var(--green-dark);color:#fff}.category-filters button{border:1px solid var(--line);background:#fff}.category-filters button.active{border-color:var(--ink);color:#fff;background:var(--ink)}.product-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.product-card{background:#fff;border:1px solid #e5e6e1;border-radius:13px;min-width:0;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 38px #222c2514}.product-image{cursor:pointer;background:#e9e8e2;border:0;width:100%;height:270px;padding:0;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.025)}.product-content{padding:15px}.product-category{color:var(--muted);font-size:8px}.product-name{text-align:right;cursor:pointer;background:0 0;border:0;min-height:40px;margin:5px 0 13px;padding:0;font-size:14px;font-weight:800;line-height:1.4}.product-price{align-items:end;gap:5px;display:flex}.product-price strong{color:var(--green-dark);font-size:17px}.product-price span{color:var(--muted);padding-bottom:3px;font-size:8px}.minimum{color:var(--muted);height:17px;margin-top:4px;font-size:8px;display:block}.choose-button{border:1px solid var(--green-dark);width:100%;height:40px;color:var(--green-dark);cursor:pointer;background:#fff;border-radius:9px;justify-content:space-between;align-items:center;margin-top:10px;padding:0 12px;font-size:10px;font-weight:800;display:flex}.choose-button:hover{background:var(--green-dark);color:#fff}.choose-button span{font-size:18px}.quantity-control{border:1px solid var(--line);border-radius:9px;grid-template-columns:40px 1fr 40px;height:40px;margin-top:10px;display:grid;overflow:hidden}.quantity-control button{cursor:pointer;background:#f0f1ed;border:0;font-size:17px}.quantity-control strong{place-items:center;font-size:10px;display:grid}.more-button{border:1px solid var(--ink);cursor:pointer;background:0 0;border-radius:30px;margin:35px auto 0;padding:12px 24px;font-size:10px;font-weight:800;display:block}.empty-results{text-align:center;padding:70px}.empty-results h3{font-size:20px}.empty-results button{background:var(--ink);color:#fff;border:0;border-radius:25px;padding:11px 20px;font-size:10px}footer{color:#fff;background:#252b27;grid-template-columns:1.4fr .6fr 1fr;gap:60px;padding:55px clamp(18px,5vw,76px) 80px;display:grid}footer>div{flex-direction:column;align-items:flex-start;gap:9px;display:flex}footer img{object-fit:contain;background:#fff;border-radius:7px;width:180px;height:90px}footer p,footer span,footer a{color:#c7cec8;max-width:420px;margin:0;font-size:10px;line-height:1.6}footer strong{margin-bottom:4px;font-size:12px}.mobile-nav,.mobile-cart{display:none}.overlay{z-index:70;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f1410a8;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.product-modal{background:#fff;border-radius:18px;grid-template-columns:1.05fr .95fr;width:min(880px,100%);max-height:92vh;display:grid;position:relative;overflow:auto;box-shadow:0 30px 100px #0005}.close-button{z-index:2;cursor:pointer;background:#fff;border:0;border-radius:50%;width:38px;height:38px;font-size:23px;position:absolute;top:13px;left:13px;box-shadow:0 4px 14px #0002}.modal-photo{background:#e6e6e0;min-height:560px}.modal-photo img{object-fit:cover;width:100%;height:100%}.modal-details{align-self:center;padding:48px 40px}.modal-brand{background:var(--sage);color:var(--green-dark);border-radius:20px;padding:6px 10px;font-size:8px;font-weight:800;display:inline-flex}.modal-brand.barama{color:#67563e;background:#eee5d7}.modal-details h2{margin:13px 0;font-size:30px;line-height:1.15}.modal-details>p{color:var(--muted);font-size:11px;line-height:1.6}.modal-price{align-items:end;gap:6px;margin:18px 0;display:flex}.modal-price strong{color:var(--green-dark);font-size:25px}.modal-price span{color:var(--muted);padding-bottom:4px;font-size:9px}.weight-picker{background:#f3f3ef;border-radius:12px;padding:13px}.picker-tabs{gap:5px;margin-bottom:12px;display:flex}.picker-tabs button{cursor:pointer;background:0 0;border:0;border-radius:8px;flex:1;padding:9px;font-size:9px;font-weight:800}.picker-tabs button.active{background:#fff;box-shadow:0 3px 10px #1c281814}.weight-input>span,.unit-picker>span{margin-bottom:6px;font-size:10px;font-weight:800;display:block}.weight-input>div{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;height:47px;padding:0 12px;display:flex}.weight-input input{background:0 0;border:0;outline:0;width:100%;font-size:18px;font-weight:800}.weight-input b{color:var(--muted);font-size:9px}.weight-input small,.unit-picker small{color:var(--muted);margin-top:6px;font-size:8px;line-height:1.5;display:block}.unit-picker>div{background:#fff;border-radius:8px;grid-template-columns:45px 1fr 45px;height:46px;display:grid;overflow:hidden}.unit-picker button{background:#e8eae5;border:0;font-size:18px}.unit-picker strong{place-items:center;display:grid}.estimated-total{border-top:1px solid var(--line);justify-content:space-between;margin-top:12px;padding-top:11px;display:flex}.estimated-total span{color:var(--muted);font-size:9px}.estimated-total strong{font-size:16px}.modal-add{background:var(--green-dark);color:#fff;cursor:pointer;border:0;border-radius:9px;justify-content:space-between;align-items:center;width:100%;height:46px;margin-top:12px;padding:0 14px;font-size:10px;font-weight:800;display:flex}.modal-note{text-align:center;color:var(--muted);margin-top:8px;font-size:8px;display:block}.drawer-overlay{justify-content:flex-start;padding:0;display:flex}.cart-drawer{background:#fff;flex-direction:column;width:min(500px,100%);height:100%;display:flex;box-shadow:20px 0 60px #0004}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:22px;display:flex}.drawer-head span{color:var(--muted);font-size:8px}.drawer-head h2{margin:4px 0 0;font-size:25px}.drawer-head button{cursor:pointer;background:0 0;border:0;font-size:26px}.estimate-message{background:var(--sage);border-radius:8px;margin:13px 18px 0;padding:11px}.estimate-message b,.estimate-message span{display:block}.estimate-message b{font-size:10px}.estimate-message span{color:var(--muted);margin-top:3px;font-size:8px}.cart-lines{flex:1;padding:0 18px;overflow:auto}.cart-line{border-bottom:1px solid var(--line);grid-template-columns:75px 1fr 68px;gap:11px;padding:14px 0;display:grid}.cart-line>img{object-fit:cover;border-radius:7px;width:75px;height:88px}.cart-line>div:nth-child(2)>small,.cart-line>div:nth-child(2)>strong,.cart-line>div:nth-child(2)>span{display:block}.cart-line>div:nth-child(2)>small{color:var(--green);font-size:7px}.cart-line>div:nth-child(2)>strong{margin:4px 0;font-size:11px;line-height:1.35}.cart-line>div:nth-child(2)>span{color:var(--muted);font-size:8px}.cart-weight{border:1px solid var(--line);border-radius:7px;align-items:center;max-width:110px;height:31px;margin-top:7px;padding:0 8px;display:flex}.cart-weight input{border:0;outline:0;width:100%;min-width:0;font-size:10px;font-weight:800}.cart-weight b{color:var(--muted);font-size:8px}.quantity-control.compact{grid-template-columns:30px 1fr 30px;height:31px;margin-top:7px}.line-price{flex-direction:column;align-items:flex-end;display:flex}.line-price button{color:#92968f;cursor:pointer;background:0 0;border:0;margin-bottom:auto;font-size:18px}.line-price strong{font-size:11px}.line-price small{color:var(--muted);font-size:7px}.cart-footer{border-top:1px solid var(--line);padding:17px 20px;box-shadow:0 -7px 20px #0000000a}.cart-footer>div{justify-content:space-between;align-items:end;display:flex}.cart-footer>div strong{font-size:21px}.cart-footer>div span{font-size:10px}.cart-footer>p{color:var(--muted);background:#f3f3ef;padding:8px;font-size:8px;line-height:1.5}.cart-footer>button{background:var(--green-dark);color:#fff;cursor:pointer;border:0;border-radius:9px;width:100%;height:44px;font-size:10px;font-weight:800}.cart-footer>section{background:#f3f3ef;padding:12px}.cart-footer>section strong{font-size:11px}.cart-footer>section p{color:var(--muted);font-size:8px}.cart-footer>section button{background:0 0;border:0;font-size:9px;text-decoration:underline}.empty-cart{text-align:center;margin:auto}.empty-cart>span{border:1px solid var(--green);border-radius:50%;place-items:center;width:62px;height:62px;margin:auto;display:grid}.empty-cart h3{font-size:20px}.empty-cart button{background:var(--green-dark);color:#fff;border:0;border-radius:25px;padding:10px 18px;font-size:10px}@media (width<=1150px){.site-header nav{display:none}.menu-button{background:0 0;border:0;font-size:21px;display:block}.site-header nav.open{box-shadow:var(--shadow);background:#fff;border-radius:10px;flex-direction:column;align-items:flex-start;padding:12px 20px;display:flex;position:absolute;top:76px;right:18px}.category-list{grid-template-columns:repeat(4,1fr)}.product-grid,.selected-grid{grid-template-columns:repeat(3,1fr)}.selected-card.selected-main{grid-area:span 1/span 1;display:grid}.selected-main .selected-image{height:auto}.selected-main .selected-name{font-size:15px}.selected-main .selected-bottom strong{font-size:14px}.selected-card:nth-child(4){display:grid}}@media (width<=820px){html{scroll-padding-top:70px}.notice-bar{justify-content:center;height:28px;font-size:8px}.notice-bar span{display:none}.site-header{gap:8px;height:68px;padding:0 12px;top:0}.site-logo{width:116px;height:58px}.site-logo img{height:54px}.menu-button{padding:6px}.site-header nav.open{top:63px;left:10px;right:10px}.search-box{display:none}.header-tools{margin-right:auto}.cart-button{justify-content:center;width:46px;min-width:46px;height:42px;padding:0}.cart-button>span,.cart-button>strong{display:none}.cart-button b{background:var(--ink);color:#fff;border:1px solid #fff;margin-top:-34px;margin-left:-34px;position:absolute}.store-opening{padding:32px 16px 20px;display:block}.store-opening h1{letter-spacing:-1.5px;font-size:38px}.store-opening div>span{font-size:11px;line-height:1.5}.store-opening>a{display:none}.selected-section,.category-section,.catalog-section{padding-left:13px;padding-right:13px}.selected-section{padding-top:15px}.section-head h2,.catalog-title h2{font-size:22px}.selected-grid{scroll-snap-type:x mandatory;gap:9px;margin-left:-13px;margin-right:-13px;padding:0 13px 12px;display:flex;overflow:auto}.selected-card,.selected-card.selected-main,.selected-card:nth-child(4),.selected-card:nth-child(5){scroll-snap-align:start;flex-direction:column;flex:0 0 73vw;max-width:280px;height:360px;display:flex}.selected-image,.selected-main .selected-image{height:67%}.selected-card>div{flex:1;padding:13px}.selected-main .selected-name{font-size:15px}.category-section{padding-top:42px;padding-bottom:42px}.category-list{scroll-snap-type:x mandatory;gap:13px;margin-left:-13px;margin-right:-13px;padding:0 13px 9px;display:flex;overflow:auto}.category-list button{scroll-snap-align:start;flex:0 0 100px}.category-list img{width:86px}.how-strip{grid-template-columns:1fr;gap:14px;margin:0 13px;padding:16px}.how-strip>div{border-bottom:1px solid #cbd6cc;padding-bottom:12px}.how-strip>div:last-child{border:0;padding:0}.catalog-section{padding-top:55px;padding-bottom:125px}.catalog-title{flex-direction:column;align-items:start}.catalog-search{width:100%}.filters{margin-left:-13px;margin-right:-13px;padding:11px 13px}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-image{height:190px}.product-content{padding:10px}.product-name{min-height:35px;margin-bottom:9px;font-size:12px}.product-price strong{font-size:14px}.minimum{font-size:7px}.choose-button{height:37px;font-size:9px}.brand-tag{padding:5px 7px;font-size:7px;top:7px;right:7px}.quantity-control{grid-template-columns:33px 1fr 33px;height:37px}.quantity-control strong{font-size:8px}footer{grid-template-columns:1fr;gap:25px;padding:42px 18px 115px}.mobile-nav{border-top:1px solid var(--line);z-index:50;height:65px;padding-bottom:env(safe-area-inset-bottom);background:#fff;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav a,.mobile-nav button{background:#fff;border:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:8px;display:flex}.mobile-nav span{font-size:17px;position:relative}.mobile-nav b{background:var(--green-dark);color:#fff;border-radius:50%;place-items:center;width:16px;height:16px;font-size:7px;display:grid;position:absolute;top:-5px;left:-9px}.mobile-cart{background:var(--green-dark);color:#fff;z-index:49;border:0;border-radius:9px;justify-content:space-between;align-items:center;height:46px;padding:0 14px;display:flex;position:fixed;bottom:72px;left:11px;right:11px;box-shadow:0 8px 22px #1d38286b}.mobile-cart span{font-size:10px}.mobile-cart strong{font-size:11px}.mobile-cart small{font-size:7px;font-weight:400}.overlay{padding:10px}.product-modal{border-radius:13px;grid-template-columns:1fr;max-height:95vh}.modal-photo{height:35vh;min-height:230px}.modal-details{padding:22px 18px}.modal-details h2{font-size:23px}.modal-price{margin:12px 0}.drawer-head{padding:18px}.cart-line{grid-template-columns:65px 1fr 62px}.cart-line>img{width:65px;height:78px}}@media (width<=390px){.store-opening h1{font-size:34px}.selected-card,.selected-card.selected-main{flex-basis:78vw}.product-image{height:165px}.product-content{padding:9px}.product-name{font-size:11px}.choose-button{padding:0 9px}.category-list button{flex-basis:92px}.category-list img{width:78px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.welcome-overlay{z-index:90;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#111713b3;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.welcome-popup{background:#fff;border-radius:20px;width:min(520px,100%);max-height:92vh;padding:38px 38px 30px;position:relative;overflow:auto;box-shadow:0 30px 100px #0007}.welcome-close{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;width:36px;height:36px;font-size:22px;line-height:1;position:absolute;top:14px;left:14px}.welcome-kicker{color:var(--green);letter-spacing:.4px;font-size:9px;font-weight:800;display:block}.welcome-popup h2{letter-spacing:-.8px;margin:8px 0 15px;font-size:30px;line-height:1.15}.welcome-lead{background:var(--sage);border-radius:11px;margin:0;padding:14px 16px;font-size:11px;line-height:1.7}.welcome-lead strong{color:var(--green-dark)}.welcome-toggle{border:0;border-bottom:1px solid var(--line);cursor:pointer;background:0 0;justify-content:space-between;width:100%;padding:15px 2px;font-size:10px;font-weight:800;display:flex}.welcome-toggle span{font-size:17px;font-weight:400}.welcome-details{gap:15px;padding:16px 2px 4px;display:grid}.welcome-details strong{font-size:11px}.welcome-details p{color:var(--muted);margin:5px 0 0;font-size:9px;line-height:1.65}.welcome-details ul{border:1px solid var(--line);border-radius:9px;margin:8px 0 0;padding:0;list-style:none;overflow:hidden}.welcome-details li{border-bottom:1px solid var(--line);justify-content:space-between;gap:15px;padding:9px 11px;font-size:9px;display:flex}.welcome-details li:last-child{border:0}.welcome-details li span{color:var(--green-dark);font-weight:800}.welcome-confirm{background:var(--green-dark);color:#fff;cursor:pointer;border:0;border-radius:9px;width:100%;height:46px;margin-top:18px;font-size:10px;font-weight:800}.welcome-demo-note{text-align:center;color:var(--muted);margin-top:9px;font-size:8px;display:block}@media (width<=820px){.welcome-overlay{align-items:end;padding:10px}.welcome-popup{border-radius:18px 18px 10px 10px;max-height:91vh;padding:31px 20px 22px}.welcome-popup h2{font-size:25px}.welcome-lead{font-size:10px}.welcome-confirm{height:48px}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero-slider{border-bottom:1px solid var(--line);background:#fff}.hero-image{background:#e7e4dd;animation:.35s ease-out hero-fade;position:relative;overflow:hidden}.hero-image picture,.hero-image img{width:100%;display:block}.hero-image img{aspect-ratio:3;object-fit:cover}.hero-arrow{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#17201999;border:1px solid #fff8;border-radius:50%;width:42px;height:42px;font-size:29px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.hero-next{right:18px}.hero-prev{left:18px}.hero-dots{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);direction:ltr;background:#17201988;border-radius:20px;gap:7px;padding:7px 9px;display:flex;position:absolute;bottom:13px;left:50%;transform:translate(-50%)}.hero-dots button{cursor:pointer;background:0 0;border:1px solid #fff;border-radius:50%;width:8px;height:8px;padding:0}.hero-dots button.active{background:#fff}.hero-utility-bar{background:var(--ink);color:#fff;justify-content:space-between;align-items:center;gap:18px;min-height:48px;padding:5px clamp(18px,5vw,76px);display:flex}.hero-utility-location,.hero-utility-actions,.hero-utility-actions a{align-items:center;display:flex}.hero-utility-location{gap:9px}.hero-utility-actions{gap:8px}.hero-utility-bar i{color:#fff;background:#ffffff12;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-family:Arial,sans-serif;font-size:15px;font-style:normal;font-weight:900;display:grid}.hero-utility-bar small,.hero-utility-bar strong{display:block}.hero-utility-bar small{color:#bfc8c1;margin-bottom:2px;font-size:7px}.hero-utility-bar strong{white-space:nowrap;font-size:11px}.hero-utility-actions a{color:#fff;border:1px solid #ffffff24;border-radius:22px;gap:8px;min-height:38px;padding:3px 11px}.hero-utility-actions a:hover{background:#ffffff12}.hero-utility-actions .contact-icon{width:32px;height:32px;color:var(--ink);background:#fff;border-radius:50%;flex:0 0 32px;padding:8px}.hero-utility-actions .hero-utility-whatsapp{background:#315f40;border-color:#477554}.hero-utility-whatsapp .contact-icon{color:#168c52}@keyframes hero-fade{0%{opacity:.35}to{opacity:1}}@media (width<=820px){.hero-image img{aspect-ratio:3;object-fit:cover}.hero-arrow{width:34px;height:34px;font-size:24px}.hero-next{right:7px}.hero-prev{left:7px}.hero-dots{bottom:7px}.hero-utility-bar{gap:6px;min-height:44px;padding:4px 8px}.hero-utility-location{gap:5px;min-width:0}.hero-utility-location i{display:none}.hero-utility-bar small{font-size:6.5px}.hero-utility-bar strong{font-size:9px}.hero-utility-location strong{text-overflow:ellipsis;max-width:104px;overflow:hidden}.hero-utility-actions{gap:5px;margin-right:auto}.hero-utility-actions a{gap:5px;min-width:42px;min-height:38px;padding:2px 6px}.hero-utility-actions .contact-icon{flex-basis:30px;width:30px;height:30px;padding:7px}.hero-utility-actions span{display:none}}@media (prefers-reduced-motion:reduce){.hero-image{animation:none}}.picker-heading{justify-content:space-between;align-items:end;margin-bottom:12px;display:flex}.picker-heading span{font-size:10px;font-weight:800}.picker-heading strong{color:var(--green-dark);font-size:18px}.range-control{grid-template-columns:42px 1fr 42px;align-items:center;gap:10px;display:grid}.range-control button{height:42px;color:var(--green-dark);cursor:pointer;background:#fff;border:0;border-radius:50%;font-size:21px;font-weight:700;box-shadow:0 2px 9px #18251c15}.weight-range{width:100%;height:32px;accent-color:var(--green-dark);cursor:pointer;touch-action:pan-y;margin:0}.weight-range::-webkit-slider-thumb{width:26px;height:26px}.range-labels{color:var(--muted);justify-content:space-between;margin:2px 52px 13px;font-size:7px;display:flex}.synced-inputs{grid-template-columns:1fr;gap:8px;display:grid}.synced-inputs.has-units{grid-template-columns:1fr 1fr}.synced-inputs label>span{margin-bottom:5px;font-size:8px;font-weight:800;display:block}.synced-inputs label>div{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;height:43px;padding:0 10px;display:flex}.synced-inputs input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:15px;font-weight:800}.synced-inputs b{color:var(--muted);font-size:8px}.live-estimate{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px;display:grid}.live-estimate>div{text-align:center;background:#fff;border-radius:8px;padding:9px 7px}.live-estimate span,.live-estimate strong{display:block}.live-estimate span{color:var(--muted);margin-bottom:4px;font-size:7px}.live-estimate strong{color:var(--green-dark);font-size:11px}.picker-note{color:var(--muted);margin-top:9px;font-size:7px;line-height:1.55;display:block}.unit-stepper{border:1px solid var(--line);background:#fff;border-radius:9px;grid-template-columns:48px 1fr 48px;height:48px;display:grid;overflow:hidden}.unit-stepper button{cursor:pointer;background:#e8eae5;border:0;font-size:20px}.unit-stepper input{text-align:center;border:0;outline:0;width:100%;font-size:16px;font-weight:800}@media (width<=820px){.range-control{grid-template-columns:44px 1fr 44px;gap:8px}.range-control button{height:44px}.range-labels{margin-left:52px;margin-right:52px}.synced-inputs.has-units{grid-template-columns:1fr 1fr}.live-estimate{gap:5px}.live-estimate>div{padding:8px 4px}.live-estimate strong{font-size:10px}}.pack-notice{background:#fff7e9;border:1px solid #d5c3a8;border-right:4px solid #8a5b2d;border-radius:10px;margin:0 0 12px;padding:11px 12px}.pack-notice span,.pack-notice strong,.pack-notice small{display:block}.pack-notice span{color:#8a5b2d;margin-bottom:4px;font-size:8px;font-weight:800}.pack-notice strong{font-size:10px;line-height:1.5}.pack-notice small{color:var(--muted);margin-top:4px;font-size:7px;line-height:1.5}.cart-pack-info{background:#fff3df;border-radius:6px;margin-top:5px;padding:5px 7px;line-height:1.45;color:#6d4b27!important;font-size:7px!important;display:block!important}.product-pack-label{color:#805629;min-height:16px;margin:2px 0 7px;font-size:7px;font-weight:800;line-height:1.4;display:block}.add-confirmation{z-index:65;background:#fff;border:1px solid #ccd4cc;border-radius:11px;justify-content:space-between;align-items:center;gap:14px;min-width:320px;max-width:calc(100vw - 44px);padding:12px 13px;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 14px 42px #17201930}.add-confirmation div{min-width:0}.add-confirmation strong,.add-confirmation span{display:block}.add-confirmation strong{color:var(--green-dark);font-size:10px}.add-confirmation span{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:3px;font-size:8px;overflow:hidden}.add-confirmation button{background:var(--green-dark);color:#fff;cursor:pointer;border:0;border-radius:8px;flex:none;padding:9px 11px;font-size:8px;font-weight:800}.checkout-summary-button{justify-content:space-between;align-items:center;padding:0 15px;display:flex}.checkout-summary-button span{font-size:18px}.order-summary-preview{border-radius:10px;background:#f3f3ef!important;padding:14px!important}.order-summary-preview h3{margin:0 0 10px;font-size:16px}.order-summary-preview dl{gap:5px;margin:0;display:grid}.order-summary-preview dl>div{border-bottom:1px solid var(--line);justify-content:space-between;padding:7px 0;display:flex}.order-summary-preview dt{color:var(--muted);font-size:8px}.order-summary-preview dd{margin:0;font-size:10px;font-weight:800}.order-summary-preview>button{border:1px solid var(--green-dark);width:100%;min-height:40px;color:var(--green-dark);background:#fff;border-radius:8px;margin-top:7px;font-size:9px;font-weight:800}.order-summary-preview .demo-submit{color:#7d827d;cursor:not-allowed;background:#dfe2dc;border-color:#dfe2dc}@media (width<=820px){.pack-notice span{font-size:9px}.pack-notice strong{font-size:11px}.pack-notice small,.cart-pack-info{font-size:8px!important}.product-pack-label{font-size:7.5px}.add-confirmation{min-width:0;max-width:none;bottom:128px;left:11px;right:11px}.add-confirmation button{min-height:38px;font-size:9px}.cart-footer{padding-bottom:calc(17px + env(safe-area-inset-bottom))}.checkout-summary-button{height:48px!important}.order-summary-preview>button{min-height:44px}}.account-button{border:1px solid var(--line);cursor:pointer;white-space:nowrap;background:#fff;border-radius:24px;align-items:center;gap:7px;height:44px;padding:0 13px;display:flex}.account-button span{background:var(--sage);width:24px;height:24px;color:var(--green-dark);border-radius:50%;place-items:center;font-size:15px;display:grid}.account-button strong{font-size:9px}.account-button:hover{border-color:var(--green);background:#f8faf7}.account-overlay{z-index:85}.account-modal{background:#fff;border-radius:20px;width:min(760px,100%);max-height:92vh;padding:34px;position:relative;overflow:auto;box-shadow:0 30px 100px #0006}.account-close{border:1px solid var(--line);cursor:pointer;z-index:2;background:#fff;border-radius:50%;width:38px;height:38px;font-size:23px;position:absolute;top:14px;left:14px}.account-intro{max-width:560px}.account-kicker{color:var(--green);font-size:9px;font-weight:800;display:block}.account-intro h2{letter-spacing:-.7px;margin:7px 0 9px;font-size:31px}.account-intro p{color:var(--muted);margin:0;font-size:11px;line-height:1.7}.account-benefits{grid-template-columns:repeat(4,1fr);gap:8px;margin:23px 0;display:grid}.account-benefits>div{border:1px solid var(--line);background:#fafaf8;border-radius:12px;min-height:105px;padding:12px}.account-benefits b{background:var(--sage);width:31px;height:31px;color:var(--green-dark);border-radius:50%;place-items:center;font-size:15px;display:grid}.account-benefits span,.account-benefits strong,.account-benefits small{display:block}.account-benefits span{margin-top:10px}.account-benefits strong{font-size:9px}.account-benefits small{color:var(--muted);margin-top:3px;font-size:7px;line-height:1.45}.account-tabs{background:#eff0ec;border-radius:10px;grid-template-columns:1fr 1fr;padding:4px;display:grid}.account-tabs button{cursor:pointer;background:0 0;border:0;border-radius:8px;height:40px;font-size:10px;font-weight:800}.account-tabs button.active{background:#fff;box-shadow:0 3px 12px #17201915}.account-form{grid-template-columns:1fr auto;gap:10px;margin-top:13px;display:grid}.account-form label{min-width:0}.account-form label>span{margin-bottom:5px;font-size:8px;font-weight:800;display:block}.account-form input{border:1px solid var(--line);background:#fff;border-radius:9px;outline:0;width:100%;height:46px;padding:0 12px;font-size:11px}.account-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px #4f685719}.account-primary{background:var(--green-dark);color:#fff;cursor:pointer;border:0;border-radius:9px;justify-content:space-between;align-self:end;align-items:center;gap:18px;min-width:190px;height:46px;padding:0 15px;font-size:9px;font-weight:800;display:flex}.account-form:has(label+label){grid-template-columns:1fr 1fr}.account-form:has(label+label) .account-primary{grid-column:1/-1;width:100%}.guest-divider{color:var(--muted);align-items:center;gap:10px;margin:16px 0 10px;font-size:8px;display:flex}.guest-divider:before,.guest-divider:after{content:"";background:var(--line);flex:1;height:1px}.guest-button{border:1px solid var(--green-dark);width:100%;height:44px;color:var(--green-dark);cursor:pointer;background:#fff;border-radius:9px;font-size:9px;font-weight:800}.account-safety-note{color:var(--muted);background:#f5f5f1;border-radius:8px;margin:11px 0 0;padding:10px;font-size:8px;line-height:1.55}.account-safety-note strong{color:var(--ink)}.account-profile-head{align-items:center;gap:13px;padding-left:50px;display:flex}.account-avatar{background:var(--green-dark);color:#fff;border-radius:50%;flex:0 0 54px;place-items:center;width:54px;height:54px;font-size:21px;font-weight:800;display:grid}.account-profile-head small,.account-profile-head span{color:var(--muted);font-size:8px;display:block}.account-profile-head h2{margin:3px 0;font-size:25px}.account-benefit-strip{gap:7px;margin:20px 0;display:flex;overflow:auto}.account-benefit-strip span{background:var(--sage);color:var(--green-dark);border-radius:20px;flex:none;padding:7px 10px;font-size:8px;font-weight:800}.quick-reorder{background:var(--ink);color:#fff;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;padding:16px 18px;display:flex}.quick-reorder small,.quick-reorder strong,.quick-reorder span{display:block}.quick-reorder small{color:#bfc8c1;font-size:7px}.quick-reorder strong{margin-top:4px;font-size:13px}.quick-reorder span{color:#cbd0cc;margin-top:4px;font-size:8px}.quick-reorder button{color:var(--ink);cursor:pointer;background:#fff;border:0;border-radius:8px;flex:none;padding:11px 15px;font-size:8px;font-weight:800}.account-section-title{justify-content:space-between;align-items:end;margin:24px 0 10px;display:flex}.account-section-title h3{margin:0;font-size:17px}.account-section-title span{color:var(--muted);margin-top:3px;font-size:8px;display:block}.account-section-title button{border:0;border-bottom:1px solid var(--ink);cursor:pointer;background:0 0;padding:0 0 3px;font-size:8px;font-weight:800}.order-history{grid-template-columns:1fr 1fr;gap:10px;display:grid}.history-card{border:1px solid var(--line);border-radius:12px;padding:13px}.history-card-head{justify-content:space-between;gap:10px;display:flex}.history-card-head strong,.history-card-head span{display:block}.history-card-head strong{font-size:10px}.history-card-head span{color:var(--muted);margin-top:3px;font-size:7px}.history-card-head>b{color:var(--green-dark);font-size:11px}.history-card ul{border-top:1px solid var(--line);margin:10px 0;padding:0;list-style:none}.history-card li{border-bottom:1px solid var(--line);grid-template-columns:31px 1fr auto;align-items:center;gap:7px;padding:6px 0;display:grid}.history-card li img{object-fit:cover;border-radius:5px;width:31px;height:31px}.history-card li span{text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.history-card li small{color:var(--muted);font-size:7px}.history-card>button{border:1px solid var(--green-dark);width:100%;height:37px;color:var(--green-dark);cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:0 10px;font-size:8px;font-weight:800;display:flex}.account-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-top:15px;padding-top:13px;display:flex}.account-actions button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:8px;text-decoration:underline}.account-actions small{max-width:420px;color:var(--muted);font-size:7px;line-height:1.5}.checkout-customer,.checkout-guest{background:#fff;border:1px solid #cfd9d0;border-radius:9px;align-items:center;gap:9px;margin:11px 0;padding:10px;display:flex}.account-avatar.small{flex-basis:34px;width:34px;height:34px;font-size:13px}.checkout-customer>div,.checkout-guest>div{flex:1;min-width:0}.checkout-customer strong,.checkout-customer small,.checkout-guest strong,.checkout-guest small{display:block}.checkout-customer strong,.checkout-guest strong{font-size:8px}.checkout-customer small,.checkout-guest small{color:var(--muted);margin-top:3px;font-size:7px}.checkout-customer button,.checkout-guest button{cursor:pointer;background:0 0;border:0;font-size:7px;text-decoration:underline}.checkout-account-choice{gap:6px;margin:11px 0;display:grid}.checkout-account-choice>strong{font-size:9px}.checkout-account-choice>button{border:1px solid var(--line);text-align:right;cursor:pointer;background:#fff;border-radius:9px;grid-template-columns:31px 1fr auto;align-items:center;gap:8px;width:100%;min-height:48px;padding:7px 10px;display:grid}.checkout-account-choice>button>span{background:var(--sage);border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.checkout-account-choice>button div{font-size:8px;font-weight:800}.checkout-account-choice>button small{color:var(--muted);margin-top:2px;font-size:7px;font-weight:400;display:block}.checkout-account-choice>button b{color:var(--green-dark);font-size:14px}@media (width<=820px){.account-button{justify-content:center;width:42px;padding:0}.account-button strong{display:none}.account-button span{background:0 0;font-size:18px}.mobile-nav{grid-template-columns:repeat(5,1fr)}.account-overlay{align-items:end;padding:8px}.account-modal{border-radius:18px 18px 9px 9px;max-height:93vh;padding:27px 16px 20px}.account-intro h2{font-size:25px}.account-benefits{grid-template-columns:1fr 1fr;margin:17px 0}.account-benefits>div{min-height:91px}:is(.account-form,.account-form:has(label+label)){grid-template-columns:1fr}.account-form:has(label+label) .account-primary{grid-column:auto}.account-primary{width:100%;min-width:0}.order-history{grid-template-columns:1fr}.quick-reorder{flex-direction:column;align-items:flex-start}.quick-reorder button{width:100%;height:42px}.account-profile-head{padding-left:38px}.account-avatar{flex-basis:46px;width:46px;height:46px}.account-profile-head h2{font-size:20px}.account-actions{flex-direction:column-reverse;align-items:flex-start}.history-card li span{font-size:8px}.mobile-cart{bottom:72px}.add-confirmation{bottom:128px}}.hero-controls{z-index:3;align-items:center;gap:7px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.hero-controls .hero-dots{position:static;transform:none}.hero-pause{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#172019aa;border:1px solid #fff9;border-radius:50%;width:30px;height:30px;padding:0;font-size:11px}.variant-label,.modal-variant,.cart-variant{color:#76542f;font-weight:800;display:block}.variant-label{min-height:15px;margin:-7px 0 8px;font-size:7px}.modal-variant{background:#f4eadb;border-radius:6px;width:max-content;margin:-6px 0 7px;padding:5px 8px;font-size:8px}.cart-variant{margin:2px 0 4px;font-size:7px!important}.order-summary-preview{max-height:68vh;overflow:auto}.demo-assumption{color:#6d4b27;background:#fff3df;border-radius:7px;margin-bottom:10px;padding:8px 9px;font-size:8px;font-weight:800;line-height:1.5}.order-summary-preview .checkout-total{border-bottom:0;padding-top:10px}.order-summary-preview .checkout-total dt,.order-summary-preview .checkout-total dd{color:var(--ink);font-size:11px}.checkout-form-fields{grid-template-columns:1fr 1fr;gap:9px;margin:12px 0;display:grid}.checkout-form-fields label>span,.checkout-form-fields legend{margin-bottom:5px;font-size:8px;font-weight:800;display:block}.checkout-form-fields input:not([type=radio]):not([type=checkbox]),.checkout-form-fields select,.checkout-form-fields textarea{border:1px solid var(--line);background:#fff;border-radius:8px;outline:0;width:100%;min-height:44px;padding:9px 10px;font-size:10px}.checkout-form-fields textarea{resize:vertical}.checkout-form-fields .wide{grid-column:1/-1}.checkout-form-fields fieldset{border:1px solid var(--line);background:#fff;border-radius:8px;margin:0;padding:10px}.checkout-form-fields fieldset label{align-items:center;gap:5px;margin:3px 0 3px 13px;font-size:8px;display:inline-flex}.variance-check{background:var(--sage);border-radius:8px;align-items:flex-start;gap:8px;padding:10px;display:flex}.variance-check input{flex:0 0 18px;width:18px;height:18px;margin:0}.variance-check span{line-height:1.55;margin:0!important}.temperature-choice{grid-template-columns:1fr 1fr;gap:8px;display:grid}.temperature-choice legend{grid-column:1/-1}.checkout-form-fields .temperature-choice>label{border:1px solid var(--line);cursor:pointer;background:#f8f9f6;border-radius:9px;align-items:flex-start;gap:9px;min-height:66px;margin:0;padding:10px 12px;display:flex}.temperature-choice>label:has(input:checked){border-color:var(--green-dark);background:var(--sage);box-shadow:inset 0 0 0 1px var(--green-dark)}.temperature-choice input{flex:0 0 18px;width:18px;height:18px;margin:2px 0 0}.temperature-choice span,.temperature-choice strong,.temperature-choice small{display:block}.temperature-choice span{margin:0!important}.temperature-choice strong{font-size:10px;line-height:1.35}.temperature-choice small{color:var(--muted);margin-top:4px;font-size:8px;line-height:1.45}.minimum-warning{color:#8c392d;background:#fff0ec;border-radius:7px;margin:8px 0;padding:9px;font-size:9px;font-weight:800}.checkout-guidance{color:var(--green-dark);background:#eef4ed;border-radius:7px;margin:8px 0;padding:9px;font-size:9px;line-height:1.5}.demo-boundary{background:#eef0ed!important;padding:9px!important}.order-summary-preview .demo-submit{background:var(--green-dark);color:#fff;border-color:var(--green-dark);justify-content:space-between;align-items:center;text-decoration:none;display:flex}.order-summary-preview .demo-submit:disabled{color:#777d78;cursor:not-allowed;background:#dfe2dc;border-color:#dfe2dc}.confirmation-overlay{z-index:100}.confirmation-modal{background:#fff;border-radius:18px;width:min(480px,100%);padding:34px;position:relative;box-shadow:0 30px 100px #0006}.confirmation-close{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;width:38px;height:38px;font-size:22px;position:absolute;top:13px;left:13px}.confirmation-kicker{color:var(--green);font-size:9px;font-weight:800;display:block}.confirmation-modal h2{margin:7px 0 10px;font-size:27px}.confirmation-modal p{color:var(--muted);font-size:10px;line-height:1.7}.reorder-actions{grid-template-columns:1fr 1fr;gap:9px;margin:18px 0 9px;display:grid}.reorder-actions button{border:1px solid var(--green-dark);min-height:76px;color:var(--green-dark);cursor:pointer;text-align:right;background:#fff;border-radius:10px;padding:12px}.reorder-actions strong,.reorder-actions small{display:block}.reorder-actions strong{font-size:10px}.reorder-actions small{color:var(--muted);margin-top:5px;font-size:8px}.reorder-actions button:last-child{background:var(--green-dark);color:#fff}.reorder-actions button:last-child small{color:#dbe3dd}.reorder-cancel{cursor:pointer;background:0 0;border:0;width:100%;min-height:42px;font-size:9px;text-decoration:underline}.order-complete{text-align:center}.confirmation-icon{background:var(--sage);width:54px;height:54px;color:var(--green-dark);border-radius:50%;place-items:center;margin:0 auto 12px;font-size:25px;font-weight:800;display:grid}.confirmation-number{color:var(--green-dark);direction:ltr;background:#f2f3ef;border-radius:8px;margin:15px 0;padding:11px;font-size:15px;display:block}.order-complete>button{background:var(--green-dark);color:#fff;cursor:pointer;border:0;border-radius:9px;width:100%;min-height:46px;font-size:10px;font-weight:800}@media (width<=820px){.mobile-nav{grid-template-columns:repeat(4,1fr)}.mobile-nav a,.mobile-nav button{min-height:48px;font-size:10px}.range-control button,.unit-stepper button,.quantity-control button{min-width:44px;min-height:44px}.weight-range::-webkit-slider-thumb{width:32px;height:32px}.product-name{font-size:13px}.product-category,.minimum,.product-pack-label,.variant-label{font-size:9px}.choose-button{min-height:44px;font-size:10px}.quantity-control{grid-template-columns:44px 1fr 44px;min-height:44px}.account-benefits strong,.history-card-head strong,.checkout-customer strong,.checkout-guest strong{font-size:10px}.account-benefits small,.history-card-head span,.history-card li span,.history-card li small,.checkout-customer small,.checkout-guest small{font-size:9px}.order-summary-preview{max-height:72vh}.checkout-form-fields{grid-template-columns:1fr}.checkout-form-fields .wide{grid-column:auto}.temperature-choice{grid-template-columns:1fr}.temperature-choice legend{grid-column:auto}.checkout-form-fields .temperature-choice>label{min-height:62px}.temperature-choice strong{font-size:11px}.temperature-choice small{font-size:9px}.checkout-form-fields label>span,.checkout-form-fields legend,.checkout-form-fields fieldset label{font-size:10px}.checkout-form-fields input:not([type=radio]):not([type=checkbox]),.checkout-form-fields select,.checkout-form-fields textarea{font-size:16px}.confirmation-overlay{align-items:end;padding:8px}.confirmation-modal{border-radius:18px 18px 9px 9px;padding:29px 18px 20px}.reorder-actions{grid-template-columns:1fr}.reorder-actions button{min-height:66px}.drawer-overlay,.cart-drawer{height:100dvh;min-height:0;overflow:hidden}.cart-lines{min-height:0}.cart-footer{overscroll-behavior:contain;max-height:calc(100dvh - 90px);padding-bottom:calc(24px + env(safe-area-inset-bottom));flex:none;overflow-y:auto}.cart-drawer.checkout-mode .estimate-message,.cart-drawer.checkout-mode .cart-lines{display:none}.cart-drawer.checkout-mode .cart-footer{flex:auto;min-height:0;max-height:none;padding-top:12px}.cart-drawer.checkout-mode .order-summary-preview{max-height:none;overflow:visible;padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}.cart-drawer.checkout-mode .demo-submit{bottom:calc(8px + env(safe-area-inset-bottom));z-index:2;position:sticky;box-shadow:0 8px 22px #17201935}}.seo-page{background:var(--paper);min-height:100vh}.seo-header{z-index:38;border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:34px;height:82px;padding:0 clamp(16px,5vw,72px);display:flex;position:sticky;top:0}.seo-logo{align-items:center;gap:9px;display:flex}.seo-logo strong{color:#7e1825;white-space:nowrap;font-size:13px}.seo-header nav{gap:22px;margin-right:auto;display:flex}.seo-header nav a{font-size:13px;font-weight:800}.seo-product-main,.seo-category-main{width:min(1180px,100% - 32px);margin:0 auto;padding:34px 0 90px}.seo-breadcrumbs{color:var(--muted);align-items:center;gap:8px;margin-bottom:24px;font-size:13px;display:flex}.seo-breadcrumbs a{text-underline-offset:3px;text-decoration:underline}.seo-product-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:24px;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);display:grid;overflow:hidden}.seo-product-photo{background:#e9e8e2;min-height:610px}.seo-product-photo img{object-fit:cover;width:100%;height:100%}.seo-product-copy{align-self:center;padding:clamp(28px,5vw,64px)}.seo-kicker{color:var(--green);font-size:13px;font-weight:900}.seo-product-copy h1,.seo-category-heading h1{letter-spacing:-1.8px;margin:10px 0 14px;font-size:clamp(36px,5vw,62px);line-height:1.02}.seo-product-copy>p{color:var(--muted);font-size:16px;line-height:1.75}.seo-price{align-items:end;gap:8px;margin:25px 0;display:flex}.seo-price strong{color:var(--green-dark);font-size:30px}.seo-price span{color:var(--muted);padding-bottom:5px;font-size:13px}.seo-weighing-note{background:var(--sage);border-radius:12px;margin:0 0 22px;padding:15px}.seo-weighing-note strong,.seo-weighing-note span{display:block}.seo-weighing-note strong{font-size:14px}.seo-weighing-note span{color:#526058;margin-top:5px;font-size:13px;line-height:1.55}.seo-primary-action,.seo-secondary-action,.seo-card-action{border-radius:10px;justify-content:center;align-items:center;min-height:50px;font-size:14px;font-weight:900;display:flex}.seo-primary-action{background:var(--green-dark);color:#fff}.seo-secondary-action{border:1px solid var(--green-dark);color:var(--green-dark);margin-top:8px}.seo-category-heading{margin-bottom:30px}.seo-category-heading p{color:var(--muted);font-size:14px}.seo-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.seo-list-card{border:1px solid var(--line);background:#fff;border-radius:15px;overflow:hidden}.seo-list-photo{background:#e9e8e2;height:245px;display:block}.seo-list-photo img{object-fit:cover;width:100%;height:100%}.seo-list-card>div{padding:15px}.seo-list-card h2{min-height:45px;margin:0 0 8px;font-size:16px;line-height:1.4}.seo-list-card p{min-height:40px;color:var(--muted);margin:0 0 11px;font-size:12px;line-height:1.5}.seo-list-card>div>strong{color:var(--green-dark);font-size:18px;display:block}.seo-list-card small{color:var(--muted);font-size:11px}.seo-card-action{border:1px solid var(--green-dark);min-height:43px;color:var(--green-dark);margin-top:12px}.seo-catalog-action{width:min(360px,100%);margin:35px auto 0}.seo-footer{color:#fff;background:#252b27;flex-wrap:wrap;align-items:center;gap:10px 24px;padding:38px clamp(18px,5vw,76px);display:flex}.seo-footer strong{font-size:17px}.seo-footer span{color:#c7cec8;flex:1;min-width:260px;font-size:13px}.seo-footer a{font-size:13px;text-decoration:underline}@media (width<=900px){.seo-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.seo-product-card{grid-template-columns:1fr}.seo-product-photo{height:55vh;min-height:420px}.seo-header nav{display:none}}@media (width<=600px){.seo-header{height:68px;padding:0 12px}.seo-logo .barama-logo-mark{width:60px;height:54px}.seo-logo strong{font-size:11px}.seo-product-main,.seo-category-main{width:min(100% - 20px,1180px);padding:19px 0 80px}.seo-breadcrumbs{margin-bottom:15px;font-size:12px}.seo-product-card{border-radius:15px}.seo-product-photo{height:40vh;min-height:280px}.seo-product-copy{padding:22px 17px}.seo-product-copy h1,.seo-category-heading h1{letter-spacing:-1px;font-size:34px}.seo-product-copy>p{font-size:14px}.seo-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.seo-list-photo{height:170px}.seo-list-card>div{padding:10px}.seo-list-card h2{font-size:14px}.seo-list-card p{display:none}.seo-card-action{font-size:13px}.seo-footer{padding-bottom:90px}}.site-header .menu-button{min-width:116px;height:44px;color:var(--green-dark);cursor:pointer;z-index:43;background:#fff;border:1px solid #dfe4de;border-radius:24px;align-items:center;gap:8px;padding:0 13px;display:flex;position:relative}.site-header .menu-button>span{font-size:23px;line-height:1}.site-header .menu-button>strong{white-space:nowrap;font-size:10px}.site-map-backdrop{z-index:41;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default;background:#111a1473;border:0;position:fixed;inset:0}.site-header #primary-navigation.site-map-menu{z-index:42;background:#fff;border:1px solid #dce2db;border-radius:22px;max-height:min(76vh,680px);padding:22px;position:absolute;top:calc(100% + 10px);left:clamp(18px,4vw,64px);right:clamp(18px,4vw,64px);overflow:auto;box-shadow:0 28px 80px #1720193d;display:none!important}.site-header #primary-navigation.site-map-menu.open{display:block!important}.site-map-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.site-map-heading span,.site-map-heading strong{display:block}.site-map-heading span{color:var(--green);font-size:9px;font-weight:800}.site-map-heading strong{margin-top:3px;font-size:23px}.site-map-heading>button{cursor:pointer;background:#eef1ec;border:0;border-radius:50%;width:40px;height:40px;font-size:25px}.site-map-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.site-header #primary-navigation .site-map-links>a,.site-header #primary-navigation .site-map-links>button{text-align:right;cursor:pointer;background:#f8f9f6;border:1px solid #e2e6e0;border-radius:13px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:76px;padding:13px 15px;display:flex}.site-header #primary-navigation .site-map-links>a:hover,.site-header #primary-navigation .site-map-links>button:hover{color:var(--green-dark);background:#eef3ec;border-color:#809588}.site-header #primary-navigation .site-map-links strong,.site-header #primary-navigation .site-map-links span{display:block}.site-header #primary-navigation .site-map-links strong{font-size:12px;line-height:1.3}.site-header #primary-navigation .site-map-links span{color:var(--muted);margin-top:4px;font-size:9px;line-height:1.45}.site-header #primary-navigation .site-map-links .site-map-featured{background:var(--green-dark);border-color:var(--green-dark);color:#fff}.site-header #primary-navigation .site-map-links .site-map-featured span{color:#dbe5dd}.site-header #primary-navigation .site-map-links .site-map-mootek{color:#6e2930;background:#f5eee5;border-color:#e5d1bd}.site-header #primary-navigation .site-map-links .site-map-mootek span{color:#795f55}footer button{color:#c7cec8;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;line-height:1.6}@media (width<=820px){.site-header .menu-button{justify-content:center;width:44px;min-width:44px;height:44px;padding:0}.site-header .menu-button>strong{display:none}.site-header #primary-navigation.site-map-menu{border-radius:18px;max-height:calc(100vh - 88px);padding:16px;position:fixed;top:74px;left:10px;right:10px}.site-map-heading{margin-bottom:11px}.site-map-heading strong{font-size:20px}.site-map-links{grid-template-columns:1fr 1fr;gap:7px}.site-header #primary-navigation .site-map-links>a,.site-header #primary-navigation .site-map-links>button{min-height:68px;padding:10px 11px}.site-header #primary-navigation .site-map-links strong{font-size:11px}.site-header #primary-navigation .site-map-links span{font-size:8px}}.cart-icon{color:currentColor;flex:0 0 23px;width:23px;height:21px;display:inline-block;position:relative}.cart-icon:before{content:"";border:2px solid;border-radius:2px;width:14px;height:9px;position:absolute;top:4px;right:4px;transform:skew(-8deg)}.cart-icon:after{content:"";border-top:2px solid;border-right:2px solid;border-radius:2px;width:6px;height:7px;position:absolute;top:1px;right:17px}.cart-icon i:before,.cart-icon i:after{content:"";background:currentColor;border-radius:50%;width:4px;height:4px;position:absolute;bottom:0}.cart-icon i:before{right:5px}.cart-icon i:after{right:16px}.cart-button{min-width:166px}.cart-button .cart-label{font-size:11px}.mobile-cart-copy{align-items:center;gap:8px;display:flex}.mobile-cart .cart-icon{width:22px;height:20px}@media (width<=820px){.cart-button{min-width:46px}.cart-button>.cart-label,.cart-button>strong{display:none}.cart-button .cart-icon{display:inline-block}.cart-button b{margin-top:-32px;margin-left:-30px}.selected-name{margin-bottom:8px}.product-name{margin-top:0}}.shop-shortcuts{background:#fff;grid-template-columns:repeat(3,1fr);gap:11px;padding:22px clamp(18px,5vw,76px);display:grid}.shop-shortcuts button{text-align:right;cursor:pointer;background:#f7f7f3;border:1px solid #dde1db;border-radius:16px;align-items:center;gap:13px;min-height:84px;padding:14px 17px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.shop-shortcuts button:hover{border-color:#9aaa9d;transform:translateY(-2px);box-shadow:0 12px 30px #17201910}.shop-shortcuts button>span{width:46px;height:46px;color:var(--green-dark);background:#e5ebe3;border-radius:50%;flex:0 0 46px;place-items:center;font-size:22px;display:grid}.shop-shortcuts strong,.shop-shortcuts small{display:block}.shop-shortcuts strong{font-size:13px}.shop-shortcuts small{color:var(--muted);margin-top:4px;font-size:9px;line-height:1.5}.shop-shortcuts .shortcut-featured{background:var(--green-dark);border-color:var(--green-dark);color:#fff}.shop-shortcuts .shortcut-featured>span{color:var(--green-dark);background:#fff}.shop-shortcuts .shortcut-featured small{color:#d5dfd7}.floating-categories{overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:38;background:#fffffff2;border-bottom:1px solid #d9ddd7;align-items:center;gap:5px;width:100%;height:84px;padding:7px clamp(18px,5vw,76px);display:flex;position:sticky;top:82px;overflow-x:auto;box-shadow:0 10px 28px #17201914}.floating-categories::-webkit-scrollbar{display:none}.floating-categories button{cursor:pointer;background:0 0;border:0;border-radius:13px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-width:98px;height:69px;padding:4px 7px;display:flex}.floating-categories button:hover,.floating-categories button.active{color:var(--green-dark);background:#e9efe7}.floating-categories img,.category-all-icon{object-fit:cover;border-radius:50%;width:42px;height:42px;box-shadow:0 4px 12px #17201924}.category-all-icon{background:var(--green-dark);color:#fff;place-items:center;font-size:9px;font-weight:900;display:grid}.floating-categories strong{white-space:nowrap;text-overflow:ellipsis;max-width:105px;font-size:8px;line-height:1.15;overflow:hidden}.floating-categories.inviting button{transform-origin:50% 70%;animation:1s ease-in-out 5 category-invite}.floating-categories.inviting button:nth-child(2){animation-delay:50ms}.floating-categories.inviting button:nth-child(3){animation-delay:.1s}.floating-categories.inviting button:nth-child(4){animation-delay:.15s}.floating-categories.inviting button:nth-child(5){animation-delay:.2s}.floating-categories.inviting button:nth-child(6){animation-delay:.25s}.floating-categories.inviting button:nth-child(7){animation-delay:.3s}.floating-categories.inviting button:nth-child(8){animation-delay:.35s}.floating-categories.inviting button:nth-child(9){animation-delay:.4s}@keyframes category-invite{0%,to{transform:translateY(0)rotate(0)}20%{transform:translateY(-3px)rotate(-2deg)}40%{transform:translateY(0)rotate(2deg)}60%{transform:translateY(-2px)rotate(-1deg)}80%{transform:translateY(0)rotate(0)}}footer{padding-bottom:80px}.mobile-nav{display:none!important}@media (width<=820px){.shop-shortcuts{gap:7px;padding:12px 13px}.shop-shortcuts button{text-align:center;min-height:100px;padding:10px 7px;display:block}.shop-shortcuts button>span{width:39px;height:39px;margin:0 auto 7px;font-size:18px}.shop-shortcuts strong{font-size:10px}.shop-shortcuts small{font-size:7px}.floating-categories{border-radius:0;width:100%;height:76px;padding:5px 7px;top:68px}.floating-categories button{min-width:82px;height:65px;padding:3px}.floating-categories img,.category-all-icon{width:38px;height:38px}.floating-categories strong{max-width:80px;font-size:7.5px}.mobile-cart{z-index:56;bottom:11px!important}.add-confirmation{bottom:70px!important}.catalog-section{padding-bottom:125px}footer{padding-bottom:80px}}@media (prefers-reduced-motion:reduce){.sparkle-burst i,.floating-categories.inviting button{animation:none}.shop-shortcuts button{transition:none}}html{scroll-padding-top:176px}@media (width<=820px){html{scroll-padding-top:152px}.mobile-cart{bottom:calc(11px + env(safe-area-inset-bottom))!important}}.floating-brand-cow{z-index:35;pointer-events:none;will-change:transform;width:190px;height:155px;position:fixed;top:0;left:0}.floating-brand-cow.roaming{transition:transform 2.4s linear}.cow-drag-area{pointer-events:auto;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 12px 12px #1720192f);outline:0;position:absolute;inset:0}.cow-drag-area:active{cursor:grabbing}.cow-drag-area:focus-visible{box-shadow:0 0 0 3px #fff,0 0 0 6px var(--green-dark);border-radius:45%}.animated-cow{transform-origin:50%;transition:transform .3s;display:block;position:absolute;inset:0}.animated-cow.facing-right{transform:scaleX(-1)}.cow-layer{object-fit:contain;pointer-events:none;transform-origin:50%;width:100%;height:100%;position:absolute;inset:0}.cow-torso{clip-path:polygon(20% 13%,94% 13%,94% 63%,73% 66%,55% 64%,35% 62%,20% 53%)}.cow-head{clip-path:polygon(0 0,45% 0,46% 55%,32% 66%,4% 58%,0 38%);transform-origin:31% 43%;transition:opacity .42s}.cow-head-smile,.animated-cow.smiling .cow-head-normal{opacity:0}.animated-cow.smiling .cow-head-smile{opacity:1}.cow-leg{transform-origin:50% 51%}.cow-leg-front-a{clip-path:polygon(24% 43%,39% 42%,43% 100%,25% 100%);transform-origin:33% 48%}.cow-leg-front-b{clip-path:polygon(39% 43%,55% 43%,59% 100%,41% 100%);transform-origin:48% 48%}.cow-leg-rear-a{clip-path:polygon(68% 42%,84% 42%,84% 100%,67% 100%);transform-origin:76% 48%}.cow-leg-rear-b{clip-path:polygon(81% 41%,97% 40%,98% 100%,82% 100%);transform-origin:89% 47%}.cow-tail{clip-path:polygon(88% 15%,100% 13%,100% 79%,91% 73%);transform-origin:91% 29%}.animated-cow.walking{animation:.42s ease-in-out infinite alternate cow-body-walk}.animated-cow.walking .cow-head{animation:.84s ease-in-out infinite cow-head-walk}.animated-cow.walking .cow-leg-front-a,.animated-cow.walking .cow-leg-rear-b{animation:.42s ease-in-out infinite alternate cow-leg-forward}.animated-cow.walking .cow-leg-front-b,.animated-cow.walking .cow-leg-rear-a{animation:.42s ease-in-out infinite alternate cow-leg-back}.animated-cow.walking .cow-tail{animation:.55s ease-in-out infinite alternate cow-tail-swish}.cow-close{color:#29382f;z-index:3;pointer-events:auto;cursor:pointer;background:#fff;border:1px solid #d7ddd5;border-radius:50%;width:28px;height:28px;font-size:19px;line-height:1;position:absolute;top:1px;right:2px;box-shadow:0 5px 14px #17201924}.cow-speech{width:230px;min-height:88px;color:var(--ink);text-align:right;pointer-events:auto;cursor:pointer;background:#fff;border:1px solid #dce1da;border-radius:19px 19px 4px;padding:14px 16px;animation:.45s ease-out cow-speech-in;position:absolute;top:-54px;right:150px;box-shadow:0 14px 35px #17201924}.cow-speech:after{content:"";filter:drop-shadow(2px 1px #dce1da);border:0 solid #0000;border-top-width:12px;border-left:15px solid #fff;position:absolute;bottom:7px;right:-13px}.cow-speech strong,.cow-speech span{display:block}.cow-speech strong{font-size:12px;line-height:1.4}.cow-speech span{color:var(--green);margin-top:5px;font-size:9px;font-weight:800}.cow-actions{pointer-events:auto;background:#fff;border:1px solid #dce1da;border-radius:13px;gap:6px;width:150px;padding:7px;display:grid;position:absolute;bottom:138px;right:14px;box-shadow:0 14px 35px #17201924}.cow-actions button{min-height:35px;color:var(--green-dark);cursor:pointer;background:#edf1eb;border:0;border-radius:9px;font-size:9px;font-weight:900}.cow-actions button:first-child{background:var(--green-dark);color:#fff}.cow-edge-peek{z-index:35;opacity:0;pointer-events:none;cursor:pointer;filter:drop-shadow(0 10px 10px #17201935);background:0 0;border:0;width:150px;height:120px;padding:0;transition:right .65s,opacity .4s,transform .65s;position:fixed;bottom:88px;right:-55px;transform:rotate(-2deg)}.cow-edge-peek.visible{opacity:1;pointer-events:auto;animation:3.6s ease-in-out infinite cow-peek-wave;right:-55px}.cow-edge-peek .animated-cow{width:100%;height:100%}@keyframes cow-speech-in{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:none}}@keyframes cow-body-walk{0%{margin-top:0}to{margin-top:-3px}}@keyframes cow-head-walk{0%,to{transform:rotate(-1deg)}50%{transform:rotate(3deg)}}@keyframes cow-leg-forward{0%{transform:rotate(-7deg)}to{transform:rotate(8deg)}}@keyframes cow-leg-back{0%{transform:rotate(7deg)}to{transform:rotate(-8deg)}}@keyframes cow-tail-swish{0%{transform:rotate(-5deg)}to{transform:rotate(8deg)}}@keyframes cow-peek-wave{0%,to{transform:rotate(-2deg)translate(0)}50%{transform:rotate(2deg)translate(-8px)}}.animated-cow:not(.walking) .cow-head{animation:4.8s ease-in-out infinite cow-head-idle}.animated-cow:not(.walking) .cow-torso{animation:3.4s ease-in-out infinite cow-breathe}.animated-cow:not(.walking) .cow-tail{animation:3.1s ease-in-out infinite cow-tail-idle}.cow-speech{border-radius:22px 22px 5px;width:218px;min-height:82px;font-family:Segoe Print,Comic Sans MS,Noto Sans Hebrew,cursive;top:-22px;right:143px}.cow-speech:after{bottom:21px;right:-11px}.cow-edge-peek{transition:opacity .4s,transform .65s;bottom:auto;right:auto}.cow-edge-peek.visible{right:auto}.cow-edge-peek.edge-left.visible{animation-name:cow-peek-wave-left}.cow-edge-peek.edge-top.visible{animation-name:cow-peek-wave-top}.cow-edge-peek.edge-bottom.visible{animation-name:cow-peek-wave-bottom}@keyframes cow-head-idle{0%,24%,to{transform:rotate(0)}34%{transform:rotate(4deg)translateY(1px)}44%{transform:rotate(-2deg)}62%{transform:rotate(2deg)translateY(-1px)}}@keyframes cow-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.008,1.018)}}@keyframes cow-tail-idle{0%,to{transform:rotate(-2deg)}50%{transform:rotate(7deg)}}@keyframes cow-peek-wave-left{0%,to{transform:rotate(2deg)translate(0)}50%{transform:rotate(-2deg)translate(8px)}}@keyframes cow-peek-wave-top{0%,to{transform:rotate(-2deg)translateY(0)}50%{transform:rotate(2deg)translateY(8px)}}@keyframes cow-peek-wave-bottom{0%,to{transform:rotate(-2deg)translateY(0)}50%{transform:rotate(2deg)translateY(-8px)}}.cow-peek-speech{color:#26342b;text-align:right;pointer-events:none;z-index:4;background:#fff;border:1px solid #dce1da;border-radius:20px 20px 5px;width:205px;padding:11px 14px;font-family:Segoe Print,Comic Sans MS,Noto Sans Hebrew,cursive;font-size:12px;line-height:1.55;animation:.4s ease-out cow-speech-in;position:absolute;box-shadow:0 13px 34px #1720192b}.cow-peek-speech:after{content:"";background:#fff;width:15px;height:15px;position:absolute;transform:rotate(45deg)}.cow-edge-peek.edge-right .cow-peek-speech{top:27px;right:118px}.cow-edge-peek.edge-right .cow-peek-speech:after{border-top:1px solid #dce1da;border-right:1px solid #dce1da;bottom:20px;right:-7px}.cow-edge-peek.edge-left .cow-peek-speech{border-radius:20px 20px 20px 5px;top:27px;left:115px}.cow-edge-peek.edge-left .cow-peek-speech:after{border-bottom:1px solid #dce1da;border-left:1px solid #dce1da;bottom:20px;left:-7px}.cow-edge-peek.edge-top .cow-peek-speech{top:99px;left:-22px}.cow-edge-peek.edge-top .cow-peek-speech:after{border-top:1px solid #dce1da;border-left:1px solid #dce1da;top:-7px;left:45px}.cow-edge-peek.edge-bottom .cow-peek-speech{bottom:99px;left:-22px}.cow-edge-peek.edge-bottom .cow-peek-speech:after{border-bottom:1px solid #dce1da;border-right:1px solid #dce1da;bottom:-7px;left:45px}.cow-guide-panel{width:255px;color:var(--ink);pointer-events:auto;z-index:4;background:#fff;border:1px solid #dce1da;border-radius:20px 20px 5px;padding:13px;font-family:Segoe Print,Comic Sans MS,Noto Sans Hebrew,cursive;animation:.4s ease-out cow-speech-in;position:absolute;top:-20px;right:142px;box-shadow:0 16px 42px #17201930}.cow-guide-panel:after{content:"";background:#fff;border-top:1px solid #dce1da;border-right:1px solid #dce1da;width:17px;height:17px;position:absolute;bottom:24px;right:-9px;transform:rotate(45deg)}.cow-help-menu>span{color:var(--green);margin:0 3px 9px;font-size:11px;font-weight:900;display:block}.cow-help-menu>button{z-index:1;width:100%;min-height:42px;color:var(--green-dark);text-align:right;cursor:pointer;background:#edf1eb;border:0;border-radius:11px;align-items:center;gap:9px;margin-top:6px;padding:8px 10px;font-family:inherit;font-size:10px;font-weight:800;display:flex;position:relative}.cow-help-menu>button:first-of-type{background:var(--green-dark);color:#fff}.cow-help-menu b{background:#ffffff2d;border-radius:50%;flex:0 0 23px;place-items:center;width:23px;height:23px;font-family:Arial,sans-serif;display:grid}.cow-tutorial-panel small,.cow-tutorial-panel strong,.cow-tutorial-panel>span{display:block}.cow-tutorial-panel small{color:var(--green);font-size:8px;font-weight:900}.cow-tutorial-panel strong{margin-top:5px;font-size:14px;line-height:1.45}.cow-tutorial-panel>span{color:var(--muted);margin-top:5px;font-family:Arial,Noto Sans Hebrew,sans-serif;font-size:9px;line-height:1.55}.cow-tutorial-panel>div{z-index:1;gap:6px;margin-top:10px;display:flex;position:relative}.cow-tutorial-panel button{min-width:73px;height:34px;color:var(--green-dark);cursor:pointer;background:#fff;border:1px solid #dce1da;border-radius:18px;font-size:9px;font-weight:900}.cow-tutorial-panel .tutorial-next{border-color:var(--green-dark);background:var(--green-dark);color:#fff;margin-right:auto}.cow-goodbye{text-align:center;width:150px;top:20px;right:137px}.cow-goodbye strong,.cow-goodbye span{display:block}.cow-goodbye strong{font-size:15px}.cow-goodbye span{color:var(--green);font-size:10px}.ramuma-tutorial-focus{outline-offset:5px;outline:4px solid #caa45a;scroll-margin-top:175px;animation:1.15s ease-in-out infinite alternate ramuma-focus-pulse;box-shadow:0 0 0 9999px #17201918,0 0 32px #caa45a70}@keyframes ramuma-focus-pulse{0%{outline-offset:4px;outline-color:#caa45a}to{outline-offset:8px;outline-color:#e8ce8c}}.cow-explainer-panel{width:min(330px,100vw - 175px)}.cow-explainer-panel>span{color:var(--green);margin:0 3px 8px;font-size:12px;font-weight:900;display:block}.cow-explainer-panel ol{z-index:1;gap:5px;margin:0;padding:0;list-style:none;display:grid;position:relative}.cow-explainer-panel li{background:#f2f4ef;border-radius:11px;align-items:flex-start;gap:8px;padding:7px;display:flex}.cow-explainer-panel li>b{background:var(--green-dark);color:#fff;border-radius:50%;flex:0 0 23px;place-items:center;width:23px;height:23px;font-family:Arial,sans-serif;font-size:9px;display:grid}.cow-explainer-panel li div{min-width:0}.cow-explainer-panel strong,.cow-explainer-panel small{display:block}.cow-explainer-panel strong{font-size:10px;line-height:1.35}.cow-explainer-panel small{color:var(--muted);margin-top:2px;font-family:Arial,Noto Sans Hebrew,sans-serif;font-size:8px;line-height:1.4}.cow-explainer-panel>p{z-index:1;color:var(--muted);margin:7px 2px 0;font-family:Arial,Noto Sans Hebrew,sans-serif;font-size:8px;line-height:1.45;position:relative}.cow-explainer-panel>button{z-index:1;background:var(--green-dark);color:#fff;cursor:pointer;border:0;border-radius:18px;width:100%;height:34px;margin-top:8px;font-size:9px;font-weight:900;position:relative}.about-page{background:#f2f3ee;min-height:100vh}.story-header{border-bottom:1px solid var(--line);z-index:32;background:#fff;align-items:center;gap:34px;height:82px;padding:0 clamp(18px,5vw,72px);display:flex;position:sticky;top:0}.story-logo{width:155px;height:66px;display:flex}.story-logo img{object-fit:contain;width:100%}.story-header nav{gap:25px;display:flex}.story-header nav a{font-size:11px;font-weight:800}.back-to-shop{background:#f7f8f5;border:1px solid #d7ddd5;border-radius:24px;margin-right:auto;padding:10px 15px;font-size:10px;font-weight:900}.story-hero{background:radial-gradient(circle at 78% 40%,#e3e9df 0,#f3f4ef 43%,#ebe8df 100%);grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);align-items:center;gap:30px;min-height:570px;padding:70px clamp(18px,7vw,110px);display:grid;overflow:hidden}.story-hero>div:first-child{max-width:680px}.story-hero>div:first-child>span,.story-process>span,.cuts-heading span{color:var(--green);font-size:10px;font-weight:900}.story-hero h1{letter-spacing:-3px;margin:10px 0 18px;font-size:clamp(45px,6.2vw,86px);line-height:.95}.story-hero p{color:#525a53;max-width:620px;margin:0 0 24px;font-size:14px;line-height:1.8}.story-hero>div:first-child>a{border-bottom:1px solid var(--ink);padding-bottom:6px;font-size:11px;font-weight:900;display:inline-flex}.story-cow-stage{perspective:1000px;place-items:center;min-height:420px;display:grid;position:relative}.story-cow-button{cursor:pointer;background:0 0;border:0;width:100%;height:390px;padding:0;transition:transform .25s}.story-cow-button:hover{transform:rotateY(-4deg)translateY(-4px)}.story-cow-button img{object-fit:contain;filter:drop-shadow(0 25px 22px #17201930);width:100%;height:100%}.story-cow-stage>span{background:#fff;border-radius:20px;padding:8px 13px;font-size:9px;font-weight:900;position:absolute;bottom:13px;box-shadow:0 8px 25px #17201918}.story-cow-actions{background:#fff;border-radius:13px;gap:6px;padding:7px;display:flex;position:absolute;bottom:48px;box-shadow:0 14px 35px #17201924}.story-cow-actions button{background:var(--green-dark);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:10px 15px;font-size:9px;font-weight:900}.story-cow-actions button+button{color:var(--green-dark);background:#edf1eb}.brand-story-grid{background:#fff;grid-template-columns:1fr 1fr;gap:18px;padding:65px clamp(18px,7vw,110px);display:grid}.brand-story{border-radius:24px;min-height:345px;padding:38px;position:relative;overflow:hidden}.brand-story:after{content:"";background:#ffffff30;border-radius:50%;width:230px;height:230px;position:absolute;bottom:-120px;left:-90px}.yehudiya-story{background:#e4ebe0}.barama-story{color:#fff;background:#293a30}.brand-story small{opacity:.72;font-size:9px;font-weight:900}.brand-story h2{letter-spacing:-1.2px;margin:10px 0 14px;font-size:clamp(27px,3vw,42px)}.brand-story p{opacity:.82;max-width:590px;font-size:11px;line-height:1.8}.brand-story ul{gap:10px;margin:24px 0 0;padding:0;list-style:none;display:grid}.brand-story li{font-size:10px;font-weight:800}.brand-story li:before{content:"✓";background:#ffffff85;border-radius:50%;place-items:center;width:21px;height:21px;margin-left:8px;display:inline-grid}.story-process{text-align:center;padding:70px clamp(18px,7vw,110px)}.story-process h2{max-width:720px;margin:9px auto 30px;font-size:clamp(28px,3.6vw,48px);line-height:1.1}.story-process>div{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.story-process article{background:#fff;border:1px solid #dfe2dc;border-radius:17px;padding:25px 18px}.story-process b{width:34px;height:34px;color:var(--green-dark);background:#e4ebe0;border-radius:50%;place-items:center;margin:0 auto 12px;display:grid}.story-process strong{font-size:12px;display:block}.story-process p{color:var(--muted);margin:7px 0 0;font-size:9px;line-height:1.6}.cuts-explorer{background:#fff;padding:70px clamp(18px,7vw,110px);scroll-margin-top:90px}.cuts-heading{justify-content:space-between;align-items:end;gap:20px;display:flex}.cuts-heading h2{margin:7px 0;font-size:clamp(30px,4vw,53px)}.cuts-heading p{color:var(--muted);margin:0;font-size:10px}.cuts-heading>button{background:var(--green-dark);color:#fff;cursor:pointer;border:0;border-radius:24px;min-width:145px;height:46px;font-size:10px;font-weight:900}.cuts-content{grid-template-columns:minmax(420px,1.25fr) 1fr;align-items:center;gap:28px;margin-top:28px;display:grid}.cuts-cow{background:radial-gradient(circle,#eef1e9,#dde5da);border-radius:24px;place-items:center;min-height:430px;display:grid;overflow:hidden}.cuts-cow img{object-fit:contain;filter:drop-shadow(0 20px 18px #17201924);width:100%;height:430px;transition:transform .35s}.cuts-explorer.revealed .cuts-cow img{transform:scale(1.025)}.cuts-legend{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cut-group{background:#f3f4f0;border-radius:16px;padding:17px}.cut-group:first-child{grid-row:span 2}.cut-group h3{border-bottom:3px solid;margin:0 0 11px;padding-bottom:9px;font-size:11px}.cut-group.green h3{border-color:#4e7c43}.cut-group.orange h3{border-color:#df9224}.cut-group.red h3{border-color:#b63735}.cut-group ul{grid-template-columns:1fr 1fr;gap:7px;margin:0;padding:0;list-style:none;display:grid}.cut-group li{align-items:center;gap:7px;font-size:9px;display:flex}.cut-group b{color:#fff;background:#30362f;border-radius:50%;place-items:center;width:22px;height:22px;font-size:8px;display:grid}.cuts-disclaimer{color:var(--muted);margin-top:18px;font-size:8px;display:block}.story-footer{color:#fff;background:#293a30;justify-content:space-between;align-items:center;min-height:135px;padding:32px clamp(18px,7vw,110px);display:flex}.story-footer strong{font-size:24px}.story-footer a{border-bottom:1px solid #fff;padding-bottom:5px;font-size:11px;font-weight:900}@media (width<=820px){.floating-brand-cow{width:145px;height:120px}.cow-speech{border-radius:16px;width:auto;min-height:0;position:fixed;inset:auto 12px 205px}.cow-close{width:25px;height:25px;font-size:17px}.cow-actions{width:139px;bottom:108px;right:3px}.cow-edge-peek{width:125px;height:100px;bottom:82px}.story-header{height:68px;padding:0 13px}.story-logo{width:115px;height:56px}.story-header nav{display:none}.back-to-shop{padding:8px 10px;font-size:8px}.story-hero{grid-template-columns:1fr;gap:10px;min-height:0;padding:42px 18px 28px}.story-hero h1{letter-spacing:-2px;font-size:48px}.story-hero p{font-size:11px}.story-cow-stage{min-height:290px}.story-cow-button{height:280px}.story-cow-stage>span{bottom:0}.brand-story-grid{grid-template-columns:1fr;padding:20px 13px}.brand-story{min-height:0;padding:25px 20px}.brand-story p{font-size:10px}.brand-story li{font-size:9px}.story-process{padding:45px 13px}.story-process>div{grid-template-columns:1fr 1fr}.story-process article{padding:18px 10px}.cuts-explorer{padding:45px 13px}.cuts-heading{display:block}.cuts-heading>button{width:100%;margin-top:16px}.cuts-content{grid-template-columns:1fr;gap:14px}.cuts-cow{min-height:280px}.cuts-cow img{height:300px}.cuts-legend{grid-template-columns:1fr}.cut-group:first-child{grid-row:auto}.cut-group ul{grid-template-columns:1fr 1fr}.story-footer{min-height:115px;padding:25px 17px}.story-footer strong{font-size:18px}.story-footer a{font-size:9px}.cow-speech{border-radius:20px 20px 5px;width:205px;min-height:76px;padding:12px 14px;position:absolute;inset:-26px 108px auto auto}.cow-speech:after{border-width:11px 0 0 13px;border-color:#0000 #0000 #0000 #fff;bottom:18px;right:-10px}.cow-edge-peek{bottom:auto;right:auto}.cow-edge-peek.visible{right:auto}.cow-peek-speech{width:185px;padding:9px 11px;font-size:10px}.cow-edge-peek.edge-right .cow-peek-speech{top:18px;right:96px}.cow-edge-peek.edge-left .cow-peek-speech{top:18px;left:94px}.cow-edge-peek.edge-top .cow-peek-speech{top:82px;left:-31px}.cow-edge-peek.edge-bottom .cow-peek-speech{bottom:82px;left:-31px}.cow-guide-panel{top:auto;left:10px;right:10px;bottom:calc(80px + env(safe-area-inset-bottom));border-radius:18px;width:auto;max-width:none;padding:12px 13px;position:fixed}.cow-guide-panel:after{display:none}.cow-help-menu>button{min-height:39px}.cow-tutorial-panel strong{font-size:13px}.cow-goodbye{width:auto;left:10px;right:10px}.ramuma-tutorial-focus{outline-offset:3px;outline-width:3px;scroll-margin-top:160px}}@media (prefers-reduced-motion:reduce){.floating-brand-cow.roaming,.cow-edge-peek,.cow-speech,.cow-peek-speech,.cow-guide-panel,.ramuma-tutorial-focus,.story-cow-button,.cuts-cow img,.animated-cow,.animated-cow *{transition:none;animation:none}}.selected-grid{grid-template-rows:none;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.selected-card,.selected-card.selected-main,.selected-card:nth-child(4),.selected-card:nth-child(5){flex-direction:column;grid-area:auto;height:300px;display:flex}.selected-image,.selected-main .selected-image{flex:0 0 60%;width:100%;height:60%}.selected-card>div{flex:1}.selected-main .selected-name{font-size:15px}.selected-main .selected-bottom strong{font-size:14px}footer img,.footer-brand-mark{display:none}@media (width>=1151px){.selected-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.selected-card,.selected-card.selected-main{height:285px}.selected-image,.selected-main .selected-image{flex-basis:58%;height:58%}}@media (width>=821px) and (width<=1150px){.selected-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.selected-card,.selected-card.selected-main{height:290px}.selected-image,.selected-main .selected-image{flex-basis:58%;height:58%}}@media (width<=820px){.selected-grid{display:flex}.selected-card,.selected-card.selected-main,.selected-card:nth-child(4),.selected-card:nth-child(5){height:300px}.selected-image,.selected-main .selected-image{flex-basis:58%;height:58%}}@media (width<=390px){.selected-card,.selected-card.selected-main{height:285px}}.floating-brand-cow{z-index:120}.cow-edge-peek{z-index:121}.cow-peek-speech{width:max-content;min-width:0;max-width:205px;padding:9px 12px}.cow-guide-panel{width:max-content;min-width:0;max-width:280px;padding:10px 12px;top:-8px;right:143px}.cow-help-menu{width:268px}.cow-tutorial-panel{width:250px}.cow-tutorial-panel>div{margin-top:7px}.cow-tutorial-panel .tutorial-exit{min-width:0;height:29px;color:var(--green-dark);background:#f0f2ee;border:0;margin-right:auto;padding:0 12px}@media (width<=820px){.cow-edge-peek{left:auto!important;right:-48px!important}.cow-peek-speech{width:max-content;max-width:178px;padding:7px 10px;font-size:9.5px;line-height:1.45}.cow-guide-panel{border-radius:16px 16px 5px;width:max-content;max-width:min(240px,100vw - 124px);padding:9px 10px;position:absolute;inset:-6px 108px auto auto}.cow-guide-panel:after{width:13px;height:13px;display:block;bottom:19px;right:-7px}.cow-help-menu>button{min-height:34px;margin-top:4px;padding:5px 7px;font-size:8.5px}.cow-help-menu b{flex-basis:20px;width:20px;height:20px}.cow-goodbye{width:max-content;left:auto;right:108px}.ramuma-tutorial-focus{outline-offset:2px;outline-width:3px}.notice-bar{font-size:9px}.menu-button{width:44px;height:44px;padding:0;font-size:24px}.hero-arrow{width:44px;height:44px}.hero-pause{width:40px;height:40px}.section-head>a{align-items:center;min-height:40px;font-size:11px;display:flex}.selected-bottom button{width:44px;height:44px}.floating-categories{height:82px;padding:5px 7px}.floating-categories button{gap:5px;min-width:92px;height:71px}.floating-categories img,.category-all-icon{width:42px;height:42px}.floating-categories strong{max-width:88px;font-size:10px;line-height:1.18}.brand-filters button,.category-filters button{min-height:40px;padding:9px 14px;font-size:10.5px}.product-name{min-height:44px;font-size:14px;line-height:1.35}.product-price strong{font-size:16px}.product-price span{font-size:10px}.product-category,.minimum,.product-pack-label,.variant-label{font-size:10px;line-height:1.35}.choose-button{min-height:46px;font-size:11px}.quantity-control strong{font-size:10px}footer p,footer span,footer a{font-size:11.5px}footer strong{font-size:14px}.cow-close{width:36px;height:36px;font-size:22px}.cow-edge-peek{right:-44px!important}.cow-peek-speech{max-width:212px;padding:10px 13px;font-size:13.5px;line-height:1.5}.cow-edge-peek.edge-right .cow-peek-speech{top:20px;right:101px}.cow-guide-panel{max-width:min(252px,100vw - 132px);padding:12px 13px;right:120px}.cow-guide-panel:after{top:38px;bottom:auto}.floating-brand-cow.panel-above .cow-guide-panel{top:auto;bottom:8px}.floating-brand-cow.panel-above .cow-guide-panel:after{top:auto;bottom:51px}.cow-help-menu{width:min(250px,100vw - 132px)}.cow-help-menu>span{margin-bottom:7px;font-size:12.5px}.cow-help-menu>button{min-height:42px;margin-top:5px;padding:7px 9px;font-size:11.5px;line-height:1.25}.cow-help-menu b{flex-basis:25px;width:25px;height:25px;font-size:11px}.cow-tutorial-panel{width:min(248px,100vw - 132px)}.cow-tutorial-panel small{font-size:10px}.cow-tutorial-panel strong{font-size:15.5px;line-height:1.4}.cow-tutorial-panel>span{font-size:12px;line-height:1.5}.cow-tutorial-panel .tutorial-exit{min-height:38px;font-size:10.5px}.cow-explainer-panel>span{font-size:13px}.cow-explainer-panel strong{font-size:11.5px}.cow-explainer-panel small,.cow-explainer-panel>p{font-size:10px;line-height:1.45}.cow-explainer-panel li{padding:8px}.cow-explainer-panel>button{min-height:40px;font-size:10.5px}#categories.ramuma-tutorial-focus+.selected-section{padding-top:175px}.product-grid.ramuma-tutorial-focus{padding-top:250px}.product-modal .weight-picker.ramuma-tutorial-focus{padding-top:220px}.cart-drawer.ramuma-tutorial-focus .estimate-message{margin-top:155px}.close-button{width:44px;height:44px}.picker-tabs button{min-height:44px;font-size:11px}.weight-input>span,.unit-picker>span{font-size:11.5px}.weight-input small,.unit-picker small,.picker-note,.modal-note{font-size:10px;line-height:1.5}.live-estimate span{font-size:9.5px}.live-estimate strong{font-size:12px}.pack-notice span{font-size:10px}.pack-notice strong{font-size:12px}.pack-notice small{font-size:10px!important}.modal-add{min-height:48px;font-size:11.5px}.drawer-head span{font-size:10px}.estimate-message b{font-size:11.5px}.estimate-message span{font-size:10px}.cart-line>div:nth-child(2)>small{font-size:9.5px}.cart-line>div:nth-child(2)>strong{font-size:13px}.cart-line>div:nth-child(2)>span{font-size:10px;line-height:1.35}.cart-weight{min-height:40px}.cart-weight input{font-size:12px}.cart-weight b{font-size:10px}.line-price button{width:40px;height:40px}.line-price strong{font-size:13px}.line-price small{font-size:9px}.cart-footer>p{font-size:10px}.cart-footer>button{min-height:48px;font-size:11.5px}}.cow-blink{z-index:2;opacity:0;pointer-events:none;transform-origin:50%;background:#8caebe;border-bottom:1px solid #496674;border-radius:50%;width:3.8%;height:3.5%;animation:7.4s ease-in-out infinite cow-blink;position:absolute;top:18.1%;transform:scaleY(.45)}.cow-blink-left{left:11.1%;transform:rotate(5deg)scaleY(.45)}.cow-blink-right{left:22.6%;transform:rotate(-4deg)scaleY(.45)}@keyframes cow-blink{0%,58%,61%,63.5%,to{opacity:0}59%,62.3%{opacity:1}}.cow-guide-panel{right:164px}.cow-edge-peek.edge-right .cow-peek-speech{right:132px}@media (width<=820px){.cow-edge-peek.edge-right .cow-peek-speech{right:114px}.cow-guide-panel{max-width:min(236px,100vw - 148px);right:136px}}.mobile-search-dock{display:none}@media (width<=820px){.selected-section{padding-top:8px}.selected-section .section-head{margin-bottom:12px}.catalog-section{padding-top:16px}.catalog-title{flex-direction:row;align-items:center;margin-bottom:9px}.catalog-title h2{font-size:26px}.catalog-title p{margin-top:3px}.filters{margin-bottom:14px;padding-top:8px}.mobile-search-dock{left:11px;bottom:calc(11px + env(safe-area-inset-bottom));z-index:55;direction:rtl;display:flex;position:fixed}.mobile-search-dock.with-cart{bottom:calc(68px + env(safe-area-inset-bottom))}.mobile-search-trigger{max-width:min(190px,100vw - 22px);height:46px;color:var(--green-dark);cursor:pointer;background:#fff;border:1px solid #d8ddd6;border-radius:24px;align-items:center;gap:8px;padding:0 15px;display:flex;box-shadow:0 9px 26px #17201935}.mobile-search-trigger span{font-size:23px;line-height:1}.mobile-search-trigger strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.mobile-search-trigger.has-query{border-color:var(--green-dark);background:#eef3ec}.mobile-search-panel{background:#fff;border:1px solid #d8ddd6;border-radius:26px;align-items:center;gap:7px;width:calc(100vw - 22px);height:50px;padding:0 8px 0 7px;display:flex;box-shadow:0 11px 30px #1720193d}.mobile-search-panel>span{color:var(--green-dark);font-size:23px}.mobile-search-panel input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px}.mobile-search-panel button{cursor:pointer;background:0 0;border:0}.mobile-search-clear{color:var(--green-dark);padding:7px;font-size:10px;font-weight:800}.mobile-search-close{width:36px;height:36px;color:var(--ink);font-size:22px;line-height:1;background:#eef1ec!important;border-radius:50%!important}}@media (width>=1151px){.selected-grid{grid-template-rows:none;gap:10px}.selected-card>div{padding:14px}.product-grid{grid-template-columns:repeat(5,1fr);gap:12px}.product-image{height:220px}.product-content{padding:12px}}@media (width>=821px) and (width<=1150px){.selected-grid{grid-template-rows:none;gap:10px}.selected-card>div{padding:13px}.product-grid{grid-template-columns:repeat(4,1fr);gap:11px}.product-image{height:205px}.product-content{padding:11px}}@media (width<=820px){.selected-grid{gap:7px}.selected-card,.selected-card.selected-main,.selected-card:nth-child(4),.selected-card:nth-child(5){flex-basis:54vw;max-width:210px;height:300px}.selected-image,.selected-main .selected-image{height:58%}.selected-card>div{padding:10px}.selected-name,.selected-main .selected-name{font-size:13px;line-height:1.3}.selected-bottom strong,.selected-main .selected-bottom strong{font-size:14px}.product-grid{gap:6px}.product-card{border-radius:11px}.product-image{height:150px}.product-content{padding:8px}.product-name{min-height:40px;margin:3px 0 7px;font-size:13px}.minimum{margin-top:2px}.choose-button,.quantity-control{margin-top:7px}}@media (width<=390px){.selected-card,.selected-card.selected-main{flex-basis:56vw;height:285px}.product-image{height:132px}.product-name{min-height:38px;font-size:12.5px}}.site-logo{justify-content:center;width:86px}.barama-logo-mark{background:url(/brand/logo-official-combined.png) 50%/contain no-repeat;flex:none;width:66px;height:62px;display:block}.story-logo{justify-content:center;align-items:center;width:86px}.footer-brand-mark{border-radius:7px;width:96px;height:90px}.header-search{justify-content:flex-end;align-items:center;height:44px;display:flex}.header-search-toggle{border:1px solid var(--line);width:44px;height:44px;color:var(--green-dark);cursor:pointer;background:#fff;border-radius:50%;place-items:center;padding:0;transition:background .2s,border-color .2s;display:grid;position:relative}.header-search-toggle:hover,.header-search-toggle:focus-visible{border-color:var(--green);background:#f3f6f1}.header-search-toggle svg{width:18px;height:18px}.header-search-toggle.has-query:after{content:"";background:var(--green);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:4px;left:4px}.header-search.open{border:1px solid var(--line);background:#fff;border-radius:24px;gap:8px;width:280px;padding:0 7px 0 5px;box-shadow:0 7px 22px #17201916}.header-search-icon{width:17px;height:17px;color:var(--green-dark);flex:0 0 17px}.header-search input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.header-search button{cursor:pointer}.header-search-clear,.header-search-close{background:0 0;border:0}.header-search-clear{color:var(--green-dark);padding:6px;font-size:9px;font-weight:900}.header-search-close{background:#eef1ec;border-radius:50%;width:32px;height:32px;font-size:20px;line-height:1}.shopping-help-hub{background:#e7ece3;padding:42px clamp(18px,5vw,76px);scroll-margin-top:155px}.shopping-help-heading{justify-content:space-between;align-items:center;gap:22px;margin-bottom:20px;display:flex}.shopping-help-heading>div>span{color:var(--green);font-size:9px;font-weight:900}.shopping-help-heading h2{margin:6px 0 7px;font-size:clamp(25px,3vw,40px)}.shopping-help-heading p{color:var(--muted);margin:0;font-size:10px}.shopping-help-heading>b{background:var(--green-dark);color:#fff;border-radius:50%;flex:0 0 55px;place-items:center;width:55px;height:55px;font-size:25px;display:grid}.shopping-help-links{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.shopping-help-links a{background:#fff;border:1px solid #d5ddd2;border-radius:15px;flex-direction:column;align-items:flex-start;min-height:142px;padding:18px;transition:transform .2s,box-shadow .2s;display:flex}.shopping-help-links a:hover{transform:translateY(-3px);box-shadow:0 13px 30px #17201912}.shopping-help-links strong,.shopping-help-links span{display:block}.shopping-help-links strong{font-size:12px}.shopping-help-links span{color:var(--muted);margin-top:8px;font-size:9px;line-height:1.55}.shopping-help-links i{color:var(--green-dark);margin-top:auto;font-size:17px;font-style:normal}.static-weighing-guide{background:var(--ink);color:#fff;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px;padding:16px;scroll-margin-top:160px;display:grid}.static-weighing-guide>div{border-left:1px solid #ffffff1c;align-items:center;gap:10px;padding:7px 11px;display:flex}.static-weighing-guide>div:last-child{border-left:0}.static-weighing-guide b{width:29px;height:29px;color:var(--ink);background:#fff;border-radius:50%;flex:0 0 29px;place-items:center;font-size:10px;display:grid}.static-weighing-guide strong,.static-weighing-guide small{display:block}.static-weighing-guide strong{font-size:10px}.static-weighing-guide small{color:#c8cfca;margin-top:4px;font-size:8px;line-height:1.45}.bottom-support{color:#fff;background:#243129;padding-bottom:0}.bottom-support .shopping-help-heading{padding-top:2px}.bottom-support .shopping-help-heading>div>span{color:#b9d0ba}.bottom-support .shopping-help-heading p{color:#c9d2cc}.bottom-support .shopping-help-heading>b{color:var(--green-dark);background:#fff}.bottom-support .shopping-help-links a{color:var(--ink);background:#f8f7f2;border-color:#ffffff24}.bottom-support .static-weighing-guide{background:#172019;border:1px solid #ffffff17}.page-bottom-contact{border-top:1px solid #ffffff18;margin:26px clamp(-76px,-5vw,-18px) 0;padding-left:clamp(18px,5vw,76px);padding-right:clamp(18px,5vw,76px)}@media (width<=820px){.site-logo,.story-logo{width:72px}.barama-logo-mark{width:60px;height:56px}.footer-brand-mark{width:86px;height:80px}.header-search{height:42px}.header-search-toggle{width:42px;height:42px}.header-search.open{z-index:5;width:auto;height:46px;padding-right:12px;position:absolute;top:11px;left:10px;right:10px;box-shadow:0 8px 28px #1720192b}.header-search input{font-size:13px}.header-search-close{width:34px;height:34px}.category-filters{direction:rtl;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid;overflow:visible}.category-filters button{white-space:normal;min-height:42px;padding:7px 6px;line-height:1.25}.category-filters .extras-filter{order:999}.shopping-help-hub{padding:30px 13px 0;scroll-margin-top:132px}.shopping-help-heading{align-items:flex-start;margin-bottom:14px}.shopping-help-heading h2{font-size:27px}.shopping-help-heading p{font-size:10px;line-height:1.55}.shopping-help-heading>b{flex-basis:42px;width:42px;height:42px;font-size:20px}.shopping-help-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;display:grid;overflow:visible}.shopping-help-links a{max-width:none;min-height:132px;padding:14px}.shopping-help-links strong{font-size:13px}.shopping-help-links span{font-size:10px}.static-weighing-guide{grid-template-columns:1fr 1fr;gap:5px;padding:10px;scroll-margin-top:135px}.static-weighing-guide>div{border:0;border-bottom:1px solid #ffffff12;min-height:82px;padding:8px}.static-weighing-guide strong{font-size:10px}.static-weighing-guide small{font-size:8.5px}.page-bottom-contact{margin:22px -13px 0;padding-left:13px;padding-right:13px}}.selected-card{height:300px;min-height:300px;max-height:300px;overflow:hidden}.selected-image{flex:0 0 180px;height:180px;min-height:180px;max-height:180px;display:block;overflow:hidden}.selected-image img{object-fit:cover;width:100%;min-width:0;height:100%;min-height:0;display:block}@media (width>=1151px){.selected-card{height:285px;min-height:285px;max-height:285px}.selected-image{flex-basis:165px;height:165px;min-height:165px;max-height:165px}}@media (width>=821px) and (width<=1150px){.selected-card{height:290px;min-height:290px;max-height:290px}.selected-image{flex-basis:168px;height:168px;min-height:168px;max-height:168px}}@media (width<=820px){.selected-card{height:300px;min-height:300px;max-height:300px}.selected-image{flex-basis:174px;height:174px;min-height:174px;max-height:174px}}@media (width<=390px){.selected-card{height:285px;min-height:285px;max-height:285px}.selected-image{flex-basis:165px;height:165px;min-height:165px;max-height:165px}}.local-certification{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:inline-flex;overflow:hidden;box-shadow:0 3px 12px #0002}.local-certification img{object-fit:cover;flex:none;width:100%;max-width:none;height:100%}.brand-tag.local-certification{padding:0;top:8px;right:8px}.modal-local-certification{width:50px;height:50px;margin:-4px 0 10px;box-shadow:0 3px 12px #0001}.modal-local-certification img{width:100%;height:100%}.catalog-origin-filter{z-index:37;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border:1px solid #d9dfd7;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin:0 0 18px;padding:7px 8px 7px 13px;display:flex;position:sticky;top:166px;box-shadow:0 8px 22px #17201912}.catalog-origin-filter>span{color:var(--muted);font-size:9px;font-weight:800}.catalog-origin-filter>div{background:#edf1eb;border-radius:11px;grid-template-columns:1fr 1fr;gap:3px;padding:3px;display:grid}.catalog-origin-filter button{cursor:pointer;background:0 0;border:0;border-radius:9px;min-width:112px;min-height:36px;padding:0 13px;font-size:10px;font-weight:900}.catalog-origin-filter button.active{background:var(--green-dark);color:#fff;box-shadow:0 3px 9px #17201924}@media (width<=820px){.catalog-origin-filter{border-radius:12px;margin-bottom:12px;padding:6px 7px 6px 10px;top:150px}.catalog-origin-filter>span{font-size:9px}.catalog-origin-filter>div{flex:1}.catalog-origin-filter button{min-width:0;min-height:38px;padding:0 8px;font-size:10.5px}}.selected-section .selected-card{height:250px;min-height:250px;max-height:250px}.selected-section .selected-image{flex-basis:140px;height:140px;min-height:140px;max-height:140px}.selected-section .selected-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;display:-webkit-box;overflow:hidden}@media (width>=1151px){.selected-section .selected-card{height:240px;min-height:240px;max-height:240px}.selected-section .selected-image{flex-basis:132px;height:132px;min-height:132px;max-height:132px}}@media (width<=820px){.selected-section .selected-grid{scroll-snap-type:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0;display:grid;overflow:visible}.selected-section .selected-card,.selected-section .selected-card:nth-child(4),.selected-section .selected-card:nth-child(5){flex-basis:auto;width:100%;max-width:none;height:218px;min-height:218px;max-height:218px}.selected-section .selected-image{flex-basis:108px;height:108px;min-height:108px;max-height:108px}.selected-section .selected-card>div{padding:7px}.selected-section .selected-name{min-height:35px;font-size:10.5px;line-height:1.3}.selected-section .selected-bottom{gap:3px}.selected-section .selected-bottom strong,.selected-section .selected-main .selected-bottom strong{font-size:11px}.selected-section .selected-bottom small{font-size:7px}.selected-section .selected-bottom button{width:36px;height:36px;font-size:19px}.selected-section .brand-tag{padding:4px 6px;font-size:7px;top:6px;right:6px}}@media (width<=360px){.selected-section .selected-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selected-section .selected-card,.selected-section .selected-card:nth-child(4),.selected-section .selected-card:nth-child(5){height:226px;min-height:226px;max-height:226px}.selected-section .selected-image{flex-basis:118px;height:118px;min-height:118px;max-height:118px}.selected-section .selected-name{font-size:11px}}.cow-peek-trigger{cursor:pointer;background:0 0;border:0;padding:0;position:absolute;inset:0}.cow-peek-close{color:#26342b;z-index:7;pointer-events:auto;cursor:pointer;background:#fff;border:1px solid #d5ddd4;border-radius:50%;place-items:center;width:30px;height:30px;font-size:19px;line-height:1;display:grid;position:absolute;top:-7px;left:1px;box-shadow:0 6px 18px #17201935}@media (width<=820px){.cow-peek-close{width:34px;height:34px;font-size:21px;top:-9px;left:0}}.add-confirmation.celebrating{animation:.48s cubic-bezier(.2,1.45,.45,1) add-confirmation-pop;overflow:visible}.add-confirmation.celebrating strong:before{content:"✓";background:var(--green-dark);color:#fff;vertical-align:middle;border-radius:50%;place-items:center;width:22px;height:22px;margin-left:7px;font-size:12px;display:inline-grid}.add-sparkles{pointer-events:none;position:absolute;inset:-22px}.add-sparkles i{clip-path:polygon(50% 0,62% 37%,100% 50%,62% 63%,50% 100%,38% 63%,0 50%,38% 37%);opacity:0;background:#d1a33d;width:9px;height:9px;animation:1.05s ease-out forwards add-sparkle-burst;position:absolute}.add-sparkles i:first-child{animation-delay:20ms;top:5%;right:10%}.add-sparkles i:nth-child(2){animation-delay:.12s;top:-3%;right:38%}.add-sparkles i:nth-child(3){animation-delay:60ms;top:7%;left:15%}.add-sparkles i:nth-child(4){animation-delay:.18s;top:45%;left:-1%}.add-sparkles i:nth-child(5){animation-delay:.1s;bottom:0;left:18%}.add-sparkles i:nth-child(6){animation-delay:.2s;bottom:-5%;left:48%}.add-sparkles i:nth-child(7){animation-delay:.14s;bottom:2%;right:16%}.add-sparkles i:nth-child(8){animation-delay:.24s;top:43%;right:-1%}@keyframes add-confirmation-pop{0%{opacity:0;transform:translateY(18px)scale(.88)}70%{transform:translateY(-3px)scale(1.025)}to{opacity:1;transform:none}}@keyframes add-sparkle-burst{0%{opacity:0;transform:scale(.2)rotate(0)}28%{opacity:1}to{opacity:0;transform:scale(1.55)rotate(135deg)}}@media (prefers-reduced-motion:reduce){.add-confirmation.celebrating,.add-sparkles i{animation:none}.add-sparkles{display:none}}.site-logo{gap:8px;width:auto}.barama-logo-mark{background-position:50%;background-size:contain;width:62px;height:70px}.site-logo-tagline{color:#7e1825;white-space:nowrap;max-width:82px;font-size:13px;font-weight:900;line-height:1.1}@media (width<=820px){.site-logo{gap:5px;width:auto}.barama-logo-mark{background-size:auto 58px;width:50px;height:58px}.site-logo-tagline{white-space:normal;max-width:58px;font-size:10px}}.product-modal{overflow:hidden}.modal-details{flex-direction:column;align-self:stretch;min-height:0;max-height:92vh;display:flex}.modal-scroll-content{overscroll-behavior:contain;min-height:0;overflow-y:auto}.modal-scroll-content>p{color:var(--muted);font-size:11px;line-height:1.6}.modal-purchase-actions{background:#fff;flex:none}@media (width<=820px){.overlay{padding:6px}.product-modal{grid-template-rows:minmax(105px,22dvh) minmax(0,1fr);height:calc(100dvh - 12px);max-height:calc(100dvh - 12px)}.modal-photo{height:auto;min-height:0}.modal-details{max-height:none;padding:8px 12px 7px;overflow:hidden}.modal-scroll-content{padding-left:2px}.modal-scroll-content h2{margin:2px 0 4px;font-size:20px;line-height:1.12}.modal-scroll-content>p{margin:3px 0 5px;font-size:9px;line-height:1.35}.modal-variant{margin:0 0 4px;padding:3px 6px}.modal-local-certification{width:42px;height:42px;margin:0 0 5px}.modal-local-certification img{width:100%;height:100%}.modal-price{margin:4px 0 6px}.modal-price strong{font-size:21px}.pack-notice{border-radius:8px;margin:0 0 6px;padding:6px 8px}.pack-notice span,.pack-notice strong{display:inline}.pack-notice span{margin:0 0 0 6px;font-size:8px}.pack-notice strong{font-size:9px;line-height:1.3}.pack-notice small{margin-top:2px;line-height:1.25;font-size:7.5px!important}.weight-picker{padding:8px}.picker-heading{margin-bottom:4px}.picker-heading span{font-size:9px}.picker-heading strong{font-size:15px}.range-labels{margin-top:0;margin-bottom:5px;font-size:7px}.synced-inputs{gap:5px}.synced-inputs label>span{margin-bottom:3px;font-size:7px}.synced-inputs label>div{height:37px}.live-estimate{margin-top:5px}.live-estimate>div{padding:5px 3px}.live-estimate span{margin-bottom:2px;font-size:7px}.live-estimate strong{font-size:9px}.picker-note{margin-top:4px;font-size:7px;line-height:1.3}.modal-purchase-actions{border-top:1px solid var(--line);padding-top:5px}.modal-add{height:44px;min-height:44px;margin-top:0;font-size:10.5px}.modal-note{margin-top:3px;font-size:7.5px;line-height:1.3}}.cow-peek-close{top:auto;bottom:-8px;left:5px}@media (width<=820px){.cow-peek-close{top:auto;bottom:-10px;left:3px}}body{zoom:var(--a11y-zoom)}:focus-visible{outline-offset:3px!important;outline:3px solid #005fcc!important}.skip-link{z-index:1000;color:#000;background:#fff;border-radius:8px;padding:11px 15px;font-size:14px;font-weight:900;transition:transform .15s;position:fixed;top:8px;right:12px;transform:translateY(-160%);box-shadow:0 5px 20px #0004}.skip-link:focus{transform:translateY(0)}html[data-a11y-links=true] a:not(.accessibility-trigger){text-underline-offset:3px!important;text-decoration:underline!important;text-decoration-thickness:2px!important}html[data-a11y-contrast=true]{--ink:#000;--muted:#242424;--green:#0d3b20;--green-dark:#001d0d;--sage:#fff;--paper:#fff;--sand:#fff;--line:#000;--white:#fff}html[data-a11y-contrast=true] body,html[data-a11y-contrast=true] main,html[data-a11y-contrast=true] section,html[data-a11y-contrast=true] article{color:#000;background-color:#fff}html[data-a11y-contrast=true] button,html[data-a11y-contrast=true] input,html[data-a11y-contrast=true] select,html[data-a11y-contrast=true] textarea,html[data-a11y-contrast=true] a{border-color:#000}html[data-a11y-contrast=true] .notice-bar,html[data-a11y-contrast=true] footer,html[data-a11y-contrast=true] .bottom-support,html[data-a11y-contrast=true] .story-footer{color:#fff;background:#000}html[data-a11y-contrast=true] footer *,html[data-a11y-contrast=true] .bottom-support>*,html[data-a11y-contrast=true] .story-footer *{color:#fff}html[data-a11y-motion=true] *,html[data-a11y-motion=true] :before,html[data-a11y-motion=true] :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.accessibility-shell{z-index:150;font-family:Arial,Noto Sans Hebrew,sans-serif;position:fixed;top:176px;left:16px}.accessibility-trigger{color:#fff;cursor:pointer;background:#173f72;border:2px solid #fff;border-radius:25px;justify-content:center;align-items:center;gap:8px;min-width:112px;min-height:46px;padding:0 13px;display:flex;box-shadow:0 8px 25px #0004}.accessibility-trigger span{font-size:21px}.accessibility-trigger strong{font-size:12px}.accessibility-panel{color:#17212b;background:#fff;border:1px solid #aeb7c0;border-radius:16px;width:min(340px,100vw - 24px);max-height:calc(100dvh - 250px);padding:17px;position:absolute;top:54px;left:0;overflow:auto;box-shadow:0 20px 70px #0005}.accessibility-panel-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:13px;display:flex}.accessibility-panel-head small{color:#4f5f6f;font-size:11px;display:block}.accessibility-panel-head h2{margin:3px 0 0;font-size:20px}.accessibility-close{cursor:pointer;background:#fff;border:1px solid #c5cbd1;border-radius:50%;flex:0 0 40px;width:40px;height:40px;font-size:24px;line-height:1}.accessibility-zoom{background:#f5f7f9;border:1px solid #cbd1d7;border-radius:11px;padding:12px}.accessibility-zoom>span{margin-bottom:8px;font-size:12px;font-weight:900;display:block}.accessibility-zoom>div{grid-template-columns:44px 1fr 44px;align-items:center;gap:7px;display:grid}.accessibility-zoom button{cursor:pointer;background:#fff;border:1px solid #8895a1;border-radius:8px;height:42px;font-weight:900}.accessibility-zoom button:disabled{opacity:.45;cursor:not-allowed}.accessibility-zoom output{text-align:center;font-size:13px;font-weight:900}.accessibility-option{text-align:right;cursor:pointer;background:#fff;border:1px solid #c5cbd1;border-radius:10px;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;width:100%;min-height:46px;margin-top:7px;padding:8px 10px;display:grid}.accessibility-option[aria-pressed=true]{background:#eaf2fb;border-color:#173f72}.accessibility-option>span{text-align:center;font-size:19px}.accessibility-option b{color:#4c5966;font-size:10px}.accessibility-panel>p{color:#44515d;margin:13px 0 9px;font-size:11px;line-height:1.6}.accessibility-panel-links{flex-wrap:wrap;gap:7px;display:flex}.accessibility-panel-links a{color:#173f72;border:1px solid #173f72;border-radius:8px;align-items:center;min-height:38px;padding:8px 10px;font-size:10px;font-weight:900;display:flex}.accessibility-reset{color:#fff;cursor:pointer;background:#27313b;border:0;border-radius:8px;width:100%;min-height:42px;margin-top:10px;font-size:11px;font-weight:900}.accessibility-statement-page{background:#f5f5f1;min-height:100vh}.accessibility-statement-header{border-bottom:1px solid var(--line);z-index:35;background:#fff;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(16px,5vw,70px);display:flex;position:sticky;top:0}.accessibility-statement-header .story-logo{height:68px}.accessibility-statement{width:min(920px,100% - 32px);margin:0 auto;padding:58px 0 90px}.accessibility-kicker{color:var(--green);font-size:12px;font-weight:900}.accessibility-statement h1{margin:8px 0 14px;font-size:clamp(38px,6vw,64px);line-height:1}.accessibility-lead{max-width:760px;color:var(--muted);margin:0 0 28px;font-size:17px;line-height:1.75}.accessibility-statement section{border:1px solid var(--line);background:#fff;border-radius:15px;margin-top:13px;padding:24px 26px}.accessibility-statement h2{margin:0 0 10px;font-size:24px}.accessibility-statement p,.accessibility-statement li{font-size:15px;line-height:1.8}.accessibility-statement ul{margin:0;padding-right:22px}.accessibility-statement kbd{background:#f5f5f1;border:1px solid #9ba29b;border-bottom-width:3px;border-radius:5px;padding:2px 7px;font-family:inherit;font-size:.9em}.accessibility-contact{flex-wrap:wrap;gap:10px;display:flex}.accessibility-contact a{border:1px solid var(--green-dark);min-height:44px;color:var(--green-dark);border-radius:9px;align-items:center;padding:10px 14px;font-weight:900;display:flex}.accessibility-note{background:#fff4dc;border-right:5px solid #9d6b12;border-radius:10px;margin-top:17px;padding:18px 20px;font-size:13px;line-height:1.7}.story-hero h2{letter-spacing:-4px;margin:8px 0 18px;font-size:clamp(46px,6.5vw,92px);line-height:.93}.story-footer>div{align-items:center;gap:25px;display:flex}@media (width<=820px){.accessibility-shell{top:158px;left:8px}.accessibility-trigger{border-radius:50%;width:48px;min-width:48px;height:48px;padding:0}.accessibility-trigger strong{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.accessibility-panel{width:min(330px,100vw - 16px);max-height:calc(100dvh - 226px);padding:14px;top:54px;left:0}.accessibility-statement-header{height:68px;padding:0 12px}.accessibility-statement{width:calc(100% - 24px);padding:35px 0 75px}.accessibility-statement h1{font-size:40px}.accessibility-lead{font-size:15px}.accessibility-statement section{padding:19px 16px}.accessibility-statement h2{font-size:21px}.accessibility-statement p,.accessibility-statement li{font-size:14px}.accessibility-contact{display:grid}.story-footer>div{flex-direction:column;align-items:flex-end;gap:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media print{.accessibility-shell,.skip-link,.floating-brand-cow{display:none!important}}.text-order-page{min-height:100vh;color:var(--ink);background:#f1efe9;padding-bottom:70px}.text-order-header{z-index:40;background:#fff;border-bottom:1px solid #d8d5cc;justify-content:space-between;align-items:center;height:78px;padding:0 clamp(16px,5vw,72px);display:flex;position:sticky;top:0}.text-order-logo{background:url(/brand/logo-official-combined.png) 50%/contain no-repeat;width:74px;height:66px;display:block}.text-order-header-actions{align-items:center;gap:8px;display:flex}.text-order-catalog-trigger{color:#fff;cursor:pointer;background:#7e1825;border:1px solid #7e1825;border-radius:22px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-size:11px;font-weight:900;display:flex}.text-order-catalog-trigger>span{font-size:16px}.text-order-catalog-trigger>b{background:#ffffff25;border-radius:50%;place-items:center;width:20px;height:20px;font-size:14px;display:grid}.text-order-back{min-height:42px;color:var(--ink);border:1px solid #d7d3cb;border-radius:22px;align-items:center;gap:9px;padding:0 15px;font-size:11px;font-weight:900;display:flex}.text-order-back b{font-size:16px}.text-order-mini-catalog{background:#e8e4dc;border:1px solid #cfc9bd;border-radius:18px;width:min(1180px,100% - 36px);margin:18px auto 0;padding:17px 17px 15px;box-shadow:0 18px 45px #2d23161a}.mini-catalog-head{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.mini-catalog-head strong,.mini-catalog-head small{display:block}.mini-catalog-head strong{font-size:14px}.mini-catalog-head small{color:#686d68;margin-top:3px;font-size:9px}.mini-catalog-head>button{cursor:pointer;background:#fff;border:1px solid #bdb6aa;border-radius:50%;flex:0 0 32px;width:32px;height:32px;font-size:20px}.mini-folder-tabs{scrollbar-width:thin;border-bottom:1px solid #bcb5aa;align-items:flex-end;gap:4px;margin-top:14px;padding:7px 7px 0;display:flex;overflow-x:auto}.mini-folder-tabs button{color:#4e534e;white-space:nowrap;cursor:pointer;background:#d5d0c7;border:1px solid #bcb5aa;border-bottom:0;border-radius:8px 8px 0 0;align-items:center;gap:7px;min-height:34px;padding:8px 12px 7px;font-size:9px;font-weight:900;display:flex;position:relative}.mini-folder-tabs button:before{content:"";background:inherit;border:1px solid #bcb5aa;border-bottom:0;border-radius:5px 5px 0 0;width:24px;height:6px;position:absolute;top:-5px;right:7px}.mini-folder-tabs button small{background:#ffffff8f;border-radius:9px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:7px;display:grid}.mini-folder-tabs button[aria-selected=true]{z-index:1;color:#7e1825;background:#fff;margin-bottom:-1px;padding-bottom:9px}.mini-catalog-products{background:#fff;border:1px solid #bcb5aa;border-top:0;border-radius:0 0 10px 10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;max-height:185px;padding:10px;display:grid;overflow:auto}.mini-catalog-products>button{text-align:right;cursor:pointer;background:#f7f5f0;border:1px solid #ddd7cc;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;min-width:0;min-height:42px;padding:7px 9px;display:flex}.mini-catalog-products>button:hover,.mini-catalog-products>button:focus-visible{background:#fff8f5;border-color:#7e1825}.mini-catalog-products span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:9px;font-weight:900;overflow:hidden}.mini-catalog-products small{color:#7e1825;white-space:nowrap;flex:none;font-size:7px}.text-order-hero{grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr);grid-template-areas:"copy composer";align-items:start;gap:clamp(38px,7vw,100px);width:min(1280px,100% - 36px);margin:0 auto;padding:54px 0 48px;display:grid}.text-order-copy{grid-area:copy;padding-top:28px}.text-order-kicker{color:#8b2633;font-size:11px;font-weight:950}.text-order-copy h1{letter-spacing:-5px;max-width:600px;margin:10px 0 20px;font-size:clamp(55px,7.2vw,104px);line-height:.88}.text-order-copy>p{color:#5d625d;max-width:590px;margin:0;font-size:15px;line-height:1.85}.text-order-promise{border-top:1px solid #d1cec6;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:34px;padding-top:22px;display:grid}.text-order-promise>div{align-items:center;gap:9px;display:flex}.text-order-promise b{color:#fff;background:#26352c;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;font-size:10px;display:grid}.text-order-promise strong,.text-order-promise small{display:block}.text-order-promise strong{font-size:10px}.text-order-promise small{color:#757a75;margin-top:3px;font-size:8px;line-height:1.3}.text-order-composer{background:#fff;border:1px solid #d6d1c6;border-radius:25px;grid-area:composer;padding:26px;box-shadow:0 24px 70px #2c23151c}.composer-head{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px;display:flex}.composer-head>div>span{color:#8b2633;font-size:9px;font-weight:900}.composer-head h2{margin:4px 0 0;font-size:30px}.composer-ai-mark{color:#fff;background:#2b0c12;border-radius:18px;align-items:center;gap:6px;min-height:36px;padding:0 11px;font-size:9px;font-weight:900;display:flex}.composer-ai-mark i{background:#d99b7a;border-radius:50%;width:8px;height:8px;animation:1.8s ease-in-out infinite ai-mark-pulse;box-shadow:0 0 0 5px #d99b7a20}.text-order-examples{background:#f5f2ec;border:1px solid #ddd7cc;border-radius:14px;margin:0 0 15px;padding:12px}.text-order-examples>div:first-child{align-items:baseline;gap:7px;margin-bottom:9px;display:flex}.text-order-examples>div:first-child strong{font-size:10px}.text-order-examples>div:first-child span{color:#777b76;font-size:8px}.text-order-examples>div:last-child{scrollbar-width:thin;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.text-order-examples button{color:#5f1520;white-space:nowrap;text-align:right;cursor:pointer;background:#fff;border:1px solid #d5c8bd;border-radius:10px;min-height:38px;padding:6px 10px;font-size:9px;font-weight:900}.text-order-examples button:hover,.text-order-examples button:focus-visible{background:#fff9f6;border-color:#7e1825}.text-order-examples button small{color:#9b8175;margin-bottom:2px;font-size:6.5px;font-weight:800;display:block}.moo-chat-modes{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0 0 10px;display:grid}.moo-chat-modes button{color:#26352c;cursor:pointer;background:#fff;border:1px solid #c9c4ba;border-radius:12px;min-height:42px;padding:7px 9px;font:950 9px/1.3 Arial,Noto Sans Hebrew,sans-serif}.moo-chat-modes button:first-child{color:#fff;background:#7e1825;border-color:#7e1825}.moo-chat-modes button:hover,.moo-chat-modes button:focus-visible{transform:translateY(-1px);box-shadow:0 6px 14px #26352c17}.text-order-chat{background:#eef2ed;border:1px solid #cbd5cb;border-radius:15px;margin:0 0 15px;padding:12px}.text-order-chat-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.text-order-chat-head strong{color:#26352c;font-size:10px}.text-order-chat-head button{color:#4d584f;cursor:pointer;background:#fff;border:1px solid #b8c2b8;border-radius:15px;min-height:29px;padding:0 9px;font-size:7.5px;font-weight:900}.text-order-chat-messages{gap:7px;max-height:225px;padding:2px;display:grid;overflow:auto}.text-order-chat-messages>div{align-items:flex-end;gap:7px;display:flex}.text-order-chat-messages>div.user{justify-content:flex-start}.text-order-chat-messages>div>span{color:#fff;background:#7e1825;border-radius:50%;flex:0 0 26px;place-items:center;width:26px;height:26px;font-size:10px;font-weight:950;display:grid}.text-order-chat-messages p{color:#303732;background:#fff;border-radius:13px 13px 4px;max-width:82%;margin:0;padding:9px 11px;font-size:9px;line-height:1.55;box-shadow:0 3px 12px #2733290d}.text-order-chat-messages .user p{color:#fff;background:#26352c;border-radius:13px 13px 13px 4px;margin-right:auto}.text-order-quick-answers{border-top:1px solid #cbd5cb;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:9px;display:flex}.text-order-quick-answers button{color:#7e1825;cursor:pointer;background:#fff;border:1px solid #7e1825;border-radius:18px;min-height:36px;padding:0 11px;font-size:8.5px;font-weight:950}.text-order-quick-answers button:hover,.text-order-quick-answers button:focus-visible{color:#fff;background:#7e1825}.moo-chat-actions{border-top:1px solid #cbd5cb;flex-wrap:wrap;gap:7px;margin-top:10px;padding-top:9px;display:flex}.moo-chat-actions button{color:#64131e;cursor:pointer;background:#fff;border:1px solid #7e1825;border-radius:20px;min-height:40px;padding:7px 13px;font:900 9px/1.35 Arial,Noto Sans Hebrew,sans-serif}.moo-chat-actions button.product{color:#fff;background:#7e1825;box-shadow:0 6px 14px #7e182522}.moo-chat-actions button:hover,.moo-chat-actions button:focus-visible{transform:translateY(-1px);box-shadow:0 7px 16px #26352c20}.moo-chat-actions button.question:hover,.moo-chat-actions button.question:focus-visible{background:#fff6f3}.basket-understanding{background:#fff9f5;border:1px solid #d8c8ba;border-radius:14px;margin:0 0 15px;padding:12px}.basket-understanding>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.basket-understanding strong{font-size:10px}.basket-understanding button{color:#7e1825;cursor:pointer;background:#fff;border:1px solid #7e1825;border-radius:16px;min-height:30px;padding:0 10px;font-size:8px;font-weight:900}.basket-understanding ul{flex-wrap:wrap;gap:5px;margin:9px 0 0;padding:0;list-style:none;display:flex}.basket-understanding li{color:#493f38;background:#eee7df;border-radius:13px;padding:6px 9px;font-size:8px;font-weight:850}.text-order-composer>label{margin-bottom:7px;font-size:10px;font-weight:900;display:block}.text-order-input-wrap{position:relative}.text-order-input-wrap textarea{width:100%;min-height:225px;color:var(--ink);resize:vertical;background:#f8f7f3;border:1px solid #cfcac0;border-radius:15px;padding:17px 17px 36px;font:600 14px/1.8 Arial,Noto Sans Hebrew,sans-serif}.text-order-input-wrap textarea::placeholder{color:#737873;opacity:1;font-weight:500}.text-order-input-wrap>span{color:#777c77;font-size:8px;position:absolute;bottom:11px;left:13px}.text-order-tip{color:#666b66;margin:10px 2px;font-size:9px;line-height:1.6}.text-order-tip b{color:#7e1825}.text-order-error{color:#8d1724;background:#fff0f0;border-radius:9px;margin:8px 0;padding:10px;font-size:10px;font-weight:800}.text-order-analyze{color:#fff;cursor:pointer;background:#26352c;border:0;border-radius:14px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:56px;margin-top:8px;padding:0 18px;font-size:13px;font-weight:950;display:flex;box-shadow:0 11px 24px #26352c2c}.text-order-analyze>span:last-child{font-size:20px}.text-order-analyze:disabled{opacity:.55;cursor:not-allowed}.text-order-boundary{color:#767b76;text-align:center;margin-top:10px;font-size:8px;line-height:1.5;display:block}.analysis-dots{gap:4px;display:flex}.analysis-dots i{background:#fff;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite analysis-dot}.analysis-dots i:nth-child(2){animation-delay:.16s}.analysis-dots i:nth-child(3){animation-delay:.32s}@keyframes ai-mark-pulse{50%{opacity:.55;transform:scale(.72)}}@keyframes analysis-dot{0%,to{opacity:.45;transform:translateY(0)}50%{opacity:1;transform:translateY(-5px)}}.text-order-results{background:#fff;border:1px solid #d2cec4;border-radius:25px;width:min(1100px,100% - 36px);margin:0 auto 45px;padding:32px;scroll-margin-top:92px;box-shadow:0 22px 70px #251c1415}.text-order-results-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.text-order-results-head>div:first-child>span{color:#8b2633;font-size:9px;font-weight:900}.text-order-results-head h2{margin:5px 0;font-size:34px}.text-order-results-head p{color:#686e69;margin:0;font-size:10px}.text-order-total{text-align:left;background:#f1efe9;border-radius:13px;min-width:170px;padding:13px 16px}.text-order-total small,.text-order-total strong{display:block}.text-order-total small{color:#666b66;font-size:8px}.text-order-total strong{color:#7e1825;margin-top:3px;font-size:22px}.basket-result-summary{background:#f7f5f0;border:1px solid #d7d1c7;border-radius:16px;margin:-4px 0 18px;padding:14px}.basket-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.basket-metrics>div{background:#fff;border-radius:11px;min-height:76px;padding:10px}.basket-metrics small,.basket-metrics strong,.basket-metrics span{display:block}.basket-metrics small{color:#686e69;font-size:7.5px}.basket-metrics strong{color:#26352c;margin-top:4px;font-size:15px}.basket-metrics span{color:#7b7f7b;margin-top:3px;font-size:7px}.basket-summary-notes{margin-top:9px}.basket-summary-notes p{color:#3f4c42;background:#e8eee7;border-radius:8px;margin:4px 0;padding:7px 9px;font-size:8px;line-height:1.5}.basket-summary-notes p.warning{color:#72500e;background:#fff1d9}.basket-adjustments{border-top:1px solid #d7d1c7;flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;padding-top:10px;display:flex}.basket-adjustments>span{margin-left:3px;font-size:8px;font-weight:900}.basket-adjustments button{color:#26352c;cursor:pointer;background:#fff;border:1px solid #b7aca0;border-radius:18px;min-height:34px;padding:0 10px;font-size:8px;font-weight:900}.basket-adjustments button:hover,.basket-adjustments button:focus-visible{color:#7e1825;border-color:#7e1825}.text-order-lines{gap:9px;display:grid}.text-order-line{background:#fff;border:1px solid #ddd9d0;border-radius:16px;grid-template-columns:118px minmax(0,1fr) 235px;align-items:center;gap:17px;min-height:138px;padding:10px 10px 10px 46px;display:grid;position:relative}.text-order-line>img{object-fit:cover;border-radius:11px;width:118px;height:118px}.text-order-line-copy>span{color:#8b2633;font-size:8px;font-weight:900}.text-order-line-copy h3{margin:4px 0;font-size:16px}.text-order-line-copy>small{color:#747974;font-size:8px;display:block}.match-confidence{color:#315a36;background:#eaf3e7;border-radius:7px;align-items:center;gap:5px;width:max-content;margin-top:9px;padding:5px 7px;font-size:8px;font-weight:900;display:flex}.match-confidence i{background:#4a8c52;border-radius:50%;width:6px;height:6px}.match-confidence.review{color:#80590d;background:#fff2d9}.match-confidence.review i{background:#d18b16}.text-order-quantity{border-right:1px solid #e2ded6;padding-right:16px}.text-order-quantity>label{color:#676c67;margin-bottom:5px;font-size:8px;font-weight:800;display:block}.text-order-quantity>div{border:1px solid #cbc7be;border-radius:10px;grid-template-columns:40px 1fr 34px 40px;align-items:center;height:43px;display:grid;overflow:hidden}.text-order-quantity button{cursor:pointer;background:#f0eee8;border:0;height:100%;font-size:20px}.text-order-quantity input{text-align:center;border:0;width:100%;min-width:0;height:100%;font-size:13px;font-weight:900}.text-order-quantity b{font-size:9px}.text-order-quantity>strong,.text-order-quantity>small{margin-top:7px;display:inline-block}.text-order-quantity>strong{font-size:13px}.text-order-quantity>small{color:#747974;margin-right:7px;font-size:8px}.text-order-remove{color:#7e1825;cursor:pointer;background:#fff;border:1px solid #d8d4cb;border-radius:50%;width:31px;height:31px;font-size:19px;position:absolute;top:10px;left:10px}.text-order-unmatched{background:#fff8e8;border:1px solid #e6c783;border-radius:12px;margin-top:14px;padding:15px}.text-order-unmatched>strong{font-size:10px}.text-order-unmatched ul{margin:8px 0;padding-right:18px}.text-order-unmatched li{font-size:9px;line-height:1.6}.text-order-unmatched button{color:#66490c;cursor:pointer;background:#fff;border:1px solid #8a6517;border-radius:8px;min-height:36px;padding:0 11px;font-size:9px;font-weight:900}.text-order-results-actions{grid-template-columns:180px 1fr;gap:9px;margin-top:20px;display:grid}.text-order-results-actions button{cursor:pointer;border-radius:13px;min-height:54px;font-size:11px;font-weight:950}.text-order-edit{color:#26352c;background:#fff;border:1px solid #bfc4bf}.text-order-add-cart{color:#fff;background:#7e1825;border:0}.text-order-add-cart span{margin-right:9px;font-size:18px}.text-order-add-cart:disabled{opacity:.5;cursor:not-allowed}.text-order-notes{border-top:1px solid #d0ccc3;grid-template-columns:repeat(3,1fr);gap:15px;width:min(1100px,100% - 36px);margin:0 auto;padding:22px;display:grid}.text-order-notes>div{gap:11px;display:flex}.text-order-notes b{color:#7e1825;background:#e5ddd5;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:16px;display:grid}.text-order-notes strong,.text-order-notes small{display:block}.text-order-notes strong{font-size:10px}.text-order-notes small{color:#686d68;margin-top:4px;font-size:8px;line-height:1.5}html[data-a11y-contrast=true] .text-order-mini-catalog,html[data-a11y-contrast=true] .text-order-composer,html[data-a11y-contrast=true] .text-order-results,html[data-a11y-contrast=true] .text-order-chat,html[data-a11y-contrast=true] .text-order-examples,html[data-a11y-contrast=true] .moo-chat-actions button,html[data-a11y-contrast=true] .moo-chat-modes button{color:#000;background:#fff;border:2px solid #000}html[data-a11y-motion=true] .composer-ai-mark i,html[data-a11y-motion=true] .analysis-dots i{animation:none!important}@media (width<=820px){.text-order-header{height:68px;padding:0 12px}.text-order-logo{background-size:auto 55px;width:63px;height:58px}.text-order-header-actions{gap:5px}.text-order-catalog-trigger{min-height:38px;padding:0 9px;font-size:9px}.text-order-catalog-trigger>span{font-size:14px}.text-order-catalog-trigger>b{display:none}.text-order-back{min-height:38px;padding:0 10px;font-size:8px}.text-order-mini-catalog{border-radius:13px;width:calc(100% - 16px);margin-top:8px;padding:12px 8px 9px}.mini-catalog-head{padding:0 4px}.mini-catalog-head strong{font-size:12px}.mini-catalog-head small{max-width:260px;font-size:8px;line-height:1.4}.mini-folder-tabs{gap:3px;margin-top:11px;padding-left:3px;padding-right:3px}.mini-folder-tabs button{min-height:31px;padding:7px 9px 6px;font-size:8px}.mini-folder-tabs button[aria-selected=true]{padding-bottom:8px}.mini-catalog-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;max-height:220px;padding:7px}.mini-catalog-products>button{min-height:40px;padding:6px 7px}.mini-catalog-products span{font-size:8px}.mini-catalog-products small{font-size:6.5px}.text-order-hero{flex-direction:column;gap:22px;width:calc(100% - 24px);padding:15px 0 28px;display:flex}.text-order-copy{order:2;padding:0}.text-order-copy h1{letter-spacing:-2.5px;margin:8px 0 13px;font-size:44px;line-height:.94}.text-order-copy>p{font-size:11px;line-height:1.65}.text-order-promise{gap:5px;margin-top:16px;padding-top:13px}.text-order-promise>div{align-items:flex-start;gap:6px}.text-order-promise b{flex-basis:25px;width:25px;height:25px;font-size:8px}.text-order-promise strong{font-size:8px}.text-order-promise small{font-size:7px}.text-order-composer{border-radius:18px;order:1;margin-top:0;padding:14px}.composer-head{margin-bottom:11px}.composer-head h2{font-size:23px}.composer-ai-mark{min-height:34px;font-size:9px}.text-order-examples{margin-bottom:10px;padding:9px}.text-order-examples>div:first-child{margin-bottom:7px}.text-order-examples>div:last-child{margin-left:-4px;margin-right:-4px;padding:0 4px 3px}.text-order-examples button{min-height:42px;padding:6px 10px;font-size:9px}.text-order-chat{padding:10px}.text-order-chat-messages{max-height:260px}.text-order-chat-messages p{max-width:86%;font-size:9px}.text-order-quick-answers,.moo-chat-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.text-order-quick-answers button,.moo-chat-actions button{min-height:42px;padding:6px 8px;font-size:9px}.text-order-input-wrap textarea{min-height:148px;font-size:13px;line-height:1.65}.text-order-analyze{min-height:53px}.basket-understanding{padding:10px}.basket-understanding li{font-size:8.5px}.text-order-results{border-radius:18px;width:calc(100% - 24px);padding:16px 12px}.text-order-results-head{flex-direction:column;align-items:flex-start}.text-order-results-head h2{font-size:27px}.text-order-total{text-align:right;width:100%;min-width:0}.text-order-total strong{font-size:20px}.basket-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.basket-metrics>div{min-height:70px}.basket-adjustments{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.basket-adjustments>span{grid-column:1/-1}.basket-adjustments button{min-height:40px;padding:0 6px}.text-order-line{grid-template-columns:78px 1fr;gap:10px;min-height:0;padding:8px 8px 52px}.text-order-line>img{width:78px;height:78px}.text-order-line-copy h3{font-size:13px}.text-order-line-copy>small{font-size:7px}.match-confidence{margin-top:5px;font-size:7px}.text-order-quantity{border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;padding:0;display:grid;position:absolute;bottom:7px;left:8px;right:8px}.text-order-quantity>label{display:none}.text-order-quantity>div{grid-template-columns:36px 1fr 28px 36px;height:39px}.text-order-quantity>strong{margin:0;font-size:11px}.text-order-quantity>small{display:none}.text-order-remove{width:28px;height:28px;top:6px;left:6px}.text-order-results-actions{grid-template-columns:1fr}.text-order-edit{order:2}.text-order-notes{grid-template-columns:1fr;width:calc(100% - 24px);padding:18px 0}.text-order-notes>div{padding:0 4px}}.site-logo{flex:0 0 190px;gap:0;width:190px;height:74px}.site-logo .barama-logo-mark{background-size:contain;width:190px;height:74px}.story-logo{flex:0 0 190px;width:190px;height:74px}.story-logo .barama-logo-mark{background-size:contain;width:190px;height:74px}.seo-logo{flex:0 0 190px;width:190px;height:74px}.seo-logo .barama-logo-mark{background-size:contain;width:190px;height:74px}.text-order-logo{background-size:contain;flex:0 0 190px;width:190px;height:74px}.welcome-logo{margin:-14px auto 8px}@media (width<=820px){.site-logo{flex-basis:142px;width:142px;height:60px}.site-logo .barama-logo-mark{background-size:contain;width:142px;height:60px}.story-logo{flex-basis:142px;width:142px;height:60px}.story-logo .barama-logo-mark{background-size:contain;width:142px;height:60px}.seo-logo{flex-basis:142px;width:142px;height:60px}.seo-logo .barama-logo-mark{background-size:contain;width:142px;height:60px}.text-order-logo{background-size:contain;flex-basis:142px;width:142px;height:60px}.welcome-logo{margin-top:-8px}.welcome-logo img{width:min(270px,76vw);height:118px}.legal-logo img{width:142px;height:58px}.password-reset-logo img{width:210px;height:102px}}@media (prefers-reduced-motion:reduce){.composer-ai-mark i,.analysis-dots i{animation:none}}.cow-text-order-option{align-items:flex-start!important;min-height:64px!important}.cow-text-order-option>span{min-width:0;display:block}.cow-text-order-option strong,.cow-text-order-option small{display:block}.cow-text-order-option strong{font-size:10px;line-height:1.35}.cow-text-order-option small{color:#e7eee8;margin-top:3px;font-family:Arial,Noto Sans Hebrew,sans-serif;font-size:8px;line-height:1.45}.text-order-input-wrap{isolation:isolate;border-radius:15px;overflow:hidden}.text-order-ramuma-backdrop{z-index:0;opacity:.2;filter:saturate(.88);pointer-events:none;-webkit-user-select:none;user-select:none;width:230px;height:auto;position:absolute;bottom:-25px;left:-16px}.text-order-input-wrap textarea{z-index:1;background:#f8f7f3d9;position:relative}.text-order-input-wrap textarea:focus{background:#fffffff0}.text-order-input-wrap>span{z-index:2}@media (width<=820px){.text-order-ramuma-backdrop{opacity:.18;width:195px;bottom:-22px;left:-28px}}@keyframes cow-head-idle-sharp{0%,24%,to{transform:translate(0)}34%{transform:translate(1px,1px)}44%{transform:translate(-1px)}62%{transform:translate(1px,-1px)}}@keyframes cow-breathe-sharp{0%,to{transform:translateY(0)}50%{transform:translateY(-1px)}}@keyframes cow-peek-sharp{0%,to{transform:translate(0)}50%{transform:translate(-6px)}}@media (width>=821px){.floating-brand-cow{width:228px;height:186px}.cow-drag-area,.cow-edge-peek{filter:none}.cow-layer{image-rendering:auto;backface-visibility:hidden}.animated-cow:not(.walking) .cow-head{animation:4.8s step-end infinite cow-head-idle-sharp}.animated-cow:not(.walking) .cow-torso{animation:3.4s step-end infinite cow-breathe-sharp}.cow-edge-peek{width:190px;height:152px}.cow-edge-peek.visible{animation-name:cow-peek-sharp}.cow-edge-peek.edge-right .cow-peek-speech{top:34px;right:168px}.cow-peek-speech{color:#14231a;letter-spacing:0;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#fff;border:2px solid #cbd4cb;max-width:310px;padding:14px 17px;font-family:Arial,Noto Sans Hebrew,sans-serif;font-size:19px;font-weight:700;line-height:1.5;box-shadow:0 15px 35px #17201924}.cow-peek-speech strong{font-weight:800}.cow-guide-panel{color:#14231a;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;border:2px solid #cbd4cb;min-width:320px;max-width:380px;padding:16px 17px;font-family:Arial,Noto Sans Hebrew,sans-serif;font-size:15px;line-height:1.45;top:-7px;right:206px}.cow-help-menu{width:390px}.cow-help-menu>span{margin-bottom:12px;font-size:20px}.cow-help-menu>button{gap:12px;min-height:56px;margin-top:8px;padding:11px 13px;font-family:Arial,Noto Sans Hebrew,sans-serif;font-size:17px;line-height:1.4}.cow-help-menu b{flex-basis:28px;width:28px;height:28px;font-size:13px}.cow-text-order-option{min-height:88px!important}.cow-text-order-option strong{font-size:17px;line-height:1.45}.cow-text-order-option small{margin-top:5px;font-size:14px;line-height:1.4}.cow-explainer-panel{width:410px;max-width:min(410px,100vw - 250px)}.cow-explainer-panel>span{margin-bottom:12px;font-size:20px}.cow-explainer-panel ol{gap:7px}.cow-explainer-panel li{gap:10px;padding:10px}.cow-explainer-panel li>b{flex-basis:28px;width:28px;height:28px;font-size:12px}.cow-explainer-panel strong{font-size:17px;line-height:1.4}.cow-explainer-panel small{margin-top:4px;font-size:14px;line-height:1.55}.cow-explainer-panel>p{margin-top:10px;font-size:14px;line-height:1.6}.cow-explainer-panel>button{height:46px;margin-top:12px;font-size:15px}.cow-goodbye{width:200px;min-width:200px;top:18px;right:206px}.cow-goodbye strong{font-size:22px}.cow-goodbye span{font-size:16px}.cow-close,.cow-peek-close{width:32px;height:32px;font-size:21px}}.order-inbox-page{color:#172019;background:#f4f4ef;min-height:100vh;padding:32px}.order-inbox-header{justify-content:space-between;align-items:flex-start;gap:24px;max-width:1100px;margin:0 auto 24px;display:flex}.order-inbox-header span{color:#5f6f62;font-size:13px;font-weight:800}.order-inbox-header h1{margin:5px 0 8px;font-size:38px}.order-inbox-header p{max-width:680px;margin:0;line-height:1.6}.order-inbox-header>a,.order-inbox-download{color:#fff;background:#203c2c;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:800;text-decoration:none;display:inline-flex}.order-inbox-list{gap:18px;max-width:1100px;margin:0 auto;display:grid}.order-inbox-card{background:#fff;border:1px solid #d9ddd6;border-radius:24px;padding:22px;box-shadow:0 10px 30px #1720190d}.order-inbox-card-head{justify-content:space-between;gap:16px;display:flex}.order-inbox-card-head small{color:#6c756d}.order-inbox-card-head h2{margin:4px 0;font-size:24px}.order-inbox-card-head>span{color:#765a00;background:#fff3cc;border-radius:999px;align-self:flex-start;padding:7px 11px;font-size:12px;font-weight:800}.order-inbox-details{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0;display:grid}.order-inbox-details>div{background:#f6f7f3;border-radius:13px;padding:10px}.order-inbox-details dt{color:#6c756d;font-size:11px}.order-inbox-details dd{margin:4px 0 0;font-weight:750}.order-inbox-lines{border-top:1px solid #e3e6df;margin:0;padding:0;list-style:none}.order-inbox-lines li{border-bottom:1px solid #e3e6df;grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:12px 0;display:grid}.order-inbox-lines span{flex-direction:column;display:flex}.order-inbox-lines small{color:#788078;margin-top:3px}.order-inbox-lines em{font-style:normal}.order-inbox-total{justify-content:space-between;align-items:center;margin:16px 0;display:flex}.order-inbox-total strong{font-size:22px}.order-inbox-download{width:max-content}.order-inbox-empty{text-align:center;background:#fff;border-radius:24px;max-width:700px;margin:80px auto;padding:34px}.order-inbox-empty a{color:#203c2c;font-weight:800}@media (width<=700px){.order-inbox-page{padding:18px}.order-inbox-header{display:block}.order-inbox-header>a{margin-top:16px}.order-inbox-header h1{font-size:30px}.order-inbox-details{grid-template-columns:1fr 1fr}.order-inbox-lines li{grid-template-columns:1fr auto}.order-inbox-lines em{grid-column:2}.order-inbox-download{box-sizing:border-box;width:100%}}@media (width>=821px){html,body,button,input,textarea,select{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:auto}.notice-bar{height:38px;font-size:13px;line-height:1.4}.notice-bar span{opacity:.9}.site-header{gap:24px;height:88px}.site-header .menu-button{min-width:132px;height:48px}.site-header .menu-button>strong,.site-header nav a,.header-search input{font-size:14px}.account-button{height:48px}.account-button strong{font-size:13px}.cart-button{height:48px}.cart-button .cart-label,.cart-button strong,.cart-button span{font-size:14px}.cart-button b{width:23px;height:23px;font-size:11px}.site-map-heading span{font-size:12px}.site-map-heading strong{font-size:27px}.site-header #primary-navigation .site-map-links>a,.site-header #primary-navigation .site-map-links>button{min-height:92px;padding:16px 18px}.site-header #primary-navigation .site-map-links strong{font-size:16px}.site-header #primary-navigation .site-map-links span{font-size:13px;line-height:1.5}.floating-categories{height:100px;padding:7px 10px}.floating-categories button{gap:6px;min-width:108px;height:86px}.floating-categories img,.category-all-icon{width:50px;height:50px}.category-all-icon{font-size:12px}.floating-categories strong{max-width:108px;font-size:13px;line-height:1.25}.section-head h2,.catalog-title h2{font-size:30px}.section-head p,.catalog-title p,.section-head>a{font-size:13px;line-height:1.5}.selected-section .selected-card{height:270px;min-height:270px;max-height:270px}.selected-section .selected-image{flex-basis:145px;height:145px;min-height:145px;max-height:145px}.selected-section .selected-card>div{padding:13px 15px}.selected-section .selected-name{min-height:43px;font-size:15px;line-height:1.4}.selected-section .selected-bottom strong,.selected-section .selected-main .selected-bottom strong{font-size:17px}.selected-section .selected-bottom small{font-size:12px}.selected-section .selected-bottom button{width:40px;height:40px}.catalog-search{height:50px}.catalog-search input{font-size:14px}.brand-filters button,.category-filters button{min-height:43px;padding:10px 16px;font-size:13px}.catalog-origin-filter>span{font-size:12px}.catalog-origin-filter button{font-size:13px}.product-content{padding:17px}.product-category{font-size:12px}.product-name{min-height:48px;font-size:16px;line-height:1.45}.product-price strong{font-size:20px}.product-price span,.minimum{font-size:12px;line-height:1.4}.minimum{height:auto;min-height:20px}.choose-button{height:46px;font-size:14px}.quantity-control{height:46px}.quantity-control strong,.more-button,.empty-results button{font-size:14px}.modal-brand{font-size:12px}.modal-details>p,.modal-scroll-content>p{font-size:15px;line-height:1.65}.modal-price span{font-size:13px}.pack-notice span{font-size:12px}.pack-notice strong{font-size:14px;line-height:1.55}.pack-notice small{line-height:1.5;font-size:12px!important}.picker-heading span{font-size:14px}.picker-heading strong{font-size:20px}.range-labels{font-size:12px;line-height:1.45}.synced-inputs label>span,.synced-inputs b,.live-estimate span{font-size:12px}.live-estimate strong{font-size:15px}.picker-note{font-size:12px;line-height:1.55}.picker-tabs button,.weight-input>span,.unit-picker>span{font-size:14px}.weight-input b,.weight-input small,.unit-picker small{font-size:12px}.estimated-total span{font-size:13px}.estimated-total strong{font-size:19px}.modal-add{height:50px;font-size:14px}.modal-note{font-size:12px;line-height:1.5}.cart-pack-info{line-height:1.5;font-size:11px!important}.product-pack-label{font-size:11px;line-height:1.45}.add-confirmation strong{font-size:14px}.add-confirmation span,.add-confirmation button,.drawer-head span{font-size:12px}.estimate-message b{font-size:14px}.estimate-message span{font-size:12px}.cart-line>div:nth-child(2)>small{font-size:11px}.cart-line>div:nth-child(2)>strong{font-size:15px}.cart-line>div:nth-child(2)>span{font-size:12px}.cart-weight input{font-size:14px}.cart-weight b{font-size:11px}.line-price strong{font-size:15px}.line-price small{font-size:11px}.cart-footer>div span{font-size:13px}.cart-footer>p,.cart-footer>section p{font-size:12px;line-height:1.55}.cart-footer>button,.cart-footer>section button{font-size:14px}.cart-footer>section strong{font-size:15px}.shopping-help-heading>div>span{font-size:12px}.shopping-help-heading p{font-size:14px;line-height:1.6}.shopping-help-links strong{font-size:16px}.shopping-help-links span{font-size:13px;line-height:1.6}.static-weighing-guide b{flex-basis:34px;width:34px;height:34px;font-size:13px}.static-weighing-guide strong{font-size:14px}.static-weighing-guide small{font-size:12px;line-height:1.55}.hero-utility-bar{min-height:58px}.hero-utility-bar small{font-size:11px}.hero-utility-bar strong{font-size:14px}footer p,footer span,footer a,footer button{font-size:13px;line-height:1.65}footer strong{font-size:16px}.account-kicker{font-size:12px}.account-intro p{font-size:15px}.account-benefits strong{font-size:13px}.account-benefits small{font-size:11px}.account-tabs button{font-size:14px}.account-form label>span{font-size:12px}.account-form input{font-size:15px}.account-primary,.guest-button{font-size:14px}.guest-divider,.account-safety-note,.account-profile-head small,.account-profile-head span,.account-benefit-strip span{font-size:12px}.quick-reorder small{font-size:11px}.quick-reorder strong{font-size:16px}.quick-reorder span,.quick-reorder button,.account-section-title span,.account-section-title button{font-size:12px}.history-card-head strong{font-size:14px}.history-card-head span,.history-card li span,.history-card li small{font-size:11px}.history-card-head>b{font-size:14px}.history-card>button,.account-actions button,.account-actions small{font-size:12px}.checkout-customer strong,.checkout-guest strong,.checkout-account-choice>strong{font-size:13px}.checkout-customer small,.checkout-guest small,.checkout-customer button,.checkout-guest button,.checkout-account-choice>button small{font-size:11px}.checkout-account-choice>button div,.checkout-form-fields label>span,.checkout-form-fields legend,.checkout-form-fields fieldset label{font-size:13px}.checkout-form-fields input:not([type=radio]):not([type=checkbox]),.checkout-form-fields select,.checkout-form-fields textarea{font-size:15px}.temperature-choice strong{font-size:14px}.temperature-choice small{font-size:12px;line-height:1.5}.order-summary-preview dt{font-size:12px}.order-summary-preview dd{font-size:14px}.order-summary-preview>button{font-size:13px}.demo-assumption{font-size:12px;line-height:1.55}.minimum-warning{font-size:13px;line-height:1.5}.story-header nav a,.back-to-shop{font-size:14px}.story-hero>div:first-child>span,.story-process>span,.cuts-heading span{font-size:13px}.story-hero p{font-size:17px}.story-hero>div:first-child>a{font-size:14px}.story-cow-stage>span,.story-cow-actions button{font-size:13px}.brand-story small{font-size:12px}.brand-story p{font-size:15px}.brand-story li{font-size:14px}.story-process strong{font-size:16px}.story-process p{font-size:13px}.cuts-heading p,.cuts-heading>button{font-size:14px}.cut-group h3{font-size:15px}.cut-group li{font-size:13px}.cut-group b{font-size:11px}.cuts-disclaimer{font-size:12px}.story-footer a{font-size:14px}.text-order-catalog-trigger,.text-order-back{min-height:48px;font-size:14px}.mini-catalog-head small{font-size:12px}.mini-folder-tabs button{min-height:40px;font-size:13px}.mini-folder-tabs button small{font-size:11px}.mini-catalog-products>button{min-height:48px}.mini-catalog-products span{font-size:13px}.mini-catalog-products small{font-size:11px}.text-order-hero{grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);gap:clamp(44px,6vw,90px)}.text-order-copy h1{letter-spacing:-3px;font-size:clamp(64px,6vw,88px);line-height:.92}.text-order-kicker{font-size:14px}.text-order-copy>p{font-size:17px;line-height:1.75}.text-order-promise strong{font-size:14px}.text-order-promise small{font-size:12px;line-height:1.45}.text-order-composer{padding:30px}.composer-head>div>span{font-size:13px}.composer-head h2{font-size:34px}.composer-ai-mark{min-height:40px;padding:0 14px;font-size:12px}.moo-chat-modes button{min-height:48px;font:700 14px/1.35 Arial,Noto Sans Hebrew,sans-serif}.text-order-examples{padding:15px}.text-order-examples>div:first-child strong{font-size:14px}.text-order-examples>div:first-child span{font-size:12px}.text-order-examples button{min-height:46px;padding:8px 13px;font-size:13px;font-weight:700}.text-order-examples button small{font-size:11px}.text-order-chat-head strong{font-size:14px}.text-order-chat-head button{min-height:36px;font-size:12px}.text-order-chat-messages p{padding:11px 14px;font-size:14px;line-height:1.6}.text-order-quick-answers button,.moo-chat-actions button{min-height:44px;font-size:13px;line-height:1.4}.basket-understanding strong{font-size:14px}.basket-understanding button,.basket-understanding li{font-size:12px}.text-order-composer>label{font-size:14px}.text-order-input-wrap textarea{font-size:16px;line-height:1.75}.text-order-input-wrap textarea::placeholder{color:#666b66;font-weight:400}.text-order-input-wrap>span{font-size:12px}.text-order-tip,.text-order-error{font-size:13px}.text-order-analyze{font-size:16px;font-weight:700}.text-order-boundary{font-size:12px;line-height:1.55}.text-order-results-head>div:first-child>span{font-size:12px}.text-order-results-head p{font-size:14px}.text-order-total small,.basket-metrics small{font-size:12px}.basket-metrics span{font-size:11px}.basket-summary-notes p,.basket-adjustments>span,.basket-adjustments button,.text-order-line-copy>span,.text-order-line-copy>small,.match-confidence,.text-order-quantity>label,.text-order-quantity b,.text-order-quantity>small{font-size:12px}.text-order-line-copy h3{font-size:18px}.text-order-quantity input,.text-order-quantity>strong{font-size:15px}.text-order-unmatched>strong{font-size:14px}.text-order-unmatched li,.text-order-unmatched button{font-size:13px}.text-order-results-actions button{font-size:15px}.text-order-notes strong{font-size:14px}.text-order-notes small{font-size:12px;line-height:1.55}}.text-order-hero,.text-order-composer,.text-order-composer>*,.text-order-examples,.text-order-examples>div,.moo-chat-modes,.text-order-input-wrap,.text-order-chat{min-width:0;max-width:100%}.text-order-composer{width:100%;overflow:hidden}.text-order-input-wrap textarea{max-width:100%}.accessibility-backdrop{z-index:-1;cursor:default;background:#11192238;border:0;position:fixed;inset:0}.accessibility-panel{z-index:2}.accessibility-hide{color:#27313b;cursor:pointer;background:#fff;border:1px solid #7d8994;border-radius:8px;width:100%;min-height:42px;margin-top:7px;font-size:11px;font-weight:900}.accessibility-return-note{color:#4f5f6f;text-align:center;margin-top:7px;font-size:9px;line-height:1.5;display:block}.account-form-error{color:#8d1724;background:#fff0f0;border-radius:8px;grid-column:1/-1;margin:0;padding:9px 11px;font-size:11px;font-weight:800;line-height:1.5}.account-empty-orders{color:var(--muted);text-align:center;background:#f7f8f5;border:1px dashed #cbd2ca;border-radius:12px;margin:0;padding:22px;font-size:12px;line-height:1.6}.account-primary:disabled{opacity:.62;cursor:wait}:is(body:has(.overlay) .floating-brand-cow,body:has(.overlay) .cow-edge-peek,body:has(.welcome-overlay) .floating-brand-cow,body:has(.welcome-overlay) .cow-edge-peek,body:has(.text-order-page) .floating-brand-cow,body:has(.text-order-page) .cow-edge-peek){display:none!important}@media (width<=820px){.selected-section .selected-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid;overflow:visible}.selected-section .selected-card,.selected-section .selected-card:nth-child(4),.selected-section .selected-card:nth-child(5){flex-basis:auto;width:100%;max-width:none;height:238px;min-height:238px;max-height:238px}.selected-section .selected-image{flex-basis:126px;height:126px;min-height:126px;max-height:126px}.selected-section .selected-card>div{padding:9px}.selected-section .selected-name{font-size:12px;line-height:1.35}.selected-section .selected-bottom strong,.selected-section .selected-main .selected-bottom strong{font-size:13px}.selected-section .selected-bottom small{font-size:9px}.accessibility-shell{top:auto;bottom:calc(78px + env(safe-area-inset-bottom));left:8px}.accessibility-panel{inset:auto 8px calc(138px + env(safe-area-inset-bottom)) 8px;width:auto;max-height:calc(100dvh - 170px);position:fixed}.catalog-section{padding-top:12px}.product-modal{overflow:hidden}.modal-photo{height:29vh;min-height:180px}.modal-details{padding:15px 15px 12px}.modal-details h2{margin:4px 0 7px;font-size:22px}.modal-scroll-content>p{margin:0 0 7px;font-size:12px;line-height:1.45}.modal-price{margin:7px 0}.weight-picker{padding:10px}.picker-note{margin-top:6px}.modal-purchase-actions{margin-top:7px}}.welcome-storefront{width:min(760px,100%);padding:30px;overflow:auto}.welcome-storefront h2{max-width:620px;margin-bottom:11px}.welcome-nav{background:#eef0eb;border-radius:11px;grid-template-columns:repeat(4,1fr);gap:6px;margin:17px 0 10px;padding:4px;display:grid}.welcome-nav button{cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:42px;padding:7px;font-size:10px;font-weight:800}.welcome-nav button.active{color:var(--green-dark);background:#fff;box-shadow:0 3px 12px #17201918}.welcome-pane{border:1px solid var(--line);background:#fafbf8;border-radius:13px;min-height:168px;padding:17px}.welcome-brand-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.welcome-brand-grid article{background:#fff;border:1px solid #e2e4de;border-radius:11px;padding:14px}.welcome-brand-grid article.welcome-local{background:#edf3ea;border-color:#cfddcd}.welcome-brand-grid span,.welcome-brand-grid strong,.welcome-brand-grid p{display:block}.welcome-brand-grid span{color:var(--green);font-size:9px;font-weight:900}.welcome-brand-grid strong{margin-top:6px;font-size:13px}.welcome-brand-grid p{color:var(--muted);margin:6px 0 0;font-size:10px;line-height:1.55}.welcome-steps{grid-template-columns:1fr 1fr;gap:9px;margin:0;padding:0;list-style:none;display:grid}.welcome-steps li{background:#fff;border:1px solid #e3e5df;border-radius:10px;align-items:flex-start;gap:9px;padding:11px;display:flex}.welcome-steps b{background:var(--green-dark);color:#fff;border-radius:50%;flex:0 0 27px;place-items:center;width:27px;height:27px;font-size:9px;display:grid}.welcome-steps strong,.welcome-steps small{display:block}.welcome-steps strong{font-size:10px}.welcome-steps small{color:var(--muted);margin-top:4px;font-size:8px;line-height:1.45}.welcome-delivery>strong{font-size:12px}.welcome-delivery ul{border:1px solid var(--line);border-radius:9px;margin:10px 0;padding:0;list-style:none;overflow:hidden}.welcome-delivery li{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;padding:8px 11px;font-size:9px;display:flex}.welcome-delivery li:last-child{border:0}.welcome-delivery li b{color:var(--green-dark)}.welcome-delivery p{color:var(--muted);margin:9px 0 0;font-size:9px;line-height:1.5}.welcome-freeze{align-items:center;gap:16px;min-height:132px;display:flex}.welcome-freeze>span{color:#47727b;background:#e6f1f3;border-radius:50%;flex:0 0 70px;place-items:center;width:70px;height:70px;font-size:32px;display:grid}.welcome-freeze strong{font-size:13px}.welcome-freeze p{color:var(--muted);margin:7px 0 0;font-size:10px;line-height:1.65}.welcome-benefit{color:#fff;background:#2f473a;border-radius:11px;grid-template-columns:auto 1fr;align-items:center;gap:3px 12px;margin-top:11px;padding:12px 15px;display:grid}.welcome-benefit span{color:var(--green-dark);background:#fff;border-radius:8px;grid-row:1/3;padding:7px 9px;font-size:9px;font-weight:900}.welcome-benefit small{color:#dce6df;font-size:8px}.welcome-actions{grid-template-columns:1fr 150px;gap:8px;margin-top:11px;display:grid}.welcome-actions button{cursor:pointer;border-radius:10px;min-height:50px;font-weight:900}.welcome-register{background:var(--green-dark);color:#fff;border:0;justify-content:space-between;align-items:center;padding:0 16px;display:flex}.welcome-register strong,.welcome-register span{display:block}.welcome-register strong{font-size:11px}.welcome-register span{color:#d7e1db;font-size:8px}.welcome-guest{border:1px solid var(--green-dark);color:var(--green-dark);background:#fff;font-size:10px}.welcome-discount-chip{color:#fff!important;background:#2f473a!important}.checkout-discount{color:#27613e}.checkout-discount dd{font-weight:900}.recommended-cold{background:#f2f7f1!important;border-color:#7f9b86!important}.confirmation-discount{color:#28563a;background:#e8f2e6;border-radius:9px;margin:10px 0;padding:9px 11px;font-size:11px;display:block}.welcome-logo{justify-content:center;align-items:center;gap:12px;margin:-16px auto 8px;display:flex}.welcome-logo strong{color:var(--green-dark);border-right:1px solid #d9ded7;padding-right:12px;font-size:14px}.welcome-legal-consent{text-align:center;background:#f7f8f5;border:1px solid #d8ded7;border-radius:10px;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 7px;margin-top:12px;padding:10px 12px;font-size:9px;line-height:1.5;display:flex}.welcome-legal-consent a{color:var(--green-dark);text-underline-offset:3px;font-weight:900;text-decoration:underline}.welcome-actions{z-index:2;background:linear-gradient(#0000,#fff 18%);padding-top:9px;position:sticky;bottom:-1px}.welcome-actions button{transition:transform .18s,box-shadow .18s;box-shadow:0 8px 20px #1720191f}.welcome-actions button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #1720192a}.welcome-register{background:linear-gradient(135deg,#263f31,#3d624a)}.welcome-guest{color:#4f3811;background:#fff8e7;border:2px solid #b98a32;flex-direction:column;justify-content:center;align-items:center;display:flex}.welcome-guest strong,.welcome-guest span{display:block}.welcome-guest strong{font-size:11px}.welcome-guest span{color:#7a5a22;margin-top:3px;font-size:8px}.legal-check a{text-underline-offset:2px;font-weight:900;text-decoration:underline}.legal-page{background:#f3f4ef;min-height:100vh}.legal-header{z-index:35;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:78px;padding:0 clamp(16px,5vw,72px);display:flex;position:sticky;top:0}.legal-logo{align-items:center;gap:10px;display:flex}.legal-logo strong{border-right:1px solid var(--line);color:var(--green-dark);padding-right:10px;font-size:12px}.legal-document{width:min(960px,100% - 30px);margin:0 auto;padding:54px 0 90px}.legal-kicker{color:var(--green);font-size:11px;font-weight:900}.legal-document h1{letter-spacing:-2px;max-width:820px;margin:9px 0 14px;font-size:clamp(38px,6vw,66px);line-height:1}.legal-lead{max-width:790px;color:var(--muted);margin:0 0 24px;font-size:16px;line-height:1.75}.legal-draft-warning{color:#563c17;background:#fff4dc;border-right:5px solid #a56a18;border-radius:12px;padding:18px 20px;font-size:12px;line-height:1.7}.legal-draft-warning strong{font-size:14px;display:block}.legal-toc{z-index:4;border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:12px;gap:6px;margin:18px 0;padding:9px;display:flex;position:sticky;top:88px;overflow:auto}.legal-toc a{color:var(--green-dark);background:#edf0ea;border-radius:8px;flex:none;padding:8px 11px;font-size:9px;font-weight:900}.legal-document section{border:1px solid var(--line);background:#fff;border-radius:15px;margin-top:14px;padding:25px 28px;scroll-margin-top:145px}.legal-document h2{margin:0 0 12px;font-size:23px}.legal-document h3{margin:18px 0 4px;font-size:14px}.legal-document p,.legal-document li{font-size:13px;line-height:1.85}.legal-document ul{margin:0;padding-right:21px}.legal-document li+li{margin-top:6px}.legal-document section a{color:var(--green-dark);font-weight:900;text-decoration:underline}.legal-business-details{grid-template-columns:1fr 1fr;gap:8px;margin:0;display:grid}.legal-business-details div{background:#f4f5f1;border-radius:9px;padding:12px}.legal-business-details dt{color:var(--muted);font-size:9px}.legal-business-details dd{margin:5px 0 0;font-size:12px;font-weight:900}.legal-required{color:#674618;background:#fff8e9!important;border:1px dashed #b47927!important}.legal-sources{color:#fff;background:#2b4033;border-radius:13px;flex-wrap:wrap;align-items:center;gap:9px 16px;margin-top:16px;padding:18px 20px;display:flex}.legal-sources strong{width:100%;font-size:12px}.legal-sources a{color:#e8f0ea;font-size:10px;text-decoration:underline}@media (width<=820px){.welcome-logo{margin-top:-8px}.welcome-logo img{width:80px;height:62px}.welcome-logo strong{font-size:11px}.welcome-legal-consent{font-size:8px}.welcome-actions{padding-bottom:2px}.legal-header{height:66px;padding:0 12px}.legal-logo img{width:67px;height:56px}.legal-logo strong{font-size:9px}.legal-document{padding:34px 0 78px}.legal-document h1{letter-spacing:-1px;font-size:38px}.legal-lead{font-size:14px}.legal-draft-warning{padding:15px;font-size:11px}.legal-toc{margin-left:-3px;margin-right:-3px;top:72px}.legal-document section{padding:19px 17px}.legal-document h2{font-size:20px}.legal-document p,.legal-document li{font-size:12px}.legal-business-details{grid-template-columns:1fr}.legal-sources{flex-direction:column;align-items:flex-start}}@media (width>=821px){.welcome-storefront .welcome-kicker{font-size:12px}.welcome-storefront .welcome-lead{font-size:13px}.welcome-nav button,.welcome-brand-grid p,.welcome-freeze p,.welcome-steps strong{font-size:12px}.welcome-steps small,.welcome-delivery li,.welcome-delivery p{font-size:10px}}@media (width<=820px){.welcome-storefront{max-height:94dvh;padding:27px 15px 17px}.welcome-storefront h2{font-size:23px}.welcome-nav{grid-template-columns:1fr 1fr}.welcome-nav button{min-height:38px}.welcome-pane{min-height:0;padding:11px}.welcome-brand-grid,.welcome-steps{grid-template-columns:1fr}.welcome-freeze{align-items:flex-start}.welcome-freeze>span{flex-basis:50px;width:50px;height:50px;font-size:24px}.welcome-benefit{grid-template-columns:1fr}.welcome-benefit span{grid-row:auto;width:max-content}.welcome-benefit strong{font-size:13px}.welcome-actions{grid-template-columns:1fr}.welcome-actions button{min-height:47px}}.visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}html,body{max-width:100%;overflow-x:clip}body{overflow-wrap:anywhere;min-width:0}button,[role=button],input,select,textarea{touch-action:manipulation}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{background:#fff7f8!important;border:3px solid #b00020!important}.variance-check input[aria-invalid=true]{outline-offset:3px!important;outline:3px solid #b00020!important}.minimum-warning:focus{outline-offset:3px;outline:3px solid #005fcc!important}.welcome-pane:focus-visible{outline-offset:5px!important}.accessibility-trigger,.accessibility-close,.accessibility-zoom button,.accessibility-option,.accessibility-reset,.accessibility-hide,.accessibility-panel-links a{min-height:44px}.header-search-toggle,.account-button,.cart-button,.selected-bottom button,.choose-button,.quantity-control button,.more-button,.shopping-help-links a,footer a,footer button{min-width:44px;min-height:44px}.account-glyph{clip-path:polygon(18% 0,82% 0,82% 47%,100% 47%,100% 100%,0 100%,0 47%,18% 47%);border:2px solid;border-radius:50% 50% 42% 42%;flex:0 0 18px;width:18px;height:18px;display:inline-block;position:relative}.account-form input:-webkit-autofill{-webkit-text-fill-color:var(--ink);caret-color:var(--ink);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.account-form input:-webkit-autofill:hover{-webkit-text-fill-color:var(--ink);caret-color:var(--ink);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.account-form input:-webkit-autofill:focus{-webkit-text-fill-color:var(--ink);caret-color:var(--ink);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.account-forgot{width:max-content;color:var(--green-dark);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;margin:-2px 0 4px auto;padding:5px 0;font-size:12px;font-weight:800;text-decoration:underline}.account-forgot-form{gap:12px;margin-top:16px;display:grid}.account-forgot-form label>span{margin-bottom:6px;font-size:12px;font-weight:800;display:block}.account-forgot-form input{border:1px solid var(--line);background:#fff;border-radius:9px;outline:0;width:100%;height:48px;padding:0 12px;font-size:15px}.account-forgot-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px #4f685719}.account-forgot-form .account-primary{width:100%}.account-forgot-note{background:var(--sage);color:var(--green-dark);border-radius:9px;margin:0;padding:12px;font-size:13px;line-height:1.6}.account-back-login{width:max-content;color:var(--green-dark);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:7px 0;font-size:13px;font-weight:800;text-decoration:underline}.password-reset-page{background:linear-gradient(145deg,#eef2ec,#f7f4ee);align-content:start;justify-items:center;min-height:100vh;padding:42px 18px;display:grid}.password-reset-logo{align-items:center;gap:12px;margin-bottom:26px;display:flex}.password-reset-logo strong{color:var(--green-dark);border-right:1px solid #ccd3cc;padding-right:12px;font-size:15px}.password-reset-card{width:min(520px,100%);box-shadow:var(--shadow);background:#fff;border:1px solid #dfe3dc;border-radius:20px;padding:34px}.password-reset-kicker{color:var(--green);font-size:13px;font-weight:900}.password-reset-card h1{margin:8px 0 10px;font-size:34px}.password-reset-card>p{color:var(--muted);font-size:15px;line-height:1.7}.password-reset-card form{gap:14px;margin-top:22px;display:grid}.password-reset-card label>span{margin-bottom:6px;font-size:13px;font-weight:800;display:block}.password-reset-card input{border:1px solid var(--line);border-radius:9px;outline:0;width:100%;height:50px;padding:0 12px;font-size:16px}.password-reset-card input:focus{border-color:var(--green);box-shadow:0 0 0 3px #4f685719}.password-reset-primary{background:var(--green-dark);color:#fff;cursor:pointer;border:0;border-radius:9px;place-items:center;min-height:50px;padding:0 18px;font-size:15px;font-weight:900;display:grid}.password-reset-primary:disabled{opacity:.65;cursor:wait}.password-reset-error{color:#8d1724;background:#fff0f0;border-radius:8px;margin:0;padding:11px;font-size:13px;line-height:1.5}@media (width<=600px){.password-reset-page{padding:24px 12px}.password-reset-card{padding:24px 18px}.password-reset-card h1{font-size:28px}.password-reset-logo{margin-bottom:16px}}.accessibility-zoom .accessibility-zoom-maximum{min-width:58px;padding-inline:8px;font-weight:900}.accessibility-zoom .accessibility-zoom-maximum[aria-pressed=true]{outline-offset:2px;outline:3px solid #005fcc}.text-order-promise small{color:#4f5550}.text-order-examples>div:first-child span{color:#505651}.text-order-examples button small{color:#5f4d45}.text-order-input-wrap>span,.text-order-boundary{color:#505651}.hero-utility-bar small{color:#d0d8d2}.accessibility-panel>p,.accessibility-return-note{font-size:13px;line-height:1.65}.accessibility-panel-links a,.accessibility-reset,.accessibility-hide{font-size:13px}.accessibility-option strong{font-size:14px}.accessibility-option b{font-size:12px}.product-pack-label{font-size:12px;line-height:1.45}.hero-utility-bar small,.cart-button b{font-size:12px}.welcome-nav button{min-height:44px;font-size:14px}.welcome-brand-grid span{font-size:12px}.welcome-brand-grid strong,.welcome-freeze strong{font-size:15px}.welcome-brand-grid p,.welcome-freeze p,.welcome-steps small,.welcome-delivery li,.welcome-delivery p{font-size:13px}.welcome-steps strong,.welcome-delivery>strong{font-size:14px}.welcome-benefit span{font-size:12px}.welcome-benefit strong{font-size:15px}.welcome-benefit small{font-size:12px}.welcome-legal-consent,.welcome-demo-note{font-size:13px}.welcome-register strong,.welcome-guest strong{font-size:14px}.welcome-register span,.welcome-guest span{font-size:12px}html[data-a11y-zoom="1.5"] .product-grid,html[data-a11y-zoom="2"] .product-grid,html[data-a11y-zoom="1.5"] .shopping-help-links,html[data-a11y-zoom="2"] .shopping-help-links{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-a11y-zoom="2"] .site-header{gap:10px;padding-inline:12px}html[data-a11y-zoom="2"] .site-header nav{gap:10px}html[data-a11y-zoom="2"] .cart-button{min-width:110px}html[data-a11y-zoom="2"] .text-order-hero{display:block}html[data-a11y-zoom="2"] .text-order-composer{margin-top:28px}@media (width<=820px){html[data-a11y-zoom] body{zoom:1;width:auto}html[data-a11y-zoom="1.25"] :where(button,a,input,select,textarea,label,p,li,dt,dd,small,span){font-size:max(14px,1em)!important}html[data-a11y-zoom="1.5"] :where(button,a,input,select,textarea,label,p,li,dt,dd,small,span){font-size:max(16px,1em)!important}html[data-a11y-zoom="2"] :where(button,a,input,select,textarea,label,p,li,dt,dd,small,span){font-size:max(18px,1em)!important}html[data-a11y-zoom="1.5"] .product-grid,html[data-a11y-zoom="2"] .product-grid,html[data-a11y-zoom="2"] .selected-section .selected-grid,html[data-a11y-zoom="2"] .shopping-help-links,html[data-a11y-zoom="2"] .welcome-brand-grid,html[data-a11y-zoom="2"] .welcome-steps{grid-template-columns:1fr!important}html[data-a11y-zoom="2"] .welcome-nav{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-a11y-zoom="2"] .welcome-actions{grid-template-columns:1fr}html[data-a11y-zoom="2"] .floating-categories strong{white-space:normal}html[data-a11y-zoom="2"] .cart-button{width:46px;min-width:46px}.notice-bar{text-align:center;height:auto;min-height:34px;padding-block:7px;font-size:12px;line-height:1.45}.section-head p,.catalog-title p,.section-head>a{font-size:13px;line-height:1.5}.floating-categories{height:94px}.floating-categories button{min-width:100px;height:82px}.floating-categories strong{font-size:12px;line-height:1.25}.brand-filters button,.category-filters button{min-height:44px;font-size:13px}.selected-section .selected-card{height:264px!important;min-height:264px!important;max-height:264px!important}.selected-section .selected-name{font-size:14px}.selected-section .selected-bottom small{font-size:12px}.product-name{min-height:46px;font-size:14px}.product-price span,.minimum,.product-pack-label,.variant-label{font-size:12px;line-height:1.45}.choose-button{min-height:46px;font-size:14px}.quantity-control{min-height:44px}.quantity-control strong,.shopping-help-heading p{font-size:13px}.shopping-help-links span{font-size:12px}.static-weighing-guide strong{font-size:13px}.static-weighing-guide small{font-size:12px}.modal-scroll-content>p,.pack-notice small,.picker-note,.modal-note{line-height:1.55;font-size:13px!important}.pack-notice span{font-size:13px}.pack-notice strong{font-size:15px}.picker-heading span,.weight-input>span,.unit-picker>span{font-size:14px}.range-labels,.synced-inputs label>span,.live-estimate span{font-size:12px}.modal-add{font-size:15px}.drawer-head span,.estimate-message span,.cart-line>div:nth-child(2)>small,.cart-line>div:nth-child(2)>span,.cart-weight b,.line-price small,.cart-footer>p,.demo-boundary{font-size:12px;line-height:1.5}.estimate-message b,.cart-line>div:nth-child(2)>strong,.line-price strong{font-size:14px}.cart-weight input{font-size:16px}.cart-footer>button,.cart-footer>section button{min-height:48px;font-size:14px}footer p,footer span,footer a,footer button{font-size:14px;line-height:1.65}footer button,footer a{min-height:36px}.welcome-nav button{min-height:44px;font-size:14px}.welcome-brand-grid span{font-size:12px}.welcome-brand-grid strong,.welcome-freeze strong{font-size:15px}.welcome-brand-grid p,.welcome-freeze p,.welcome-steps small,.welcome-delivery li,.welcome-delivery p{font-size:13px}.welcome-steps strong,.welcome-delivery>strong{font-size:14px}.welcome-legal-consent,.welcome-demo-note{font-size:12px}.welcome-register strong,.welcome-guest strong{font-size:14px}.welcome-register span,.welcome-guest span{font-size:12px}.text-order-copy>p{font-size:15px}.text-order-promise strong{font-size:13px}.text-order-promise small{font-size:12px}.moo-chat-modes button{min-height:48px;font-size:14px}.text-order-examples>div:first-child strong{font-size:14px}.text-order-examples>div:first-child span{font-size:12px}.text-order-examples button{min-height:46px;font-size:13px}.text-order-examples button small{font-size:11px}.text-order-chat-head strong{font-size:14px}.text-order-chat-head button{min-height:44px;font-size:13px}.text-order-chat-messages p{font-size:14px;line-height:1.6}.text-order-quick-answers button,.moo-chat-actions button{min-height:44px;font-size:13px}.basket-understanding strong{font-size:14px}.basket-understanding button,.basket-understanding li{font-size:12px}.text-order-composer>label{font-size:14px}.text-order-input-wrap textarea{font-size:16px}.text-order-input-wrap>span,.text-order-tip,.text-order-boundary{font-size:12px}.text-order-error{font-size:13px}.text-order-analyze{font-size:16px}.basket-metrics small,.basket-metrics span,.basket-summary-notes p,.basket-adjustments>span,.basket-adjustments button,.text-order-line-copy>span,.text-order-line-copy>small,.match-confidence,.text-order-quantity>label,.text-order-quantity b,.text-order-quantity>small{font-size:12px}.text-order-results-actions button,.text-order-notes strong{font-size:14px}.text-order-notes small{font-size:12px}.legal-toc a{min-height:44px;font-size:13px}.legal-document p,.legal-document li{font-size:15px}.legal-business-details dt{font-size:12px}.legal-business-details dd{font-size:14px}.site-logo .site-logo-tagline,.floating-categories .category-all-icon,.shopping-help-heading>div>span,.static-weighing-guide b,.hero-utility-bar strong,.welcome-storefront .welcome-kicker{font-size:12px}.catalog-origin-filter>span,.welcome-logo strong{font-size:13px}.catalog-origin-filter button,.more-button{min-height:44px;font-size:14px}.welcome-storefront .welcome-lead,.welcome-storefront .welcome-lead strong{font-size:14px}}.info-page-main{width:min(1080px,100% - 32px);margin:0 auto;padding:55px 0 95px}.info-hero{max-width:880px;margin-bottom:34px}.info-hero>span,.info-hero>div>span,.story-origin>span{color:var(--green);font-size:12px;font-weight:900}.info-hero h1{letter-spacing:-2.5px;margin:10px 0 16px;font-size:clamp(43px,7vw,76px);line-height:.98}.info-hero p{max-width:780px;color:var(--muted);margin:0;font-size:17px;line-height:1.8}.farm-raised-hero{grid-template-columns:1fr 310px;align-items:center;gap:45px;max-width:none;display:grid}.farm-raised-hero img{object-fit:contain;filter:drop-shadow(0 18px 26px #17201922);justify-self:end;width:280px;height:280px}.info-link-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.info-link-grid a{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;min-height:160px;padding:22px;display:flex}.info-link-grid strong{font-size:18px}.info-link-grid span{color:var(--muted);margin-top:9px;font-size:13px;line-height:1.55}.info-link-grid b{color:var(--green-dark);margin-top:auto;font-size:22px}.info-sections{grid-template-columns:1fr 1fr;gap:12px;display:grid}.info-sections section{border:1px solid var(--line);background:#fff;border-radius:17px;grid-template-columns:48px 1fr;gap:15px;min-height:190px;padding:25px;display:grid}.info-sections section>span{background:var(--sage);width:43px;height:43px;color:var(--green-dark);border-radius:50%;place-items:center;font-size:13px;font-weight:900;display:grid}.info-sections h2{margin:3px 0 9px;font-size:23px}.info-sections p{color:var(--muted);margin:0;font-size:14px;line-height:1.75}.info-sections a{color:var(--green-dark);margin-top:13px;font-size:13px;font-weight:900;text-decoration:underline;display:inline-block}.info-note{color:#344539;background:#edf3e9;border-right:5px solid #8ca081;border-radius:12px;margin-top:18px;padding:18px 20px;font-size:14px;line-height:1.7}.delivery-days{grid-template-columns:repeat(3,1fr);gap:11px;margin:0 0 18px;display:grid}.delivery-days article{background:var(--green-dark);color:#fff;border-radius:17px;flex-direction:column;min-height:150px;padding:22px;display:flex}.delivery-days b{color:#c8d9cd;font-size:13px}.delivery-days strong{margin-top:18px;font-size:20px}.delivery-days span{color:#d5dfd8;margin-top:6px;font-size:12px;line-height:1.5}.privacy-content{gap:11px;display:grid}.privacy-content section{border:1px solid var(--line);background:#fff;border-radius:15px;padding:24px 27px}.privacy-content h2{margin:0 0 8px;font-size:23px}.privacy-content p{margin:0;font-size:14px;line-height:1.8}.privacy-content a{color:var(--green-dark);font-weight:900;text-decoration:underline}.info-primary-link{background:var(--green-dark);color:#fff;border-radius:9px;align-items:center;width:max-content;max-width:100%;min-height:48px;margin:20px 0 0;padding:0 18px;font-size:14px;font-weight:900;display:flex}.contact-cards{grid-template-columns:1fr 1fr;gap:12px;display:grid}.contact-cards a{border:1px solid var(--line);background:#fff;border-radius:17px;flex-direction:column;min-height:165px;padding:24px;display:flex}.contact-cards span{background:var(--sage);border-radius:50%;place-items:center;width:45px;height:45px;font-size:21px;display:grid}.contact-cards strong{margin-top:18px;font-size:15px}.contact-cards b{color:var(--green-dark);overflow-wrap:anywhere;margin-top:7px;font-size:20px}.story-origin{background:#efece4;padding:70px clamp(18px,7vw,110px)}.story-origin h2{max-width:780px;margin:8px 0 14px;font-size:clamp(31px,4.5vw,57px)}.story-origin p{color:#515a53;max-width:850px;font-size:15px;line-height:1.85}.story-origin a{border-bottom:1px solid var(--ink);margin-top:12px;padding-bottom:5px;font-size:13px;font-weight:900;display:inline-block}@media (width<=820px){.info-page-main{width:calc(100% - 22px);padding:32px 0 82px}.info-hero{margin-bottom:24px}.info-hero h1{letter-spacing:-1.2px;font-size:40px}.info-hero p{font-size:15px}.farm-raised-hero{grid-template-columns:1fr;gap:18px}.farm-raised-hero img{justify-self:center;width:210px;height:210px}.info-link-grid,.info-sections,.contact-cards{grid-template-columns:1fr}.info-link-grid a{min-height:135px}.info-sections section{min-height:0;padding:19px 16px}.info-sections h2,.privacy-content h2{font-size:20px}.info-sections p,.privacy-content p{font-size:14px}.delivery-days{scroll-snap-type:x mandatory;display:flex;overflow:auto}.delivery-days article{scroll-snap-align:start;flex:0 0 78vw}.privacy-content section{padding:19px 17px}.contact-cards a{min-height:145px}.contact-cards b{font-size:17px}.story-origin{padding:48px 18px}.story-origin p{font-size:14px}}.not-found-page{min-height:100vh;color:var(--ink);text-align:center;background:#f4f2ec;flex-direction:column;align-items:center;padding:clamp(65px,12vw,150px) 22px;display:flex}.not-found-page>span{color:var(--green);letter-spacing:3px;font-size:14px;font-weight:900}.not-found-page h1{max-width:700px;margin:12px 0;font-size:clamp(38px,7vw,72px);line-height:1}.not-found-page p{max-width:610px;color:var(--muted);margin:0;font-size:16px;line-height:1.8}.not-found-page div{gap:10px;margin-top:25px;display:flex}.not-found-page a{border:1px solid var(--green-dark);border-radius:9px;align-items:center;min-height:48px;padding:0 20px;font-size:14px;font-weight:900;display:flex}.not-found-page a:first-child{background:var(--green-dark);color:#fff}@media (width<=600px){.not-found-page div{flex-direction:column;width:100%}.not-found-page a{justify-content:center}}.site-logo,.story-logo,.seo-logo,.text-order-logo{flex:0 0 190px;width:190px;height:74px}.site-logo .barama-logo-mark,.story-logo .barama-logo-mark,.seo-logo .barama-logo-mark{background-position:50%;background-size:contain;width:190px;height:74px}.text-order-logo{background-position:50%;background-size:contain}.welcome-logo img{object-fit:contain;width:min(340px,78vw);height:150px}.legal-logo img{object-fit:contain;width:190px;height:74px}.password-reset-logo img{object-fit:contain;width:240px;height:116px}@media (width<=820px){.site-logo,.story-logo,.seo-logo,.text-order-logo{flex-basis:142px;width:142px;height:60px}.site-logo .barama-logo-mark,.story-logo .barama-logo-mark,.seo-logo .barama-logo-mark{background-size:contain;width:142px;height:60px}.welcome-logo img{width:min(270px,76vw);height:118px}.legal-logo img{width:142px;height:58px}.password-reset-logo img{width:210px;height:102px}}
