.elementor-4110 .elementor-element.elementor-element-ebd748b{--spacer-size:20px;}/* Start custom CSS for html, class: .elementor-element-1e5b30c */@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── Variables ─────────────────────────────────────────────────── */
:root {
  --yellow: #fed73e;
  --grey:   #a6a597;
  --dark:   #18110e;
  --border: #e3e2de;
  --text:   #18110e;
  --muted:  #a6a597;
  --bg:     #f7f6f3;
  --card:   #ffffff;
}

/* ── Reset ─────────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

/* ================================================================
   HERO
   ================================================================ */
.hero {
  background: linear-gradient(135deg, #fff 0%, #fffbe8 50%, #fff 100%);
  padding: 4rem 2rem 3rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent, transparent 60px,
    rgba(254,215,62,0.08) 60px, rgba(254,215,62,0.08) 61px
  );
}

.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 6vw, 4rem);
  letter-spacing: 4px;
  line-height: 1;
  color: var(--text);
  position: relative;
}

.hero h1 em {
  color: var(--yellow);
  font-style: normal;
}

.hero p {
  margin: 1rem auto 0;
  max-width: 480px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  position: relative;
}

/* ================================================================
   PAGE WRAPPER
   ================================================================ */
.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 5rem;
}

/* ================================================================
   PAGE NAV
   ================================================================ */
.page-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
}

.page-nav__label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.page-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--dark);
  text-decoration: none;
  padding: 0.3rem 0.75rem;
  border-radius: 4px;
  border: 1px solid var(--border);
  background: var(--bg);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.page-nav__link:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--dark);
}

.page-nav__link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
}

/* ================================================================
   COMPLIANCE NOTICE
   ================================================================ */
.compliance-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: #fffce6;
  border: 1px solid rgba(254,215,62,0.4);
  border-left: 4px solid var(--yellow);
  border-radius: 0 6px 6px 0;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
}

.compliance-notice__icon {
  width: 18px;
  height: 18px;
  fill: var(--dark);
  flex-shrink: 0;
  margin-top: 2px;
}

.compliance-notice p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #2e2420;
  margin: 0;
}

.compliance-notice__link {
  color: var(--dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}

.compliance-notice__link:hover {
  color: #c87533;
}

/* ================================================================
   PAGE INTRO BLOCK
   ================================================================ */
.page-intro {
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--yellow);
  border-radius: 0 8px 8px 0;
  padding: 1.5rem 1.75rem;
  margin-bottom: 2.5rem;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #2e2420;
}

.page-intro a {
  color: var(--dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-intro a:hover { color: #c87533; }

/* ================================================================
   SECTION LABEL
   ================================================================ */
.section-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.section-label span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 3px;
  color: var(--muted);
  white-space: nowrap;
}

.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

/* ================================================================
   PRODUCT TABLE
   ================================================================ */
.product-table-wrap {
  margin-bottom: 3rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.table-scroll-hint {
  display: none;
  font-size: 0.75rem;
  color: var(--muted);
  text-align: right;
  margin-bottom: 0.4rem;
  margin-top: -0.25rem;
}

.product-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  background: #fff;
}

.product-table thead {
  background: var(--dark);
}

.product-table thead th {
  padding: 0.85rem 1.1rem;
  text-align: left;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 2.5px;
  color: var(--yellow);
  white-space: nowrap;
  font-weight: 400;
}

.product-table thead th:first-child { border-radius: 7px 0 0 0; }
.product-table thead th:last-child  { border-radius: 0 7px 0 0; }

.product-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}

.product-table tbody tr:last-child { border-bottom: none; }
.product-table tbody tr:hover { background: #fffbe8; }

.product-table tbody td {
  padding: 0.85rem 1.1rem;
  color: var(--text);
  line-height: 1.55;
  vertical-align: top;
}

.product-table tbody td:first-child {
  font-weight: 600;
  font-size: 0.84rem;
  color: var(--dark);
  min-width: 200px;
}

.product-table tbody td:nth-child(2) {
  color: #4a3d38;
  min-width: 220px;
}

.product-table tbody td:last-child { min-width: 160px; }

.std-tag {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  background: rgba(254,215,62,0.18);
  border: 1px solid rgba(24,17,14,0.12);
  border-radius: 3px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--dark);
  margin: 2px 2px 2px 0;
  white-space: nowrap;
}

/* ================================================================
   PURE CSS TAB FILTER
   ================================================================ */
.tab-inputs { display: none; }

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.tab-label {
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.4px;
  user-select: none;
}

.tab-label:hover {
  border-color: var(--yellow);
  color: var(--text);
}

#tab-all:checked ~ .tabs .tab-label[for="tab-all"] {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--dark);
}

/* ================================================================
   CATEGORY & PRODUCT GRID
   ================================================================ */
.category { margin-bottom: 3rem; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1rem;
}

/* ================================================================
   PRODUCT CARD
   ================================================================ */
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--yellow), var(--grey));
  opacity: 0;
  transition: opacity 0.2s;
}

.card:hover {
  border-color: var(--yellow);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(254,215,62,0.15);
}

.card:hover::before { opacity: 1; }

/* ── Card image ─────────────────────────────────────────────────── */
.card-img {
  position: relative;
  margin: -1.25rem -1.25rem 0;
  height: 170px;
  overflow: hidden;
  background: #f0ede8;
  border-radius: 8px 8px 0 0;
}

.card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.card:hover .card-img img { transform: scale(1.04); }

.card-img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  opacity: 0.18;
  pointer-events: none;
}

.card-img.no-img img { display: none; }
.card-img.no-img .card-img-placeholder { opacity: 0.35; }

.card-img::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--yellow), var(--grey));
  opacity: 0;
  transition: opacity 0.2s;
}

.card:hover .card-img::after { opacity: 1; }

/* ── Badge ──────────────────────────────────────────────────────── */
.badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: rgba(254,215,62,0.25);
  color: var(--yellow);
  border: 1px solid rgba(24,17,14,0.18);
  width: fit-content;
}

/* ── Product text ───────────────────────────────────────────────── */
.prod-name {
  font-weight: 600;
  font-size: 0.93rem;
  line-height: 1.4;
}

.prod-specs {
  font-size: 0.77rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── WhatsApp order button ──────────────────────────────────────── */
.order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #25D366;
  color: #fff;
  border-radius: 5px;
  padding: 0.65rem;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: auto;
}

.order-btn:hover { background: #1ebe5a; }

.order-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

/* ================================================================
   KEY BENEFITS GRID
   ================================================================ */
.benefits-wrap { margin-bottom: 3rem; }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.25rem 1.1rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s;
}

.benefit-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.benefit-card:hover {
  border-color: rgba(254,215,62,0.55);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(254,215,62,0.13);
}

.benefit-card:hover::before { transform: scaleX(1); }

.benefit-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: var(--yellow);
  background: var(--dark);
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 0.75rem;
}

.benefit-title {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--dark);
  margin-bottom: 0.4rem;
}

.benefit-body {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ================================================================
   PAGE CTA BANNER
   ================================================================ */
.page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  background: var(--dark);
  border-radius: 8px;
  padding: 1.75rem 2rem;
  margin-top: 1rem;
}

.page-cta__text {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.6;
  max-width: 560px;
}

.page-cta__text strong {
  color: var(--yellow);
  font-weight: 600;
}

.page-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--yellow);
  color: var(--dark);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.page-cta__btn:hover {
  background: #ffc800;
  transform: translateY(-1px);
}

.page-cta__btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 768px) {
  .hero { padding: 3rem 1rem 2.5rem; }
  .page { padding: 2rem 1rem 4rem; }

  .table-scroll-hint { display: block; }

  .product-table tbody td:first-child  { min-width: 160px; }
  .product-table tbody td:nth-child(2) { min-width: 160px; }

  .benefits-grid { grid-template-columns: 1fr 1fr; }

  .page-cta {
    flex-direction: column;
    padding: 1.5rem 1.25rem;
    text-align: center;
  }

  .page-cta__btn {
    width: 100%;
    justify-content: center;
  }

  .tab-label { font-size: 0.78rem; padding: 0.45rem 0.9rem; }

  .compliance-notice {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .product-grid  { grid-template-columns: 1fr 1fr; }
  .page-intro    { padding: 1.1rem; font-size: 0.9rem; }
}

@media (max-width: 360px) {
  .product-grid { grid-template-columns: 1fr; }
}/* End custom CSS */