:root{--green:#173f35;--cream:#f5f0e5;--red:#c93e3a;--sage:#dce4d2;--ink:#18312a;--muted:#69746e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"Segoe UI",Arial,sans-serif;background:#fff}a{text-decoration:none;color:inherit}img{display:block;width:100%;object-fit:cover}.utility{height:36px;background:var(--green);color:#fff;padding:0 max(3vw,24px);display:flex;align-items:center;justify-content:space-between;font-size:12px}header{height:86px;display:flex;align-items:center;padding:0 max(3vw,24px);border-bottom:1px solid #e7e5df;position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);z-index:20}.brand{display:flex;align-items:center;gap:12px;color:var(--green);font-family:Georgia,serif;line-height:1.15;font-size:15px}.mark{font-size:42px;line-height:1}nav{display:flex;gap:31px;margin:auto}nav a:hover{color:var(--red)}.cart{font-size:21px}.hero{min-height:620px;background:var(--cream);display:grid;grid-template-columns:47% 53%;overflow:hidden}.hero-copy{padding:110px 6vw 80px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;color:#68806e}.hero h1,.content h2,.consult h2{font-family:Georgia,serif;font-weight:400;line-height:1.12}.hero h1{font-size:clamp(46px,5vw,78px);margin:24px 0}.hero p{font-size:18px;line-height:1.65;max-width:600px;color:#46534f}.buttons{display:flex;gap:14px;margin-top:32px}.primary,.secondary{border-radius:5px;padding:15px 25px;border:1px solid var(--green);font-weight:700}.primary{background:var(--red);color:#fff;border-color:var(--red)}.secondary{color:var(--green)}.hero-photo{background:linear-gradient(90deg,rgba(245,240,229,.3),transparent 35%),url('images/planting.avif') center/cover;position:relative}.experience{position:absolute;right:28px;bottom:28px;background:#fff;border-radius:14px;padding:20px 25px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 35px #173f3525}.experience b{font:34px Georgia}.experience span{font-size:11px}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:22px max(3vw,24px) 72px}.category{border:1px solid #e3e3dc;border-radius:12px;overflow:hidden;background:#fff;transition:.25s}.category:hover{transform:translateY(-4px);box-shadow:0 16px 40px #173f3517}.category>img{height:230px}.category>div{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:18px}.category>div>span{display:grid;place-items:center;width:48px;height:48px;background:var(--sage);border-radius:50%;font-size:25px}.category h3{font:400 22px Georgia;margin:0 0 5px}.category p{font-size:11px;margin:0;color:var(--muted)}.content{padding:78px max(3vw,24px)}.title-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.title-row h2{font-size:42px;margin:10px 0 0}.title-row>a{color:var(--red);font-size:13px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.products>article{border:1px solid #e6e6e0;border-radius:10px;padding:12px}.product-img{position:relative;border-radius:7px;overflow:hidden}.product-img img{height:260px}.product-img span{position:absolute;left:10px;top:10px;padding:5px 10px;border-radius:14px;background:#eef2df;font-size:11px}.products small{display:block;color:var(--muted);margin:16px 0 6px}.products h3{font:400 17px Georgia;margin:0;min-height:48px}.products article>div:last-child{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.products article>div:last-child a{background:var(--red);color:#fff;border-radius:4px;padding:10px 17px}.consult{margin:25px max(3vw,24px);min-height:420px;border-radius:14px;padding:75px 7vw;display:flex;align-items:center;background:linear-gradient(90deg,#f3f0e7 44%,rgba(243,240,231,.75) 62%,transparent),url('images/berries.avif') center right/cover}.consult h2{font-size:42px;margin:15px 0}.consult p{max-width:480px;color:var(--muted);line-height:1.6}.consult a{display:inline-block;margin-top:15px;background:var(--green);color:#fff;border-radius:5px;padding:15px 25px;font-weight:700}.knowledge{background:#fbfaf6}.articles{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.articles article{display:grid;grid-template-columns:44% 56%;border:1px solid #e5e4df;background:#fff;border-radius:10px;overflow:hidden}.articles img{height:270px}.articles article div{padding:28px}.articles span{font-size:10px;text-transform:uppercase;color:#64806f}.articles h3{font:400 21px/1.35 Georgia}.articles p{font-size:13px;color:var(--muted);line-height:1.6}.trust{padding:30px max(3vw,24px);display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trust>div{display:flex;align-items:center;gap:14px}.trust i{font-style:normal;font-size:30px;color:var(--green)}.trust p{margin:0}.trust b,.trust span{display:block}.trust b{font-size:13px}.trust span{font-size:10px;color:var(--muted);margin-top:4px}footer{background:var(--green);color:#fff;padding:55px max(3vw,24px);display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:50px}footer>div{display:flex;flex-direction:column;gap:10px}footer a,footer span{color:#dce7e1;font-size:12px}.footer-brand{font-family:Georgia,serif}.footer-brand p{font:11px/1.7 "Segoe UI";color:#c4d4cd}.footer-brand .mark{font-size:40px}
@media(max-width:900px){.utility{display:none}header{height:auto;min-height:72px;flex-wrap:wrap;padding-block:12px}nav{order:3;width:100%;justify-content:center;gap:15px;padding-top:14px;font-size:13px}.cart{margin-left:auto}.hero{grid-template-columns:1fr}.hero-copy{padding:80px 24px 55px}.hero-photo{min-height:430px}.categories{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}.articles{grid-template-columns:1fr}.trust{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.brand{font-size:12px}.mark{font-size:32px}nav{overflow:auto;justify-content:flex-start}.hero h1{font-size:43px}.buttons{flex-direction:column}.content{padding:55px 18px}.title-row{align-items:flex-start;gap:20px;flex-direction:column}.title-row h2,.consult h2{font-size:34px}.products{grid-template-columns:1fr}.product-img img{height:330px}.consult{margin:10px 18px;padding:55px 25px;background:linear-gradient(90deg,rgba(243,240,231,.94),rgba(243,240,231,.7)),url('images/berries.avif') center/cover}.articles article{grid-template-columns:1fr}.articles img{height:220px}.trust,footer{grid-template-columns:1fr}.categories{padding:18px}}

/* Shared inner pages */
.nav-active{color:var(--red);font-weight:700}.breadcrumbs{font-size:12px!important;color:var(--muted)!important;margin:0 0 38px!important}.breadcrumbs a{color:var(--green)}.page-hero{min-height:500px;background:var(--cream);display:grid;grid-template-columns:52% 48%;align-items:stretch}.page-hero>div{padding:70px 7vw}.page-hero h1,.knowledge-hero h1{font:400 clamp(45px,5vw,72px)/1.13 Georgia;margin:18px 0}.page-hero>div>p:last-child,.knowledge-hero>div>p{max-width:610px;color:var(--muted);font-size:17px;line-height:1.7}.page-hero>img{height:100%;min-height:500px}.catalog-layout{display:grid;grid-template-columns:250px 1fr;gap:55px}.filters-panel{border-right:1px solid #e7e7e1;padding-right:30px}.filters-panel h2{font:400 25px Georgia;margin:0 0 22px}.filters-panel>a{display:flex;justify-content:space-between;padding:11px 12px;border-radius:5px;font-size:13px;margin-bottom:4px}.filters-panel>a b{color:#9aa39e}.filters-panel>a.filter-active{background:var(--green);color:#fff}.filters-panel>a.filter-active b{color:#fff}.filters-panel hr{border:0;border-top:1px solid #e4e5df;margin:28px 0}.filters-panel h3{font:400 18px Georgia}.filters-panel label{display:block;font-size:12px;color:#53615b;margin:13px 0}.filters-panel input{accent-color:var(--green);margin-right:8px}.filter-note{margin-top:35px;background:var(--cream);border-radius:8px;padding:20px}.filter-note p{font-size:11px;line-height:1.55;color:var(--muted)}.filter-note a{color:var(--red);font-size:11px;font-weight:700}.catalog-toolbar{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.catalog-toolbar h2{font-size:40px;margin:8px 0}.catalog-toolbar p{font-size:12px;color:var(--muted)}.sort{border:1px solid #d9ddd8;border-radius:5px;padding:11px 14px;font-size:12px}.products-catalog{grid-template-columns:repeat(3,1fr)}.products-catalog .product-desc{font-size:11px;line-height:1.5;color:var(--muted);min-height:34px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:45px}.pagination a{display:grid;place-items:center;width:38px;height:38px;border:1px solid #ddd;border-radius:50%;font-size:12px}.pagination .current{background:var(--green);color:#fff;border-color:var(--green)}.catalog-banner,.question-strip{margin:0 max(3vw,24px) 70px;background:var(--sage);padding:45px 6vw;border-radius:12px;display:flex;justify-content:space-between;align-items:center}.catalog-banner h2,.question-strip h2{font:400 34px Georgia;margin:10px 0}.catalog-banner p,.question-strip p{color:var(--muted);font-size:13px}.catalog-banner>a,.question-strip>a{background:var(--green);color:#fff;border-radius:5px;padding:15px 23px;font-weight:700;font-size:13px}

/* Knowledge */
.knowledge-hero{min-height:570px;background:var(--cream);display:grid;grid-template-columns:48% 52%;align-items:center}.knowledge-hero>div:first-child{padding:65px 7vw}.topic-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.topic-links a,.article-tabs a{padding:8px 14px;border:1px solid #cbd3ca;border-radius:20px;font-size:12px}.knowledge-visual{height:100%;position:relative}.knowledge-visual img{height:570px}.knowledge-visual blockquote{position:absolute;left:28px;bottom:26px;right:28px;background:rgba(255,255,255,.94);margin:0;padding:23px 28px;border-radius:9px;font:18px/1.45 Georgia}.knowledge-visual blockquote span{display:block;font:10px "Segoe UI";color:var(--muted);margin-top:10px}.featured>article{display:grid;grid-template-columns:50% 50%;margin-top:25px;background:var(--green);color:#fff;border-radius:12px;overflow:hidden}.featured>article>img{height:480px}.featured>article>div{padding:55px}.featured article h2{font-size:38px;margin:15px 0}.featured article p{color:#d1ddd8;line-height:1.7}.expert-mini{display:flex;gap:11px;align-items:center;margin:25px 0}.expert-mini>span{display:grid;place-items:center;background:#fff;color:var(--green);width:40px;height:40px;border-radius:50%;font-weight:700}.expert-mini p{margin:0}.expert-mini small{display:block;font-size:10px}.read-button{display:inline-block;background:#fff;color:var(--green);padding:13px 20px;border-radius:5px;font-size:12px;font-weight:700}.topics{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;padding:0 max(3vw,24px) 70px}.topics>div{padding:28px;border:1px solid #e2e4de;border-radius:9px}.topics i{font-style:normal;font-size:32px;color:var(--green)}.topics h3{font:400 23px Georgia;margin:15px 0 8px}.topics p{font-size:11px;color:var(--muted);line-height:1.55;min-height:52px}.topics a{font-size:11px;color:var(--red);font-weight:700}.article-library{background:#fbfaf6}.article-tabs{display:flex;gap:6px}.article-tabs .active{background:var(--green);color:#fff}.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.knowledge-grid article{border:1px solid #e2e3dd;border-radius:9px;overflow:hidden;background:#fff}.knowledge-grid img{height:220px}.knowledge-grid article>div{padding:22px}.knowledge-grid span{font-size:10px;text-transform:uppercase;color:#698272}.knowledge-grid h3{font:400 20px/1.35 Georgia;margin:10px 0}.knowledge-grid p{font-size:12px;color:var(--muted);line-height:1.6}.knowledge-grid a{font-size:11px;color:var(--red);font-weight:700}.question-strip{margin-top:70px;background:var(--cream)}
@media(max-width:1000px){.catalog-layout{grid-template-columns:1fr}.filters-panel{border-right:0;border-bottom:1px solid #ddd;padding:0 0 25px}.products-catalog{grid-template-columns:repeat(2,1fr)}.topics{grid-template-columns:repeat(2,1fr)}.knowledge-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.page-hero,.knowledge-hero{grid-template-columns:1fr}.page-hero>div,.knowledge-hero>div:first-child{padding:45px 22px}.page-hero>img{min-height:320px}.knowledge-visual img{height:400px}.catalog-toolbar{align-items:start;flex-direction:column;gap:15px}.products-catalog{grid-template-columns:1fr}.catalog-banner,.question-strip{align-items:start;flex-direction:column;gap:20px;margin-inline:18px}.featured>article{grid-template-columns:1fr}.featured>article>img{height:300px}.featured>article>div{padding:30px}.topics,.knowledge-grid{grid-template-columns:1fr}.article-tabs{flex-wrap:wrap}}

/* Contacts */
.contacts-hero{padding:70px 7vw 85px;background:linear-gradient(90deg,var(--cream) 48%,rgba(245,240,229,.62)),url('images/seedlings.avif') right center/55% 100% no-repeat}.contacts-hero h1{font:400 clamp(48px,6vw,78px)/1.12 Georgia;margin:18px 0}.contacts-hero>p:last-child{max-width:520px;color:var(--muted);font-size:17px;line-height:1.7}.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:80px}.contact-info>h2,.hours-card h2,.route h2{font:400 40px Georgia;margin:12px 0 30px}.contact-item{display:grid;grid-template-columns:45px 1fr;gap:18px;padding:23px 0;border-bottom:1px solid #e4e5df}.contact-item i{font-style:normal;font-size:26px;color:var(--green)}.contact-item b{font-size:13px}.contact-item p{margin:7px 0;font:19px/1.45 Georgia}.contact-item small{font-size:11px;color:var(--muted)}.contact-item a{color:var(--green)}.contact-consult{display:inline-block;margin-top:30px;background:var(--red);color:#fff;padding:14px 22px;border-radius:5px;font-weight:700;font-size:13px}.hours-card{background:var(--green);color:#fff;padding:45px;border-radius:12px;align-self:start}.hours-card .eyebrow{color:#9fc0b3}.hours-card>div{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid #ffffff24;font-size:13px}.hours-card hr{border:0;border-top:1px solid #ffffff24;margin:25px 0}.hours-card p{font-size:11px;line-height:1.7;color:#cbdad4}.map-card{margin:0 max(3vw,24px) 70px;display:grid;grid-template-columns:1.25fr .75fr;border-radius:12px;overflow:hidden;background:var(--cream)}.map-pattern{min-height:460px;background-color:#dfe7d9;background-image:linear-gradient(30deg,#c8d5c1 12%,transparent 12.5%,transparent 87%,#c8d5c1 87.5%),linear-gradient(150deg,#c8d5c1 12%,transparent 12.5%,transparent 87%,#c8d5c1 87.5%);background-size:70px 120px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.map-pattern>span{display:grid;place-items:center;width:72px;height:72px;background:var(--red);color:#fff;border-radius:50%;font-size:36px;box-shadow:0 12px 30px #173f3530}.map-pattern b{font:23px Georgia;margin-top:20px}.map-pattern small{margin-top:7px}.route{padding:55px}.route>div{padding:16px 0;border-bottom:1px solid #ddd}.route div b{font-size:13px}.route p{font-size:11px;color:var(--muted);line-height:1.6}.route>a{display:inline-block;margin-top:25px;color:var(--red);font-weight:700;font-size:12px}.visit-strip{margin:0 max(3vw,24px) 70px;background:var(--sage);padding:42px 6vw;border-radius:12px;display:flex;align-items:center;justify-content:space-between}.visit-strip h2{font:400 32px Georgia;margin:8px 0}.visit-strip p{font-size:12px;color:var(--muted)}.visit-strip>a{background:var(--green);color:#fff;padding:14px 21px;border-radius:5px;font-size:12px;font-weight:700}

/* Consultation popup — CSS only */
.popup{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px;visibility:hidden;opacity:0;transition:.25s}.popup:target{visibility:visible;opacity:1}.popup-backdrop{position:absolute;inset:0;background:rgba(10,30,24,.68);backdrop-filter:blur(5px)}.popup-card{position:relative;z-index:1;width:min(560px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border-radius:14px;padding:42px 45px;box-shadow:0 30px 90px #0004}.popup-close{position:absolute;right:20px;top:15px;font-size:29px;color:var(--muted)}.popup-card h2{font:400 36px Georgia;margin:12px 0}.popup-card>p{color:var(--muted);font-size:13px;line-height:1.6}.popup-card form{display:grid;gap:15px;margin-top:25px}.popup-card label{font-size:11px;font-weight:700}.popup-card input,.popup-card textarea{display:block;width:100%;margin-top:7px;border:1px solid #d8ddd7;border-radius:6px;padding:13px 14px;font:13px "Segoe UI";resize:vertical}.popup-card input:focus,.popup-card textarea:focus{outline:2px solid #a9c1b6;border-color:var(--green)}.popup-card button{border:0;background:var(--red);color:#fff;border-radius:5px;padding:15px;font-weight:700;cursor:pointer}.popup-card small{font-size:9px;color:#8a928e;text-align:center;line-height:1.5}
@media(max-width:800px){.contact-grid,.map-card{grid-template-columns:1fr}.contact-grid{gap:35px}.map-pattern{min-height:330px}.contacts-hero{background:linear-gradient(90deg,rgba(245,240,229,.94),rgba(245,240,229,.75)),url('images/seedlings.avif') center/cover}.visit-strip{align-items:flex-start;flex-direction:column;gap:20px}}
@media(max-width:560px){.popup-card{padding:35px 22px}.popup-card h2{font-size:30px}.hours-card,.route{padding:30px}.contact-info>h2,.hours-card h2,.route h2{font-size:32px}.visit-strip{margin-inline:18px}}

/* Video library */
.video-hero{min-height:580px;background:var(--cream);display:grid;grid-template-columns:48% 52%;align-items:center}.video-hero>div:first-child{padding:65px 7vw}.video-hero h1{font:400 clamp(48px,5.8vw,78px)/1.12 Georgia;margin:18px 0}.video-hero>div:first-child>p:last-of-type{max-width:580px;color:var(--muted);font-size:16px;line-height:1.7}.video-stats{display:flex;gap:28px;margin-top:35px}.video-stats span{font-size:10px;color:var(--muted)}.video-stats b{display:block;color:var(--green);font:28px Georgia}.video-hero-image,.video-cover{height:100%;position:relative;overflow:hidden}.video-hero-image img{height:580px}.video-hero-image:after,.video-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,48,39,.45),transparent 55%);pointer-events:none}.video-hero-image>span{position:absolute;left:25px;bottom:22px;color:#fff;font-size:12px;z-index:2}.play-large,.play-small{position:absolute;display:grid;place-items:center;background:var(--red);color:#fff;border-radius:50%;z-index:3;box-shadow:0 12px 30px #0003}.play-large{width:76px;height:76px;left:50%;top:50%;transform:translate(-50%,-50%);font-size:23px;padding-left:4px}.featured-video>article{display:grid;grid-template-columns:54% 46%;border-radius:12px;overflow:hidden;background:var(--green);color:#fff}.featured-video .video-cover{min-height:480px}.featured-video .video-cover img{height:100%}.video-cover .duration{position:absolute;right:18px;bottom:16px;background:#fff;color:var(--green);border-radius:4px;padding:5px 8px;font-size:10px;z-index:3}.featured-video>article>div:last-child{padding:55px}.featured-video article h2{font:400 36px/1.25 Georgia;margin:14px 0}.featured-video article p{color:#d0ddd7;font-size:13px;line-height:1.7}.video-author{display:flex;align-items:center;gap:11px;margin:25px 0}.video-author>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--green);font-weight:700}.video-author p{margin:0}.video-author small{display:block;font-size:10px}.watch-button{display:inline-block;background:#fff;color:var(--green);padding:13px 21px;border-radius:5px;font-size:12px;font-weight:700}.video-topics{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;padding:0 max(3vw,24px) 70px}.video-topics a{display:flex;align-items:center;gap:16px;padding:22px;border:1px solid #e1e3dd;border-radius:9px}.video-topics i{font-style:normal;font-size:29px;color:var(--green)}.video-topics b,.video-topics small{display:block}.video-topics b{font:18px Georgia}.video-topics small{font-size:10px;color:var(--muted);margin-top:4px}.video-library{background:#fbfaf6}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.video-grid article{background:#fff;border:1px solid #e2e4de;border-radius:9px;overflow:hidden;padding-bottom:20px}.video-grid article>div{position:relative}.video-grid img{height:220px}.video-grid article>div>span{position:absolute;right:10px;bottom:10px;background:#fff;color:var(--green);border-radius:4px;padding:4px 7px;font-size:9px;z-index:3}.play-small{width:48px;height:48px;left:18px;bottom:16px;font-size:15px}.video-grid article>small,.video-grid article>h3,.video-grid article>p{display:block;margin-left:20px;margin-right:20px}.video-grid article>small{margin-top:18px;color:#67806f;font-size:9px;text-transform:uppercase}.video-grid h3{font:400 20px/1.35 Georgia;margin-top:9px;margin-bottom:8px}.video-grid p{font-size:11px;color:var(--muted);line-height:1.55}.video-cta{margin:70px max(3vw,24px);padding:45px 6vw;border-radius:12px;background:var(--sage);display:flex;align-items:center;justify-content:space-between}.video-cta h2{font:400 34px Georgia;margin:9px 0}.video-cta p{font-size:12px;color:var(--muted)}.video-cta>a{background:var(--green);color:#fff;padding:14px 22px;border-radius:5px;font-size:12px;font-weight:700}
@media(max-width:900px){.video-hero{grid-template-columns:1fr}.video-hero>div:first-child{padding:55px 24px}.video-hero-image img{height:420px}.featured-video>article{grid-template-columns:1fr}.featured-video .video-cover{min-height:340px}.video-topics,.video-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.video-stats{gap:16px}.video-topics,.video-grid{grid-template-columns:1fr}.featured-video>article>div:last-child{padding:30px}.video-cta{align-items:flex-start;flex-direction:column;gap:20px;margin-inline:18px}.video-grid img{height:250px}}

/* Cart and order states */
.cart{position:relative}.cart em{position:absolute;right:-11px;top:-11px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font:700 9px "Segoe UI"}.cart-page{background:#fbfaf6;padding-bottom:80px}.cart-heading{padding:60px max(3vw,24px) 35px}.cart-heading h1,.empty-cart h1,.success-page h1{font:400 clamp(46px,5vw,68px)/1.1 Georgia;margin:12px 0}.cart-heading>p:last-child{color:var(--muted)}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;padding:0 max(3vw,24px)}.cart-content{background:#fff;border:1px solid #e4e5df;border-radius:12px;padding:0 26px}.cart-list-head{display:grid;grid-template-columns:1fr 150px 100px;padding:20px 45px 14px 0;color:var(--muted);font-size:10px;text-transform:uppercase}.cart-list-head span:nth-child(2),.cart-list-head span:nth-child(3){text-align:center}.cart-row{display:grid;grid-template-columns:115px minmax(180px,1fr) 130px 85px 28px;gap:20px;align-items:center;padding:22px 0;border-top:1px solid #e7e7e2}.cart-row>img{height:100px;border-radius:7px}.cart-product small{color:#698070;font-size:9px;text-transform:uppercase}.cart-product h2{font:400 18px Georgia;margin:8px 0}.cart-product p{font-size:10px;color:var(--muted)}.quantity{display:flex;align-items:center;justify-content:center;border:1px solid #dce0db;border-radius:6px;overflow:hidden}.quantity a{display:grid;place-items:center;width:36px;height:36px;font-size:18px}.quantity b{display:grid;place-items:center;width:38px;height:36px;border-left:1px solid #e2e4df;border-right:1px solid #e2e4df;font-size:12px}.row-price{text-align:center;font-size:15px}.remove{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:#8d9792;font-size:21px}.remove:hover{background:#fae8e6;color:var(--red)}.cart-actions{display:flex;justify-content:space-between;padding:22px 0;font-size:11px;color:var(--green)}.cart-actions a:last-child{color:var(--red)}.checkout{border-top:8px solid #fbfaf6;margin:0 -26px;padding:35px 26px}.checkout h2{font:400 32px Georgia;margin:10px 0 25px}.checkout label{font-size:10px;font-weight:700}.checkout input,.checkout textarea{display:block;width:100%;margin-top:7px;border:1px solid #d8ddd7;border-radius:5px;padding:12px;font:12px "Segoe UI"}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid .wide{grid-column:1/-1}.checkout fieldset{border:0;padding:20px 0 12px;margin:15px 0}.checkout legend{font:400 18px Georgia;margin-bottom:12px}.checkout fieldset label{display:inline-flex;align-items:center;margin-right:24px;font-size:11px;font-weight:400}.checkout fieldset input{display:inline;width:auto;margin:0 7px 0 0;accent-color:var(--green)}.address-label{display:block}.order-summary{background:var(--green);color:#fff;border-radius:12px;padding:32px;align-self:start;position:sticky;top:110px}.order-summary h2{font:400 30px Georgia;margin:10px 0 24px}.order-summary>div:not(.order-benefits){display:flex;justify-content:space-between;padding:12px 0;font-size:11px}.order-summary hr{border:0;border-top:1px solid #ffffff2b}.order-summary .summary-total{align-items:end}.summary-total b{font:28px Georgia}.order-summary button{width:100%;border:0;background:var(--red);color:#fff;padding:15px;border-radius:5px;font-weight:700;margin-top:18px;cursor:pointer}.order-summary>p{font-size:9px;line-height:1.55;text-align:center;color:#bdd0c8}.order-benefits{border-top:1px solid #ffffff2b;margin-top:22px;padding-top:14px}.order-benefits span{display:block;font-size:9px;color:#d2dfda;margin:9px 0}.empty-cart{min-height:680px;background:var(--cream);display:grid;place-items:center;text-align:center;padding:70px 20px}.empty-cart section{max-width:600px}.empty-icon{width:110px;height:110px;border-radius:50%;background:#fff;display:grid;place-items:center;margin:0 auto 28px;font-size:46px;color:var(--green);position:relative}.empty-icon span{position:absolute;right:2px;top:2px;background:var(--red);color:#fff;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:11px}.empty-cart p{color:var(--muted);line-height:1.7;margin:15px 0 35px}.empty-cart .primary{display:inline-block}.empty-links{display:flex;justify-content:center;gap:25px;margin-top:38px}.empty-links a{color:var(--green);font-size:11px;font-weight:700}.success-page{min-height:700px;background:var(--cream);display:grid;grid-template-columns:55% 45%;align-items:center}.success-page>section{padding:65px 8vw}.success-mark{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:34px;margin-bottom:26px}.success-page>section>p{color:var(--muted);line-height:1.7;max-width:600px}.success-info{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}.success-info>div{padding:18px;background:#fff;border-radius:7px}.success-info span,.success-info b{display:block}.success-info span{font-size:9px;color:var(--muted);text-transform:uppercase}.success-info b{font-size:13px;margin-top:6px}.success-actions{display:flex;gap:12px;margin:28px 0}.success-page>section>small{color:var(--muted);font-size:9px}.success-page>aside{margin:50px 4vw 50px 0;background:#fff;border-radius:12px;overflow:hidden}.success-page aside img{height:330px}.success-page aside>div{padding:30px}.success-page aside h2{font:400 27px Georgia;margin:10px 0}.success-page aside p{font-size:11px;color:var(--muted);line-height:1.6}.success-page aside a{font-size:11px;color:var(--red);font-weight:700}
@media(max-width:1050px){.cart-layout{grid-template-columns:1fr}.order-summary{position:static}.cart-row{grid-template-columns:100px minmax(150px,1fr) 120px 80px 25px}}
@media(max-width:760px){.cart-list-head{display:none}.cart-row{grid-template-columns:85px 1fr 25px;gap:12px}.cart-row>img{height:85px}.quantity{grid-column:2}.row-price{grid-column:2;text-align:left}.remove{grid-column:3;grid-row:1}.form-grid{grid-template-columns:1fr}.success-page{grid-template-columns:1fr}.success-page>section{padding:55px 24px}.success-page>aside{margin:0 18px 50px}.success-actions{align-items:stretch;flex-direction:column}.cart-content{padding:0 16px}.checkout{margin:0 -16px;padding:30px 16px}}
