:root{
  --gmp-ink:#173229;--gmp-forest:#24513a;--gmp-forest-2:#183d2b;--gmp-leaf:#6f8f63;
  --gmp-cream:#f6f3eb;--gmp-paper:#fffdf8;--gmp-gold:#c8a064;--gmp-line:#e4dfd2;
  --gmp-muted:#68766f;--gmp-danger:#9f433c;--gmp-shadow:0 22px 70px rgba(25,48,38,.10);
  --gmp-radius:18px;--gmp-container:min(1440px,calc(100% - 48px));
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--gmp-ink);background:var(--gmp-paper);font-family:Manrope,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}.gmp-page{min-height:100vh;overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.gmp-container{width:var(--gmp-container);margin-inline:auto}.gmp-narrow{max-width:980px}.gmp-topbar{background:var(--gmp-ink);color:#e9eee9;font-size:12px;letter-spacing:.01em}.gmp-topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:24px}.gmp-topbar-left,.gmp-topbar-right{display:flex;align-items:center;gap:12px}.gmp-topbar a:hover{color:#fff}.gmp-dot{opacity:.5}.gmp-header{position:relative;z-index:50;background:rgba(255,253,248,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--gmp-line)}.gmp-mainbar-inner{min-height:92px;display:grid;grid-template-columns:260px minmax(300px,1fr) auto;align-items:center;gap:28px}.gmp-logo{display:flex;align-items:center}.custom-logo{max-height:62px;width:auto}.gmp-brand-fallback{display:flex;align-items:center;gap:13px}.gmp-brand-mark{width:52px;height:52px;border:1px solid rgba(23,50,41,.18);display:grid;place-items:center;font-family:Prata,serif;font-size:20px;background:var(--gmp-cream)}.gmp-brand-fallback strong{display:block;font-family:Prata,serif;font-weight:400;font-size:18px;line-height:1.15}.gmp-brand-fallback small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--gmp-muted);margin-top:3px}.gmp-search-wrap{position:relative}.gmp-search-form{height:52px;border:1px solid var(--gmp-line);background:#fff;display:flex;align-items:center;padding:0 8px 0 18px;transition:.2s}.gmp-search-form:focus-within{border-color:var(--gmp-leaf);box-shadow:0 0 0 3px rgba(111,143,99,.1)}.gmp-search-form input{border:0;outline:0;background:transparent;width:100%;font:inherit;font-size:14px;color:var(--gmp-ink)}.gmp-search-form button{width:38px;height:38px;border:0;background:var(--gmp-forest);display:grid;place-items:center;cursor:pointer}.gmp-search-form svg,.gmp-icon-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.gmp-search-form button svg{color:white}.gmp-search-results{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--gmp-line);box-shadow:var(--gmp-shadow);display:none;z-index:80;max-height:520px;overflow:auto}.gmp-search-results.is-visible{display:block}.gmp-search-item{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid #f0ece3}.gmp-search-item:hover{background:var(--gmp-cream)}.gmp-search-item img{width:54px;height:54px;object-fit:cover;background:#f4f1ea}.gmp-search-item strong{display:block;font-size:13px}.gmp-search-item small{display:block;color:var(--gmp-muted);font-size:11px;margin-top:3px}.gmp-search-item b{font-size:13px;white-space:nowrap}.gmp-search-loading,.gmp-search-empty{padding:18px;color:var(--gmp-muted);font-size:13px}.gmp-header-actions{display:flex;gap:8px}.gmp-icon-link{position:relative;width:48px;height:48px;border:1px solid var(--gmp-line);background:#fff;color:var(--gmp-ink);display:grid;place-items:center;cursor:pointer;transition:.2s}.gmp-icon-link:hover{border-color:var(--gmp-forest);background:var(--gmp-forest);color:#fff}.gmp-cart-count{position:absolute;right:-5px;top:-6px;min-width:19px;height:19px;padding:0 4px;border-radius:10px;background:var(--gmp-gold);color:#14251e;font-weight:800;font-size:10px;display:grid;place-items:center}.gmp-mobile-toggle{display:none}.gmp-navrow{border-top:1px solid rgba(228,223,210,.75)}.gmp-navrow-inner{display:flex;align-items:center;min-height:58px;gap:28px}.gmp-catalog-menu{position:relative}.gmp-catalog-button{height:40px;border:0;background:var(--gmp-forest);color:#fff;padding:0 19px;display:flex;align-items:center;gap:12px;font:600 13px Manrope;cursor:pointer}.gmp-grid-icon{display:grid;grid-template-columns:repeat(2,4px);gap:3px}.gmp-grid-icon i{width:4px;height:4px;border:1px solid currentColor}.gmp-catalog-dropdown{position:absolute;left:0;top:calc(100% + 10px);width:min(860px,80vw);background:#fff;border:1px solid var(--gmp-line);box-shadow:var(--gmp-shadow);padding:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 18px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.18s;z-index:90}.gmp-catalog-dropdown.is-open,.gmp-catalog-menu:hover .gmp-catalog-dropdown{opacity:1;visibility:visible;transform:none}.gmp-mega-item{padding:13px 10px;border-bottom:1px solid #f0ece3}.gmp-mega-parent{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:13px}.gmp-mega-parent span{font-size:10px;color:var(--gmp-muted);font-weight:600}.gmp-mega-children{display:flex;flex-wrap:wrap;gap:4px 10px;margin-top:8px}.gmp-mega-children a{font-size:11px;color:var(--gmp-muted)}.gmp-mega-children a:hover{color:var(--gmp-forest)}.gmp-primary-nav{flex:1}.gmp-primary-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:26px}.gmp-primary-nav a{font-size:13px;font-weight:600}.gmp-primary-nav a:hover{color:var(--gmp-leaf)}.gmp-phone-pill{font-size:13px;font-weight:800;white-space:nowrap}.gmp-mobile-panel,.gmp-cart-drawer{position:fixed;z-index:110;top:0;bottom:0;background:#fff;box-shadow:-30px 0 80px rgba(12,28,20,.18);transform:translateX(110%);transition:transform .28s ease}.gmp-mobile-panel{left:0;width:min(430px,92vw);transform:translateX(-110%);padding:20px}.gmp-cart-drawer{right:0;width:min(460px,94vw);padding:24px}.gmp-mobile-panel.is-open,.gmp-cart-drawer.is-open{transform:none}.gmp-overlay{position:fixed;z-index:100;inset:0;background:rgba(11,26,19,.42);opacity:0;visibility:hidden;transition:.2s}.gmp-overlay.is-visible{opacity:1;visibility:visible}.gmp-mobile-panel-head,.gmp-cart-drawer-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--gmp-line)}.gmp-mobile-panel-head button,.gmp-cart-drawer-head button{border:0;background:transparent;font-size:30px;cursor:pointer;color:var(--gmp-ink)}.gmp-mobile-search input{width:100%;height:48px;margin:18px 0;border:1px solid var(--gmp-line);padding:0 14px;font:inherit}.gmp-mobile-panel ul{list-style:none;padding:0;margin:0}.gmp-mobile-panel li a{display:block;padding:12px 0;border-bottom:1px solid #f0ece3;font-weight:700}.gmp-mobile-shop{display:block;margin-top:18px;background:var(--gmp-forest);color:#fff;text-align:center;padding:14px}.gmp-mobile-contacts{display:grid;gap:8px;margin-top:20px;font-size:13px;color:var(--gmp-muted)}.gmp-mobile-contacts a{font-weight:800;color:var(--gmp-ink)}.gmp-cart-drawer-body{margin-top:22px;max-height:calc(100vh - 95px);overflow:auto}.gmp-cart-drawer .remove{position:absolute!important;right:0;left:auto!important;top:8px!important}.gmp-cart-drawer .button{margin:0!important;text-align:center!important;border-radius:0!important;background:var(--gmp-forest)!important;color:#fff!important;padding:12px!important}.gmp-hero{background:linear-gradient(135deg,#f4f0e5 0%,#fbfaf6 56%,#eef2e9 100%);border-bottom:1px solid var(--gmp-line)}.gmp-hero-grid{min-height:620px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);align-items:center;gap:70px;padding-block:74px}.gmp-eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:800;color:var(--gmp-leaf);margin-bottom:18px}.gmp-eyebrow span{width:28px;height:1px;background:currentColor}.gmp-eyebrow.light{color:#cdd9cc}.gmp-hero h1,.gmp-section h2,.gmp-season-card h2,.gmp-404 h1{font-family:Prata,Georgia,serif;font-weight:400;letter-spacing:-.025em}.gmp-hero h1{font-size:clamp(46px,5vw,78px);line-height:1.03;margin:0;max-width:790px}.gmp-hero-copy>p{max-width:670px;font-size:17px;color:var(--gmp-muted);margin:24px 0 30px}.gmp-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.gmp-btn{min-height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;border:1px solid transparent;transition:.2s}.gmp-btn-primary{background:var(--gmp-forest);color:#fff}.gmp-btn-primary:hover{background:var(--gmp-forest-2)}.gmp-btn-ghost{border-color:#cfc8b8;background:rgba(255,255,255,.45)}.gmp-btn-ghost:hover{background:#fff}.gmp-btn-light{background:#fff;color:var(--gmp-forest)}.gmp-hero-facts{display:flex;gap:34px;margin-top:52px;padding-top:24px;border-top:1px solid rgba(23,50,41,.13)}.gmp-hero-facts div{display:grid}.gmp-hero-facts strong{font-family:Prata,serif;font-weight:400;font-size:20px}.gmp-hero-facts span{font-size:11px;color:var(--gmp-muted);margin-top:2px}.gmp-hero-visual{position:relative;height:500px}.gmp-hero-orbit{position:absolute;width:380px;height:380px;border:1px solid rgba(36,81,58,.15);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.gmp-hero-orbit:before,.gmp-hero-orbit:after{content:"";position:absolute;border:1px solid rgba(36,81,58,.09);border-radius:50%;inset:45px}.gmp-hero-orbit:after{inset:92px}.gmp-hero-card{position:absolute;margin:0;overflow:hidden;background:#fff;border:7px solid rgba(255,255,255,.9);box-shadow:0 20px 60px rgba(23,50,41,.14)}.gmp-hero-card img{width:100%;height:100%;object-fit:cover;display:block}.gmp-hero-card-1{width:245px;height:315px;left:11%;top:7%;transform:rotate(-4deg)}.gmp-hero-card-2{width:210px;height:255px;right:7%;top:4%;transform:rotate(5deg)}.gmp-hero-card-3{width:225px;height:190px;left:0;bottom:2%;transform:rotate(3deg)}.gmp-hero-card-4{width:250px;height:220px;right:1%;bottom:2%;transform:rotate(-3deg)}.gmp-hero-placeholder{position:absolute;inset:60px;display:grid;place-items:center;align-content:center;border:1px solid rgba(23,50,41,.15);background:rgba(255,255,255,.45)}.gmp-hero-placeholder span{font-family:Prata,serif;font-size:100px;color:rgba(23,50,41,.22)}.gmp-hero-placeholder small{text-transform:uppercase;letter-spacing:.2em;color:var(--gmp-muted)}.gmp-section{padding:92px 0}.gmp-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.gmp-section-head h2,.gmp-benefit-main h2{font-size:clamp(34px,3.2vw,52px);line-height:1.08;margin:0}.gmp-link-arrow{font-size:13px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:3px}.gmp-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.gmp-category-card{position:relative;min-height:320px;background:var(--gmp-cream);overflow:hidden}.gmp-category-media{position:absolute;inset:0;background:linear-gradient(145deg,#dfe7d9,#eff1e9);transition:transform .55s ease}.gmp-category-media.has-image{background-position:center;background-size:cover}.gmp-category-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(12,32,22,.72),rgba(12,32,22,.03) 65%)}.gmp-category-card:hover .gmp-category-media{transform:scale(1.04)}.gmp-category-content{position:absolute;left:0;right:0;bottom:0;padding:22px;color:#fff}.gmp-category-index{font-size:10px;letter-spacing:.13em;opacity:.78}.gmp-category-content h3{font-family:Prata,serif;font-weight:400;font-size:23px;line-height:1.15;margin:8px 0 5px}.gmp-category-content p{margin:0;font-size:11px;opacity:.76}.gmp-benefits-section{background:var(--gmp-ink);color:#fff}.gmp-benefits-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:1px;background:rgba(255,255,255,.12)}.gmp-benefit-main,.gmp-benefit{background:var(--gmp-ink);padding:46px 38px}.gmp-benefit-main p{color:#b9c8c0;max-width:590px}.gmp-benefit>span{color:var(--gmp-gold);font-size:10px;letter-spacing:.15em}.gmp-benefit h3{font-family:Prata,serif;font-weight:400;font-size:24px;margin:46px 0 10px}.gmp-benefit p{margin:0;color:#b9c8c0;font-size:13px}.gmp-products-section{background:#fff}.gmp-card-badges{position:absolute;z-index:4;left:10px;top:10px;display:flex;gap:5px}.gmp-badge{background:var(--gmp-forest);color:#fff;padding:5px 8px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.gmp-badge-sale{background:var(--gmp-danger)}.gmp-product-brand{padding:0 16px;margin-top:-2px;color:var(--gmp-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.gmp-season-cta{padding-top:0}.gmp-season-card{background:linear-gradient(130deg,var(--gmp-forest-2),#355d42);color:#fff;min-height:300px;padding:52px 56px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;overflow:hidden}.gmp-season-card:after{content:"";position:absolute;width:320px;height:320px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:12%;top:-70px}.gmp-season-card>div{position:relative;z-index:2}.gmp-season-card h2{font-size:clamp(34px,4vw,58px);max-width:800px;margin:0}.gmp-season-card p{max-width:680px;color:#c8d4cd}.gmp-season-card .gmp-btn{position:relative;z-index:2;white-space:nowrap}.gmp-footer{background:#10261d;color:#dfe7e2;padding:64px 0 24px}.gmp-footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:50px}.gmp-footer .gmp-brand-fallback{color:#fff}.gmp-footer .gmp-brand-mark{background:transparent;border-color:rgba(255,255,255,.2)}.gmp-footer .gmp-brand-fallback small{color:#9db0a6}.gmp-footer-brand p{color:#9db0a6;font-size:13px;max-width:390px}.gmp-footer h3{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#8fa59a;margin:0 0 18px}.gmp-footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start}.gmp-footer-grid a,.gmp-footer-grid span{font-size:13px;margin:5px 0}.gmp-footer-grid a:hover{color:#fff}.gmp-footer-phone{font-family:Prata,serif!important;font-size:22px!important;color:#fff}.gmp-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);margin-top:48px;padding-top:20px;color:#82978d;font-size:10px}.gmp-content-main,.gmp-shop-main{padding:54px 0 90px}.gmp-page-article h1,.gmp-article h1{font-family:Prata,serif;font-weight:400;font-size:44px}.gmp-entry-content{font-size:15px;color:#3c4b44}.gmp-entry-content h2,.gmp-entry-content h3{color:var(--gmp-ink)}.gmp-entry-content a{text-decoration:underline}.gmp-404{text-align:center;padding:70px 0 110px}.gmp-404 .gmp-eyebrow{justify-content:center}.gmp-404 h1{font-size:56px;margin:0}.gmp-404 p{color:var(--gmp-muted);margin:14px 0 28px}.gmp-product-trust{border-top:1px solid var(--gmp-line);margin-top:26px;padding-top:20px;display:grid;gap:12px}.gmp-product-trust div{display:grid;grid-template-columns:130px 1fr;gap:12px;font-size:12px}.gmp-product-trust span{color:var(--gmp-muted)}
@media (max-width:1180px){:root{--gmp-container:min(100% - 36px,1200px)}.gmp-mainbar-inner{grid-template-columns:220px 1fr auto;gap:16px}.gmp-primary-nav ul{gap:18px}.gmp-phone-pill{display:none}.gmp-hero-grid{grid-template-columns:1.05fr .95fr;gap:30px}.gmp-hero-visual{transform:scale(.9)}.gmp-category-grid{grid-template-columns:repeat(3,1fr)}.gmp-benefits-grid{grid-template-columns:1.2fr 1fr 1fr}.gmp-benefit:last-child{grid-column:2/4}.gmp-footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:28px}}
@media (max-width:900px){:root{--gmp-container:calc(100% - 28px)}.gmp-topbar-left .gmp-dot,.gmp-topbar-left span:nth-child(3){display:none}.gmp-mainbar-inner{min-height:78px;grid-template-columns:42px 1fr auto}.gmp-mobile-toggle{display:flex;width:42px;height:42px;border:1px solid var(--gmp-line);background:#fff;flex-direction:column;align-items:center;justify-content:center;gap:4px}.gmp-mobile-toggle span{width:17px;height:1px;background:var(--gmp-ink)}.gmp-logo{justify-content:center}.gmp-logo .custom-logo{max-height:48px}.gmp-logo .gmp-brand-fallback small{display:none}.gmp-logo .gmp-brand-mark{width:42px;height:42px}.gmp-search-wrap,.gmp-navrow{display:none}.gmp-hero-grid{min-height:auto;grid-template-columns:1fr;padding-block:58px}.gmp-hero-copy{text-align:center}.gmp-eyebrow{justify-content:center}.gmp-hero-copy>p{margin-inline:auto}.gmp-hero-actions,.gmp-hero-facts{justify-content:center}.gmp-hero-visual{height:420px;max-width:620px;width:100%;margin:0 auto}.gmp-category-grid{grid-template-columns:repeat(2,1fr)}.gmp-benefits-grid{grid-template-columns:1fr 1fr}.gmp-benefit-main{grid-column:1/-1}.gmp-benefit:last-child{grid-column:auto}.gmp-footer-grid{grid-template-columns:1fr 1fr}.gmp-footer-brand{grid-column:1/-1}}
@media (max-width:620px){.gmp-topbar{display:none}.gmp-mainbar-inner{min-height:70px}.gmp-brand-fallback strong{font-size:15px}.gmp-header-actions .gmp-icon-link:first-child{display:none}.gmp-icon-link{width:42px;height:42px}.gmp-hero-grid{padding:46px 0 34px}.gmp-hero h1{font-size:42px}.gmp-hero-copy>p{font-size:14px}.gmp-hero-actions{display:grid;grid-template-columns:1fr;width:100%}.gmp-hero-facts{gap:16px;justify-content:space-between;margin-top:34px}.gmp-hero-facts strong{font-size:17px}.gmp-hero-facts span{font-size:9px}.gmp-hero-visual{height:310px}.gmp-hero-orbit{width:270px;height:270px}.gmp-hero-card{border-width:4px}.gmp-hero-card-1{width:150px;height:195px;left:10%;top:7%}.gmp-hero-card-2{width:135px;height:165px;right:7%;top:4%}.gmp-hero-card-3{width:145px;height:120px;left:1%;bottom:1%}.gmp-hero-card-4{width:155px;height:135px;right:1%;bottom:1%}.gmp-section{padding:62px 0}.gmp-section-head{align-items:flex-start;flex-direction:column;margin-bottom:24px}.gmp-section-head h2,.gmp-benefit-main h2{font-size:34px}.gmp-category-grid{grid-template-columns:1fr}.gmp-category-card{min-height:260px}.gmp-benefits-grid{grid-template-columns:1fr}.gmp-benefit-main,.gmp-benefit{padding:34px 24px}.gmp-benefit:last-child{grid-column:auto}.gmp-benefit h3{margin-top:24px}.gmp-season-card{padding:34px 24px;display:block}.gmp-season-card h2{font-size:36px}.gmp-season-card .gmp-btn{margin-top:12px}.gmp-footer{padding-top:46px}.gmp-footer-grid{grid-template-columns:1fr}.gmp-footer-brand{grid-column:auto}.gmp-footer-bottom{display:grid}.gmp-content-main,.gmp-shop-main{padding-top:34px}.gmp-product-trust div{grid-template-columns:1fr;gap:2px}}
.gmp-catalog-tools{clear:both;display:flex;align-items:end;justify-content:space-between;gap:24px;padding:18px 0 22px;margin:0 0 28px;border-top:1px solid var(--gmp-line);border-bottom:1px solid var(--gmp-line)}.gmp-catalog-tools-title{display:grid;min-width:160px}.gmp-catalog-tools-title strong{font-family:Prata,serif;font-size:18px;font-weight:400}.gmp-catalog-tools-title span{font-size:10px;color:var(--gmp-muted);margin-top:2px}.gmp-catalog-filter{display:flex;align-items:end;justify-content:flex-end;gap:8px;flex:1}.gmp-catalog-filter label{display:grid;gap:4px}.gmp-catalog-filter label>span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--gmp-muted)}.gmp-catalog-filter select,.gmp-catalog-filter input{height:40px;border:1px solid var(--gmp-line);background:#fff;padding:0 10px;font:12px Manrope;min-width:180px}.gmp-catalog-filter .gmp-price-field input{min-width:90px;width:100px}.gmp-catalog-filter button{height:40px;border:0;background:var(--gmp-forest);color:#fff;padding:0 16px;font:700 11px Manrope;cursor:pointer}.gmp-filter-reset{height:40px;display:flex;align-items:center;padding:0 10px;font-size:10px;color:var(--gmp-muted);text-decoration:underline}@media(max-width:900px){.gmp-catalog-tools{display:block}.gmp-catalog-tools-title{margin-bottom:14px}.gmp-catalog-filter{justify-content:flex-start;flex-wrap:wrap}}@media(max-width:620px){.gmp-catalog-filter{display:grid;grid-template-columns:1fr 1fr}.gmp-catalog-filter label:first-child{grid-column:1/-1}.gmp-catalog-filter select,.gmp-catalog-filter input,.gmp-catalog-filter .gmp-price-field input{width:100%;min-width:0}.gmp-catalog-filter button{grid-column:1/-1}.gmp-filter-reset{grid-column:1/-1;justify-content:center}}

/* GardenMP Custom Store 2.0 */
body{font-family:Arial,"Helvetica Neue",sans-serif}.gmp-brand-fallback strong,.gmp-hero h1,.gmp-section-head h2,.gmp-benefit-main h2,.gmp-catalog-heading h1,.gmp-product-summary h1,.gmp-product-description h2{font-family:Georgia,"Times New Roman",serif}.gmp-footer-cart{border:0;background:transparent;padding:0;color:inherit;font:inherit;cursor:pointer;margin:5px 0}.gmp-footer-cart:hover{color:#fff}
.gmp-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.gmp-product-card{position:relative;border:1px solid var(--gmp-line);background:#fff;min-width:0;transition:transform .25s,box-shadow .25s,border-color .25s}.gmp-product-card:hover{transform:translateY(-4px);box-shadow:var(--gmp-shadow);border-color:#d6cfbf}.gmp-product-media{position:relative;display:block;aspect-ratio:1/1;background:#f7f5ef;overflow:hidden}.gmp-product-media img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .35s}.gmp-product-card:hover .gmp-product-media img{transform:scale(1.035)}.gmp-product-media em{position:absolute;left:10px;top:10px;background:#9f433c;color:#fff;padding:5px 8px;font-size:10px;font-style:normal;text-transform:uppercase;letter-spacing:.08em}.gmp-product-media em.hit{left:auto;right:10px;background:var(--gmp-forest)}.gmp-no-image{width:100%;height:100%;display:grid;place-items:center;font:42px Georgia;color:#b7b1a4;background:linear-gradient(135deg,#f4f1e8,#fff)}.gmp-no-image.large{min-height:520px}.gmp-product-body{padding:16px}.gmp-product-brand{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:var(--gmp-leaf);font-weight:700;margin-bottom:7px}.gmp-product-body h3{font-size:14px;line-height:1.42;margin:0 0 8px;min-height:60px}.gmp-sku,.gmp-single-sku{font-size:10px;color:var(--gmp-muted)}.gmp-product-bottom{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:15px}.gmp-price{display:grid;gap:2px}.gmp-price del,.gmp-single-price del{font-size:11px;color:#9d9689}.gmp-price strong{font-size:17px}.gmp-add-cart{border:0;background:var(--gmp-forest);color:#fff;min-height:38px;padding:0 12px;font-size:10px;font-weight:700;cursor:pointer}.gmp-add-cart:hover{background:var(--gmp-forest-2)}
.gmp-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:7px;font-size:10px;color:var(--gmp-muted);margin-bottom:28px}.gmp-breadcrumbs a:hover{color:var(--gmp-forest)}.gmp-catalog-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.gmp-catalog-heading h1{font-weight:400;font-size:clamp(38px,5vw,62px);line-height:1.05;margin:6px 0}.gmp-catalog-heading p{margin:0;color:var(--gmp-muted);font-size:12px}.gmp-subcats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--gmp-line);border-left:1px solid var(--gmp-line);margin-bottom:30px}.gmp-subcats a{min-height:72px;padding:14px;border-right:1px solid var(--gmp-line);border-bottom:1px solid var(--gmp-line);display:flex;justify-content:space-between;gap:10px;align-items:start;background:#fff}.gmp-subcats a:hover{background:var(--gmp-cream)}.gmp-subcats strong{font-size:12px}.gmp-subcats span{font-size:10px;color:var(--gmp-muted)}
.gmp-catalog-tools{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(180px,1fr) 120px 120px minmax(170px,1fr) auto;align-items:end;gap:8px;padding:18px 0 22px;margin:0 0 28px;border-top:1px solid var(--gmp-line);border-bottom:1px solid var(--gmp-line)}.gmp-catalog-tools label{display:grid;gap:4px}.gmp-catalog-tools label>span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--gmp-muted)}.gmp-catalog-tools select,.gmp-catalog-tools input{width:100%;height:42px;border:1px solid var(--gmp-line);background:#fff;padding:0 10px;font:12px Arial}.gmp-catalog-tools button{height:42px;border:0;background:var(--gmp-forest);color:#fff;padding:0 18px;font-weight:700;cursor:pointer}.gmp-pagination{display:flex;flex-wrap:wrap;gap:5px;margin-top:34px}.gmp-pagination a{width:40px;height:40px;display:grid;place-items:center;background:#f3f0e8;font-size:12px}.gmp-pagination a.active{background:var(--gmp-forest);color:#fff}.gmp-empty-catalog{padding:70px 20px;text-align:center;background:var(--gmp-cream)}
.gmp-product-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.8fr);gap:54px}.gmp-product-main-image{background:#f8f6f0;border:1px solid var(--gmp-line);min-height:560px;display:grid;place-items:center;overflow:hidden}.gmp-product-main-image img{width:100%;height:100%;max-height:680px;object-fit:contain;padding:18px}.gmp-product-thumbs{display:flex;gap:8px;overflow:auto;margin-top:10px}.gmp-product-thumbs button{width:84px;height:84px;flex:0 0 84px;border:1px solid var(--gmp-line);background:#fff;padding:5px;cursor:pointer}.gmp-product-thumbs img{width:100%;height:100%;object-fit:contain}.gmp-product-summary{padding-top:16px}.gmp-product-summary h1{font-size:clamp(34px,4vw,54px);font-weight:400;line-height:1.08;margin:8px 0 10px}.gmp-single-price{display:flex;align-items:baseline;gap:12px;margin:28px 0 18px}.gmp-single-price strong{font-size:34px}.gmp-single-price del{font-size:16px}.gmp-annotation{font-size:14px;color:#48554f}.gmp-stock{display:inline-flex;margin:12px 0 22px;padding:7px 10px;background:#edf5ef;color:#24513a;font-size:11px;font-weight:700}.gmp-stock.out{background:#f8eceb;color:#9f433c}.gmp-buy-row{display:grid;grid-template-columns:110px 1fr;gap:10px}.gmp-buy-row label{display:grid;gap:4px;font-size:9px;text-transform:uppercase;color:var(--gmp-muted)}.gmp-buy-row input{height:48px;border:1px solid var(--gmp-line);padding:0 12px}.gmp-product-description{grid-column:1/-1;margin-top:30px;border-top:1px solid var(--gmp-line);padding-top:45px;max-width:1000px}.gmp-product-description h2{font-size:38px;font-weight:400}.gmp-product-description p{color:#3f4c46}.gmp-product-trust{border-top:1px solid var(--gmp-line);margin-top:26px;padding-top:20px;display:grid;gap:12px}.gmp-product-trust div{display:grid;grid-template-columns:150px 1fr;gap:12px;font-size:12px}.gmp-product-trust span{color:var(--gmp-muted)}
.gmp-cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(460px,94vw);background:#fff;z-index:110;transform:translateX(105%);transition:transform .25s;display:grid;grid-template-rows:auto 1fr auto;box-shadow:-20px 0 70px rgba(10,30,20,.15)}.gmp-cart-drawer.is-open{transform:none}.gmp-cart-drawer-head{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid var(--gmp-line)}.gmp-cart-drawer-head button,.gmp-checkout-close{width:38px;height:38px;border:1px solid var(--gmp-line);background:#fff;font-size:24px;cursor:pointer}.gmp-cart-drawer-body{overflow:auto;padding:10px 20px}.gmp-cart-empty{padding:60px 10px;text-align:center;color:var(--gmp-muted)}.gmp-cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--gmp-line)}.gmp-cart-line img{width:72px;height:72px;object-fit:contain;background:#f7f5ef}.gmp-cart-line h4{font-size:12px;margin:0 0 5px}.gmp-cart-line small{font-size:9px;color:var(--gmp-muted)}.gmp-cart-line-controls{display:flex;align-items:center;gap:5px;margin-top:8px}.gmp-cart-line-controls button{width:28px;height:28px;border:1px solid var(--gmp-line);background:#fff;cursor:pointer}.gmp-cart-line-controls input{width:48px;height:28px;border:1px solid var(--gmp-line);text-align:center}.gmp-cart-remove{border:0!important;color:#9f433c;background:transparent!important;width:auto!important;font-size:10px}.gmp-cart-line-price{font-size:12px;font-weight:700;white-space:nowrap}.gmp-cart-drawer-foot{padding:18px 20px;border-top:1px solid var(--gmp-line)}.gmp-cart-drawer-foot>div{display:flex;justify-content:space-between;margin-bottom:12px}.gmp-cart-drawer-foot .gmp-btn{width:100%}
.gmp-checkout-modal{position:fixed;inset:0;z-index:130;background:rgba(12,28,21,.55);backdrop-filter:blur(6px);display:none;place-items:center;padding:18px}.gmp-checkout-modal.is-open{display:grid}.gmp-checkout-card{position:relative;width:min(720px,100%);max-height:94vh;overflow:auto;background:var(--gmp-paper);padding:34px}.gmp-checkout-close{position:absolute;right:18px;top:18px}.gmp-checkout-card h2{font:400 36px Georgia;margin:8px 0 24px}.gmp-checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gmp-checkout-grid label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--gmp-muted)}.gmp-checkout-grid .wide{grid-column:1/-1}.gmp-checkout-grid input,.gmp-checkout-grid select,.gmp-checkout-grid textarea{width:100%;border:1px solid var(--gmp-line);background:#fff;padding:11px;margin-top:5px;font:14px Arial}.gmp-checkout-summary{display:flex;justify-content:space-between;padding:18px 0;margin-top:12px;border-top:1px solid var(--gmp-line)}.gmp-checkout-submit{width:100%}.gmp-checkout-status{font-size:12px}.is-hidden{display:none!important}
body.gmp-mobile-open,body.gmp-cart-open{overflow:hidden}.gmp-overlay{position:fixed;inset:0;background:rgba(14,31,24,.38);z-index:100;opacity:0;visibility:hidden;transition:.2s}.gmp-overlay.is-visible{opacity:1;visibility:visible}
@media(max-width:1180px){.gmp-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gmp-subcats{grid-template-columns:repeat(3,1fr)}.gmp-catalog-tools{grid-template-columns:1.3fr 1fr 100px 100px}.gmp-catalog-tools label:nth-of-type(5){grid-column:1/3}.gmp-catalog-tools button{grid-column:3/5}}
@media(max-width:900px){.gmp-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gmp-subcats{grid-template-columns:repeat(2,1fr)}.gmp-catalog-tools{grid-template-columns:1fr 1fr}.gmp-catalog-tools label:nth-of-type(5),.gmp-catalog-tools button{grid-column:auto}.gmp-product-page{grid-template-columns:1fr;gap:28px}.gmp-product-description{grid-column:auto}.gmp-product-main-image{min-height:420px}}
@media(max-width:620px){.gmp-products-grid{gap:8px}.gmp-product-body{padding:10px}.gmp-product-body h3{font-size:12px;min-height:68px}.gmp-product-bottom{display:grid}.gmp-add-cart{width:100%}.gmp-subcats{grid-template-columns:1fr}.gmp-catalog-tools{grid-template-columns:1fr 1fr}.gmp-filter-search,.gmp-catalog-tools label:nth-of-type(2),.gmp-catalog-tools label:nth-of-type(5),.gmp-catalog-tools button{grid-column:1/-1}.gmp-product-main-image{min-height:320px}.gmp-product-summary h1{font-size:34px}.gmp-buy-row{grid-template-columns:90px 1fr}.gmp-product-trust div{grid-template-columns:1fr;gap:2px}.gmp-checkout-card{padding:28px 18px}.gmp-checkout-grid{grid-template-columns:1fr}.gmp-checkout-grid .wide{grid-column:auto}}
