/* Dom Royale Chocolates - estilo principal reconstruído */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #faf6f0;
  color: #2d2520;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
}

/* Layout geral */

.dr-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.dr-section {
  padding: 80px 0;
}

.dr-section-alt {
  background: #f2ede4;
}

.dr-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.dr-section-header-left {
  text-align: left;
}

.dr-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8b6914;
}

.dr-section-kicker::before {
  content: "";
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b8860b);
}

.dr-section h2 {
  margin: 8px 0 8px;
  font-size: 32px;
  line-height: 1.2;
}

.dr-section-subtitle {
  margin: 0 auto;
  max-width: 560px;
  font-size: 14px;
  color: #5c524a;
}

/* Página Sobre nós */
.dr-about-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.dr-about-content p {
  margin: 0 0 1.1rem;
  font-size: 15px;
  line-height: 1.65;
  color: #4a423c;
}

.dr-about-content p:last-child {
  margin-bottom: 0;
}

/* Meus pedidos */
.dr-pedidos-guest {
  max-width: 480px;
  margin: 0 auto;
  padding: 24px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8e2d8;
}

.dr-pedidos-guest p {
  margin: 0 0 16px;
  color: #5c524a;
  font-size: 15px;
}

.dr-pedidos-empty {
  max-width: 480px;
  margin: 0 auto;
  padding: 32px 20px;
  text-align: center;
  color: #6b6158;
  font-size: 15px;
  background: #f7f3ed;
  border-radius: 12px;
  border: 1px dashed #d4c9bc;
}

.dr-pedidos-list {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dr-pedido-card {
  background: #fff;
  border: 1px solid #e8e2d8;
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow: 0 2px 8px rgba(45, 37, 32, 0.06);
}

.dr-pedido-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #efe8df;
}

.dr-pedido-id {
  font-weight: 600;
  color: #2d2520;
  font-size: 15px;
}

.dr-pedido-card-head time {
  font-size: 13px;
  color: #7a6f66;
}

.dr-pedido-delivery {
  margin: 0 0 12px;
  font-size: 14px;
  color: #5c524a;
}

.dr-pedido-address {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
  color: #6b6158;
}

.dr-pedido-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dr-pedido-item-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f2ede6;
  font-size: 14px;
}

.dr-pedido-item-line:last-child {
  border-bottom: none;
}

.dr-pedido-item-name {
  color: #2d2520;
  min-width: 0;
}

.dr-pedido-item-meta {
  flex-shrink: 0;
  color: #5c524a;
  font-size: 13px;
  text-align: right;
}

.dr-pedido-total {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid #efe8df;
  font-weight: 600;
  font-size: 16px;
  color: #2d2520;
}

/* HEADER */

.dr-header {
  position: sticky;
  top: 0;
  z-index: 20;
}

.dr-header-top {
  background: #13100f;
  color: #c9c3bc;
  font-size: 11px;
}

.dr-header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}

.dr-header-top-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dr-header-top-links a:hover {
  text-decoration: underline;
}

.dr-header-main {
  background: #1f1916;
  color: #f5f1ea;
  border-bottom: 1px solid #2d2520;
}

.dr-header-main-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1.4fr) auto;
  align-items: center;
  gap: 24px;
  padding: 10px 0;
}

.dr-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dr-logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("LogoDomRoyale.jpg");
  background-size: 130%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.7);
  color: transparent; /* esconde texto "DR" que vem no HTML */
  text-indent: -9999px; /* evita texto aparecendo se background carregar */
  overflow: hidden;
}

.dr-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.dr-logo-title {
  font-weight: 600;
  font-size: 16px;
}

.dr-logo-subtitle {
  font-weight: 400;
  font-size: 12px;
  color: #d1cbc4;
}

.dr-header-search input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #3a2f28;
  background: #2a221d;
  padding: 8px 14px;
  color: #f5f1ea;
  font-size: 13px;
}

.dr-header-search input::placeholder {
  color: #b2a79c;
}

/* Remove informação do canto superior direito (Páscoa Dom Royale • Edição limitada) */
.dr-header-top-info {
  display: none;
}

.dr-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.dr-header-btn,
.dr-header-cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #5a4a3f;
  background: #2a221d;
  color: #f5f1ea;
  font-size: 12px;
  cursor: pointer;
}

.dr-header-btn:hover,
.dr-header-cart:hover,
.dr-header-orders:hover {
  background: #3a2f28;
}

.dr-header-orders {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #5a4a3f;
  background: #2a221d;
  color: #f5f1ea;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.dr-header-orders[hidden] {
  display: none !important;
}

.dr-header-orders-emoji {
  font-size: 1.1em;
  line-height: 1;
  margin-right: 2px;
}

.dr-header-btn.dr-header-btn--user {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  justify-content: center;
}

.dr-header-account-root {
  display: flex;
  align-items: center;
}

.dr-header-user-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 200px;
  padding: 4px 6px 4px 12px;
  border-radius: 999px;
  border: 1px solid #5a4a3f;
  background: #2a221d;
  color: #f5f1ea;
  font-size: 12px;
}

.dr-header-user-nick {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
  font-weight: 500;
}

.dr-header-logout-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #d4c4b0;
  cursor: pointer;
  line-height: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.dr-header-logout-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.dr-header-logout-btn:focus-visible {
  outline: 2px solid #b8860b;
  outline-offset: 2px;
}

.dr-header-cart-emoji {
  font-size: 1.1em;
  line-height: 1;
  margin-right: 4px;
}

.dr-header-cart-badge {
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #c45c5c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
}

.dr-header-nav-wrap {
  background: #171210;
}

.dr-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.dr-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  /* puxa levemente os tópicos para a esquerda */
  margin-left: -10px;
  gap: 26px;
}

.dr-nav-list a {
  font-size: 16px;
  color: #e6dfd7;
  padding: 6px 0;
  position: relative;
}

.dr-nav-list a:focus,
.dr-nav-list a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.dr-nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #b8860b, #c45c5c);
  border-radius: 999px;
  transition: width 0.2s ease;
}

.dr-nav-list a:hover::after,
.dr-nav-list a.dr-nav-active::after {
  width: 100%;
}

.dr-nav-cta {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(233, 196, 122, 0.85);
  background: rgba(233, 196, 122, 0.12);
  color: #f5f1ea;
}

/* Toggle do menu (aparece só no mobile) */
.dr-nav-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
  padding: 0;
}

.dr-nav-toggle span {
  width: 60%;
  height: 2px;
  background: #e6dfd7;
  border-radius: 999px;
}

.dr-nav-toggle:focus,
.dr-nav-toggle:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* PROMOS TOPO CATÁLOGO */

.dr-promo-menu {
  position: fixed;
  top: 72px;
  right: 18px;
  width: 260px;
  max-width: 80vw;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 40;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.dr-promo-menu.dr-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

.dr-promo-menu-inner {
  padding: 14px 14px 10px;
}

.dr-promo-menu-inner h3 {
  margin: 0 0 8px;
  font-size: 14px;
  color: #2d2520;
}

.dr-promo-menu-inner p {
  margin: 0 0 10px;
  font-size: 12px;
  color: #5c524a;
}

.dr-promo-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dr-promo-menu-list li + li {
  margin-top: 4px;
}

.dr-promo-menu-list button {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  padding: 6px 4px;
  font-size: 13px;
  cursor: pointer;
  color: #2d2520;
  border-radius: 10px;
}

.dr-promo-menu-list button:hover {
  background: #f5f0e8;
}

.dr-promos {
  padding: 18px 0 8px;
  background: #f2efe8;
  border-bottom: 1px solid rgba(45, 37, 32, 0.08);
}

.dr-promos-shell {
  position: relative;
  border-radius: 18px;
  background: linear-gradient(135deg, #f5e4ff, #ffe9f2);
  padding: 18px 56px;
  box-shadow: 0 8px 26px rgba(45, 37, 32, 0.18);
}

.dr-promos-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(45, 37, 32, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: #2d2520;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.dr-promos-arrow-prev {
  left: 12px;
}

.dr-promos-arrow-next {
  right: 12px;
}

.dr-promos-arrow:hover {
  background: #ffffff;
}

.dr-promos-slide {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.dr-promos-text-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8b6914;
  margin-bottom: 6px;
}

.dr-promos-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 6px;
}

.dr-promos-subtitle {
  font-size: 14px;
  margin: 0 0 10px;
  color: #5c524a;
}

.dr-promos-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 999px;
  border: none;
  background: #6b4bd3;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(107, 75, 211, 0.35);
}

.dr-promos-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1024 / 588;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  cursor: pointer;
}

.dr-promos-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #ffffff;
}

/* Cartazes mais altos (ex.: promo 3 kits) — evita cortar a arte no 16:9 */
.dr-promos-banner-img.dr-promos-banner-img--contain {
  object-fit: contain;
  background: #2a1810;
}

.dr-promos-pill {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(45, 37, 32, 0.08);
  color: #2d2520;
}

.dr-promos-pill span:first-child {
  font-weight: 700;
  font-size: 12px;
}

.dr-promos-pill span:last-child {
  font-weight: 600;
  font-size: 12px;
  color: #8b6914;
}

.dr-promos-slide.dr-promos-slide-image-only {
  padding: 0;
  display: block;
  background: transparent;
  max-width: 860px;
  margin: 0 auto;
  transition: opacity 0.32s ease;
}

.dr-promos-slide.dr-promos-slide-image-only.dr-promos-slide--fade-out {
  opacity: 0;
}

.dr-promos-slide.dr-promos-slide-image-only .dr-promos-image {
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
}

.dr-promos-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.dr-promos-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(45, 37, 32, 0.22);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.dr-promos-dot.dr-promos-dot-active {
  background: #8b6914;
  transform: scale(1.2);
}

.dr-promos-dot:focus-visible {
  outline: 2px solid #2d2520;
  outline-offset: 2px;
}

.dr-promos-products {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* Catálogo de ovos: 3 por linha em desktop */

#ovos-pascoa .dr-promos-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

#ovos-pascoa .dr-promos-product-card {
  min-height: 300px;
}

/*
 * Ovos de Páscoa: todo o catálogo em #ovos-pascoa (ovos.html + grade da home).
 * Mesmo tratamento do modal (.dr-modal-media): fundo branco e imagem inteira (sem laterais escuras por crop).
 */
#ovos-pascoa .dr-promos-product-thumb {
  height: 220px;
  background: #ffffff;
}

#ovos-pascoa .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

/* Página Promoções: card LaCreme — banner promocional (arte larga) */
#promocoes .dr-promos-product-card[data-product-id="lacremePromo"] .dr-promos-product-thumb {
  height: 280px;
  background: #3d2314;
}

#promocoes .dr-promos-product-card[data-product-id="lacremePromo"] .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: transparent;
}

#promocoes .dr-promos-product-card[data-product-id="lacremePromo3un"] .dr-promos-product-thumb {
  height: 280px;
  background: #3d2314;
}

#promocoes .dr-promos-product-card[data-product-id="lacremePromo3un"] .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: transparent;
}

#promocoes .dr-promos-product-card[data-product-id="promoBrasilCacau2Ovos"] .dr-promos-product-thumb {
  height: 280px;
  background: #f5efe6;
}

#promocoes .dr-promos-product-card[data-product-id="promoBrasilCacau2Ovos"] .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.dr-promos-product-tagline {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 1.35;
  color: #6b5a4a;
}

/* Página Promoções: card "3 Kits" sem corte da arte */
#promocoes .dr-promos-product-card[data-product-id="promo3kits"] .dr-promos-product-thumb {
  height: 320px;
  background: #ffffff;
}

#promocoes .dr-promos-product-card[data-product-id="promo3kits"] .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.dr-promos-product-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  border: 1px solid #e3ded5;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.dr-promos-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  border-color: #d8cfc2;
}

.dr-promos-product-thumb {
  height: 260px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dr-promos-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Kit Brasil com Bola: mostrar imagem inteira no card (sem corte) */
.dr-promos-product-card[data-product-id="kitSelecao"] .dr-promos-product-thumb {
  height: 220px;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="kitSelecao"] .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="cbfBrasil64"] .dr-promos-product-thumb {
  height: 220px;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="cbfBrasil64"] .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="kitBatman64"] .dr-promos-product-thumb {
  height: 220px;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="kitBatman64"] .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="kitHarryPotter160"] .dr-promos-product-thumb {
  height: 220px;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="kitHarryPotter160"] .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="kitBobEsponja170"] .dr-promos-product-thumb {
  height: 220px;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="kitBobEsponja170"] .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="kitUrsinhosLed170"] .dr-promos-product-thumb {
  height: 220px;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="kitUrsinhosLed170"] .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="kitZangadinhoLed170"] .dr-promos-product-thumb {
  height: 220px;
  background: #ffffff;
}

.dr-promos-product-card[data-product-id="kitZangadinhoLed170"] .dr-promos-product-thumb img {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.dr-promos-product-body {
  padding: 12px 14px 14px;
}

.dr-promos-product-body h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.dr-promos-product-footer {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dr-promos-product-price-only {
  font-size: 20px;
  font-weight: 700;
  color: #4a2a16;
}

.dr-promos-plus-btn {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
  background: #ff7e38;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.dr-promos-plus-btn:hover {
  background: #ff6a16;
}

/* GRID GERAL / CARDS */

.dr-grid {
  display: grid;
  gap: 24px;
}

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

.dr-card {
  border-radius: 16px;
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid rgba(45, 37, 32, 0.08);
  box-shadow: 0 4px 20px rgba(45, 37, 32, 0.08);
}

.dr-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
}

.dr-card p {
  font-size: 14px;
  color: #5c524a;
}

/* HERO (index) */

.dr-hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 40px 0 72px;
  background: linear-gradient(160deg, #fdfbf7 0%, #f5f0e8 40%, #efe8dc 100%);
}

.dr-hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.dr-hero-text h1 {
  font-size: clamp(32px, 5vw, 44px);
  margin: 14px 0 10px;
}

.dr-hero-subtitle {
  font-size: 15px;
  color: #5c524a;
  margin-bottom: 20px;
}

.dr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.dr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.dr-btn-primary {
  background: linear-gradient(135deg, #c99a2e, #b8860b);
  color: #fff;
  box-shadow: 0 8px 24px rgba(184, 134, 11, 0.35);
}

.dr-btn-secondary {
  background: #ffffff;
  color: #b8860b;
  border: 1px solid #b8860b;
}

.dr-hero-card {
  max-width: 360px;
  border-radius: 24px;
  padding: 24px 20px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(45, 37, 32, 0.16);
}

/* MODAIS (produto, login, carrinho, entrega) */

.dr-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.dr-modal-backdrop.dr-modal-open {
  opacity: 1;
  visibility: visible;
}

.dr-modal {
  background: #ffffff;
  border-radius: 20px;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.dr-modal-header {
  padding: 16px 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.dr-modal-header h2 {
  margin: 0;
  font-size: 20px;
}

.dr-modal-close {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #faf6f0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: #5c524a;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.dr-modal-close:hover {
  background: #f2ede4;
  border-color: rgba(184, 134, 11, 0.45);
}

.dr-modal-body {
  padding: 18px 20px 20px;
}

.dr-modal-media {
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e8e2da;
  margin-bottom: 14px;
}

.dr-modal-media img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  display: block;
}


.dr-modal-desc {
  font-size: 14px;
  color: #5c524a;
  margin-bottom: 16px;
}

.dr-modal-specs h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5c524a;
  margin: 0 0 10px;
}

.dr-modal-specs ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.dr-modal-specs li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: #faf6f0;
  font-size: 14px;
}

.dr-modal-size-option {
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.dr-modal-size-option.dr-selected {
  background: #f3ead6;
  border-color: rgba(184, 134, 11, 0.45);
}

.dr-modal-specs li strong {
  color: #b8860b;
}

.dr-modal-cta {
  width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #c99a2e, #b8860b);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.dr-modal-cta:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.dr-modal-inline-error {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #f1b8bc;
  background: #fff2f3;
  color: #b4232f;
  font-size: 13px;
}

/* ========== Modal: confirmar entrega (checkout) ========== */

.dr-modal-backdrop--delivery {
  backdrop-filter: blur(8px);
  background: rgba(28, 22, 18, 0.55);
}

.dr-delivery-modal {
  max-width: 520px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(184, 134, 11, 0.18);
  box-shadow:
    0 8px 32px rgba(45, 37, 32, 0.12),
    0 32px 64px rgba(0, 0, 0, 0.28);
  animation: drDeliveryModalIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes drDeliveryModalIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.dr-delivery-modal-header {
  position: relative;
  padding: 22px 22px 18px;
  border-bottom: none;
  background: linear-gradient(165deg, #fdfbf7 0%, #f5efe6 45%, #faf6f0 100%);
  border-bottom: 1px solid rgba(184, 134, 11, 0.12);
}

.dr-delivery-modal-heading {
  padding-right: 44px;
}

.dr-delivery-modal-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b8860b;
}

.dr-delivery-modal-header h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2d2520;
  line-height: 1.25;
}

.dr-delivery-modal-sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6b6158;
  max-width: 36em;
}

.dr-delivery-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  flex-shrink: 0;
}

.dr-delivery-modal-body {
  padding: 22px 22px 24px;
  background: #ffffff;
}

.dr-delivery-address-card {
  margin-bottom: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(145deg, #faf7f2 0%, #f3ebe0 100%);
  border: 1px solid rgba(184, 134, 11, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.dr-delivery-address-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(92, 82, 74, 0.2);
}

.dr-delivery-address-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(184, 134, 11, 0.12);
  color: #8a6d2f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dr-delivery-address-text {
  flex: 1;
  min-width: 0;
}

.dr-delivery-address-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
}

@media (max-width: 400px) {
  .dr-delivery-address-grid {
    grid-template-columns: 1fr;
  }
}

.dr-delivery-address-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dr-delivery-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8178;
}

.dr-delivery-value {
  font-size: 15px;
  font-weight: 600;
  color: #2d2520;
  line-height: 1.35;
  word-break: break-word;
}

.dr-delivery-value--mono {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.dr-delivery-date-block {
  margin-bottom: 24px;
}

.dr-delivery-date-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.dr-delivery-date-heading-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(184, 134, 11, 0.1);
  color: #9a7b28;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dr-delivery-date-label {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #2d2520;
}

.dr-delivery-date-hint {
  margin: 0 0 14px;
  padding-left: 46px;
  font-size: 13px;
  color: #7a7168;
  line-height: 1.4;
}

@media (max-width: 400px) {
  .dr-delivery-date-hint {
    padding-left: 0;
  }
}

.dr-delivery-date-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.dr-delivery-date-arrow {
  flex-shrink: 0;
  width: 44px;
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(45, 37, 32, 0.12);
  background: #faf6f0;
  color: #4a3f36;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
}

.dr-delivery-date-arrow:hover {
  background: #f3ead6;
  border-color: rgba(184, 134, 11, 0.45);
  color: #6b5420;
}

.dr-delivery-date-arrow:active {
  transform: scale(0.96);
}

.dr-delivery-date-options {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: stretch;
  justify-content: center;
  min-height: 52px;
}

.dr-delivery-date-option {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 14px;
  border: 2px solid rgba(45, 37, 32, 0.1);
  background: #ffffff;
  color: #4a3f36;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
  box-shadow: 0 1px 2px rgba(45, 37, 32, 0.06);
}

.dr-delivery-date-option:hover {
  border-color: rgba(184, 134, 11, 0.35);
  background: #fffdf9;
}

.dr-delivery-date-option.dr-delivery-date-option-active {
  border-color: #b8860b;
  background: linear-gradient(160deg, #fff9eb 0%, #f3ead6 100%);
  color: #4a3d18;
  box-shadow:
    0 0 0 1px rgba(184, 134, 11, 0.25),
    0 4px 12px rgba(184, 134, 11, 0.18);
}

.dr-delivery-date-option.dr-delivery-date-option-active::after {
  content: "";
  display: block;
  margin-top: 6px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c99a2e, #b8860b);
  opacity: 0.9;
}

.dr-delivery-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}

.dr-delivery-btn-secondary {
  width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(45, 37, 32, 0.18);
  background: #ffffff;
  color: #3d3530;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.dr-delivery-btn-secondary:hover {
  background: #faf6f0;
  border-color: rgba(184, 134, 11, 0.4);
  color: #2d2520;
}

.dr-delivery-btn-primary {
  width: 100%;
  padding: 14px 20px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #d4a84a 0%, #b8860b 50%, #9a7320 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow:
    0 2px 8px rgba(184, 134, 11, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.dr-delivery-btn-primary:hover {
  filter: brightness(1.05);
  box-shadow:
    0 4px 16px rgba(184, 134, 11, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.dr-delivery-btn-primary:active {
  transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
  .dr-delivery-modal {
    animation: none;
  }
}

/* Modal de autenticação */

.dr-auth-modal {
  max-width: 560px;
}

.dr-auth-tabs {
  display: flex;
  gap: 10px;
  margin: 6px 0 14px;
}

.dr-auth-tab {
  flex: 1;
  border-radius: 999px;
  border: 1px solid rgba(45, 37, 32, 0.12);
  background: #faf6f0;
  color: #5c524a;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: transform 0.12s ease, background 0.2s ease,
    border-color 0.2s ease, color 0.2s ease;
}

.dr-auth-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(184, 134, 11, 0.35);
}

.dr-auth-tab.dr-auth-tab-active {
  background: rgba(184, 134, 11, 0.16);
  border-color: rgba(184, 134, 11, 0.6);
  color: #8b6914;
}

.dr-auth-subtitle {
  margin: 0 0 16px;
  font-size: 14px;
  color: #5c524a;
  line-height: 1.5;
}

.dr-auth-password-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dr-auth-password-wrap input {
  flex: 1;
}

.dr-auth-password-toggle {
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: #b8860b;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 8px;
  border-radius: 10px;
}

.dr-auth-password-toggle:hover {
  background: rgba(184, 134, 11, 0.12);
}

.dr-auth-extra {
  font-size: 12px;
  color: #5c524a;
  margin: 6px 0 12px;
}

.dr-auth-note {
  margin-top: 10px;
  font-size: 12px;
  color: #5c524a;
}

/* Aviso inline (senha confirmar) */
.dr-auth-inline-error {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(198, 40, 40, 0.25);
  background: rgba(198, 40, 40, 0.06);
  color: #b71c1c;
  font-size: 13px;
  line-height: 1.4;
}

.dr-modal.dr-auth-modal .dr-modal-header {
  padding: 18px 22px 10px;
}

.dr-modal.dr-auth-modal .dr-modal-header h2 {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 520px) {
  .dr-auth-modal {
    max-width: 100%;
  }
  .dr-auth-tabs {
    gap: 8px;
  }
  .dr-auth-tab {
    padding: 9px 10px;
    font-size: 12px;
  }
}

/* Modal carrinho */

.dr-cart-modal {
  max-width: 520px;
}

.dr-cart-header-meta {
  font-size: 12px;
  color: #5c524a;
}

.dr-cart-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 18px;
  max-height: 320px;
  overflow-y: auto;
}

.dr-cart-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 12px;
  font-size: 14px;
}

.dr-cart-item:nth-child(odd) {
  background: #f6f0e7;
}

.dr-cart-item-thumb-wrap {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  overflow: hidden;
  background: #faf6f0;
  flex-shrink: 0;
}

.dr-cart-item-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dr-cart-item-name {
  font-weight: 600;
}

.dr-cart-item-size,
.dr-cart-item-qty {
  font-size: 12px;
  color: #5c524a;
}

.dr-cart-item-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dr-cart-item-subtotal {
  font-weight: 600;
  color: #b8860b;
}

.dr-cart-item-remove {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #faf6f0;
  font-size: 18px;
  cursor: pointer;
}

.dr-cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
}

.dr-cart-qty-btn {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
}

.dr-cart-total-wrap {
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.dr-cart-total {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.dr-cart-checkout .dr-btn {
  width: 100%;
}

/* Checkout (checkout.html) */

.dr-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 28px;
}

.dr-checkout-column {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 22px 24px;
  box-shadow: 0 18px 45px rgba(45, 37, 32, 0.16);
  border: 1px solid rgba(45, 37, 32, 0.08);
}

.dr-checkout-summary-column {
  max-height: 560px;
  overflow-y: auto;
}

.dr-checkout-success-actions {
  margin: 20px 0 12px;
}

a.dr-checkout-pedidos-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Simulação de pagamento (checkout — demonstração) */
.dr-payment-demo-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(19, 16, 15, 0.78);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.dr-payment-demo-overlay[hidden] {
  display: none !important;
}

.dr-payment-demo-card {
  width: 100%;
  max-width: 400px;
  padding: 28px 24px 26px;
  text-align: center;
  background: #fffef9;
  border-radius: 16px;
  border: 1px solid rgba(184, 134, 11, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.dr-payment-demo-spinner {
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  border: 3px solid #efe8df;
  border-top-color: #b8860b;
  border-radius: 50%;
  animation: dr-payment-spin 0.85s linear infinite;
}

@keyframes dr-payment-spin {
  to {
    transform: rotate(360deg);
  }
}

.dr-payment-demo-title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d2520;
}

.dr-payment-demo-sub {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.45;
  color: #5c524a;
}

.dr-payment-demo-badge {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #8b6914;
  font-weight: 500;
}

.dr-form-row {
  margin-bottom: 12px;
}

.dr-form-row label {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.dr-form-row input,
.dr-form-row textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(45, 37, 32, 0.12);
  background: #faf6f0;
  padding: 9px 10px;
  font-size: 14px;
}

.dr-form-row textarea {
  resize: vertical;
  min-height: 100px;
}

/* Lista de avaliações (avaliacoes.html) */

.dr-testimonial-card {
  position: relative;
}

.dr-testimonial-text {
  font-size: 14px;
  color: #5c524a;
  margin-bottom: 10px;
}

.dr-testimonial-stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
  margin: 2px 0 12px;
  font-size: 18px;
  line-height: 1;
  user-select: none;
}

.dr-star {
  display: inline-block;
  width: 1em;
  text-align: center;
  font-family: "Segoe UI Symbol", "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
}

.dr-star--on {
  color: #c9a227;
  text-shadow: 0 1px 1px rgba(45, 37, 32, 0.12);
}

.dr-star--off {
  color: #e3ded6;
  text-shadow: none;
}

/* Bloco de depoimentos + formulário compacto (avaliacoes.html) */
.dr-reviews-block-title {
  margin: 8px 0 14px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d2520;
  text-align: center;
}

/* Formulário logo abaixo do título “Depoimentos” */
.dr-review-compose--above {
  margin: 0 auto 24px;
}

.dr-review-compose--above .dr-review-compose-title {
  font-size: 1rem;
  text-align: center;
}

.dr-testimonials--main {
  margin-bottom: 28px;
}

/* Formulário: nova avaliação */
.dr-review-compose {
  max-width: 640px;
  margin: 0 auto 36px;
  padding: 24px 22px 26px;
}

.dr-review-compose--compact {
  max-width: 420px;
  margin: 0 auto;
  padding: 14px 16px 16px;
}

.dr-review-compose-title {
  margin: 0 0 6px;
  font-size: 1.25rem;
  color: #2d2520;
}

.dr-review-compose--compact .dr-review-compose-title {
  font-size: 1rem;
  margin-bottom: 4px;
}

.dr-review-compose-hint {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.45;
  color: #6b6158;
}

.dr-review-compose--compact .dr-review-compose-hint {
  margin: 0 0 12px;
  font-size: 11px;
  line-height: 1.35;
}

.dr-review-form .dr-review-form-row {
  margin-bottom: 14px;
}

.dr-review-compose--compact .dr-review-form .dr-review-form-row {
  margin-bottom: 10px;
}

.dr-review-form-row--inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 520px) {
  .dr-review-form-row--inline {
    grid-template-columns: 1fr;
  }
}

.dr-review-field label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
  color: #2d2520;
}

.dr-review-form label,
.dr-review-rating-label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #2d2520;
}

.dr-review-compose--compact .dr-review-form label,
.dr-review-compose--compact .dr-review-rating-label {
  font-size: 11px;
  margin-bottom: 4px;
}

.dr-review-optional {
  font-weight: 400;
  color: #8a8078;
  font-size: 12px;
}

.dr-review-compose--compact .dr-review-optional {
  font-size: 10px;
}

.dr-review-form input[type="text"],
.dr-review-form textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(45, 37, 32, 0.14);
  background: #faf6f0;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
}

.dr-review-compose--compact .dr-review-form input[type="text"],
.dr-review-compose--compact .dr-review-form textarea {
  padding: 7px 10px;
  font-size: 13px;
  border-radius: 10px;
}

.dr-review-form textarea {
  resize: vertical;
  min-height: 100px;
}

.dr-review-compose--compact .dr-review-form textarea {
  min-height: 72px;
}

.dr-review-stars-pick {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 4px;
}

.dr-review-compose--compact .dr-review-stars-pick {
  gap: 2px;
  margin-top: 2px;
}

.dr-review-star-pick {
  padding: 0 2px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  color: #e3ded6;
  transition: color 0.15s ease, transform 0.12s ease;
}

.dr-review-compose--compact .dr-review-star-pick {
  font-size: 22px;
  padding: 0 1px;
}

.dr-review-star-pick:hover {
  transform: scale(1.08);
}

.dr-review-compose--compact .dr-review-star-pick:hover {
  transform: scale(1.05);
}

.dr-review-star-pick--on {
  color: #c9a227;
  text-shadow: 0 1px 1px rgba(45, 37, 32, 0.1);
}

.dr-review-submit {
  width: 100%;
  margin-top: 8px;
}

.dr-review-compose--compact .dr-review-submit {
  margin-top: 4px;
  padding: 10px 16px;
  font-size: 13px;
}

.dr-review-feedback {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
}

.dr-review-feedback--ok {
  background: #e8f5e9;
  color: #1b5e20;
  border: 1px solid #a5d6a7;
}

.dr-review-feedback--error {
  background: #ffebee;
  color: #b71c1c;
  border: 1px solid #ef9a9a;
}

.dr-testimonial-badge {
  margin: 0 0 10px;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6914;
  font-weight: 600;
  background: rgba(201, 162, 39, 0.14);
  padding: 4px 10px;
  border-radius: 999px;
}

.dr-testimonial-name {
  font-size: 14px;
  font-weight: 600;
}

.dr-testimonial-meta {
  font-size: 12px;
  color: #5c524a;
}

/* Rodapé */

.dr-footer {
  border-top: 1px solid rgba(45, 37, 32, 0.08);
  background: #ffffff;
  padding: 18px 0;
}

.dr-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #5c524a;
}

.dr-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* RESPONSIVO */

@media (max-width: 960px) {
  .dr-header-main-inner {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
  }
  .dr-header-search {
    grid-column: 1 / -1;
  }

  /* Menu de categorias: lista em coluna atrás do hambúrguer (evita texto cortado) */
  .dr-header-inner {
    align-items: stretch;
  }
  .dr-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .dr-nav-toggle {
    display: inline-flex;
    flex-shrink: 0;
    min-width: 44px;
    min-height: 44px;
  }
  .dr-nav-list {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    gap: 0;
    padding: 4px 0 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    order: 3;
  }
  .dr-nav-list.dr-open {
    display: flex;
  }
  .dr-nav-list li {
    width: 100%;
  }
  .dr-nav-list a {
    display: block;
    padding: 12px 10px;
    font-size: 15px;
    border-radius: 8px;
  }
  .dr-nav-list a:hover::after,
  .dr-nav-list a.dr-nav-active::after {
    width: 0;
  }
  .dr-nav-list a.dr-nav-active {
    background: rgba(255, 255, 255, 0.08);
  }

  .dr-hero-content {
    grid-template-columns: minmax(0, 1fr);
  }
  .dr-hero-card {
    margin-top: 8px;
  }
  .dr-promos-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #ovos-pascoa .dr-promos-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dr-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dr-checkout-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  /* Carrossel: mais largura útil no tablet/mobile */
  .dr-promos-shell {
    padding: 12px 44px;
  }
}

@media (max-width: 680px) {
  .dr-container {
    padding: 0 12px;
  }

  .dr-header-top-links {
    flex-wrap: wrap;
    row-gap: 2px;
  }

  .dr-header-main-inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 14px;
  }

  /* Áreas de toque ~44px (Apple HIG) */
  .dr-header-btn,
  .dr-header-cart,
  .dr-header-orders {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 13px;
  }
  .dr-header-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
    gap: 8px;
    width: 100%;
    align-items: stretch;
  }
  .dr-header-account-root {
    min-width: 0;
  }
  .dr-header-user-chip {
    max-width: none;
    width: 100%;
    justify-content: center;
    min-height: 44px;
    padding: 8px 10px;
  }
  .dr-header-cart {
    justify-content: center;
  }
  .dr-header-orders {
    justify-content: center;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
  }

  .dr-header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px 0 10px;
  }

  .dr-promos {
    padding: 12px 0 4px;
  }

  .dr-promos-slide {
    grid-template-columns: minmax(0, 1fr);
  }

  /* Carrossel: menos margem lateral = banner maior */
  .dr-promos-shell {
    padding: 8px 36px;
    border-radius: 14px;
  }
  .dr-promos-arrow {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    font-size: 22px;
  }
  .dr-promos-arrow-prev {
    left: 4px;
  }
  .dr-promos-arrow-next {
    right: 4px;
  }

  .dr-promos-slide.dr-promos-slide-image-only {
    max-width: none;
  }

  .dr-promos-pill {
    left: 8px;
    top: 8px;
    padding: 6px 10px;
    max-width: calc(100% - 16px);
    flex-wrap: wrap;
  }
  .dr-promos-pill span:first-child,
  .dr-promos-pill span:last-child {
    font-size: 11px;
  }

  .dr-promos-dots {
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .dr-promos-arrow,
  .dr-nav-toggle,
  .dr-header-btn,
  .dr-header-cart,
  .dr-header-orders {
    touch-action: manipulation;
  }

  .dr-section {
    padding: 48px 0;
  }

  .dr-promos-products,
  #ovos-pascoa .dr-promos-products,
  .dr-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
  .dr-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

