:root {
  --zynpet-blue: #0d3b4e;
  --zynpet-gold: #d4af37;
  --zynpet-beige: #f3e8d5;
  --zynpet-soft: #faf8f3;
  --zynpet-white: #ffffff;
  --zynpet-text: #073448;
  --zynpet-shadow: 0 16px 32px rgba(13, 59, 78, 0.1);
}

/* ================================
   BASE
================================ */

.zynpet-page,
.zynpet-page * {
  box-sizing: border-box;
}

.zynpet-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  padding-top: 0;
  overflow-x: hidden;
  background: var(--zynpet-soft);
  color: var(--zynpet-text);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.zynpet-page p,
.zynpet-page h1,
.zynpet-page h2,
.zynpet-page h3,
.zynpet-page span,
.zynpet-page a,
.zynpet-page strong,
.zynpet-page input,
.zynpet-page button {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

body.zynpet-template-active header.site-header,
body.zynpet-template-active #masthead,
body.zynpet-template-active .wp-site-blocks > header,
body.zynpet-template-active .site-header,
body.zynpet-template-active .main-header-bar,
body.zynpet-template-active .entry-header,
body.zynpet-template-active .page-header,
body.zynpet-template-active .ast-page-title,
body.zynpet-template-active .entry-title,
body.zynpet-template-active h1.entry-title {
  display: none;
}

body.zynpet-template-active .entry-content > *,
body.zynpet-template-active .wp-block-post-content {
  max-width: none;
}

.zynpet-empty {
  grid-column: 1 / -1;
  padding: 40px;
  text-align: center;
}

/* ================================
   HEADER CORRIGIDO
================================ */

/*.zynpet-header {*/
/*  width: 100% !important;*/
/*  margin: 0 !important;*/
/*  padding: 0 5% !important;*/
/*  background: #0d3b4e !important;*/
/*  border-bottom: none !important;*/
/*}*/

/*.zynpet-header__top {*/
/*  width: 100% !important;*/
/*  max-width: 1440px !important;*/
/*  min-height: 80px !important;*/
/*  margin: 0 auto !important;*/
/*  padding: 8px 0 4px !important;*/

/*  display: flex !important;*/
/*  align-items: center !important;*/
/*  justify-content: space-between !important;*/
/*  gap: 40px !important;*/
/*}*/

/*.zynpet-logo {*/
/*  flex: 0 0 auto !important;*/
/*  display: flex !important;*/
/*  align-items: center !important;*/
/*  text-decoration: none !important;*/
/*}*/

/*.zynpet-logo img,*/
/*.zynpet-logo-img {*/
/*  width: 210px !important;*/
/*  max-width: 210px !important;*/
/*  max-height: 70px !important;*/
/*  height: auto !important;*/
/*  display: block !important;*/
/*  object-fit: contain !important;*/
/*}*/

/*.zynpet-search {*/
/*  flex: 0 1 520px !important;*/
/*  width: 100% !important;*/
/*  max-width: 520px !important;*/
/*  height: 54px !important;*/
/*  margin-left: auto !important;*/

/*  display: grid !important;*/
/*  grid-template-columns: 1fr 54px !important;*/

/*  overflow: hidden !important;*/
/*  background: #ffffff !important;*/
/*  border: 1px solid rgba(13, 59, 78, 0.15) !important;*/
/*  border-radius: 12px !important;*/
/*}*/

/*.zynpet-search input {*/
/*  width: 100% !important;*/
/*  height: 54px !important;*/
/*  border: 0 !important;*/
/*  outline: none !important;*/
/*  padding: 0 20px !important;*/
/*  background: #ffffff !important;*/
/*  color: #0d3b4e !important;*/
/*  font-size: 15px !important;*/
/*}*/

/*.zynpet-search button {*/
/*  width: 54px !important;*/
/*  height: 54px !important;*/
/*  border: 0 !important;*/
/*  background: #ffffff !important;*/
/*  color: #0d3b4e !important;*/
/*  cursor: pointer !important;*/
/*  font-size: 20px !important;*/
/*}*/

/*.zynpet-menu {*/
/*  width: 100% !important;*/
/*  max-width: 1440px !important;*/
/*  margin: 0 auto !important;*/
/*  padding: 0 0 12px !important;*/

/*  display: flex !important;*/
/*  align-items: center !important;*/
/*  justify-content: center !important;*/
/*  gap: 44px !important;*/
/*  flex-wrap: wrap !important;*/
/*}*/

/*.zynpet-menu > p {*/
/*  display: contents !important;*/
/*  margin: 0 !important;*/
/*  padding: 0 !important;*/
/*}*/

/*.zynpet-menu a {*/
/*  margin: 0 !important;*/
/*  padding: 0 !important;*/
/*  text-decoration: none !important;*/
/*  color: #f3e8d5 !important;*/
/*  font-size: 15px !important;*/
/*  font-weight: 800 !important;*/
/*  line-height: 1.2 !important;*/
/*  white-space: nowrap !important;*/
/*}*/

/*.zynpet-menu-item--has-dropdown:hover .zynpet-dropdown {*/
/*  opacity: 1 !important;*/
/*  visibility: visible !important;*/
/*  pointer-events: auto !important;*/
/*  transform: translateX(-50%) translateY(0) !important;*/
/*}*/

/*.zynpet-menu a:hover,*/
/*.zynpet-menu .is-gold {*/
/*  color: #d4af37 !important;*/
/*}*/

/*.zynpet-menu-item {*/
/*  position: relative !important;*/
  /*padding-bottom: 14px !important;*/
  /*margin-bottom: -14px !important;*/
/*}*/

/*.zynpet-dropdown {*/
/*  top: calc(100% + 0px) !important;*/
/*}*/

/*.zynpet-menu-item > a {*/
/*  display: inline-flex !important;*/
/*  align-items: center !important;*/
/*  white-space: nowrap !important;*/
  /*color: #f3e8d5 !important;*/
/*  text-decoration: none !important;*/
/*  font-size: 15px !important;*/
/*  font-weight: 800 !important;*/
/*}*/

/*.zynpet-menu-item > a:hover,*/
/*.zynpet-menu-item > a.is-gold {*/
/*  color: #d4af37 !important;*/
/*}*/

/*.zynpet-dropdown {*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 50%;*/
/*  z-index: 10000;*/

/*  width: 270px;*/
/*  padding: 0 0 12px;*/

/*  background: #ffffff;*/
/*  border-radius: 0 0 8px 8px;*/
/*  box-shadow: 0 14px 34px rgba(0,0,0,.16);*/

/*  transform: translateX(-50%) translateY(10px);*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  pointer-events: none;*/

/*  transition: all .5s ease;*/
/*}*/

/*.zynpet-menu-item--has-dropdown:hover .zynpet-dropdown {*/
/*  transform: translateX(-50%) translateY(0);*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  pointer-events: auto;*/
/*}*/

/*.zynpet-dropdown__tabs {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr);*/
/*  border-bottom: 1px solid #e5e5e5;*/
/*}*/

/*.zynpet-dropdown__tabs button {*/
/*  background: #ffffff;*/
/*  border: 0;*/
/*  padding: 14px 8px;*/
/*  color: #0d3b4e;*/
/*  font-size: 14px;*/
/*  cursor: pointer;*/
/*}*/

/*.zynpet-dropdown__tabs button.is-active {*/
/*  border-bottom: 2px solid #0d3b4e;*/
/*  font-weight: 700;*/
/*}*/

/*.zynpet-dropdown > a {*/
/*  min-height: 42px;*/
/*  padding: 0 18px !important;*/

/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/

/*  color: #000000 !important;*/
/*  font-size: 12px !important;*/
/*  font-weight: 500 !important;*/
/*  text-decoration: none;*/
/*}*/

/*.zynpet-dropdown > a span {*/
/*  font-size: 24px;*/
/*  line-height: 1;*/
/*}*/

/* ================================
   HEADER MOBILE - MENU + LOGO + BUSCA
================================ */

/*@media (max-width: 768px) {*/
/*  .zynpet-header {*/
/*    padding: 14px 12px 12px !important;*/
/*  }*/

/*  .zynpet-header__top {*/
/*    display: grid !important;*/
/*    grid-template-columns: 44px 1fr 44px !important;*/
/*    grid-template-areas:*/
/*      "menu logo empty"*/
/*      "search search search" !important;*/
/*    gap: 14px !important;*/
/*    align-items: center !important;*/
/*    min-height: auto !important;*/
/*    padding: 0 !important;*/
/*  }*/

/*  .zynpet-logo {*/
/*    grid-area: logo !important;*/
/*    justify-self: center !important;*/
/*  }*/

/*  .zynpet-logo img,*/
/*  .zynpet-logo-img {*/
/*    width: 120px !important;*/
/*    max-width: 120px !important;*/
/*    max-height: 60px !important;*/
/*  }*/

/*  .zynpet-header__top::before {*/
/*    content: "☰";*/
/*    grid-area: menu;*/
/*    justify-self: start;*/
/*    color: #ffffff;*/
/*    font-size: 32px;*/
/*    line-height: 1;*/
/*    cursor: pointer;*/
/*  }*/

/*  .zynpet-search {*/
/*    grid-area: search !important;*/
/*    width: 100% !important;*/
/*    max-width: none !important;*/
/*    height: 52px !important;*/
/*    margin: 0 !important;*/
/*    border: 3px solid #d4af37 !important;*/
/*    border-radius: 0 !important;*/
/*    grid-template-columns: 1fr 64px !important;*/
/*  }*/

/*  .zynpet-search input {*/
/*    height: 52px !important;*/
/*    font-size: 15px !important;*/
/*  }*/

/*  .zynpet-search button {*/
/*    width: 64px !important;*/
/*    height: 52px !important;*/
/*    background: #d4af37 !important;*/
/*    color: #0d3b4e !important;*/
/*    font-size: 22px !important;*/
/*  }*/

/*  .zynpet-menu {*/
/*    display: none !important;*/
/*  }*/
/*}*/

/* ================================
   HEADER
================================ */

.zynpet-header {
  width: 100%;
  padding: 0 5%;
  background: #0d3b4e;
  position: relative;
  z-index: 9999;
  overflow: visible;
}

.zynpet-header__top {
  width: 100%;
  max-width: 1440px;
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zynpet-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.zynpet-logo img {
  width: 210px;
  height: auto;
  display: block;
}

.zynpet-search {
  width: 520px;
  max-width: 520px;
  height: 54px;
  display: grid;
  grid-template-columns: 1fr 54px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.zynpet-search input {
  height: 54px;
  border: 0;
  outline: none;
  padding: 0 20px;
  font-size: 15px;
}

.zynpet-search button {
  height: 54px;
  border: 0;
  background: #fff;
  cursor: pointer;
}

.zynpet-menu {
  width: 100%;
  max-width: 980px;
  height: 48px;
  margin: 0 auto;
  padding: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  flex-wrap: nowrap;
  overflow: visible;
}

.zynpet-menu-item {
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
}

.zynpet-menu-item > a {
  height: 48px;
  display: flex;
  align-items: center;
  color: #f3e8d5;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.zynpet-menu-item > a:hover,
.zynpet-menu-item > a.is-gold {
  color: #d4af37;
}

/* DROPDOWN */
.zynpet-dropdown {
  width: 250px;
  padding: 10px 0;
  position: absolute;
  top: 48px;
  left: 50%;
  z-index: 99999;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%);
}

.zynpet-menu-item--has-dropdown:hover .zynpet-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.zynpet-dropdown a {
  min-height: 42px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0d3b4e;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.zynpet-dropdown a:hover {
  background: #f3e8d5;
}

.zynpet-dropdown a span {
  font-size: 22px;
}

/* MOBILE */
.zynpet-mobile-menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .zynpet-header {
    padding: 14px 12px;
  }

  .zynpet-header__top {
    height: auto;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    grid-template-areas:
      "menu logo empty"
      "search search search";
    gap: 14px;
  }

  .zynpet-mobile-menu-toggle {
    grid-area: menu;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 32px;
  }

  .zynpet-logo {
    grid-area: logo;
    justify-self: center;
  }

  .zynpet-logo img {
    width: 120px;
  }

  .zynpet-search {
    grid-area: search;
    width: 100%;
    max-width: none;
    border: 3px solid #d4af37;
    border-radius: 0;
  }

  .zynpet-menu {
    display: none;
    height: auto;
    max-width: none;
    margin-top: 12px;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .zynpet-menu.is-open {
    display: flex;
  }

  .zynpet-menu-item {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .zynpet-menu-item > a {
    width: 100%;
    height: auto;
    padding: 10px 20px;
  }

  .zynpet-dropdown {
    position: static;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: none;
  }

  .zynpet-menu-item.is-open .zynpet-dropdown {
    display: block;
  }
}

/* ================================
   HERO / BANNER
================================ */

.zynpet-hero {
  width: 100%;
  min-height: 560px;
  padding: 60px 5%;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 30px;
  background: linear-gradient(135deg, var(--zynpet-white) 0%, var(--zynpet-beige) 100%);
}

.zynpet-hero__copy {
  max-width: 560px;
  justify-self: end;
}

.zynpet-hero h1 {
  margin: 0 0 22px;
  color: var(--zynpet-blue);
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.02;
  letter-spacing: -2px;
}

.zynpet-hero h1 span {
  color: var(--zynpet-gold);
}

.zynpet-hero p {
  margin: 0 0 28px;
  color: var(--zynpet-blue);
  font-size: 20px;
  line-height: 1.55;
}

.zynpet-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.zynpet-hero__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.zynpet-hero__image img {
  width: 100%;
  max-width: 820px;
  height: auto;
  display: block;
  object-fit: contain;
}

.zynpet-hero__placeholder {
  height: 360px;
  display: grid;
  place-items: center;
  font-size: 90px;
}

.zynpet-hero-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--zynpet-soft);
}

.zynpet-hero-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.zynpet-hero-banner__empty {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--zynpet-beige);
  color: var(--zynpet-blue);
  font-weight: 700;
}

/* ================================
   BOTÕES
================================ */

.zynpet-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 28px;
  text-decoration: none;
  font-weight: 800;
}

.zynpet-btn--gold {
  background: var(--zynpet-gold);
  color: var(--zynpet-white);
}

.zynpet-btn--outline {
  border: 2px solid var(--zynpet-blue);
  color: var(--zynpet-blue);
}

/* ================================
   BENEFÍCIOS
================================ */

.zynpet-benefits {
  width: 100%;
  background: var(--zynpet-blue);
  color: var(--zynpet-white);
  padding: 35px 6%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}

.zynpet-benefits div {
  padding: 12px 18px;
}

.zynpet-benefits div img {
  width: 104px;
  max-width: 100%;
  height: auto;
}

.zynpet-benefits strong {
  display: block;
  margin: 8px 0;
  font-size: 17px;
}

.zynpet-benefits p {
  margin: 0;
  font-size: 14px;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .zynpet-benefits {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 28px 18px 32px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .zynpet-benefits div {
    flex: 0 0 78% !important;
    max-width: 280px !important;
    min-height: 230px !important;
    padding: 24px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 22px;
    scroll-snap-align: start;
  }

  .zynpet-benefits div img {
    width: 92px !important;
    height: 92px !important;
    object-fit: contain !important;
    margin: 0 0 14px !important;
  }

  .zynpet-benefits strong {
    margin: 0 0 8px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .zynpet-benefits p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .zynpet-benefits::-webkit-scrollbar {
    display: none;
  }

  .zynpet-benefits {
    scrollbar-width: none;
  }
}

/* ================================
   SEÇÕES
================================ */

.zynpet-section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 54px 24px;
}

.zynpet-section h2 {
  margin: 0 0 8px;
  text-align: center;
  color: var(--zynpet-blue);
  font-size: 34px;
  font-weight: 800;
}

.zynpet-section__subtitle {
  display: block;
  text-align: center;
  margin: 0 0 28px;
  color: var(--zynpet-gold);
  font-size: 20px;
  line-height: 1;
}

.zynpet-section h2:last-of-type:not(:has(+ .zynpet-section__subtitle)) {
  margin-bottom: 32px;
}

/* ================================
   CATEGORIAS DA HOME
   HTML esperado: .zynpet-category-grid > a.zynpet-home-category-card > img + strong
================================ */

.zynpet-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.zynpet-home-category-card {
  min-height: 170px;
  padding: 18px 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--zynpet-beige);
  border: 1.5px solid rgba(13, 59, 78, 0.08);
  border-radius: 18px;
  color: var(--zynpet-text);
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.zynpet-home-category-card:hover {
  transform: translateY(-5px);
  border-color: var(--zynpet-gold);
  box-shadow: 0 12px 30px rgba(13, 59, 78, 0.1);
}

.zynpet-home-category-card img {
  width: 112px;
  height: 112px;
  display: block;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.zynpet-home-category-card:hover img {
  transform: scale(1.08);
}

.zynpet-home-category-card span {
  font-size: 48px;
  line-height: 1;
}

.zynpet-home-category-card strong {
  color: var(--zynpet-blue);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

/* ================================
   MAIS VENDIDOS DA HOME
   HTML esperado: .zynpet-best-products-grid > .zynpet-best-card
================================ */

.zynpet-best-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 24px 60px;
}

.zynpet-best-section h2 {
  margin: 0 0 34px;
  color: var(--zynpet-blue);
  text-align: center;
  font-size: 34px;
  font-weight: 800;
}

.zynpet-best-products-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.zynpet-best-card {
  min-height: 360px;
  padding: 14px 12px 12px;
  display: flex;
  flex-direction: column;
  background: var(--zynpet-white);
  border: 1px solid rgba(13, 59, 78, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(13, 59, 78, 0.06);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  align-items: center;
}

.zynpet-best-card:hover {
  transform: translateY(-4px);
  border-color: var(--zynpet-gold);
  box-shadow: 0 14px 30px rgba(13, 59, 78, 0.13);
}

.zynpet-best-card__image {
  width: 100%;
  height: 150px;
  margin: 0 0 12px;
  position: relative;
  display: block;
  background: var(--zynpet-white);
  overflow: hidden;
  text-decoration: none;
}

.zynpet-best-card__img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 140px !important;
  position: absolute !important;
  inset: 0 !important;
  margin: auto !important;
  display: block !important;
  object-fit: contain !important;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.zynpet-best-card__img--main {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1;
}

.zynpet-best-card__img--hover {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transform: scale(1.04);
}

.zynpet-best-card:hover .zynpet-best-card__img--main {
  opacity: 0 !important;
  visibility: hidden !important;
}

.zynpet-best-card:hover .zynpet-best-card__img--hover {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1);
}

.zynpet-best-card__title {
  min-height: 58px;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  text-align: center;
}

.zynpet-best-card__title a {
  color: var(--zynpet-blue);
  text-decoration: none;
}

.zynpet-best-card__title a:hover {
  color: var(--zynpet-gold);
}

.zynpet-best-card__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 8px;
  color: #f5b301;
  font-size: 12px;
}

.zynpet-best-card__rating small {
  color: #4c5a64;
  font-size: 11px;
}

.zynpet-best-card__offer {
  margin: 0 0 12px;
  color: #0d3b4e;
}

.zynpet-best-card__offer span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #d4af37;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.zynpet-best-card__offer strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #0d3b4e;
}

.zynpet-best-card__whatsapp {
  margin-top: auto;
  min-height: 42px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--zynpet-white);
  border: 1.5px solid var(--zynpet-gold);
  border-radius: 8px;
  color: var(--zynpet-blue);
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.zynpet-best-card__whatsapp:hover {
  background: var(--zynpet-gold);
  color: var(--zynpet-white);
}

/* ================================
   PÁGINA DE CATEGORIA
   HTML esperado: .zynpet-category-products-grid > .zynpet-category-card-product
================================ */

.zynpet-category-page-wrapper {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--zynpet-soft);
}

.zynpet-category-page {
  width: 100%;
  background: var(--zynpet-soft);
  padding: 54px 5% 80px;
}

.zynpet-category-hero {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 54px;
  padding: 52px 32px;
  text-align: center;
  background: var(--zynpet-beige);
  border-radius: 24px;
}

.zynpet-category-hero p {
  margin: 0 0 14px;
  color: var(--zynpet-gold);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.zynpet-category-hero h1 {
  margin: 0 0 14px;
  color: var(--zynpet-blue);
  font-size: 48px;
  line-height: 1.1;
  font-weight: 900;
}

.zynpet-category-hero span {
  color: var(--zynpet-blue);
  font-size: 17px;
}

.zynpet-category-products-grid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.zynpet-category-card-product {
  min-height: 315px;
  padding: 14px 12px 12px;
  display: flex;
  flex-direction: column;
  background: var(--zynpet-white);
  border: 1px solid rgba(13, 59, 78, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(13, 59, 78, 0.06);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.zynpet-category-card-product:hover {
  transform: translateY(-4px);
  border-color: var(--zynpet-gold);
  box-shadow: 0 14px 30px rgba(13, 59, 78, 0.13);
}

.zynpet-category-card-product__image {
  width: 100%;
  height: 150px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--zynpet-white);
  text-decoration: none;
}

.zynpet-category-card-product__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 140px;
  display: block;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.zynpet-category-card-product:hover .zynpet-category-card-product__img {
  transform: scale(1.04);
}

.zynpet-category-card-product__title {
  min-height: 42px;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.zynpet-category-card-product__title a {
  color: var(--zynpet-blue);
  text-decoration: none;
}

.zynpet-category-card-product__title a:hover {
  color: var(--zynpet-gold);
}

.zynpet-category-card-product__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 8px;
  color: #f5b301;
  font-size: 12px;
}

.zynpet-category-card__price-box {
    margin-bottom: 14px;
}

.zynpet-category-card__old-price {
    color: #666;
    font-size: 13px;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.zynpet-category-card__current-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zynpet-category-card__current-price {
    color: #0D3B4E;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.zynpet-category-card__discount-badge {
    background: #D4AF37;
    color: #0D3B4E;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 6px;
    border-radius: 999px;
}

.zynpet-category-card-product__whatsapp {
  margin-top: auto;
  min-height: 42px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--zynpet-gold);
  border: 1.5px solid var(--zynpet-gold);
  border-radius: 8px;
  color: var(--zynpet-white);
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
}

.zynpet-category-card-product__whatsapp:hover {
  background: var(--zynpet-blue);
  border-color: var(--zynpet-blue);
  color: var(--zynpet-white);
}

/* Compatibilidade: se seu template de categoria ainda usa .zynpet-category-card */
.zynpet-category-products-grid > .zynpet-category-card {
  min-height: 315px;
  padding: 14px 12px 12px;
  display: flex;
  flex-direction: column;
  background: var(--zynpet-white);
  border: 1px solid rgba(13, 59, 78, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(13, 59, 78, 0.06);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.zynpet-category-products-grid > .zynpet-category-card:hover {
  transform: translateY(-4px);
  border-color: var(--zynpet-gold);
  box-shadow: 0 14px 30px rgba(13, 59, 78, 0.13);
}

.zynpet-category-products-grid .zynpet-category-card__image-link {
  width: 100%;
  height: 150px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--zynpet-white);
  overflow: hidden;
  text-decoration: none;
}

.zynpet-category-products-grid .zynpet-category-card__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 140px;
  display: block;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.zynpet-category-products-grid > .zynpet-category-card:hover .zynpet-category-card__image {
  transform: scale(1.04);
}

.zynpet-category-products-grid .zynpet-category-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.zynpet-category-products-grid .zynpet-category-card__title {
  min-height: 42px;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.zynpet-category-products-grid .zynpet-category-card__title a {
  color: var(--zynpet-blue);
  text-decoration: none;
}

.zynpet-category-products-grid .zynpet-category-card__title a:hover {
  color: var(--zynpet-gold);
}

.zynpet-category-products-grid .zynpet-category-card__price {
  margin-top: auto;
  color: var(--zynpet-blue);
  font-size: 20px;
  font-weight: 900;
}

/* ==========================
   PREÇO PROMOCIONAL
========================== */

.zynpet-best-card__price-box {
    margin-bottom: 14px;
}

.zynpet-best-card__old-price {
    color: #666;
    font-size: 13px;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.zynpet-best-card__current-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zynpet-best-card__current-price {
    color: #0D3B4E;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.zynpet-best-card__discount-badge {
    background: #D4AF37;
    color: #0D3B4E;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 6px;
    border-radius: 999px;
}

/* ================================
   PÁGINA DE PRODUTO
================================ */

.zynpet-product-page {
  max-width: 1260px;
  margin: 0 auto;
  padding: 58px 24px;
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 48px;
}

.zynpet-product-gallery {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
}

.zynpet-product-thumbs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.zynpet-product-thumbs button {
  background: var(--zynpet-white);
  border: 1px solid rgba(13, 59, 78, 0.14);
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
}

.zynpet-product-thumbs img {
  width: 100%;
  height: 75px;
  object-fit: contain;
}

.zynpet-product-main-image {
  min-height: 560px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--zynpet-white);
  border-radius: 14px;
  cursor: zoom-in;
}

.zynpet-product-main-image img {
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 500px;
  display: block;
  object-fit: contain;
  transition: transform 0.15s ease;
  transform-origin: center center;
}

.zynpet-product-info h1 {
  margin-top: 0;
  color: var(--zynpet-blue);
  font-size: 32px;
  line-height: 1.3;
}

.zynpet-product-info p {
  line-height: 1.65;
}

.zynpet-product-price {
  margin: 24px 0;
  color: var(--zynpet-blue);
  font-size: 32px;
  font-weight: 900;
}

.zynpet-buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: var(--zynpet-gold);
  border-radius: 10px;
  color: var(--zynpet-blue);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.zynpet-buy-btn:hover {
  background: var(--zynpet-blue);
  color: var(--zynpet-white);
}

.zynpet-product-description {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(13, 59, 78, 0.12);
}


.zynpet-product-description-section {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 50px;
  padding: 0 24px;
}

.zynpet-product-description {
  width: 100%;
  max-width: 760px;
  color: #0d3b4e;
  font-size: 16px;
  line-height: 1.65;
}

.zynpet-related-products {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 70px;
  padding: 0 24px;
}

.zynpet-related-products h2 {
  margin: 0 0 28px;
  color: #0d3b4e;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}

.zynpet-related-products__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.zynpet-related-card {
  min-height: 315px;
  padding: 14px 12px 12px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(13, 59, 78, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(13, 59, 78, 0.06);
}

.zynpet-related-card__image {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.zynpet-related-card__image img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}

.zynpet-related-card__title {
  min-height: 42px;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

.zynpet-related-card__title a {
  color: #0d3b4e;
  text-decoration: none;
}

.zynpet-related-card__price {
  margin-bottom: 12px;
  color: #0d3b4e;
  font-size: 20px;
  font-weight: 900;
}

.zynpet-related-card__button {
  margin-top: auto;
  min-height: 42px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #d4af37;
  border-radius: 8px;
  color: #0d3b4e;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.zynpet-product-price-box {
  margin: 24px 0;
}

.zynpet-product-old-price {
  margin-bottom: 4px;
  color: #6b6258;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
}

.zynpet-product-price-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zynpet-product-current-price {
  color: #5f574f;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.zynpet-product-discount-badge {
  min-width: 66px;
  height: 34px;
  padding: 0 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #cfc7bd;
  border-radius: 999px;

  color: #5f574f;
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .zynpet-related-products__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 820px) {
  .zynpet-related-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ====================================
   BOX DE AJUDA ABAIXO DO BOTÃO
==================================== */

.zynpet-product-help-box {
    margin-top: 18px;
    padding: 18px 22px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}

.zynpet-product-help-box__text {
    color: #0D3B4E;
    font-size: 12px;
}

.zynpet-product-help-box__text strong {
    font-weight: 700;
}

.zynpet-product-help-box__whatsapp {
    display: flex;
    align-items: center;
    gap: 8px;

    text-decoration: none;

    color: #25D366;
    font-size: 19px;
    font-weight: 800;
    white-space: nowrap;
}

.zynpet-product-help-box__whatsapp i {
    font-size: 38px;
}

.zynpet-product-help-box__whatsapp:hover {
    opacity: .85;
}

@media (max-width: 768px) {

    .zynpet-product-help-box {
        flex-direction: column;
        text-align: center;
    }

    .zynpet-product-help-box__whatsapp {
        justify-content: center;
    }

}

/* ================================
   BANNER PROMOCIONAL
================================ */

.zynpet-promo {
  width: calc(100% - 48px);
  max-width: 1100px;
  min-height: 180px;
  margin: 10px auto 58px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  overflow: hidden;
  color: var(--zynpet-white);
  border-radius: 22px;
}

.zynpet-promo__content {
  padding: 42px 48px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zynpet-promo__eyebrow {
  margin: 0;
  color: var(--zynpet-gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.zynpet-promo h2,
.zynpet-promo__title {
  margin: 0;
  color: var(--zynpet-white);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}

.zynpet-promo h2 span,
.zynpet-promo__title span {
  color: var(--zynpet-gold);
}

.zynpet-promo__subtitle {
  margin: 0;
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.5;
}

.zynpet-promo__cta {
  width: fit-content;
  margin-top: 10px;
  padding: 11px 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--zynpet-gold);
  color: var(--zynpet-blue);
  border-radius: 28px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.zynpet-promo__cta:hover {
  background: var(--zynpet-white);
  color: var(--zynpet-blue);
}

.zynpet-promo__image {
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: stretch;
  overflow: hidden;
}

.zynpet-promo__image img,
.zynpet-promo img {
  width: auto;
  max-width: 280px;
  height: 200px;
  display: block;
  object-fit: contain;
  object-position: bottom right;
}

.zynpet-promo__badge {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 230px;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--zynpet-gold);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: var(--zynpet-blue);
  font-size: 22px;
  font-weight: 900;
  pointer-events: none;
}

.zynpet-promo > div:not(.zynpet-promo__content):not(.zynpet-promo__image) {
  padding: 42px 48px;
  grid-column: 1 / -1;
}

/* ================================
   FOOTER
================================ */

.zynpet-footer {
  width: 100%;
  padding: 52px 7%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  background: var(--zynpet-blue);
  color: var(--zynpet-white);
}

.zynpet-footer h3 {
  color: var(--zynpet-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}

.zynpet-footer a {
  display: block;
  margin: 12px 0;
  color: var(--zynpet-white);
  text-decoration: none;
}

.zynpet-footer p {
  opacity: 0.75;
}

/* ================================
   RESPONSIVO
================================ */

@media (max-width: 1180px) {
  .zynpet-best-products-grid,
  .zynpet-category-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .zynpet-header__top,
  .zynpet-hero,
  .zynpet-product-page {
    grid-template-columns: 1fr;
  }

  .zynpet-header__top {
    height: auto;
    min-height: auto;
    padding: 18px 0;
    gap: 18px;
  }

  .zynpet-logo {
    justify-self: center;
  }

  .zynpet-search {
    max-width: 100%;
  }

  .zynpet-hero__copy {
    justify-self: start;
  }

  .zynpet-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .zynpet-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zynpet-product-gallery {
    grid-template-columns: 1fr;
  }

  .zynpet-product-thumbs {
    flex-direction: row;
    overflow-x: auto;
  }
}

@media (max-width: 820px) {
  .zynpet-best-products-grid,
  .zynpet-category-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zynpet-category-hero h1 {
    font-size: 34px;
  }

  .zynpet-product-main-image {
    min-height: 420px;
  }

  .zynpet-product-main-image img {
    max-height: 380px;
  }
}

@media (max-width: 680px) {
  .zynpet-promo {
    grid-template-columns: 1fr;
  }

  .zynpet-promo__image,
  .zynpet-promo__badge {
    display: none;
  }
}

@media (max-width: 620px) {
  .zynpet-header {
    padding: 14px 18px 0;
  }

  .zynpet-header__top {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .zynpet-logo img,
  .zynpet-logo-img {
    width: 210px;
    max-width: 210px;
    max-height: 80px;
  }

  .zynpet-menu {
    gap: 18px;
    padding: 18px 0 20px;
  }

  .zynpet-menu a {
    font-size: 14px;
  }

  .zynpet-hero {
    padding: 38px 20px;
  }

  .zynpet-footer {
    grid-template-columns: 1fr;
  }

  .zynpet-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zynpet-section {
    padding: 42px 18px;
  }

  .zynpet-category-page {
    padding: 42px 18px 64px;
  }

  .zynpet-category-hero {
    padding: 34px 20px;
  }

  .zynpet-promo {
    width: calc(100% - 36px);
  }
}

@media (max-width: 520px) {
  .zynpet-best-products-grid,
  .zynpet-category-products-grid {
    grid-template-columns: 1fr;
  }

  .zynpet-best-card,
  .zynpet-category-card-product,
  .zynpet-category-products-grid > .zynpet-category-card {
    max-width: 280px;
    margin: 0 auto;
  }

  .zynpet-home-category-card img {
    width: 90px;
    height: 90px;
  }
}

/* ================================
   CORREÇÃO ESPAÇO SUPERIOR HEADER
================================ */

.zynpet-header {
  padding-top: 0 !important;
}

.zynpet-header__top {
  min-height: 110px !important;
  padding-top: 0 !important;
  padding-bottom: 8px !important;
  align-items: center !important;
}

.zynpet-logo img,
.zynpet-logo-img {
  margin-top: 0 !important;
}

.zynpet-menu {
  padding-top: 0 !important;
}


/* ================================
   CORREÇÃO DROPDOWN NA HOME
================================ */

.zynpet-header,
.zynpet-header__top,
.zynpet-menu,
.zynpet-menu-item {
  overflow: visible !important;
}

.zynpet-header {
  position: relative !important;
  z-index: 999 !important;
}

.zynpet-hero-banner,
.zynpet-benefits,
.zynpet-section {
  position: relative;
  z-index: 1;
}

.zynpet-menu-item {
  position: relative !important;
}

.zynpet-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  z-index: 999999 !important;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.zynpet-menu-item--has-dropdown:hover .zynpet-dropdown {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ================================
   CORREÇÃO FINAL MENU DESKTOP
================================ */

@media (min-width: 981px) {
  .zynpet-menu {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 44px !important;
    flex-wrap: nowrap !important;
  }

  .zynpet-menu > a,
  .zynpet-menu > .zynpet-menu-item {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
  }

  .zynpet-menu > a,
  .zynpet-menu > .zynpet-menu-item > a {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: max-content !important;
    white-space: nowrap !important;
  }

  .zynpet-dropdown {
    width: 240px !important;
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px) !important;
  }

  .zynpet-menu-item--has-dropdown:hover .zynpet-dropdown {
    transform: translateX(-50%) translateY(0) !important;
  }
}

.zynpet-mobile-menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .zynpet-header__top::before {
    content: none !important;
    display: none !important;
  }

  .zynpet-header__top {
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    grid-template-areas:
      "menu logo empty"
      "search search search" !important;
    gap: 14px !important;
    align-items: center !important;
  }

  .zynpet-mobile-menu-toggle {
    grid-area: menu;
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    background: transparent;
    border: 0;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
  }

  .zynpet-logo {
    grid-area: logo !important;
    justify-self: center !important;
  }

  .zynpet-search {
    grid-area: search !important;
  }

  .zynpet-menu {
    display: none !important;
    width: 100% !important;
    margin-top: 12px !important;
    padding: 16px 0 !important;

    background: #0d3b4e !important;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .zynpet-menu.is-open {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    align-items: flex-start !important;
  }

  .zynpet-menu > a,
  .zynpet-menu-item > a {
    width: 100% !important;
    padding: 8px 20px !important;
  }

  .zynpet-menu-item {
    width: 100% !important;
  }

  .zynpet-dropdown {
    position: static !important;
    width: 100% !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none !important;
    margin-top: 6px !important;
  }

  .zynpet-menu-item.is-open .zynpet-dropdown {
    display: block !important;
  }
}

.zynpet-related-card__price-box {
  width: 100%;
  margin: 0 0 18px;
}

.zynpet-related-card__old-price {
  margin: 0 0 8px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  text-align: left;
}

.zynpet-related-card__current-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.zynpet-related-card__current-price {
  color: #0d3b4e;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.zynpet-related-card__discount-badge {
  min-width: 48px;
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #D4AF37;
  color: #0D3B4E;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.zynpet-breeds-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 5% 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
  background: #ffffff;
  margin-bottom: 60px;
  border-radius: 50px;
}

.zynpet-breeds-header {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zynpet-breeds-header h2 {
  margin: 0;
  color: #0d3b4e;
  font-size: 30px;
  font-weight: 900;
}

.zynpet-breeds-header a {
  color: #0d3b4e;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.zynpet-breeds-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.zynpet-breed-card {
  text-align: center;
  text-decoration: none;
  color: #4b3f37;
}

.zynpet-breed-card img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto 12px;
  border-radius: 10px !important;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.zynpet-breed-card span {
  display: block;
  color: #4b3f37;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

@media (max-width: 980px) {
  .zynpet-breeds-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .zynpet-breeds-section {
    padding: 36px 18px 48px;
  }

  .zynpet-breeds-header h2 {
    font-size: 24px;
  }

  .zynpet-breeds-list {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 8px;
  }

  .zynpet-breed-card {
    min-width: 105px;
  }

  .zynpet-breed-card img {
    width: 96px;
    height: 96px;
    border-radius: 16px;
  }

  .zynpet-breed-card span {
    font-size: 14px;
  }
}


/* ================================
   DROPDOWN DESKTOP CORRIGIDO
================================ */

@media (min-width: 981px) {
  .zynpet-dropdown {
    width: 260px !important;
    padding: 10px 0 !important;

    position: absolute !important;
    top: 100% !important;
    left: 50% !important;

    background: #ffffff !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16) !important;

    transform: translateX(-50%) translateY(0) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .zynpet-menu-item--has-dropdown:hover .zynpet-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .zynpet-dropdown a {
    min-height: 42px !important;
    padding: 0 18px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    color: #0d3b4e !important;
    background: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
  }

  .zynpet-dropdown a:hover {
    background: #f3e8d5 !important;
    color: #0d3b4e !important;
  }

  .zynpet-dropdown a span {
    color: #0d3b4e !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }
}