@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#194b35;--lime:#e6eea4;--ink:#233b2e;--muted:#778078;--paper:#fafbf7;--line:#e5e9df}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:14px}button,input,select,textarea{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #9baa36;outline-offset:4px}.announcement{padding:11px 5.5%;background:var(--green);color:#fff;font-size:11px;letter-spacing:.2px}.announcement>span:first-child{margin-left:10px;color:#e4ecb8}.announcement-right{float:right}.header{height:94px;margin:0 5.5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.logo{font-family:'Manrope',sans-serif;font-size:29px;font-weight:800;letter-spacing:-1.6px;display:flex;align-items:center}.logo-dot{color:#92a146}.logo-mark{font-size:31px;position:relative;margin-right:10px;transform:rotate(-8deg)}.logo-mark i{position:absolute;font-size:21px;left:7px;top:-13px;font-style:normal}.header nav{display:flex;gap:36px;font-size:13px}.header nav a{padding:12px 0}.header nav .active{border-bottom:2px solid var(--green)}.cart-trigger{display:flex;align-items:center;gap:10px;border:1px solid #d6ddcf;background:transparent;border-radius:7px;padding:11px 14px;color:var(--green);font-weight:600}.cart-trigger>span{font-size:21px}.cart-trigger b{background:var(--green);color:white;padding:3px 7px;border-radius:5px;font-size:11px}main{margin:0 5.5%}.hero{display:grid;grid-template-columns:1fr 1.04fr;min-height:475px;margin:35px 0 30px;background:#f0f2e9;border-radius:12px;overflow:hidden}.hero-copy{padding:50px 9%}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.8px;display:flex;align-items:center;gap:8px}.eyebrow>span{width:6px;height:6px;border-radius:50%;background:#78904c}h1,h2,h3,p{margin:0}h1{font-family:'Manrope',sans-serif;font-size:clamp(40px,4.5vw,66px);font-weight:600;line-height:1.13;letter-spacing:-3px;margin:22px 0}h1 em{font-family:Georgia,serif;font-weight:400;color:#6b803f}.hero-copy>p{font-size:14px;color:#6e7769;line-height:1.9}.primary-link{background:var(--green);color:#fff;display:inline-flex;align-items:center;gap:36px;padding:15px 21px;border-radius:5px;margin-top:25px;font-size:13px}.primary-link span{font-size:19px}.hero-note{display:flex;align-items:center;gap:9px;margin-top:27px;color:#77806e;font-size:10px}.hero-note>span{font-size:18px;color:var(--green)}.hero-note i{font-style:normal}.hero-visual{position:relative;min-height:440px;overflow:hidden}.hero-visual>img{height:100%;width:100%;object-fit:cover;position:absolute}.image-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,28,12,.68),transparent 60%)}.fresh-stamp{position:absolute;right:25px;top:25px;background:var(--lime);border-radius:50%;width:99px;height:99px;display:flex;align-items:center;justify-content:center;flex-direction:column;transform:rotate(12deg);font-size:24px;font-weight:700;box-shadow:0 0 0 5px #e6eea44d}.fresh-stamp span{font-size:8px;letter-spacing:1.5px;text-align:center;margin:3px}.fresh-stamp b{font-size:18px}.hero-image-caption{position:absolute;bottom:35px;left:32px;color:white}.hero-image-caption span{display:block;font-size:9px;letter-spacing:2px;margin-bottom:12px}.hero-image-caption strong{font-family:Georgia,serif;font-weight:400;font-size:34px;line-height:1.1}.image-credit{position:absolute;right:24px;bottom:32px;color:#fff9;font-size:8px;letter-spacing:1px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:20px 0 33px;border-bottom:1px solid var(--line);gap:20px}.benefits>div{display:flex;align-items:center;gap:13px;padding-left:15px;border-right:1px solid var(--line)}.benefits>div:last-child{border:0}.benefits>div>span{font-size:26px;color:#698144;width:29px;text-align:center}.benefits strong{display:block;font-size:11px;font-weight:600;margin-bottom:5px}.benefits small{font-size:10px;color:var(--muted)}.shop{padding:49px 0 48px}.section-heading{display:flex;justify-content:space-between;align-items:end}.section-heading .eyebrow{color:#82915c;margin-bottom:10px}h2{font-family:'Manrope',sans-serif;font-size:30px;font-weight:600;letter-spacing:-1.2px}h2>span{color:#879851}.section-heading p{color:var(--muted);margin-top:10px;font-size:12px}.product-total{font-size:11px;color:var(--muted);padding-bottom:3px}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin:27px 0 24px;gap:15px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{border:1px solid var(--line);border-radius:30px;padding:10px 17px;background:transparent;color:#647060;font-size:11px}.filters button.selected{background:var(--green);color:#fff;border-color:var(--green)}.filters button span{color:#92a451;margin-left:5px}.sort-label{font-size:10px;color:var(--muted);white-space:nowrap}.sort-label select{border:0;background:transparent;font-size:11px;color:var(--ink);padding:7px;max-width:145px}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:23px}.product{border:1px solid var(--line);border-radius:9px;background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.product:hover{transform:translateY(-4px);box-shadow:0 8px 22px #233b2e0b}.product-photo{height:205px;position:relative;background:#f2f3ed;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product:hover img{transform:scale(1.04)}.badge{position:absolute;top:12px;left:12px;padding:5px 8px;background:#fffefa;color:#506239;font-size:8px;letter-spacing:.4px;border-radius:4px}.badge.seasonal{background:#f4e7ae;color:#695829}.product-info{padding:17px}.product-meta{color:#879078;font-size:8px;letter-spacing:1.3px;margin-bottom:7px}.product h3{font-family:'Manrope',sans-serif;font-size:16px;font-weight:700;letter-spacing:-.4px}.unit{color:var(--muted);font-size:10px;margin-top:6px}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.price{font-size:17px;font-weight:700}.old-price{font-size:10px;text-decoration:line-through;color:#91958c;margin-left:5px;font-weight:400}.add-button{background:#f2f5e9;border:1px solid #dce4ca;border-radius:5px;color:var(--green);font-size:10px;font-weight:700;padding:9px 11px}.add-button:hover{background:var(--green);color:white}.add-button span{font-size:14px;margin-left:10px}.bottom-banner{display:flex;align-items:center;gap:25px;background:#edf0df;padding:32px 35px;border-radius:9px;margin-bottom:45px}.banner-icon{font-size:65px;color:#7c9147}.bottom-banner span{font-size:8px;letter-spacing:1.8px;color:#708047}.bottom-banner h2{font-size:24px;margin:8px 0}.bottom-banner p{color:#7a806d;font-size:11px}.bottom-banner a{margin-left:auto;border-bottom:1px solid #819069;padding:8px 0;font-size:11px;white-space:nowrap}footer{border-top:1px solid var(--line);padding:28px 5.5%;display:flex;align-items:center;gap:25px}footer .logo{font-size:23px}footer p{color:var(--muted);font-size:11px}footer>span{margin-left:auto;color:var(--muted);font-size:10px}dialog{border:0;border-radius:14px;padding:27px;width:480px;max-width:calc(100% - 24px);max-height:90vh;color:var(--ink);box-shadow:0 25px 100px #0003}dialog::backdrop{background:#11241db3;backdrop-filter:blur(4px)}.dialog-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.dialog-header h2{margin-top:7px;font-size:25px}.close-button{border:0;border-radius:50%;background:#f0f2e9;width:33px;height:33px;font-size:25px;color:var(--green)}.cart-item{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:14px 0}.cart-item img{width:61px;height:61px;object-fit:cover;border-radius:7px}.cart-item-info{flex:1}.cart-item-info strong{display:block;font-size:13px}.cart-item-info small{color:var(--muted);font-size:11px}.quantity{display:flex;align-items:center;gap:10px;margin-top:7px}.quantity button{border:1px solid var(--line);background:var(--paper);width:24px;height:24px;border-radius:4px;color:var(--green)}.quantity span{font-size:12px}.cart-item>b{font-size:13px}.totals{padding:18px 0}.totals>div{display:flex;justify-content:space-between;margin:9px 0;font-size:13px}.totals .grand-total{border-top:1px solid var(--line);padding-top:13px;font-weight:700;font-size:17px}.delivery-note{font-size:11px;color:#77814e;background:#f2f5e7;padding:10px;border-radius:5px}.checkout-form{display:grid;gap:12px}.checkout-form h3{font-size:17px;margin:8px 0}.checkout-form label{font-size:11px;display:grid;gap:5px}.checkout-form input,.checkout-form textarea{width:100%;padding:11px;border:1px solid #d6ddcf;border-radius:5px;background:#fff;color:var(--ink)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-button{border:0;background:var(--green);color:#fff;padding:14px;border-radius:6px;font-weight:600}.demo-note{font-size:11px;line-height:1.5;color:var(--muted)}.empty,.success{text-align:center;padding:35px 10px}.empty>span,.success>span{font-size:45px;color:#819543}.empty h3,.success h3{margin:15px 0 10px}.empty p,.success p{color:var(--muted);line-height:1.7;font-size:13px;margin-bottom:20px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);padding:13px 22px;background:var(--green);color:#fff;box-shadow:0 5px 20px #0002;border-radius:8px;opacity:0;pointer-events:none;transition:.2s;z-index:10;font-size:12px}.toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1500px){main,.header{max-width:1360px;margin-left:auto;margin-right:auto}.hero{min-height:520px}.hero-copy{padding-top:65px}.product-photo{height:245px}}@media(max-width:1000px){.hero-copy{padding:38px 7%}.hero{min-height:420px}.hero-visual{min-height:420px}.benefits{gap:12px}.benefits>div{padding-left:0;gap:8px}.benefits small{font-size:9px}.products{gap:15px}.product-photo{height:170px}.product-info{padding:13px}.product h3{font-size:14px}.add-button{padding:8px}.add-button span{margin-left:5px}.image-credit{display:none}}@media(max-width:700px){.announcement{text-align:center;font-size:9px}.announcement-right{display:none}.header{height:77px}.header nav{display:none}.logo{font-size:25px}.cart-trigger{font-size:11px;padding:8px 10px;gap:7px}.hero{grid-template-columns:1fr;margin-top:22px}.hero-copy{padding:34px 27px}h1{font-size:49px;letter-spacing:-2.5px;margin:19px 0}.hero-visual{min-height:270px}.hero-image-caption strong{font-size:28px}.hero-note{margin-top:20px}.fresh-stamp{width:80px;height:80px;font-size:21px}.benefits{grid-template-columns:1fr 1fr;row-gap:23px;padding:10px 0 25px}.benefits>div:nth-child(2){border:0}.benefits strong{font-size:10px}.benefits small{font-size:9px}.benefits>div>span{font-size:22px}.shop{padding-top:32px}.section-heading h2{font-size:25px}.section-heading p{font-size:11px;line-height:1.6}.product-total{display:none}.shop-toolbar{display:block;margin:21px 0 18px}.filters{gap:6px}.filters button{font-size:10px;padding:9px 12px}.sort-label{display:block;text-align:right;margin-top:13px}.products{grid-template-columns:1fr 1fr;gap:13px}.product-photo{height:170px}.product-info{padding:12px}.product h3{font-size:14px}.price{font-size:15px}.old-price{font-size:9px;margin-left:3px}.add-button{padding:7px;font-size:9px}.add-button span{margin-left:3px}.bottom-banner{padding:24px;gap:15px;flex-wrap:wrap}.banner-icon{display:none}.bottom-banner h2{font-size:22px}.bottom-banner a{margin-left:0}footer{flex-wrap:wrap;gap:12px}footer>span{width:100%;margin-left:0}.toast{width:max-content;max-width:90%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* NextBasket's colourful fruit-market identity */
:root{--green:#234b32;--lime:#e9f387;--ink:#243e2b;--muted:#6c7263;--paper:#fffdf5;--line:#dedfce}
.announcement{background:#e9f387;color:var(--ink);font-weight:600;padding-top:10px;padding-bottom:10px}.announcement>span:first-child{color:var(--ink)}.header{height:96px;border-bottom:0}.logo{font-size:32px;letter-spacing:-2px}.logo-dot{color:#f27042}.header nav{font-weight:600}.cart-trigger{background:var(--green);color:white;border:0;border-radius:30px;padding:12px 19px}.cart-trigger b{background:#e9f387;color:var(--green);border-radius:50%}.hero{background:#f8edcf;min-height:590px;border-radius:24px;margin-top:8px;margin-bottom:32px;grid-template-columns:1fr 1fr;position:relative;isolation:isolate}.hero-copy{padding:49px 0 45px 9%;z-index:2}.hero-copy .eyebrow{font-size:10px;letter-spacing:2px}.hero-copy .eyebrow>span{background:#ed7141}h1{font-size:clamp(58px,6.5vw,94px);line-height:1;letter-spacing:-6px;font-weight:800;margin:26px 0 22px}h1 em{font-family:Georgia,serif;color:#ed7141;font-weight:400;letter-spacing:-5px}.hero-copy>p{font-size:14px;line-height:1.7;color:#62644f}.primary-link{border-radius:40px;gap:29px;font-weight:700;padding:11px 12px 11px 24px;margin-top:25px}.primary-link span{display:grid;place-items:center;background:#e9f387;color:var(--green);width:35px;height:35px;border-radius:50%;font-size:23px}.hero-note{color:#596447;font-size:10px}.hero-visual{overflow:visible;min-height:590px;position:relative}.fruit-orbit{position:absolute;width:87%;aspect-ratio:1;top:50%;left:48%;transform:translate(-50%,-50%);background:#ed9848;border-radius:50%;border:16px solid #f3c46e;box-shadow:0 0 0 18px #f7dea2}.hero-visual>img{width:67%;height:65%;top:13%;left:17%;object-fit:cover;border-radius:160px 160px 100px 100px;transform:rotate(11deg);border:7px solid #fff9df;box-shadow:10px 15px 0 #7e491f21}.fresh-stamp{z-index:3;background:#e9f387;right:9%;top:8%;width:111px;height:111px;border-radius:50%;box-shadow:none;outline:1px dashed var(--green);outline-offset:-8px;transform:rotate(15deg);font-family:Georgia,serif;font-size:37px}.fresh-stamp span{font-family:'DM Sans',sans-serif;font-size:10px;font-weight:700;letter-spacing:1px}.fresh-stamp b{font-size:20px}.floating-note{position:absolute;top:5%;left:2%;font-family:Georgia,serif;font-style:italic;font-size:18px;transform:rotate(-12deg);width:140px;text-align:center}.floating-note span{display:block;font-size:42px;line-height:1.2}.mini-fruit{position:absolute;bottom:22%;left:0;width:145px;padding:7px 7px 12px;background:#fffdf5;transform:rotate(-12deg);box-shadow:4px 7px 0 #263f2b22}.mini-fruit img{width:100%;height:104px;object-fit:cover}.mini-fruit span{display:block;text-align:center;font-family:Georgia,serif;font-style:italic;font-size:13px;margin-top:8px}.hero-image-caption{bottom:30px;left:24%;right:8%;color:var(--ink);transform:rotate(-3deg);background:#fffdf5;padding:15px 20px;border-radius:9px;box-shadow:4px 5px 0 #234b3226}.hero-image-caption span{font-size:8px;letter-spacing:1.5px;margin-bottom:6px}.hero-image-caption strong{font-family:'Manrope',sans-serif;font-size:19px;line-height:1.25;font-weight:800;display:block}.hero-image-caption a{display:inline-block;font-size:10px;margin-top:9px;border-bottom:1px solid var(--ink);padding-bottom:3px}.fruit-ribbon{display:flex;align-items:center;justify-content:space-around;gap:28px;margin:0 -6.18%;padding:20px 25px;background:var(--green);color:#e9f387;overflow:hidden;white-space:nowrap;font-size:13px;font-weight:800;letter-spacing:1.6px}.fruit-ribbon b{font-size:26px;line-height:1}.benefits{padding:31px 0;gap:18px}.benefits>div>span{background:#f0efdd;border-radius:50%;width:43px;height:43px;display:grid;place-items:center;flex-shrink:0;color:var(--green);font-size:24px}.benefits strong{font-size:12px}.benefits small{font-size:10px}.shop{padding-top:55px}.section-heading .eyebrow{color:#a45c31}.section-heading h2{font-size:clamp(29px,3.2vw,44px);letter-spacing:-2px;font-weight:800}.section-heading h2>span{color:#ed7141}.section-heading p{font-size:13px}.product-total{border:1px solid var(--line);padding:8px 12px;border-radius:20px;color:var(--green)}.shop-toolbar{margin-top:29px;margin-bottom:27px}.filters button{padding:12px 19px;font-weight:600;font-size:12px;background:#fffdf5;border-color:#d4d8c4}.filters button:hover{background:#edf0d8}.filters button.selected{background:var(--green)}.sort-label{font-size:11px}.products{gap:24px}.product{border:0;border-radius:18px;background:#f4ecd9;position:relative}.product:nth-child(4n+2){background:#f6e6e5}.product:nth-child(4n+3){background:#f2f1cf}.product:nth-child(4n+4){background:#e6eddf}.product:hover{transform:translateY(-6px) rotate(-.6deg);box-shadow:0 12px 24px #234b3214}.product-photo{height:235px;margin:12px 12px 0;border-radius:12px;background:transparent}.product-photo img{border-radius:12px}.badge{top:10px;left:10px;background:#fffdf5;font-size:9px;border-radius:20px;padding:7px 10px;box-shadow:0 2px 5px #0001}.badge.seasonal{background:#e9f387;color:var(--green)}.product-info{padding:19px 20px 20px}.product-meta{color:#63714f;font-size:8px;font-weight:700}.product h3{font-size:18px;letter-spacing:-.6px}.unit{font-size:11px;color:#62695a}.product-bottom{margin-top:20px}.price{font-size:21px}.old-price{font-size:12px;color:#747767}.add-button{border:0;border-radius:25px;background:var(--green);color:white;font-size:12px;padding:9px 15px}.add-button span{font-size:19px;margin-left:10px}.add-button:hover{background:#426c34}.bottom-banner{background:#e9f387;border-radius:20px;padding:42px;margin-top:10px;position:relative;overflow:hidden}.banner-icon{font-size:98px;color:var(--green)}.bottom-banner span{color:#4d6237;font-size:10px;font-weight:700}.bottom-banner h2{font-size:32px;font-weight:800;letter-spacing:-1.5px;max-width:470px}.bottom-banner p{font-size:12px;color:#526044}.bottom-banner a{background:var(--green);color:#fff;padding:15px 22px;border-radius:30px;border:0;font-size:12px}footer{background:var(--green);color:#fffdf5;padding-top:35px;padding-bottom:35px;border:0}footer p,footer>span{color:#d3d9c8}dialog{background:var(--paper);border-radius:22px}.checkout-button{border-radius:25px}.delivery-note{background:#edf1d2;color:#4d6036}.toast{border-radius:30px}.close-button{background:#e9f387}.checkout-form input,.checkout-form textarea{border-radius:9px}
@media(min-width:1500px){.hero-copy{padding-top:55px}.hero{min-height:630px}.hero-visual{min-height:630px}}
@media(max-width:1000px){h1{font-size:68px;letter-spacing:-4px}.hero,.hero-visual{min-height:550px}.hero-copy{padding-left:8%;padding-top:45px}.hero-visual>img{height:62%;top:18%}.floating-note{font-size:15px;left:0}.mini-fruit{width:113px;bottom:23%}.mini-fruit img{height:80px}.fresh-stamp{width:92px;height:92px;right:5%;top:10%}.hero-image-caption{left:18%;right:7%}.hero-image-caption strong{font-size:16px}.product-photo{height:180px;margin:9px 9px 0}.products{gap:16px}.product-info{padding:14px}.product h3{font-size:15px}.price{font-size:18px}.add-button{padding:8px 11px;font-size:10px}.add-button span{margin-left:4px}.benefits>div{gap:8px}.benefits>div>span{width:32px;height:32px;font-size:20px}.benefits strong{font-size:10px}.benefits small{font-size:9px}.bottom-banner{padding:30px}.bottom-banner h2{font-size:27px}}
@media(max-width:700px){.header{height:82px}.logo{font-size:27px}.cart-trigger{padding:9px 12px}.hero{grid-template-columns:1fr;min-height:0;border-radius:18px;margin-top:4px;margin-bottom:25px}.hero-copy{padding:32px 27px 15px}.hero-copy .eyebrow{font-size:9px;letter-spacing:1.4px}h1{font-size:clamp(56px,12vw,78px);line-height:.99;margin:22px 0;letter-spacing:-3.5px}h1 em{letter-spacing:-3px}.hero-copy>p{font-size:13px}.primary-link{margin-top:19px}.hero-note{font-size:9px;margin-top:17px}.hero-visual{min-height:410px;margin:0 15px}.fruit-orbit{width:77%;max-width:340px;top:48%}.hero-visual>img{width:60%;height:69%;left:24%;top:6%;border-width:5px}.fresh-stamp{top:3%;right:4%;width:87px;height:87px;font-size:29px}.floating-note{top:6%;left:1%;font-size:14px;width:110px}.mini-fruit{left:3%;bottom:20%;width:110px}.hero-image-caption{left:27%;right:2%;bottom:20px;padding:12px 15px}.hero-image-caption strong{font-size:16px}.fruit-ribbon{justify-content:flex-start;font-size:11px;padding-top:16px;padding-bottom:16px;gap:24px}.benefits{padding:25px 0;gap:23px 10px}.shop{padding-top:35px}.section-heading h2{font-size:30px;letter-spacing:-1.4px}.section-heading p{font-size:12px}.filters button{padding:10px 13px;font-size:10px}.products{gap:13px}.product{border-radius:14px}.product-photo{height:165px;margin:8px 8px 0;border-radius:9px}.product-info{padding:13px 11px 15px}.product h3{font-size:14px}.product-meta{font-size:7px;letter-spacing:.7px}.badge{font-size:8px;padding:5px 7px;top:7px;left:6px}.product-bottom{margin-top:16px}.price{font-size:17px}.old-price{font-size:10px}.add-button{padding:7px 10px;font-size:10px}.add-button span{font-size:15px;margin-left:4px}.bottom-banner{padding:27px;gap:18px}.bottom-banner h2{font-size:29px}.bottom-banner a{margin-left:0}.bottom-banner p{line-height:1.6}footer .logo{font-size:27px}}
@media(max-width:370px){.product-bottom{gap:8px;flex-wrap:wrap}.product-photo{height:140px}.hero-visual{min-height:370px}.hero-note{gap:5px}.logo{font-size:24px}}

/* Compact mixed-fruit banner keeps shopping close to the top. */
.hero.hero-compact{min-height:0;grid-template-columns:1.1fr 1fr;margin:4px 0 20px;border-radius:20px}
.hero-compact .hero-copy{padding:27px 34px}
.hero-compact h1{font-size:clamp(34px,3.7vw,52px);line-height:1.06;letter-spacing:-2px;margin:13px 0 10px}
.hero-compact h1 em{letter-spacing:-2px}
.hero-compact .hero-copy>p{font-size:12px;line-height:1.5}
.hero-compact .primary-link{margin-top:16px;padding:8px 9px 8px 19px;font-size:12px;gap:20px}
.hero-compact .primary-link span{width:28px;height:28px;font-size:19px}
.hero-compact .hero-visual{min-height:0;margin:0;overflow:hidden}
.hero-compact .hero-visual>img{inset:0;width:100%;height:100%;border:0;border-radius:0;transform:none;box-shadow:none;object-position:center 48%}
.hero-compact .fresh-stamp{width:78px;height:78px;top:16px;right:18px;font-size:27px}
.hero-compact .fresh-stamp span{font-size:8px}
.hero-compact .fresh-stamp b{font-size:16px}
.fruit-ribbon{padding-top:9px;padding-bottom:9px;font-size:10px}
.fruit-ribbon b{font-size:19px}
.shop{padding-top:27px}
.shop-toolbar{margin-top:20px;margin-bottom:20px}
.benefits{margin-bottom:25px;border-top:1px solid var(--line)}
@media(max-width:700px){
 .hero.hero-compact{grid-template-columns:1.15fr 1fr;margin-bottom:16px;border-radius:14px}
 .hero-compact .hero-copy{padding:22px 15px}
 .hero-compact .hero-copy .eyebrow{font-size:7px;letter-spacing:1px;line-height:1.5}
 .hero-compact h1{font-size:clamp(25px,5.6vw,39px);letter-spacing:-1px;margin:12px 0 9px}
 .hero-compact h1 em{letter-spacing:-1px}
 .hero-compact .hero-copy>p{font-size:10px;max-width:190px}
 .hero-compact .primary-link{font-size:10px;padding:7px 8px 7px 12px;gap:9px;margin-top:13px}
 .hero-compact .primary-link span{width:23px;height:23px;font-size:17px}
 .hero-compact .fresh-stamp{width:59px;height:59px;top:12px;right:10px;font-size:20px;outline-offset:-5px}
 .hero-compact .fresh-stamp span{font-size:6px;letter-spacing:.6px}
 .hero-compact .fresh-stamp b{font-size:12px}
 .shop{padding-top:23px}
 .shop-toolbar{margin-top:17px;margin-bottom:17px}
 .section-heading h2{font-size:27px}
}
.stock-badge.available{background:#e9f387;color:#234b32}.stock-badge.unavailable{background:#fbe3de;color:#8b3225}.stock-badge{font-weight:700;font-size:10px}.out-of-stock .product-photo img{filter:saturate(.4);opacity:.75}.out-of-stock .product-bottom{min-height:37px}
.photo-credit{position:absolute;bottom:5px;right:5px;background:#fffE;color:#234b32;font-size:8px;padding:3px 5px;border-radius:3px;z-index:1}
/* Morning market updates */
.brand-symbol{display:grid;place-items:center;width:43px;height:43px;background:#e9f387;border-radius:14px 14px 14px 3px;color:#234b32;font-size:33px;margin-right:10px;transform:rotate(-8deg)}
.brand-word{font-family:Georgia,serif;font-style:italic;font-weight:700;letter-spacing:-1.8px;font-size:37px;white-space:nowrap}.brand-word>span{color:#ce542d}.brand-word em{font:700 15px 'DM Sans',sans-serif;letter-spacing:-.5px;margin-left:2px;color:inherit}
.product-quantity{margin:0;background:var(--green);color:white;border-radius:24px;gap:0;overflow:hidden;flex-shrink:0}.product-quantity button{width:31px;height:37px;border:0;border-radius:0;background:transparent;color:white;font-size:20px}.product-quantity button:hover{background:#426c34}.product-quantity button:disabled{opacity:.4;cursor:default}.product-quantity>span{min-width:23px;text-align:center;font-weight:700;font-size:14px}
.goodness{background:#f4eedb;border-radius:22px;padding:38px;display:grid;grid-template-columns:1fr 2fr;gap:32px;margin:5px 0 35px}.goodness-heading .eyebrow{color:#8c613c;font-size:9px}.goodness-heading h2{font-size:34px;font-weight:800;line-height:1.15;margin:16px 0}.goodness-heading h2 em{font-family:Georgia,serif;color:#ce542d;font-weight:400}.goodness-heading>p{font-size:12px;color:#64705a;line-height:1.7;max-width:230px}.goodness-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.goodness-cards article{background:#fffdf5;padding:23px 18px;border-radius:16px}.goodness-cards article:nth-child(2){background:#e9f387}.goodness-cards article:nth-child(3){background:#f5d7bd}.goodness-icon{font-size:33px;display:block;margin-bottom:24px}.goodness-cards h3{font-size:17px;line-height:1.35;letter-spacing:-.5px;margin-bottom:11px}.goodness-cards p{font-size:12px;line-height:1.7;color:#52604a}.announcement{text-align:center}.checkout-form .form-row{grid-template-columns:1fr}
@media(max-width:900px){.goodness{grid-template-columns:1fr;padding:26px}.goodness-heading h2 br{display:none}.goodness-heading>p{max-width:none}.goodness-icon{margin-bottom:14px}}
@media(max-width:700px){.brand-word{font-size:29px}.brand-word em{font-size:12px}.brand-symbol{width:32px;height:32px;font-size:26px;margin-right:7px}.goodness{gap:22px;padding:22px}.goodness-heading h2{font-size:29px}.goodness-cards{grid-template-columns:1fr}.goodness-cards article{padding:20px}.goodness-cards h3{font-size:19px}.goodness-icon{float:right;margin:0 0 8px 12px}.product-quantity button{width:25px;height:32px;font-size:18px}.product-quantity>span{min-width:19px;font-size:12px}.announcement{line-height:1.6}.announcement>span:first-child{display:block;margin-left:0}}

/* Home page WhatsApp contact */
.announcement-row{display:flex;align-items:center;justify-content:space-between;gap:8px 24px;text-align:left}
.announcement-row .query-link{flex-shrink:0}
.delivery-announcement{text-align:right}
@media(max-width:700px){.announcement-row{gap:10px}.announcement-row .query-link{flex-shrink:1}.delivery-announcement{flex:1}.announcement-row .query-link,.delivery-announcement{font-size:9px;line-height:1.6}}
.query-link{display:inline-block;color:var(--green);font-size:12px;font-weight:700;animation:query-blink 1.8s ease-in-out infinite}
.query-link:hover,.query-link:focus-visible{animation:none;text-decoration:underline}
@keyframes query-blink{0%,100%{opacity:1}50%{opacity:.35}}
@media(prefers-reduced-motion:reduce){.query-link{animation:none}}

/* Keep the basket accessible while scrolling. */
.header{position:sticky;top:0;z-index:20;background:var(--paper);box-shadow:0 0 0 1px var(--paper)}

/* Expandable store terms at the bottom of the home page. */
.terms{margin:0 0 28px;padding:18px 20px;border:1px solid var(--line);border-radius:12px;background:#fffdf5;font-size:12px;line-height:1.7}
.terms summary{cursor:pointer;font-weight:700;font-size:14px}
.terms summary:focus-visible{outline:3px solid #9baa36;outline-offset:4px}
.terms ul{margin:14px 0 0;padding-left:20px}.terms li+li{margin-top:8px}.terms a{text-decoration:underline}

#verification-message.verification-error{color:#b42318;font-weight:600}

/* Compact brand story link and editorial popup. */
.header{justify-content:flex-start;gap:20px}.header .cart-trigger{margin-left:auto;flex-shrink:0}
.brand-lockup{display:flex;align-items:center;gap:18px;min-width:0}
.why-trigger{border:0;border-bottom:1px dotted #acb58c;background:transparent;color:#65754f;border-radius:0;padding:7px 0;font-size:10px;font-weight:600;white-space:nowrap;animation:query-blink 2.4s ease-in-out infinite}.why-trigger span{margin-left:3px}.why-trigger:hover{color:var(--green)}
.why-dialog{width:650px;padding:30px;background:#fffdf5}.why-dialog .dialog-header{align-items:flex-start;gap:16px;margin-bottom:14px}.why-dialog .close-button{flex-shrink:0;width:30px;height:30px;font-size:22px}.why-dialog .eyebrow{font-size:8px;letter-spacing:1.8px;color:#8b6946}.why-dialog #why-title{font-size:29px;line-height:1.2;letter-spacing:-1px;margin-top:12px}.why-dialog #why-title em{font-family:Georgia,serif;font-weight:400;color:#b65c37}.why-intro{font-size:12px;line-height:1.8;color:#6d7665;max-width:490px;margin-bottom:20px}
.why-points{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;column-gap:26px}.why-points li{position:relative;padding:16px 0 16px 15px;border-top:1px solid #e7e9da}.why-points li::before{content:'';position:absolute;left:0;top:23px;width:5px;height:5px;border-radius:50%;background:#94a257}.why-points strong{font-size:12px;font-weight:700}.why-points p{font-size:11px;line-height:1.85;color:#6d7665;margin-top:6px}.why-points a{text-decoration:underline;text-underline-offset:3px}.why-signoff{padding:15px 0;margin:4px 0 16px;border-top:1px solid #e7e9da;font-family:Georgia,serif;font-style:italic;font-size:14px;color:#73814f}.why-shop{width:100%;font-size:12px;padding:12px}
@media(max-width:700px){.header{gap:10px;min-height:82px;height:auto;padding:12px 0}.brand-lockup{align-items:flex-start;flex-direction:column;gap:1px}.why-trigger{font-size:9px;padding:4px 0;margin-left:39px}.header .cart-trigger{font-size:10px;padding:8px}.why-dialog{padding:24px}.why-dialog #why-title{font-size:26px}}
@media(max-width:440px){.why-points{grid-template-columns:1fr}.why-points li{padding-top:12px;padding-bottom:12px}.why-points li::before{top:19px}.why-dialog{padding:22px}.why-dialog #why-title{font-size:24px}}
@media(prefers-reduced-motion:reduce){.why-trigger{animation:none}}

/* Refined uppercase label and balanced benefit cards. */
.why-trigger{font-size:9px;letter-spacing:1.1px;font-weight:700;color:#526744;border-bottom:0;padding:9px 0;display:inline-flex;align-items:center;gap:6px}
.why-trigger::before{content:'';width:5px;height:5px;border-radius:50%;background:#8c9c51}.why-trigger span{font-size:12px;margin:0}
.why-dialog{width:680px;padding:28px;border:1px solid #e1e5d5;border-radius:18px;background:#fafbf7}.why-dialog .dialog-header{margin-bottom:12px}.why-dialog .eyebrow{font-size:8px;letter-spacing:1.4px;color:#83906e}.why-dialog #why-title{font-family:'DM Sans',sans-serif;font-size:20px;letter-spacing:1.1px;line-height:1.3;font-weight:700;margin-top:9px}.why-subtitle{font-family:Georgia,serif;font-style:italic;font-size:15px;line-height:1.5;color:#7a895d;margin-top:8px}.why-dialog .close-button{background:#edf0e4;color:#526744}
.why-intro{font-size:11px;line-height:1.8;margin-bottom:20px;max-width:550px}.why-points{gap:10px}.why-points li{background:#fff;border:1px solid #e5e9de;border-radius:10px;padding:15px 15px 15px 29px}.why-points li::before{left:14px;top:21px;width:4px;height:4px;background:#8c9c51}.why-points strong{font-size:11px;line-height:1.5;color:#304b37}.why-points p{font-size:11px;line-height:1.75;color:#75806d;margin-top:5px}.why-signoff{text-align:center;border:0;padding:0;margin:20px 0 16px;font-size:12px}.why-shop{border-radius:9px;font-size:11px;font-weight:600;letter-spacing:.2px}
@media(max-width:700px){.why-trigger{font-size:8px;letter-spacing:.8px;padding:4px 0}.why-dialog{padding:22px}.why-dialog #why-title{font-size:18px;letter-spacing:.8px}}
@media(max-width:440px){.why-dialog{padding:20px}.why-points{gap:8px}.why-points li{padding:13px 13px 13px 27px}.why-points li::before{top:19px;left:13px}.why-dialog #why-title{font-size:17px}}

/* A friendly person icon with a blinking invitation. */
.header .why-trigger{animation:none;gap:6px;letter-spacing:0;padding:6px 0;border:0;background:transparent}
.header .why-trigger::before{display:none}
.header .why-trigger .why-person{display:inline-block;font-size:23px;line-height:1.2;margin:0}
.header .why-trigger .why-label{font-size:10px;line-height:1.4;font-weight:600;letter-spacing:.1px;margin:0;color:#526744;animation:query-blink 1.8s ease-in-out infinite}
@media(max-width:700px){.header .why-trigger{padding:3px 0;gap:4px}.header .why-trigger .why-person{font-size:19px}.header .why-trigger .why-label{font-size:9px}}
@media(prefers-reduced-motion:reduce){.header .why-trigger .why-label{animation:none}}
