@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Nunito:wght@400;600;700;800;900&display=swap');
.mhome{--green:#0e730c;--green-dark:#075706;--yellow:#ffc51b;--brown:#4c2d18;--cream:#fffaf0;--mint:#e9f7e8;--pink:#fff0f3;color:var(--brown);font-family:"Nunito",Arial,sans-serif;line-height:1.45;background:#fff;overflow:hidden}
.mhome *{box-sizing:border-box}.mhome img{display:block;max-width:100%;height:auto}.mhome a{text-decoration:none}.mhome-wrap{width:min(1180px,calc(100% - 40px));margin:auto}.mhome h1,.mhome h2,.mhome h3,.mhome p{margin-top:0}.mhome h1,.mhome h2,.mhome h3{color:var(--brown);line-height:1.08}.mhome h1{font-size:clamp(42px,5.2vw,76px);letter-spacing:-.045em}.mhome h2{font-size:clamp(31px,3.6vw,50px);letter-spacing:-.035em}.mhome h3{font-size:25px}.mhome-eyebrow{margin-bottom:12px;color:var(--green);font-size:13px;font-weight:900;letter-spacing:.18em}.mhome-section{padding:86px 0}.mhome-heading{text-align:center;max-width:760px;margin:0 auto 42px}.mhome-heading>p:last-child{font-size:18px;color:#765d4b}.mhome-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:13px 25px;border:2px solid transparent;border-radius:999px;font-weight:900;transition:.2s transform,.2s box-shadow,.2s background}.mhome-button:hover{transform:translateY(-2px);box-shadow:0 9px 22px #4c2d1820}.mhome-button--yellow{background:var(--yellow);color:var(--brown)}.mhome-button--green{background:var(--green);color:#fff}.mhome-button--outline{border-color:var(--green);color:var(--green);background:#fff}.mhome-top{background:#fff;position:relative;z-index:5;box-shadow:0 5px 22px #25180e12}.mhome-topbar{width:100%;max-width:none;padding:7px max(20px,calc((100% - 1180px)/2));display:flex;justify-content:space-between;background:var(--green-dark);color:#fff;font-size:13px}.mhome-nav{min-height:116px;display:grid;grid-template-columns:145px minmax(280px,1fr) auto;grid-template-areas:"logo search account" "logo menu account";gap:8px 28px;align-items:center}.mhome-logo{grid-area:logo}.mhome-logo img{max-height:90px;margin:auto}.mhome-search{grid-area:search;display:flex;border:2px solid #e7e1d8;border-radius:999px;overflow:hidden;background:#fff}.mhome-search input{flex:1;min-width:0;border:0;padding:13px 20px;outline:0}.mhome-search button{width:54px;border:0;background:var(--green);color:#fff;font-size:24px;cursor:pointer}.mhome-menu{grid-area:menu;display:flex;justify-content:center;gap:24px;font-weight:800}.mhome-menu a{color:var(--brown)}.mhome-menu a:hover{color:var(--green)}.mhome-account{grid-area:account;display:flex;gap:10px}.mhome-account a{position:relative;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--yellow);font-size:20px}.mhome-account b{position:absolute;right:-2px;top:-5px;display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:var(--green);color:#fff;font-size:11px}.mhome-hero{background:linear-gradient(130deg,#fff9ec 0%,#f4ecd8 100%)}.mhome-hero-grid{min-height:620px;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:35px}.mhome-hero-copy{position:relative;z-index:2;padding:70px 0}.mhome-hero-copy>p:not(.mhome-eyebrow){max-width:560px;font-size:22px;font-weight:700}.mhome-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.mhome-hero-dogs{align-self:stretch;position:relative;min-height:600px;background:radial-gradient(circle at 56% 53%,#e7f1c7 0 44%,transparent 45%)}.mhome-dog{position:absolute;bottom:0;object-fit:contain;filter:drop-shadow(0 20px 22px #4c2d1830)}.mhome-dog--one{right:0;width:67%;z-index:2}.mhome-dog--two{left:2%;width:52%;z-index:1}.mhome-hero-dogs>span{position:absolute;right:1%;top:13%;z-index:3;color:var(--green);font-size:21px;font-weight:900;transform:rotate(-5deg)}.mhome-trust{border-top:1px solid #efe4d4;border-bottom:1px solid #efe4d4;background:#fff}.mhome-trust .mhome-wrap{display:grid;grid-template-columns:repeat(3,1fr)}.mhome-trust div>div{display:flex;flex-direction:column;gap:2px;padding:24px 30px;text-align:center}.mhome-trust div>div+div{border-left:1px solid #eadfce}.mhome-trust b{color:var(--green);font-size:17px}.mhome-trust span{font-size:13px}.mhome-models{background:#fff}.mhome-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.mhome-product{position:relative;display:flex;flex-direction:column;align-items:center;padding:26px;border:1px solid #e5ddd2;border-radius:28px;box-shadow:0 15px 35px #40271610;text-align:center}.mhome-product--mint{background:linear-gradient(#eff9ef,#fff)}.mhome-product--cream{background:linear-gradient(#fff7dc,#fff)}.mhome-product--pink{background:linear-gradient(#fff0f3,#fff)}.mhome-product .mhome-tag{position:absolute;top:17px;left:17px;padding:7px 12px;border-radius:999px;background:var(--green);color:#fff;font-size:11px;font-weight:900}.mhome-product--cream .mhome-tag{background:#dfa800;color:var(--brown)}.mhome-product--pink .mhome-tag{background:#e74f75}.mhome-product img{width:100%;height:250px;object-fit:contain;mix-blend-mode:multiply}.mhome-product h3{margin-bottom:10px}.mhome-product p{min-height:48px;color:#6d5849}.mhome-product ul{width:100%;margin:0 0 22px;padding:0;text-align:left;list-style:none}.mhome-product li{padding:5px 0}.mhome-product li:before{content:"✓";margin-right:9px;color:var(--green);font-weight:900}.mhome-product .mhome-button{width:100%;margin-top:auto}.mhome-chooser{padding:40px 0 56px;background:var(--cream)}.mhome-chooser h2{text-align:center;font-size:32px}.mhome-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #eadcca;border-radius:22px;background:#fff;overflow:hidden}.mhome-choice-grid a{display:flex;align-items:center;gap:15px;padding:24px;color:var(--brown)}.mhome-choice-grid a+a{border-left:1px solid #eadcca}.mhome-choice-grid>a>span{font-size:34px}.mhome-choice-grid b,.mhome-choice-grid small{display:block}.mhome-choice-grid b{font-size:17px}.mhome-choice-grid small{margin-top:4px;color:#756052}.mhome-qr{background:linear-gradient(120deg,#fff8db,#f4fae9)}.mhome-qr-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.mhome-qr-copy>p:not(.mhome-eyebrow){font-size:19px}.mhome-qr-copy ul{display:flex;flex-wrap:wrap;gap:12px 22px;padding:0;margin:25px 0;list-style:none;color:var(--green);font-weight:900}.mhome-qr-picture{position:relative;min-height:430px;display:grid;place-items:center;border-radius:40px;background:radial-gradient(circle,#fff 0 50%,#e4efd0 51%)}.mhome-qr-picture img{max-width:70%;max-height:400px;object-fit:contain}.mhome-qr-picture div{position:absolute;right:0;bottom:18px;display:flex;flex-direction:column;padding:14px 18px;border-radius:16px;background:#fff;box-shadow:0 10px 25px #4c2d1820}.mhome-qr-picture span{font-size:13px}.mhome-community{background:#fff}.mhome-carousel{margin-top:10px}.mhome-community-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:30px}.mhome-reviews{padding:55px 0;background:linear-gradient(90deg,#e9f7e8,#fff9e7)}.mhome-review-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:42px;align-items:center}.mhome-review-grid>div>span{font-size:36px}.mhome-review-grid h2{font-size:34px;margin-bottom:9px}.mhome-review-grid blockquote{margin:0;padding:25px 30px;border-radius:24px;background:#fff;box-shadow:0 10px 28px #4c2d1812}.mhome-review-grid blockquote b{color:#eba700;font-size:20px}.mhome-review-grid cite{color:var(--green);font-style:normal;font-weight:900}.mhome-final{padding:60px 0;background:var(--green);color:#fff}.mhome-final .mhome-wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}.mhome-final h2,.mhome-final .mhome-eyebrow{color:#fff}.mhome-final h2{margin-bottom:10px}.mhome-final p:last-child{margin-bottom:0}.mhome-footer{padding:60px 0 20px;background:#3b2517;color:#fff}.mhome-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.mhome-footer img{width:150px;margin-bottom:15px}.mhome-footer h3{color:var(--yellow);font-size:17px}.mhome-footer a{display:block;margin:8px 0;color:#fff}.mhome-footer a:hover{color:var(--yellow)}.mhome-copyright{margin-top:38px;padding-top:18px;border-top:1px solid #ffffff26;font-size:13px}.mhome .screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.mhome-wrap{width:min(100% - 28px,720px)}.mhome-topbar{display:none}.mhome-nav{min-height:88px;grid-template-columns:105px 1fr auto;grid-template-areas:"logo search account"}.mhome-logo img{max-height:70px}.mhome-menu{display:none}.mhome-search input{display:none}.mhome-search{margin-left:auto;border:0;background:none}.mhome-search button{border-radius:50%;width:43px;height:43px}.mhome-account a{width:43px;height:43px}.mhome-hero-grid{grid-template-columns:1fr;min-height:0}.mhome-hero-copy{padding:62px 0 8px}.mhome-hero-dogs{min-height:480px}.mhome-hero-dogs>span{top:6%}.mhome-product-grid{grid-template-columns:1fr}.mhome-product{max-width:620px;width:100%;margin:auto}.mhome-choice-grid{grid-template-columns:1fr}.mhome-choice-grid a+a{border-left:0;border-top:1px solid #eadcca}.mhome-qr-grid,.mhome-review-grid{grid-template-columns:1fr}.mhome-footer-grid{grid-template-columns:1.4fr 1fr}.mhome-section{padding:68px 0}}
@media(max-width:560px){.mhome-wrap{width:calc(100% - 28px)}.mhome-nav{grid-template-columns:105px 1fr auto;gap:8px}.mhome-search{display:none}.mhome h1{font-size:43px}.mhome h2{font-size:34px}.mhome-hero-copy>p:not(.mhome-eyebrow){font-size:18px}.mhome-actions,.mhome-actions .mhome-button{width:100%}.mhome-hero-dogs{min-height:365px}.mhome-dog--one{width:70%}.mhome-dog--two{width:55%}.mhome-hero-dogs>span{font-size:16px}.mhome-trust .mhome-wrap{grid-template-columns:1fr}.mhome-trust div>div{padding:15px}.mhome-trust div>div+div{border-left:0;border-top:1px solid #eadfce}.mhome-section{padding:56px 0}.mhome-heading{margin-bottom:30px}.mhome-product{padding:22px 17px}.mhome-product img{height:220px}.mhome-qr-grid{gap:28px}.mhome-qr-picture{min-height:330px}.mhome-qr-picture div{right:10px;left:10px}.mhome-final .mhome-wrap{align-items:flex-start;flex-direction:column}.mhome-final .mhome-button{width:100%}.mhome-footer-grid{grid-template-columns:1fr 1fr;gap:30px 18px}.mhome-footer-grid>div:first-child{grid-column:1/-1}}

/* Portada 1.8.1 */
.mhome{font-family:"Nunito",Arial,sans-serif}.mhome h1,.mhome h2,.mhome h3{font-family:"Baloo 2","Arial Rounded MT Bold",sans-serif}.mhome h1 em{display:inline;color:var(--green);font-style:normal}.mhome-hero{position:relative;background-image:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.83) 35%,rgba(255,255,255,.12) 68%),var(--mhome-hero-bg);background-size:cover;background-position:center}.mhome-hero-grid{min-height:585px}.mhome-hero-copy{max-width:590px}.mhome-hero-dogs{background:none;min-height:585px}.mhome-dog--one{right:-3%;width:60%}.mhome-dog--two{left:10%;width:47%}.mhome-hero-dogs>span{right:0;top:23%;color:#fff;text-shadow:0 2px 8px #233c27;font-family:"Baloo 2",sans-serif}.mhome-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mhome-product{padding:25px 20px}.mhome-product img{height:210px}.mhome-product h3{font-size:22px}.mhome-product--nfc{background:linear-gradient(#e5f7ff,#fff)}.mhome-product--nfc .mhome-tag{background:#0874b9}.mhome-choice-grid{grid-template-columns:repeat(4,1fr)}.mhome-nfc{background:linear-gradient(120deg,#063e3f,#0e730c);color:#fff}.mhome-nfc-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px}.mhome-nfc-copy h2,.mhome-nfc-copy .mhome-eyebrow{color:#fff}.mhome-nfc-copy>p:not(.mhome-eyebrow){font-size:18px}.mhome-nfc-picture{position:relative;padding:28px;border-radius:36px;background:radial-gradient(circle at 50% 45%,#fff 0 55%,#c8ede6 56%)}.mhome-nfc-picture img{width:100%;max-height:520px;object-fit:contain;border-radius:25px}.mhome-nfc-badge{position:absolute;left:20px;top:20px;padding:10px 17px;border-radius:999px;background:var(--yellow);color:var(--brown);font-weight:900}.mhome-nfc-steps{display:grid;gap:12px;margin:28px 0}.mhome-nfc-steps>div{display:flex;align-items:center;gap:14px;padding:13px 16px;border:1px solid #ffffff36;border-radius:16px;background:#ffffff12}.mhome-nfc-steps>div>b{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:var(--yellow);color:var(--brown)}.mhome-nfc-steps span,.mhome-nfc-steps strong,.mhome-nfc-steps small{display:block}.mhome-nfc-steps small{color:#def3dd}.mhome-qr{background:#fffdf8}.mhome-qr-banner{min-height:390px;display:grid;grid-template-columns:1.15fr .65fr .55fr .7fr;align-items:center;gap:20px;padding:32px 35px;border-radius:28px;background:linear-gradient(120deg,#fff 0%,#fffdf7 58%,#fff 100%);box-shadow:0 15px 45px #4c2d1812;border:1px solid #f0e9dc}.mhome-qr-copy h2{font-size:clamp(32px,3.3vw,48px);margin-bottom:9px}.mhome-qr-copy p{color:#78695f}.mhome-medal{width:100%;max-height:310px;object-fit:contain;filter:drop-shadow(0 14px 15px #4c2d1830)}.mhome-phone{position:relative;width:175px;min-height:310px;margin:auto;padding:28px 15px 18px;border:7px solid #202020;border-radius:28px;background:#fff;box-shadow:0 12px 25px #0002;text-align:center;color:var(--brown)}.mhome-phone-speaker{position:absolute;left:50%;top:0;width:70px;height:14px;transform:translateX(-50%);border-radius:0 0 12px 12px;background:#202020}.mhome-phone-photo{display:grid;place-items:center;width:72px;height:72px;margin:8px auto;border-radius:50%;background:#f6ead5;font-size:40px}.mhome-phone b,.mhome-phone small{display:block}.mhome-phone small{display:inline-block;margin:6px auto;padding:4px 7px;border-radius:999px;background:#e6f8e6;color:var(--green);font-size:10px}.mhome-phone ul{margin:13px 0 0;padding:10px 0 0;border-top:1px solid #eadcca;list-style:none;text-align:left;font-size:11px}.mhome-phone li{padding:3px 0}.mhome-qr-note{font-family:"Baloo 2",sans-serif;color:#827569;font-size:22px;text-align:center;transform:rotate(-5deg)}.mhome-leashes{background:#fff8e8}.mhome-slider-controls{display:flex;justify-content:flex-end;gap:9px;margin:-22px 0 14px}.mhome-slider-controls button{width:43px;height:43px;border:1px solid #dacebc;border-radius:50%;background:#fff;color:var(--green);font-size:28px;cursor:pointer}.mhome-color-track,.mhome-review-track{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding:5px 2px 18px}.mhome-color-track::-webkit-scrollbar,.mhome-review-track::-webkit-scrollbar{display:none}.mhome-color-card{position:relative;flex:0 0 calc((100% - 72px)/5);min-width:190px;padding:15px;border:1px solid #eadfce;border-radius:22px;background:#fff;color:var(--brown);scroll-snap-align:start;text-align:center;box-shadow:0 8px 25px #4c2d180b}.mhome-leash-image{display:block;width:100%;aspect-ratio:1;background-color:var(--leash-color);background-image:var(--mhome-leash);background-size:cover;background-position:center;background-blend-mode:screen;border-radius:15px}.mhome-color-card b{display:inline-block;margin:13px 6px 3px}.mhome-color-card i{display:inline-block;width:16px;height:16px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #bbb;vertical-align:middle}.mhome-reviews{background:linear-gradient(100deg,#eff8ed,#fffaf0)}.mhome-review-track blockquote{flex:0 0 calc((100% - 36px)/3);min-width:300px;min-height:285px;margin:0;padding:28px;border:1px solid #e4dbcd;border-radius:25px;background:#fff;scroll-snap-align:start;box-shadow:0 12px 30px #4c2d1810}.mhome-review-track blockquote>b{color:#e9a700;letter-spacing:3px}.mhome-review-track h3{margin:12px 0 8px}.mhome-review-track blockquote p{color:#685548}.mhome-review-track cite{color:var(--green);font-style:normal;font-weight:900}
@media(max-width:1050px){.mhome-product-grid{grid-template-columns:repeat(2,1fr)}.mhome-choice-grid{grid-template-columns:repeat(2,1fr)}.mhome-choice-grid a:nth-child(3){border-left:0;border-top:1px solid #eadcca}.mhome-choice-grid a:nth-child(4){border-top:1px solid #eadcca}.mhome-qr-banner{grid-template-columns:1fr .7fr .65fr}.mhome-qr-note{display:none}.mhome-color-card{flex-basis:calc((100% - 36px)/3)}}
@media(max-width:900px){.mhome-hero{background-position:58% center}.mhome-hero-grid{min-height:0}.mhome-hero-dogs{min-height:470px}.mhome-nfc-grid{grid-template-columns:1fr}.mhome-qr-banner{grid-template-columns:1fr 1fr}.mhome-qr-copy{grid-column:1/-1}.mhome-review-track blockquote{flex-basis:calc((100% - 18px)/2)}}
@media(max-width:560px){.mhome-hero{background-image:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.82) 42%,rgba(255,255,255,.05) 72%),var(--mhome-hero-bg);background-position:65% center}.mhome-hero-copy{padding-bottom:0}.mhome-hero-dogs{min-height:360px}.mhome-product-grid,.mhome-choice-grid{grid-template-columns:1fr}.mhome-choice-grid a+a{border-left:0;border-top:1px solid #eadcca}.mhome-nfc-grid{gap:28px}.mhome-qr-banner{display:grid;grid-template-columns:1fr 1fr;padding:26px 18px}.mhome-medal{max-height:220px}.mhome-phone{width:145px;min-height:275px;padding-left:10px;padding-right:10px}.mhome-phone-photo{width:58px;height:58px}.mhome-color-card{flex-basis:calc((100% - 18px)/2);min-width:150px}.mhome-review-track blockquote{flex-basis:100%;min-width:calc(100% - 4px)}.mhome-slider-controls{margin-top:0}.mhome-final{margin-bottom:0}}
