:root{--mh-green:#4f651f;--mh-green-dark:#30450e;--mh-green-soft:#74852f;--mh-cream:#fbf7ed;--mh-cream-2:#f6efe1;--mh-brown:#3c2a1f;--mh-muted:#746858;--mh-line:#e8dfcf;--mh-shadow:0 18px 45px rgba(52,43,28,.10);--mh-radius:18px}*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--mh-brown);background:#fffaf2;font-size:15px}a{color:var(--mh-green);text-decoration:none;transition:.2s ease}a:hover{color:var(--mh-green-dark)}img{max-width:100%;height:auto}.container-xl{max-width:1200px}.screen-reader-text{position:absolute;left:-9999px}.mh-topbar{background:var(--mh-green-dark);color:#fff;font-size:13px;padding:8px 0}.mh-topbar i{margin-right:6px}.mh-navbar{background:rgba(255,255,255,.96);box-shadow:0 8px 26px rgba(63,49,31,.06);position:sticky;top:0;z-index:50;min-height:80px}.mh-brand img{width:150px;max-height:72px;object-fit:contain}.mh-menu .nav-link{color:var(--mh-brown);font-weight:700;font-size:14px;padding:10px 16px!important;border-radius:999px}.mh-menu .nav-link:hover,.mh-menu .current-menu-item>a{background:#f3ebd9;color:var(--mh-green)}.mh-menu .sub-menu{list-style:none;margin:0;padding:10px;background:#fff;border:1px solid var(--mh-line);border-radius:14px;box-shadow:var(--mh-shadow)}@media(min-width:992px){.mh-menu .menu-item-has-children{position:relative}.mh-menu .sub-menu{position:absolute;top:100%;left:0;min-width:220px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.mh-menu .menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:none}.mh-menu .sub-menu a{display:block;padding:9px 10px;color:var(--mh-brown);font-weight:600}}.mh-product-search{display:flex;align-items:center;border:1px solid var(--mh-line);background:#fff;border-radius:10px;overflow:hidden;height:42px}.mh-product-search input{border:0;padding:0 12px;outline:0;width:220px;background:transparent}.mh-product-search button{border:0;background:#fff6e6;width:42px;height:42px;color:var(--mh-brown)}.mh-account,.mh-cart{display:inline-flex;align-items:center;gap:7px;color:var(--mh-brown);font-weight:700;white-space:nowrap}.mh-cart span{background:var(--mh-green);color:#fff;border-radius:999px;padding:2px 7px;font-size:11px}.mh-hero{min-height:430px;background-size:cover;background-position:center;position:relative;overflow:hidden}.mh-hero-fallback{background:radial-gradient(circle at 85% 22%,rgba(105,126,33,.32),transparent 26%),radial-gradient(circle at 70% 85%,rgba(158,170,53,.22),transparent 28%),linear-gradient(90deg,#fffaf0 0%,#f8efd9 46%,#d9d7a6 100%)}.min-vh-hero{min-height:430px}.mh-hero h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(42px,5.2vw,72px);line-height:.96;font-weight:800;letter-spacing:-1px;margin:0 0 18px}.mh-hero h1 span{display:block;color:var(--mh-green)}.mh-hero p{font-size:18px;line-height:1.55;max-width:560px;color:#4a3b2e;margin-bottom:22px}.mh-btn{display:inline-flex;align-items:center;gap:10px;background:var(--mh-green);color:#fff!important;border-radius:10px;padding:13px 24px;font-weight:800;box-shadow:0 12px 26px rgba(79,101,31,.24);border:0}.mh-btn:hover{background:var(--mh-green-dark);transform:translateY(-1px)}.mh-btn.small{padding:10px 18px;font-size:14px}.mh-hero-badges{display:flex;gap:28px;flex-wrap:wrap;margin-top:26px}.mh-hero-badges div{display:grid;grid-template-columns:34px 1fr;column-gap:8px;align-items:center}.mh-hero-badges i{font-size:27px;color:var(--mh-green);grid-row:1/3}.mh-hero-badges strong{font-size:14px}.mh-hero-badges small{font-size:12px;color:var(--mh-muted)}.mh-hero-product-card{padding:26px;border-radius:28px;background:rgba(255,250,239,.38);backdrop-filter:blur(2px);box-shadow:var(--mh-shadow);max-width:430px;margin-left:auto}.mh-hero-product-card img{border-radius:24px}.carousel-control-prev,.carousel-control-next{width:48px}.mh-categories{background:#fbf3e5;padding:14px 0 12px;border-top:1px solid var(--mh-line);border-bottom:1px solid var(--mh-line)}.mh-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.mh-cat-card{display:grid;grid-template-columns:70px 1fr 24px;gap:12px;align-items:center;background:#fff;border:1px solid var(--mh-line);border-radius:14px;padding:10px 12px;box-shadow:0 10px 22px rgba(72,58,38,.06);color:var(--mh-brown)}.mh-cat-card img{width:70px;height:54px;object-fit:cover;border-radius:10px}.mh-cat-card strong{display:block;font-family:"Playfair Display",serif;font-size:18px}.mh-cat-card small{display:block;color:var(--mh-muted);line-height:1.25}.mh-cat-card i{color:var(--mh-green)}.mh-section{padding:26px 0}.mh-section-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.mh-section-title h2,.mh-centered-title{font-family:"Playfair Display",serif;font-weight:800;color:var(--mh-brown);font-size:30px;margin:0}.mh-section-title i,.mh-centered-title i{color:var(--mh-green);font-size:.8em}.mh-section-title>a{font-weight:800;color:var(--mh-green-dark)}.mh-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.mh-product-card{position:relative;background:#fff;border:1px solid var(--mh-line);border-radius:16px;padding:14px;box-shadow:0 12px 28px rgba(60,42,31,.06);min-height:310px;display:flex;flex-direction:column}.mh-badge{position:absolute;left:12px;top:12px;background:var(--mh-green);color:#fff;border-radius:999px;font-size:11px;font-weight:800;padding:4px 9px;z-index:2}.mh-heart{position:absolute;right:12px;top:12px;color:#938774;font-size:19px}.mh-product-image{height:142px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.mh-product-image img{max-height:140px;width:auto;object-fit:contain;border-radius:12px}.mh-product-card h3{font-size:15px;font-weight:800;line-height:1.35;margin:0 0 4px}.mh-product-card h3 a{color:var(--mh-brown)}.mh-product-card p{color:var(--mh-muted);font-size:13px;margin:0 0 8px}.mh-price{font-weight:900;color:var(--mh-brown);font-size:17px;margin-top:auto}.mh-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px}.mh-qty{display:inline-flex;gap:11px;align-items:center;background:#fffaf3;border:1px solid var(--mh-line);border-radius:8px;padding:6px 9px;color:var(--mh-muted);font-size:12px}.mh-add-cart{background:var(--mh-green);color:#fff!important;border-radius:8px;padding:7px 10px;font-size:12px;font-weight:800;white-space:nowrap}.mh-story-section{padding:8px 0 26px}.mh-story-card{display:grid;grid-template-columns:1.05fr 1.1fr 1.45fr;background:#fff9eb;border:1px solid var(--mh-line);border-radius:18px;overflow:hidden;box-shadow:0 14px 36px rgba(68,52,29,.07)}.mh-story-img img{width:100%;height:100%;object-fit:cover;min-height:185px}.mh-story-text{padding:26px}.mh-story-text h2{font-family:"Playfair Display",serif;font-weight:800}.mh-story-text h2 i{color:var(--mh-green);font-size:.78em}.mh-story-text p{color:var(--mh-muted);line-height:1.55}.mh-stats{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center;background:#fffdf6}.mh-stats div{padding:22px 10px}.mh-stats i{font-size:31px;color:var(--mh-green);display:block;margin-bottom:6px}.mh-stats strong{font-size:27px;font-weight:900;display:block}.mh-stats span{font-size:13px;color:var(--mh-brown);font-weight:700}.mh-benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#fff;border:1px solid var(--mh-line);border-radius:16px;margin-top:14px;box-shadow:0 12px 26px rgba(60,42,31,.05)}.mh-benefits div{padding:18px 18px;display:grid;grid-template-columns:38px 1fr;column-gap:12px;align-items:center}.mh-benefits i{font-size:30px;color:var(--mh-green);grid-row:1/3}.mh-benefits strong{font-weight:900}.mh-benefits span{color:var(--mh-muted);font-size:13px}.mh-centered-title{text-align:center;margin-bottom:24px}.mh-testimonial-card{background:#fff;border:1px solid var(--mh-line);border-radius:16px;padding:18px;box-shadow:0 12px 28px rgba(60,42,31,.06);height:100%}.mh-testimonial-card img{width:58px;height:58px;border-radius:50%;object-fit:cover}.mh-stars{color:#f0a500;letter-spacing:2px}.mh-testimonial-card p{color:#5e5347;font-size:14px;line-height:1.55}.mh-blog-card{background:#fff;border:1px solid var(--mh-line);border-radius:16px;padding:12px;display:grid;grid-template-columns:42% 1fr;gap:14px;height:100%;box-shadow:0 12px 28px rgba(60,42,31,.06)}.mh-blog-img img{width:100%;height:150px;object-fit:cover;border-radius:12px}.mh-blog-card small{color:#9a8d7d}.mh-blog-card h3{font-size:18px;font-weight:900;line-height:1.25}.mh-blog-card h3 a{color:var(--mh-brown)}.mh-blog-card p{font-size:13px;color:var(--mh-muted);line-height:1.45}.mh-blog-card a:last-child{font-weight:800}.mh-instagram{padding:14px 0 24px}.mh-insta-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.mh-insta-grid img{width:100%;height:116px;object-fit:cover;border-radius:12px;box-shadow:0 10px 24px rgba(60,42,31,.08)}.mh-newsletter{padding:22px 0 34px}.mh-newsletter-inner{background:#fff7e8;border:1px solid var(--mh-line);border-radius:20px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;overflow:hidden}.mh-newsletter-inner:before,.mh-newsletter-inner:after{content:"";position:absolute;width:160px;height:70px;background:rgba(79,101,31,.12);border-radius:50%;transform:rotate(-20deg)}.mh-newsletter-inner:before{left:-50px;bottom:-30px}.mh-newsletter-inner:after{right:-50px;top:-30px}.mh-newsletter h2{font-family:"Playfair Display",serif;font-weight:800;margin:0}.mh-newsletter p{margin:6px 0 0;color:var(--mh-muted)}.mh-newsletter form{position:relative;z-index:1;display:flex;border:1px solid var(--mh-line);background:#fff;border-radius:11px;overflow:hidden;min-width:390px}.mh-newsletter input{border:0;outline:0;padding:13px 15px;flex:1}.mh-newsletter button{border:0;background:var(--mh-green);color:#fff;font-weight:900;padding:0 20px}.mh-footer{background:#fff7eb;border-top:1px solid var(--mh-line);padding-top:34px}.mh-footer-logo img{width:150px;max-height:78px;object-fit:contain}.mh-footer p{color:var(--mh-muted);line-height:1.55;margin-top:12px}.mh-footer h4{font-family:"Playfair Display",serif;font-weight:800;font-size:20px;margin-bottom:14px}.footer-links,.footer-contact{padding:0;margin:0;list-style:none}.footer-links li{margin-bottom:8px}.footer-links a{color:#594c3f;font-weight:600}.footer-contact li{display:flex;gap:10px;margin-bottom:11px;color:#594c3f}.footer-contact i{color:var(--mh-green)}.mh-socials{display:flex;gap:10px}.mh-socials a{width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--mh-green);color:#fff}.mh-footer-bottom{background:var(--mh-green-dark);color:#fff;margin-top:30px;padding:14px 0;font-size:13px}.mh-payments{font-weight:800;letter-spacing:.3px}.mh-payments b{color:#f2bd45;margin:0 6px}.mh-whatsapp{position:fixed;right:24px;bottom:84px;width:62px;height:62px;border-radius:50%;background:#25d366;color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:31px;z-index:80;box-shadow:0 16px 34px rgba(37,211,102,.32)}.mh-to-top{position:fixed;right:24px;bottom:22px;width:44px;height:44px;border-radius:50%;border:0;background:var(--mh-green-dark);color:#fff;z-index:79;opacity:0;visibility:hidden;transition:.2s}.mh-to-top.visible{opacity:1;visibility:visible}.mh-page-hero{background:linear-gradient(135deg,#fff9ec,#e9e0c1);padding:54px 0;border-bottom:1px solid var(--mh-line)}.mh-page-hero h1{font-family:"Playfair Display",serif;font-size:48px;font-weight:800;margin:0}.mh-content-area{padding:44px 0}.mh-content-area.narrow{max-width:900px}.mh-entry{background:#fff;border:1px solid var(--mh-line);border-radius:18px;padding:30px;box-shadow:var(--mh-shadow)}.mh-single-thumb{border-radius:18px;margin-bottom:25px;width:100%;height:auto}.mh-pagination{margin-top:28px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{background:#fff;border:1px solid var(--mh-line);border-radius:16px;padding:14px;box-shadow:0 12px 28px rgba(60,42,31,.06)}.woocommerce ul.products li.product .button,.woocommerce div.product form.cart .button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--mh-green)!important;color:#fff!important;border-radius:9px;font-weight:800}.woocommerce div.product .product_title{font-family:"Playfair Display",serif;font-weight:800}.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price{color:var(--mh-green-dark);font-weight:900}.woocommerce .woocommerce-breadcrumb{font-size:13px;color:var(--mh-muted)}@media(max-width:1199px){.mh-product-grid{grid-template-columns:repeat(3,1fr)}.mh-category-grid{grid-template-columns:repeat(3,1fr)}.mh-benefits{grid-template-columns:repeat(3,1fr)}.mh-story-card{grid-template-columns:1fr}.mh-stats{grid-template-columns:repeat(4,1fr)}}@media(max-width:991px){.mh-navbar{position:relative}.mh-header-actions{flex-wrap:wrap;margin-top:10px}.mh-product-search input{width:170px}.mh-hero{min-height:360px}.min-vh-hero{min-height:360px}.mh-category-grid{grid-template-columns:repeat(2,1fr)}.mh-product-grid{grid-template-columns:repeat(2,1fr)}.mh-insta-grid{grid-template-columns:repeat(4,1fr)}.mh-newsletter-inner{display:block}.mh-newsletter form{min-width:0;margin-top:18px}.mh-blog-card{grid-template-columns:1fr}.mh-blog-img img{height:190px}}@media(max-width:575px){body{font-size:14px}.mh-topbar{font-size:11px}.mh-brand img{width:118px}.mh-hero h1{font-size:38px}.mh-hero p{font-size:15px}.mh-hero-badges{gap:14px}.mh-category-grid,.mh-product-grid,.mh-benefits,.mh-stats{grid-template-columns:1fr}.mh-cat-card{grid-template-columns:58px 1fr 22px}.mh-cat-card img{width:58px;height:48px}.mh-card-bottom{align-items:flex-start;flex-direction:column}.mh-add-cart{width:100%;text-align:center}.mh-insta-grid{grid-template-columns:repeat(2,1fr)}.mh-newsletter form{display:block;border:0;background:transparent}.mh-newsletter input{border:1px solid var(--mh-line);border-radius:10px;width:100%;margin-bottom:10px}.mh-newsletter button{border-radius:10px;width:100%;padding:13px}.mh-page-hero h1{font-size:34px}.mh-entry{padding:20px}.mh-whatsapp{width:56px;height:56px;right:16px;bottom:78px}.mh-to-top{right:16px}}
.mh-qty button{border:0;background:transparent;color:var(--mh-green-dark);font-weight:900;line-height:1;padding:0 2px}.mh-qty button:hover{color:var(--mh-green)}.mh-product-empty{grid-column:1/-1;background:#fff;border:1px dashed var(--mh-line);border-radius:16px;padding:24px;text-align:center;color:var(--mh-muted);box-shadow:0 12px 28px rgba(60,42,31,.04)}.mh-product-empty strong{color:var(--mh-brown);font-size:18px}.mh-product-empty a{display:inline-block;margin-top:8px;font-weight:900}.mh-add-cart.added{background:var(--mh-green-dark)!important}.mh-add-cart.loading{opacity:.75;pointer-events:none}@media(max-width:575px){.mh-card-bottom .mh-qty{width:100%;justify-content:center}.mh-add-cart.button{display:block;width:100%;text-align:center}}
.mh-newsletter form{flex-wrap:wrap}.mh-newsletter-notice{width:100%;padding:10px 14px;font-weight:800;font-size:13px;border-bottom:1px solid var(--mh-line)}.mh-newsletter-success{background:#edf6e5;color:#365019}.mh-newsletter-info{background:#fff7df;color:#705313}.mh-newsletter-error{background:#fff0ee;color:#8a2d20}.mh-testimonial-card small{font-size:12px;color:var(--mh-muted)!important}.wp-admin .post-type-mh_subscriber .page-title-action{display:none}
