.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-5986 .elementor-element.elementor-element-9d894e3{--display:flex;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-bf77a4d */<style>
  /* === PREVIEW WRAPPER (remove this in WooCommerce) === */
  body {
    margin: 0;
    padding: 20px;
    background: #f0ede8;
    font-family: sans-serif;
  }
  .preview-note {
    background: #1a1a1a;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 0.5px;
  }
 
  /* === PRODUCT DESCRIPTION STYLES (paste these into WooCommerce custom CSS or theme) === */
  .og-desc {
    font-family: 'Georgia', serif;
    color: #1c1c1c;
    max-width: 860px;
    margin: 0 auto;
    line-height: 1.75;
  }
 
  /* Hero Banner */
  .og-hero {
    background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 50%, #40916c 100%);
    border-radius: 16px;
    padding: 48px 36px;
    text-align: center;
    margin-bottom: 36px;
    position: relative;
    overflow: hidden;
  }
  .og-hero::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 200px; height: 200px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
  }
  .og-hero::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -30px;
    width: 280px; height: 280px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
  }
  .og-hero-eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #b7e4c7;
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 18px;
  }
  .og-hero h1 {
    font-size: 2.2em;
    color: #ffffff;
    margin: 0 0 12px;
    font-weight: 700;
    line-height: 1.2;
  }
  .og-hero h1 span {
    color: #95d5b2;
  }
  .og-hero p {
    color: rgba(255,255,255,0.85);
    font-size: 1.05em;
    margin: 0 auto;
    max-width: 560px;
    font-family: 'Arial', sans-serif;
  }
  .og-hero-rating {
    margin-top: 24px;
    color: #ffd166;
    font-size: 1.1em;
    font-family: 'Arial', sans-serif;
  }
  .og-hero-rating span {
    color: rgba(255,255,255,0.8);
    font-size: 0.85em;
    margin-left: 8px;
  }
 
  /* Section headings */
  .og-section-title {
    font-size: 1.35em;
    font-weight: 700;
    color: #1b4332;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #95d5b2;
    font-family: 'Arial', sans-serif;
  }
 
  /* Intro paragraph */
  .og-intro {
    background: #f8faf8;
    border-left: 4px solid #2d6a4f;
    padding: 20px 24px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 32px;
    font-size: 1.05em;
    color: #2c3e2d;
    font-family: 'Arial', sans-serif;
  }
 
  /* 3 Masalah cards */
  .og-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 36px;
  }
  @media (max-width: 600px) {
    .og-problem-grid { grid-template-columns: 1fr; }
    .og-benefit-grid { grid-template-columns: 1fr !important; }
    .og-ingredient-grid { grid-template-columns: 1fr !important; }
    .og-hero h1 { font-size: 1.6em; }
    .og-stats-row { flex-direction: column !important; }
  }
  .og-problem-card {
    background: #fff5f5;
    border: 1.5px solid #f4c2c2;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
  }
  .og-problem-icon {
    font-size: 2em;
    margin-bottom: 10px;
  }
  .og-problem-card h4 {
    font-family: 'Arial', sans-serif;
    font-size: 0.95em;
    font-weight: 700;
    color: #b91c1c;
    margin: 0 0 6px;
  }
  .og-problem-card p {
    font-family: 'Arial', sans-serif;
    font-size: 0.82em;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
  }
 
  /* Benefits grid */
  .og-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 36px;
  }
  .og-benefit-item {
    background: #f0fdf4;
    border: 1.5px solid #bbf7d0;
    border-radius: 12px;
    padding: 18px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .og-benefit-icon {
    font-size: 1.6em;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .og-benefit-item h4 {
    font-family: 'Arial', sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    color: #15803d;
    margin: 0 0 4px;
  }
  .og-benefit-item p {
    font-family: 'Arial', sans-serif;
    font-size: 0.82em;
    color: #4b5563;
    margin: 0;
    line-height: 1.5;
  }
 
  /* Ingredients */
  .og-ingredient-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 36px;
  }
  .og-ingredient-card {
    background: #fff;
    border: 1.5px solid #d1fae5;
    border-radius: 12px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(27,67,50,0.06);
  }
  .og-ingredient-icon {
    font-size: 2.2em;
    margin-bottom: 10px;
  }
  .og-ingredient-card h4 {
    font-family: 'Arial', sans-serif;
    font-size: 0.88em;
    font-weight: 700;
    color: #1b4332;
    margin: 0 0 6px;
  }
  .og-ingredient-card p {
    font-family: 'Arial', sans-serif;
    font-size: 0.78em;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
  }
 
  /* How to use */
  .og-steps {
    background: #f8faf8;
    border-radius: 14px;
    padding: 28px 28px 20px;
    margin-bottom: 36px;
  }
  .og-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .og-step-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
  }
  .og-step-num {
    background: #2d6a4f;
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 0.88em;
    font-weight: 700;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .og-step-item div h4 {
    font-family: 'Arial', sans-serif;
    font-size: 0.92em;
    font-weight: 700;
    color: #1b4332;
    margin: 0 0 3px;
  }
  .og-step-item div p {
    font-family: 'Arial', sans-serif;
    font-size: 0.83em;
    color: #4b5563;
    margin: 0;
  }
 
  /* Stats row */
  .og-stats-row {
    display: flex;
    gap: 14px;
    margin-bottom: 36px;
    flex-wrap: wrap;
  }
  .og-stat-box {
    flex: 1;
    min-width: 130px;
    background: linear-gradient(135deg, #1b4332, #2d6a4f);
    border-radius: 14px;
    padding: 22px 16px;
    text-align: center;
    color: #fff;
  }
  .og-stat-num {
    font-size: 2em;
    font-weight: 700;
    color: #95d5b2;
    display: block;
    font-family: 'Arial', sans-serif;
    line-height: 1;
    margin-bottom: 6px;
  }
  .og-stat-label {
    font-family: 'Arial', sans-serif;
    font-size: 0.78em;
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
  }
 
  /* Testimonials */
  .og-testi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 36px;
  }
  @media (max-width: 600px) {
    .og-testi-grid { grid-template-columns: 1fr; }
    .og-problem-grid { grid-template-columns: 1fr; }
    .og-ingredient-grid { grid-template-columns: 1fr; }
  }
  .og-testi-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  .og-testi-stars {
    color: #f59e0b;
    font-size: 0.9em;
    margin-bottom: 8px;
  }
  .og-testi-text {
    font-family: 'Georgia', serif;
    font-size: 0.88em;
    color: #374151;
    font-style: italic;
    margin: 0 0 10px;
    line-height: 1.6;
  }
  .og-testi-name {
    font-family: 'Arial', sans-serif;
    font-size: 0.78em;
    font-weight: 700;
    color: #1b4332;
  }
  .og-testi-loc {
    font-family: 'Arial', sans-serif;
    font-size: 0.75em;
    color: #9ca3af;
  }
 
  /* FAQ */
  .og-faq {
    margin-bottom: 36px;
  }
  .og-faq-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 0;
  }
  .og-faq-q {
    font-family: 'Arial', sans-serif;
    font-size: 0.92em;
    font-weight: 700;
    color: #1b4332;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .og-faq-q::before {
    content: 'S:';
    background: #2d6a4f;
    color: #fff;
    font-size: 0.75em;
    padding: 2px 7px;
    border-radius: 4px;
    flex-shrink: 0;
  }
  .og-faq-a {
    font-family: 'Arial', sans-serif;
    font-size: 0.85em;
    color: #4b5563;
    margin: 0;
    padding-left: 36px;
    line-height: 1.6;
  }
 
  /* Certifications */
  .og-cert-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
  }
  .og-cert-badge {
    background: #fff;
    border: 2px solid #d1fae5;
    border-radius: 10px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 140px;
    box-shadow: 0 2px 6px rgba(27,67,50,0.08);
  }
  .og-cert-badge span:first-child {
    font-size: 1.5em;
  }
  .og-cert-badge div h5 {
    font-family: 'Arial', sans-serif;
    font-size: 0.82em;
    font-weight: 700;
    color: #1b4332;
    margin: 0 0 2px;
  }
  .og-cert-badge div p {
    font-family: 'Arial', sans-serif;
    font-size: 0.73em;
    color: #6b7280;
    margin: 0;
  }
 
  /* CTA bottom */
  .og-cta-box {
    background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 100%);
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    color: #fff;
  }
  .og-cta-box h3 {
    font-family: 'Arial', sans-serif;
    font-size: 1.3em;
    margin: 0 0 10px;
    color: #fff;
  }
  .og-cta-box p {
    font-family: 'Arial', sans-serif;
    font-size: 0.9em;
    color: rgba(255,255,255,0.8);
    margin: 0 0 20px;
  }
  .og-cta-pills {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .og-cta-pill {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #b7e4c7;
    font-family: 'Arial', sans-serif;
    font-size: 0.82em;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 20px;
  }
 
  /* Divider */
  .og-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #95d5b2, transparent);
    margin: 32px 0;
  }
</style>
</head>
<body>/* End custom CSS */