@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--green:#174d36;--dark:#163c2e;--yellow:#f4df63;--ink:#23382c;--muted:#657168;--line:#dce3dc;--cream:#f7f8f1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:22px}body{margin:0;background:#fff;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.5}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #c19b09;outline-offset:4px}.wrap{max-width:1320px;margin:auto;padding:0 46px}.topbar{min-height:35px;background:var(--green);color:white;padding:7px max(46px,calc((100vw - 1228px)/2));display:flex;justify-content:space-between;font-size:12px;letter-spacing:.2px}.topbar b{font-weight:500}.topbar>span:last-child{color:#dbe7d4}.header{height:99px;display:flex;align-items:center;justify-content:space-between;gap:35px}.logo{font-family:'Manrope',Arial,sans-serif;font-size:37px;font-weight:800;letter-spacing:-2px;white-space:nowrap}.logo-dot{color:#d6b220}.coop{font-weight:500;font-size:30px;letter-spacing:-1.6px}.header nav{display:flex;gap:33px;font-size:14px;font-weight:600}.header nav a{padding:9px 0}.header nav .active{border-bottom:2px solid var(--green)}.basket-button{border:1px solid var(--line);background:white;border-radius:7px;padding:11px 16px;font-size:14px;font-weight:600;display:flex;gap:12px;align-items:center}.basket-button>span:first-child{font-size:24px;line-height:1}#basket-count{background:var(--green);color:white;min-width:23px;height:23px;border-radius:50%;display:grid;place-items:center;font-size:12px}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:35px;padding-top:32px;padding-bottom:48px}.hero-copy{padding:21px 0 12px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.7px;color:#52715b;display:flex;align-items:center;gap:8px}.tiny-star{font-size:22px;color:var(--green)}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif}h1{font-size:clamp(45px,4.6vw,65px);line-height:1.08;letter-spacing:-3.2px;font-weight:800;margin:17px 0 22px}h1>span{color:#4e7a46}p{color:var(--muted)}.hero-copy>p{font-size:17px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:26px}.button{border:0;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:14px 20px;font-size:14px;font-weight:650;transition:transform .15s,background .15s}.button:hover{transform:translateY(-2px)}.primary{background:var(--green);color:white}.text-link{background:none;border:0;padding:0;font-size:14px;font-weight:650;display:inline-flex;align-items:center;gap:17px}.text-link:hover{text-decoration:underline}.hero-foot{display:flex;align-items:center;gap:10px;font-size:12px;color:#6d786d;margin-top:27px}.sa-flag{font-size:20px}.hero-visual{background:#d9e3d2;min-height:399px;border-radius:12px;position:relative;overflow:hidden}.hero-photo{height:100%;position:absolute;inset:0;background:linear-gradient(140deg,#93ad7e,#174d36)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 48%}.photo-label{position:absolute;bottom:20px;left:20px;background:var(--yellow);padding:18px 22px;display:flex;gap:17px;border-radius:6px;align-items:center;box-shadow:0 3px 20px #0001}.label-star{font-size:44px;line-height:1}.photo-label strong{font-size:16px;line-height:1.3;display:block}.photo-label div>span{font-size:11px;display:block;margin-top:6px}.corner-tag{position:absolute;right:19px;top:18px;text-align:center;background:var(--green);color:white;padding:12px 15px;transform:rotate(5deg);font-size:10px;line-height:1.5;font-weight:700;letter-spacing:1px}.service-ribbon{background:var(--cream);border-top:1px solid #e6e9de;border-bottom:1px solid #e6e9de}.ribbon-inner{display:flex;justify-content:space-between;padding-top:21px;padding-bottom:21px;gap:18px}.ribbon-inner a{font-size:14px;font-weight:600;display:flex;align-items:center;gap:12px}.ribbon-inner a>span{font-size:25px;line-height:1;color:#62824d}.stock-section{padding-top:58px;padding-bottom:55px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}h2{font-size:31px;line-height:1.22;letter-spacing:-1.25px;font-weight:750}.section-heading h2{margin-top:8px}.catalogue-note{display:flex;justify-content:space-between;gap:15px;background:#f3f5ef;padding:10px 15px;border-left:3px solid #7e9b66;font-size:12px;color:#61705f}.catalogue-note b{color:var(--green)}.catalogue-controls{display:flex;justify-content:space-between;gap:20px;margin:24px 0}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{border:1px solid var(--line);border-radius:25px;padding:9px 16px;background:white;font-size:13px}.filters .selected{background:var(--green);border-color:var(--green);color:white}.search{border:1px solid var(--line);display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;max-width:220px}.search>span{font-size:24px}.search input{border:0;background:transparent;width:100%;min-width:0;outline:none;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid var(--line);border-radius:9px;overflow:hidden;position:relative;background:white;display:flex;flex-direction:column}.product-art{height:169px;background:#f7f8f5;display:grid;place-items:center;position:relative}.product-tag{position:absolute;top:11px;left:11px;background:white;color:#607058;border:1px solid #e9eddf;border-radius:3px;padding:3px 7px;font-size:10px;font-weight:650;z-index:1}.product-cutout{width:120px;height:140px;overflow:hidden;position:relative;background:white;mix-blend-mode:multiply}.product-cutout img{position:absolute;max-width:none}.product-body{padding:16px;display:flex;flex:1;flex-direction:column}.brand{font-size:10px;color:#778170;letter-spacing:1.2px;font-weight:700;text-transform:uppercase}.product h3{font-size:15px;line-height:1.35;letter-spacing:-.3px;margin:4px 0 6px;min-height:40px}.pack{font-size:12px;color:#727b71}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:16px;gap:8px}.price{font-family:'Manrope',Arial,sans-serif;font-size:24px;letter-spacing:-1px;font-weight:800;line-height:1.3}.price small{font-size:15px;letter-spacing:-.5px}.unit{font-size:11px;color:#768170;margin-top:2px}.add{border:1px solid #cbd8c7;border-radius:5px;background:#edf3e9;color:var(--green);width:36px;height:36px;font-size:25px;line-height:1}.add:hover{color:white;background:var(--green)}.catalogue-footer{display:flex;justify-content:space-between;gap:15px;font-size:12px;color:#74816f;border-bottom:1px solid var(--line);padding:20px 0}.services-section{background:var(--cream);padding:52px 0 58px}.section-heading>p{font-size:14px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{padding:26px 22px;background:white;border:1px solid #e1e7dc;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start}.service-icon{width:44px;height:44px;display:grid;place-items:center;background:#eff4e9;color:var(--green);border-radius:8px;margin-bottom:20px}.service-icon svg{width:24px;height:24px}.service-card h3{font-size:19px;letter-spacing:-.6px;margin-bottom:10px}.service-card p{font-size:14px;line-height:1.65;margin-bottom:23px}.service-card .text-link{margin-top:auto;font-size:13px}.suppliers{display:grid;grid-template-columns:.85fr 1.2fr;gap:90px;padding-top:65px;padding-bottom:65px}.suppliers h2{margin:12px 0 17px}.suppliers>div>p{font-size:15px;max-width:350px;line-height:1.7}.supplier-list{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.supplier-list article{padding:13px 0}.supplier-wordmark{font-size:31px;font-weight:800;letter-spacing:-1.4px}.supplier-wordmark>span:first-child{color:#83a452}.supplier-label{display:block!important;color:#7d8777!important;font-size:9px;letter-spacing:1px;font-weight:600;margin-top:4px}.supplier-wordmark.boxer{color:#d62626;font-style:italic}.supplier-list p{font-size:14px;margin:20px 0 17px;line-height:1.7}.status-label{font-size:11px;background:#f0f3eb;padding:6px 9px;border-radius:4px;color:#63715b}.supplier-list a{font-size:12px;text-decoration:underline;text-underline-offset:4px}.closing{background:var(--green);text-align:center;color:white;padding:42px 0 49px}.closing-star{display:block;color:var(--yellow);font-size:38px;margin-bottom:10px}.closing h2{font-size:39px}.closing p{color:#c9dccb;margin:15px 0 23px}.yellow{background:var(--yellow);color:var(--green)}footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding-top:33px!important;padding-bottom:24px!important}footer .logo{font-size:30px}footer .coop{font-size:25px}footer p,footer>span{font-size:12px}.footer-note{width:100%;border-top:1px solid var(--line);padding-top:19px;font-size:11px}dialog{border:0;border-radius:12px;padding:28px;width:min(570px,calc(100% - 30px));color:var(--ink);box-shadow:0 30px 100px #0003;max-height:90dvh}dialog::backdrop{background:#102b21a6;backdrop-filter:blur(3px)}.dialog-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px}.dialog-heading h2{font-size:25px;margin-top:4px}.close{background:#f1f4ed;border:0;border-radius:50%;width:35px;height:35px;flex-shrink:0;font-size:25px}.flyer-dialog{width:min(1150px,95%)}.flyer-dialog img{width:100%;height:auto;margin:15px 0}.flyer-dialog p{font-size:14px}.basket-row{display:grid;grid-template-columns:1fr auto;gap:12px;border-bottom:1px solid var(--line);padding:17px 0}.basket-row h3{font-size:16px}.basket-row p{font-size:12px;margin-top:4px}.qty-controls{display:flex;align-items:center;gap:10px;margin-top:10px}.qty-controls button{border:1px solid var(--line);background:white;width:30px;height:30px;border-radius:4px}.basket-total{display:flex;justify-content:space-between;align-items:center;font-size:17px;padding:23px 0 12px}.basket-total strong{font-size:26px}.basket-info{background:#f3f5ed;border-radius:6px;padding:15px;font-size:13px;margin:12px 0 20px}.basket-info p+p{margin-top:10px}.basket-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.empty-basket{text-align:center;padding:30px 8px}.empty-basket p{margin:15px 0 20px}#detail-content p{margin-bottom:18px}#detail-content ul{padding-left:21px;color:var(--muted)}#detail-content li{padding:5px 0}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--green);color:white;border-radius:7px;padding:12px 22px;font-size:14px;box-shadow:0 6px 25px #0002;opacity:0;pointer-events:none;transition:.2s;z-index:5}.toast.visible{opacity:1;transform:translate(-50%,0)}.skip{position:fixed;top:-60px;left:10px;background:white;padding:10px;z-index:10}.skip:focus{top:10px}[hidden]{display:none!important}
@media(min-width:1500px){.hero{padding-top:45px;padding-bottom:58px}.hero-visual{min-height:430px}}
@media(max-width:1050px){.wrap{padding-left:26px;padding-right:26px}.topbar{padding-left:26px;padding-right:26px}.header{gap:20px}.header nav{gap:20px}.hero{gap:25px}.hero-actions{gap:17px;flex-wrap:wrap}.hero-copy>p{font-size:16px}.hero-visual{min-height:400px}.hero-foot{font-size:11px}h1{font-size:51px}.product-grid{gap:12px}.ribbon-inner a{font-size:12px;gap:7px}.service-grid{gap:12px}.service-card{padding:22px 16px}.suppliers{gap:40px}.catalogue-controls{flex-wrap:wrap}.search{max-width:100%;width:230px}.catalogue-note{font-size:11px}.photo-label{left:13px;bottom:13px;padding:15px;gap:10px}.photo-label strong{font-size:15px}.label-star{font-size:35px}}
@media(max-width:760px){.wrap{padding-left:20px;padding-right:20px}.topbar{justify-content:center;padding:7px 16px;font-size:10px}.topbar>span:last-child{display:none}.header{height:auto;min-height:85px;flex-wrap:wrap;gap:10px;padding-top:12px;padding-bottom:15px}.logo{font-size:33px}.coop{font-size:27px}.header nav{order:3;width:100%;justify-content:center;gap:30px;font-size:12px}.basket-button{padding:8px 11px;font-size:12px}.hero{grid-template-columns:1fr;gap:25px;padding-top:19px;padding-bottom:29px}.hero-copy{padding-top:0}.eyebrow{font-size:10px}h1{font-size:53px;letter-spacing:-2.7px;margin:14px 0 19px}.hero-copy>p{font-size:16px}.desktop{display:none}.hero-actions{gap:20px;margin-top:22px}.hero-foot{margin-top:21px;font-size:11px}.hero-visual{min-height:315px}.corner-tag{font-size:9px}.photo-label{left:18px;bottom:18px;padding:15px 19px}.hero-photo img{object-position:center 42%}.ribbon-inner{overflow:auto;justify-content:flex-start;padding-top:17px;padding-bottom:17px;gap:25px}.ribbon-inner a{white-space:nowrap;font-size:12px}.stock-section{padding-top:36px;padding-bottom:36px}.section-heading{align-items:flex-start;margin-bottom:20px}.section-heading h2{font-size:26px;max-width:270px}.section-heading>.text-link{font-size:11px;gap:5px;max-width:88px;margin-top:25px}.catalogue-note{flex-direction:column;gap:4px;font-size:11px}.catalogue-controls{gap:13px;margin:18px 0}.filters{gap:7px}.filters button{padding:8px 12px;font-size:12px}.search{width:100%;padding:5px 10px}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-art{height:159px}.product-body{padding:13px}.product h3{font-size:14px}.price{font-size:22px}.price small{font-size:14px}.unit{font-size:10px}.product-tag{font-size:9px}.catalogue-footer{flex-direction:column;gap:5px;font-size:11px}.services-section{padding:35px 0}.section-heading>p{display:none}.service-grid{grid-template-columns:1fr 1fr;gap:12px}.service-card{padding:20px 15px}.service-card h3{font-size:17px}.service-card p{font-size:13px}.service-card .text-link{font-size:12px;gap:10px}.suppliers{grid-template-columns:1fr;gap:25px;padding-top:38px;padding-bottom:38px}.suppliers h2{font-size:29px}.suppliers>div>p{max-width:none;font-size:14px}.supplier-list{gap:22px}.supplier-list p{font-size:13px}.closing{padding:30px 0 37px}.closing h2{font-size:33px}.closing p{font-size:14px}footer{justify-content:flex-start;gap:13px}footer>span{margin-left:auto}footer>p:not(.footer-note){width:100%;order:2}.footer-note{order:3;font-size:10px}dialog{padding:22px}.dialog-heading h2{font-size:23px}.toast{width:max-content;max-width:90%;font-size:13px}}
.stock-intro{font-size:15px;line-height:1.75;max-width:840px;margin:20px 0 24px}.reference-label{font-size:10px;text-align:right;color:#7c8875}.closing .eyebrow{justify-content:center;color:#d8e5ce;margin-bottom:15px}.closing p{max-width:680px;margin:18px auto 25px;line-height:1.75}.header-cta{font-size:13px;padding:11px 16px;white-space:nowrap}.service-card .text-link{font-size:14px}.supplier-label{font-size:10px}.product h3{font-size:16px}.pack{font-size:14px}.unit{font-size:12px}.footer-note{font-size:12px}
@media(max-width:760px){.header nav{gap:19px}.header-cta{font-size:12px;padding:10px 14px}.stock-intro{font-size:14px}.product h3{font-size:15px}.pack{font-size:13px}.closing p{font-size:15px}.service-card p{font-size:14px}.footer-note{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media(max-width:760px){.corner-tag{display:none}}
.hero-foot{gap:9px;align-items:center;margin-top:25px}.hero-foot span{font-size:12px;color:#61705f;white-space:nowrap}.hero-foot img{display:block;width:200px;height:auto}.footer-forus-logo{display:block;width:192px;height:auto;margin-left:auto}footer>span{margin-left:0}@media(max-width:760px){.hero-foot img{width:170px}.footer-forus-logo{width:155px}footer>p:not(.footer-note){width:100%}}
.shop-stories{padding-top:62px;padding-bottom:62px}.shop-stories .section-heading{align-items:end}.shop-stories .section-heading>p{display:block;max-width:320px;text-align:right;line-height:1.6}.story-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:20px}.story-card{margin:0;background:#f7f8f1;border:1px solid var(--line);border-radius:10px;overflow:hidden}.story-card img{display:block;width:100%;height:340px;object-fit:cover}.story-card:first-child img{object-position:center}.story-card:last-child img{object-position:center}.story-card figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:15px;padding:18px 20px 20px}.story-card figcaption strong{font-family:'Manrope',Arial,sans-serif;color:var(--green);font-size:17px;letter-spacing:-.4px}.story-card figcaption span{color:var(--muted);font-size:13px;text-align:right;line-height:1.5}.story-disclaimer{font-size:12px;margin-top:12px;color:#778375}@media(max-width:760px){.shop-stories{padding-top:39px;padding-bottom:39px}.shop-stories .section-heading{display:block}.shop-stories .section-heading>p{max-width:none;text-align:left;font-size:14px;margin-top:10px}.story-grid{grid-template-columns:1fr;gap:16px}.story-card img{height:255px}.story-card figcaption{display:block;padding:15px 17px 17px}.story-card figcaption strong{font-size:16px}.story-card figcaption span{display:block;text-align:left;margin-top:4px;font-size:13px}}
