:root {
  --dg-plum-900: #090218;
  --dg-lilac-600: #5715b9;
  --dg-lilac-300: #cfb2dd;
  --dg-lilac-100: #f1ecf7;
  --dg-rose-500: #8f63aa;
  --dg-rose-600: #5d2995;
  --dg-ivory: #fdf9f6;
  --dg-ink: #211923;
  --dg-muted: #706873;
  --dg-border: rgba(9,2,24, .13);
  --dg-shadow: 0 18px 55px rgba(9,2,24, .10);
  --dg-radius: 28px;
  --dg-serif: "Cormorant Garamond", Georgia, serif;
  --dg-sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}
body.dg-site {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: var(--dg-ivory);
  color: var(--dg-ink);
  font-family: var(--dg-sans);
  overflow-x: hidden;
  overscroll-behavior-x: none;
}
@supports (overflow: clip) {
  html,
  body.dg-site { overflow-x: clip; }
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input { font: inherit; }
.dg-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.dg-skip-link { position: fixed; left: 18px; top: -100px; z-index: 99999; padding: 12px 18px; background: #fff; color: var(--dg-plum-900); }
.dg-skip-link:focus { top: 18px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.dg-topbar { background: var(--dg-plum-900); color: #fff; font-size: 12px; letter-spacing: .04em; }
.dg-topbar__inner { min-height: 34px; display: flex; justify-content: center; gap: clamp(36px, 8vw, 110px); align-items: center; }
.dg-header { position: relative; z-index: 50; background: rgba(253,249,246,.94); border-bottom: 1px solid var(--dg-border); backdrop-filter: blur(18px); }
.dg-header__inner { min-height: 82px; display: grid; grid-template-columns: minmax(200px, 1fr) auto minmax(260px, 1fr); gap: 28px; align-items: center; }
.dg-brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.dg-brand__logo-shell { position: relative; display: block; width: 48px; height: 48px; flex: 0 0 48px; overflow: hidden; border-radius: 50%; isolation: isolate; }
.dg-brand__logo { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(87,21,185,.22)); }
.dg-brand__reflection {
  position: absolute;
  inset: 1px;
  z-index: 2;
  border-radius: 50%;
  pointer-events: none;
  background: conic-gradient(from 0deg, transparent 0 72%, rgba(255,255,255,.06) 76%, rgba(255,255,255,.88) 82%, rgba(207,178,221,.34) 87%, transparent 93% 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 43%, #000 47% 50%, transparent 54% 100%);
  mask: radial-gradient(circle, transparent 0 43%, #000 47% 50%, transparent 54% 100%);
  mix-blend-mode: screen;
  filter: blur(.35px);
  animation: dg-ring-reflection 8s linear infinite;
}
@keyframes dg-ring-reflection { to { transform: rotate(360deg); } }
.dg-brand__mark { display: none; }
.dg-brand__text { display: grid; }
.dg-brand__text strong { font: 600 23px/1 var(--dg-serif); }
.dg-brand__text small { margin-top: 5px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.dg-nav__list { display: flex; gap: 29px; align-items: center; padding: 0; margin: 0; list-style: none; }
.dg-nav__list a { font-size: 13px; font-weight: 600; color: #4c4350; }
.dg-nav__list a:hover { color: var(--dg-lilac-600); }
.dg-nav__list a[aria-current="page"] { color: var(--dg-plum-900); }
.dg-header-actions { justify-self: end; display: flex; gap: 10px; align-items: center; }
.dg-search { display: flex; align-items: stretch; width: 210px; height: 42px; border: 1px solid var(--dg-border); border-radius: 999px; background: #fff; overflow: hidden; }
.dg-search input { min-width: 0; width: 100%; height: 100%; border: 0; outline: 0; background: transparent; padding: 0 4px 0 16px; font-size: 12px; line-height: 42px; }
.dg-search button { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; color: var(--dg-lilac-600); cursor: pointer; }
.dg-search button svg { display: block; width: 18px; height: 18px; }
.dg-icon-link { position: relative; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--dg-border); border-radius: 50%; background: #fff; color: var(--dg-plum-900); }
.dg-icon-link svg { display: block; width: 20px; height: 20px; }
.dg-account-link svg { width: 21px; height: 21px; }
.dg-cart-link svg { width: 20px; height: 20px; }
.dg-cart-count { position: absolute; top: -6px; right: -5px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #8f63aa, #5715b9); font-size: 10px; font-weight: 700; }
.dg-menu-toggle { display: none; }

.dg-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: clamp(650px, 50vw, 820px);
  overflow: hidden;
  overscroll-behavior-x: contain;
  touch-action: pan-y pinch-zoom;
  background: var(--dg-ivory);
}
.dg-hero__track { position: relative; width: 100%; max-width: 100%; min-height: inherit; overflow: hidden; }
.dg-hero-slide { position: absolute; inset: 0; width: 100%; max-width: 100%; opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s ease; }
.dg-hero-slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.dg-hero-slide__picture, .dg-hero-slide__picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.dg-hero-slide__picture img { object-fit: cover; object-position: right center; }
.dg-hero-slide__inner { position: relative; z-index: 2; min-height: clamp(650px, 50vw, 820px); display: flex; align-items: center; }
.dg-hero-copy { width: min(520px, 43%); padding: 42px 0 84px; }
.dg-kicker { display: inline-block; margin-bottom: 14px; font-size: 11px; font-weight: 700; letter-spacing: .22em; color: var(--dg-rose-500); }
.dg-hero-copy h1, .dg-section-heading h2, .dg-actives__intro h2, .dg-club h2, .dg-entry h1, .woocommerce h1 { margin: 0; font-family: var(--dg-serif); color: var(--dg-plum-900); font-weight: 600; letter-spacing: -.035em; }
.dg-hero-copy h1 { max-width: 560px; font-size: clamp(58px, 5.7vw, 98px); line-height: .9; }
.dg-hero-copy p { max-width: 470px; margin: 26px 0 24px; color: #574f59; font-size: 16px; line-height: 1.7; }
.dg-hero-steps { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.dg-hero-steps span { display: inline-flex; gap: 7px; align-items: center; padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(9,2,24,.12); background: rgba(255,255,255,.65); backdrop-filter: blur(8px); font-size: 11px; font-weight: 600; }
.dg-hero-steps b { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: rgba(184,107,82,.12); color: var(--dg-rose-500); font-size: 10px; }
.dg-button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; min-height: 54px; padding: 0 27px; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--dg-lilac-600), var(--dg-plum-900)); color: #fff; font-size: 13px; font-weight: 700; cursor: pointer; box-shadow: 0 14px 28px rgba(9,2,24,.18); }
.dg-button:hover { transform: translateY(-2px); }
.dg-copy-mobile { display: none; }
.dg-hero-slide--pos-expediente .dg-kicker { color: #a8624d; }
.dg-hero-slide--pos-expediente .dg-hero-copy h1 { color: #4a342f; }
.dg-hero-slide--pos-expediente .dg-button { background: linear-gradient(135deg, #b07e6b, #7b493d); }
.dg-hero-slide--noite .dg-kicker { color: #795280; }
.dg-hero-slide--noite .dg-hero-copy h1, .dg-hero-slide--noite .dg-hero-copy p { color: #fdf9ff; text-shadow: 0 2px 14px rgba(24,10,42,.28); }
.dg-hero-slide--noite .dg-hero-steps span { color: #fff; border-color: rgba(255,255,255,.20); background: rgba(34,13,55,.32); }
.dg-hero-slide--noite .dg-button { background: linear-gradient(135deg, #8f75a3, #3b214f); }
.dg-hero-controls { position: absolute; z-index: 10; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.dg-hero-arrow { pointer-events: auto; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(9,2,24,.16); background: rgba(255,255,255,.80); color: var(--dg-plum-900); cursor: pointer; backdrop-filter: blur(10px); }
.dg-hero-dots { pointer-events: auto; display: flex; gap: 8px; padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,.72); backdrop-filter: blur(10px); }
.dg-hero-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #d6cddd; cursor: pointer; }
.dg-hero-dots button[aria-selected="true"] { width: 27px; border-radius: 10px; background: var(--dg-lilac-600); }

.dg-trust-strip { position: relative; z-index: 5; margin-top: -1px; background: #fff; border-top: 1px solid var(--dg-border); border-bottom: 1px solid var(--dg-border); }
.dg-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.dg-trust-grid > div { display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; gap: 3px 10px; min-height: 116px; padding: 28px 22px; border-right: 1px solid var(--dg-border); }
.dg-trust-grid > div:last-child { border-right: 0; }
.dg-trust-grid span { grid-row: 1/3; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--dg-lilac-100); color: var(--dg-lilac-600); }
.dg-trust-grid span svg { display: block; width: 22px; height: 22px; }
.dg-trust-grid strong { align-self: end; font-size: 13px; }
.dg-trust-grid small { color: var(--dg-muted); font-size: 11px; line-height: 1.4; }

.dg-section { padding: 105px 0; }
.dg-section-heading { max-width: 760px; margin-bottom: 48px; }
.dg-section-heading--split { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.dg-section-heading h2, .dg-actives__intro h2, .dg-club h2 { font-size: clamp(45px, 4vw, 66px); line-height: .98; }
.dg-section-heading p { max-width: 650px; color: var(--dg-muted); line-height: 1.7; }
.dg-text-link { font-size: 13px; font-weight: 700; color: var(--dg-plum-900); white-space: nowrap; }

.dg-products { background: #fffdfa; }
.dg-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.dg-product-card { overflow: hidden; border: 1px solid var(--dg-border); border-radius: 24px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.dg-product-card:hover { transform: translateY(-5px); box-shadow: var(--dg-shadow); }
.dg-product-card__image { position: relative; display: grid; place-items: center; height: 365px; padding: 28px; background: linear-gradient(160deg, #faf6fb, #f5eff7 58%, #fff); overflow: hidden; }
.dg-product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.dg-sale-badge { position: absolute; top: 18px; right: 18px; z-index: 2; padding: 7px 12px; border-radius: 999px; background: var(--dg-rose-600); color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; }

/* Badge "Esgotado" — automático, aparece sozinho quando o WooCommerce
   marca o produto como fora de estoque. Não precisa mexer manualmente
   em nenhum produto: some sozinho quando o estoque voltar. */
.dg-soldout-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(33, 25, 35, 0.82);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
/* Decisão de reunião com sócios (31/07/2026): produto esgotado
   mantém a cor normal — nada de grayscale/opacidade reduzida na
   imagem. Só a badge "Esgotado" e o gatilho de aviso mudam. */
.woocommerce ul.products li.product.outofstock::before {
	content: "Esgotado";
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	padding: 6px 11px;
	border-radius: 999px;
	background: rgba(33, 25, 35, 0.82);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Gatilho "Avisa-me quando chegar" — substitui o botão de compra nos
   cards da vitrine (Home/Rituais) e na PDP quando o produto está sem
   estoque. */
.dg-notify-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 12px;
	padding: 0 17px;
	min-height: 42px;
	border: 1.5px solid var(--dg-plum-900);
	border-radius: 999px;
	background: transparent;
	color: var(--dg-plum-900);
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}
.dg-notify-trigger:hover,
.dg-notify-trigger:focus-visible {
	background: var(--dg-plum-900);
	color: #fff;
}
.dg-product-card__body { position: relative; }
.dg-notify-trigger--pdp { max-width: 360px; margin-top: 18px; }

/* Esconde o parágrafo nativo "Fora de estoque" do WooCommerce na PDP
   — a badge + o gatilho de aviso já comunicam isso. */
.single-product p.stock.out-of-stock { display: none; }

/* Modal de aviso de reposição — compartilhado entre cards e PDP. */
.dg-notify-modal[hidden] { display: none; }
.dg-notify-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: grid;
	place-items: center;
	padding: 20px;
}
.dg-notify-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(33, 25, 35, 0.55);
	backdrop-filter: blur(2px);
}
.dg-notify-modal__panel {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 420px;
	background: #fffdfa;
	border-radius: 20px;
	padding: 32px 28px;
	box-shadow: 0 24px 60px rgba(9,2,24,.28);
}
.dg-notify-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--dg-plum-900);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}
.dg-notify-modal__panel h3 {
	margin: 0 0 6px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 26px;
	color: var(--dg-plum-900);
}
.dg-notify-modal__product {
	margin: 0 0 20px;
	font-size: 13px;
	color: currentColor;
	opacity: .72;
}
.dg-notify-modal__panel form { display: flex; flex-direction: column; gap: 6px; }
.dg-notify-modal__panel label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-top: 10px; }
.dg-notify-modal__panel input {
	height: 44px;
	padding: 0 14px;
	border: 1px solid var(--dg-border);
	border-radius: 10px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
}
.dg-notify-modal__panel input:focus-visible { outline: 2px solid var(--dg-lilac-600); outline-offset: 1px; }
.dg-notify-modal__hint { margin: 10px 0 4px; font-size: 11px; opacity: .6; }
.dg-notify-modal__feedback {
	margin: 10px 0 0;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
}
.dg-notify-modal__feedback[hidden] { display: none; }
.dg-notify-modal__feedback.is-success { background: rgba(214,225,74,.28); color: var(--dg-plum-900); }
.dg-notify-modal__feedback.is-error { background: rgba(217,73,73,.14); color: #a13232; }
.dg-notify-modal__submit { margin-top: 18px; width: 100%; }
.dg-notify-modal__submit:disabled { opacity: .6; cursor: not-allowed; }
.woocommerce ul.products li.product.outofstock {
	position: relative;
}
.dg-product-card__body { padding: 22px; }
.dg-product-card__brand { color: var(--dg-lilac-600); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dg-product-card h3 { min-height: 52px; margin: 10px 0 18px; font-size: 15px; line-height: 1.5; }
.dg-product-card__footer { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; }
.dg-price { font-size: 17px; font-weight: 700; color: var(--dg-plum-900); }
.dg-price del { margin-right: 5px; color: #a69fa8; font-size: 12px; font-weight: 500; }
.dg-price ins { text-decoration: none; }
.dg-product-view { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; border-radius: 999px; background: var(--dg-plum-900); color: #fff; font-size: 11px; font-weight: 700; }
.dg-add-button { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--dg-lilac-600); color: #fff; font-size: 23px; }

.dg-rituals { background: linear-gradient(180deg, #fdf9f6, #fbf7fb); }
.dg-ritual-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.dg-ritual-card { display: grid; grid-template-rows: 170px auto; min-width: 0; overflow: hidden; border: 1px solid rgba(9,2,24,.12); border-radius: 25px; background: #fff; color: var(--dg-ink); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.dg-ritual-card:hover { transform: translateY(-5px); border-color: rgba(87,21,185,.24); box-shadow: var(--dg-shadow); }
.dg-ritual-card__media { position: relative; display: block; min-width: 0; overflow: hidden; background: var(--dg-lilac-100); }
.dg-ritual-card__media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(9,2,24,.08)); }
.dg-ritual-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.dg-ritual-card:hover .dg-ritual-card__media img { transform: scale(1.025); }
.dg-ritual-card__body { display: flex; flex-direction: column; align-items: flex-start; min-height: 190px; padding: 25px 28px 27px; }
.dg-ritual-card small { font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.dg-ritual-card h3 { margin: 11px 0 9px; font: 600 36px/1 var(--dg-serif); }
.dg-ritual-card p { max-width: 330px; margin: 0 0 20px; font-size: 13px; line-height: 1.55; }
.dg-ritual-card b { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; font-size: 12px; }
.dg-ritual-card--morning .dg-ritual-card__body { background: #fbf3e8; color: #463742; }
.dg-ritual-card--afternoon .dg-ritual-card__body { background: #faf2ed; color: #4a342f; }
.dg-ritual-card--night .dg-ritual-card__body { background: #3d2b4b; color: #fff; }

.dg-actives { background: linear-gradient(90deg, #fffafa, #f7f1fb); }
.dg-actives__layout { display: grid; grid-template-columns: .78fr 1.8fr; gap: 70px; align-items: center; }
.dg-actives__intro p { color: var(--dg-muted); line-height: 1.7; }
.dg-active-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dg-active-grid article { min-height: 250px; padding: 25px; border: 1px solid var(--dg-border); border-radius: 22px; background: rgba(255,255,255,.78); }
.dg-active-grid span { display: block; margin-bottom: 80px; color: var(--dg-rose-500); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.dg-active-grid h3 { margin: 0 0 9px; font: 600 25px/1 var(--dg-serif); }
.dg-active-grid p { color: var(--dg-muted); font-size: 11px; line-height: 1.55; }

.dg-club { background: #fffdfa; }
.dg-club__card { display: grid; grid-template-columns: 1fr .86fr; min-height: 390px; overflow: hidden; border-radius: 32px; background: linear-gradient(135deg, #fff9fb 0 50%, #2d1152 50% 100%); box-shadow: var(--dg-shadow); }
.dg-club__copy { padding: 62px; }
.dg-club__copy p { max-width: 510px; color: var(--dg-muted); line-height: 1.7; }
.dg-club__benefits { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: var(--dg-lilac-600); font-size: 12px; font-weight: 600; }
.dg-lead-form { align-self: center; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; padding: 55px; color: #fff; }
.dg-lead-form label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dg-lead-form input { grid-row: 2; width: 100%; height: 49px; padding: 0 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: rgba(255,255,255,.94); outline: none; }
.dg-lead-form .dg-button { grid-column: 1/-1; margin-top: 10px; background: #fff; color: var(--dg-plum-900); }
.dg-form-message { grid-column: 1/-1; margin: 4px 0 0; font-size: 12px; color: #e9dcf4; }

.dg-faq { background: #fff; }
.dg-faq-list { border-top: 1px solid var(--dg-border); }
.dg-faq-list details { border-bottom: 1px solid var(--dg-border); }
.dg-faq-list summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; list-style: none; font: 600 20px/1.3 var(--dg-serif); }
.dg-faq-list summary::-webkit-details-marker { display: none; }
.dg-faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 20px; font: 400 25px/1 var(--dg-sans); }
.dg-faq-list details[open] summary::after { content: "−"; }
.dg-faq-list p { max-width: 820px; margin: 0 0 25px; color: var(--dg-muted); line-height: 1.7; }

.dg-footer { padding: 72px 0 24px; border-top: 1px solid rgba(255,255,255,.10); background: var(--dg-plum-900); color: #fff; }
.dg-footer__grid { display: grid; grid-template-columns: 1.65fr .78fr 1.3fr .82fr 1.08fr; gap: clamp(26px,3.2vw,48px); }
.dg-footer__brand-column,
.dg-footer__column { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 10px; }
.dg-footer-brand { display: inline-flex; align-items: center; gap: 13px; color: #fff; }
.dg-footer-brand img { width: 62px; height: 62px; flex: 0 0 62px; object-fit: contain; filter: drop-shadow(0 8px 20px rgba(201,184,232,.25)); }
.dg-footer-brand span { display: grid; }
.dg-footer-brand strong { font: 600 30px/1 var(--dg-serif); }
.dg-footer-brand small { margin-top: 6px; color: var(--dg-lilac-300); font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.dg-footer p { max-width: 310px; margin: 8px 0 5px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.72; }
.dg-footer a { color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.55; overflow-wrap: anywhere; transition: color .2s ease; }
.dg-footer a:hover { color: #fff; }
.dg-footer h3 { margin: 0 0 10px; color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.dg-footer__label { margin-top: 7px; color: var(--dg-lilac-300); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.dg-socials { display: flex; gap: 9px; margin-top: 5px; }
.dg-socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); }
.dg-socials a:hover { border-color: var(--dg-lilac-300); background: rgba(201,184,232,.13); transform: translateY(-2px); }
.dg-socials svg { width: 19px; height: 19px; }
.dg-footer__payments { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 48px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.13); }
.dg-footer__payment-group { display: flex; min-width: 0; align-items: center; gap: 20px; }
.dg-footer__payment-group h3 { flex: 0 0 auto; margin: 0; }
.dg-payment-badges { display: flex; min-width: 0; flex-wrap: wrap; gap: 7px; align-items: center; }
.dg-payment-badge { display: block; width: 51px; height: 32px; flex: 0 0 auto; color: var(--dg-plum-900); }
.dg-payment-badge[viewBox="0 0 68 36"] { width: 60px; }
.dg-payment-badge--pix { width: 64px; }
.dg-footer__security { display: flex; flex: 0 0 auto; align-items: center; gap: 11px; color: #fff; }
.dg-footer__security > svg { width: 34px; height: 34px; padding: 7px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--dg-lilac-300); }
.dg-footer__security span { display: grid; gap: 3px; }
.dg-footer__security strong { font-size: 11px; }
.dg-footer__security small { color: rgba(255,255,255,.62); font-size: 9px; }
.dg-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.50); font-size: 9px; }

.dg-default-page, .dg-woocommerce-shell { min-height: 65vh; padding: 70px 0 100px; }
.dg-entry h1, .woocommerce h1 { margin-bottom: 35px; font-size: clamp(48px, 5vw, 72px); }
.dg-entry__content { line-height: 1.75; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 30px; color: var(--dg-muted); font-size: 11px; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 18px; border: 1px solid var(--dg-border); border-radius: 22px; background: #fff; }
.woocommerce ul.products li.product a img { height: 270px; object-fit: contain; border-radius: 15px; background: #f8f3fa; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 48px; color: var(--dg-ink); font-size: 14px; line-height: 1.45; }
.woocommerce ul.products li.product .price { color: var(--dg-plum-900); font-weight: 700; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 999px; background: var(--dg-plum-900); color: #fff; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr); gap: 60px; align-items: start; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }

/* Descrição (abas) e Produtos Relacionados NÃO são a galeria nem o
   resumo — são blocos de largura total que vêm depois. Sem isso, o
   CSS Grid de 2 colunas acima (pensado só pra foto + informações) os
   empurra pra dentro das mesmas 2 colunas, espremendo "Produtos
   Relacionados" numa coluna de 380px — por isso as imagens ali
   pareciam minúsculas: matematicamente não cabia espaço nenhum. */
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
	grid-column: 1 / -1;
	width: 100%;
}
.woocommerce div.product div.images { padding: 35px; border: 1px solid var(--dg-border); border-radius: 28px; background: linear-gradient(160deg, #faf6fb, #fff); }
.woocommerce div.product div.images img { max-height: 620px; object-fit: contain; }
.woocommerce div.product div.summary { padding: 45px; border: 1px solid var(--dg-border); border-radius: 28px; background: #fff; box-shadow: var(--dg-shadow); }
.woocommerce div.product .product_title { font: 600 clamp(40px, 4vw, 65px)/.96 var(--dg-serif); color: var(--dg-plum-900); }
.woocommerce div.product p.price { color: var(--dg-plum-900); font-size: 28px; font-weight: 700; }
.woocommerce .quantity .qty { min-height: 49px; border: 1px solid var(--dg-border); border-radius: 12px; }
.woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order, .woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields { padding: 26px; border: 1px solid var(--dg-border); border-radius: 22px; background: #fff; }
.woocommerce table.shop_table { border-color: var(--dg-border); border-radius: 18px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 10px 13px; border: 1px solid #d8d0da; border-radius: 10px; background: #fff; }

@media (max-width: 1050px) {
  .dg-header__inner { grid-template-columns: auto 1fr auto; }
  .dg-nav { position: fixed; inset: 116px 0 auto 0; display: none; padding: 30px; background: #fff; border-bottom: 1px solid var(--dg-border); box-shadow: var(--dg-shadow); }
  .dg-nav.is-open { display: block; }
  .dg-nav__list { flex-direction: column; align-items: flex-start; }
  .dg-menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 5px; border: 1px solid var(--dg-border); border-radius: 50%; background: #fff; }
  .dg-menu-toggle span:not(.screen-reader-text) { display: block; width: 18px; height: 1.5px; background: var(--dg-plum-900); }
  .dg-brand { justify-self: center; }
  .dg-search, .dg-header-actions .dg-icon-link:first-of-type { display: none; }
  .dg-product-grid { grid-template-columns: repeat(2, 1fr); }
  .dg-active-grid { grid-template-columns: repeat(2, 1fr); }
  .dg-active-grid span { margin-bottom: 35px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .dg-container { width: min(100% - 28px, 600px); }
  .dg-topbar__inner {
    width: 100%;
    max-width: 520px;
    min-height: 38px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding-inline: 6px;
  }
  .dg-topbar__inner span {
    display: block;
    min-width: 0;
    padding-inline: 4px;
    font-size: clamp(7.25px, 2.25vw, 9px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }
  .dg-topbar__inner span + span { border-left: 1px solid rgba(255,255,255,.18); }
  .dg-header__inner { min-height: 76px; grid-template-columns: minmax(0, 1fr) 44px; gap: 12px; }
  .dg-brand { grid-column: 1; grid-row: 1; justify-self: start; min-width: 0; }
  .dg-brand__logo-shell { width: 42px; height: 42px; flex-basis: 42px; }
  .dg-brand__text strong { font-size: 24px; white-space: nowrap; }
  .dg-brand__text small { display: none; }
  .dg-menu-toggle { grid-column: 2; grid-row: 1; justify-self: end; }
  .dg-header-actions { display: none; }
  .dg-nav { top: 114px; }

  /* Hero mobile: the Mobile-2 images reserve the upper zone for content. */
  .dg-hero, .dg-hero__track, .dg-hero-slide__inner { min-height: 780px; }
  .dg-hero-slide__picture img { object-position: center top; }
  .dg-hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(253,249,246,.58) 0%, rgba(253,249,246,.34) 26%, rgba(253,249,246,0) 43%);
  }
  .dg-hero-slide--pos-expediente::after { background: linear-gradient(180deg, rgba(250,242,237,.54) 0%, rgba(250,242,237,.28) 27%, rgba(250,242,237,0) 45%); }
  .dg-hero-slide--noite::after { background: linear-gradient(180deg, rgba(38,20,58,.50) 0%, rgba(38,20,58,.24) 27%, rgba(38,20,58,0) 45%); }
  .dg-hero-slide__inner { align-items: flex-start; }
  .dg-hero-copy {
    width: min(100%, 340px);
    margin: 0 auto;
    padding: 30px 4px 0;
    text-align: center;
  }
  .dg-hero-copy .dg-kicker {
    display: block;
    margin-bottom: 9px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: .22em;
  }
  .dg-hero-copy h1 {
    max-width: 310px;
    margin-inline: auto;
    font-size: clamp(38px, 10.7vw, 48px);
    line-height: .92;
  }
  .dg-hero-slide--pos-expediente .dg-hero-copy h1 { max-width: 300px; font-size: clamp(34px, 9.6vw, 43px); }
  .dg-hero-slide--noite .dg-hero-copy h1 {
    max-width: 300px;
    font-size: clamp(35px, 9.8vw, 44px);
  }
  .dg-hero-copy p {
    max-width: 310px;
    margin: 10px auto 11px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 1.42;
  }
  .dg-copy-desktop { display: none; }
  .dg-copy-mobile { display: inline; }
  .dg-hero-slide--noite .dg-hero-copy h1,
  .dg-hero-slide--noite .dg-hero-copy p { color: #fdf9ff; }
  .dg-hero-steps {
    justify-content: center;
    gap: 5px;
    margin-bottom: 11px;
  }
  .dg-hero-steps span {
    gap: 5px;
    padding: 6px 8px;
    background: rgba(255,255,255,.84);
    box-shadow: 0 7px 18px rgba(50,28,55,.07);
    font-size: 9px;
    white-space: nowrap;
  }
  .dg-hero-steps b { width: 17px; height: 17px; font-size: 9px; }
  .dg-hero-slide--noite .dg-hero-steps span { background: rgba(40,18,61,.42); box-shadow: none; }
  .dg-hero-copy .dg-button {
    width: min(100%, 286px);
    min-height: 48px;
    justify-content: center;
    padding-inline: 22px;
    font-size: 15px;
  }
  .dg-hero-controls { bottom: 16px; justify-content: center; }
  .dg-hero-arrow { display: none; }

  .dg-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .dg-trust-grid > div { min-height: 104px; padding: 20px 12px; border-bottom: 1px solid var(--dg-border); }
  .dg-trust-grid > div:nth-child(2) { border-right: 0; }
  .dg-trust-grid > div:nth-child(n+3) { border-bottom: 0; }

  .dg-section { padding: 76px 0; }
  .dg-section-heading--split { align-items: flex-start; }
  .dg-section-heading h2, .dg-actives__intro h2, .dg-club h2 { font-size: 44px; }
  .dg-product-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding-bottom: 12px; }
  .dg-product-card { min-width: 78vw; scroll-snap-align: start; }
  .dg-product-card__image { height: 330px; }
  .dg-product-card__footer { grid-template-columns: 1fr auto; }
  .dg-product-view { grid-row: 2; grid-column: 1; }
  .dg-add-button { grid-row: 2; grid-column: 2; }

  .dg-ritual-grid { grid-template-columns: 1fr; }
  .dg-ritual-card { grid-template-rows: 165px auto; min-height: 0; }
  .dg-ritual-card__body { min-height: 178px; padding: 23px 24px 25px; }
  .dg-ritual-card h3 { font-size: 34px; }
  .dg-actives__layout { grid-template-columns: 1fr; gap: 32px; }
  .dg-active-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .dg-active-grid article { min-width: 68vw; scroll-snap-align: start; }
  .dg-club__card { grid-template-columns: 1fr; background: linear-gradient(180deg, #fff9fb 0 52%, #2d1152 52% 100%); }
  .dg-club__copy { padding: 38px 27px 55px; }
  .dg-lead-form { grid-template-columns: 1fr; padding: 55px 27px 38px; }
  .dg-lead-form input { grid-row: auto; }
  .dg-lead-form label { margin-top: 6px; }

  .dg-footer { padding-top: 58px; }
  .dg-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .dg-footer__brand-column { grid-column: 1/-1; }
  .dg-footer__payments { align-items: flex-start; flex-direction: column; gap: 25px; }
  .dg-footer__payment-group { align-items: flex-start; flex-direction: column; gap: 12px; }
  .dg-footer__security { width: 100%; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); }
  .dg-footer__bottom { flex-direction: column; gap: 8px; }

  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .woocommerce ul.products li.product { padding: 10px; }
  .woocommerce ul.products li.product a img { height: 180px; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 22px; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { padding: 20px; }
  .woocommerce div.product div.images img { max-height: 480px; }
  .woocommerce-cart-form, .cart_totals, .woocommerce-checkout-review-order, .woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields { padding: 16px; }
}

@media (max-width: 430px) {
  .dg-brand__logo-shell { width: 39px; height: 39px; flex-basis: 39px; }
  .dg-brand__text strong { font-size: 21px; }
  .dg-hero, .dg-hero__track, .dg-hero-slide__inner { min-height: 760px; }
  .dg-hero-copy { width: min(100%, 326px); padding-top: 27px; }
  .dg-hero-copy h1 { max-width: 292px; font-size: clamp(36px, 10.8vw, 45px); }
  .dg-hero-slide--pos-expediente .dg-hero-copy h1 { max-width: 286px; }
  .dg-hero-slide--noite .dg-hero-copy h1 { max-width: 286px; font-size: clamp(33px, 9.6vw, 41px); }
  .dg-hero-copy p { max-width: 296px; font-size: 11.5px; }
  .dg-hero-steps { gap: 4px; }
  .dg-hero-steps span { padding: 6px 7px; font-size: 8.5px; }
  .dg-hero-copy .dg-button { max-width: 276px; min-height: 46px; font-size: 14px; }
  .dg-trust-grid { grid-template-columns: 1fr; }
  .dg-trust-grid > div { border-right: 0; border-bottom: 1px solid var(--dg-border) !important; }
  .dg-trust-grid > div:last-child { border-bottom: 0 !important; }
  .dg-section-heading--split { flex-direction: column; }
  .dg-product-card { min-width: 86vw; }
  .dg-footer__grid { grid-template-columns: 1fr; }
  .dg-footer__brand-column { grid-column: auto; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ============================================================
   Product image containment + AJAX cart drawer — v1.1.0
   ============================================================ */

/* Use the full transparent product artwork without allowing tall packaging to crop. */
.dg-product-card__image {
  height: clamp(300px, 25vw, 365px);
  padding: 30px 24px 22px;
}
.dg-product-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 78% !important;
  max-height: 84% !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}
.woocommerce ul.products li.product a img {
  width: 100% !important;
  height: 270px !important;
  padding: 22px !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.dg-cart-open { overflow: hidden; }
.dg-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 9980;
  background: rgba(30, 21, 31, .48);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .32s ease, visibility .32s ease;
  backdrop-filter: blur(2px);
}
.dg-cart-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.dg-cart-drawer {
  position: fixed;
  z-index: 9990;
  inset: 0 0 0 auto;
  width: min(480px, 94vw);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: #fffdfb;
  box-shadow: -28px 0 70px rgba(9,2,24, .18);
  transform: translateX(105%);
  visibility: hidden;
  transition: transform .38s cubic-bezier(.22,.8,.28,1), visibility .38s ease;
}
.dg-cart-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
}
.dg-cart-drawer__header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--dg-border);
  background: rgba(255,253,251,.96);
}
.dg-cart-drawer__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: var(--dg-rose-600);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}
.dg-cart-drawer__header h2 {
  margin: 0;
  color: var(--dg-plum-900);
  font: 600 38px/1 var(--dg-serif);
}
.dg-cart-drawer__continue {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 4px 26px 18px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--dg-muted);
  font-family: var(--dg-sans);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: color .2s ease;
}
.dg-cart-drawer__continue:hover { color: var(--dg-rose-600); }
.dg-cart-drawer__continue span { font-size: 13px; }
.dg-cart-drawer__close {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(87,21,185,.24);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, var(--dg-lilac-100));
  color: var(--dg-plum-900);
  font-size: 0;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(9,2,24,.10);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.dg-cart-drawer__close::before,
.dg-cart-drawer__close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}
.dg-cart-drawer__close::before { transform: rotate(45deg); }
.dg-cart-drawer__close::after { transform: rotate(-45deg); }
button.dg-cart-drawer__close:hover {
  border-color: var(--dg-lilac-600);
  background: var(--dg-plum-900);
  color: #fff;
  box-shadow: 0 10px 26px rgba(9,2,24,.17);
  transform: translateY(-1px);
}
button.dg-cart-drawer__close:focus,
button.dg-cart-drawer__close:focus-visible {
  border-color: var(--dg-lilac-600);
  outline: 2px solid var(--dg-lilac-300);
  outline-offset: 3px;
  background: linear-gradient(145deg, #fff, var(--dg-lilac-100));
  color: var(--dg-plum-900);
}
button.dg-cart-drawer__close:active { transform: scale(.96); }
.dg-cart-drawer__content {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.dg-cart-drawer__content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background: rgba(255,253,251,.66);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .2s ease;
}
.dg-cart-drawer__content.is-loading::after {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.dg-cart-drawer__items { padding: 8px 26px 0; }
.dg-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0,1fr) 32px;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--dg-border);
}
.dg-cart-item__image {
  display: grid;
  place-items: center;
  width: 86px;
  height: 106px;
  padding: 9px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(160deg, #f7f1fa, #fff);
}
.dg-cart-item__image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}
.dg-cart-item__content { min-width: 0; }
.dg-cart-item__name {
  display: block;
  padding-right: 4px;
  color: var(--dg-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.dg-cart-item__meta { margin-top: 5px; color: var(--dg-muted); font-size: 11px; }
.dg-cart-item__meta p { margin: 0; }
.dg-cart-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 17px;
}
.dg-cart-quantity {
  display: grid;
  grid-template-columns: 34px 38px 34px;
  height: 38px;
  overflow: hidden;
  border: 1px solid var(--dg-border);
  border-radius: 999px;
  background: #fff;
}
.dg-cart-quantity button,
.dg-cart-quantity input {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--dg-plum-900);
  text-align: center;
}
.dg-cart-quantity button { cursor: pointer; font-size: 17px; }
.dg-cart-quantity button:disabled { opacity: .35; cursor: not-allowed; }
.dg-cart-quantity input { width: 100%; font-weight: 700; }
.dg-cart-item__subtotal { color: var(--dg-plum-900); font-size: 14px; white-space: nowrap; }
.dg-cart-item__remove {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f4eff5;
  color: var(--dg-muted);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
button.dg-cart-item__remove:hover,
button.dg-cart-item__remove:focus,
button.dg-cart-item__remove:focus-visible {
  border: 1px solid rgba(87,21,185,.24);
  outline: 0;
  background: var(--dg-lilac-100);
  color: var(--dg-plum-900);
}
.dg-cart-drawer__summary {
  margin-top: auto;
  padding: 24px 28px 30px;
  border-top: 1px solid var(--dg-border);
  background: #fff;
}
.dg-cart-drawer__subtotal {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: var(--dg-ink);
}
.dg-cart-drawer__subtotal span { font-weight: 600; }
.dg-cart-drawer__subtotal strong { color: var(--dg-plum-900); font-size: 22px; }
.dg-cart-drawer__summary > p {
  margin: 9px 0 19px;
  color: var(--dg-muted);
  font-size: 11px;
  line-height: 1.5;
}
.dg-cart-checkout {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dg-lilac-600), var(--dg-plum-900));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(9,2,24,.16);
}
.dg-cart-view {
  display: block;
  margin-top: 16px;
  color: var(--dg-plum-900);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dg-cart-drawer__empty,
.dg-cart-drawer__error {
  display: grid;
  place-items: center;
  align-content: center;
  flex: 1;
  min-height: 440px;
  padding: 42px;
  text-align: center;
}
.dg-cart-drawer__empty > span { color: var(--dg-lilac-600); font-size: 44px; }
.dg-cart-drawer__empty h3 {
  margin: 15px 0 7px;
  color: var(--dg-plum-900);
  font: 600 34px/1.05 var(--dg-serif);
}
.dg-cart-drawer__empty p,
.dg-cart-drawer__error p { max-width: 300px; color: var(--dg-muted); font-size: 13px; line-height: 1.6; }
.dg-cart-drawer__empty .dg-button { margin-top: 16px; }
.dg-cart-drawer__error a { color: var(--dg-plum-900); font-weight: 700; text-decoration: underline; }

@media (max-width: 767px) {
  .dg-product-card__image { height: 330px; padding: 25px 20px 18px; }
  .dg-product-card__image img { max-width: 72% !important; max-height: 82% !important; }
  .woocommerce ul.products li.product a img { height: 190px !important; padding: 16px !important; }

  .dg-cart-drawer {
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100dvh;
    transform: translateY(102%);
  }
  .dg-cart-drawer.is-open { transform: translateY(0); }
  .dg-cart-overlay { display: none; }
  .dg-cart-drawer__header {
    min-height: 82px;
    padding: calc(15px + env(safe-area-inset-top)) 18px 15px;
  }
  .dg-cart-drawer__header h2 { font-size: 33px; }
  .dg-cart-drawer__items { padding: 2px 17px 0; }
  .dg-cart-item {
    grid-template-columns: 78px minmax(0,1fr) 30px;
    gap: 11px;
    padding: 17px 0;
  }
  .dg-cart-item__image { width: 78px; height: 98px; border-radius: 16px; }
  .dg-cart-item__name { font-size: 13px; }
  .dg-cart-item__bottom { align-items: flex-end; }
  .dg-cart-quantity { grid-template-columns: 31px 35px 31px; height: 36px; }
  .dg-cart-item__subtotal { font-size: 13px; }
  .dg-cart-drawer__summary { padding: 20px 18px calc(22px + env(safe-area-inset-bottom)); }
}


/* ============================================================
   Home product artwork containment — v1.2.0
   Uses an explicit image box so tall transparent PNGs can never
   escape or be cropped by the custom Home cards.
   ============================================================ */
.dg-product-card__image {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.dg-product-card__image > img,
.dg-product-card__image > picture,
.dg-product-card__image > picture > img {
  position: absolute !important;
  inset: 28px 24px 20px !important;
  z-index: 1;
  display: block !important;
  width: calc(100% - 48px) !important;
  height: calc(100% - 48px) !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
}
.dg-product-card__image .dg-sale-badge {
  z-index: 3;
}
@media (max-width: 767px) {
  .dg-product-card__image > img,
  .dg-product-card__image > picture,
  .dg-product-card__image > picture > img {
    inset: 24px 18px 18px !important;
    width: calc(100% - 36px) !important;
    height: calc(100% - 42px) !important;
  }
}

/* ============================================================
   Página Rituais e navegação canônica — v1.3.0
   ============================================================ */
.dg-nav__list { gap: 24px; }

.dg-rituals-page { background: var(--dg-ivory); }
.dg-rituals-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 10vw, 145px) 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(255,241,210,.95), transparent 34%),
    radial-gradient(circle at 51% 70%, rgba(241,168,151,.72), transparent 34%),
    radial-gradient(circle at 91% 25%, rgba(167,144,203,.72), transparent 37%),
    linear-gradient(115deg, #fff8ee, #f4c0b6 54%, #b8a5da);
}
.dg-rituals-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(255,255,255,.25), transparent 42%, rgba(255,255,255,.12));
}
.dg-rituals-intro__layout { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.dg-rituals-intro__copy { max-width: 520px; }
.dg-rituals-intro h1, .dg-ritual-detail h2, .dg-rituals-cta h2 { margin: 0; color: var(--dg-plum-900); font: 600 clamp(54px, 5vw, 82px)/.92 var(--dg-serif); letter-spacing: -.04em; }
.dg-rituals-intro__copy p { margin: 26px 0 30px; color: #514651; font-size: 16px; line-height: 1.75; }
.dg-ritual-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dg-ritual-map__card { min-height: 245px; padding: 28px 22px; border: 1px solid rgba(255,255,255,.58); border-radius: 26px; background: rgba(255,255,255,.38); box-shadow: 0 20px 55px rgba(9,2,24,.10); backdrop-filter: blur(13px); display: flex; flex-direction: column; justify-content: flex-end; transition: transform .25s ease, background .25s ease; }
.dg-ritual-map__card:hover { transform: translateY(-6px); background: rgba(255,255,255,.58); }
.dg-ritual-map__card small { margin-bottom: auto; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.dg-ritual-map__card strong { font: 600 31px/1 var(--dg-serif); }
.dg-ritual-map__card span { margin-top: 12px; font-size: 11px; line-height: 1.55; }
.dg-ritual-map__card--morning { color: #6b4238; background: linear-gradient(160deg, rgba(255,249,236,.63), rgba(238,175,151,.40)); }
.dg-ritual-map__card--afternoon { color: #693f36; background: linear-gradient(160deg, rgba(255,234,221,.61), rgba(205,111,80,.40)); }
.dg-ritual-map__card--night { color: #fff; background: linear-gradient(160deg, rgba(124,102,159,.70), rgba(54,30,76,.72)); }
.dg-rituals-guidance {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 46px;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 18px;
  background: rgba(255,255,255,.48);
  color: #3b2e3c;
  backdrop-filter: blur(12px);
}
.dg-rituals-guidance > span { color: var(--dg-lilac-600); }
.dg-rituals-guidance p { margin: 0; font-size: 12px; line-height: 1.65; }
.dg-anchor-alias { display: block; height: 0; scroll-margin-top: 110px; }

.dg-ritual-detail { position: relative; overflow: hidden; padding: 112px 0 86px; scroll-margin-top: 110px; }
.dg-ritual-detail::before { content: ""; position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; opacity: .38; pointer-events: none; }
.dg-ritual-detail > .dg-container { position: relative; z-index: 1; }
.dg-ritual-detail--morning { background: #fbf3e8; color: #463742; }
.dg-ritual-detail--morning::before { background-image: url('https://dermaglowclub.com.br/wp-content/uploads/2026/05/fundoatmosfera-decorativa.png'); background-position: left center; }
.dg-ritual-detail--afternoon { background: #faf2ed; color: #4a342f; }
.dg-ritual-detail--afternoon::before { background-image: url('https://dermaglowclub.com.br/wp-content/uploads/2026/05/Tarde-Glow.png'); background-position: center; }
.dg-ritual-detail--night { background: #f1edf5; color: #3b2e3c; }
.dg-ritual-detail--night::before { background-image: url('https://dermaglowclub.com.br/wp-content/uploads/2026/05/Noite-Glow.png'); background-position: center; }
.dg-ritual-detail__layout { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(55px,7vw,100px); align-items: center; }
.dg-ritual-detail__copy { max-width: 390px; }
.dg-ritual-detail h2 { color: inherit; font-size: clamp(50px,4.5vw,72px); }
.dg-ritual-detail__copy > p { margin: 24px 0; color: currentColor; opacity: .78; line-height: 1.75; }
.dg-ritual-detail__copy > p strong { color: currentColor; opacity: 1; }
.dg-ritual-detail__copy > .dg-ritual-detail__explanation { margin-top: -7px; padding-left: 15px; border-left: 2px solid rgba(184,107,82,.34); font-size: 12px; }
.dg-ritual-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.dg-ritual-pills span { padding: 8px 12px; border: 1px solid currentColor; border-radius: 999px; opacity: .72; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.dg-ritual-products { display: grid; gap: 18px; align-items: stretch; }
.dg-ritual-products--three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.dg-ritual-products--two { grid-template-columns: repeat(2, minmax(0,260px)); }
.dg-ritual-products--one { grid-template-columns: minmax(0,300px); }
.dg-ritual-product { position: relative; overflow: hidden; min-width: 0; border: 1px solid rgba(9,2,24,.13); border-radius: 24px; background: rgba(255,255,255,.73); box-shadow: 0 18px 46px rgba(9,2,24,.09); backdrop-filter: blur(12px); }
.dg-ritual-product__step { position: absolute; z-index: 3; top: 15px; left: 15px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #fff; color: var(--dg-rose-500); font-size: 11px; font-weight: 800; box-shadow: 0 7px 18px rgba(9,2,24,.12); }
.dg-ritual-product__image { position: relative; display: block; height: 260px; padding: 0; overflow: hidden; background: linear-gradient(155deg, rgba(255,255,255,.75), rgba(243,235,247,.54)); }
.dg-ritual-product__image img {
  position: absolute !important;
  inset: 22px 18px 18px !important;
  display: block !important;
  width: calc(100% - 36px) !important;
  height: calc(100% - 40px) !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}
.dg-ritual-product__body { padding: 18px; }
.dg-ritual-product__brand { color: var(--dg-lilac-600); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.dg-ritual-product h3 { min-height: 52px; margin: 9px 0 12px; font-size: 13px; line-height: 1.45; }
.dg-ritual-product__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.dg-ritual-product__tags span { padding: 6px 9px; border-radius: 999px; background: rgba(87,21,185,.08); color: var(--dg-lilac-600); font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.dg-ritual-product__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid rgba(9,2,24,.10); }
.dg-ritual-product__bottom a { font-size: 10px; font-weight: 800; color: var(--dg-plum-900); }
.dg-ritual-notes { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 42px; border: 1px solid rgba(9,2,24,.12); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.69); backdrop-filter: blur(12px); }
.dg-ritual-notes article { min-height: 190px; padding: 25px 23px; border-right: 1px solid rgba(9,2,24,.10); }
.dg-ritual-notes article:last-child { border-right: 0; }
.dg-ritual-notes article > span { color: var(--dg-rose-500); font-size: 10px; font-weight: 800; }
.dg-ritual-notes h3 { margin: 10px 0; color: currentColor; font-size: 11px; letter-spacing: .10em; text-transform: uppercase; }
.dg-ritual-notes p, .dg-ritual-notes li { color: currentColor; opacity: .74; font-size: 11px; line-height: 1.65; }
.dg-ritual-notes ol { margin: 0; padding-left: 17px; }
.dg-rituals-cta { padding: 95px 0; background: #fffdfa; }
.dg-rituals-cta__card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 55px 60px; border-radius: 30px; background: linear-gradient(135deg, #f7eff8, #fce9e3 58%, #eee6f5); box-shadow: var(--dg-shadow); }
.dg-rituals-cta h2 { font-size: clamp(42px,4vw,60px); }
.dg-rituals-cta p { color: var(--dg-muted); line-height: 1.7; }

@media (max-width: 1050px) {
  .dg-header__inner { grid-template-columns: minmax(180px,1fr) auto minmax(220px,1fr); gap: 18px; }
  .dg-nav__list { gap: 16px; }
  .dg-nav__list a { font-size: 12px; }
  .dg-rituals-intro__layout { grid-template-columns: 1fr; }
  .dg-rituals-intro__copy { max-width: 620px; }
  .dg-ritual-map { max-width: 760px; }
  .dg-ritual-detail__layout { grid-template-columns: 1fr; }
  .dg-ritual-detail__copy { max-width: 660px; }
  .dg-ritual-products--three { max-width: 850px; }
}

@media (max-width: 767px) {
  .dg-rituals-page .dg-container { width: min(100% - 28px, 1180px); }
  .dg-rituals-intro { padding: 58px 0 50px; }
  .dg-rituals-intro h1 { font-size: clamp(44px, 13.5vw, 58px); line-height: .94; }
  .dg-rituals-intro__copy p { margin: 20px 0 24px; font-size: 14px; line-height: 1.65; }
  .dg-ritual-map { grid-template-columns: 1fr; gap: 12px; }
  .dg-ritual-map__card { min-height: 120px; padding: 21px 20px; border-radius: 21px; }
  .dg-ritual-map__card strong { font-size: 29px; }
  .dg-rituals-guidance { margin-top: 26px; padding: 16px 17px; }
  .dg-anchor-alias { scroll-margin-top: 76px; }
  .dg-ritual-detail { padding: 62px 0 52px; scroll-margin-top: 76px; }
  .dg-ritual-detail::before { opacity: .20; }
  .dg-ritual-detail--morning::before { background-image: url('https://dermaglowclub.com.br/wp-content/uploads/2026/05/Manha-Glow2.png'); background-position: center; }
  .dg-ritual-detail--afternoon::before { background-image: url('https://dermaglowclub.com.br/wp-content/uploads/2026/05/Tarde-Glow.png'); background-position: center; }
  .dg-ritual-detail--night::before { background-image: url('https://dermaglowclub.com.br/wp-content/uploads/2026/05/Noite-Glow.png'); background-position: center; }
  .dg-ritual-detail__layout { gap: 34px; }
  .dg-ritual-detail__copy { max-width: none; }
  .dg-ritual-detail h2 { font-size: clamp(44px, 12.5vw, 56px); line-height: .94; }
  .dg-ritual-detail__copy > p { margin: 19px 0 21px; font-size: 14px; line-height: 1.65; }
  .dg-ritual-detail__copy > .dg-ritual-detail__explanation { margin-top: -5px; font-size: 12px; }
  .dg-ritual-pills { gap: 7px; }
  .dg-ritual-pills span { padding: 8px 11px; font-size: 9px; }
  .dg-ritual-products--three, .dg-ritual-products--two, .dg-ritual-products--one { grid-template-columns: 1fr; max-width: none; }
  .dg-ritual-products { gap: 16px; }
  .dg-ritual-product { display: block; width: 100%; border-radius: 22px; }
  .dg-ritual-product__image { height: clamp(220px, 64vw, 265px); }
  .dg-ritual-product__image img {
    inset: 18px 22px 16px !important;
    width: calc(100% - 44px) !important;
    height: calc(100% - 34px) !important;
  }
  .dg-ritual-product__body { position: relative; z-index: 2; padding: 18px 18px 20px; border-top: 1px solid rgba(9,2,24,.08); background: rgba(255,255,255,.58); }
  .dg-ritual-product h3 { min-height: 0; margin: 8px 0 13px; font-size: 15px; line-height: 1.4; overflow-wrap: anywhere; }
  .dg-ritual-product__tags { margin-bottom: 14px; }
  .dg-ritual-product__bottom { padding-top: 13px; }
  .dg-ritual-product__bottom a { font-size: 11px; }
  .dg-ritual-notes { grid-template-columns: 1fr; margin-top: 28px; border-radius: 22px; }
  .dg-ritual-notes article { min-height: 0; padding: 22px 20px; border-right: 0; border-bottom: 1px solid rgba(9,2,24,.10); }
  .dg-ritual-notes article:last-child { border-bottom: 0; }
  .dg-rituals-cta { padding: 62px 0; }
  .dg-rituals-cta__card { flex-direction: column; align-items: flex-start; gap: 24px; padding: 35px 24px; border-radius: 24px; }
}

@media (max-width: 480px) {
  .dg-ritual-pills span { padding-inline: 10px; letter-spacing: .06em; }
  .dg-ritual-product__bottom { align-items: flex-end; }
}

/* ============================================================
   Final mobile header alignment — v1.4.3
   Kept at the end of the stylesheet so ritual-page responsive
   rules cannot recenter the hamburger button.
   ============================================================ */
@media (max-width: 767px) {
  .dg-header__inner {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 12px;
  }
  .dg-brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    min-width: 0;
  }
  .dg-menu-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .dg-header-actions { display: none; }
}

/* ============================================================
   Support pages + PRIMEIROGLOW — v1.5.0
   ============================================================ */

.dg-cart-notice {
  margin: 14px 20px 0;
  padding: 12px 14px;
  border: 1px solid rgba(9,2,24,.13);
  border-radius: 13px;
  background: var(--dg-lilac-100);
  color: var(--dg-plum-900);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}
.dg-cart-notice--error {
  border-color: rgba(184,107,82,.28);
  background: rgba(184,107,82,.09);
  color: #6b4238;
}
.dg-cart-coupon {
  margin: 20px 26px 0;
  padding: 18px;
  border: 1px solid var(--dg-border);
  border-radius: 19px;
  background: linear-gradient(145deg, var(--dg-lilac-100), #fff 64%);
}
.dg-cart-coupon__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.dg-cart-coupon__heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--dg-rose-500);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
}
.dg-cart-coupon__heading h3 {
  margin: 0;
  color: var(--dg-plum-900);
  font: 600 25px/1 var(--dg-serif);
}
.dg-cart-coupon__heading > b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  background: var(--dg-plum-900);
  color: #fff;
  font-size: 13px;
}
.dg-cart-coupon > p {
  margin: 14px 0;
  color: var(--dg-muted);
  font-size: 10.5px;
  line-height: 1.55;
}
.dg-cart-coupon > p strong { color: var(--dg-plum-900); }
.dg-cart-coupon form { display: grid; gap: 7px; }
.dg-cart-coupon label {
  color: var(--dg-ink);
  font-size: 9px;
  font-weight: 700;
}
.dg-cart-coupon label small {
  color: var(--dg-muted);
  font-size: 8px;
  font-weight: 500;
}
.dg-cart-coupon input {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--dg-border);
  border-radius: 11px;
  background: #fff;
  color: var(--dg-ink);
  font-size: 11px;
  outline: 0;
}
.dg-cart-coupon input:focus {
  border-color: var(--dg-lilac-600);
  box-shadow: 0 0 0 3px rgba(87,21,185,.10);
}
.dg-cart-coupon__code { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; margin-bottom: 4px; }
.dg-cart-coupon__code button {
  min-width: 76px;
  padding: 0 13px;
  border: 0;
  border-radius: 11px;
  background: var(--dg-plum-900);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}
.dg-cart-coupon__applied { margin-top: 14px; }
.dg-cart-coupon__applied > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 13px;
  border: 1px dashed var(--dg-lilac-300);
  border-radius: 13px;
  background: rgba(255,255,255,.72);
}
.dg-cart-coupon__applied span { color: var(--dg-plum-900); font-size: 11px; font-weight: 800; }
.dg-cart-coupon__applied small { display: block; margin-bottom: 3px; color: var(--dg-muted); font-size: 8px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.dg-cart-coupon__applied button { padding: 0; border: 0; background: transparent; color: var(--dg-rose-500); font-size: 9px; font-weight: 700; text-decoration: underline; cursor: pointer; }
.dg-cart-drawer__discount,
.dg-cart-drawer__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-top: 9px;
  color: var(--dg-muted);
  font-size: 11px;
}
.dg-cart-drawer__discount strong { color: var(--dg-rose-500); }
.dg-cart-drawer__total {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid var(--dg-border);
  color: var(--dg-ink);
  font-size: 13px;
  font-weight: 700;
}
.dg-cart-drawer__total strong { color: var(--dg-plum-900); font-size: 18px; }

.dg-support-page {
  position: relative;
  background: var(--dg-ivory);
}
.dg-support-progress {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}
.dg-support-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--dg-rose-500), var(--dg-lilac-600), var(--dg-plum-900));
}
.dg-support-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 9vw, 132px) 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(201,184,232,.72), transparent 34%),
    radial-gradient(circle at 82% 76%, rgba(184,107,82,.18), transparent 30%),
    linear-gradient(135deg, #fff, var(--dg-lilac-100) 56%, var(--dg-ivory));
}
.dg-support-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: radial-gradient(rgba(9,2,24,.15) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, rgba(9,2,24, 1), transparent 65%);
}
.dg-support-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(290px,.65fr);
  gap: clamp(55px,8vw,110px);
  align-items: center;
}
.dg-support-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; color: var(--dg-muted); font-size: 10px; font-weight: 600; }
.dg-support-breadcrumb a { color: var(--dg-lilac-600); }
.dg-support-hero h1 {
  max-width: 830px;
  margin: 0;
  color: var(--dg-plum-900);
  font: 600 clamp(54px,6vw,88px)/.91 var(--dg-serif);
  letter-spacing: -.045em;
}
.dg-support-hero__summary {
  max-width: 790px;
  margin: 30px 0 0;
  color: #514651;
  font-size: 16px;
  line-height: 1.75;
}
.dg-support-hero__note {
  max-width: 790px;
  margin: 17px 0 0;
  padding-left: 17px;
  border-left: 2px solid var(--dg-lilac-300);
  color: var(--dg-muted);
  font-size: 12px;
  line-height: 1.65;
}
.dg-support-updated {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 10px 14px;
  border: 1px solid rgba(9,2,24,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: var(--dg-muted);
  font-size: 9px;
}
.dg-support-updated > span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--dg-lilac-600); color: #fff; }
.dg-support-updated strong { color: var(--dg-plum-900); }
.dg-support-hero__seal { position: relative; min-height: 390px; display: grid; place-items: center; }
.dg-support-hero__coin {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(220px,24vw,330px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: rgba(255,255,255,.38);
  box-shadow: 0 30px 80px rgba(9,2,24,.16);
  backdrop-filter: blur(15px);
}
.dg-support-hero__coin::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(87,21,185,.19); border-radius: inherit; }
.dg-support-hero__coin img { width: 76%; height: 76%; object-fit: contain; filter: drop-shadow(0 16px 28px rgba(9,2,24,.16)); }
.dg-support-hero__seal > span { position: absolute; z-index: 3; right: 0; bottom: 42px; padding: 10px 14px; border-radius: 999px; background: var(--dg-plum-900); color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.dg-support-hero__orb { position: absolute; border-radius: 50%; }
.dg-support-hero__orb--one { top: 6%; right: -4%; width: 155px; height: 155px; background: rgba(201,184,232,.48); }
.dg-support-hero__orb--two { bottom: 2%; left: 2%; width: 105px; height: 105px; background: rgba(184,107,82,.18); }

.dg-support-shell { padding: clamp(70px,8vw,115px) 0; }
.dg-support-shell__layout { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: clamp(45px,7vw,95px); align-items: start; }
.dg-support-desktop-index { position: sticky; top: 24px; max-height: calc(100vh - 48px); overflow-y: auto; padding: 26px 19px; border: 1px solid var(--dg-border); border-radius: 22px; background: rgba(255,255,255,.80); box-shadow: 0 16px 45px rgba(9,2,24,.07); }
.dg-support-sidebar__eyebrow { display: block; margin: 0 9px 17px; color: var(--dg-rose-500); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.dg-support-desktop-index nav { display: grid; gap: 3px; }
.dg-support-desktop-index a,
.dg-support-mobile-index a { display: grid; grid-template-columns: 27px minmax(0,1fr); gap: 8px; align-items: start; padding: 8px 9px; border-radius: 10px; color: var(--dg-muted); font-size: 9.5px; font-weight: 600; line-height: 1.4; transition: background .2s ease, color .2s ease; }
.dg-support-desktop-index a span,
.dg-support-mobile-index a span { color: var(--dg-lilac-600); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.dg-support-desktop-index a:hover,
.dg-support-desktop-index a.is-active { background: var(--dg-lilac-100); color: var(--dg-plum-900); }
.dg-support-mobile-index { display: none; }
.dg-support-article { min-width: 0; }
.dg-policy-section {
  position: relative;
  scroll-margin-top: 30px;
  padding: 0 0 54px 72px;
  margin-bottom: 54px;
  border-bottom: 1px solid var(--dg-border);
}
.dg-policy-section:last-of-type { border-bottom: 0; }
.dg-policy-section__number {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid var(--dg-border);
  border-radius: 50%;
  background: #fff;
  color: var(--dg-lilac-600);
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 9px 24px rgba(9,2,24,.07);
}
.dg-policy-section h2 {
  margin: 0 0 24px;
  color: var(--dg-plum-900);
  font: 600 clamp(35px,3.5vw,49px)/1 var(--dg-serif);
  letter-spacing: -.03em;
}
.dg-policy-section h3 { margin: 32px 0 13px; color: var(--dg-plum-900); font-size: 13px; letter-spacing: .02em; }
.dg-policy-section p,
.dg-policy-section li { color: var(--dg-muted); font-size: 14px; line-height: 1.8; }
.dg-policy-section p { margin: 0 0 17px; }
.dg-policy-section ul,
.dg-policy-section ol { margin: 18px 0 22px; padding: 0; list-style: none; counter-reset: dg-policy-list; }
.dg-policy-section li { position: relative; padding-left: 25px; margin: 8px 0; }
.dg-policy-section ul li::before { content: ""; position: absolute; top: .75em; left: 3px; width: 7px; height: 7px; border-radius: 50%; background: var(--dg-lilac-300); }
.dg-policy-section ol li { counter-increment: dg-policy-list; padding-left: 38px; }
.dg-policy-section ol li::before { content: counter(dg-policy-list, decimal-leading-zero); position: absolute; top: 1px; left: 0; color: var(--dg-rose-500); font-size: 10px; font-weight: 800; }
.dg-policy-section a { color: var(--dg-lilac-600); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(87,21,185,.3); text-underline-offset: 3px; overflow-wrap: anywhere; }
.dg-policy-section code { padding: 3px 7px; border-radius: 7px; background: var(--dg-lilac-100); color: var(--dg-plum-900); font: 700 .9em var(--dg-sans); }
.dg-policy-note { margin: 24px 0 5px; padding: 20px 22px; border-left: 3px solid var(--dg-rose-500); border-radius: 0 16px 16px 0; background: linear-gradient(90deg, rgba(184,107,82,.09), rgba(255,255,255,.75)); color: #4a342f; font-size: 12px; line-height: 1.7; }
.dg-policy-section--highlight { padding: 34px 34px 38px 104px; border: 1px solid rgba(87,21,185,.22); border-radius: 25px; background: linear-gradient(145deg, var(--dg-lilac-100), #fff); box-shadow: var(--dg-shadow); }
.dg-policy-section--highlight .dg-policy-section__number { top: 34px; left: 34px; background: var(--dg-plum-900); color: #fff; }
.dg-support-contact { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; margin-top: 75px; padding: 45px; border-radius: 28px; background: linear-gradient(135deg, var(--dg-plum-900), var(--dg-lilac-600)); color: #fff; box-shadow: 0 24px 65px rgba(9,2,24,.17); }
.dg-support-contact .dg-kicker { color: var(--dg-lilac-300); }
.dg-support-contact h2 { margin: 0; font: 600 clamp(38px,4vw,52px)/.98 var(--dg-serif); }
.dg-support-contact p { max-width: 600px; margin: 16px 0 0; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.7; }
.dg-support-contact__actions { display: grid; gap: 10px; min-width: 190px; }
.dg-support-contact .dg-button { background: #fff; color: var(--dg-plum-900); box-shadow: none; }
.dg-support-outline-button { display: grid; min-height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 700; }
.dg-support-related { padding: 90px 0 105px; background: #fff; border-top: 1px solid var(--dg-border); }
.dg-support-related__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin-top: 38px; }
.dg-support-related__grid a { position: relative; min-height: 165px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border: 1px solid var(--dg-border); border-radius: 21px; background: linear-gradient(155deg, #fff, var(--dg-lilac-100)); transition: transform .24s ease, box-shadow .24s ease; }
.dg-support-related__grid a:hover { transform: translateY(-5px); box-shadow: var(--dg-shadow); }
.dg-support-related__grid span { margin-bottom: auto; color: var(--dg-rose-500); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.dg-support-related__grid strong { padding-right: 34px; color: var(--dg-plum-900); font: 600 26px/1 var(--dg-serif); }
.dg-support-related__grid b { position: absolute; right: 23px; bottom: 23px; color: var(--dg-lilac-600); }
.dg-support-top { position: fixed; z-index: 80; right: 22px; bottom: 22px; display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--dg-plum-900); color: #fff; box-shadow: 0 12px 30px rgba(9,2,24,.22); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .22s ease; cursor: pointer; }
.dg-support-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

@media (max-width: 1000px) {
  .dg-support-hero__layout { grid-template-columns: minmax(0,1fr) 250px; gap: 45px; }
  .dg-support-hero__seal { min-height: 310px; }
  .dg-support-shell__layout { grid-template-columns: 225px minmax(0,1fr); gap: 45px; }
  .dg-support-related__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .dg-cart-notice { margin-inline: 17px; }
  .dg-cart-coupon { margin: 16px 17px 0; padding: 16px; }
  .dg-cart-coupon__heading h3 { font-size: 23px; }
  .dg-cart-coupon__heading > b { width: 44px; height: 44px; flex-basis: 44px; }

  .dg-support-hero { padding: 64px 0 68px; }
  .dg-support-hero::before { mask-image: linear-gradient(180deg, rgba(9,2,24, 1), transparent 72%); }
  .dg-support-hero__layout { grid-template-columns: 1fr; gap: 38px; }
  .dg-support-breadcrumb { margin-bottom: 28px; }
  .dg-support-hero h1 { font-size: clamp(48px,15vw,68px); }
  .dg-support-hero__summary { margin-top: 23px; font-size: 14px; }
  .dg-support-hero__seal { min-height: 250px; }
  .dg-support-hero__coin { width: 230px; }
  .dg-support-hero__seal > span { right: 6%; bottom: 14px; }
  .dg-support-hero__orb--one { width: 120px; height: 120px; }
  .dg-support-shell { padding: 55px 0 75px; }
  .dg-support-shell__layout { grid-template-columns: 1fr; gap: 38px; }
  .dg-support-desktop-index { display: none; }
  .dg-support-mobile-index { display: block; border: 1px solid var(--dg-border); border-radius: 17px; background: #fff; }
  .dg-support-mobile-index summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; color: var(--dg-plum-900); font-size: 11px; font-weight: 800; cursor: pointer; list-style: none; }
  .dg-support-mobile-index summary::-webkit-details-marker { display: none; }
  .dg-support-mobile-index[open] summary span { transform: rotate(45deg); }
  .dg-support-mobile-index nav { display: grid; max-height: 360px; overflow-y: auto; padding: 0 10px 12px; border-top: 1px solid var(--dg-border); }
  .dg-support-mobile-index a { padding-block: 10px; }
  .dg-policy-section { padding: 0 0 42px; margin-bottom: 43px; scroll-margin-top: 20px; }
  .dg-policy-section__number { position: static; width: 39px; height: 39px; margin-bottom: 18px; }
  .dg-policy-section h2 { margin-bottom: 20px; font-size: 36px; }
  .dg-policy-section p,
  .dg-policy-section li { font-size: 13px; line-height: 1.72; }
  .dg-policy-section--highlight { padding: 27px 23px 32px; }
  .dg-policy-section--highlight .dg-policy-section__number { position: static; }
  .dg-support-contact { grid-template-columns: 1fr; gap: 28px; padding: 33px 25px; }
  .dg-support-contact__actions { min-width: 0; }
  .dg-support-related { padding: 70px 0 80px; }
  .dg-support-related__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .dg-support-related__grid a { min-height: 145px; padding: 18px; }
  .dg-support-related__grid strong { font-size: 22px; }
  .dg-support-related__grid b { right: 18px; bottom: 18px; }
  .dg-support-top { right: 15px; bottom: 15px; }
}

@media (max-width: 430px) {
  .dg-support-related__grid { grid-template-columns: 1fr; }
  .dg-support-related__grid a { min-height: 130px; }
}

/* ============================================================
   Institutional pages — v1.5.5
   ============================================================ */
.dg-institutional-page { overflow: hidden; background: var(--dg-ivory); }
.dg-institutional-hero { position: relative; padding: clamp(78px,8vw,125px) 0; border-bottom: 1px solid var(--dg-border); background: linear-gradient(118deg, var(--dg-lilac-100), var(--dg-ivory) 55%, rgba(184,107,82,.10)); }
.dg-institutional-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .26; background-image: radial-gradient(rgba(87,21,185,.28) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(90deg, transparent, #000 65%, #000); }
.dg-institutional-hero__layout { position: relative; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(270px,.65fr); gap: clamp(50px,8vw,120px); align-items: center; }
.dg-institutional-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 37px; color: var(--dg-muted); font-size: 10px; }
.dg-institutional-breadcrumb a { color: var(--dg-lilac-600); font-weight: 700; }
.dg-institutional-hero h1 { max-width: 760px; margin: 0; color: var(--dg-plum-900); font: 600 clamp(63px,7.2vw,105px)/.86 var(--dg-serif); letter-spacing: -.05em; }
.dg-institutional-hero__copy > p { max-width: 720px; margin: 28px 0 0; color: var(--dg-muted); font-size: 15px; line-height: 1.75; }
.dg-institutional-hero__brand { position: relative; display: grid; min-height: 320px; place-items: center; align-content: center; isolation: isolate; }
.dg-institutional-hero__brand img { position: relative; z-index: 2; display: block; width: min(250px,78%); filter: drop-shadow(0 25px 38px rgba(9,2,24,.18)); }
.dg-institutional-hero__brand strong { position: relative; z-index: 2; margin-top: 14px; color: var(--dg-plum-900); font: 600 25px/1 var(--dg-serif); }
.dg-institutional-hero__brand small { position: relative; z-index: 2; margin-top: 8px; color: var(--dg-rose-500); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.dg-institutional-hero__halo { position: absolute; z-index: -1; width: 290px; height: 290px; border: 1px solid rgba(87,21,185,.16); border-radius: 50%; background: rgba(255,255,255,.64); box-shadow: 0 25px 80px rgba(9,2,24,.08); }
.dg-institutional-hero__halo::before,
.dg-institutional-hero__halo::after { content: ""; position: absolute; border-radius: 50%; }
.dg-institutional-hero__halo::before { top: -18px; right: -20px; width: 95px; height: 95px; background: rgba(201,184,232,.55); }
.dg-institutional-hero__halo::after { bottom: 8px; left: -22px; width: 72px; height: 72px; background: rgba(184,107,82,.16); }

.dg-about-intro { padding: clamp(80px,9vw,135px) 0; background: #fff; }
.dg-about-intro__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px,9vw,130px); align-items: start; }
.dg-about-intro h2,
.dg-about-pillars h2,
.dg-about-route h2,
.dg-contact-options h2,
.dg-contact-base h2,
.dg-institutional-cta h2 { margin: 0; color: var(--dg-plum-900); font: 600 clamp(43px,4.6vw,66px)/.96 var(--dg-serif); letter-spacing: -.035em; }
.dg-about-intro__copy { padding-top: 25px; }
.dg-about-intro__copy p { margin: 0 0 22px; color: var(--dg-muted); font-size: 15px; line-height: 1.85; }

.dg-about-pillars { padding: clamp(78px,8vw,118px) 0; background: linear-gradient(180deg, var(--dg-ivory), var(--dg-lilac-100)); }
.dg-about-pillars__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.dg-about-pillars__grid article { min-height: 285px; padding: 29px 26px; border: 1px solid var(--dg-border); border-radius: 24px; background: rgba(255,255,255,.74); box-shadow: 0 14px 40px rgba(9,2,24,.05); }
.dg-about-pillars__grid span { display: inline-grid; width: 38px; height: 38px; place-items: center; margin-bottom: 62px; border-radius: 50%; background: var(--dg-lilac-100); color: var(--dg-lilac-600); font-size: 9px; font-weight: 800; }
.dg-about-pillars__grid h3 { margin: 0 0 13px; color: var(--dg-plum-900); font: 600 27px/1 var(--dg-serif); }
.dg-about-pillars__grid p { margin: 0; color: var(--dg-muted); font-size: 11px; line-height: 1.7; }

.dg-about-route { padding: clamp(75px,8vw,115px) 0; background: #fff; }
.dg-about-route__card { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(45px,8vw,110px); align-items: center; padding: clamp(38px,6vw,76px); border: 1px solid var(--dg-border); border-radius: 32px; background: linear-gradient(140deg, #fff, var(--dg-lilac-100)); box-shadow: var(--dg-shadow); }
.dg-about-route__copy p { margin: 22px 0 0; color: var(--dg-muted); font-size: 13px; line-height: 1.78; }
.dg-about-route__steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.dg-about-route__steps li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: center; min-height: 73px; border-bottom: 1px solid var(--dg-border); }
.dg-about-route__steps li:last-child { border-bottom: 0; }
.dg-about-route__steps span { color: var(--dg-rose-500); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.dg-about-route__steps strong { color: var(--dg-plum-900); font-size: 12px; }

.dg-contact-options { padding: clamp(78px,8vw,118px) 0; background: #fff; }
.dg-contact-options__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.dg-contact-card { display: flex; min-height: 360px; flex-direction: column; align-items: flex-start; padding: 31px 29px; border: 1px solid var(--dg-border); border-radius: 25px; background: linear-gradient(150deg, #fff, var(--dg-lilac-100)); }
.dg-contact-card--affiliate { background: linear-gradient(145deg, var(--dg-plum-900), var(--dg-lilac-600)); color: #fff; }
.dg-contact-card__number { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 70px; border-radius: 50%; background: #fff; color: var(--dg-lilac-600); font-size: 9px; font-weight: 800; box-shadow: 0 9px 24px rgba(9,2,24,.08); }
.dg-contact-card h3 { margin: 0 0 14px; color: var(--dg-plum-900); font: 600 31px/1 var(--dg-serif); }
.dg-contact-card p { margin: 0 0 20px; color: var(--dg-muted); font-size: 12px; line-height: 1.7; }
.dg-contact-card a { display: flex; width: 100%; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--dg-border); color: var(--dg-plum-900); font-size: 10px; font-weight: 700; overflow-wrap: anywhere; }
.dg-contact-card a + a { margin-top: 12px; }
.dg-contact-card--affiliate h3,
.dg-contact-card--affiliate a { color: #fff; }
.dg-contact-card--affiliate p { color: rgba(255,255,255,.72); }
.dg-contact-card--affiliate a { border-color: rgba(255,255,255,.18); }

.dg-contact-base { padding: 0 0 clamp(75px,8vw,115px); background: #fff; }
.dg-contact-base__card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px,8vw,100px); align-items: center; padding: clamp(36px,6vw,68px); border-radius: 30px; background: var(--dg-lilac-100); }
.dg-contact-base__card > div:first-child p { margin: 22px 0 0; color: var(--dg-muted); font-size: 13px; line-height: 1.8; }
.dg-contact-base__note { padding: 27px; border: 1px solid rgba(87,21,185,.17); border-radius: 22px; background: rgba(255,255,255,.75); }
.dg-contact-base__note strong { color: var(--dg-plum-900); font-size: 12px; }
.dg-contact-base__note p { margin: 13px 0 0; color: var(--dg-muted); font-size: 11px; line-height: 1.7; }

.dg-institutional-cta { padding: clamp(76px,8vw,110px) 0; background: var(--dg-ivory); }
.dg-institutional-cta__card { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: clamp(38px,6vw,68px); border-radius: 31px; background: linear-gradient(135deg, var(--dg-plum-900), var(--dg-lilac-600)); color: #fff; box-shadow: 0 24px 65px rgba(9,2,24,.16); }
.dg-institutional-cta .dg-kicker { color: var(--dg-lilac-300); }
.dg-institutional-cta h2 { color: #fff; }
.dg-institutional-cta__actions { display: grid; min-width: 205px; gap: 10px; }
.dg-institutional-cta .dg-button { background: #fff; color: var(--dg-plum-900); box-shadow: none; }
.dg-institutional-cta .dg-support-outline-button { border-color: rgba(255,255,255,.34); }

@media (max-width: 1000px) {
  .dg-institutional-hero__layout { grid-template-columns: minmax(0,1fr) 250px; gap: 45px; }
  .dg-institutional-hero__brand { min-height: 280px; }
  .dg-institutional-hero__halo { width: 250px; height: 250px; }
  .dg-about-pillars__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dg-contact-options__grid { grid-template-columns: 1fr 1fr; }
  .dg-contact-card--affiliate { grid-column: 1/-1; min-height: 300px; }
}

@media (max-width: 767px) {
  .dg-institutional-hero { padding: 62px 0 72px; }
  .dg-institutional-hero__layout { grid-template-columns: 1fr; gap: 38px; }
  .dg-institutional-breadcrumb { margin-bottom: 28px; }
  .dg-institutional-hero h1 { font-size: clamp(55px,16vw,78px); }
  .dg-institutional-hero__copy > p { margin-top: 22px; font-size: 13px; line-height: 1.68; }
  .dg-institutional-hero__brand { min-height: 250px; }
  .dg-institutional-hero__brand img { width: 188px; }
  .dg-institutional-hero__halo { width: 225px; height: 225px; }
  .dg-about-intro__layout,
  .dg-about-route__card,
  .dg-contact-base__card { grid-template-columns: 1fr; gap: 35px; }
  .dg-about-intro__copy { padding-top: 0; }
  .dg-about-intro__copy p { font-size: 13px; line-height: 1.75; }
  .dg-about-pillars__grid,
  .dg-contact-options__grid { grid-template-columns: 1fr; }
  .dg-about-pillars__grid article { min-height: 245px; }
  .dg-about-pillars__grid span { margin-bottom: 45px; }
  .dg-about-route__card { padding: 32px 24px; border-radius: 25px; }
  .dg-contact-card,
  .dg-contact-card--affiliate { grid-column: auto; min-height: 320px; padding: 28px 24px; }
  .dg-contact-card__number { margin-bottom: 53px; }
  .dg-contact-base__card { padding: 32px 24px; border-radius: 25px; }
  .dg-institutional-cta__card { grid-template-columns: 1fr; gap: 28px; padding: 34px 25px; }
  .dg-institutional-cta__actions { min-width: 0; }
}

@media (max-width: 430px) {
  .dg-institutional-hero__brand { min-height: 225px; }
  .dg-institutional-hero__brand img { width: 165px; }
  .dg-institutional-hero__halo { width: 205px; height: 205px; }
  .dg-about-intro h2,
  .dg-about-pillars h2,
  .dg-about-route h2,
  .dg-contact-options h2,
  .dg-contact-base h2,
  .dg-institutional-cta h2 { font-size: 40px; }
}

/* ============================================================
   FRETE — calculadora própria do tema (PDP + carrinho lateral)
   Substitui os widgets do Shipping Simulator e da bridge do
   Melhor Envio, que ficam ocultos via dg_shipping_hide_legacy_widgets().
   ============================================================ */

.dg-pdp-shipping {
  margin: 18px 0;
  padding: 16px 18px;
  border: 1px solid var(--dg-border);
  border-radius: 16px;
  background: linear-gradient(145deg, var(--dg-lilac-100), #fff 64%);
}
.dg-pdp-shipping__label {
  display: block;
  margin-bottom: 9px;
  color: var(--dg-plum-900);
  font-size: 12px;
  font-weight: 700;
}
.dg-pdp-shipping__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.dg-pdp-shipping__row input {
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--dg-border);
  border-radius: 11px;
  background: #fff;
  color: var(--dg-ink);
  font-size: 13px;
  outline: 0;
}
.dg-pdp-shipping__row input:focus,
.dg-pdp-shipping__row input[aria-invalid="true"] {
  border-color: var(--dg-lilac-600);
  box-shadow: 0 0 0 3px rgba(87,21,185,.10);
}
.dg-pdp-shipping__row input[aria-invalid="true"] { border-color: #c0392b; }
.dg-pdp-shipping__row button {
  min-width: 96px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--dg-plum-900);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.dg-pdp-shipping__row button:hover { background: var(--dg-lilac-600); }
.dg-pdp-shipping__cep-help {
  display: inline-block;
  margin-top: 6px;
  color: var(--dg-rose-500);
  font-size: 10.5px;
  text-decoration: underline;
}
.dg-pdp-shipping__results,
.dg-cart-shipping__rates { margin-top: 12px; }
.dg-pdp-shipping__loading,
.dg-pdp-shipping__empty,
.dg-cart-shipping__empty {
  margin: 0;
  color: var(--dg-muted);
  font-size: 11.5px;
}
.dg-pdp-shipping__rate,
.dg-cart-shipping__rate {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 4px;
  border-bottom: 1px solid var(--dg-border);
  font-size: 12px;
  color: var(--dg-ink);
  cursor: pointer;
}
.dg-pdp-shipping__rate:last-child,
.dg-cart-shipping__rate:last-child { border-bottom: 0; }
.dg-pdp-shipping__rate input,
.dg-cart-shipping__rate input {
  accent-color: var(--dg-plum-900);
  width: 16px;
  height: 16px;
}
.dg-pdp-shipping__rate strong,
.dg-cart-shipping__rate strong { color: var(--dg-plum-900); white-space: nowrap; }

.dg-cart-shipping {
  margin: 16px 26px 0;
  padding: 16px 18px;
  border: 1px solid var(--dg-border);
  border-radius: 19px;
  background: #fff;
}
.dg-cart-shipping__title {
  margin: 0 0 10px;
  color: var(--dg-plum-900);
  font: 600 18px/1 var(--dg-serif);
}
.dg-cart-shipping__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.dg-cart-shipping__row input {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--dg-border);
  border-radius: 10px;
  background: #fff;
  font-size: 12px;
  outline: 0;
}
.dg-cart-shipping__row input:focus { border-color: var(--dg-lilac-600); }
.dg-cart-shipping__row button {
  min-width: 88px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: var(--dg-plum-900);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  cursor: pointer;
}
.dg-cart-shipping__row button:hover { background: var(--dg-lilac-600); }

.dg-cart-drawer__shipping-chosen {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 6px 0;
  color: var(--dg-ink);
  font-size: 11.5px;
}
.dg-cart-drawer__shipping-chosen strong { color: var(--dg-plum-900); }

/* ============================================================
   CARRINHO (/carrinho/) — correção de overflow no mobile
   Texto sendo cortado à esquerda: string longa (endereço de
   retirada) sem quebra de linha, estourando a largura da tela.
   ============================================================ */
@media (max-width: 600px) {
  html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .woocommerce-cart-form,
  .cart_totals,
  .wp-block-woocommerce-cart,
  .wc-block-cart,
  table.shop_table {
    max-width: 100%;
    box-sizing: border-box;
  }
  .woocommerce-cart-form td,
  .woocommerce-cart-form th,
  .cart_totals td,
  .cart_totals th,
  .wc-block-cart-item,
  .wc-block-components-totals-item,
  .wc-block-components-shipping-rates-control__package,
  .shipping,
  .woocommerce-shipping-totals {
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal !important;
  }
}

/* ============================================================
   CARRINHO MOBILE — alinhamento integral da área inferior v1.6.11
   Normaliza o Cart Block e o carrinho clássico dentro do mesmo
   container dos produtos, removendo largura 100vw, offsets e
   margens laterais que cortavam cupom, entrega, total e CTA.
   ============================================================ */
@media (max-width: 767px) {
  body.woocommerce-cart .dg-woocommerce-shell > .dg-container {
    width: calc(100% - 28px);
    max-width: 600px;
    margin-inline: auto;
  }

  body.woocommerce-cart .woocommerce,
  body.woocommerce-cart .wp-block-woocommerce-cart,
  body.woocommerce-cart .wc-block-cart,
  body.woocommerce-cart .wc-block-components-sidebar-layout,
  body.woocommerce-cart .wc-block-components-sidebar-layout__main,
  body.woocommerce-cart .wc-block-components-sidebar,
  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-cart__sidebar,
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    inset-inline: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .wc-block-components-sidebar-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
  }

  body.woocommerce-cart .wc-block-components-sidebar-layout__main,
  body.woocommerce-cart .wc-block-components-sidebar,
  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-cart__sidebar {
    flex: 0 0 auto !important;
  }

  body.woocommerce-cart .wc-block-components-sidebar,
  body.woocommerce-cart .wc-block-cart__sidebar,
  body.woocommerce-cart .cart-collaterals {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart *,
  body.woocommerce-cart .cart-collaterals * {
    min-width: 0;
    box-sizing: border-box;
  }

  body.woocommerce-cart .wc-block-cart__sidebar > *,
  body.woocommerce-cart .wc-block-components-totals-wrapper,
  body.woocommerce-cart .wc-block-components-panel,
  body.woocommerce-cart .wc-block-components-totals-item,
  body.woocommerce-cart .wc-block-cart__submit-container,
  body.woocommerce-cart .wc-block-cart__submit,
  body.woocommerce-cart .wc-block-cart__submit-button,
  body.woocommerce-cart .cart_totals,
  body.woocommerce-cart .cart_totals table.shop_table,
  body.woocommerce-cart .wc-proceed-to-checkout,
  body.woocommerce-cart .checkout-button {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper,
  body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-panel,
  body.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.woocommerce-cart .wc-block-components-totals-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    column-gap: 12px !important;
    align-items: start !important;
  }

  body.woocommerce-cart .wc-block-components-totals-item__label,
  body.woocommerce-cart .wc-block-components-totals-item__description,
  body.woocommerce-cart .wc-block-components-totals-shipping__via,
  body.woocommerce-cart .wc-block-components-shipping-address,
  body.woocommerce-cart .wc-block-components-shipping-rates-control,
  body.woocommerce-cart .wc-block-components-shipping-rates-control__package,
  body.woocommerce-cart .wc-block-components-shipping-rates-control__package-items,
  body.woocommerce-cart .wc-block-components-shipping-rates-control__package-item,
  body.woocommerce-cart .wc-block-components-radio-control,
  body.woocommerce-cart .wc-block-components-radio-control__option,
  body.woocommerce-cart .wc-block-components-radio-control__label {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    white-space: normal !important;
  }

  body.woocommerce-cart .wc-block-components-totals-item__value {
    max-width: 45vw !important;
    text-align: right !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  body.woocommerce-cart .wc-block-cart__submit-button,
  body.woocommerce-cart .checkout-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Fallback para o carrinho clássico. */
  body.woocommerce-cart .cart-collaterals .cart_totals {
    float: none !important;
    clear: both !important;
    padding: 16px !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table {
    margin: 0 !important;
    table-layout: fixed !important;
  }

  body.woocommerce-cart .cart_totals table.shop_table th,
  body.woocommerce-cart .cart_totals table.shop_table td {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }
}


/* ============================================================
   Compartilhar carrinho — v1.6.12
   Controle discreto no rodapé do carrinho lateral. Não compete
   com o CTA "Finalizar compra"; apenas oferece copiar o link
   pronto e enviar pelo WhatsApp.
   ============================================================ */
.dg-cart-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}
.dg-cart-share__copy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid var(--dg-border);
  border-radius: 999px;
  background: var(--dg-lilac-100);
  color: var(--dg-plum-900);
  font-family: var(--dg-sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.dg-cart-share__copy:hover {
  background: #fff;
  border-color: var(--dg-lilac-300);
}
.dg-cart-share__copy svg {
  width: 15px;
  height: 15px;
  flex: none;
}
.dg-cart-share__copy.is-copied {
  background: #eafaf0;
  border-color: #bfe6cd;
  color: #1f7a46;
}
.dg-cart-share__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--dg-border);
  background: #fff;
  color: #25d366;
  transition: border-color .2s ease, background .2s ease;
}
.dg-cart-share__wa:hover {
  border-color: #bfe6cd;
  background: #f4fdf7;
}
.dg-cart-share__wa svg {
  width: 19px;
  height: 19px;
}


/* ============================================================
   Alterar itens do pedido no checkout — v1.6.13
   Fixo na tela de propósito: não depende de existir espaço no
   cabeçalho daquela página específica, nem de qual template de
   checkout está ativo. Abre o mesmo carrinho lateral já aprovado.
   ============================================================ */
.dg-checkout-edit-cart {
  position: fixed;
  z-index: 60;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--dg-border);
  border-radius: 999px;
  background: #fff;
  color: var(--dg-plum-900);
  font-family: var(--dg-sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-shadow: var(--dg-shadow);
  cursor: pointer;
  transition: border-color .2s ease, transform .2s ease;
}
.dg-checkout-edit-cart:hover { border-color: var(--dg-lilac-300); }
.dg-checkout-edit-cart svg { width: 16px; height: 16px; flex: none; }

@media (max-width: 767px) {
  .dg-checkout-edit-cart {
    top: auto;
    bottom: calc(18px + env(safe-area-inset-bottom));
    right: 14px;
    padding: 11px 14px;
    font-size: 11.5px;
  }
}


/* ============================================================
   Quantidade editável no resumo do checkout — v1.6.15
   Substitui o "× N" fixo do checkout clássico. Compacto e inline
   de propósito, pra caber junto do nome do produto sem depender
   do layout ao redor (que pode vir do Elementor).
   ============================================================ */
.dg-checkout-qty {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 8px;
  vertical-align: middle;
  font-family: var(--dg-sans);
}
.dg-checkout-qty[aria-busy="true"] { opacity: .5; pointer-events: none; }
.dg-checkout-qty button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  padding: 0;
  border: 1px solid var(--dg-border);
  border-radius: 999px;
  background: #fff;
  color: var(--dg-plum-900);
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}
.dg-checkout-qty button:hover { border-color: var(--dg-lilac-300); }
.dg-checkout-qty button:disabled { opacity: .4; cursor: not-allowed; }
.dg-checkout-qty__value {
  min-width: 14px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: var(--dg-plum-900);
}
.dg-checkout-qty__remove {
  width: auto !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  font-size: 10px !important;
  font-weight: 700;
  color: var(--dg-rose-500) !important;
  border-color: var(--dg-border) !important;
}


/* ============================================================
   Hero — texto em cascata — v1.6.19
   Removidas as setas de benefício (não ficaram bem e tinham um
   problema real de posição que não acompanhava a imagem — não é
   pra remendar, é pra tirar).
   A animação do texto agora é disparada pelo JS (classe
   .is-revealed), não mais só pela .is-active do carrossel — isso
   evita o texto "terminar de animar" antes da fonte da web
   carregar, o que fazia a entrada passar despercebida. Duração e
   atraso maiores de propósito, pra ficar perceptível de verdade
   (mais perto do ritmo que a versão em vídeo tinha).
   ============================================================ */
@keyframes dgHeroReveal { to { opacity: 1; transform: translateY(0); } }

.dg-hero-copy .dg-kicker,
.dg-hero-copy h1,
.dg-hero-copy p,
.dg-hero-copy .dg-hero-steps,
.dg-hero-copy .dg-button {
  opacity: 0;
  transform: translateY(24px);
}
.dg-hero-copy.is-revealed .dg-kicker { animation: dgHeroReveal .9s cubic-bezier(.16,1,.3,1) .05s forwards; }
.dg-hero-copy.is-revealed h1 { animation: dgHeroReveal .9s cubic-bezier(.16,1,.3,1) .35s forwards; }
.dg-hero-copy.is-revealed p { animation: dgHeroReveal .9s cubic-bezier(.16,1,.3,1) .65s forwards; }
.dg-hero-copy.is-revealed .dg-hero-steps { animation: dgHeroReveal .9s cubic-bezier(.16,1,.3,1) .95s forwards; }
.dg-hero-copy.is-revealed .dg-button { animation: dgHeroReveal .9s cubic-bezier(.16,1,.3,1) 1.25s forwards; }

@media (prefers-reduced-motion: reduce) {
  .dg-hero-copy .dg-kicker,
  .dg-hero-copy h1,
  .dg-hero-copy p,
  .dg-hero-copy .dg-hero-steps,
  .dg-hero-copy .dg-button {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ------------------------------------------------------------------ *
 * ABAS DA PDP — Descrição / Informação adicional / Avaliações
 * Estiliza o sistema nativo do WooCommerce (comentários + estrelas)
 * pra seguir a identidade editorial da marca. Não substitui nada —
 * só veste a estrutura que já existe.
 * ------------------------------------------------------------------ */
.woocommerce div.product .woocommerce-tabs { margin-top: 70px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 8px;
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid var(--dg-border);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 14px 22px;
	font-family: var(--dg-sans);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--dg-muted);
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: color .2s ease, border-color .2s ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: var(--dg-plum-900);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--dg-plum-900);
	border-bottom-color: var(--dg-rose-600);
}

.woocommerce div.product .woocommerce-tabs .panel {
	max-width: 780px;
	font-family: var(--dg-sans);
	color: var(--dg-ink);
	line-height: 1.7;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-family: var(--dg-serif);
	font-size: 30px;
	font-weight: 600;
	color: var(--dg-plum-900);
	margin: 0 0 22px;
}
.woocommerce div.product .woocommerce-tabs table.shop_attributes {
	border: none;
	font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs table.shop_attributes th {
	width: 200px;
	padding: 12px 0;
	color: var(--dg-muted);
	font-weight: 600;
	border-top: 1px solid var(--dg-border);
}
.woocommerce div.product .woocommerce-tabs table.shop_attributes td {
	padding: 12px 0;
	border-top: 1px solid var(--dg-border);
}

/* Estrelas — cor da marca no lugar do laranja padrão do WooCommerce */
.woocommerce .star-rating span::before,
.woocommerce div.product .woocommerce-tabs .star-rating span::before {
	color: var(--dg-rose-600);
}
.woocommerce .star-rating::before {
	color: var(--dg-lilac-300);
}
.woocommerce p.stars a {
	color: var(--dg-rose-600);
}

/* Lista de avaliações já publicadas */
.woocommerce div.product .woocommerce-tabs #reviews .woocommerce-Reviews-title,
.woocommerce div.product .woocommerce-tabs #reviews #review_form_wrapper h3 {
	font-family: var(--dg-serif);
	font-size: 28px;
	font-weight: 600;
	color: var(--dg-plum-900);
	margin: 0 0 26px;
}
.woocommerce #reviews ol.commentlist {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}
.woocommerce #reviews ol.commentlist li.review {
	margin: 0 0 22px;
}
.woocommerce #reviews ol.commentlist li .comment_container {
	display: flex;
	gap: 16px;
	padding: 22px 24px;
	border: 1px solid var(--dg-border);
	border-radius: 18px;
	background: #fff;
}
.woocommerce #reviews ol.commentlist .avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	flex: 0 0 auto;
}
.woocommerce #reviews ol.commentlist .comment-text { flex: 1; }
.woocommerce #reviews ol.commentlist .woocommerce-review__author {
	font-family: var(--dg-sans);
	font-weight: 700;
	color: var(--dg-plum-900);
	font-size: 13px;
}
.woocommerce #reviews ol.commentlist .woocommerce-review__dash { display: none; }
.woocommerce #reviews ol.commentlist .woocommerce-review__published-date {
	font-size: 12px;
	color: var(--dg-muted);
}
.woocommerce #reviews ol.commentlist .star-rating { margin: 6px 0 10px; }
.woocommerce #reviews ol.commentlist .description p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: var(--dg-ink);
}
.woocommerce .woocommerce-verified {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 9px;
	border-radius: 999px;
	background: var(--dg-lilac-100);
	color: var(--dg-rose-600);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
}

/* Sem avaliação ainda */
.woocommerce #reviews .woocommerce-noreviews {
	padding: 22px 24px;
	border: 1px dashed var(--dg-border);
	border-radius: 18px;
	color: var(--dg-muted);
	font-size: 14px;
}

/* Formulário de nova avaliação */
.woocommerce #reviews #review_form_wrapper {
	padding: 28px 26px;
	border: 1px solid var(--dg-border);
	border-radius: 20px;
	background: linear-gradient(160deg, #faf6fb, #fff);
}
.woocommerce #review_form .comment-form-rating label,
.woocommerce #review_form .comment-form-comment label,
.woocommerce #review_form .comment-form-author label,
.woocommerce #review_form .comment-form-email label {
	display: block;
	margin: 0 0 6px;
	font-family: var(--dg-sans);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--dg-plum-900);
}
.woocommerce #review_form .comment-form-rating { margin-bottom: 18px; }
.woocommerce #review_form textarea,
.woocommerce #review_form input[type="text"],
.woocommerce #review_form input[type="email"] {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--dg-border);
	border-radius: 12px;
	font-family: var(--dg-sans);
	font-size: 14px;
	background: #fff;
}
.woocommerce #review_form textarea { min-height: 120px; resize: vertical; }
.woocommerce #review_form p.form-submit { margin: 18px 0 0; }
.woocommerce #review_form #submit {
	padding: 13px 28px;
	border-radius: 999px;
	background: var(--dg-plum-900);
	color: #fff;
	font-family: var(--dg-sans);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	border: none;
	cursor: pointer;
}
.woocommerce #review_form #submit:hover { background: var(--dg-rose-600); }

@media (max-width: 640px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs { flex-wrap: wrap; gap: 4px; }
	.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 10px 14px; font-size: 11px; }
	.woocommerce #reviews ol.commentlist .comment_container { flex-direction: column; }
}
