/* ==========================================================================
   DOCE VONTADE COOKIES - SEO PAGES STYLES (CATEGORIES, PRODUCTS & 404)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Breadcrumbs Navigation
   -------------------------------------------------------------------------- */
.seo-breadcrumbs {
  background: var(--bg-cream, #fdf8f4);
  padding: 14px 0;
  border-bottom: 1px solid rgba(217, 104, 120, 0.12);
  margin-top: 80px; /* Offset for fixed header */
}

.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
  color: #7a6358;
}

.breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs-item a {
  color: #7a6358;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumbs-item a:hover {
  color: var(--pink, #d96878);
}

.breadcrumbs-separator {
  color: #d1b8ab;
  font-size: 0.75rem;
}

.breadcrumbs-item.active {
  color: var(--pink, #d96878);
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   Category Pages: Hero & Intro
   -------------------------------------------------------------------------- */
.category-hero {
  background: linear-gradient(180deg, var(--bg-cream, #fdf8f4) 0%, #fff 100%);
  padding: 48px 0 32px;
  text-align: center;
}

.category-hero-badge {
  display: inline-block;
  background: rgba(217, 104, 120, 0.12);
  color: var(--pink, #d96878);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.category-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.6rem;
  color: var(--dark-brown, #1b0d07);
  margin-bottom: 16px;
  line-height: 1.2;
}

.category-hero-title span {
  color: var(--pink, #d96878);
  font-style: italic;
}

.category-hero-desc {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #634d42;
  line-height: 1.6;
}

/* Catalog Section in Category Page */
.category-catalog {
  padding: 40px 0 60px;
}

.category-catalog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(217, 104, 120, 0.15);
  padding-bottom: 14px;
}

.category-catalog-heading h2 {
  font-size: 1.45rem;
  color: var(--dark-brown, #1b0d07);
  font-weight: 700;
}

.category-catalog-count {
  font-size: 0.9rem;
  color: #8c7366;
  font-weight: 500;
}

/* Link wrapper for cards */
.cookie-card .cookie-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.cookie-card .cookie-name:hover {
  color: var(--pink, #d96878);
}

/* --------------------------------------------------------------------------
   Commercial Informational Content Section
   -------------------------------------------------------------------------- */
.seo-info-section {
  background: var(--bg-cream, #fdf8f4);
  padding: 60px 0;
  border-top: 1px solid rgba(217, 104, 120, 0.1);
  border-bottom: 1px solid rgba(217, 104, 120, 0.1);
}

.seo-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 36px;
}

.seo-info-card {
  background: #fff;
  padding: 32px 28px;
  border-radius: 18px;
  border: 1px solid rgba(217, 104, 120, 0.15);
  box-shadow: 0 4px 18px rgba(27, 13, 7, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.seo-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(27, 13, 7, 0.08);
}

.seo-info-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(217, 104, 120, 0.12);
  color: var(--pink, #d96878);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.seo-info-card h3 {
  font-size: 1.25rem;
  color: var(--dark-brown, #1b0d07);
  margin-bottom: 12px;
  font-weight: 700;
}

.seo-info-card p {
  color: #634d42;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* --------------------------------------------------------------------------
   Local SEO Delivery Context (Natural Text Block)
   -------------------------------------------------------------------------- */
.seo-delivery-context {
  padding: 50px 0 70px;
  background: #fff;
  border-top: 1px solid rgba(217, 104, 120, 0.1);
}

.seo-delivery-card {
  background: var(--bg-cream, #fdf8f4);
  border: 1px solid rgba(217, 104, 120, 0.2);
  border-radius: 20px;
  padding: 36px 32px;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.seo-delivery-title {
  font-size: 1.4rem;
  color: var(--dark-brown, #1b0d07);
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.seo-delivery-text {
  font-size: 1.02rem;
  color: #5d463b;
  line-height: 1.7;
  margin-bottom: 14px;
}

.seo-delivery-text strong {
  color: var(--dark-brown, #1b0d07);
}

.seo-delivery-tip {
  font-size: 0.94rem;
  color: #7a6358;
  line-height: 1.5;
  margin-bottom: 24px;
  padding: 10px 16px;
  background: #fff;
  border-radius: 10px;
  border: 1px dashed rgba(217, 104, 120, 0.3);
  display: inline-block;
}

.seo-delivery-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* --------------------------------------------------------------------------
   Product Detail Page Layout
   -------------------------------------------------------------------------- */
.product-detail-section {
  padding: 40px 0 70px;
  background: #fff;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.product-detail-media {
  position: sticky;
  top: 100px;
}

.product-detail-main-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--bg-cream, #fdf8f4);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 36px rgba(27, 13, 7, 0.08);
  border: 1px solid rgba(217, 104, 120, 0.15);
}

.product-detail-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.product-detail-main-img-wrap:hover .product-detail-main-img {
  transform: scale(1.03);
}

.product-detail-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}

.product-detail-content {
  padding-top: 10px;
}

.product-category-tag {
  display: inline-block;
  color: var(--pink, #d96878);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.product-detail-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.4rem;
  color: var(--dark-brown, #1b0d07);
  line-height: 1.2;
  margin-bottom: 16px;
}

.product-detail-price-box {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(217, 104, 120, 0.15);
}

.product-price-current {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--pink, #d96878);
}

.product-price-old {
  font-size: 1.15rem;
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
}

.product-price-discount {
  background: #e74c3c;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
}

.product-detail-short-desc {
  font-size: 1.08rem;
  font-weight: 500;
  color: #553e34;
  line-height: 1.6;
  margin-bottom: 18px;
}

.product-detail-full-desc {
  font-size: 0.98rem;
  color: #6d574d;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* Options & Flavor Selector */
.product-options-box {
  background: var(--bg-cream, #fdf8f4);
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 24px;
  border: 1px solid rgba(217, 104, 120, 0.2);
}

.product-options-label {
  display: block;
  font-weight: 700;
  color: var(--dark-brown, #1b0d07);
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.product-options-select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d8c3b6;
  background: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--dark-brown, #1b0d07);
  outline: none;
  transition: border-color 0.2s;
}

.product-options-select:focus {
  border-color: var(--pink, #d96878);
}

/* Actions Box: Qty + Add Button */
.product-actions-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.detail-qty-control {
  display: inline-flex;
  align-items: center;
  background: #f5ece5;
  border-radius: 12px;
  padding: 4px;
}

.detail-qty-btn {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #fff;
  border: none;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark-brown, #1b0d07);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.detail-qty-btn:hover {
  background: var(--pink, #d96878);
  color: #fff;
}

.detail-qty-val {
  min-width: 44px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark-brown, #1b0d07);
}

.btn-add-detail {
  flex: 1;
  background: var(--pink, #d96878);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 14px rgba(217, 104, 120, 0.35);
  transition: all 0.25s ease;
}

.btn-add-detail:hover {
  background: #c75666;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(217, 104, 120, 0.45);
}

/* Secondary Direct Order CTAs */
.product-direct-orders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 32px;
}

.btn-direct-order {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
}

.btn-direct-zap {
  background: #25d366;
  color: #fff;
}

.btn-direct-zap:hover {
  background: #20bd5a;
  color: #fff;
}

.btn-direct-ifood {
  background: #ea1d2c;
  color: #fff;
}

.btn-direct-ifood:hover {
  background: #d41422;
  color: #fff;
}

/* Guarantees Box */
.product-guarantees {
  border-top: 1px solid rgba(217, 104, 120, 0.15);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.guarantee-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #634d42;
  font-size: 0.92rem;
}

.guarantee-item i {
  color: var(--pink, #d96878);
  font-size: 1.15rem;
  width: 20px;
  text-align: center;
}

/* --------------------------------------------------------------------------
   Related Products Section
   -------------------------------------------------------------------------- */
.related-products-section {
  background: var(--bg-cream, #fdf8f4);
  padding: 60px 0 80px;
  border-top: 1px solid rgba(217, 104, 120, 0.12);
}

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

.related-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.1rem;
  color: var(--dark-brown, #1b0d07);
}

.related-section-title span {
  color: var(--pink, #d96878);
  font-style: italic;
}

/* --------------------------------------------------------------------------
   404 Error Page
   -------------------------------------------------------------------------- */
.seo-404-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(180deg, var(--bg-cream, #fdf8f4) 0%, #fff 100%);
  margin-top: 80px;
}

.seo-404-box {
  max-width: 580px;
  margin: 0 auto;
}

.seo-404-icon {
  font-size: 4.5rem;
  color: var(--pink, #d96878);
  margin-bottom: 20px;
}

.seo-404-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5rem;
  color: var(--dark-brown, #1b0d07);
  margin-bottom: 16px;
}

.seo-404-desc {
  font-size: 1.05rem;
  color: #634d42;
  line-height: 1.6;
  margin-bottom: 32px;
}

.seo-404-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* --------------------------------------------------------------------------
   Responsive Media Queries
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .product-detail-media {
    position: static;
    max-width: 480px;
    margin: 0 auto;
  }

  .category-hero-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .seo-breadcrumbs {
    margin-top: 70px;
  }

  .category-hero {
    padding: 36px 0 24px;
  }

  .category-hero-title {
    font-size: 1.9rem;
  }

  .product-detail-title {
    font-size: 1.95rem;
  }

  .product-price-current {
    font-size: 1.75rem;
  }

  .product-direct-orders {
    grid-template-columns: 1fr;
  }

  .seo-delivery-card {
    padding: 24px 18px;
  }
}

@media (max-width: 480px) {
  .category-catalog-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

/* --------------------------------------------------------------------------
   Header Logo Fix (Desktop & Mobile Consistency)
   -------------------------------------------------------------------------- */
.logo-container a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.logo-container .brand-logo,
.logo-container img.brand-logo {
  width: 118px !important;
  height: 118px !important;
  max-width: 118px !important;
  max-height: 118px !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  .logo-container .brand-logo,
  .logo-container img.brand-logo {
    width: 84px !important;
    height: 84px !important;
    max-width: 84px !important;
    max-height: 84px !important;
  }
}

