:root{
  --pet-primary:#2563eb;
  --pet-primary-dark:#1d4ed8;
  --pet-secondary:#0f172a;
  --pet-accent:#f97316;
  --pet-ink:#0f172a;
  --pet-muted:#64748b;
  --pet-bg:#f8fafc;
  --pet-card:#ffffff;
  --pet-border:#e2e8f0;
  --pet-success:#10b981;
  --pet-danger:#ef4444;
  --pet-shadow:0 20px 50px rgba(15,23,42,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter','Poppins',sans-serif;color:var(--pet-ink);background:var(--pet-bg);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.pet-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.pet-topbar{background:#0b1220;color:#e5e7eb;font-size:13px}
.pet-topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.pet-topbar a{color:#fff}
.pet-topbar__left,.pet-topbar__right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.pet-header{background:rgba(255,255,255,.92);border-bottom:1px solid var(--pet-border);position:sticky;top:0;z-index:1000;backdrop-filter:blur(14px)}
.pet-header__main{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;gap:28px;align-items:center;min-height:82px}
.pet-logo img{max-height:48px;max-width:190px}
.pet-search{display:flex;border:1px solid var(--pet-border);background:#f8fafc;border-radius:16px;overflow:hidden;transition:.2s}
.pet-search:focus-within{border-color:var(--pet-primary);box-shadow:0 0 0 4px rgba(37,99,235,.12);background:#fff}
.pet-search input{border:0;outline:0;background:transparent;width:100%;padding:13px 16px}
.pet-search button{border:0;background:var(--pet-primary);color:#fff;width:52px;cursor:pointer}
.pet-actions{display:flex;align-items:center;gap:10px}
.pet-action{width:44px;height:44px;border-radius:14px;border:1px solid var(--pet-border);background:#fff;display:grid;place-items:center;position:relative;color:var(--pet-ink)}
.pet-action:hover{color:var(--pet-primary);border-color:rgba(37,99,235,.28)}
.pet-action__count{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;border-radius:99px;padding:0 5px;background:var(--pet-accent);color:#fff;font-size:11px;display:grid;place-items:center}
.pet-nav{border-top:1px solid var(--pet-border);background:#fff}
.pet-nav__inner{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.pet-menu{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}
.pet-menu a{display:block;padding:9px 13px;border-radius:10px;font-size:14px;color:#334155}
.pet-menu a:hover,.pet-menu a.active{background:#eff6ff;color:var(--pet-primary)}
.pet-nav__cta{display:flex;align-items:center;gap:8px;color:var(--pet-primary);font-size:14px;font-weight:600}
.pet-mobile-toggle{display:none;border:0;background:#f3f4f6;border-radius:12px;width:44px;height:44px}
.pet-breadcrumb{padding:28px 0;background:linear-gradient(135deg,#eff6ff,#fff7ed);border-bottom:1px solid var(--pet-border)}
.pet-breadcrumb h1{font-size:clamp(26px,4vw,38px);margin:0 0 4px}
.pet-breadcrumb p{margin:0;color:var(--pet-muted)}
.pet-hero{padding:64px 0 46px;background:radial-gradient(circle at 85% 25%,rgba(249,115,22,.18),transparent 24%),radial-gradient(circle at 18% 20%,rgba(37,99,235,.16),transparent 26%),linear-gradient(180deg,#fff,#f8fbff)}
.pet-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}
.pet-kicker{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;color:var(--pet-primary-dark);border-radius:99px;padding:8px 13px;font-size:13px;margin-bottom:18px}
.pet-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.04;letter-spacing:-2.6px;margin:0 0 18px;max-width:760px}
.pet-hero h1 span{color:var(--pet-primary)}
.pet-hero p{font-size:18px;color:var(--pet-muted);max-width:650px;margin:0 0 28px}
.pet-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}
.pet-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border-radius:14px;border:1px solid transparent;transition:.2s;cursor:pointer;font-size:14px}
.pet-btn--primary{background:linear-gradient(135deg,var(--pet-primary),#3b82f6);color:#fff;box-shadow:0 12px 28px rgba(37,99,235,.24)}
.pet-btn--primary:hover{background:var(--pet-primary-dark);color:#fff;transform:translateY(-1px)}
.pet-btn--light{background:#fff;border-color:var(--pet-border);color:var(--pet-ink)}
.pet-btn--light:hover{border-color:var(--pet-primary);color:var(--pet-primary)}
.pet-hero__visual{position:relative;min-height:480px;display:grid;place-items:center}
.pet-hero__blob{width:min(460px,100%);aspect-ratio:1;background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 48%,#ffedd5 100%);border-radius:42% 58% 64% 36% / 42% 43% 57% 58%;position:absolute;inset:auto;filter:drop-shadow(0 30px 40px rgba(37,99,235,.12))}
.pet-hero__visual img{position:relative;z-index:2;max-height:460px;object-fit:contain}
.pet-float-card{position:absolute;z-index:3;background:#fff;border:1px solid var(--pet-border);box-shadow:var(--pet-shadow);border-radius:18px;padding:14px 16px;display:flex;align-items:center;gap:12px;font-size:13px}
.pet-float-card i{width:38px;height:38px;border-radius:12px;background:#eff6ff;color:var(--pet-primary);display:grid;place-items:center}
.pet-float-card--one{left:0;bottom:55px}.pet-float-card--two{right:0;top:52px}
.pet-trust{margin-top:-8px;padding-bottom:40px}
.pet-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--pet-border);border-radius:22px;box-shadow:var(--pet-shadow);overflow:hidden}
.pet-trust__item{padding:20px;display:flex;gap:13px;align-items:center;border-right:1px solid var(--pet-border)}
.pet-trust__item:last-child{border-right:0}.pet-trust__item i{font-size:24px;color:var(--pet-primary)}
.pet-trust__item strong{display:block;font-size:14px}.pet-trust__item span{font-size:12px;color:var(--pet-muted)}
.pet-section{padding:72px 0}
.pet-section--white{background:#fff}.pet-section--soft{background:#f1f5f9}
.pet-section__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}
.pet-section__head h2{font-size:clamp(30px,4vw,44px);letter-spacing:-1.3px;margin:0 0 6px}.pet-section__head p{margin:0;color:var(--pet-muted);max-width:650px}
.pet-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pet-category{background:#fff;border:1px solid var(--pet-border);border-radius:20px;padding:24px;transition:.2s;position:relative;overflow:hidden}
.pet-category:before{content:'';position:absolute;width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#eff6ff,#fff7ed);right:-28px;top:-28px}
.pet-category:hover{transform:translateY(-4px);box-shadow:var(--pet-shadow);border-color:rgba(37,99,235,.24)}
.pet-category__icon{width:52px;height:52px;border-radius:16px;background:#eff6ff;color:var(--pet-primary);display:grid;place-items:center;font-size:23px;margin-bottom:16px}.pet-category h3{font-size:17px;margin:0}.pet-category span{font-size:13px;color:var(--pet-muted)}
.pet-products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pet-product{background:#fff;border:1px solid var(--pet-border);border-radius:20px;overflow:hidden;transition:.2s;display:flex;flex-direction:column}
.pet-product:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(15,23,42,.10);border-color:#bfdbfe}
.pet-product__media{background:#f8fafc;aspect-ratio:1.15;position:relative;overflow:hidden}.pet-product__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.pet-product:hover .pet-product__media img{transform:scale(1.035)}
.pet-product__badge{position:absolute;left:12px;top:12px;background:var(--pet-accent);color:#fff;font-size:11px;border-radius:99px;padding:6px 9px}
.pet-product__body{padding:18px;display:flex;flex-direction:column;flex:1}.pet-product__category{color:var(--pet-primary);font-size:12px;margin-bottom:5px}.pet-product h3{font-size:16px;line-height:1.35;margin:0 0 10px}.pet-product__price{display:flex;align-items:baseline;gap:8px;margin-top:auto}.pet-product__price strong{font-size:21px;color:var(--pet-ink)}.pet-product__price del{font-size:12px;color:#9ca3af}.pet-product__stock{font-size:12px;color:var(--pet-success);margin:5px 0 14px}.pet-product__actions{display:grid;grid-template-columns:1fr 44px;gap:8px}
.pet-services{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.pet-service{background:#fff;border:1px solid var(--pet-border);border-radius:22px;padding:26px;box-shadow:0 8px 25px rgba(15,23,42,.04)}.pet-service__icon{width:54px;height:54px;border-radius:16px;background:#fff7ed;color:var(--pet-accent);display:grid;place-items:center;font-size:25px;margin-bottom:16px}.pet-service h3{font-size:20px;margin:0 0 8px}.pet-service p{color:var(--pet-muted);font-size:14px;margin-bottom:18px}
.pet-banner{background:linear-gradient(135deg,#2563eb,#1d4ed8 62%,#0f172a);color:#fff;border-radius:30px;padding:42px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;overflow:hidden;position:relative}.pet-banner:after{content:'';position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.12);right:-60px;top:-120px}.pet-banner h2{font-size:clamp(28px,4vw,46px);margin:0 0 10px;letter-spacing:-1.3px}.pet-banner p{opacity:.9;margin:0;max-width:680px}.pet-banner__action{display:flex;justify-content:flex-end;position:relative;z-index:2}.pet-banner .pet-btn--light{border-color:rgba(255,255,255,.35)}
.pet-card{background:#fff;border:1px solid var(--pet-border);border-radius:22px;box-shadow:0 8px 28px rgba(15,23,42,.05)}
.pet-card__head{padding:20px 22px;border-bottom:1px solid var(--pet-border);display:flex;align-items:center;justify-content:space-between;gap:14px}.pet-card__head h3{font-size:18px;margin:0}.pet-card__body{padding:22px}
.pet-form .form-label,.pet-form .form--label{font-size:13px;color:#334155;margin-bottom:7px}.pet-form .form-control,.pet-form .form--control,.pet-form select,.pet-form textarea{width:100%;min-height:48px;border:1px solid var(--pet-border);border-radius:13px;background:#fff;padding:10px 13px;outline:0}.pet-form .form-control:focus,.pet-form .form--control:focus,.pet-form select:focus,.pet-form textarea:focus{border-color:var(--pet-primary);box-shadow:0 0 0 4px rgba(37,99,235,.12)}
.pet-shop-layout{display:grid;grid-template-columns:260px 1fr;gap:24px}.pet-filter{padding:20px;align-self:start;position:sticky;top:150px}.pet-filter h4{font-size:15px;margin:0 0 14px}.pet-filter__group{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--pet-border)}.pet-filter__group:last-child{border:0;margin:0;padding:0}
.pet-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.pet-toolbar p{margin:0;color:var(--pet-muted);font-size:14px}.pet-toolbar select{border:1px solid var(--pet-border);border-radius:12px;padding:10px 12px;background:#fff}
.pet-cart-layout,.pet-checkout-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}.pet-cart-item{display:grid;grid-template-columns:92px 1fr auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--pet-border)}.pet-cart-item:last-child{border-bottom:0}.pet-cart-item img{width:92px;height:92px;object-fit:cover;border-radius:14px;background:#f8fafc}.pet-cart-item h3{font-size:15px;margin:0 0 4px}.pet-cart-item p{margin:0;color:var(--pet-muted);font-size:13px}.pet-qty{display:inline-flex;border:1px solid var(--pet-border);border-radius:12px;overflow:hidden}.pet-qty button,.pet-qty input{height:38px;border:0;background:#fff;text-align:center}.pet-qty button{width:34px}.pet-qty input{width:46px;outline:0}
.pet-summary{padding:22px;position:sticky;top:150px;align-self:start}.pet-summary h3{font-size:19px;margin:0 0 18px}.pet-summary__line{display:flex;justify-content:space-between;gap:12px;padding:9px 0;color:var(--pet-muted);font-size:14px}.pet-summary__line--total{border-top:1px solid var(--pet-border);margin-top:10px;padding-top:16px;color:var(--pet-ink);font-size:17px}
.pet-payment-option{border:1px solid var(--pet-border);border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px;cursor:pointer;margin-bottom:10px;background:#fff}.pet-payment-option:has(input:checked){border-color:var(--pet-primary);box-shadow:0 0 0 3px rgba(37,99,235,.08)}.pet-payment-option input{accent-color:var(--pet-primary)}.pet-payment-option__logo{width:48px;height:38px;border-radius:10px;background:#f3f4f6;display:grid;place-items:center;color:var(--pet-primary)}
.pet-empty{text-align:center;padding:64px 20px}.pet-empty i{font-size:50px;color:#c7cdd8;margin-bottom:16px}.pet-empty h3{font-size:22px}.pet-empty p{color:var(--pet-muted)}
.pet-account-shell{display:grid;grid-template-columns:240px 1fr;gap:22px}.pet-account-nav{padding:16px;align-self:start}.pet-account-nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:11px;color:#475569;font-size:14px}.pet-account-nav a:hover,.pet-account-nav a.active{background:#eff6ff;color:var(--pet-primary)}.pet-account-user{padding:12px 12px 18px;border-bottom:1px solid var(--pet-border);margin-bottom:8px}.pet-account-user strong{display:block}.pet-account-user span{font-size:12px;color:var(--pet-muted)}
.pet-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.pet-stat{padding:18px}.pet-stat__icon{width:42px;height:42px;border-radius:13px;background:#eff6ff;color:var(--pet-primary);display:grid;place-items:center;margin-bottom:14px}.pet-stat strong{display:block;font-size:25px}.pet-stat span{font-size:12px;color:var(--pet-muted)}
.pet-table{width:100%;border-collapse:collapse}.pet-table th{font-size:12px;text-align:left;color:var(--pet-muted);padding:12px;border-bottom:1px solid var(--pet-border);background:#f8fafc}.pet-table td{font-size:13px;padding:13px 12px;border-bottom:1px solid var(--pet-border);vertical-align:middle}.pet-table tr:last-child td{border-bottom:0}
.pet-status{display:inline-flex;align-items:center;border-radius:99px;padding:5px 9px;font-size:11px}.pet-status--pending{background:#fff7ed;color:#c2410c}.pet-status--success{background:#ecfdf5;color:#047857}.pet-status--info{background:#eff6ff;color:#1d4ed8}.pet-status--danger{background:#fef2f2;color:#b91c1c}
.pet-footer{background:#0b1220;color:#d1d5db;margin-top:70px}.pet-footer__grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:36px;padding:55px 0}.pet-footer h4{color:#fff;font-size:15px;margin-bottom:14px}.pet-footer p,.pet-footer a{font-size:13px;color:#aeb6c5}.pet-footer a:hover{color:#fff}.pet-footer__links{list-style:none;margin:0;padding:0;display:grid;gap:8px}.pet-footer__bottom{border-top:1px solid rgba(255,255,255,.09);padding:18px 0;font-size:12px;display:flex;align-items:center;justify-content:space-between;gap:20px}.pet-payments{display:flex;gap:8px}.pet-payments span{background:#fff;color:#0b1220;border-radius:8px;padding:5px 9px;font-size:11px}
@media(max-width:1100px){.pet-products{grid-template-columns:repeat(3,1fr)}.pet-categories{grid-template-columns:repeat(2,1fr)}.pet-stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.pet-topbar__right{display:none}.pet-header__main{grid-template-columns:1fr auto;min-height:70px}.pet-search{grid-column:1/-1;order:3;margin-bottom:14px}.pet-mobile-toggle{display:grid;place-items:center}.pet-nav{display:none}.pet-nav.open{display:block}.pet-nav__inner{display:block;padding:12px 0}.pet-menu{display:block}.pet-menu a{padding:12px}.pet-nav__cta{padding:10px 12px}.pet-hero__grid{grid-template-columns:1fr}.pet-hero__visual{min-height:360px}.pet-hero__visual img{max-height:340px}.pet-float-card--one{left:12px}.pet-float-card--two{right:12px}.pet-trust__grid{grid-template-columns:repeat(2,1fr)}.pet-trust__item:nth-child(2){border-right:0}.pet-trust__item:nth-child(-n+2){border-bottom:1px solid var(--pet-border)}.pet-products{grid-template-columns:repeat(2,1fr)}.pet-services{grid-template-columns:1fr 1fr}.pet-shop-layout,.pet-cart-layout,.pet-checkout-layout,.pet-account-shell{grid-template-columns:1fr}.pet-filter,.pet-summary{position:static}.pet-account-nav{display:grid;grid-template-columns:repeat(2,1fr)}.pet-account-user{grid-column:1/-1}.pet-banner{grid-template-columns:1fr;gap:24px}.pet-banner__action{justify-content:flex-start}.pet-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:580px){.pet-container{width:min(100% - 22px,1180px)}.pet-topbar__inner{justify-content:center}.pet-topbar__left span:nth-child(2){display:none}.pet-actions .pet-action:nth-child(1){display:none}.pet-hero{padding-top:42px}.pet-hero h1{letter-spacing:-1.7px}.pet-hero__visual{min-height:290px}.pet-float-card{display:none}.pet-trust__grid,.pet-categories,.pet-products,.pet-services,.pet-stat-grid{grid-template-columns:1fr}.pet-trust__item{border-right:0;border-bottom:1px solid var(--pet-border)!important}.pet-trust__item:last-child{border-bottom:0!important}.pet-section{padding:52px 0}.pet-section__head{align-items:start;flex-direction:column}.pet-cart-item{grid-template-columns:72px 1fr}.pet-cart-item img{width:72px;height:72px}.pet-cart-item>div:last-child{grid-column:2}.pet-account-nav{grid-template-columns:1fr}.pet-footer__grid{grid-template-columns:1fr}.pet-footer__bottom{align-items:flex-start;flex-direction:column}.pet-banner{padding:28px 22px;border-radius:22px}}


.pet-muted{font-size:12px;color:var(--pet-muted)}
.pet-page-heading{font-size:clamp(32px,5vw,52px);letter-spacing:-1.6px;line-height:1.08;margin:0 0 18px}
.pet-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}.pet-form-grid__full{grid-column:1/-1}
.pet-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.pet-contact-cards{display:grid;gap:14px}.pet-contact-card{padding:18px;display:flex;align-items:center;gap:15px}.pet-contact-card>i{width:46px;height:46px;border-radius:14px;background:#eff6ff;color:var(--pet-primary);display:grid;place-items:center;font-size:22px;flex:0 0 auto}.pet-contact-card strong{display:block;font-size:14px}.pet-contact-card span{display:block;color:var(--pet-muted);font-size:13px}.pet-contact-map{overflow:hidden;min-height:230px}.pet-contact-map iframe{width:100%;height:100%;min-height:230px;border:0;display:block}
.pet-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.pet-about-media{position:relative}.pet-about-media>img{width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:30px;box-shadow:var(--pet-shadow)}.pet-about-badge{position:absolute;right:-20px;bottom:24px;max-width:280px;background:#fff;border:1px solid var(--pet-border);border-radius:18px;box-shadow:var(--pet-shadow);padding:14px 16px;display:flex;align-items:center;gap:12px}.pet-about-badge i{width:42px;height:42px;border-radius:13px;background:#fff7ed;color:var(--pet-accent);display:grid;place-items:center;font-size:22px}.pet-about-badge strong,.pet-about-badge span{display:block}.pet-about-badge strong{font-size:13px}.pet-about-badge span{font-size:11px;color:var(--pet-muted)}
.pet-mini-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}.pet-mini-benefits div{display:flex;align-items:center;gap:8px;font-size:13px}.pet-mini-benefits i{color:var(--pet-success);font-size:18px}
.pet-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.pet-blog-card{overflow:hidden}.pet-blog-card__media{display:block;aspect-ratio:1.45;background:#f3f4f6;overflow:hidden}.pet-blog-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.pet-blog-card:hover .pet-blog-card__media img{transform:scale(1.035)}.pet-blog-card__body{padding:20px}.pet-blog-card h3{font-size:19px;line-height:1.35;margin:10px 0 18px}.pet-blog-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--pet-muted);font-size:11px}.pet-blog-meta i{color:var(--pet-primary)}.pet-link{color:var(--pet-primary);font-size:13px;font-weight:600}.pet-blog-empty{grid-column:1/-1}
.pet-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.pet-article{overflow:hidden}.pet-article__cover{width:100%;max-height:520px;aspect-ratio:1.75;object-fit:cover;background:#f3f4f6}.pet-article__body{padding:30px}.pet-article__body h1,.pet-legal h1{font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-1.2px;margin:12px 0 24px}.pet-article-side{position:sticky;top:150px}.pet-side-post{display:grid;grid-template-columns:72px 1fr;align-items:center;gap:12px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--pet-border);font-size:12px;font-weight:600;line-height:1.35}.pet-side-post img{width:72px;height:58px;object-fit:cover;border-radius:10px}.pet-share{border-top:1px solid var(--pet-border);margin-top:28px;padding-top:20px;display:flex;align-items:center;gap:9px}.pet-share strong{font-size:12px;margin-right:5px}.pet-share a{width:38px;height:38px;border:1px solid var(--pet-border);border-radius:11px;display:grid;place-items:center}.pet-share a:hover{border-color:var(--pet-primary);color:var(--pet-primary)}
.pet-legal{max-width:980px;margin:0 auto}.pet-legal .pet-card__body{padding:clamp(24px,5vw,54px)}.pet-prose{color:#475569;font-size:15px}.pet-prose p{margin:0 0 16px}.pet-prose h1,.pet-prose h2,.pet-prose h3,.pet-prose h4{color:var(--pet-ink);line-height:1.25;margin:28px 0 12px}.pet-prose ul,.pet-prose ol{padding-left:22px;margin:0 0 18px}.pet-prose img{max-width:100%;height:auto;border-radius:16px}.pet-prose a{color:var(--pet-primary);text-decoration:underline}.pet-prose blockquote{border-left:4px solid var(--pet-primary);background:#eff6ff;border-radius:0 12px 12px 0;padding:14px 18px;margin:20px 0}
@media(max-width:960px){.pet-contact-grid,.pet-about-grid,.pet-article-layout{grid-template-columns:1fr}.pet-about-badge{right:14px}.pet-article-side{position:static}.pet-blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.pet-form-grid,.pet-mini-benefits,.pet-blog-grid{grid-template-columns:1fr}.pet-form-grid__full{grid-column:auto}.pet-article__body{padding:20px}.pet-about-badge{position:static;margin-top:12px;max-width:none}}


.pet-auth-body{min-height:100vh;background:radial-gradient(circle at 10% 15%,rgba(37,99,235,.16),transparent 30%),radial-gradient(circle at 90% 80%,rgba(249,115,22,.10),transparent 28%),#f8fafc}.pet-auth-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:32px 0 60px}.pet-auth-brand{display:inline-flex;align-items:center;gap:14px;color:var(--pet-muted);font-size:13px;margin-bottom:38px}.pet-auth-brand img{max-width:170px;max-height:48px}.pet-auth-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center;min-height:620px}.pet-auth-grid--register{grid-template-columns:.75fr 1.25fr}.pet-auth-copy h1{font-size:clamp(42px,6vw,68px);line-height:1.02;letter-spacing:-2px;margin:0 0 18px}.pet-auth-copy>p{font-size:17px;color:var(--pet-muted);max-width:520px}.pet-auth-benefits{display:grid;gap:12px;margin-top:30px}.pet-auth-benefits div{display:flex;align-items:center;gap:12px;font-size:14px}.pet-auth-benefits i{width:40px;height:40px;border-radius:12px;background:#fff;color:var(--pet-primary);box-shadow:0 8px 18px rgba(15,23,42,.06);display:grid;place-items:center;font-size:20px}.pet-auth-card{max-width:680px;width:100%;margin-left:auto;box-shadow:var(--pet-shadow)}.pet-auth-card .pet-card__body{padding:clamp(24px,4vw,42px)}.pet-auth-card h2{font-size:30px;letter-spacing:-.7px;margin:0 0 7px}.pet-auth-intro{font-size:14px;color:var(--pet-muted);margin-bottom:24px}.pet-auth-row{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:12px;margin:14px 0 20px}.pet-auth-row a,.pet-auth-switch a,.pet-check a{color:var(--pet-primary);font-weight:600}.pet-check{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#475569}.pet-check input{margin-top:3px;accent-color:var(--pet-primary)}.pet-auth-switch{text-align:center;color:var(--pet-muted);font-size:13px;margin:20px 0 0}.pet-field-help{display:block;color:var(--pet-muted);font-size:10px;margin-top:5px}.pet-auth-single{max-width:520px;margin:70px auto 0}.pet-auth-card .input-group-text{border:1px solid var(--pet-border);background:#f8fafc;border-radius:13px 0 0 13px}.pet-auth-card .input-group .form-control{border-radius:0 13px 13px 0}
@media(max-width:860px){.pet-auth-grid,.pet-auth-grid--register{grid-template-columns:1fr;gap:28px}.pet-auth-grid{min-height:auto}.pet-auth-copy{display:none}.pet-auth-card{margin:0 auto}.pet-auth-brand{margin-bottom:24px}.pet-auth-single{margin-top:20px}}

/* =========================================================
   V6 — HOME IGUAL À PRÉVIA APROVADA
   ========================================================= */
:root{
  --v6-navy:#082341;
  --v6-navy-2:#0b2f57;
  --v6-blue:#075ed8;
  --v6-blue-2:#0b66e4;
  --v6-orange:#ff7900;
  --v6-orange-2:#ff8a16;
  --v6-green:#12b76a;
  --v6-soft:#f5f8fc;
  --v6-text:#0b2341;
  --v6-muted:#64748b;
  --v6-line:#e5eaf1;
}
body{background:#fff;color:var(--v6-text)}
.pet-container{width:min(1240px,calc(100% - 34px))}
.v6-site-header{position:relative;z-index:1000;background:#fff;box-shadow:0 2px 12px rgba(8,35,65,.05)}
.v6-topbar{background:var(--v6-navy);color:#fff;font-size:12px}
.v6-topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.v6-topbar__group{display:flex;align-items:center;gap:26px;white-space:nowrap}
.v6-topbar__group a,.v6-topbar__group span{color:#fff;display:flex;align-items:center;gap:6px}
.v6-topbar__group i{font-size:15px}.v6-topbar__group .lab.la-whatsapp{color:#26d367}
.v6-mainhead{background:#fff}
.v6-mainhead__inner{min-height:86px;display:grid;grid-template-columns:220px minmax(390px,1fr) 190px 130px;align-items:center;gap:24px}
.v6-logo img{width:190px;max-height:58px;object-fit:contain;object-position:left center}
.v6-search{height:48px;border:1px solid #dbe2ea;border-radius:8px;display:grid;grid-template-columns:minmax(160px,1fr) 180px 52px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(8,35,65,.025)}
.v6-search input,.v6-search select{border:0;outline:0;background:#fff;color:#334155;font-size:13px}
.v6-search input{padding:0 15px}.v6-search select{border-left:1px solid #e5eaf1;padding:0 13px}
.v6-search button{border:0;background:var(--v6-orange);color:#fff;font-size:22px;cursor:pointer}
.v6-contact{display:flex;align-items:center;gap:10px}.v6-whatsapp{font-size:38px;line-height:1;color:#16c767}.v6-contact span,.v6-contact strong{display:block}.v6-contact span{font-size:11px;color:#475569}.v6-contact strong{font-size:13px;color:#0f172a}
.v6-cart{display:flex;align-items:center;gap:9px;color:#0f172a}.v6-cart__icon{position:relative;font-size:30px}.v6-cart__icon b{position:absolute;right:-7px;top:-8px;background:var(--v6-orange);color:#fff;border-radius:20px;min-width:18px;height:18px;display:grid;place-items:center;font-size:10px;font-weight:700}.v6-cart small,.v6-cart strong{display:block}.v6-cart small{font-size:11px}.v6-cart strong{font-size:12px}
.v6-nav{display:block!important;border:0;background:var(--v6-blue);box-shadow:none}
.v6-nav__inner{min-height:48px;display:flex;align-items:center;gap:26px}
.v6-allcats{background:var(--v6-orange);color:#fff!important;border-radius:5px;padding:10px 24px;display:flex;align-items:center;gap:8px;font-weight:700;font-size:13px;min-width:190px;justify-content:center;box-shadow:0 5px 12px rgba(255,121,0,.2)}
.v6-menu{display:flex;align-items:center;gap:4px}.v6-menu a{color:#fff!important;background:transparent!important;font-size:13px;font-weight:600;padding:14px 20px;border-radius:0;opacity:.96}.v6-menu a:hover,.v6-menu a.active{background:rgba(255,255,255,.10)!important;color:#fff!important}
.pet-mobile-toggle{display:none}

.v6-hero{background:#fff;border-bottom:1px solid #eef2f7;overflow:hidden}
.v6-hero__inner{min-height:405px;display:grid;grid-template-columns:1fr 1.15fr;align-items:center;position:relative;padding-top:26px}
.v6-hero__copy{padding:30px 0 28px 36px;position:relative;z-index:2}.v6-eyebrow{display:block;color:var(--v6-orange);font-size:15px;font-weight:700;margin-bottom:8px}.v6-hero h1{font-size:clamp(38px,4.1vw,63px);line-height:.98;letter-spacing:-2.5px;max-width:580px;color:var(--v6-navy);margin:0 0 20px;font-weight:800}.v6-hero h1::first-line{color:var(--v6-navy)}.v6-hero p{max-width:480px;color:#718096;font-size:16px;line-height:1.55;margin:0 0 20px}.v6-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.v6-btn{height:42px;border-radius:6px;padding:0 17px;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;transition:.2s}.v6-btn--orange{background:var(--v6-orange);color:#fff;box-shadow:0 8px 18px rgba(255,121,0,.2)}.v6-btn--orange:hover{background:#e96900;color:#fff;transform:translateY(-1px)}.v6-btn--outline{background:#fff;border:1px solid #0a63dc;color:var(--v6-blue)}.v6-btn--outline:hover{background:#f0f6ff;color:var(--v6-blue)}
.v6-dots{display:flex;gap:5px;justify-content:center;width:100%;max-width:480px;margin-top:18px}.v6-dots span{width:7px;height:7px;border-radius:50%;background:#d6dce5}.v6-dots span.active{width:25px;border-radius:12px;background:var(--v6-blue)}
.v6-hero__visual{height:100%;position:relative;display:flex;align-items:flex-end;justify-content:center}.v6-hero__visual img{position:relative;z-index:3;max-height:390px;width:auto;max-width:88%;object-fit:contain;filter:drop-shadow(0 14px 10px rgba(8,35,65,.12));margin-bottom:-2px}.v6-blue-shape{position:absolute;width:470px;height:320px;border-radius:50% 48% 48% 42%;background:linear-gradient(135deg,#0b64e4,#0549b5);right:38px;bottom:18px;transform:rotate(-7deg);z-index:1}.v6-orange-ring{position:absolute;width:500px;height:345px;border:5px solid var(--v6-orange);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;right:8px;bottom:3px;transform:rotate(18deg);z-index:0}.v6-paw-bubble{position:absolute;right:40px;top:27px;z-index:5;width:106px;height:106px;border-radius:47% 47% 50% 50%;background:var(--v6-blue);color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(7,94,216,.22)}.v6-paw-bubble i{font-size:24px;margin-bottom:2px}.v6-paw-bubble strong{font-size:11px;line-height:1.05}.v6-paw-bubble em{font-style:normal;color:#ff9a2c}.v6-deco{position:absolute;color:var(--v6-orange);z-index:4;font-size:36px}.v6-deco--one{left:18%;top:23%}.v6-deco--two{right:4%;top:42%}.v6-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:1px solid #e6ebf2;background:#fff;color:#708096;display:grid;place-items:center;z-index:8;box-shadow:0 3px 12px rgba(8,35,65,.05)}.v6-slider-arrow--left{left:0}.v6-slider-arrow--right{right:0}

.v6-benefits{background:#fff;border-bottom:1px solid var(--v6-line)}.v6-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:78px}.v6-benefit{display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid var(--v6-line)}.v6-benefit:last-child{border-right:0}.v6-benefit>i{font-size:31px;color:var(--v6-blue)}.v6-benefit strong,.v6-benefit span{display:block}.v6-benefit strong{font-size:12px;color:#0f172a}.v6-benefit span{font-size:11px;color:#64748b;margin-top:2px}
.v6-section{padding:34px 0}.v6-section--soft{background:#f8fafc}.v6-products-section{background:#fff}.v6-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.v6-section__head h2{font-size:22px;color:var(--v6-navy);margin:0;font-weight:800}.v6-section__head a{font-size:11px;font-weight:700;color:var(--v6-blue)}
.v6-categories{display:grid;grid-template-columns:repeat(7,1fr);gap:15px}.v6-category{background:#fff;border:1px solid #edf0f4;border-radius:10px;min-height:150px;padding:14px 12px 13px;text-align:center;box-shadow:0 7px 20px rgba(8,35,65,.035);transition:.2s}.v6-category:hover{transform:translateY(-4px);border-color:#bfd7fa;box-shadow:0 12px 24px rgba(8,35,65,.08)}.v6-category__media{height:94px;display:flex;align-items:center;justify-content:center}.v6-category__media img{max-height:86px;max-width:100%;object-fit:contain}.v6-category__media i{font-size:58px;color:var(--v6-blue)}.v6-category strong{display:block;font-size:12px;color:#0f172a;margin-top:6px}
.v6-products{grid-template-columns:repeat(5,1fr)!important;gap:16px!important}.v6-product-card{border-radius:10px!important;border-color:#e8edf3!important;box-shadow:0 7px 20px rgba(8,35,65,.04)!important;position:relative}.v6-product-card:hover{transform:translateY(-4px)!important;box-shadow:0 13px 30px rgba(8,35,65,.10)!important}.v6-product-card .pet-product__media{aspect-ratio:1.02;background:#fff;padding:14px;overflow:visible}.v6-product-card .pet-product__media img{object-fit:contain}.v6-heart{position:absolute;right:10px;top:10px;width:29px;height:29px;border:1px solid #dce4ec;border-radius:50%;background:#fff;color:#4b5e72;display:grid;place-items:center;font-size:17px;z-index:5}.v6-product-card .pet-product__badge{background:var(--v6-orange);font-size:10px}.v6-product-card .pet-product__body{padding:13px 12px 14px;position:relative}.v6-product-card .pet-product__category{font-size:10px;color:#8291a2;margin-bottom:4px}.v6-product-card h3{font-size:12px;min-height:32px;margin:0 0 4px;font-weight:700;color:#172b4d}.v6-rating{display:flex;align-items:center;gap:5px;margin:2px 0 7px}.v6-rating span{font-size:10px;letter-spacing:1px;color:#ff8a00}.v6-rating small{font-size:9px;color:#8898aa}.v6-product-card .pet-product__price{display:block}.v6-product-card .pet-product__price strong{font-size:16px;color:var(--v6-navy)}.v6-product-card .pet-product__price del{font-size:10px;margin-left:5px}.v6-installment{display:block;color:#7b8a9b;font-size:9px;margin-top:1px}.v6-product-actions{position:absolute;right:10px;bottom:11px;display:block!important}.v6-cart-button{width:34px;height:34px;border:0;border-radius:5px;background:var(--v6-blue);color:#fff;display:grid;place-items:center;font-size:18px;box-shadow:0 5px 12px rgba(7,94,216,.18)}.v6-cart-button:disabled{background:#a8b4c2}
.v6-mini-strip{padding:0 0 34px;background:#fff}.v6-mini-strip__grid{border:1px solid #dfe7ef;border-radius:11px;display:grid;grid-template-columns:repeat(4,1fr);min-height:70px;box-shadow:0 6px 18px rgba(8,35,65,.025)}.v6-mini-strip__grid>div{display:flex;align-items:center;justify-content:center;gap:11px;border-right:1px solid #e4eaf0;padding:12px}.v6-mini-strip__grid>div:last-child{border-right:0}.v6-mini-strip i{font-size:27px;color:var(--v6-blue)}.v6-mini-strip span,.v6-mini-strip strong{display:block}.v6-mini-strip strong{font-size:11px;color:var(--v6-blue)}.v6-mini-strip span{font-size:9px;color:#6e7d8d}
.v6-services-section{background:#f7f9fc;border-top:1px solid #eef2f6}.v6-services{grid-template-columns:repeat(3,1fr)}.v6-services .pet-service{border-radius:12px;border:1px solid #e7edf4;box-shadow:0 8px 20px rgba(8,35,65,.04)}.v6-services .pet-service__icon{background:#eaf2ff;color:var(--v6-blue)}.v6-text-link{font-size:11px;font-weight:700;color:var(--v6-blue)}

@media(max-width:1100px){.v6-mainhead__inner{grid-template-columns:180px 1fr 145px}.v6-cart{display:none}.v6-menu a{padding-inline:12px}.v6-categories{grid-template-columns:repeat(4,1fr)}.v6-products{grid-template-columns:repeat(4,1fr)!important}.v6-blue-shape{width:400px}.v6-paw-bubble{right:10px}}
@media(max-width:860px){.v6-topbar__right{display:none}.v6-topbar__group{gap:14px;overflow:auto}.v6-mainhead__inner{min-height:72px;grid-template-columns:150px 1fr auto;gap:12px}.v6-logo img{width:145px}.v6-contact{display:none}.v6-search{grid-template-columns:1fr 46px;height:43px}.v6-search select{display:none}.pet-mobile-toggle{display:grid;place-items:center;border:0;background:#eef4fb;color:var(--v6-navy);width:42px;height:42px;border-radius:7px}.v6-nav{display:none!important}.v6-nav.open{display:block!important}.v6-nav__inner{display:block;padding:12px 0}.v6-allcats{margin-bottom:8px;justify-content:flex-start}.v6-menu{display:grid;grid-template-columns:1fr 1fr}.v6-menu a{padding:11px 13px}.v6-hero__inner{grid-template-columns:1fr;min-height:auto;padding-top:20px}.v6-hero__copy{padding:25px 14px 0;text-align:center}.v6-hero h1,.v6-hero p{margin-left:auto;margin-right:auto}.v6-hero__buttons{justify-content:center}.v6-hero__visual{min-height:350px}.v6-hero__visual img{max-height:330px}.v6-blue-shape{width:410px;height:280px;right:50%;transform:translateX(50%) rotate(-7deg)}.v6-orange-ring{right:50%;transform:translateX(50%) rotate(18deg)}.v6-paw-bubble{right:12%}.v6-slider-arrow{display:none}.v6-benefits__grid{grid-template-columns:repeat(2,1fr)}.v6-benefit{min-height:72px;border-bottom:1px solid var(--v6-line)}.v6-benefit:nth-child(2n){border-right:0}.v6-categories{grid-template-columns:repeat(3,1fr)}.v6-products{grid-template-columns:repeat(2,1fr)!important}.v6-mini-strip__grid{grid-template-columns:repeat(2,1fr)}.v6-mini-strip__grid>div:nth-child(2){border-right:0}.v6-services{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.pet-container{width:min(100% - 20px,1240px)}.v6-topbar__group span:nth-child(3),.v6-topbar__group a:nth-child(2){display:none}.v6-mainhead__inner{grid-template-columns:135px 1fr auto}.v6-search{grid-column:1/-1;order:4;margin-bottom:10px}.v6-hero__copy{padding-top:22px}.v6-eyebrow{font-size:12px}.v6-hero h1{font-size:42px;letter-spacing:-1.8px}.v6-hero p{font-size:14px}.v6-hero__visual{min-height:290px}.v6-hero__visual img{max-height:278px;max-width:100%}.v6-blue-shape{width:300px;height:225px}.v6-orange-ring{width:330px;height:245px}.v6-paw-bubble{width:84px;height:84px;right:2%;top:25px}.v6-paw-bubble strong{font-size:9px}.v6-paw-bubble i{font-size:19px}.v6-benefits__grid{grid-template-columns:1fr}.v6-benefit{justify-content:flex-start;padding:0 20px;border-right:0}.v6-categories{grid-template-columns:repeat(2,1fr)}.v6-products{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.v6-product-card .pet-product__media{padding:7px}.v6-product-card .pet-product__body{padding:10px}.v6-product-card h3{font-size:11px}.v6-product-card .pet-product__price strong{font-size:14px}.v6-product-actions{right:7px;bottom:9px}.v6-cart-button{width:30px;height:30px}.v6-mini-strip__grid{grid-template-columns:1fr}.v6-mini-strip__grid>div{border-right:0;border-bottom:1px solid #e4eaf0;justify-content:flex-start;padding-left:22px}.v6-mini-strip__grid>div:last-child{border-bottom:0}.v6-services{grid-template-columns:1fr}}

/* =========================================================
   V10 — RÉPLICA VISUAL DA REFERÊNCIA DO PETSHOP
   ========================================================= */
.v6-topbar{background:#082341!important}.v6-topbar__group{gap:28px}.v6-topbar__group i{font-size:16px}.v6-topbar__right{margin-left:auto}
.v6-mainhead__inner{min-height:78px;grid-template-columns:230px minmax(430px,1fr) 190px 145px;gap:20px}.v6-logo{display:flex;align-items:center}.v6-logo img{width:205px;max-height:64px}.v6-search{height:47px;border-color:#d8e0ea;border-radius:7px;grid-template-columns:minmax(220px,1fr) 190px 50px}.v6-search button{background:#ff7900}.v6-contact strong{font-size:12px}.v6-cart strong{font-size:13px}.v6-cart__icon{font-size:31px}
.v6-nav{background:#075ed8!important}.v6-nav__inner{min-height:45px;gap:24px}.v6-allcats{min-width:180px;padding:9px 18px}.v6-menu{gap:0}.v6-menu a{padding:13px 18px;font-size:12px}
.v10-reference-hero{position:relative;overflow:hidden}.v10-reference-hero .v6-hero__inner{min-height:395px;grid-template-columns:.92fr 1.08fr;padding-top:0}.v10-reference-hero .v6-hero__copy{padding:35px 0 25px 55px}.v10-reference-hero .v6-eyebrow{font-size:16px}.v10-reference-hero .v6-hero h1{font-size:clamp(44px,4vw,61px);line-height:1.02;margin-bottom:14px;max-width:560px}.v10-reference-hero .v6-hero h1 span{color:#075ed8}.v10-reference-hero .v6-hero p{font-size:15px;max-width:440px;margin-bottom:18px}.v10-reference-hero .v6-hero__visual{min-height:395px}.v10-reference-hero .v10-pet-group{max-height:395px!important;max-width:104%!important;width:auto!important;object-fit:contain!important;margin-bottom:-2px!important;filter:drop-shadow(0 13px 11px rgba(8,35,65,.08))}.v10-reference-hero .v6-blue-shape{width:500px;height:300px;right:18px;bottom:13px;border-radius:50%;transform:rotate(-8deg)}.v10-reference-hero .v6-orange-ring{width:500px;height:325px;right:5px;bottom:4px;border-width:3px}.v10-reference-hero .v6-deco--one{left:6%;top:36%;transform:rotate(130deg);font-size:46px}.v10-reference-hero .v6-deco--two{right:0;top:39%;font-size:31px}.v10-reference-hero .v6-dots{justify-content:center;max-width:430px;margin-top:16px}.v10-reference-hero .v6-slider-arrow--left{left:-4px}.v10-reference-hero .v6-slider-arrow--right{right:-4px}
.v6-benefits__grid{min-height:74px}.v6-benefit>i{font-size:29px}.v6-benefit strong{font-size:12px}.v6-benefit span{font-size:10px}
.v10-category-section{padding-top:28px}.v6-section__head{margin-bottom:16px}.v6-section__head h2{font-size:19px}.v6-categories{gap:13px}.v6-category{min-height:128px;padding:8px 8px 10px;border-radius:10px}.v6-category__media{height:88px}.v6-category__media img{max-height:80px;max-width:96%;filter:drop-shadow(0 7px 7px rgba(8,35,65,.10))}.v6-category strong{font-size:11px;margin-top:1px}
.v6-products-section{padding-top:24px}.v6-products{gap:13px!important}.v6-product-card{min-width:0}.v6-product-card .pet-product__media{aspect-ratio:1.05;padding:12px}.v6-product-card h3{font-size:11px;line-height:1.25}.v6-rating span{letter-spacing:0;font-size:9px}.v6-product-card .pet-product__price strong{font-size:15px}.v6-mini-strip{padding-bottom:28px}

@media(max-width:1100px){.v6-mainhead__inner{grid-template-columns:180px 1fr 155px}.v6-contact{display:flex}.v6-cart{display:none}.v10-reference-hero .v6-hero__copy{padding-left:30px}.v10-reference-hero .v10-pet-group{max-width:100%!important}.v6-menu a{padding-inline:11px}}
@media(max-width:860px){.v6-topbar__inner{min-height:32px}.v6-topbar__group span:first-child{display:flex}.v6-topbar__group span:nth-child(3){display:none}.v6-mainhead__inner{grid-template-columns:145px 1fr auto}.v6-contact{display:none}.v10-reference-hero .v6-hero__copy{padding:25px 14px 0}.v10-reference-hero .v6-hero__visual{min-height:360px}.v10-reference-hero .v10-pet-group{max-height:350px!important}.v10-reference-hero .v6-blue-shape{right:50%;transform:translateX(50%) rotate(-8deg)}.v10-reference-hero .v6-orange-ring{right:50%;transform:translateX(50%) rotate(18deg)}.v6-categories{grid-template-columns:repeat(4,1fr)}}
@media(max-width:560px){.v6-topbar{display:none}.v6-mainhead__inner{grid-template-columns:125px 1fr auto;min-height:64px}.v6-logo img{width:120px}.v6-search{grid-column:1/-1;grid-template-columns:1fr 42px;height:39px}.v6-search select{display:none}.v10-reference-hero .v6-hero h1{font-size:39px}.v10-reference-hero .v6-hero__visual{min-height:285px}.v10-reference-hero .v10-pet-group{max-height:285px!important}.v10-reference-hero .v6-blue-shape{width:300px;height:205px}.v10-reference-hero .v6-orange-ring{width:320px;height:230px}.v6-categories{grid-template-columns:repeat(2,1fr)}.v6-category{min-height:120px}.v6-products{grid-template-columns:repeat(2,1fr)!important}.v6-menu{grid-template-columns:1fr 1fr}}
/* V10: a imagem padrão do hero já inclui os detalhes decorativos da referência. */
.v10-reference-hero .v6-deco{display:none!important}

/* V13 - correções estruturais e slider real */
html,body{max-width:100%;overflow-x:hidden}
.v10-reference-hero{overflow:hidden!important}
.v13-real-slider .v6-hero__inner{display:block;min-height:395px;padding:0;position:relative}
.v13-slides{position:relative;min-height:395px;width:100%;grid-column:1/-1}
.v13-slide{position:absolute;inset:0;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(18px);transition:opacity .45s ease,transform .45s ease,visibility .45s}
.v13-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.v13-slider-dots{position:absolute;z-index:12;left:25%;bottom:16px;display:flex;gap:7px}
.v13-slider-dots button{width:8px;height:8px;border:0;padding:0;border-radius:99px;background:#d4deea;transition:.2s}
.v13-slider-dots button.active{width:24px;background:#0a63dc}
.v13-dynamic-categories{grid-template-columns:repeat(7,minmax(0,1fr))}
.v13-category-fallback-icon{font-size:54px;color:#0b63dc}
.pet-service-price{display:flex;align-items:center;gap:5px;flex-wrap:wrap;color:#64748b;font-size:13px;margin:0 0 10px}
.pet-service-price strong{color:#0b63dc;font-size:17px}
.pet-service-price--detail{font-size:15px;margin-bottom:18px}
.pet-service-price--detail strong{font-size:24px}
.v6-paw-bubble strong{padding:0 9px;line-height:1.15}
@media(max-width:1050px){.v13-dynamic-categories{grid-template-columns:repeat(4,1fr)}}
@media(max-width:860px){.v13-slides{min-height:680px}.v13-slide{grid-template-columns:1fr;align-content:start}.v13-slide .v6-hero__copy{padding-top:28px}.v13-slide .v6-hero__visual{min-height:345px}.v13-slider-dots{left:50%;transform:translateX(-50%);bottom:8px}}
@media(max-width:560px){.v13-slides{min-height:605px}.v13-slide .v6-hero__visual{min-height:285px}.v13-dynamic-categories{grid-template-columns:repeat(2,1fr)}}

/* V14 - ajustes finais: slider real sem mockup e categorias dinâmicas */
.v13-real-slider .v6-hero__inner{width:min(100% - 32px,1240px);margin-inline:auto}
.v13-slide{width:100%;max-width:100%}
.v13-dynamic-categories{align-items:stretch}
@media(max-width:560px){.v13-real-slider .v6-hero__inner{width:min(100% - 20px,1240px)}}


/* V20 - HERO RECONSTRUÍDO: imagem inteira, sem corte e com um único balão */
.v6-installment{display:none!important}

.v10-reference-hero,
.v13-real-slider{
  position:relative;
  background:#fff!important;
  overflow:hidden!important;
}

.v13-real-slider .v6-hero__inner{
  width:min(100% - 32px,1240px);
  margin-inline:auto;
  min-height:500px!important;
  padding:0!important;
  position:relative;
  overflow:visible!important;
}

.v13-slides{
  position:relative;
  width:100%;
  min-height:500px!important;
  overflow:visible!important;
}

.v13-slide{
  min-height:500px!important;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;
  align-items:center!important;
  overflow:visible!important;
}

.v13-slide .v6-hero__copy{
  padding:34px 16px 34px 55px!important;
  align-self:center!important;
  position:relative;
  z-index:4;
}

.v13-slide .v6-hero__visual,
.v10-reference-hero .v6-hero__visual--composite{
  position:relative!important;
  height:500px!important;
  min-height:500px!important;
  padding:18px 36px 12px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}

.v10-reference-hero .v10-pet-group,
.v10-reference-hero .v10-pet-group--composite{
  display:block!important;
  position:relative!important;
  z-index:3!important;
  width:auto!important;
  height:auto!important;
  max-width:76%!important;
  max-height:455px!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0 auto!important;
  transform:none!important;
  filter:drop-shadow(0 18px 24px rgba(15,23,42,.12))!important;
}

/* Elementos decorativos atrás dos animais. */
.v10-reference-hero .v6-blue-shape{
  display:block!important;
  position:absolute!important;
  z-index:1!important;
  width:500px!important;
  height:330px!important;
  right:48px!important;
  bottom:62px!important;
  border-radius:50% 46% 48% 44%!important;
  background:linear-gradient(135deg,#1267e8,#0755c9)!important;
  transform:rotate(-8deg)!important;
}

.v10-reference-hero .v6-orange-ring{
  display:block!important;
  position:absolute!important;
  z-index:0!important;
  width:520px!important;
  height:355px!important;
  right:22px!important;
  bottom:46px!important;
  border:4px solid #ff7800!important;
  border-left-color:transparent!important;
  border-bottom-color:transparent!important;
  border-radius:50%!important;
  transform:rotate(18deg)!important;
}

/* Um único balão, renderizado em HTML e editável pelo painel. */
.v6-paw-bubble,
.v6-paw-bubble--composite{
  position:absolute!important;
  right:34px!important;
  top:42px!important;
  z-index:6!important;
  width:154px!important;
  min-height:142px!important;
  height:auto!important;
  padding:18px 14px!important;
  border-radius:48% 48% 46% 46%!important;
  background:#075ed8!important;
  color:#fff!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  box-shadow:0 14px 34px rgba(7,94,216,.28)!important;
}

.v6-paw-bubble i,
.v6-paw-bubble--composite i{
  font-size:31px!important;
  line-height:1!important;
  margin:0 0 7px!important;
}

.v6-paw-bubble strong,
.v6-paw-bubble--composite strong{
  display:block!important;
  width:100%!important;
  max-width:126px!important;
  padding:0!important;
  font-size:15px!important;
  line-height:1.14!important;
  font-weight:900!important;
  letter-spacing:-.15px!important;
  color:#fff!important;
}

/* O benefício não invade o hero. */
.v6-benefits{
  position:relative;
  z-index:8;
  clear:both;
  background:#fff;
}
.v6-benefits__grid{
  min-height:76px;
}

@media(max-width:1100px){
  .v13-slide{
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
  }
  .v13-slide .v6-hero__copy{
    padding-left:28px!important;
  }
  .v10-reference-hero .v10-pet-group,
  .v10-reference-hero .v10-pet-group--composite{
    max-width:72%!important;
    max-height:430px!important;
  }
  .v10-reference-hero .v6-blue-shape{
    width:440px!important;
    height:300px!important;
    right:24px!important;
  }
  .v10-reference-hero .v6-orange-ring{
    width:460px!important;
    height:325px!important;
    right:5px!important;
  }
  .v6-paw-bubble,
  .v6-paw-bubble--composite{
    right:18px!important;
    top:50px!important;
    width:138px!important;
    min-height:130px!important;
  }
  .v6-paw-bubble strong,
  .v6-paw-bubble--composite strong{
    max-width:110px!important;
    font-size:13px!important;
  }
}

@media(max-width:860px){
  .v13-real-slider .v6-hero__inner,
  .v13-slides,
  .v13-slide{
    min-height:auto!important;
  }
  .v13-slide{
    grid-template-columns:1fr!important;
  }
  .v13-slide .v6-hero__copy{
    padding:28px 18px 18px!important;
    text-align:center;
  }
  .v13-slide .v6-hero__copy h1,
  .v13-slide .v6-hero__copy p{
    margin-left:auto;
    margin-right:auto;
  }
  .v13-slide .v6-hero__buttons{
    justify-content:center;
  }
  .v13-slide .v6-hero__visual,
  .v10-reference-hero .v6-hero__visual--composite{
    height:430px!important;
    min-height:430px!important;
    padding:8px 20px 12px!important;
  }
  .v10-reference-hero .v10-pet-group,
  .v10-reference-hero .v10-pet-group--composite{
    max-width:64%!important;
    max-height:405px!important;
  }
  .v10-reference-hero .v6-blue-shape{
    width:420px!important;
    height:280px!important;
    right:50%!important;
    bottom:55px!important;
    transform:translateX(50%) rotate(-8deg)!important;
  }
  .v10-reference-hero .v6-orange-ring{
    width:450px!important;
    height:305px!important;
    right:50%!important;
    bottom:42px!important;
    transform:translateX(50%) rotate(18deg)!important;
  }
  .v6-paw-bubble,
  .v6-paw-bubble--composite{
    right:11%!important;
    top:34px!important;
    width:132px!important;
    min-height:124px!important;
  }
  .v13-slider-dots{
    bottom:10px!important;
  }
}

@media(max-width:560px){
  .v13-real-slider .v6-hero__inner{
    width:min(100% - 20px,1240px);
  }
  .v13-slide .v6-hero__visual,
  .v10-reference-hero .v6-hero__visual--composite{
    height:350px!important;
    min-height:350px!important;
    padding:4px 6px 10px!important;
  }
  .v10-reference-hero .v10-pet-group,
  .v10-reference-hero .v10-pet-group--composite{
    max-width:72%!important;
    max-height:330px!important;
  }
  .v10-reference-hero .v6-blue-shape{
    width:310px!important;
    height:220px!important;
    bottom:45px!important;
  }
  .v10-reference-hero .v6-orange-ring{
    width:330px!important;
    height:238px!important;
    bottom:34px!important;
  }
  .v6-paw-bubble,
  .v6-paw-bubble--composite{
    right:2%!important;
    top:24px!important;
    width:108px!important;
    min-height:104px!important;
    padding:11px 8px!important;
  }
  .v6-paw-bubble i,
  .v6-paw-bubble--composite i{
    font-size:23px!important;
    margin-bottom:4px!important;
  }
  .v6-paw-bubble strong,
  .v6-paw-bubble--composite strong{
    max-width:90px!important;
    font-size:10.5px!important;
    line-height:1.08!important;
  }
}


/* V21 - usa EXATAMENTE petshop-reference-pets.png, a arte original programada no sistema. */
.v10-reference-hero .v6-hero__visual--composite{
  position:relative!important;
  height:500px!important;
  min-height:500px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  background:#fff!important;
}
.v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  filter:none!important;
  clip-path:none!important;
}
/* A arte original já contém fundo azul, arco laranja e o balão. Não duplica nada em HTML/CSS. */
.v10-reference-hero .v6-hero__visual--composite .v6-blue-shape,
.v10-reference-hero .v6-hero__visual--composite .v6-orange-ring,
.v10-reference-hero .v6-hero__visual--composite .v6-paw-bubble,
.v10-reference-hero .v6-hero__visual--composite .v6-paw-bubble--composite{
  display:none!important;
}
@media(max-width:1100px){
  .v10-reference-hero .v6-hero__visual--composite{
    height:450px!important;
    min-height:450px!important;
  }
  .v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{
    width:100%!important;
    max-width:100%!important;
    max-height:none!important;
  }
}
@media(max-width:860px){
  .v10-reference-hero .v6-hero__visual--composite{
    height:auto!important;
    min-height:0!important;
    padding:14px 0 22px!important;
  }
  .v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{
    width:min(100%,670px)!important;
    max-width:100%!important;
    height:auto!important;
  }
}
@media(max-width:560px){
  .v10-reference-hero .v6-hero__visual--composite{
    padding:10px 0 18px!important;
  }
  .v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{
    width:100%!important;
  }
}

/* V22 - correção definitiva do arquivo ORIGINAL petshop-reference-pets.png.
   A própria arte foi recortada novamente com espaço acima da cabeça do Golden.
   Estas regras impedem qualquer regra antiga de voltar a cortar/esticar a imagem. */
.v10-reference-hero .v6-hero__visual--composite{
  position:relative!important;
  height:430px!important;
  min-height:430px!important;
  padding:12px 10px 0!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  background:#fff!important;
}
.v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  width:min(100%,660px)!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  margin:0 auto!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  clip-path:none!important;
  filter:none!important;
}
.v10-reference-hero .v6-hero__visual--composite .v6-blue-shape,
.v10-reference-hero .v6-hero__visual--composite .v6-orange-ring,
.v10-reference-hero .v6-hero__visual--composite .v6-paw-bubble,
.v10-reference-hero .v6-hero__visual--composite .v6-paw-bubble--composite{
  display:none!important;
}
@media(max-width:1100px){
  .v10-reference-hero .v6-hero__visual--composite{height:410px!important;min-height:410px!important;padding-top:10px!important}
  .v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{width:min(100%,660px)!important}
}
@media(max-width:860px){
  .v10-reference-hero .v6-hero__visual--composite{height:auto!important;min-height:0!important;padding:16px 0 22px!important}
  .v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{width:min(100%,660px)!important}
}
@media(max-width:560px){
  .v10-reference-hero .v6-hero__visual--composite{padding:12px 0 18px!important}
  .v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{width:100%!important}
}

/* V23 - fundo da arte original do hero realmente transparente.
   Mantém a mesma composição/animais, sem retângulo claro atrás da imagem. */
.v10-reference-hero .v6-hero__visual--composite{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  height:390px!important;
  min-height:390px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  overflow:visible!important;
}
.v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{
  display:block!important;
  width:min(100%,700px)!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  margin:0 auto!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}
.v10-reference-hero .v6-hero__visual--composite::before,
.v10-reference-hero .v6-hero__visual--composite::after{
  display:none!important;
  content:none!important;
}
@media(max-width:1100px){
  .v10-reference-hero .v6-hero__visual--composite{height:370px!important;min-height:370px!important}
  .v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{width:min(100%,660px)!important}
}
@media(max-width:860px){
  .v10-reference-hero .v6-hero__visual--composite{height:auto!important;min-height:0!important;padding:10px 0 0!important}
  .v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{width:min(100%,660px)!important}
}
@media(max-width:560px){
  .v10-reference-hero .v6-hero__visual--composite{padding-top:8px!important}
  .v10-reference-hero .v6-hero__visual--composite .v10-pet-group--composite{width:100%!important}
}


/* V24 - hero com a MESMA composição solicitada e TODOS os animais visíveis.
   O PNG padrão agora é 945x720 com fundo transparente. Nenhum crop é aplicado. */
.v10-reference-hero,
.v13-real-slider{
  background:#fff!important;
  overflow:hidden!important;
}
.v13-real-slider .v6-hero__inner,
.v13-slides{
  min-height:520px!important;
}
.v13-slide{
  min-height:520px!important;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;
  align-items:center!important;
  overflow:visible!important;
}
.v13-slide .v6-hero__visual,
.v10-reference-hero .v6-hero__visual--composite{
  position:relative!important;
  height:520px!important;
  min-height:520px!important;
  padding:0 10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.v10-reference-hero .v10-pet-group,
.v10-reference-hero .v10-pet-group--composite{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  width:min(100%,680px)!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0 auto!important;
  padding:0!important;
  transform:none!important;
  clip-path:none!important;
  filter:none!important;
  background:transparent!important;
}
/* A arte padrão já contém o arco e o balão. Nada é duplicado por CSS/HTML. */
.v10-reference-hero .v6-hero__visual--composite .v6-blue-shape,
.v10-reference-hero .v6-hero__visual--composite .v6-orange-ring,
.v10-reference-hero .v6-hero__visual--composite .v6-paw-bubble,
.v10-reference-hero .v6-hero__visual--composite .v6-paw-bubble--composite{
  display:none!important;
}
@media(max-width:1100px){
  .v13-real-slider .v6-hero__inner,.v13-slides,.v13-slide{min-height:495px!important}
  .v13-slide .v6-hero__visual,.v10-reference-hero .v6-hero__visual--composite{height:495px!important;min-height:495px!important}
  .v10-reference-hero .v10-pet-group,.v10-reference-hero .v10-pet-group--composite{width:min(100%,625px)!important}
}
@media(max-width:860px){
  .v13-real-slider .v6-hero__inner,.v13-slides,.v13-slide{min-height:auto!important}
  .v13-slide{position:relative!important;inset:auto!important;display:grid!important;grid-template-columns:1fr!important}
  .v13-slide:not(.is-active){display:none!important}
  .v13-slide .v6-hero__visual,.v10-reference-hero .v6-hero__visual--composite{height:auto!important;min-height:0!important;padding:10px 0 24px!important}
  .v10-reference-hero .v10-pet-group,.v10-reference-hero .v10-pet-group--composite{width:min(100%,610px)!important;max-width:100%!important}
}
@media(max-width:560px){
  .v13-slide .v6-hero__visual,.v10-reference-hero .v6-hero__visual--composite{padding:8px 0 16px!important}
  .v10-reference-hero .v10-pet-group,.v10-reference-hero .v10-pet-group--composite{width:100%!important;max-width:100%!important}
}
