/**
 * Ponto G 2.0.0
 * Original visual layer for PrestaShop 8 Classic.
 */

:root {
  --pontog-wine-950: #250914;
  --pontog-wine-900: #35101f;
  --pontog-wine-800: #4a1428;
  --pontog-wine-700: #651b38;
  --pontog-berry-600: #a52159;
  --pontog-pink-500: #cf3f79;
  --pontog-pink-400: #e06b96;
  --pontog-rose-300: #dc9aad;
  --pontog-blush-100: #f7e4e9;
  --pontog-blush-50: #fff5f7;
  --pontog-nude-200: #eccfd0;
  --pontog-champagne: #dcb98f;
  --pontog-cocoa: #39252b;
  --pontog-ink: #21181b;
  --pontog-muted: #75666b;
  --pontog-ivory: #fffaf8;
  --pontog-white: #ffffff;
  --pontog-border: rgba(74, 20, 40, 0.13);
  --pontog-shadow: 0 24px 70px rgba(53, 16, 31, 0.13);
  --pontog-shadow-soft: 0 14px 38px rgba(53, 16, 31, 0.08);
  --pontog-radius-sm: 12px;
  --pontog-radius-md: 22px;
  --pontog-radius-lg: 34px;
  --pontog-serif: Georgia, 'Times New Roman', serif;
  --pontog-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --pontog-ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--pontog-ivory);
  color: var(--pontog-ink);
  font-family: var(--pontog-sans);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.pontog-age-lock {
  height: 100vh;
  overflow: hidden;
}

a {
  color: var(--pontog-wine-800);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

a:hover,
a:focus {
  color: var(--pontog-pink-500);
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--pontog-wine-900);
  font-family: var(--pontog-serif);
  font-weight: 500;
  letter-spacing: -0.025em;
}

::selection {
  background: var(--pontog-nude-200);
  color: var(--pontog-wine-950);
}

.container {
  max-width: 1240px;
}

/* Announcement and header */
.pontog-announcement {
  background: var(--pontog-wine-950);
  color: var(--pontog-blush-100);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}

.pontog-announcement__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 36px;
  padding-left: 78px;
  padding-right: 78px;
  position: relative;
}

.pontog-announcement__messages {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pontog-announcement__messages > span {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  padding: 0 28px;
}

.pontog-announcement__messages > span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.pontog-announcement__socials {
  align-items: center;
  display: flex;
  gap: 7px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.pontog-announcement__social-link {
  align-items: center;
  background: rgba(248, 181, 204, 0.1);
  border: 1px solid rgba(248, 181, 204, 0.72);
  border-radius: 50%;
  color: #f8b5cc !important;
  display: inline-flex;
  height: 26px;
  justify-content: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 26px;
}

.pontog-announcement__social-link svg {
  fill: #f8b5cc !important;
  height: 16px;
  width: 16px;
}

.pontog-announcement__social-link:hover,
.pontog-announcement__social-link:focus {
  background: var(--pontog-pink-500);
  border-color: #ffd3e2;
  color: #fff5f7 !important;
  outline: 0;
  transform: translateY(-1px);
}

.pontog-announcement__social-link:hover svg,
.pontog-announcement__social-link:focus svg {
  fill: #fff5f7 !important;
}

#header {
  background: var(--pontog-ivory);
  color: var(--pontog-cocoa);
  transition: box-shadow 220ms ease;
}

#header.pontog-header-scrolled {
  box-shadow: 0 10px 28px rgba(53, 16, 31, 0.09);
}

#header .header-nav {
  background: var(--pontog-blush-50);
  border-bottom: 1px solid var(--pontog-border);
  color: var(--pontog-muted);
  font-size: 12px;
  margin-bottom: 0;
  max-height: none;
  min-height: 42px;
}

#header .header-nav a,
#header .header-nav .blockcart,
#header .header-nav .user-info a {
  color: var(--pontog-cocoa);
}

#header .header-nav a:hover,
#header .header-nav .user-info a:hover {
  color: var(--pontog-pink-500);
}

#header .header-top {
  background: var(--pontog-ivory);
  padding: 22px 0 18px;
}

#header .header-top > .container {
  align-items: center;
}

#header .header-top .logo {
  max-height: 72px;
  max-width: 210px;
}

#header .header-top .position-static {
  align-items: center;
  display: flex;
}

#header .header-top-right {
  display: flex;
  justify-content: flex-end;
}

#header .header-top a[data-depth='0'] {
  color: var(--pontog-wine-900);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.09em;
  padding: 18px 15px;
  text-transform: uppercase;
}

#header .header-top a[data-depth='0']:hover,
#header .top-menu a[data-depth='0']:hover,
#header .top-menu a[data-depth='0']:focus {
  color: var(--pontog-pink-500);
}

#header .menu {
  margin-bottom: 0;
}

#header .top-menu .sub-menu {
  background: var(--pontog-white);
  border: 1px solid var(--pontog-border);
  border-radius: 0 0 var(--pontog-radius-md) var(--pontog-radius-md);
  box-shadow: var(--pontog-shadow);
  margin-left: 0;
  padding: 28px;
}

#header .top-menu .sub-menu a {
  color: var(--pontog-cocoa);
}

#header .top-menu .sub-menu a:hover {
  color: var(--pontog-pink-500);
}

#search_widget {
  min-width: 290px;
}

#search_widget form {
  position: relative;
}

#search_widget form input {
  background: var(--pontog-white);
  border: 1px solid var(--pontog-border);
  border-radius: 999px;
  box-shadow: none;
  color: var(--pontog-ink);
  height: 46px;
  padding: 0 48px 0 20px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

#search_widget form input:focus {
  border-color: var(--pontog-pink-400);
  box-shadow: 0 0 0 4px rgba(224, 107, 150, 0.13);
  outline: none;
}

#search_widget form button {
  color: var(--pontog-wine-800);
  right: 12px;
}

#header .blockcart {
  background: transparent;
  color: var(--pontog-wine-900);
  height: auto;
  padding: 10px 0 10px 14px;
}

#header .blockcart .material-icons {
  color: var(--pontog-pink-500);
}

/* Global controls */
.btn,
.pontog-btn,
button.btn-primary,
input.btn-primary {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 46px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: transform 180ms var(--pontog-ease), box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn:hover,
.pontog-btn:hover {
  transform: translateY(-2px);
}

.btn-primary,
.pontog-btn--primary,
button.btn-primary,
input.btn-primary {
  background: linear-gradient(135deg, var(--pontog-berry-600), var(--pontog-pink-500));
  border-color: transparent;
  color: var(--pontog-white);
}

.btn-primary:hover,
.btn-primary:focus,
.pontog-btn--primary:hover,
.pontog-btn--primary:focus {
  background: linear-gradient(135deg, var(--pontog-wine-700), var(--pontog-pink-500));
  box-shadow: 0 12px 28px rgba(165, 33, 89, 0.23);
  color: var(--pontog-white);
}

.pontog-btn--light {
  background: var(--pontog-white);
  color: var(--pontog-wine-800);
}

.pontog-btn--light:hover,
.pontog-btn--light:focus {
  background: var(--pontog-blush-100);
  color: var(--pontog-wine-800);
}

.pontog-btn--ghost {
  background: transparent;
  border-color: rgba(53, 16, 31, 0.22);
  color: var(--pontog-wine-800);
}

.pontog-btn--ghost:hover,
.pontog-btn--ghost:focus {
  background: var(--pontog-blush-50);
  border-color: var(--pontog-pink-400);
  color: var(--pontog-wine-800);
}

.form-control,
.custom-select,
select.form-control {
  background-color: var(--pontog-white);
  border: 1px solid var(--pontog-border);
  border-radius: var(--pontog-radius-sm);
  box-shadow: none;
  color: var(--pontog-ink);
  min-height: 46px;
}

.form-control:focus,
.custom-select:focus {
  border-color: var(--pontog-pink-400);
  box-shadow: 0 0 0 4px rgba(224, 107, 150, 0.12);
}

/* Page shell */
#wrapper {
  background: var(--pontog-ivory);
  box-shadow: none;
  padding-top: 28px;
}

body#index #wrapper {
  padding-top: 0;
}

.breadcrumb {
  background: transparent;
  color: var(--pontog-muted);
  font-size: 12px;
  padding: 14px 0;
}

.breadcrumb a {
  color: var(--pontog-muted);
}

.breadcrumb a:hover {
  color: var(--pontog-pink-500);
}

.card,
.page-addresses .address,
.page-order-detail .box,
.tabs,
.block-categories,
#search_filters,
.contact-form {
  background: var(--pontog-white);
  border: 1px solid var(--pontog-border);
  border-radius: var(--pontog-radius-md);
  box-shadow: var(--pontog-shadow-soft);
}

.pontog-kicker {
  color: var(--pontog-pink-500);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.2em;
  margin: 0 0 15px;
  text-transform: uppercase;
}

/* Homepage */
body#index #content-wrapper,
body#index #content {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

/* Remove o limite de 1240 px do contentor pai da homepage. */
body#index #wrapper > .container,
body.page-index #wrapper > .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

/* Seleciona o contentor real da homepage mesmo quando o body não tem id/class index. */
#wrapper > .container:has(.page-home),
#content-wrapper:has(.page-home) {
  flex: 0 0 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

#wrapper > .container:has(.page-home) > .breadcrumb {
  display: none !important;
}

body#index #content-wrapper,
body.page-index #content-wrapper,
body#index #main,
body.page-index #main,
body#index #content,
body.page-index #content,
body#index .page-home,
body.page-index .page-home {
  flex: 0 0 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body#index #left-column,
body#index #right-column {
  display: none;
}

body#index {
  overflow-x: hidden;
}

body#index .breadcrumb,
body.page-index .breadcrumb {
  display: none;
}

body#index .page-home {
  margin: 0;
}

.pontog-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pontog-hero-slider {
  background: var(--pontog-blush-50);
  border-radius: 0 0 44px 44px;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

/* Compatibilidade com a homepage estática das versões 1.0.x do módulo. */
body#index .pontog-hero:not([data-pontog-slide]) {
  left: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
  position: relative !important;
  width: 100vw !important;
}

/* Fallback sem dependência das classes existentes no body. */
.page-home .pontog-hero:not([data-pontog-slide]) {
  left: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
  position: relative !important;
  width: 100vw !important;
}

.pontog-hero-slider__track {
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: transform 680ms var(--pontog-ease);
  will-change: transform;
}

.pontog-hero {
  background: linear-gradient(135deg, var(--pontog-blush-50), #f1cfd8);
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: minmax(0, 1.64fr) minmax(380px, 1fr);
  min-height: 650px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pontog-hero--two {
  background: linear-gradient(135deg, #fff1f5, #e9becd);
}

.pontog-hero--three {
  background: linear-gradient(135deg, #f9e7ed, #f3d7cf);
}

.pontog-hero::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.75) 0, rgba(255, 255, 255, 0) 68%);
  border-radius: 50%;
  content: '';
  height: 480px;
  left: -210px;
  position: absolute;
  top: -220px;
  width: 480px;
}

.pontog-hero__content {
  align-self: center;
  max-width: 820px;
  padding: 82px clamp(34px, 5vw, 78px);
  position: relative;
  z-index: 2;
}

.pontog-hero h1,
.pontog-hero h2 {
  color: var(--pontog-wine-950);
  font-size: clamp(48px, 4.4vw, 76px);
  line-height: 0.98;
  margin: 0 0 28px;
  max-width: 720px;
}

.pontog-hero__text {
  color: var(--pontog-cocoa);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 34px;
  max-width: 570px;
}

.pontog-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.pontog-hero__discreet {
  align-items: center;
  color: var(--pontog-muted);
  display: inline-flex;
  font-size: 12px;
  gap: 8px;
}

.pontog-hero__discreet span {
  color: var(--pontog-pink-500);
  font-size: 18px;
}

.pontog-hero__visual {
  background: var(--pontog-wine-900) url('../img/pontog-hero.svg') center/cover no-repeat;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.pontog-hero--two .pontog-hero__visual {
  background-image: url('../img/pontog-hero-two.svg');
}

.pontog-hero--three .pontog-hero__visual {
  background-image: url('../img/pontog-hero-three.svg');
}

.pontog-hero__visual::after {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  content: '';
  height: 520px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
}

.pontog-hero__seal {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 250, 248, 0.91);
  border-radius: 50%;
  bottom: 44px;
  box-shadow: 0 18px 50px rgba(37, 9, 20, 0.2);
  color: var(--pontog-wine-800);
  display: flex;
  flex-direction: column;
  font-family: var(--pontog-serif);
  font-size: 14px;
  height: 126px;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 0.8;
  position: absolute;
  right: 44px;
  text-transform: uppercase;
  transform: rotate(7deg);
  width: 126px;
  z-index: 2;
}

.pontog-hero__seal strong {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 0.85;
}

.pontog-hero--two .pontog-hero__seal,
.pontog-hero--three .pontog-hero__seal {
  line-height: 0.95;
}

.pontog-hero--two .pontog-hero__seal strong {
  font-size: 46px;
  letter-spacing: -0.06em;
}

.pontog-hero--three .pontog-hero__seal strong {
  font-size: 31px;
  letter-spacing: -0.05em;
}

.pontog-hero-slider__arrow {
  align-items: center;
  background: rgba(255, 250, 248, 0.9);
  border: 1px solid rgba(74, 20, 40, 0.12);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(53, 16, 31, 0.15);
  color: var(--pontog-wine-900);
  display: flex;
  font-family: Georgia, serif;
  font-size: 38px;
  height: 50px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 50px;
  z-index: 5;
}

.pontog-hero-slider__arrow:hover,
.pontog-hero-slider__arrow:focus {
  background: var(--pontog-wine-900);
  color: var(--pontog-white);
  outline: none;
  transform: translateY(-50%) scale(1.05);
}

.pontog-hero-slider__arrow--prev {
  left: 20px;
}

.pontog-hero-slider__arrow--next {
  right: 20px;
}

.pontog-hero-slider__dots {
  align-items: center;
  bottom: 56px;
  display: flex;
  gap: 9px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}

.pontog-hero-slider__dots button {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(74, 20, 40, 0.18);
  border-radius: 999px;
  height: 9px;
  padding: 0;
  transition: background-color 180ms ease, width 260ms var(--pontog-ease);
  width: 9px;
}

.pontog-hero-slider__dots button[aria-current='true'] {
  background: var(--pontog-pink-500);
  border-color: var(--pontog-pink-500);
  width: 30px;
}

.pontog-hero-slider__dots button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.pontog-values {
  background: var(--pontog-white);
  border: 1px solid var(--pontog-border);
  border-radius: var(--pontog-radius-md);
  box-shadow: var(--pontog-shadow-soft);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -34px auto 0;
  max-width: 1160px;
  padding: 26px 30px;
  position: relative;
  z-index: 3;
}

.pontog-values article {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  min-height: 58px;
  padding: 4px 28px;
}

.pontog-values article + article {
  border-left: 1px solid var(--pontog-border);
}

.pontog-values__icon {
  align-items: center;
  background: var(--pontog-blush-100);
  border-radius: 50%;
  color: var(--pontog-pink-500);
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 17px;
  height: 42px;
  justify-content: center;
}

.pontog-values strong,
.pontog-values small {
  display: block;
}

.pontog-values strong {
  color: var(--pontog-wine-900);
  font-size: 13px;
  font-weight: 800;
}

.pontog-values small {
  color: var(--pontog-muted);
  font-size: 11px;
  margin-top: 2px;
}

.pontog-discover {
  margin: 120px auto 112px;
  max-width: 1240px;
  padding: 0 20px;
}

.pontog-section-heading {
  margin: 0 auto 48px;
  max-width: 650px;
  text-align: center;
}

.pontog-section-heading h2 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  margin: 0 0 18px;
}

.pontog-section-heading > p:last-child {
  color: var(--pontog-muted);
  margin: 0;
}

.pontog-discover__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.pontog-mood-card {
  align-items: flex-end;
  border-radius: var(--pontog-radius-lg);
  color: var(--pontog-white);
  display: flex;
  min-height: 440px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}

.pontog-mood-card::after {
  background: linear-gradient(to top, rgba(37, 9, 20, 0.87), rgba(37, 9, 20, 0.02) 68%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 300ms ease;
  z-index: 1;
}

.pontog-mood-card:hover {
  color: var(--pontog-white);
  transform: translateY(-7px);
}

.pontog-mood-card__media {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.pontog-mood-card__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1);
  transition:
    opacity 900ms ease,
    transform 7s var(--pontog-ease);
}

.pontog-mood-card__slide.is-active {
  opacity: 1;
  transform: scale(1.035);
}

.pontog-mood-card:hover .pontog-mood-card__slide.is-active,
.pontog-mood-card:focus-visible .pontog-mood-card__slide.is-active {
  transform: scale(1.055);
}

.pontog-mood-card--one .pontog-mood-card__slide--fallback {
  background-image: url('../img/pontog-mood-one.svg');
}

.pontog-mood-card--two .pontog-mood-card__slide--fallback {
  background-image: url('../img/pontog-mood-two.svg');
}

.pontog-mood-card--three .pontog-mood-card__slide--fallback {
  background-image: url('../img/pontog-mood-three.svg');
}

.pontog-mood-card__content {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.pontog-mood-card__content small,
.pontog-mood-card__content strong,
.pontog-mood-card__content em {
  display: block;
}

.pontog-mood-card__content small {
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  opacity: 0.8;
  text-transform: uppercase;
}

.pontog-mood-card__content strong {
  font-family: var(--pontog-serif);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.08;
  margin: 7px 0 22px;
}

.pontog-mood-card__content em {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding-top: 16px;
  text-transform: uppercase;
}

.pontog-editorial {
  align-items: center;
  background: var(--pontog-wine-900) url('../img/pontog-editorial.svg') center/cover no-repeat;
  border-radius: var(--pontog-radius-lg);
  color: var(--pontog-blush-100);
  display: grid;
  gap: 42px;
  grid-template-columns: 160px 1fr auto;
  margin: 0 auto 118px;
  max-width: 1200px;
  overflow: hidden;
  padding: 56px 62px;
  position: relative;
}

.pontog-editorial__monogram {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: var(--pontog-nude-200);
  display: flex;
  font-family: var(--pontog-serif);
  font-size: 94px;
  height: 138px;
  justify-content: center;
  line-height: 1;
  width: 138px;
}

.pontog-editorial .pontog-kicker {
  color: var(--pontog-rose-300);
}

.pontog-editorial h2 {
  color: var(--pontog-white);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  margin: 0 0 12px;
}

.pontog-editorial__copy > p:last-child {
  color: var(--pontog-nude-200);
  margin: 0;
  max-width: 600px;
}

/* Native home modules */
body#index .featured-products,
body#index .new-products,
body#index .products-section-title,
body#index .all-product-link,
body#index #custom-text {
  max-width: 1200px;
}

body#index .featured-products,
body#index .new-products,
body#index .product-accessories {
  margin: 0 auto 100px;
  padding: 0 20px;
}

body#index .products-section-title,
.product-accessories .products-section-title,
.featured-products .products-section-title {
  color: var(--pontog-wine-900);
  font-family: var(--pontog-serif);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.025em;
  margin: 0 auto 40px;
  text-align: center;
  text-transform: none;
}

body#index .all-product-link {
  color: var(--pontog-wine-800);
  display: table;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 26px auto 0;
  text-transform: uppercase;
}

body#index #custom-text {
  background: var(--pontog-blush-100);
  border: 0;
  border-radius: var(--pontog-radius-lg);
  box-shadow: none;
  color: var(--pontog-cocoa);
  margin: 0 auto 100px;
  padding: 58px;
}

/* Mantém o bloco de texto alinhado mesmo sem body#index no markup da loja. */
.page-home #custom-text {
  background: var(--pontog-blush-100);
  border: 0;
  border-radius: var(--pontog-radius-lg);
  box-shadow: none;
  color: var(--pontog-cocoa);
  margin: 0 auto 100px;
  max-width: 1200px;
  padding: 58px;
  width: calc(100% - 40px);
}

/* Product cards */
.products.row {
  margin-left: -10px;
  margin-right: -10px;
}

.product-miniature {
  margin-bottom: 28px;
  padding-left: 10px;
  padding-right: 10px;
}

.product-miniature .thumbnail-container {
  background: var(--pontog-white);
  border: 1px solid rgba(165, 33, 89, 0.3);
  border-radius: var(--pontog-radius-md);
  box-shadow:
    0 12px 30px rgba(101, 27, 56, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms var(--pontog-ease);
  width: 100%;
}

.product-miniature .thumbnail-container:hover,
.product-miniature .thumbnail-container:focus-within {
  border-color: rgba(165, 33, 89, 0.5);
  box-shadow:
    0 20px 46px rgba(101, 27, 56, 0.16),
    0 0 0 3px rgba(224, 107, 150, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transform: translateY(-4px);
}

.product-miniature .product-thumbnail {
  background: linear-gradient(145deg, var(--pontog-blush-50), var(--pontog-blush-100));
  display: block;
  overflow: hidden;
  position: relative;
}

.product-miniature .product-thumbnail img {
  aspect-ratio: 4 / 4.8;
  height: auto;
  margin: 0;
  object-fit: cover;
  position: static;
  transition: transform 450ms var(--pontog-ease);
  width: 100%;
}

.product-miniature .thumbnail-container:hover .product-thumbnail img {
  transform: scale(1.035);
}

.product-miniature .product-description {
  background: var(--pontog-white);
  min-height: 150px;
  padding: 21px 18px 20px;
  position: static;
  text-align: left;
  width: 100%;
}

.product-miniature .product-title {
  margin: 0 0 9px;
}

.product-miniature .product-title a {
  color: var(--pontog-wine-900);
  font-family: var(--pontog-serif);
  font-size: 17px;
  line-height: 1.32;
  text-transform: none;
}

.product-miniature .product-price-and-shipping {
  color: var(--pontog-pink-500);
  font-size: 16px;
  font-weight: 800;
}

.product-miniature .regular-price {
  color: var(--pontog-muted);
  font-size: 12px;
}

.product-miniature .discount-percentage,
.product-miniature .discount-amount,
.product-flags li.product-flag {
  background: var(--pontog-pink-500);
  border-radius: 999px;
  box-shadow: none;
  color: var(--pontog-white);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.09em;
  margin: 12px;
  min-height: 25px;
  min-width: auto;
  padding: 6px 11px;
  text-transform: uppercase;
}

.product-flags li.product-flag.new {
  background: var(--pontog-wine-800);
}

.product-miniature .highlighted-informations {
  background: rgba(255, 250, 248, 0.95);
  bottom: 150px;
  box-shadow: none;
  height: auto;
  padding: 14px;
}

.product-miniature .quick-view {
  color: var(--pontog-wine-800);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-miniature .variant-links {
  background: var(--pontog-white);
}

/* Listing and filters */
#js-product-list-header .block-category {
  background: linear-gradient(135deg, var(--pontog-wine-900), var(--pontog-wine-700));
  border: 0;
  border-radius: var(--pontog-radius-lg);
  box-shadow: var(--pontog-shadow-soft);
  color: var(--pontog-blush-100);
  min-height: 190px;
  padding: 42px;
}

#js-product-list-header .block-category h1,
#js-product-list-header .block-category .h1 {
  color: var(--pontog-white);
  font-size: clamp(38px, 5vw, 62px);
  text-transform: none;
}

.block-category .block-category-inner #category-description p {
  color: var(--pontog-nude-200);
}

#search_filters,
.block-categories {
  padding: 24px;
}

#search_filters .facet .facet-title,
.block-categories .category-sub-menu li[data-depth='0'] > a {
  color: var(--pontog-wine-900);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pagination .current a {
  background: var(--pontog-wine-800);
  border-radius: 50%;
  color: var(--pontog-white);
}

/* Product page */
.product-cover img,
.images-container .product-images > li.thumb-container > .thumb {
  background: var(--pontog-blush-50);
  border: 1px solid var(--pontog-border);
  border-radius: var(--pontog-radius-md);
  box-shadow: none;
}

.product-cover img {
  width: 100%;
}

.product-information {
  color: var(--pontog-cocoa);
}

.product-information .h1,
.product-information h1 {
  color: var(--pontog-wine-950);
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.05;
  text-transform: none;
}

.product-prices .current-price span {
  color: var(--pontog-pink-500);
  font-family: var(--pontog-serif);
  font-size: 34px;
}

.product-discount .regular-price {
  color: var(--pontog-muted);
}

.product-quantity .add {
  flex: 1;
}

.product-quantity .add .add-to-cart {
  justify-content: center;
  min-height: 52px;
  width: 100%;
}

.product-actions .control-label {
  color: var(--pontog-wine-900);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tabs {
  margin-top: 60px;
  padding: 28px;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom-color: var(--pontog-pink-500);
  color: var(--pontog-wine-900);
}

/* Cart, checkout and account */
.cart-grid-body .card-block,
.cart-grid-right .card,
.checkout-step,
#customer-form,
#login-form {
  border-radius: var(--pontog-radius-md);
}

.cart-summary-line .value,
.cart-total .value {
  color: var(--pontog-wine-900);
}

.cart-total .value {
  font-size: 22px;
  font-weight: 800;
}

body#checkout section.checkout-step {
  background: var(--pontog-white);
  border: 1px solid var(--pontog-border);
  border-radius: var(--pontog-radius-md);
  box-shadow: var(--pontog-shadow-soft);
  margin-bottom: 18px;
}

body#checkout section.checkout-step .step-title {
  color: var(--pontog-wine-900);
  font-family: var(--pontog-serif);
  font-size: 22px;
}

.page-my-account #content .links a span.link-item {
  background: var(--pontog-white);
  border: 1px solid var(--pontog-border);
  border-radius: var(--pontog-radius-md);
  box-shadow: var(--pontog-shadow-soft);
  color: var(--pontog-cocoa);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.page-my-account #content .links a:hover span.link-item {
  box-shadow: var(--pontog-shadow);
  color: var(--pontog-pink-500);
  transform: translateY(-4px);
}

/* Footer */
#footer {
  background: var(--pontog-wine-950);
  color: var(--pontog-nude-200);
  padding-top: 0;
}

#footer .footer-container {
  background: transparent;
  box-shadow: none;
  color: var(--pontog-nude-200);
  margin-top: 0;
  padding: 70px 0 44px;
}

/* Three-column footer navigation after the native Products block is removed. */
#footer .pontog-footer-products,
#footer .pontog-footer-products[hidden],
#footer .pontog-footer-native-contact,
#footer .pontog-footer-native-contact[hidden] {
  display: none !important;
}

#footer .pontog-footer-nav:has(.pontog-contact-card) .block-contact:not(.pontog-contact-card) {
  display: none !important;
}

@media (min-width: 768px) {
  #footer .footer-container > .container {
    max-width: none;
    padding-left: clamp(32px, 5vw, 96px);
    padding-right: clamp(32px, 5vw, 96px);
    width: 100%;
  }

  #footer .footer-container .pontog-footer-nav {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    width: 100%;
  }

  #footer .footer-container .pontog-footer-nav > .pontog-footer-source {
    display: none !important;
  }

  #footer .footer-container .pontog-footer-columns {
    align-items: start;
    display: grid;
    gap: clamp(36px, 6vw, 110px);
    grid-template-columns: repeat(var(--pontog-footer-column-count, 3), minmax(0, 1fr));
    width: 100%;
  }

  #footer .footer-container .pontog-footer-column {
    float: none;
    margin: 0;
    max-width: none;
    padding: 0 12px;
    text-align: center;
    width: 100%;
  }

  #footer .footer-container .pontog-footer-column ul {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  #footer .footer-container .pontog-footer-nav .block-contact {
    text-align: center;
  }
}

#footer .footer-container .pontog-contact-card {
  border-left: 1px solid rgba(224, 107, 150, 0.38);
  padding-left: 28px !important;
  text-align: left !important;
}

#footer .footer-container .pontog-contact-card__title {
  margin-bottom: 24px;
  text-align: left;
}

#footer .footer-container .pontog-contact-card__list,
#footer .footer-container .pontog-footer-column.pontog-contact-card ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#footer .footer-container .pontog-contact-card__item {
  align-items: flex-start;
  display: flex;
  gap: 11px;
  margin: 0 0 15px;
}

#footer .footer-container .pontog-contact-card__icon {
  color: var(--pontog-rose-300);
  flex: 0 0 18px;
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

#footer .footer-container .pontog-contact-card__content {
  display: block;
  line-height: 1.35;
  min-width: 0;
}

#footer .footer-container .pontog-contact-card__content a {
  color: var(--pontog-nude-200);
  overflow-wrap: anywhere;
  text-decoration: none;
}

#footer .footer-container .pontog-contact-card__content a:hover,
#footer .footer-container .pontog-contact-card__content a:focus {
  color: var(--pontog-rose-300);
  text-decoration: underline;
  text-underline-offset: 3px;
}

#footer .footer-container .pontog-contact-card__content small {
  color: rgba(250, 230, 237, 0.66);
  display: block;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 4px;
}

@media (min-width: 768px) {
  #footer .footer-container .pontog-contact-card__list.collapse {
    display: block !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  #footer .footer-container .pontog-footer-nav > .pontog-footer-source {
    display: none !important;
  }

  #footer .footer-container .pontog-footer-columns {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    width: 100%;
  }

  #footer .footer-container .pontog-footer-column {
    float: none;
    max-width: none;
    width: 100%;
  }

  #footer .footer-container .pontog-contact-card {
    border-left: 0;
    padding-left: 15px !important;
  }
}

#footer .footer-container .h3,
#footer .footer-container .h4,
#footer .footer-container .block-contact-title,
#footer .footer-container .links .h3 {
  color: var(--pontog-white);
  font-family: var(--pontog-sans);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

#footer .footer-container li a,
#footer .footer-container a,
#footer .block-contact,
#footer .block-contact a {
  color: var(--pontog-nude-200);
}

#footer .footer-container li a:hover,
#footer .footer-container a:hover,
#footer .block-contact a:hover {
  color: var(--pontog-rose-300);
}

#footer .block_newsletter,
.block_newsletter {
  align-self: stretch;
  background: var(--pontog-wine-800);
  border: 0;
  color: var(--pontog-blush-100);
  flex: 0 0 100% !important;
  margin: 0 auto !important;
  max-width: 1200px !important;
  padding: 40px 58px;
  width: calc(100% - 40px) !important;
}

#footer .block_newsletter .row,
.block_newsletter .row {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

#footer .block_newsletter p,
#footer .block_newsletter .col-xs-12 {
  color: var(--pontog-nude-200);
}

#footer .block_newsletter form input[type='email'] {
  border: 0;
  border-radius: 999px 0 0 999px;
  min-height: 48px;
  padding-left: 20px;
}

#footer .block_newsletter form input[type='submit'] {
  background: var(--pontog-pink-500);
  border-radius: 0 999px 999px 0;
  color: var(--pontog-white);
  min-height: 48px;
}

/* Age gate */
.pontog-age-gate {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  position: fixed;
  transition: opacity 300ms ease;
  z-index: 100000;
}

.pontog-age-gate[hidden] {
  display: none;
}

.pontog-age-gate.is-visible {
  opacity: 1;
}

.pontog-age-gate__backdrop {
  backdrop-filter: blur(13px);
  background: rgba(37, 9, 20, 0.88);
  inset: 0;
  position: absolute;
}

.pontog-age-gate__panel {
  background: var(--pontog-ivory);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--pontog-radius-lg);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.35);
  max-width: 560px;
  overflow: hidden;
  padding: 54px;
  position: relative;
  text-align: center;
  transform: translateY(16px) scale(0.98);
  transition: transform 360ms var(--pontog-ease);
  width: 100%;
}

.pontog-age-gate.is-visible .pontog-age-gate__panel {
  transform: translateY(0) scale(1);
}

.pontog-age-gate__panel::before {
  background: linear-gradient(90deg, var(--pontog-pink-500), var(--pontog-rose-300), var(--pontog-champagne));
  content: '';
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.pontog-age-gate__logo-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 22px;
  min-height: 82px;
}

.pontog-age-gate__logo {
  display: block;
  height: auto;
  max-height: 96px;
  max-width: 240px;
  object-fit: contain;
  width: auto;
}

.pontog-age-gate__mark {
  align-items: center;
  background: var(--pontog-wine-900);
  border-radius: 50%;
  color: var(--pontog-white);
  display: inline-flex;
  font-family: var(--pontog-serif);
  font-size: 42px;
  height: 82px;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  width: 82px;
}

.pontog-age-gate__mark span {
  color: var(--pontog-pink-400);
  font-family: var(--pontog-sans);
  font-size: 19px;
  position: absolute;
  right: 12px;
  top: 8px;
}

.pontog-age-gate h2 {
  color: var(--pontog-wine-950);
  font-size: clamp(36px, 7vw, 50px);
  line-height: 1.08;
  margin: 0 0 18px;
}

.pontog-age-gate__panel > p:not(.pontog-kicker):not(.pontog-age-gate__decline) {
  color: var(--pontog-muted);
  margin: 0 auto;
  max-width: 440px;
}

.pontog-age-gate__actions {
  display: grid;
  gap: 12px;
  margin: 30px 0 20px;
}

.pontog-age-gate__actions .pontog-btn {
  width: 100%;
}

.pontog-age-gate__decline {
  background: var(--pontog-blush-100);
  border-radius: var(--pontog-radius-sm);
  color: var(--pontog-wine-800);
  font-weight: 700;
  margin: 18px 0;
  padding: 12px;
}

.pontog-age-gate__panel > small {
  color: var(--pontog-muted);
  display: block;
  font-size: 10px;
  line-height: 1.5;
}

/* Promotional corner popup */
.pontog-promo-popup {
  align-items: center;
  background: linear-gradient(135deg, var(--pontog-wine-900), var(--pontog-wine-700));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  bottom: 24px;
  box-shadow: 0 22px 55px rgba(37, 9, 20, 0.28);
  color: var(--pontog-white);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  max-width: 320px;
  min-height: 320px;
  min-width: 320px;
  opacity: 0;
  padding: 24px;
  position: fixed;
  right: 24px;
  transform: translateY(18px) scale(0.98);
  transition: opacity 260ms ease, transform 320ms var(--pontog-ease);
  z-index: 9990;
}

.pontog-promo-popup[hidden] {
  display: none;
}

.pontog-promo-popup.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.pontog-promo-popup--with-image {
  gap: 10px;
  height: 340px;
  justify-content: flex-start;
  max-width: 340px;
  min-height: 340px;
  min-width: 340px;
  padding: 10px;
  width: 340px;
}

.pontog-promo-popup__controls {
  display: flex;
  gap: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}

.pontog-promo-popup__control {
  align-items: center;
  background: rgba(59, 13, 31, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 32px;
}

.pontog-promo-popup__control:hover,
.pontog-promo-popup__control:focus {
  background: var(--pontog-pink-500);
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--pontog-white);
  outline: none;
}

.pontog-promo-popup.is-minimized,
.pontog-promo-popup--with-image.is-minimized {
  border-radius: 15px;
  gap: 0;
  height: 50px;
  justify-content: center;
  max-width: 92px;
  min-height: 50px;
  min-width: 92px;
  overflow: hidden;
  padding: 0;
  width: 92px;
}

.pontog-promo-popup.is-minimized .pontog-promo-popup__image,
.pontog-promo-popup.is-minimized .pontog-promo-popup__icon,
.pontog-promo-popup.is-minimized .pontog-promo-popup__content {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.pontog-promo-popup.is-minimized .pontog-promo-popup__controls {
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pontog-promo-popup__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--pontog-rose-300);
  display: inline-flex;
  flex: 0 0 48px;
  font-size: 19px;
  height: 48px;
  justify-content: center;
}

.pontog-promo-popup__image {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.pontog-promo-popup__content {
  min-width: 0;
  padding: 4px 10px 6px;
  text-align: center;
  width: 100%;
}

.pontog-promo-popup__content strong {
  display: block;
}

.pontog-promo-popup__content strong {
  color: var(--pontog-white);
  font-family: var(--pontog-serif);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

/* Progressive reveal */
.pontog-js .pontog-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms var(--pontog-ease);
}

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

/* Responsive */
@media (max-width: 1199px) {
  .pontog-hero {
    grid-template-columns: 1.3fr 0.9fr;
    min-height: 590px;
  }

  .pontog-hero__visual {
    min-height: 590px;
  }

  .pontog-editorial {
    margin-left: 20px;
    margin-right: 20px;
  }

  #search_widget {
    min-width: 240px;
  }
}

@media (max-width: 991px) {
  .pontog-announcement__inner {
    padding-left: 70px;
    padding-right: 70px;
  }

  .pontog-announcement__messages > span {
    padding: 0 10px;
  }

  .pontog-hero-slider {
    border-radius: 0 0 32px 32px;
  }

  .pontog-hero {
    grid-template-columns: 1fr;
  }

  .pontog-hero__content {
    padding: 72px 48px 68px;
  }

  .pontog-hero__visual {
    min-height: 440px;
  }

  .pontog-values {
    margin-left: 24px;
    margin-right: 24px;
  }

  .pontog-values article {
    padding: 4px 14px;
  }

  .pontog-discover__grid {
    grid-template-columns: 1fr 1fr;
  }

  .pontog-mood-card--three {
    grid-column: 1 / -1;
    min-height: 340px;
  }

  .pontog-editorial {
    grid-template-columns: 120px 1fr;
    padding: 48px;
  }

  .pontog-editorial__monogram {
    height: 108px;
    width: 108px;
  }

  .pontog-editorial .pontog-btn {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .pontog-announcement__inner {
    min-height: 34px;
    padding: 0 68px 0 0;
  }

  .pontog-announcement__messages {
    justify-content: flex-start;
    overflow-x: auto;
    padding-left: 8px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .pontog-announcement__messages::-webkit-scrollbar {
    display: none;
  }

  .pontog-announcement__messages > span {
    flex: 0 0 auto;
    padding: 0 10px;
  }

  .pontog-announcement__socials {
    right: 8px;
  }

  #header .header-nav {
    background: var(--pontog-ivory);
    border-bottom: 1px solid var(--pontog-border);
    margin: 0;
  }

  #header .header-top {
    padding: 14px 0;
  }

  #header .header-top .logo {
    max-height: 50px;
  }

  #mobile_top_menu_wrapper {
    background: var(--pontog-ivory);
    border-top: 1px solid var(--pontog-border);
    padding: 20px;
  }

  #mobile_top_menu_wrapper .top-menu a[data-depth='0'] {
    border-bottom: 1px solid var(--pontog-border);
    color: var(--pontog-wine-900);
    padding: 16px 4px;
  }

  .pontog-hero__content {
    padding: 58px 24px 54px;
  }

  .pontog-hero h1,
  .pontog-hero h2 {
    font-size: clamp(46px, 14vw, 66px);
  }

  .pontog-hero__text {
    font-size: 16px;
  }

  .pontog-hero__visual {
    min-height: 330px;
  }

  .pontog-hero__visual::after {
    height: 340px;
    width: 340px;
  }

  .pontog-hero__seal {
    bottom: 24px;
    height: 100px;
    right: 24px;
    width: 100px;
  }

  .pontog-hero-slider__arrow {
    height: 44px;
    width: 44px;
  }

  .pontog-hero-slider__arrow--prev {
    left: 12px;
  }

  .pontog-hero-slider__arrow--next {
    right: 12px;
  }

  .pontog-hero-slider__dots {
    bottom: 52px;
  }

  .pontog-values {
    grid-template-columns: 1fr;
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px 22px;
  }

  .pontog-values article {
    justify-content: flex-start;
    padding: 16px 4px;
  }

  .pontog-values article + article {
    border-left: 0;
    border-top: 1px solid var(--pontog-border);
  }

  .pontog-discover {
    margin: 84px auto;
    padding: 0 16px;
  }

  .pontog-discover__grid {
    grid-template-columns: 1fr;
  }

  .pontog-mood-card,
  .pontog-mood-card--three {
    grid-column: auto;
    min-height: 390px;
  }

  .pontog-editorial {
    gap: 28px;
    grid-template-columns: 1fr;
    margin: 0 16px 82px;
    padding: 42px 28px;
    text-align: center;
  }

  .pontog-editorial__monogram {
    justify-self: center;
  }

  .pontog-editorial .pontog-btn {
    grid-column: auto;
    justify-self: center;
  }

  body#index .featured-products,
  body#index .new-products,
  body#index .product-accessories {
    margin-bottom: 76px;
    padding: 0 6px;
  }

  body#index #custom-text {
    border-radius: var(--pontog-radius-md);
    margin: 0 16px 76px;
    padding: 34px 24px;
  }

  .product-miniature {
    padding-left: 6px;
    padding-right: 6px;
  }

  .pontog-age-gate__panel {
    max-height: calc(100vh - 28px);
    overflow-y: auto;
    padding: 38px 24px;
  }

  .pontog-age-gate__mark {
    font-size: 34px;
    height: 68px;
    width: 68px;
  }

  .pontog-age-gate__logo-wrap {
    margin-bottom: 18px;
    min-height: 68px;
  }

  .pontog-age-gate__logo {
    max-height: 78px;
    max-width: 210px;
  }

  .pontog-promo-popup {
    bottom: 14px;
    height: min(340px, calc(100vw - 28px));
    left: 14px;
    max-width: none;
    min-height: 0;
    min-width: 0;
    right: 14px;
    width: auto;
  }

  .pontog-promo-popup--with-image {
    padding: 10px;
  }

  .pontog-promo-popup.is-minimized,
  .pontog-promo-popup--with-image.is-minimized {
    height: 50px;
    left: auto;
    max-width: 92px;
    min-height: 50px;
    min-width: 92px;
    padding: 0;
    right: 14px;
    width: 92px;
  }

  .pontog-promo-popup__image {
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    width: 100%;
  }

  #footer .block_newsletter,
  .block_newsletter {
    padding: 32px 22px;
    width: calc(100% - 32px) !important;
  }
}

@media (max-width: 420px) {
  .pontog-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .pontog-hero__actions .pontog-btn {
    width: 100%;
  }

  .pontog-mood-card {
    min-height: 350px;
  }

  .pontog-mood-card__content strong {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Ponto G menu — clean horizontal navigation using the native ps_mainmenu module. */
@media (min-width: 768px) {
  #header > .container {
    background: var(--pontog-white);
    border-bottom: 1px solid rgba(74, 20, 40, 0.12);
    border-top: 1px solid rgba(74, 20, 40, 0.08);
    box-shadow: 0 8px 24px rgba(53, 16, 31, 0.055);
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    z-index: 20;
  }

  #header > .container::after {
    display: none;
  }

  #header #_desktop_top_menu {
    margin: 0 auto;
    max-width: none;
    padding: 0 clamp(24px, 4vw, 80px);
    position: relative;
    width: 100%;
  }

  #header #_desktop_top_menu .top-menu[data-depth='0'] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  #header #_desktop_top_menu .top-menu[data-depth='0'] > li {
    display: flex;
    float: none;
    margin: 0;
    padding: 0;
    position: static;
  }

  #header #_desktop_top_menu .top-menu[data-depth='0'] > li > a[data-depth='0'] {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--pontog-cocoa);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
    letter-spacing: 0.025em;
    line-height: 1.2;
    min-height: 58px;
    padding: 19px 3px 16px;
    text-transform: uppercase;
    transition:
      border-color 180ms ease,
      color 180ms ease;
    white-space: nowrap;
  }

  #header #_desktop_top_menu .top-menu[data-depth='0'] > li > a[data-depth='0']::before {
    display: none;
  }

  #header #_desktop_top_menu .top-menu[data-depth='0'] > li:has(> .sub-menu) > a[data-depth='0']::after {
    color: var(--pontog-pink-500);
    content: '+';
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    margin-top: -1px;
    transition: color 180ms ease;
  }

  #header #_desktop_top_menu .top-menu[data-depth='0'] > li:hover > a[data-depth='0'],
  #header #_desktop_top_menu .top-menu[data-depth='0'] > li:focus-within > a[data-depth='0'],
  #header #_desktop_top_menu .top-menu[data-depth='0'] > li.current > a[data-depth='0'],
  #header #_desktop_top_menu .top-menu[data-depth='0'] > li > a[data-depth='0']:hover,
  #header #_desktop_top_menu .top-menu[data-depth='0'] > li > a[data-depth='0']:focus {
    background: transparent;
    border-bottom-color: var(--pontog-pink-500);
    box-shadow: none;
    color: var(--pontog-pink-500);
  }

  #header #_desktop_top_menu .top-menu[data-depth='0'] > li:hover > a[data-depth='0']::after,
  #header #_desktop_top_menu .top-menu[data-depth='0'] > li:focus-within > a[data-depth='0']::after {
    color: var(--pontog-berry-600);
  }

  #header #_desktop_top_menu .top-menu .sub-menu {
    background: var(--pontog-white);
    border: 1px solid rgba(74, 20, 40, 0.12);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 18px 42px rgba(37, 9, 20, 0.14);
    left: 50%;
    margin: 0;
    max-width: 360px;
    padding: 10px 14px 14px;
    top: 100%;
    transform: translateX(-50%);
    width: 360px;
  }

  #header #_desktop_top_menu .top-menu .sub-menu:has(a[data-depth='2']) {
    max-width: min(760px, calc(100vw - 48px));
    padding: 24px 26px 26px;
    width: 760px;
  }

  #header #_desktop_top_menu .top-menu .sub-menu::before {
    background: none !important;
    content: none !important;
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    width: 0 !important;
  }

  #header #_desktop_top_menu .top-menu .sub-menu li::before {
    background: none !important;
    content: none !important;
    display: none !important;
  }

  #header #_desktop_top_menu .top-menu .sub-menu ul[data-depth='1'] {
    display: block;
    margin: 0;
  }

  #header #_desktop_top_menu .top-menu .sub-menu:has(a[data-depth='2']) ul[data-depth='1'] {
    align-items: start;
    display: grid;
    gap: 24px 34px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }

  #header #_desktop_top_menu .top-menu .sub-menu ul[data-depth='1'] > li {
    float: none;
    margin: 0;
    min-width: 0;
    width: auto;
  }

  #header #_desktop_top_menu .top-menu .sub-menu a[data-depth='1'] {
    border-bottom: 1px solid rgba(74, 20, 40, 0.1);
    color: var(--pontog-cocoa);
    display: block;
    font-family: inherit;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: 0;
    margin: 0;
    padding: 12px 9px;
    text-transform: none;
  }

  #header #_desktop_top_menu .top-menu .sub-menu li:has(a[data-depth='2']) > a[data-depth='1'] {
    color: var(--pontog-muted);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.07em;
    margin-bottom: 6px;
    padding: 6px 0 10px;
    text-transform: uppercase;
  }

  #header #_desktop_top_menu .top-menu .sub-menu a[data-depth='2'] {
    border-radius: 7px;
    color: var(--pontog-cocoa);
    display: block;
    font-size: 13px;
    line-height: 1.3;
    padding: 7px 8px;
  }

  #header #_desktop_top_menu .top-menu .sub-menu a[data-depth='1']::before,
  #header #_desktop_top_menu .top-menu .sub-menu a[data-depth='2']::before {
    background: none !important;
    content: none !important;
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    width: 0 !important;
  }

  #header #_desktop_top_menu .top-menu .sub-menu a[data-depth='1']:hover,
  #header #_desktop_top_menu .top-menu .sub-menu a[data-depth='1']:focus,
  #header #_desktop_top_menu .top-menu .sub-menu a[data-depth='2']:hover,
  #header #_desktop_top_menu .top-menu .sub-menu a[data-depth='2']:focus {
    color: var(--pontog-pink-500);
  }

  #header #_desktop_top_menu .top-menu .sub-menu a[data-depth='2']:hover,
  #header #_desktop_top_menu .top-menu .sub-menu a[data-depth='2']:focus {
    background: var(--pontog-blush-50);
    padding-left: 11px;
  }

  #header #_desktop_top_menu .top-menu[data-depth='0'] > li:hover > .sub-menu,
  #header #_desktop_top_menu .top-menu[data-depth='0'] > li:focus-within > .sub-menu {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #header #_desktop_top_menu {
    padding-left: 14px;
    padding-right: 14px;
  }

  #header #_desktop_top_menu .top-menu[data-depth='0'] {
    gap: 0 12px;
  }

  #header #_desktop_top_menu .top-menu[data-depth='0'] > li > a[data-depth='0'] {
    font-size: 10px;
    letter-spacing: 0.02em;
    min-height: 50px;
    padding: 16px 2px 13px;
  }

  #header #_desktop_top_menu .top-menu .sub-menu:has(a[data-depth='2']) {
    max-width: calc(100vw - 36px);
    width: 680px;
  }
}

@media (max-width: 767px) {
  #mobile_top_menu_wrapper {
    background:
      radial-gradient(circle at 92% 0, rgba(224, 107, 150, 0.22), transparent 36%),
      linear-gradient(145deg, var(--pontog-wine-950), var(--pontog-wine-800));
    border: 0;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 22px 48px rgba(37, 9, 20, 0.22);
    color: var(--pontog-blush-50);
    padding: 12px 18px 22px;
  }

  #mobile_top_menu_wrapper .top-menu[data-depth='0'] {
    margin: 0;
    padding: 0;
  }

  #mobile_top_menu_wrapper .top-menu[data-depth='0'] > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
  }

  #mobile_top_menu_wrapper .top-menu[data-depth='0'] > li:last-child {
    border-bottom: 0;
  }

  #mobile_top_menu_wrapper .top-menu a[data-depth='0'] {
    align-items: center;
    border: 0;
    color: var(--pontog-blush-50);
    display: flex;
    font-size: 12px;
    font-weight: 750;
    justify-content: space-between;
    letter-spacing: 0.07em;
    min-height: 50px;
    padding: 14px 8px;
    text-transform: uppercase;
  }

  #mobile_top_menu_wrapper .top-menu a[data-depth='0']:hover,
  #mobile_top_menu_wrapper .top-menu a[data-depth='0']:focus {
    color: var(--pontog-pink-400);
  }

  #mobile_top_menu_wrapper .top-menu .sub-menu {
    background: rgba(255, 255, 255, 0.07);
    border: 0;
    border-radius: 14px;
    box-shadow: none;
    margin: 0 0 12px;
    padding: 10px 14px;
  }

  #mobile_top_menu_wrapper .top-menu .sub-menu a {
    color: var(--pontog-blush-100);
    display: block;
    font-size: 13px;
    padding: 9px 7px;
  }

  #mobile_top_menu_wrapper .top-menu .sub-menu a:hover,
  #mobile_top_menu_wrapper .top-menu .sub-menu a:focus {
    color: var(--pontog-pink-400);
  }

  #mobile_top_menu_wrapper .top-menu .navbar-toggler {
    color: var(--pontog-pink-400);
    padding: 13px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #header #_desktop_top_menu *,
  #mobile_top_menu_wrapper * {
    transition-duration: 0.01ms !important;
  }
}

/* Social links now live in the announcement bar; remove the native footer block. */
#footer .block-social,
.footer-container .block-social {
  display: none !important;
}

body#product .blockreassurance_product {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  width: 100%;
}

body#product .blockreassurance_product > div {
  display: none !important;
}

body#product .blockreassurance_product::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  background-image: url("/themes/pontog/assets/img/Metodos_Pagamento.png?v=2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pontog-editorial__monogram {
  overflow: hidden;
  padding: 16px;
}

.pontog-editorial__monogram img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}