/* ==========================================================================
   DOCE VONTADE - MOBILE FIRST APP EXPERIENCE & RESPONSIVE ENGINE
   ========================================================================== */

/* --------------------------------------------------------------------------
   DESKTOP PRESERVATION RULE (>= 768px):
   Desktop styles are 100% untouched and preserved.
   All mobile-only elements are strictly hidden on desktop.
   -------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .mobile-menu-btn,
  .mobile-cart-header-btn,
  .mobile-bottom-nav,
  .category-filters-wrapper,
  .hero-mobile-logo,
  .btn-text-mobile {
    display: none !important;
  }
  .cookie-card-actions-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .cookie-price {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
  }
  .cookie-price-old {
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    color: #999999 !important;
    text-decoration: line-through !important;
  }
  .cookie-price-current {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: var(--pink, #d96878) !important;
  }
}

/* --------------------------------------------------------------------------
   TABLET PRESERVATION (768px - 1050px):
   -------------------------------------------------------------------------- */
@media (max-width: 1050px) and (min-width: 768px) {
  .hero-container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .hero-image > img {
    height: 410px;
  }
  .hero-benefits {
    gap: 10px;
  }
  .cookies-grid {
    gap: 16px;
  }
  .cookie-img-wrapper {
    height: 210px;
  }
  .about-container {
    gap: 35px;
  }
}

/* --------------------------------------------------------------------------
   MOBILE APP EXPERIENCE (< 768px):
   A dedicated, premium, app-like cookie delivery interface.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {

  /* === 0. GLOBAL & BASE TYPOGRAPHY === */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    position: relative !important;
  }
  html {
    scroll-padding-top: 68px;
    -webkit-text-size-adjust: 100%;
  }
  body {
    padding-bottom: 76px !important; /* Space for bottom app bar */
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    line-height: 1.5;
    background-color: var(--bg-cream, #fdf8f4);
  }
  .container {
    padding-inline: 16px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
  .top-bar {
    display: none !important; /* Clean header for mobile app look */
  }

  /* Section Spacing & Titles */
  section {
    padding: 42px 0 20px !important;
  }
  .section-subtitle {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    color: var(--pink, #d96878) !important;
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
  }
  .section-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
    color: var(--dark-brown, #1b0d07) !important;
    margin-bottom: 6px !important;
  }
  .section-desc {
    font-size: 14px !important;
    color: #6d564a !important;
    line-height: 1.45 !important;
    margin-bottom: 20px !important;
  }

  /* === 1. FLOATING TRANSPARENT HEADER (SOLTO SEM FAIXA MARROM) === */
  header#header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 990 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: none !important;
  }
  .header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 80px !important;
    padding: 10px 18px !important;
    background: transparent !important;
  }
  .header-cta {
    display: none !important;
  }

  /* Left: Menu button (tamanho mantido, fundo transparente) */
  .mobile-menu-btn {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    width: 38px !important;
    height: 38px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    z-index: 1002 !important;
    order: 1 !important;
  }
  .mobile-menu-btn span {
    display: block !important;
    width: 24px !important;
    height: 2.5px !important;
    background: #ffffff !important;
    border-radius: 2px !important;
    transition: transform 0.25s ease, opacity 0.25s ease !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) !important;
  }
  .mobile-menu-btn.active span:first-child {
    transform: rotate(45deg) translate(5px, 5.5px) !important;
  }
  .mobile-menu-btn.active span:nth-child(2) {
    opacity: 0 !important;
  }
  .mobile-menu-btn.active span:last-child {
    transform: rotate(-45deg) translate(5px, -5.5px) !important;
  }

  /* Center: Logo (aumentado e destacado) */
  .logo-container {
    order: 2 !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .logo-container img.brand-logo {
    width: 84px !important;
    height: 84px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.55)) !important;
  }

  /* Right: Cart Button (tamanho mantido, ícone branco e badge rosa) */
  .mobile-cart-header-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    width: 38px !important;
    height: 38px !important;
    background: transparent !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 1.45rem !important;
    cursor: pointer !important;
    order: 3 !important;
    box-shadow: none !important;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4)) !important;
  }
  .mobile-cart-header-btn .cart-count-badge {
    position: absolute !important;
    top: -2px !important;
    right: -4px !important;
    background: var(--pink, #d96878) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    border-radius: 50% !important;
    min-width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    text-align: center !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) !important;
  }

  /* Off-canvas Side Drawer */
  .nav-menu {
    position: fixed !important;
    z-index: 1001 !important;
    top: 0 !important;
    left: -100% !important;
    right: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: min(82vw, 320px) !important;
    height: 100vh !important;
    padding: 85px 24px 35px !important;
    background: var(--dark-brown, #1b0d07) !important;
    box-shadow: 12px 0 35px rgba(0, 0, 0, 0.5) !important;
    transition: left 0.3s ease !important;
    gap: 16px !important;
    overflow-y: auto !important;
  }
  .nav-menu.active {
    left: 0 !important;
  }
  .nav-menu li {
    width: 100% !important;
    border-bottom: 1px solid rgba(248, 235, 221, 0.08) !important;
    padding-bottom: 12px !important;
  }
  .nav-menu li a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--cream, #f8ebdd) !important;
    display: block !important;
  }
  .nav-menu li a.active,
  .nav-menu li a:hover {
    color: var(--pink, #d96878) !important;
  }

  /* === 2. HERO MOBILE (COMPOSIÇÃO IDÊNTICA À REFERÊNCIA VISUAL) === */
  .hero {
    position: relative !important;
    padding: 95px 0 24px !important;
    min-height: 470px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    background-image: linear-gradient(
      90deg,
      rgba(16, 7, 3, 0.95) 0%,
      rgba(16, 7, 3, 0.88) 45%,
      rgba(16, 7, 3, 0.35) 75%,
      rgba(16, 7, 3, 0.10) 100%
    ), url('../images/hero/hero-doce-vontade.webp') !important;
    background-size: cover !important;
    background-position: 80% center !important;
    background-repeat: no-repeat !important;
    text-align: left !important;
  }
  .hero::before,
  .hero::after {
    display: none !important;
  }
  .hero-decorations {
    display: block !important;
  }
  .hero-decorations .deco {
    color: var(--pink, #d96878) !important;
    opacity: 0.65 !important;
  }
  .hero-container {
    position: relative !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
    padding: 0 20px !important;
    min-height: auto !important;
    gap: 0 !important;
    width: 100% !important;
  }
  .hero-image,
  .hero-mobile-logo {
    display: none !important;
  }
  .hero-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .hero-subtitle {
    display: inline-block !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    color: var(--pink, #d96878) !important;
    text-transform: uppercase !important;
    line-height: 1.35 !important;
    margin-bottom: 10px !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8) !important;
    text-align: left !important;
  }
  .hero-title {
    font-size: 38px !important;
    font-family: var(--font-heading) !important;
    font-weight: 600 !important;
    line-height: 1.05 !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9) !important;
    text-align: left !important;
  }
  .hero-title .highlight {
    color: var(--pink, #d96878) !important;
    font-style: italic !important;
    font-family: var(--font-heading) !important;
  }
  .hero-text {
    font-size: 13.5px !important;
    color: rgba(255, 255, 255, 0.92) !important;
    line-height: 1.45 !important;
    max-width: 275px !important;
    margin: 0 0 20px 0 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9) !important;
    text-align: left !important;
  }
  .hero-buttons {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  .hero-buttons .btn-outline {
    display: none !important;
  }
  .hero-buttons .btn-pink {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    height: 48px !important;
    padding: 0 24px !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    border-radius: 99px !important;
    background: var(--pink, #d96878) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(217, 104, 120, 0.5) !important;
    border: 0 !important;
    width: auto !important;
    max-width: none !important;
  }
  .hero-benefits {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding-top: 12px !important;
    width: 100% !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .hero-benefits::-webkit-scrollbar {
    display: none !important;
  }
  .hero-benefits span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    flex-shrink: 0 !important;
  }
  .hero-benefits span:nth-child(4) {
    display: none !important;
  }

  @media (max-width: 380px) {
    .hero {
      min-height: 450px !important;
      padding: 85px 0 20px !important;
      background-position: 84% center !important;
    }
    .logo-container img.brand-logo {
      width: 74px !important;
      height: 74px !important;
    }
    .hero-title {
      font-size: 33px !important;
    }
    .hero-text {
      font-size: 12.8px !important;
      max-width: 245px !important;
      margin-bottom: 16px !important;
    }
    .hero-buttons .btn-pink {
      height: 46px !important;
      font-size: 14.5px !important;
      padding: 0 20px !important;
    }
  }

  /* === 3. CARDS MOBILE HORIZONTAIS (1 POR LINHA, APP STYLE) === */
  .featured-section,
  .products {
    padding: 38px 0 16px !important;
  }
  .cookies-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .cookie-card {
    display: grid !important;
    grid-template-columns: 105px 1fr !important;
    grid-template-rows: auto auto 1fr auto !important;
    gap: 2px 12px !important;
    padding: 10px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 1px solid #f0ded1 !important;
    box-shadow: 0 4px 14px rgba(60, 29, 14, 0.05) !important;
    position: relative !important;
    text-align: left !important;
    min-height: 125px !important;
  }

  .cookie-img-wrapper {
    grid-row: 1 / 5 !important;
    grid-column: 1 / 2 !important;
    width: 105px !important;
    height: 105px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    margin: 0 !important;
    position: relative !important;
    cursor: pointer !important;
  }
  .cookie-img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .cookie-name {
    grid-column: 2 / 3 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--dark-brown, #1b0d07) !important;
    margin: 0 0 2px !important;
    line-height: 1.25 !important;
    cursor: pointer !important;
  }
  .cookie-desc {
    grid-column: 2 / 3 !important;
    font-size: 13px !important;
    color: #6e594d !important;
    line-height: 1.35 !important;
    margin: 0 0 6px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .cookie-price {
    grid-column: 2 / 3 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: var(--pink, #d96878) !important;
    margin: 0 0 6px !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
  }
  .cookie-price-old {
    font-size: 13px !important;
    text-decoration: line-through !important;
    color: #999 !important;
    font-weight: normal !important;
  }

  .cookie-options-group {
    grid-column: 2 / 3 !important;
    margin-bottom: 6px !important;
  }
  .cookie-flavor-select {
    width: 100% !important;
    padding: 6px 8px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    border: 1px solid #e2d2c5 !important;
  }

  /* Actions Row */
  .cookie-card-actions-wrap {
    grid-column: 2 / 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin-top: auto !important;
  }
  .cookie-card .card-qty-controls {
    display: inline-flex !important;
    align-items: center !important;
    height: 32px !important;
    background: var(--bg-cream, #fdf8f4) !important;
    border-radius: 99px !important;
    padding: 2px !important;
    border: 1px solid #e8d7c9 !important;
    margin: 0 !important;
  }
  .cookie-card .card-qty-controls button {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background: #fff !important;
    border: 0 !important;
    color: var(--dark-brown) !important;
    cursor: pointer !important;
  }
  .cookie-card .card-qty-controls span {
    min-width: 22px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center !important;
  }
  .cookie-card .btn-add-cart {
    flex: 1 !important;
    min-height: 34px !important;
    padding: 7px 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 99px !important;
    background: var(--pink, #d96878) !important;
    color: #ffffff !important;
    border: 0 !important;
    cursor: pointer !important;
    text-align: center !important;
  }
  .btn-text-desktop {
    display: none !important;
  }
  .btn-text-mobile {
    display: inline !important;
  }

  .promo-badge,
  .featured-badge {
    top: 6px !important;
    left: 6px !important;
    right: auto !important;
    padding: 3px 8px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    z-index: 5 !important;
  }

  /* === 4. PROMOÇÕES (CARROSSEL HORIZONTAL DESLIZANTE NO MOBILE) === */
  .promotions-section {
    padding: 36px 0 20px !important;
    background-color: var(--bg-cream, #fdf8f4) !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .promotions-section .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .promotions-section .section-subtitle,
  .promotions-section .section-title,
  .promotions-section .section-desc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #promotions-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 14px !important;
    padding: 8px 4px 20px 4px !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
    cursor: grab !important;
  }
  #promotions-container::-webkit-scrollbar {
    display: none !important;
  }
  #promotions-container .cookie-card {
    flex: 0 0 240px !important;
    max-width: 76vw !important;
    scroll-snap-align: start !important;
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    min-height: auto !important;
    padding: 14px !important;
    background: #ffffff !important;
    border-radius: 18px !important;
    border: 1px solid #f0dfd2 !important;
    box-shadow: 0 6px 20px rgba(60, 29, 14, 0.08) !important;
    box-sizing: border-box !important;
  }
  #promotions-container .cookie-img-wrapper {
    width: 100% !important;
    height: 140px !important;
    border-radius: 14px !important;
    margin-bottom: 10px !important;
    overflow: hidden !important;
    grid-row: auto !important;
  }
  #promotions-container .cookie-img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  #promotions-container .cookie-name {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--dark-brown, #1b0d07) !important;
    margin-bottom: 4px !important;
    grid-column: auto !important;
  }
  #promotions-container .cookie-desc {
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #6d564a !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin-bottom: 8px !important;
    min-height: 36px !important;
    grid-column: auto !important;
  }
  #promotions-container .cookie-price {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: var(--pink, #d96878) !important;
    margin-bottom: 10px !important;
    grid-column: auto !important;
  }
  #promotions-container .cookie-price-old {
    font-size: 13px !important;
    text-decoration: line-through !important;
    color: #999 !important;
    margin-right: 6px !important;
  }
  #promotions-container .cookie-options-group {
    grid-column: auto !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  #promotions-container .cookie-card-actions-wrap {
    grid-column: auto !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: auto !important;
  }

  /* === 5. FILTROS DE CATEGORIAS (SEM CORTAR BOTÕES / ENVOLVIMENTO LIMPO) === */
  .category-filters-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 6px 0 20px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .category-filters-scroll {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 2px 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }
  .category-filters-scroll::-webkit-scrollbar {
    display: none !important;
  }
  .cat-filter-pill {
    padding: 8px 14px !important;
    border-radius: 99px !important;
    border: 1.5px solid #e8d5c5 !important;
    background: #ffffff !important;
    color: var(--dark-brown, #1b0d07) !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
  }
  .cat-filter-pill.active {
    background: var(--pink, #d96878) !important;
    border-color: var(--pink, #d96878) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(217, 104, 120, 0.35) !important;
  }

  /* === 6. BANNER INSTITUCIONAL ("FEITOS COM AMOR") === */
  .moments-banner-section {
    padding: 24px 0 10px !important;
  }
  .moments-banner-card {
    margin: 0 !important;
    padding: 34px 18px 24px 18px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(217, 104, 120, 0.3) !important;
    background: linear-gradient(180deg, rgba(20, 9, 5, 0.30) 0%, rgba(20, 9, 5, 0.65) 38%, rgba(20, 9, 5, 0.95) 62%, rgba(20, 9, 5, 0.98) 100%), url('../images/sections/banner.webp') no-repeat 40% 12% / cover !important;
    text-align: left !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
  }
  .moments-banner-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .moments-decor-top {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: var(--pink, #d96878) !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
  }
  .moments-banner-title {
    font-family: var(--font-heading) !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.12 !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
    text-align: left !important;
  }
  .moments-banner-title .highlight-italic {
    color: var(--pink, #d96878) !important;
    font-style: italic !important;
    display: inline-block !important;
  }
  .moments-divider {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 240px !important;
    margin: 0 0 14px 0 !important;
  }
  .moments-divider::before,
  .moments-divider::after {
    content: '' !important;
    flex: 1 !important;
    height: 1px !important;
    background: rgba(217, 104, 120, 0.4) !important;
  }
  .moments-divider span {
    color: var(--pink, #d96878) !important;
    font-size: 11px !important;
  }
  .moments-banner-desc {
    font-size: 13.5px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.45 !important;
    max-width: 265px !important;
    margin-bottom: 24px !important;
    text-align: left !important;
  }
  .moments-features {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    position: relative !important;
    width: 100% !important;
  }
  .moments-features::after {
    content: '♥' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 22px !important;
    height: 22px !important;
    background: #180b07 !important;
    border: 1.5px solid var(--pink, #d96878) !important;
    border-radius: 50% !important;
    color: var(--pink, #d96878) !important;
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
  }
  .moments-feature-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 16px 8px !important;
    background: rgba(24, 11, 7, 0.85) !important;
    border: 1px solid rgba(217, 104, 120, 0.3) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35) !important;
    min-height: 110px !important;
    box-sizing: border-box !important;
  }
  .moments-feature-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: 1.5px solid var(--pink, #d96878) !important;
    background: rgba(217, 104, 120, 0.08) !important;
    color: var(--pink, #d96878) !important;
    font-size: 1.15rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 8px !important;
  }
  .moments-feature-label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    line-height: 1.35 !important;
    text-align: center !important;
  }

  /* === 7. COMO PEDIR (BOX ÚNICO: WHATSAPP PRIMEIRO E IFOOD LADO A LADO) === */
  #pedir {
    padding: 30px 0 16px !important;
  }
  .pedir-subtitle {
    font-size: 13px !important;
    margin-bottom: 4px !important;
  }
  .pedir-title {
    font-size: 26px !important;
    margin-bottom: 4px !important;
  }
  .pedir-desc {
    font-size: 13.5px !important;
    margin-bottom: 16px !important;
  }
  .pedir-unified-box {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    padding: 20px 12px 18px !important;
    border-radius: 20px !important;
    border: 1.5px solid #F3E6DA !important;
    background: #ffffff !important;
    box-shadow: 0 4px 18px rgba(60, 29, 14, 0.06) !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .pedir-unified-divider {
    display: none !important;
  }
  .pedir-unified-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
    padding: 2px !important;
  }
  .pedir-icon.whatsapp-icon-wrapper,
  .pedir-icon.ifood-icon-wrapper {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }
  .pedir-icon .whatsapp-icon,
  .pedir-icon .ifood-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .pedir-icon .whatsapp-icon i {
    font-size: 1.55rem !important;
    color: #ffffff !important;
  }
  .pedir-icon .ifood-icon span {
    font-size: 13.5px !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: #ffffff !important;
  }
  .pedir-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  .pedir-content h3 {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 2px !important;
    color: var(--dark-brown, #1b0d07) !important;
    line-height: 1.2 !important;
  }
  .pedir-content p {
    font-size: 11px !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    color: #6d564a !important;
    min-height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .pedir-content .btn {
    padding: 8px 12px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    border-radius: 99px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--pink, #d96878) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 36px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }

  /* === 8. SOBRE A DOCE VONTADE (COMPACTO 2X2) === */
  .about {
    padding: 38px 0 16px !important;
  }
  .about-container {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    text-align: center !important;
  }
  .about-logo {
    width: 75px !important;
    height: 75px !important;
    margin: 0 auto 12px !important;
  }
  .about-logo img {
    width: 100% !important;
    height: 100% !important;
  }
  .about-text {
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    max-width: 340px !important;
    margin: 0 auto 16px !important;
  }
  .differentials-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    text-align: center !important;
  }
  .differential-item {
    padding: 12px 8px !important;
    border-radius: 12px !important;
  }
  .differential-icon {
    font-size: 22px !important;
    margin-bottom: 6px !important;
    color: var(--pink) !important;
  }
  .differential-item h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 2px !important;
  }
  .differential-item p {
    font-size: 12px !important;
    line-height: 1.3 !important;
    color: #6e594d !important;
  }

  /* === 9. INSTAGRAM / GALERIA MOBILE === */
  section#galeria,
  .gallery {
    display: block !important;
    padding: 36px 0 20px !important;
  }
  .gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .gallery-item {
    border-radius: 14px !important;
    overflow: hidden !important;
    aspect-ratio: 1 / 1 !important;
    box-shadow: 0 4px 12px rgba(60, 29, 14, 0.08) !important;
  }
  .gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
  .gallery-item:first-child {
    grid-column: 1 / -1 !important;
    aspect-ratio: 16 / 9 !important;
  }

  /* === DEPOIMENTOS MOBILE === */
  .testimonials-section {
    padding: 36px 0 20px !important;
  }
  .testimonials-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  .testimonial-card {
    background: #ffffff !important;
    padding: 16px 18px !important;
    border-radius: 18px !important;
    border: 1px solid #f0dfd2 !important;
    box-shadow: 0 4px 16px rgba(60, 29, 14, 0.05) !important;
  }

  /* === 10. FAQ ACCORDION === */
  .faq {
    padding: 38px 0 20px !important;
  }
  .faq-list {
    margin-top: 16px !important;
    gap: 10px !important;
  }
  .faq-item {
    padding: 2px 16px !important;
    border-radius: 12px !important;
  }
  .faq-item summary {
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 14px 0 !important;
    min-height: 44px !important;
  }
  .faq-item p {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
    color: #6e594d !important;
  }

  /* === 11. FOOTER MOBILE (COMPOSIÇÃO IDÊNTICA À REFERÊNCIA VISUAL) === */
  footer#contato {
    background: #140804 !important;
    padding: 44px 0 24px !important;
    color: #f8ebdd !important;
  }
  .footer-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 28px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    width: 100% !important;
  }
  .footer-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }
  .footer-logo {
    margin: 0 auto 14px !important;
    width: 78px !important;
    height: 78px !important;
  }
  .footer-desc {
    font-size: 13.5px !important;
    color: rgba(248, 235, 221, 0.88) !important;
    line-height: 1.5 !important;
    max-width: 310px !important;
    margin: 0 auto 16px !important;
    text-align: center !important;
  }
  .footer-social {
    display: flex !important;
    justify-content: center !important;
    gap: 14px !important;
    margin: 0 auto !important;
  }
  .footer-social a {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(217, 104, 120, 0.45) !important;
    color: var(--pink, #d96878) !important;
    font-size: 1.25rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(217, 104, 120, 0.05) !important;
  }
  .footer-col h4 {
    font-family: var(--font-body) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: var(--pink, #d96878) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto 14px !important;
  }
  .footer-col h4::before {
    content: '♥' !important;
    font-size: 10px !important;
  }
  .footer-col h4::after {
    content: '♥' !important;
    font-size: 10px !important;
  }
  .footer-col ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    list-style: none !important;
  }
  .footer-col ul li {
    margin: 0 !important;
  }
  .footer-col ul li a {
    font-size: 13.5px !important;
    color: rgba(248, 235, 221, 0.9) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-align: center !important;
  }
  .footer-col ul li a::before {
    content: '›' !important;
    color: var(--pink, #d96878) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }
  .footer-contact {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 290px !important;
    margin: 0 auto !important;
  }
  .footer-contact li {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    text-align: left !important;
    gap: 14px !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(248, 235, 221, 0.08) !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .footer-contact li:last-child {
    border-bottom: none !important;
  }
  .footer-contact li i {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(217, 104, 120, 0.45) !important;
    background: rgba(217, 104, 120, 0.06) !important;
    color: var(--pink, #d96878) !important;
    font-size: 1.15rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
  }
  .footer-contact li strong {
    font-size: 13.5px !important;
    color: #ffffff !important;
    display: block !important;
    margin-bottom: 2px !important;
  }
  .footer-contact li span {
    font-size: 12px !important;
    color: rgba(248, 235, 221, 0.75) !important;
    line-height: 1.35 !important;
  }
  .footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 6px !important;
    border-top: none !important;
    padding-top: 14px !important;
    font-size: 12px !important;
    color: rgba(248, 235, 221, 0.75) !important;
  }
  .footer-bottom::before {
    content: '♥' !important;
    color: var(--pink, #d96878) !important;
    font-size: 11px !important;
    margin-bottom: 6px !important;
  }

  /* === 12. BARRA DE NAVEGAÇÃO INFERIOR FIXA (APP BAR) === */
  .mobile-bottom-nav {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 995 !important;
    height: 56px !important;
    background: #ffffff !important;
    border-top: 1px solid #efe4dc !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
  }
  .mobile-nav-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    color: #8c786c !important;
    text-decoration: none !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    flex: 1 !important;
    padding: 4px 0 !important;
  }
  .mobile-nav-item i {
    font-size: 1.2rem !important;
  }
  .mobile-nav-item.active,
  .mobile-nav-item:hover {
    color: var(--pink, #d96878) !important;
  }
  .mobile-nav-cart-icon {
    position: relative !important;
  }
  .mobile-nav-cart-icon .cart-count-badge {
    position: absolute !important;
    top: -6px !important;
    right: -10px !important;
    background: var(--pink, #d96878) !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    border-radius: 99px !important;
    min-width: 16px !important;
    height: 16px !important;
    line-height: 16px !important;
    text-align: center !important;
  }

  /* === 13. WHATSAPP FLUTUANTE === */
  .floating-whatsapp {
    bottom: 68px !important;
    right: 14px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 1.7rem !important;
    z-index: 994 !important;
  }

  /* === 14. GAVETA DE DETALHES DO PRODUTO (BOTTOM SHEET) === */
  .product-modal-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1010 !important;
    background: rgba(20, 9, 5, 0.72) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.25s ease, visibility 0.25s ease !important;
    display: flex !important;
    align-items: flex-end !important;
  }
  .product-modal-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .product-modal-sheet {
    background: var(--bg-cream, #fdf8f4) !important;
    width: 100% !important;
    border-radius: 24px 24px 0 0 !important;
    padding: 24px 18px 30px !important;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3) !important;
    transform: translateY(100%) !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    position: relative !important;
  }
  .product-modal-overlay.active .product-modal-sheet {
    transform: translateY(0) !important;
  }
  .product-modal-close {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #eee !important;
    border: 0 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .product-modal-img-wrap {
    width: 100% !important;
    height: 180px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
    position: relative !important;
  }
  .product-modal-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .product-modal-info h3 {
    font-size: 20px !important;
    font-family: var(--font-heading) !important;
    color: var(--dark-brown) !important;
    margin-bottom: 4px !important;
  }
  .product-modal-price-wrap {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: var(--pink) !important;
    margin-bottom: 8px !important;
  }
  .product-modal-info p {
    font-size: 14px !important;
    color: #6c5448 !important;
    line-height: 1.45 !important;
    margin-bottom: 14px !important;
  }
  .modal-prod-short-desc {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--text-dark, #311b13) !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    background: rgba(217, 104, 120, 0.08) !important;
    padding: 8px 12px !important;
    border-left: 3px solid var(--pink, #d96878) !important;
    border-radius: 4px 8px 8px 4px !important;
  }
  .product-modal-actions {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    margin-top: 14px !important;
  }
  .product-modal-actions .btn {
    flex: 1 !important;
    min-height: 44px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 99px !important;
  }

  /* === 15. CARRINHO & CHECKOUT MOBILE === */
  .cart-drawer {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cart-header {
    padding: 16px !important;
  }
  .cart-header h3 {
    font-size: 18px !important;
  }
  .cart-item {
    grid-template-columns: 65px 1fr auto !important;
    gap: 10px !important;
    padding: 8px 10px !important;
  }
  .cart-item img {
    width: 65px !important;
    height: 65px !important;
    border-radius: 8px !important;
  }
  .cart-item-title {
    font-size: 14px !important;
  }
  .cart-item-price {
    font-size: 13.5px !important;
  }
  .checkout-modal {
    width: min(92vw, 420px) !important;
    padding: 24px 18px !important;
    border-radius: 18px !important;
  }
  .checkout-modal h2 {
    font-size: 20px !important;
  }
  .checkout-modal > p {
    font-size: 13.5px !important;
    margin-bottom: 16px !important;
  }
  .checkout-options {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .checkout-card {
    padding: 16px !important;
    border-radius: 14px !important;
  }
  .checkout-card h3 {
    font-size: 16px !important;
  }
  .checkout-card p {
    font-size: 13px !important;
    margin-bottom: 12px !important;
    min-height: auto !important;
  }
  .checkout-card .btn {
    padding: 10px !important;
    font-size: 14px !important;
    border-radius: 99px !important;
  }
}
