/* OfertasOnlineMax professional polish layer */
:root {
  --om-pink: #e83b72;
  --om-pink-dark: #a91546;
  --om-ink: #241821;
  --om-muted: #745c69;
  --om-line: rgba(169, 21, 70, .14);
  --om-card: rgba(255, 255, 255, .88);
  --om-shadow: 0 22px 60px rgba(169, 21, 70, .12);
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  background:
    radial-gradient(circle at top left, rgba(255, 215, 230, .55), transparent 28rem),
    linear-gradient(180deg, #fff8fb 0%, #fff 46%, #fff8fb 100%) !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(232, 59, 114, .28);
  outline-offset: 3px;
}

.ribbon,
.top-alert {
  letter-spacing: .04em !important;
  box-shadow: inset 0 -1px rgba(169, 21, 70, .08);
}

header,
.topbar {
  box-shadow: 0 10px 34px rgba(169, 21, 70, .06);
}

.brand img {
  object-fit: cover;
}

img {
  height: auto;
}

.btn {
  border-radius: 14px !important;
  box-shadow: 0 14px 32px rgba(232, 59, 114, .22) !important;
  letter-spacing: 0 !important;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(232, 59, 114, .28) !important;
}

.btn:active {
  transform: translateY(0);
}

.proof {
  align-items: center !important;
  width: fit-content;
  max-width: calc(100% - 34px);
  padding: 10px 14px;
  border: 1px solid rgba(232, 59, 114, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 14px 36px rgba(169, 21, 70, .08);
  backdrop-filter: blur(10px);
}

.proof strong {
  letter-spacing: 0 !important;
}

.proof small {
  display: block;
  margin-top: 2px;
}

.avatars {
  align-items: center;
}

.avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  margin-left: -10px;
  box-shadow: 0 10px 22px rgba(169, 21, 70, .22);
  background: #fff;
}

.avatars img:first-child {
  margin-left: 0;
}

.btn.green {
  box-shadow: 0 16px 34px rgba(17, 148, 94, .22) !important;
}

.btn-outline,
.offer-strip .btn {
  box-shadow: 0 12px 30px rgba(169, 21, 70, .08) !important;
}

.hero,
.page .hero {
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -8rem auto;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: rgba(255, 212, 228, .36);
  pointer-events: none;
}

.hero-grid,
.page .hero > * {
  position: relative;
  z-index: 1;
}

.eyebrow,
.pill,
.badge,
.save {
  letter-spacing: .03em !important;
}

.lead,
.product p,
.card p,
.faq p,
details p {
  color: var(--om-muted) !important;
}

.trust-row div,
.card,
.product,
.pain-card,
.testimonial,
.feature-card,
.feature,
.media-card,
.spec-card,
.review,
.offer,
.guarantee-box,
.faq details,
details {
  background: var(--om-card) !important;
  border-color: var(--om-line) !important;
  box-shadow: 0 14px 42px rgba(169, 21, 70, .07) !important;
}

.product {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product:hover {
  transform: translateY(-5px);
  border-color: rgba(232, 59, 114, .32) !important;
  box-shadow: var(--om-shadow) !important;
}

.product-img {
  min-height: 285px !important;
  aspect-ratio: 1.15 / 1;
  overflow: hidden;
}

.product-img img {
  width: 92% !important;
  height: 92% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}

.product-body {
  gap: 12px !important;
}

.product h3 {
  color: var(--om-ink);
  letter-spacing: -.02em;
}

.media-card img,
.hero-card img,
.showcase img,
.lifestyle img,
.kit img {
  object-fit: cover;
}

.hero-card,
.showcase,
.price-card {
  border-color: rgba(169, 21, 70, .14) !important;
}

.product .price,
.price {
  letter-spacing: -.04em !important;
}

.searchbar {
  align-items: center;
}

.searchbar input {
  min-height: 50px;
  box-shadow: 0 12px 30px rgba(169, 21, 70, .05);
}

.chip {
  min-height: 46px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.chip:hover {
  transform: translateY(-1px);
  border-color: rgba(232, 59, 114, .34);
}

.section-head h2,
h1,
h2 {
  color: var(--om-ink);
}

.showcase,
.hero-media {
  isolation: isolate;
}

.showcase img,
.hero-main-img,
.offer-product-img {
  transform: translateZ(0);
}

.price-box {
  backdrop-filter: blur(12px);
}

.headline-strip {
  text-transform: none !important;
  letter-spacing: -.02em !important;
}

.page {
  max-width: 1240px !important;
}

.page .hero {
  background:
    radial-gradient(circle at 78% 10%, rgba(216, 154, 170, .30), transparent 30rem),
    linear-gradient(180deg, #fff8f1 0%, #fff 100%) !important;
}

.content {
  box-shadow: 0 20px 52px rgba(143, 44, 87, .08);
}

.hero-main-img {
  max-height: 620px;
}

.quick-trust div,
.safe-row span {
  background: #fff !important;
}

.reviews-grid img,
.wide-img,
.modo-uso-img,
.before-after-img {
  transition: transform .2s ease, box-shadow .2s ease;
}

.reviews-grid img:hover,
.wide-img:hover,
.modo-uso-img:hover,
.before-after-img:hover {
  transform: translateY(-2px);
  box-shadow: var(--om-shadow) !important;
}

.float-cta .btn,
.whatsapp {
  box-shadow: 0 18px 44px rgba(17, 148, 94, .28) !important;
}

/* Remove floating WhatsApp bubbles; some exported pages left the SVG unbounded. */
.whatsapp,
.whats,
.whats-float {
  display: none !important;
}

.om-empty {
  display: none;
  grid-column: 1 / -1;
  padding: 34px;
  border: 1px dashed rgba(232, 59, 114, .32);
  border-radius: 22px;
  background: #fff;
  color: var(--om-muted);
  text-align: center;
  font-weight: 800;
}

.om-empty.is-visible {
  display: block;
}

/* Layout safety pass: keep product names and badges out of the images. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
p,
.brand,
.btn,
.badge,
.tag,
.save,
.price,
.old,
.old-price,
.installments {
  overflow-wrap: anywhere;
}

.product {
  min-width: 0;
}

.product-img {
  position: relative;
  display: grid !important;
  place-items: center !important;
}

.product-body {
  position: relative;
  z-index: 2;
  min-width: 0;
  background: rgba(255, 255, 255, .96);
}

.product .badge {
  max-width: 100%;
  width: fit-content !important;
  white-space: normal;
  line-height: 1.2;
}

.product h3 {
  min-height: 2.35em;
  line-height: 1.18;
}

.product-price {
  display: grid;
  gap: 5px;
}

.offer {
  display: grid;
  gap: 10px;
  align-items: start;
  overflow: hidden !important;
}

.offer::before {
  position: static !important;
  justify-self: end;
  display: inline-flex !important;
  max-width: 100%;
  width: fit-content;
  margin: 0 0 8px auto;
  white-space: normal;
  line-height: 1.2;
  text-align: center;
  transform: none !important;
}

.offer-product-img {
  position: relative;
  z-index: 1;
  display: block !important;
  width: min(100%, 330px) !important;
  max-height: 360px;
  object-fit: contain !important;
  margin: 6px auto 14px !important;
}

.secure span,
.pay-list div {
  min-width: 0;
  line-height: 1.35;
}

.hero-media .tag {
  max-width: calc(100% - 36px);
  white-space: normal;
  line-height: 1.2;
  text-align: center;
  z-index: 3;
}

.om-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .42s ease, transform .42s ease;
}

.om-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .product-img {
    min-height: 245px !important;
  }

  .hero::after {
    width: 18rem;
    height: 18rem;
  }
}

@media (max-width: 640px) {
  .ribbon .container,
  .top-alert {
    font-size: 11px !important;
    line-height: 1.35;
  }

  header .nav,
  .topbar {
    gap: 10px !important;
  }

  .brand {
    max-width: 70vw;
  }

  h1 {
    font-size: clamp(34px, 10vw, 44px) !important;
  }

  .hero,
  section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .product-img {
    min-height: 230px !important;
  }

  .proof {
    width: auto;
    max-width: none;
    margin-left: 12px !important;
    margin-right: 12px !important;
    padding: 9px 12px;
    border-radius: 22px;
  }

  .avatars img {
    width: 36px;
    height: 36px;
  }

  .product-img img {
    width: 90% !important;
    height: 90% !important;
  }

  .searchbar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .searchbar input {
    grid-column: 1 / -1;
    min-width: 0 !important;
  }

  .chip {
    width: 100%;
  }

  .safe-row,
  .quick-trust {
    grid-template-columns: 1fr !important;
  }

  .page,
  .container,
  section,
  .hero,
  .offer,
  .product-card,
  .showcase,
  .price-card,
  .content {
    max-width: 100% !important;
  }

  .offer {
    padding: 20px 16px !important;
    border-radius: 24px !important;
  }

  .offer::before {
    justify-self: center;
    margin: 0 auto 8px;
    font-size: 12px !important;
    padding: 8px 12px !important;
  }

  .offer-product-img {
    width: min(100%, 300px) !important;
    max-height: 300px;
    margin-top: 0 !important;
  }

  .offer .price,
  .price {
    font-size: clamp(34px, 11vw, 48px) !important;
    letter-spacing: 0 !important;
  }

  .old-price,
  .installments {
    font-size: 16px !important;
  }

  .product h3 {
    min-height: auto;
    font-size: 19px !important;
  }

  .product-body {
    padding: 16px !important;
  }

  .hero-media .tag {
    position: static !important;
    display: inline-flex;
    margin: 0 auto 8px !important;
    transform: none !important;
  }

  .hero-media .tag.right {
    position: static !important;
    margin-top: 8px !important;
  }
}

/* Desktop rescue for product pages that were exported as narrow mobile layouts. */
.desktop-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.desktop-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--om-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.desktop-menu a:hover {
  background: rgba(232, 59, 114, .08);
}

.desktop-menu .nav-buy {
  background: linear-gradient(135deg, #ef3e78, #ff7eaa);
  color: #fff;
  box-shadow: 0 12px 26px rgba(239, 62, 120, .22);
}

@media (min-width: 760px) {
  .menu a:not(.menu-cta) {
    display: inline-flex !important;
  }
}

.related-products {
  width: 100%;
  overflow: visible !important;
}

.related-grid {
  align-items: stretch;
}

.related-card {
  min-width: 0;
}

.related-img img {
  width: 100% !important;
  max-height: 210px;
  object-fit: contain !important;
}

.related-body,
.related-prices,
.related-price-row,
.related-rating {
  min-width: 0;
}

.related-body h3,
.related-body p,
.related-badge,
.related-save,
.related-prefix,
.related-price,
.related-install,
.related-frete,
.related-rating {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.related-save {
  max-width: calc(100% - 32px);
  text-align: center;
}

.related-price-row {
  display: grid !important;
  grid-template-columns: 1fr;
  align-items: start !important;
  gap: 3px !important;
}

.sticky,
.sticky-buy {
  position: fixed !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
  width: min(640px, 100%) !important;
  background: rgba(255, 255, 255, .97) !important;
  border-top: 1px solid var(--om-line) !important;
  padding: 12px 14px !important;
  display: grid !important;
  grid-template-columns: 1fr 160px !important;
  gap: 10px !important;
  align-items: center !important;
  z-index: 80 !important;
  box-shadow: 0 -12px 32px rgba(0, 0, 0, .08) !important;
}

.sticky .btn,
.sticky-buy .btn {
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  white-space: nowrap;
}

.sticky small,
.sticky-buy .label {
  display: block;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #9a8a91;
  font-size: 10px;
  font-weight: 950;
}

.sticky b,
.sticky-buy strong {
  display: block;
  color: #8f2f50;
  font-size: 22px;
  line-height: 1.05;
}

@media (min-width: 900px) {
  .page {
    max-width: min(1180px, calc(100% - 32px)) !important;
    overflow: visible !important;
    border-radius: 0 0 32px 32px;
  }

  .page .header {
    padding: 14px 24px !important;
  }

  .page .hero {
    display: grid !important;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 30px;
    padding: 28px !important;
  }

  .page .hero-img {
    padding: 0 !important;
    border-radius: 30px;
    background: #fff3f7 !important;
    overflow: hidden;
  }

  .page .hero-img img {
    width: 100% !important;
    height: min(560px, 48vw) !important;
    max-height: 560px !important;
    object-fit: contain !important;
    padding: 18px;
    box-shadow: none !important;
  }

  .page .content {
    padding: 24px 20px !important;
  }

  .page h1 {
    font-size: clamp(44px, 5.4vw, 72px) !important;
    max-width: 720px;
  }

  .page .lead {
    max-width: 660px;
  }

  .page .trust {
    grid-column: 1 / -1;
    margin: 0 !important;
  }

  .page section {
    padding: 64px 34px !important;
  }

  .page .benefits,
  .page .cards,
  .page .reviews {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .page .lifestyle {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: center;
  }

  .page .lifestyle img {
    height: 420px !important;
    object-fit: contain !important;
    background: #fff3f7;
    padding: 18px;
  }

  .page .kit-list {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .page .related-grid {
    grid-template-columns: repeat(3, minmax(240px, 1fr)) !important;
  }

  .page .related-body h3 {
    min-height: auto !important;
  }
}

@media (max-width: 899px) {
  .desktop-menu a:not(.nav-buy) {
    display: none;
  }

  .desktop-menu .nav-buy {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .desktop-menu {
    display: none;
  }

  .related-grid {
    grid-template-columns: 1fr !important;
  }

  .sticky,
  .sticky-buy {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) 150px !important;
  }
}
