/* Mascote Filhotes — identidade baseada na referência fornecida. */
:root{--rose:#ce9098;--rose-dark:#a6616c;--blush:#f7e9eb;--sage:#a5ab9d;--sage-dark:#747e6e;--ink:#353632;--muted:#676761;--paper:#fdfaf9;--white:#fff;--line:#e9e1df;--shadow:0 8px 28px #604d4310;--radius:18px;--container:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);font-family:Arial,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;color:var(--ink);-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{color:var(--rose-dark)}p{margin:0 0 1rem}h1,h2,h3{line-height:1.2;font-weight:600;letter-spacing:-.025em;margin:0 0 1rem}h1{font-size:clamp(2.25rem,4.6vw,3.8rem)}h2{font-size:clamp(1.6rem,2.7vw,2.2rem)}h3{font-size:1.1rem}h1 span,h2 span{color:var(--rose)}ul,ol{padding-left:1.25rem}::selection{background:#edd1d5}.container{width:min(var(--container),88%);margin-inline:auto}.icon{width:24px;height:24px;flex-shrink:0;vertical-align:middle}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;border:1px solid transparent;border-radius:100px;background:var(--rose);color:#fff;min-height:46px;padding:12px 24px;font-size:.875rem;font-weight:600;line-height:1.3;transition:background .2s,box-shadow .2s,transform .2s;text-align:center}.button:hover{background:var(--rose-dark);color:white;box-shadow:0 4px 12px #a6616c22;transform:translateY(-1px)}.button .icon{width:18px;height:18px}.button.outline{border-color:#d8cccc;background:transparent;color:var(--ink)}.button.outline:hover{background:#f6e8ea;border-color:var(--rose);color:var(--rose-dark)}.button.sage{background:var(--sage-dark)}.button.sage:hover{background:#596651}.button.small{font-size:.8rem;min-height:40px;padding:10px 20px;gap:12px}.text-link{color:var(--rose-dark);font-weight:600;display:inline-flex;gap:14px;align-items:center;margin-top:8px}.text-link:hover{text-decoration:underline}.eyebrow{text-transform:uppercase;letter-spacing:.085em;font-size:.75rem;font-weight:700;color:var(--rose-dark);margin-bottom:14px;line-height:1.5}.eyebrow .icon{width:14px;height:14px}.eyebrow.neutral{color:var(--muted)}:focus-visible{outline:3px solid var(--sage-dark);outline-offset:5px}.skip-link{position:fixed;z-index:100;top:-100px;left:12px;background:var(--ink);color:white;padding:12px 18px;border-radius:8px}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.section-space{padding-block:58px}.section-heading{text-align:center;margin-bottom:32px}.section-heading h2{margin-bottom:0}.section-heading .eyebrow{margin-bottom:7px}.lead{font-size:1.1rem;color:var(--muted)}
/* Cabeçalho e navegação por teclado/toque. */
.site-header{position:relative;z-index:20;background:var(--paper)}.header-inner{width:min(1260px,92%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:125px;padding:18px 0}.brand{flex:0 0 260px}.brand img{width:260px}.main-nav{display:flex;align-items:center;gap:clamp(16px,2.2vw,33px);font-size:.81rem;line-height:1.4}.main-nav>a:not(.button){position:relative;padding-block:14px;white-space:nowrap}.main-nav a[aria-current=page],.main-nav a.active{color:var(--rose-dark)}.main-nav a[aria-current=page]:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:1px;background:var(--rose)}.nav-pets{display:flex;align-items:center;gap:2px}.submenu-toggle{border:0;background:none;color:var(--ink);padding:8px 3px;display:flex;align-items:center}.submenu-toggle .icon{width:14px}.nav-dropdown{position:relative}.submenu{position:absolute;top:100%;left:-18px;padding:10px;background:#fff;min-width:185px;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);display:none}.submenu a{display:block;padding:10px;border-radius:6px}.submenu a:hover{background:var(--blush)}.nav-dropdown.open .submenu,.nav-dropdown:focus-within .submenu{display:block}.nav-contact{padding:11px 16px;gap:7px;font-size:.75rem;white-space:nowrap;min-height:38px}.nav-contact .icon{width:15px;height:15px}.menu-toggle{display:none}
/* Accueil — composition de l'image de référence. */
.hero{position:relative;overflow:hidden}.hero-inner{position:relative;display:grid;grid-template-columns:46% 54%;min-height:528px;align-items:center}.hero-copy{position:relative;z-index:2;padding:38px 0 52px}.hero-copy h1{font-size:clamp(2.8rem,4.6vw,3.9rem);line-height:1.08;font-weight:600;margin-bottom:22px}.hero-description{max-width:425px;color:#55564f;font-size:.94rem;line-height:1.8;margin-bottom:28px}.hero-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.hero-actions .button{padding-inline:24px}.hero-promises{display:flex;gap:30px;margin-top:52px;font-size:.77rem;font-weight:600;line-height:1.55}.hero-promises>div{display:flex;align-items:center;gap:12px}.hero-promises .icon{color:var(--rose);width:23px;height:23px;background:#fff4f4;box-shadow:0 0 0 6px #fff4f477;border-radius:100%}.hero-visual{height:100%;position:relative;min-height:520px}.hero-visual:before{content:"";position:absolute;width:110%;height:53%;right:-18%;bottom:0;border-radius:60% 0 0 30%;background:#efd7d9;transform:rotate(-9deg)}.hero-visual:after{content:"";position:absolute;width:46%;height:37%;right:-18%;bottom:10px;background:#b5bba9;border-radius:70% 40% 0 0;transform:rotate(-12deg)}.hero-pets{position:absolute;z-index:1;width:124%;max-width:none;height:107%;left:-7%;bottom:0;object-fit:cover;object-position:51% 40%;mix-blend-mode:multiply}.family-card{position:absolute;z-index:3;bottom:26px;right:0;display:flex;align-items:center;gap:16px;padding:22px 24px;background:#fff;border-radius:18px;box-shadow:0 12px 40px #69524c0b;min-width:370px}.family-card strong{font-size:.94rem}.family-card p{font-size:.77rem;margin:1px 0 0}.family-icon{display:grid;place-items:center;width:56px;height:56px;color:#fff;background:var(--rose);border-radius:50%}.family-icon .icon{width:30px;height:30px}.family-heart{background:#fbf1f2;border-radius:50%;padding:8px;color:var(--rose);margin-left:10px}.family-heart .icon{width:18px;height:18px}
.benefits{position:relative;z-index:3;display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:40px 16px 32px}.benefit{position:relative;padding:0 24px;text-align:center}.benefit+.benefit{border-left:1px solid #f2eeec}.benefit>.icon{color:var(--rose);width:45px;height:45px;margin-bottom:20px}.benefit:nth-child(2n)>.icon{color:var(--sage)}.benefit h3{font-size:.94rem;line-height:1.4;font-weight:600;margin:0 auto 9px;max-width:130px;letter-spacing:0}.benefit p{font-size:.81rem;color:var(--muted);margin:0;line-height:1.65}.category-section{padding-top:22px}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.category-card{position:relative;overflow:hidden;display:flex;align-items:center;min-height:236px;border-radius:13px;box-shadow:var(--shadow);background:#faf0f0}.category-card>div{position:relative;padding:24px 0 24px 38px;z-index:2;width:57%}.category-card h2{font-size:1.7rem;margin-bottom:10px}.category-card .eyebrow{font-size:.67rem;display:flex;align-items:center;gap:5px;margin-bottom:7px}.category-card p:not(.eyebrow){font-size:.84rem;line-height:1.7;margin-bottom:20px}.category-card img{position:absolute;bottom:0;right:0;width:51%;height:100%;object-fit:cover;object-position:top left;mix-blend-mode:multiply}.category-card.cats{background:#f4f3ed}.category-card.cats .eyebrow{color:var(--sage-dark)}.category-card.cats>div{width:58%}.category-card.cats img{width:55%;object-position:right center}
.process{padding-top:38px;padding-bottom:30px}.process h2{font-size:1.85rem}.steps{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:44px;margin:28px 24px 0;padding:0;text-align:center}.steps li{position:relative}.steps li+li:before{content:"→";position:absolute;top:23px;left:-35px;font-size:28px;color:#dcb6bd;font-weight:300}.step-icon{width:84px;height:84px;display:grid;place-items:center;background:white;box-shadow:0 5px 15px #60554608;border-radius:15px;margin:0 auto 16px}.step-icon .icon{width:56px;height:56px;color:var(--rose)}.steps li:nth-child(2n) .icon{color:var(--sage)}.steps h3{font-size:.88rem;letter-spacing:0;margin-bottom:7px}.steps p{font-size:.78rem;color:var(--muted);line-height:1.65;max-width:155px;margin:0 auto}.stories{display:grid;grid-template-columns:23% 77%;margin-top:8px;background:#faf0f1;border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.stories-heading{padding:26px 28px}.stories-heading h2{font-size:1.22rem;line-height:1.22;color:var(--rose-dark);letter-spacing:-.01em}.stories-heading .eyebrow{margin-bottom:8px}.stories-heading .button{font-size:.74rem;color:var(--rose-dark);padding-inline:16px}.stories-cards{background:#fff;display:grid;grid-template-columns:repeat(3,1fr);padding:28px 5px;border-radius:16px}.testimonial{margin:0;position:relative;padding:12px 26px 6px}.testimonial+.testimonial{border-left:1px solid var(--line)}.quote-mark{position:absolute;top:-7px;left:12px;font-family:Georgia,serif;font-size:70px;color:#fbf4f4;line-height:1}.testimonial blockquote{position:relative;margin:0 0 22px;line-height:1.75;font-size:.83rem}.testimonial figcaption{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.avatar{display:grid;place-items:center;background:#e8d8d1;width:38px;height:38px;border-radius:50%;font-size:.7rem;font-weight:bold;flex-shrink:0;color:#755f51}.testimonial:nth-child(2) .avatar{background:#e1e4dc;color:#636c59}.testimonial figcaption strong{display:block;font-size:.75rem}.testimonial figcaption div>span{display:block;font-size:.65rem;color:var(--muted)}.stars{font-size:.72rem;color:var(--rose);letter-spacing:1px;margin-left:auto;white-space:nowrap}.reference-note{font-size:.73rem;color:var(--muted);margin-top:12px;margin-bottom:22px;line-height:1.6}
/* Newsletter e rodapé. */
.newsletter{background:#faedef;margin-top:30px;padding:24px 0}.newsletter-inner{display:grid;grid-template-columns:1fr 1.35fr .75fr;align-items:start;gap:44px}.newsletter-copy{display:flex;gap:18px;align-items:center}.newsletter-copy>.icon{width:54px;height:54px;color:var(--rose)}.newsletter h2{font-size:.95rem;line-height:1.4;letter-spacing:0;margin:0 0 5px}.newsletter-copy p{font-size:.74rem;margin:0}.newsletter-field{background:white;display:flex;padding:4px;border-radius:100px;gap:5px}.newsletter-field input{width:100%;min-width:0;border:0;background:none;border-radius:100px;padding:8px 18px;font-size:.8rem}.newsletter-field button{flex-shrink:0}.newsletter-field:focus-within{outline:2px solid var(--sage-dark);outline-offset:3px}.newsletter-field input:focus{outline:none}.social{justify-self:end}.social p{font-size:.8rem;margin:0 0 7px}.social>div{display:flex;gap:10px}.social a,.social-placeholder{display:grid;place-items:center;border:1px solid #dfc6ca;border-radius:50%;width:36px;height:36px;color:#66645e}.social .icon{width:17px;height:17px}.social a:hover{background:var(--rose);color:#fff}.site-footer{background:#a0a797;color:white;padding:29px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr .95fr .95fr 1fr 1.4fr;gap:32px}.footer-brand img{width:205px;mix-blend-mode:screen;margin:0 0 8px}.footer-grid h2{font-size:.85rem;letter-spacing:0;font-weight:500;margin:1px 0 13px}.footer-grid a,.footer-grid p{display:block;font-size:.75rem;line-height:1.7;color:white;margin:0 0 4px}.footer-grid a:hover{text-decoration:underline}.footer-brand p{font-size:.75rem;line-height:1.6}.footer-contact a,.footer-contact p{display:flex;gap:8px;align-items:center;overflow-wrap:anywhere}.footer-contact .icon{width:16px;height:16px}.footer-bottom{border-top:1px solid #ffffff24;margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:14px 0}.footer-bottom p{font-size:.67rem;margin:0;display:flex;align-items:center;gap:5px;color:#ffffffdf}.footer-bottom .icon{width:20px;height:20px;margin-left:7px}.footer-bottom span{color:#f5dce0}
/* Páginas internas. */
.page-intro{background:linear-gradient(125deg,#faedee,#fdfaf9 65%,#eff0e9);padding:24px 0 52px}.page-intro h1{font-size:clamp(2.3rem,4.4vw,3.45rem);max-width:880px;margin:20px 0}.page-intro>.container>p:last-child{max-width:690px;color:var(--muted);margin:0}.breadcrumbs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:.77rem;color:var(--muted);margin:0 0 34px}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs+ .eyebrow{margin-top:12px}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.split p{color:var(--muted)}.editorial-image{overflow:hidden;border-radius:var(--radius);position:relative;background:#f4eeea}.editorial-image img{width:100%;aspect-ratio:1.18;object-fit:cover}.image-caption{position:absolute;bottom:22px;left:22px;right:22px;display:flex;align-items:center;gap:12px;background:#ffffffed;border-radius:12px;padding:16px 20px;font-weight:600}.image-caption .icon{color:var(--rose)}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.content-card{padding:32px;background:white;border:1px solid #eee7e2;border-radius:var(--radius);box-shadow:var(--shadow)}.content-card>.icon{width:42px;height:42px;color:var(--rose);margin-bottom:24px}.content-card:nth-child(2n)>.icon{color:var(--sage-dark)}.content-card h2,.content-card h3{font-size:1.3rem}.content-card p{font-size:.94rem;color:var(--muted)}.content-card p:last-child{margin-bottom:0}.soft-section{background:#f7f3ef;padding:58px 0}.cta-panel{display:flex;justify-content:space-between;align-items:center;gap:40px;background:#f7ebed;border-radius:var(--radius);padding:44px 48px;margin:32px 0 54px}.cta-panel h2{font-size:2rem}.cta-panel p:last-child{margin:0;color:var(--muted)}.cta-panel .button{flex-shrink:0}.info-note{display:flex;gap:20px;align-items:flex-start;margin:34px 0 0;background:#f1f3ed;padding:24px 28px;border-radius:12px;color:#58634f}.info-note>.icon{margin-top:5px;color:var(--sage-dark)}.info-note p{margin:0;font-size:.94rem}.info-note strong{display:block}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.category-tabs{display:flex;gap:8px;padding:5px;background:#f5e9eb;border-radius:100px}.category-tabs a{display:flex;align-items:center;gap:9px;padding:10px 23px;border-radius:100px;font-size:.88rem}.category-tabs .selected{background:#fff;box-shadow:0 3px 8px #76545610;color:var(--rose-dark)}.category-tabs .icon{width:18px;height:18px}.filter-form{display:flex;align-items:center;gap:12px;font-size:.85rem}.filter-form select{border:1px solid var(--line);border-radius:8px;background:white;padding:9px 12px;color:var(--ink);max-width:100%}.catalog-notice{font-size:.81rem;color:var(--muted);margin-bottom:24px}.pet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.pet-card{border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid #eee7e2;box-shadow:var(--shadow)}.pet-photo{display:block;position:relative;background:#f1ede8;overflow:hidden}.pet-photo img{width:100%;height:280px;object-fit:cover;object-position:top center;transition:transform .4s}.pet-photo:hover img{transform:scale(1.03)}.pet-photo.hero-crop img{object-fit:cover;object-position:left center;transform:scale(1.25)}.pet-photo span{position:absolute;bottom:14px;left:14px;border-radius:100px;background:#ffffffe6;color:#5f5d55;font-size:.69rem;padding:5px 12px}.pet-info{padding:26px}.pet-info .eyebrow{font-size:.65rem}.pet-info h2{font-size:1.5rem}.pet-info p:not(.eyebrow){font-size:.91rem;color:var(--muted)}.pet-info .text-link{font-size:.88rem}.empty-state{text-align:center;padding:58px 24px;border:1px dashed #d6c6c6;border-radius:18px}.empty-state>.icon{width:48px;height:48px;color:var(--rose);margin-bottom:20px}.empty-state .text-link{display:flex;justify-content:center;margin-top:20px}.detail-image{overflow:hidden;border-radius:18px;background:#f6eeea}.detail-image img{width:100%;aspect-ratio:1.2;object-fit:cover}.detail-image>span{display:block;text-align:center;padding:10px;font-size:.75rem;color:var(--muted)}.pet-facts{border-top:1px solid var(--line);margin:24px 0}.pet-facts>div{display:grid;grid-template-columns:130px 1fr;border-bottom:1px solid var(--line);gap:20px;padding:11px 0;font-size:.9rem}.pet-facts dt{font-weight:600}.pet-facts dd{margin:0;color:var(--muted)}.check-list{list-style:none;padding:0;margin:24px 0}.check-list li{display:flex;align-items:center;gap:12px;margin:13px 0;font-size:.94rem}.check-list .icon{color:var(--sage-dark);width:20px;height:20px}.timeline{list-style:none;padding:0;margin:0 auto;max-width:860px}.timeline li{display:grid;grid-template-columns:80px 1fr;gap:34px;padding-bottom:44px;position:relative}.timeline li:not(:last-child):after{content:"";position:absolute;left:39px;top:84px;bottom:5px;width:1px;background:#decdd0}.timeline-number{display:grid;place-items:center;width:80px;height:80px;background:#f3e2e5;color:var(--rose-dark);border-radius:50%;font-size:1.6rem}.timeline li:nth-child(2n) .timeline-number{background:#e9ece4;color:var(--sage-dark)}.timeline-title{display:flex;align-items:center;gap:15px;margin-bottom:8px}.timeline-title .icon{color:var(--rose);width:28px;height:28px}.timeline-title h2{font-size:1.55rem;margin:0}.timeline-copy .lead{font-size:1rem;margin-bottom:6px;color:var(--ink)}.timeline-copy>p:last-child{color:var(--muted);font-size:.94rem;margin-bottom:0}.faq-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;padding:22px 0;list-style:none;font-weight:600;font-size:1rem;line-height:1.5}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary .icon{color:var(--rose);width:20px;height:20px;transition:transform .2s}.faq-list details[open] .icon{transform:rotate(180deg)}.faq-list details>p{padding:0 35px 20px 0;font-size:.94rem;color:var(--muted);margin:0}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.testimonials-grid .testimonial{padding:40px 30px 30px;background:white;border-radius:18px;border:1px solid #eee7e2;box-shadow:var(--shadow)}.testimonials-grid .quote-mark{font-size:100px;top:14px;left:18px}.testimonials-grid blockquote{font-size:1.02rem;margin-bottom:35px}.testimonials-grid figcaption{min-height:55px}.testimonials-grid .stars{font-size:.8rem}.share-story{padding:48px;background:#f8edef;border-radius:18px;display:flex;align-items:center;gap:50px;margin-bottom:50px}.share-story p{max-width:650px}.large-heart .icon{width:130px;height:130px;color:var(--rose);stroke-width:.8}.reading-width{max-width:850px}.prose h2{font-size:1.5rem;margin-top:35px}.prose h2:first-child{margin-top:0}.prose p,.prose li{color:var(--muted)}.prose a:not(.button){color:var(--rose-dark);text-decoration:underline}.prose .button{margin-top:26px}.prose li{margin-bottom:8px}
/* Formulários. */
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.contact-info>p:not(.eyebrow){color:var(--muted)}.contact-item{display:flex;align-items:flex-start;gap:16px;margin:25px 0}.contact-item>.icon{color:var(--rose);margin-top:4px}.contact-item strong{font-size:.94rem}.contact-item p,.contact-item a{font-size:.9rem;color:var(--muted);margin:3px 0 0;overflow-wrap:anywhere}.contact-pet{display:flex;align-items:center;background:#f8eded;border-radius:15px;overflow:hidden;margin-top:30px}.contact-pet img{width:46%;mix-blend-mode:multiply}.contact-pet p{font-size:.9rem;line-height:1.5;margin:0;padding:15px}.contact-pet strong{color:var(--rose-dark)}.contact-form{background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:35px}.contact-form h2{font-size:1.5rem}.contact-form>p{font-size:.8rem;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{min-width:0}.field.full{grid-column:1/-1}.field label{display:block;font-size:.86rem;font-weight:600;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid #dcd5d1;border-radius:8px;background:#fdfcfb;padding:11px 13px;color:var(--ink);font-size:1rem;min-height:46px}.field textarea{resize:vertical;min-height:135px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--sage-dark);outline-offset:2px;border-color:transparent}.consent{display:flex;align-items:flex-start;gap:10px;font-size:.81rem;line-height:1.55;margin:22px 0;color:var(--muted)}.consent input{margin:4px 0 0;accent-color:var(--rose-dark);width:16px;height:16px;flex-shrink:0}.consent a{text-decoration:underline;color:var(--rose-dark)}.consent.compact{font-size:.68rem;margin:9px 0 3px;gap:7px}.consent.compact input{width:13px;height:13px;margin-top:2px}.form-hint{font-size:.73rem;color:var(--muted);line-height:1.5;margin:12px 0 0}.newsletter .form-hint{font-size:.65rem;margin-top:3px}.demo-note{font-size:.85rem;background:#fbf0e2;color:#79603e;padding:15px 18px;border-radius:9px;margin-bottom:23px;line-height:1.55}.form-message{padding:14px 18px;border-radius:9px;font-size:.85rem;margin:16px 0;background:#edf2e6;color:#465d36;border:1px solid #d8e1cc}.form-message.error{background:#fbecee;color:#953f4e;border-color:#ecd3d7}.form-message.demo{background:#f6efe4;color:#765b35;border-color:#ebddc6}
/* Tablet e celular. */
@media(min-width:1101px){.nav-dropdown:hover .submenu{display:block}}
@media(max-width:1200px) and (min-width:1101px){.brand{flex-basis:210px}.brand img{width:210px}.main-nav{gap:20px;font-size:.73rem}.header-inner{gap:18px}}
@media(max-width:1100px){.header-inner{min-height:100px}.brand{flex-basis:220px}.brand img{width:220px}.menu-toggle{display:flex;align-items:center;justify-content:center;border:1px solid #decdd0;border-radius:10px;width:46px;height:46px;background:#fff6f7;color:var(--rose-dark)}.main-nav{display:flex;flex-wrap:wrap;position:static;gap:12px;font-size:.85rem}.header-inner{flex-wrap:wrap}.main-nav{width:100%;padding:8px 0 14px}.js .header-inner{flex-wrap:nowrap}.js .main-nav{display:none;position:absolute;top:calc(100% - 3px);left:4%;right:4%;width:auto;padding:20px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 40px #49362e19}.js .main-nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.main-nav>a:not(.button){padding:13px 8px}.nav-pets{justify-content:space-between;padding-left:8px}.submenu-toggle{padding:12px;width:44px;justify-content:center}.submenu{position:static;margin:0 8px 12px;box-shadow:none;border:0;background:#faf4f4}.nav-contact{margin-top:12px;align-self:flex-start}.main-nav a[aria-current=page]:after{display:none}.hero-inner{grid-template-columns:47% 53%;min-height:470px}.hero-visual{min-height:470px}.hero-copy{padding-top:30px}.hero-copy h1{font-size:3rem}.hero-description{font-size:.87rem}.hero-actions{gap:12px}.hero-actions .button{font-size:.78rem;padding:11px 16px}.hero-promises{gap:17px;font-size:.68rem;margin-top:35px}.hero-promises>div{gap:8px}.hero-promises .icon{width:19px;height:19px}.family-card{min-width:0;padding:17px;gap:12px;right:0;bottom:24px}.family-card strong{font-size:.84rem}.family-card p{font-size:.65rem}.family-icon{width:45px;height:45px}.family-heart{margin-left:0}.benefit{padding-inline:14px}.benefit p{font-size:.75rem}.benefit h3{font-size:.85rem}.benefits{padding:32px 10px}.category-card>div{padding-left:26px}.category-card h2{font-size:1.42rem}.category-card p:not(.eyebrow){font-size:.77rem}.category-card{min-height:210px}.steps{gap:25px;margin-inline:15px}.steps li+li:before{left:-24px}.stories{grid-template-columns:24% 76%}.stories-heading{padding:24px 20px}.stories-heading h2{font-size:1.1rem}.testimonial{padding:10px 17px}.testimonial blockquote{font-size:.74rem}.stories-heading .button{padding-inline:11px;font-size:.65rem}.testimonial figcaption{gap:7px}.testimonial figcaption strong{font-size:.65rem}.testimonial figcaption div>span{font-size:.58rem}.stars{font-size:.63rem;letter-spacing:0}.avatar{width:32px;height:32px}.newsletter-inner{gap:25px;grid-template-columns:1fr 1.25fr .65fr}.newsletter-copy{gap:12px}.newsletter-copy>.icon{width:42px;height:42px}.newsletter h2{font-size:.8rem}.newsletter-copy p{font-size:.65rem}.social>div{gap:6px}.social a,.social-placeholder{width:30px;height:30px}.footer-grid{gap:20px}.footer-brand img{width:175px}.footer-grid a,.footer-grid p{font-size:.67rem}.footer-grid h2{font-size:.75rem}.split{gap:36px}.contact-layout{gap:35px}.contact-form{padding:27px}.pet-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{gap:15px}.testimonials-grid .testimonial{padding:30px 22px}.testimonials-grid blockquote{font-size:.92rem}}
@media(max-width:800px){.container{width:90%}.header-inner{min-height:93px}.brand,.brand img{width:205px;flex-basis:205px}.hero-inner{grid-template-columns:1fr 1fr;min-height:470px}.hero-copy h1{font-size:2.8rem}.hero-copy .eyebrow{font-size:.65rem}.hero-copy{padding-block:25px 35px}.hero-description{font-size:.88rem;line-height:1.65}.hero-actions{align-items:flex-start;flex-direction:column}.hero-actions .button{min-height:42px}.hero-promises{gap:15px;margin-top:25px;flex-wrap:wrap}.hero-promises>div{font-size:.68rem}.hero-promises>div:nth-child(3){display:none}.hero-visual{min-height:470px}.hero-pets{width:155%;left:-20%;height:97%;object-position:50% center}.family-card{right:-1%;padding:14px 12px;gap:10px;bottom:20px}.family-card p{font-size:.58rem}.family-card strong{font-size:.73rem}.family-icon{width:36px;height:36px}.family-icon .icon{width:24px;height:24px}.family-heart{display:none}.benefits{grid-template-columns:repeat(3,1fr);gap:30px 0;padding:30px 16px}.benefit:nth-child(4){border-left:0}.benefit>.icon{width:37px;height:37px;margin-bottom:12px}.benefit p{font-size:.8rem;max-width:170px;margin:auto}.benefit h3{font-size:.9rem}.category-grid{gap:18px}.category-card{min-height:222px}.category-card>div{padding:24px 12px 24px 23px;width:65%}.category-card h2{font-size:1.3rem}.category-card p:not(.eyebrow){font-size:.72rem}.category-card img{width:52%;height:85%}.category-card.cats>div{width:65%}.category-card.cats img{width:55%;height:85%}.category-card .button.small{padding:10px 16px;font-size:.72rem}.steps{gap:18px;margin-inline:0}.step-icon{width:65px;height:65px}.step-icon .icon{width:42px;height:42px}.steps li+li:before{font-size:21px;left:-16px;top:17px}.steps h3{font-size:.74rem}.steps p{font-size:.69rem}.stories{grid-template-columns:1fr}.stories-heading{display:flex;align-items:center;justify-content:space-between;padding:25px;gap:25px}.stories-heading .eyebrow{display:none}.stories-heading h2{margin:0;font-size:1.12rem}.stories-heading h2 br{display:none}.stories-heading .button{flex-shrink:0}.stories-cards{padding:20px 0}.testimonial blockquote{font-size:.8rem}.testimonial figcaption strong{font-size:.73rem}.testimonial figcaption div>span{font-size:.64rem}.stars{font-size:.7rem}.newsletter-inner{grid-template-columns:1fr 1.4fr;gap:24px}.social{grid-column:1/-1;justify-self:center;display:flex;align-items:center;gap:18px}.social p{margin:0}.footer-grid{grid-template-columns:repeat(3,1fr);gap:26px}.footer-brand{grid-row:span 2}.footer-grid a,.footer-grid p{font-size:.75rem}.footer-grid h2{font-size:.85rem}.footer-contact{grid-column:2/4}.section-space{padding-block:40px}.split{gap:30px}.three-grid{grid-template-columns:1fr 1fr;gap:20px}.three-grid>.content-card:last-child:nth-child(odd){grid-column:1/-1}.content-card{padding:26px}.cta-panel{padding:35px;gap:25px}.cta-panel h2{font-size:1.75rem}.cta-panel .button{font-size:.8rem;padding-inline:20px}.cta-panel p:last-child{font-size:.9rem}.contact-layout{grid-template-columns:1fr}.contact-info{display:grid;grid-template-columns:1fr 1fr;column-gap:30px}.contact-info>.eyebrow,.contact-info>h2,.contact-info>p{grid-column:1/-1}.contact-info .contact-pet{grid-column:2;grid-row:4/7;margin:20px 0;flex-direction:column;align-items:center}.contact-pet img{width:70%}.contact-pet p{align-self:flex-start}.faq-section{grid-template-columns:1fr;gap:10px}.testimonials-grid{grid-template-columns:1fr}.testimonials-grid .testimonial{padding:32px}.testimonials-grid blockquote{font-size:1rem;margin-bottom:25px}.share-story{padding:34px;gap:30px}.large-heart .icon{width:85px;height:85px}.filter-form{gap:8px}.catalog-toolbar{flex-wrap:wrap}.pet-detail{grid-template-columns:1fr}.detail-image{max-width:520px}.pet-detail h1{font-size:2.4rem}}
@media(max-width:580px){body{font-size:16px}.container{width:90%}.header-inner{padding-block:13px;min-height:88px}.brand,.brand img{width:186px;flex-basis:186px}.menu-toggle{width:42px;height:42px}.hero-inner{display:flex;flex-direction:column;min-height:0;width:100%}.hero-copy{width:90%;padding:30px 0 0}.hero-copy .eyebrow{font-size:.68rem;margin-bottom:14px}.hero-copy h1{font-size:2.85rem;margin-bottom:18px}.hero-description{font-size:.95rem;max-width:100%;margin-bottom:22px}.hero-actions{flex-direction:row;gap:10px;align-items:center}.hero-actions .button{padding:12px 16px;font-size:.76rem;gap:9px;min-height:46px}.hero-actions .button .icon{width:16px;height:16px}.hero-promises{gap:20px;justify-content:space-between;margin-top:26px}.hero-promises>div{font-size:.67rem}.hero-promises>div:nth-child(3){display:flex}.hero-promises .icon{width:18px;height:18px}.hero-visual{width:100%;height:355px;min-height:355px;margin-top:10px}.hero-pets{width:100%;left:0;height:110%;object-fit:cover;object-position:50% 20%;bottom:-6px}.hero-visual:before{right:-10%;bottom:0;width:90%;height:68%}.hero-visual:after{right:-5%;height:40%;width:45%}.family-card{right:6%;bottom:15px;left:18%;padding:15px 17px;gap:13px;border-radius:14px}.family-card strong{font-size:.85rem}.family-card p{font-size:.67rem}.family-icon{width:43px;height:43px}.family-heart{display:grid;padding:6px;margin-left:auto}.benefits{grid-template-columns:repeat(2,1fr);gap:27px 0;padding:30px 8px;margin-top:12px;border-radius:14px}.benefit{padding:0 17px}.benefit:nth-child(3),.benefit:nth-child(5){border-left:0}.benefit:nth-child(4){border-left:1px solid #f2eeec}.benefit p{font-size:.8rem;line-height:1.6}.benefit h3{font-size:.9rem;max-width:115px}.category-section{padding-top:22px}.category-grid{grid-template-columns:1fr;gap:18px}.category-card{min-height:227px}.category-card h2{font-size:1.55rem}.category-card>div{padding:26px;width:61%}.category-card.cats>div{width:61%}.category-card p:not(.eyebrow){font-size:.8rem}.category-card img{height:100%;width:51%}.category-card.cats img{height:100%;width:53%}.category-card .button.small{font-size:.76rem;padding:10px 18px}.process{padding-top:38px;padding-bottom:30px}.process h2{font-size:1.55rem;max-width:320px;margin:auto}.section-heading .eyebrow{font-size:.69rem}.steps{display:flex;flex-direction:column;gap:27px;max-width:350px;margin:28px auto 0;text-align:left}.steps li{display:grid;grid-template-columns:66px 1fr;column-gap:20px}.step-icon{grid-row:1/3;margin:0;width:66px;height:66px}.step-icon .icon{width:40px;height:40px}.steps h3{font-size:.95rem;margin-bottom:4px;align-self:end}.steps p{font-size:.85rem;max-width:none;margin:0}.steps li+li:before{content:"";width:1px;height:18px;top:-23px;left:32px;background:#e4cdd1}.stories{margin-top:12px}.stories-heading{display:block;padding:25px}.stories-heading h2{font-size:1.35rem;margin-bottom:18px;max-width:260px}.stories-heading .button{font-size:.8rem;padding:11px 18px}.stories-cards{grid-template-columns:1fr;padding:0 24px}.testimonial{padding:30px 0}.testimonial+.testimonial{border-left:0;border-top:1px solid var(--line)}.testimonial blockquote{font-size:.96rem;margin:0 0 20px}.quote-mark{left:-6px;top:12px}.testimonial figcaption strong{font-size:.82rem}.testimonial figcaption div>span{font-size:.72rem}.avatar{width:41px;height:41px;font-size:.8rem}.stars{font-size:.86rem;letter-spacing:1px}.reference-note{font-size:.7rem}.newsletter{padding:28px 0}.newsletter-inner{grid-template-columns:1fr;gap:24px}.newsletter-copy{gap:16px}.newsletter-copy>.icon{width:47px;height:47px}.newsletter h2{font-size:1rem}.newsletter-copy p{font-size:.8rem}.newsletter-field input{font-size:.9rem;padding-inline:14px;min-height:44px}.newsletter-field button{font-size:.8rem;padding-inline:18px}.consent.compact{font-size:.73rem;margin-top:12px}.newsletter .form-hint{font-size:.69rem}.social{grid-column:auto;justify-self:start;gap:20px}.social p{font-size:.9rem}.social a,.social-placeholder{width:36px;height:36px}.footer-grid{grid-template-columns:1fr 1fr;gap:29px 20px}.footer-brand{grid-row:auto;grid-column:1/-1;display:flex;gap:24px;align-items:center}.footer-brand img{width:150px;margin:0}.footer-brand a{flex-shrink:0;margin:0}.footer-brand p{font-size:.72rem}.footer-grid h2{font-size:.92rem}.footer-grid a,.footer-grid p{font-size:.82rem;line-height:1.9}.footer-brand p{font-size:.73rem;line-height:1.7}.footer-contact{grid-column:auto}.footer-contact a,.footer-contact p{align-items:flex-start;font-size:.76rem;gap:7px;margin-bottom:8px}.footer-contact .icon{margin-top:4px}.footer-bottom{display:block;margin-top:24px;padding-block:16px}.footer-bottom p{font-size:.69rem;line-height:1.7;margin-bottom:7px;flex-wrap:wrap}.site-footer{padding-top:28px}.page-intro{padding:18px 0 35px}.breadcrumbs{font-size:.73rem;margin-bottom:25px;gap:8px}.page-intro h1{font-size:2.25rem}.page-intro>.container>p:last-child{font-size:.95rem}.section-space{padding-block:34px}.split{grid-template-columns:1fr;gap:30px}.split h2{font-size:1.8rem}.editorial-image img{aspect-ratio:1.2}.three-grid{grid-template-columns:1fr;gap:18px}.three-grid>.content-card:last-child:nth-child(odd){grid-column:auto}.content-card{padding:27px}.content-card p{font-size:.94rem}.soft-section{padding:38px 0}.cta-panel{display:block;padding:28px;margin:20px 0 36px}.cta-panel h2{font-size:1.8rem}.cta-panel .button{margin-top:22px;font-size:.85rem}.cta-panel .eyebrow{font-size:.65rem}.info-note{padding:22px;gap:13px}.info-note p{font-size:.87rem}.category-tabs{width:100%;justify-content:center;gap:4px}.category-tabs a{flex:1;justify-content:center;padding:10px 16px}.filter-form{width:100%;flex-wrap:wrap}.filter-form select{flex:1;min-width:120px}.catalog-notice{font-size:.79rem}.pet-grid{grid-template-columns:1fr}.pet-photo img{height:300px}.pet-info{padding:25px}.pet-info p:not(.eyebrow){font-size:.95rem}.empty-state{padding:35px 20px}.pet-facts>div{grid-template-columns:115px 1fr;gap:13px}.timeline li{grid-template-columns:52px 1fr;gap:20px;padding-bottom:35px}.timeline-number{width:52px;height:52px;font-size:1.2rem}.timeline li:not(:last-child):after{left:25px;top:59px;bottom:7px}.timeline-title{gap:10px}.timeline-title h2{font-size:1.35rem}.timeline-title .icon{width:25px;height:25px}.timeline-copy .lead{font-size:.95rem}.timeline-copy>p:last-child{font-size:.88rem}.faq-section{gap:10px}.faq-list summary{font-size:.95rem;padding:20px 0}.faq-list details>p{font-size:.9rem;padding-right:15px}.testimonials-grid .testimonial{padding:32px 25px}.share-story{padding:30px;display:block;margin-bottom:35px}.large-heart .icon{width:65px;height:65px;margin-bottom:22px}.share-story h2{font-size:1.7rem}.share-story p{font-size:.94rem}.contact-info{display:block}.contact-info .contact-pet{display:none}.contact-item{margin:22px 0}.contact-form{padding:25px 21px}.form-grid{grid-template-columns:1fr;gap:18px}.field.full{grid-column:auto}.contact-form h2{font-size:1.4rem}.contact-form>.button{width:100%}.consent{font-size:.8rem}.demo-note{font-size:.8rem}.prose h2{font-size:1.4rem}.prose p,.prose li{font-size:.96rem}}
@media(max-width:360px){.hero-copy h1{font-size:2.55rem}.hero-actions .button{font-size:.7rem;padding-inline:12px;gap:6px}.hero-promises{gap:10px}.hero-promises>div{font-size:.6rem;gap:6px}.hero-visual{height:315px;min-height:315px}.family-card{left:10%;right:5%}.family-card strong{font-size:.76rem}.family-card p{font-size:.61rem}.footer-brand{display:block}.footer-brand img{width:180px;margin-bottom:15px}.category-card>div{padding-left:21px}.category-card h2{font-size:1.4rem}.category-card p:not(.eyebrow){font-size:.73rem}.newsletter-field button{padding-inline:14px;gap:6px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Catálogo de raças: ícones informativos, busca por prefixo e contato contextual. */
.hero-pets{mix-blend-mode:normal;object-fit:contain;mask-image:radial-gradient(ellipse at 53% 47%,#000 52%,transparent 75%)}.hero-visual:before,.hero-visual:after{opacity:.55}.hero-visual:after{z-index:0}.category-card img,.category-card.cats img{object-fit:contain;object-position:bottom right;mask-image:linear-gradient(to right,transparent,#000 12%)}.footer-brand img{mix-blend-mode:normal}
.catalog-total{font-size:.82rem;color:var(--muted)}.breed-search{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px 30px;box-shadow:var(--shadow);margin-bottom:24px}.breed-search>label{font-size:1.2rem;font-weight:600;display:block;margin-bottom:13px}.search-input-row{display:flex;align-items:center;gap:13px;background:var(--paper);border:1px solid #dacecf;border-radius:100px;padding:5px 6px 5px 20px}.search-input-row>.icon{color:var(--rose);width:24px;height:24px}.search-input-row input{border:0;background:transparent;min-width:0;flex:1;font-size:1rem;padding:9px 0;color:var(--ink);outline:0}.search-input-row:focus-within{outline:2px solid var(--sage-dark);outline-offset:3px}.search-input-row .button{flex-shrink:0}.search-options{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:16px}.search-options>p{font-size:.78rem;color:var(--muted);margin:0}.size-filter{display:flex;gap:10px;align-items:center;flex-shrink:0;font-size:.82rem}.size-filter select{padding:7px 10px;border:1px solid var(--line);border-radius:7px;background:white;color:var(--ink)}.results-count{font-size:.9rem;color:var(--muted);margin:24px 0 18px}.breed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.breed-card{display:flex;flex-direction:column;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:27px;min-width:0}.breed-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.breed-symbol{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#f8ecee;color:var(--rose)}.breed-symbol .icon{width:28px;height:28px}.breed-type{font-size:.65rem;text-transform:uppercase;letter-spacing:.09em;color:var(--sage-dark);background:#f0f2eb;border-radius:100px;padding:5px 12px}.breed-card h2{font-size:1.35rem;line-height:1.3;overflow-wrap:anywhere;min-height:1.75em;margin-bottom:12px}.breed-description{font-size:.87rem;color:var(--muted);line-height:1.65;margin-bottom:15px}.breed-card dl{margin:0 0 18px;border-top:1px solid #f0e9e7}.breed-card dl>div{padding:12px 0;border-bottom:1px solid #f0e9e7;display:grid;grid-template-columns:90px 1fr;gap:10px;align-items:start}.breed-card dt{display:flex;align-items:center;gap:7px;font-size:.8rem;font-weight:600}.breed-card dt .icon{color:var(--rose);width:18px;height:18px}.breed-card dd{margin:0;color:var(--muted);font-size:.84rem;line-height:1.6}.breed-more{display:flex;align-items:center;gap:10px;color:var(--rose-dark);font-size:.8rem;font-weight:600;margin-top:auto;padding-bottom:20px}.breed-more .icon{width:17px;height:17px}.whatsapp-bubble{position:relative;display:flex;align-items:center;gap:10px;padding:16px;background:#edf1e8;color:#4f6347;border:1px solid #dfe7d7;border-radius:14px 14px 14px 3px;transition:background .2s;line-height:1.4}.whatsapp-bubble:after{content:"";position:absolute;bottom:-8px;left:16px;border-top:8px solid #dfe7d7;border-right:9px solid transparent}.whatsapp-bubble:hover{background:#dfe8d7;color:#344d2b}.whatsapp-bubble>.icon{width:22px;height:22px;flex-shrink:0}.whatsapp-bubble>.icon:last-child{width:16px;height:16px;margin-left:auto}.whatsapp-bubble strong{display:block;font-size:.84rem}.whatsapp-bubble small{display:block;font-size:.65rem;margin-top:3px}.pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin:32px 0 12px}.pagination a{display:grid;place-items:center;min-width:39px;height:39px;border:1px solid var(--line);border-radius:50%;font-size:.82rem;padding:5px;background:white}.pagination a[aria-current=page]{background:var(--rose);border-color:var(--rose);color:white}.pagination a:hover{background:var(--blush);color:var(--rose-dark)}.catalog-source{font-size:.75rem;color:var(--muted);line-height:1.7;margin-top:20px}.catalog-source a{text-decoration:underline;text-underline-offset:3px}.breed-detail{display:grid;grid-template-columns:1.2fr .8fr;gap:65px;align-items:start}.breed-profile>.pet-facts dt{display:flex;gap:8px;align-items:center}.breed-profile>.pet-facts .icon{color:var(--rose);width:20px;height:20px}.breed-profile>p{color:var(--muted)}.breed-contact-panel{background:#f8edef;padding:35px;border-radius:18px}.breed-contact-panel>.breed-symbol{background:#fff;margin-bottom:24px}.breed-contact-panel h2{font-size:1.65rem}.breed-contact-panel>p{font-size:.93rem;color:var(--muted)}.breed-contact-panel .whatsapp-bubble{margin:24px 0;background:#fff}.breed-contact-panel .whatsapp-bubble strong{font-size:.95rem}.breed-contact-panel .whatsapp-bubble small{font-size:.8rem}.breed-contact-panel .form-hint{font-size:.76rem}.breed-catalog [aria-busy=true]{opacity:.55;transition:opacity .2s}
@media(max-width:1000px){.breed-grid{grid-template-columns:repeat(2,1fr)}.breed-detail{gap:32px}.breed-card{padding:25px}}
@media(max-width:700px){.breed-detail{grid-template-columns:1fr}.search-options{align-items:flex-start;flex-direction:column;gap:12px}.breed-search{padding:23px}.breed-card{padding:23px}.breed-grid{gap:18px}.breed-card dl>div{grid-template-columns:1fr;gap:5px}.breed-card h2{font-size:1.2rem}.whatsapp-bubble{gap:9px;padding:13px}.whatsapp-bubble>.icon:last-child{display:none}}
@media(max-width:580px){.breed-grid{grid-template-columns:1fr}.breed-card{padding:26px}.breed-card h2{font-size:1.45rem}.breed-description{font-size:.94rem}.breed-card dl>div{grid-template-columns:95px 1fr;gap:12px}.breed-card dt,.breed-card dd{font-size:.88rem}.breed-more{font-size:.87rem}.whatsapp-bubble{padding:17px;gap:14px}.whatsapp-bubble>.icon:last-child{display:block}.whatsapp-bubble strong{font-size:.92rem}.whatsapp-bubble small{font-size:.73rem}.breed-search{padding:22px 18px}.breed-search>label{font-size:1.12rem}.search-input-row{border-radius:12px;padding:8px 10px;flex-wrap:wrap;gap:8px}.search-input-row input{font-size:1rem;width:calc(100% - 40px)}.search-input-row>.button{width:100%;margin-top:4px;min-height:42px}.search-options>p{font-size:.76rem}.size-filter{width:100%}.size-filter select{flex:1}.catalog-total{font-size:.78rem}.breed-contact-panel{padding:28px}}
