.elementor-3931 .elementor-element.elementor-element-amorpetroot{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ===== AmorPet Pet Shop — protótipo (03/09/2026) ===== */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700&display=swap');

.amorpet-v1{
  --green:#1f4636;
  --green-deep:#173a2c;
  --green-darker:#122f23;
  --orange:#e0902f;
  --orange-dark:#c6791d;
  --cream:#f6f1e5;
  --panel:#fdfaf2;
  --card:#ffffff;
  --ink:#25302a;
  --ink-soft:#63706a;
  --line:#e9e3d5;
  --line-card:#eceadf;
  --serif:'Fraunces', Georgia, 'Times New Roman', serif;
  --sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --wrap:1200px;
  --shadow-card:0 18px 40px -24px rgba(23,58,44,.28);
  --shadow-soft:0 10px 30px -18px rgba(23,58,44,.22);
  font-family:var(--sans);
  color:var(--ink);
  background:var(--cream);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
.amorpet-v1 *,.amorpet-v1 *::before,.amorpet-v1 *::after{box-sizing:border-box;}
.amorpet-v1 img{max-width:100%;display:block;}
.amorpet-v1 a{color:inherit;text-decoration:none;}
.amorpet-v1 ul{list-style:none;margin:0;padding:0;}
.amorpet-v1 p{margin:0;}
.amorpet-v1 h1,.amorpet-v1 h2,.amorpet-v1 h3,.amorpet-v1 h4,.amorpet-v1 h5{
  font-family:var(--serif);font-weight:600;line-height:1.14;margin:0;color:var(--ink);
  font-optical-sizing:auto;
}
.amorpet-v1 svg{display:block;}
.amorpet-v1 .ap-wrap{max-width:var(--wrap);margin:0 auto;padding:0 32px;}

/* ---------- buttons ---------- */
.amorpet-v1 .ap-btn{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--sans);font-weight:600;font-size:.95rem;
  padding:14px 26px;border-radius:999px;border:1.5px solid transparent;
  cursor:pointer;transition:transform .18s ease, background .18s ease, box-shadow .18s ease;
  white-space:nowrap;
}
.amorpet-v1 .ap-btn svg{width:18px;height:18px;}
.amorpet-v1 .ap-btn-primary{background:var(--orange);color:#fff;box-shadow:0 14px 26px -14px rgba(224,144,47,.7);}
.amorpet-v1 .ap-btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px);}
.amorpet-v1 .ap-btn-outline{background:transparent;color:var(--ink);border-color:var(--line);}
.amorpet-v1 .ap-btn-outline:hover{border-color:var(--orange);color:var(--orange-dark);transform:translateY(-2px);}
.amorpet-v1 .ap-btn-ghost-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.28);}
.amorpet-v1 .ap-btn-ghost-light:hover{border-color:var(--orange);color:var(--orange);}

.amorpet-v1 .ap-eyebrow{
  display:block;text-align:center;font-weight:700;font-size:.78rem;
  letter-spacing:.2em;text-transform:uppercase;color:var(--orange-dark);margin-bottom:12px;
}
.amorpet-v1 .ap-sec-title{text-align:center;font-size:clamp(1.9rem,3.2vw,2.6rem);margin-bottom:44px;}

/* ---------- header ---------- */
.amorpet-v1 .ap-header{position:sticky;top:0;z-index:50;background:var(--green-deep);color:#fff;}
.amorpet-v1 .ap-header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;height:78px;}
.amorpet-v1 .ap-logo img{height:34px;width:auto;}
.amorpet-v1 .ap-nav{display:flex;align-items:center;gap:30px;}
.amorpet-v1 .ap-nav a{font-size:.92rem;font-weight:500;color:rgba(255,255,255,.82);padding:6px 0;position:relative;transition:color .15s ease;}
.amorpet-v1 .ap-nav a:hover{color:#fff;}
.amorpet-v1 .ap-nav a.is-active{color:#fff;}
.amorpet-v1 .ap-nav a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--orange);border-radius:2px;}
.amorpet-v1 .ap-actions{display:flex;align-items:center;gap:18px;}
.amorpet-v1 .ap-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.16);color:#fff;position:relative;transition:background .15s ease;}
.amorpet-v1 .ap-icon-btn:hover{background:rgba(255,255,255,.08);}
.amorpet-v1 .ap-icon-btn svg{width:19px;height:19px;}
.amorpet-v1 .ap-cart-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--orange);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:var(--sans);}
.amorpet-v1 .ap-burger{display:none;width:42px;height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.18);color:#fff;align-items:center;justify-content:center;cursor:pointer;background:transparent;}
.amorpet-v1 .ap-burger svg{width:20px;height:20px;}
.amorpet-v1 #ap-nav-toggle{display:none;}

/* ---------- hero ---------- */
.amorpet-v1 .ap-hero{background:var(--cream);overflow:hidden;}
.amorpet-v1 .ap-hero-inner{display:grid;grid-template-columns:1.02fr .98fr;gap:40px;align-items:center;padding:64px 0 58px;}
.amorpet-v1 .ap-badge{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--green);border:1.5px solid var(--line);border-radius:999px;padding:8px 16px;background:#fff;}
.amorpet-v1 .ap-hero-title{font-size:clamp(2.3rem,4.2vw,3.35rem);letter-spacing:-.01em;margin:22px 0 18px;max-width:460px;}
.amorpet-v1 .ap-hero-title .amp{color:var(--orange);font-style:italic;font-weight:500;}
.amorpet-v1 .ap-hero-sub{font-size:1.05rem;color:var(--ink-soft);max-width:440px;}
.amorpet-v1 .ap-hero-cta{display:flex;align-items:center;gap:20px;margin:28px 0 34px;flex-wrap:wrap;}
.amorpet-v1 .ap-hero-play{display:inline-flex;align-items:center;gap:12px;font-weight:600;font-size:.92rem;color:var(--ink);}
.amorpet-v1 .ap-hero-play .ic{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:var(--green);transition:border-color .15s ease,transform .15s ease;}
.amorpet-v1 .ap-hero-play:hover .ic{border-color:var(--orange);transform:scale(1.05);}
.amorpet-v1 .ap-hero-play .ic svg{width:16px;height:16px;}
.amorpet-v1 .ap-hero-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.amorpet-v1 .ap-trust{display:flex;gap:8px;align-items:flex-start;font-size:.72rem;color:var(--ink-soft);line-height:1.32;}
.amorpet-v1 .ap-trust svg{width:18px;height:18px;color:var(--orange-dark);flex-shrink:0;margin-top:1px;}
.amorpet-v1 .ap-trust b{display:block;color:var(--ink);font-weight:600;}

.amorpet-v1 .ap-hero-media{position:relative;min-height:520px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:12px;}
.amorpet-v1 .ap-hero-blob{position:absolute;top:0;right:-3%;width:99%;height:100%;background:radial-gradient(120% 120% at 70% 20%, #245038 0%, var(--green-deep) 72%);border-radius:44% 56% 52% 48% / 50% 50% 50% 50%;}
.amorpet-v1 .ap-hero-blob::after{content:"";position:absolute;inset:0;border-radius:inherit;background:
   radial-gradient(circle at 30% 30%, rgba(255,255,255,.05) 0 3px, transparent 4px) 0 0/54px 54px;}
.amorpet-v1 .ap-hero-img{position:relative;z-index:2;width:100%;max-width:560px;object-fit:contain;object-position:bottom;}
.amorpet-v1 .ap-hero-card{position:absolute;right:-24px;bottom:38px;z-index:3;width:242px;background:var(--green);color:#fff;border-radius:20px;padding:22px 22px 20px;box-shadow:var(--shadow-card);}
.amorpet-v1 .ap-hero-card .ic{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(224,144,47,.6);display:flex;align-items:center;justify-content:center;color:var(--orange);margin-bottom:14px;}
.amorpet-v1 .ap-hero-card .ic svg{width:20px;height:20px;}
.amorpet-v1 .ap-hero-card h4{font-size:1.15rem;color:#fff;margin-bottom:8px;line-height:1.2;}
.amorpet-v1 .ap-hero-card p{font-size:.82rem;color:rgba(255,255,255,.75);margin-bottom:12px;}
.amorpet-v1 .ap-hero-card a{font-size:.82rem;font-weight:700;color:var(--orange);display:inline-flex;align-items:center;gap:6px;}
.amorpet-v1 .ap-hero-card a svg{width:14px;height:14px;}

/* ---------- categories ---------- */
.amorpet-v1 .ap-cats{background:#fffdf7;border-radius:46px 46px 0 0;margin-top:24px;padding:84px 0 92px;box-shadow:0 -14px 40px -30px rgba(23,58,44,.35);}
.amorpet-v1 .ap-cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;}
.amorpet-v1 .ap-cat-card{position:relative;background:var(--card);border:1px solid var(--line-card);border-radius:22px;padding:24px 22px;min-height:240px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;}
.amorpet-v1 .ap-cat-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card);}
.amorpet-v1 .ap-cat-card h3{font-size:1.24rem;margin-bottom:8px;}
.amorpet-v1 .ap-cat-card p{font-size:.82rem;color:var(--ink-soft);max-width:135px;}
.amorpet-v1 .ap-cat-card .ap-cat-img{position:absolute;right:6px;bottom:6px;width:118px;height:118px;object-fit:contain;object-position:bottom right;}
.amorpet-v1 .ap-cat-arrow{position:absolute;left:22px;bottom:22px;width:40px;height:40px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s ease;}
.amorpet-v1 .ap-cat-card:hover .ap-cat-arrow{background:var(--orange-dark);}
.amorpet-v1 .ap-cat-arrow svg{width:16px;height:16px;}
.amorpet-v1 .ap-cats-more{text-align:center;margin-top:40px;}

/* ---------- brands band ---------- */
.amorpet-v1 .ap-brands{background:var(--panel);padding:8px 0 76px;}
.amorpet-v1 .ap-brands-card{background:var(--green-deep);border-radius:30px;padding:44px 46px;display:grid;grid-template-columns:250px 1fr 1fr;gap:40px;align-items:center;color:#fff;overflow:hidden;}
.amorpet-v1 .ap-brands-photo{width:100%;height:300px;object-fit:cover;object-position:56% 46%;border-radius:22px 22px 22px 86px;transform:scale(1.2);}
.amorpet-v1 .ap-brands-photo-wrap{overflow:hidden;border-radius:22px 22px 22px 86px;}
.amorpet-v1 .ap-badge-light{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);border:1.5px solid rgba(224,144,47,.45);border-radius:999px;padding:7px 15px;margin-bottom:16px;}
.amorpet-v1 .ap-brands-copy h2{color:#fff;font-size:clamp(1.7rem,2.6vw,2.15rem);margin-bottom:14px;}
.amorpet-v1 .ap-brands-copy p{font-size:.92rem;color:rgba(255,255,255,.72);margin-bottom:22px;max-width:340px;}
.amorpet-v1 .ap-brand-logos{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.amorpet-v1 .ap-brand-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:76px;padding:10px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.04);font-weight:700;letter-spacing:.04em;font-size:.92rem;color:rgba(255,255,255,.92);line-height:1.15;font-family:var(--serif);}
.amorpet-v1 .ap-brand-chip small{display:block;font-size:.6rem;font-weight:600;letter-spacing:.18em;color:rgba(255,255,255,.5);margin-top:4px;font-family:var(--sans);}
.amorpet-v1 .ap-brand-all{grid-column:1 / -1;min-height:52px;background:rgba(255,255,255,.06);cursor:pointer;font-size:.82rem;letter-spacing:.02em;gap:8px;}
.amorpet-v1 .ap-brand-all:hover{background:rgba(255,255,255,.11);}

/* ---------- services ---------- */
.amorpet-v1 .ap-services{background:var(--cream);padding:82px 0 88px;}
.amorpet-v1 .ap-serv-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;}
.amorpet-v1 .ap-serv{text-align:left;}
.amorpet-v1 .ap-serv-ic{width:58px;height:58px;border-radius:50%;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--green);margin-bottom:16px;}
.amorpet-v1 .ap-serv-ic svg{width:24px;height:24px;}
.amorpet-v1 .ap-serv h4{font-size:1.08rem;margin-bottom:7px;}
.amorpet-v1 .ap-serv p{font-size:.82rem;color:var(--ink-soft);max-width:180px;}

/* ---------- footer ---------- */
.amorpet-v1 .ap-footer{background:var(--green-deep);color:#fff;padding:66px 0 0;}
.amorpet-v1 .ap-foot-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:40px;padding-bottom:52px;}
.amorpet-v1 .ap-foot-news h3{color:#fff;font-size:1.35rem;margin-bottom:12px;max-width:280px;}
.amorpet-v1 .ap-foot-news p{font-size:.88rem;color:rgba(255,255,255,.7);margin-bottom:20px;max-width:300px;}
.amorpet-v1 .ap-newsletter{display:flex;gap:8px;max-width:340px;}
.amorpet-v1 .ap-newsletter input{flex:1;min-width:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:13px 18px;color:#fff;font-family:var(--sans);font-size:.85rem;}
.amorpet-v1 .ap-newsletter input::placeholder{color:rgba(255,255,255,.45);}
.amorpet-v1 .ap-newsletter button{width:46px;height:46px;flex-shrink:0;border:none;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease;}
.amorpet-v1 .ap-newsletter button:hover{background:var(--orange-dark);}
.amorpet-v1 .ap-newsletter button svg{width:16px;height:16px;}
.amorpet-v1 .ap-foot-col h5{font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:18px;font-family:var(--sans);}
.amorpet-v1 .ap-foot-col li{margin-bottom:12px;font-size:.86rem;color:rgba(255,255,255,.72);display:flex;align-items:center;gap:9px;}
.amorpet-v1 .ap-foot-col li svg{width:15px;height:15px;color:var(--orange);flex-shrink:0;}
.amorpet-v1 .ap-foot-col a:hover{color:#fff;}
.amorpet-v1 .ap-socials{display:flex;gap:10px;margin-bottom:26px;}
.amorpet-v1 .ap-socials a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .15s ease,border-color .15s ease;}
.amorpet-v1 .ap-socials a:hover{background:var(--orange);border-color:var(--orange);}
.amorpet-v1 .ap-socials svg{width:17px;height:17px;}
.amorpet-v1 .ap-pay{display:flex;gap:8px;flex-wrap:wrap;}
.amorpet-v1 .ap-pay span{font-size:.62rem;font-weight:700;letter-spacing:.06em;color:rgba(255,255,255,.82);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:6px 9px;}
.amorpet-v1 .ap-foot-bottom{border-top:1px solid rgba(255,255,255,.12);padding:22px 0;position:relative;overflow:hidden;}
.amorpet-v1 .ap-foot-bottom p{font-size:.78rem;color:rgba(255,255,255,.55);}
.amorpet-v1 .ap-foot-paw{position:absolute;right:24px;bottom:-14px;width:120px;height:120px;color:rgba(255,255,255,.05);}
.amorpet-v1 .ap-foot-paw svg{width:100%;height:100%;}

/* ---------- responsive ---------- */
@media (max-width:1260px){
  /* o card flutuante bleedava 24px pra fora da viewport e ficava com a
     borda direita cortada (sem cantos arredondados) entre ~901-1249px,
     onde não sobra margem fora do .ap-wrap pra absorver o bleed */
  .amorpet-v1 .ap-hero-card{right:8px;}
}
@media (max-width:1080px){
  .amorpet-v1 .ap-cat-grid{grid-template-columns:repeat(3,1fr);}
  .amorpet-v1 .ap-serv-grid{grid-template-columns:repeat(3,1fr);row-gap:34px;}
  .amorpet-v1 .ap-brands-card{grid-template-columns:1fr;gap:28px;}
  /* empilhado de coluna única faz a foto virar uma faixa bem larga e baixa
     (chega a 3:1); limitando a largura evita que o recorte fixo (cover +
     zoom) mostre só a bola/focinho e deixe o cachorro torto */
  .amorpet-v1 .ap-brands-photo-wrap{width:min(400px,100%);margin:0 auto;}
  .amorpet-v1 .ap-brands-photo{height:240px;object-position:50% 32%;transform:scale(1.1);}
  .amorpet-v1 .ap-foot-top{grid-template-columns:1fr 1fr;row-gap:38px;}
}
@media (max-width:900px){
  .amorpet-v1 .ap-header-inner{height:64px;position:relative;}
  .amorpet-v1 .ap-logo img{height:30px;}
  .amorpet-v1 .ap-nav{position:absolute;top:64px;left:0;right:0;background:var(--green-darker);flex-direction:column;align-items:stretch;gap:0;padding:8px 0;display:none;border-top:1px solid rgba(255,255,255,.1);}
  .amorpet-v1 #ap-nav-toggle:checked ~ .ap-nav{display:flex;}
  .amorpet-v1 .ap-nav a{padding:14px 32px;}
  .amorpet-v1 .ap-nav a.is-active::after{display:none;}
  .amorpet-v1 .ap-burger{display:inline-flex;}
  .amorpet-v1 .ap-hero-inner{grid-template-columns:1fr;gap:8px;padding:44px 0 48px;}
  .amorpet-v1 .ap-hero-title{max-width:none;}
  .amorpet-v1 .ap-hero-media{min-height:0;margin-top:18px;padding-bottom:0;flex-wrap:wrap;justify-content:center;}
  .amorpet-v1 .ap-hero-blob{height:80%;top:0;width:100%;right:0;}
  .amorpet-v1 .ap-hero-img{max-width:86vw;}
  .amorpet-v1 .ap-hero-card{position:static;transform:none;width:min(360px,90vw);margin:8px auto 0;}
  .amorpet-v1 .ap-hero-trust{max-width:none;}
}
@media (max-width:600px){
  .amorpet-v1 .ap-wrap{padding:0 20px;}
  .amorpet-v1 .ap-sec-title{margin-bottom:34px;}
  .amorpet-v1 .ap-cat-grid{grid-template-columns:1fr 1fr;gap:14px;}
  .amorpet-v1 .ap-cat-card{min-height:184px;padding:16px 14px;}
  .amorpet-v1 .ap-cat-card h3{font-size:1.02rem;}
  .amorpet-v1 .ap-cat-card p{font-size:.74rem;max-width:88px;}
  .amorpet-v1 .ap-cat-card .ap-cat-img{width:78px;height:78px;}
  .amorpet-v1 .ap-cat-arrow{width:32px;height:32px;left:14px;bottom:14px;}
  .amorpet-v1 .ap-serv-grid{grid-template-columns:1fr 1fr;}
  .amorpet-v1 .ap-serv p{max-width:none;}
  .amorpet-v1 .ap-hero-trust{grid-template-columns:1fr 1fr;}
  .amorpet-v1 .ap-foot-top{grid-template-columns:1fr;}
  .amorpet-v1 .ap-actions .ap-icon-btn:first-child{display:none;}
  .amorpet-v1 .ap-hero-title{font-size:2.1rem;}
  .amorpet-v1 .ap-brands-card{padding:28px 20px;}
  .amorpet-v1 .ap-brand-chip{min-height:64px;font-size:.82rem;}
  .amorpet-v1 .ap-cats{border-radius:32px 32px 0 0;padding:58px 0 66px;}
}
@media (prefers-reduced-motion:reduce){
  .amorpet-v1 *{transition:none!important;}
}/* End custom CSS */