/** Shopify CDN: Minification failed

Line 103:2 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:eggest-faq (INDEX:14) */
.eggest-scope, .eggest-scope *{ box-sizing:border-box; }
  .eggest-scope{ --eggest-ink:#221F1A; --eggest-ink-soft:#5B564C; --eggest-line:#DED2B8; --eggest-red-deep:#C1272D;
    font-family:'Inter',sans-serif; color:var(--eggest-ink); }
  .eggest-scope h2{ font-family:'Archivo',sans-serif; margin:0; }
  .eggest-wrap{ max-width:1120px; margin:0 auto; padding:0 28px; }
  .eggest-section{ padding:84px 0; }
  .eggest-section-head{ max-width:56ch; margin-bottom:46px; }
  .eggest-section-head h2{ font-size:32px; letter-spacing:-.02em; margin:0 0 12px; font-weight:700; }
  .eggest-section-head p{ color:var(--eggest-ink-soft); font-size:16px; margin:0; }
  .eggest-faq-list{ border-top:1px solid var(--eggest-line); max-width:760px; }
  .eggest-faq-item{ border-bottom:1px solid var(--eggest-line); }
  .eggest-faq-q{ width:100%; display:flex; justify-content:space-between; align-items:center; gap:20px; padding:20px 0;
    font-size:16px; font-weight:600; text-align:left; background:none; border:none; cursor:pointer; color:var(--eggest-ink); font-family:inherit; }
  .eggest-faq-q svg{ width:16px; height:16px; flex:none; transition:transform .25s ease; color:var(--eggest-red-deep); }
  .eggest-faq-q[aria-expanded="true"] svg{ transform:rotate(45deg); }
  .eggest-faq-a{ display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s ease; }
  .eggest-faq-a.eggest-open{ grid-template-rows:1fr; }
  .eggest-faq-a > div{ overflow:hidden; }
  .eggest-faq-a p{ font-size:14.5px; color:var(--eggest-ink-soft); margin:0 0 20px; max-width:60ch; }
/* END_SECTION:eggest-faq */

/* START_SECTION:eggest-flavours (INDEX:15) */
.eggest-scope, .eggest-scope *{ box-sizing:border-box; }
  .eggest-scope{ --eggest-ink:#221F1A; --eggest-ink-soft:#5B564C; --eggest-paper:#FBF8F1; --eggest-paper-dim:#F3EDDF;
    --eggest-line:#DED2B8; --eggest-red-deep:#C1272D; font-family:'Inter',sans-serif; color:var(--eggest-ink); font-feature-settings:"tnum" 1; }
  .eggest-scope h2, .eggest-scope h3{ font-family:'Archivo',sans-serif; margin:0; }
  .eggest-wrap{ max-width:1120px; margin:0 auto; padding:0 28px; }
  .eggest-section{ padding:84px 0; }
  .eggest-section-head{ max-width:56ch; margin-bottom:46px; }
  .eggest-section-head h2{ font-size:32px; letter-spacing:-.02em; margin:0 0 12px; font-weight:700; }
  .eggest-section-head p{ color:var(--eggest-ink-soft); font-size:16px; margin:0; }
  .eggest-flavor-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
  .eggest-flavor-card{ background:var(--eggest-paper); border:1px solid var(--eggest-line); border-radius:14px; padding:22px 22px 24px; display:flex; flex-direction:column; }
  .eggest-flavor-thumb{ width:100%; height:150px; border-radius:10px; margin-bottom:18px; background:var(--eggest-paper-dim); overflow:hidden; }
  .eggest-flavor-card h3{ font-size:19px; margin:0 0 6px; font-weight:700; }
  .eggest-flavor-card p{ font-size:14px; color:var(--eggest-ink-soft); margin:0 0 14px; min-height:42px; }
  .eggest-nutri-toggle{ font-size:12.5px; font-weight:600; color:var(--eggest-red-deep); display:inline-flex; align-items:center; gap:5px;
    margin-bottom:14px; padding:0; background:none; border:none; cursor:pointer; }
  .eggest-nutri-toggle svg{ width:13px; height:13px; transition:transform .25s ease; }
  .eggest-nutri-toggle[aria-expanded="true"] svg{ transform:rotate(180deg); }
  .eggest-nutri-panel{ display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s ease; }
  .eggest-nutri-panel.eggest-open{ grid-template-rows:1fr; }
  .eggest-nutri-panel > div{ overflow:hidden; }
  .eggest-nutri-box{ border:1px solid var(--eggest-ink); border-radius:8px; padding:10px 12px; margin-bottom:14px; font-size:12.5px; }
  .eggest-nb-title{ font-weight:800; font-size:12.5px; border-bottom:2px solid var(--eggest-ink); padding-bottom:5px; margin-bottom:5px; }
  .eggest-nb-sub{ color:var(--eggest-ink-soft); font-size:11px; margin-bottom:6px; }
  .eggest-nutri-row{ display:flex; justify-content:space-between; padding:3px 0; border-bottom:1px solid var(--eggest-line); }
  .eggest-nutri-row.eggest-indent{ padding-left:10px; color:var(--eggest-ink-soft); font-size:11.5px; }
  .eggest-nutri-row:last-child{ border-bottom:none; }
  .eggest-nutri-cols{ display:flex; gap:14px; font-weight:600; }
  .eggest-nutri-cols span{ width:52px; text-align:right; }
  .eggest-nutri-head{ display:flex; justify-content:space-between; font-size:10.5px; color:var(--eggest-ink-soft); margin-bottom:2px; }
  .eggest-nutri-note{ color:var(--eggest-ink-soft); font-size:10.5px; margin-top:6px; font-style:italic; }
  .eggest-flavor-meta{ display:flex; justify-content:space-between; align-items:center; border-top:1px solid var(--eggest-line); padding-top:16px; margin-top:auto; gap:10px; }
  .eggest-flavor-price{ font-weight:700; font-size:16px; }
  .eggest-qty-stepper{ display:flex; align-items:center; border:1px solid var(--eggest-line); border-radius:100px; }
  .eggest-qty-stepper button{ width:26px; height:26px; font-size:15px; font-weight:600; color:var(--eggest-ink); background:none; border:none; cursor:pointer; }
  .eggest-qty-stepper span{ width:20px; text-align:center; font-size:13.5px; font-weight:600; }
  .eggest-flavor-add{ font-size:13.5px; font-weight:600; border:1px solid var(--eggest-ink); border-radius:100px; padding:8px 16px;
    background:none; cursor:pointer; transition:background .15s ease, color .15s ease; }
  .eggest-flavor-add:hover{ background:var(--eggest-ink); color:var(--eggest-paper); }
  .eggest-flavor-add:disabled{ opacity:.5; cursor:not-allowed; }
  .eggest-toast{ position:fixed; left:50%; bottom:96px; transform:translate(-50%,20px); z-index:60; background:var(--eggest-ink); color:var(--eggest-paper);
    font-size:13.5px; font-weight:600; padding:12px 20px; border-radius:100px; opacity:0; pointer-events:none; transition:opacity .25s ease, transform .25s ease; }
  .eggest-toast.eggest-show{ opacity:1; transform:translate(-50%,0); }
  @media (max-width:860px){ .eggest-flavor-grid{ grid-template-columns:1fr; } }
    .eggest-flavor-thumb a{ display:block; width:100%; height:100%; }
  .eggest-flavor-link{ text-decoration:none; color:inherit; }
  .eggest-flavor-link:hover h3{ color:var(--eggest-red-deep); }
/* END_SECTION:eggest-flavours */

/* START_SECTION:eggest-footer-cta (INDEX:16) */
.eggest-scope, .eggest-scope *{ box-sizing:border-box; }
  .eggest-scope{ --eggest-ink:#221F1A; --eggest-paper:#FBF8F1; --eggest-red-deep:#C1272D; font-family:'Inter',sans-serif; }
  .eggest-scope h2{ font-family:'Archivo',sans-serif; margin:0; }
  .eggest-wrap{ max-width:1120px; margin:0 auto; padding:0 28px; }
  .eggest-footer-cta{ background:var(--eggest-ink); color:#F3EDDF; }
  .eggest-fc-grid{ display:flex; justify-content:space-between; align-items:center; gap:40px; flex-wrap:wrap; padding:54px 0; }
  .eggest-fc-grid h2{ color:#fff; font-size:28px; margin:0 0 8px; letter-spacing:-.02em; }
  .eggest-fc-grid p{ margin:0; color:#B8B2A4; max-width:40ch; }
  .eggest-signup{ display:flex; gap:0; background:var(--eggest-paper); border-radius:8px; overflow:hidden; min-width:340px; }
  .eggest-signup input{ border:none; background:none; padding:14px 16px; flex:1; font-size:14px; font-family:inherit; color:var(--eggest-ink); }
  .eggest-signup input:focus{ outline:none; }
  .eggest-signup button{ background:var(--eggest-red-deep); color:#fff; font-weight:600; font-size:14px; padding:0 22px; border:none; cursor:pointer; }
  .eggest-signup-success{ padding:14px 16px; margin:0; color:var(--eggest-ink); font-weight:600; font-size:14px; }
  @media (max-width:860px){ .eggest-fc-grid{ flex-direction:column; align-items:flex-start; } .eggest-signup{ width:100%; min-width:0; } }
/* END_SECTION:eggest-footer-cta */

/* START_SECTION:eggest-hero (INDEX:17) */
/* Loads the three display/body fonts used across all Eggest sections.
     For best performance, move this @import (or equivalent <link> tags)
     into layout/theme.liquid's <head> instead — see the README. */
  @import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=Big+Shoulders+Display:wght@700;800&family=Inter:wght@400;500;600&display=swap');

  .eggest-scope, .eggest-scope *{ box-sizing:border-box; }
  .eggest-scope{
    --eggest-ink:#221F1A; --eggest-ink-soft:#5B564C; --eggest-linen:#F1E9D9; --eggest-paper:#FBF8F1;
    --eggest-line:#DED2B8; --eggest-red:#FF3131; --eggest-red-deep:#C1272D; --eggest-gold:#FFDE59;
    font-family:'Inter',sans-serif; color:var(--eggest-ink); background:var(--eggest-linen);
  }
  .eggest-scope h1, .eggest-scope h2, .eggest-scope h3{ font-family:'Archivo',sans-serif; margin:0; }
  .eggest-scope a{ color:inherit; text-decoration:none; }
  .eggest-wrap{ max-width:1120px; margin:0 auto; padding:0 28px; }
  .eggest-hero{ padding:56px 0 76px; }
  .eggest-hero-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
  .eggest-eyebrow{ display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:600; color:var(--eggest-red-deep);
    background:#FDE4E1; border-radius:100px; padding:6px 14px; margin-bottom:22px; }
  .eggest-dot{ width:6px; height:6px; border-radius:50%; background:var(--eggest-red-deep); }
  .eggest-hero h1{ font-size:52px; line-height:1.04; letter-spacing:-.025em; font-weight:800; margin:0 0 22px; max-width:11.5ch; }
  .eggest-lead{ font-size:18px; color:var(--eggest-ink-soft); max-width:44ch; margin:0 0 30px; }
  .eggest-hero-ctas{ display:flex; align-items:center; gap:22px; margin-bottom:34px; flex-wrap:wrap; }
  .eggest-btn-primary{ background:var(--eggest-red-deep); color:#fff; font-weight:600; font-size:15px; padding:15px 28px;
    border-radius:8px; display:inline-block; transition:background .15s ease, transform .15s ease; }
  .eggest-btn-primary:hover{ background:#a31f24; transform:translateY(-1px); }
  .eggest-btn-ghost{ font-weight:600; font-size:15px; border-bottom:1px solid var(--eggest-ink); padding-bottom:3px; }
  .eggest-microtrust{ font-size:13.5px; color:var(--eggest-ink-soft); }
  .eggest-hero-visual{ position:relative; display:flex; justify-content:center; }
  .eggest-pack-frame{ width:280px; height:340px; border-radius:22px; background:var(--eggest-paper); border:1px solid var(--eggest-line);
    box-shadow:0 20px 44px rgba(34,31,26,.14); padding:14px; overflow:hidden; }
  .eggest-stat-stamp{ position:absolute; top:2%; right:-4%; background:var(--eggest-paper); border:2px solid var(--eggest-ink);
    border-radius:12px; padding:14px 18px; text-align:center; transform:rotate(5deg); box-shadow:5px 5px 0 var(--eggest-ink); }
  .eggest-stat-stamp .eggest-num{ font-family:'Big Shoulders Display',sans-serif; font-size:34px; font-weight:800; line-height:1; color:var(--eggest-red-deep); }
  .eggest-stat-stamp .eggest-lbl{ font-size:11px; color:var(--eggest-ink-soft); margin-top:2px; }
  @keyframes eggestSteam{ 0%{transform:translateY(0) scaleY(1);opacity:.5;} 50%{transform:translateY(-9px) scaleY(1.08);opacity:.85;} 100%{transform:translateY(0) scaleY(1);opacity:.5;} }
  .eggest-steam{ position:absolute; top:-30px; left:40%; opacity:.7; }
  .eggest-steam path{ animation:eggestSteam 4.5s ease-in-out infinite; }
  .eggest-steam path:nth-child(2){ animation-delay:.6s; }
  .eggest-steam path:nth-child(3){ animation-delay:1.2s; }
  @media (max-width:860px){
    .eggest-hero-grid{ grid-template-columns:1fr; gap:56px; }
    .eggest-hero h1{ font-size:38px; max-width:none; }
    .eggest-hero-visual{ padding-top:20px; }
  }
/* END_SECTION:eggest-hero */

/* START_SECTION:eggest-pricing (INDEX:18) */
.eggest-scope, .eggest-scope *{ box-sizing:border-box; }
  .eggest-scope{ --eggest-ink:#221F1A; --eggest-ink-soft:#5B564C; --eggest-paper:#FBF8F1; --eggest-line:#DED2B8;
    --eggest-red-deep:#C1272D; --eggest-gold:#FFDE59; font-family:'Inter',sans-serif; color:var(--eggest-ink); }
  .eggest-scope h2, .eggest-scope h3{ font-family:'Archivo',sans-serif; margin:0; }
  .eggest-wrap{ max-width:1120px; margin:0 auto; padding:0 28px; }
  .eggest-section{ padding:84px 0; }
  .eggest-section-head{ max-width:56ch; margin-bottom:46px; }
  .eggest-section-head h2{ font-size:32px; letter-spacing:-.02em; margin:0 0 12px; font-weight:700; }
  .eggest-section-head p{ color:var(--eggest-ink-soft); font-size:16px; margin:0; }
  .eggest-price-toggle{ display:inline-flex; background:var(--eggest-line); border-radius:100px; padding:4px; margin-bottom:28px; }
  .eggest-price-toggle button{ font-size:13.5px; font-weight:600; padding:9px 18px; border-radius:100px; color:var(--eggest-ink-soft);
    background:none; border:none; cursor:pointer; transition:background .15s ease,color .15s ease; }
  .eggest-price-toggle button.eggest-active{ background:var(--eggest-red-deep); color:#fff; }
  .eggest-price-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
  .eggest-price-card{ background:var(--eggest-paper); border:1px solid var(--eggest-line); border-radius:14px; padding:26px;
    display:flex; flex-direction:column; position:relative; }
  .eggest-price-card.eggest-best{ border-color:var(--eggest-red-deep); box-shadow:0 10px 30px rgba(193,39,45,.12); }
  .eggest-best-badge{ position:absolute; top:-13px; left:24px; background:var(--eggest-gold); color:var(--eggest-ink);
    font-size:12px; font-weight:700; padding:5px 12px; border-radius:100px; }
  .eggest-mascot-peek{ position:absolute; top:-34px; right:-14px; width:64px; height:auto; transform:rotate(8deg); }
  .eggest-price-card h3{ font-size:16px; margin:0 0 4px; font-weight:700; }
  .eggest-desc{ font-size:13px; color:var(--eggest-ink-soft); margin-bottom:18px; }
  .eggest-price-now{ font-size:26px; font-weight:800; margin-bottom:2px; }
  .eggest-per-delivery{ font-size:12px; font-weight:600; color:var(--eggest-ink-soft); }
  .eggest-price-was{ font-size:13px; color:var(--eggest-ink-soft); text-decoration:line-through; margin-bottom:16px; }
  .eggest-price-per-pack{ font-size:13px; font-weight:700; color:var(--eggest-red-deep); margin-bottom:20px; }
  .eggest-no-sub{ font-size:12.5px; color:var(--eggest-ink-soft); font-style:italic; margin-bottom:20px; }
  .eggest-price-btn{ margin-top:auto; text-align:center; font-size:14px; font-weight:600; border:1px solid var(--eggest-ink);
    border-radius:8px; padding:11px; background:none; cursor:pointer; transition:background .15s ease,color .15s ease; }
  .eggest-price-card.eggest-best .eggest-price-btn{ background:var(--eggest-red-deep); border-color:var(--eggest-red-deep); color:#fff; }
  .eggest-price-btn:hover{ background:var(--eggest-ink); color:var(--eggest-paper); }
  .eggest-price-btn:disabled{ opacity:.5; cursor:not-allowed; }
  .eggest-price-sub{ display:none; }
  .eggest-price-grid[data-mode="sub"] .eggest-price-onetime{ display:none; }
  .eggest-price-grid[data-mode="sub"] .eggest-price-sub{ display:block; }
  .eggest-toast{ position:fixed; left:50%; bottom:96px; transform:translate(-50%,20px); z-index:60; background:var(--eggest-ink); color:var(--eggest-paper);
    font-size:13.5px; font-weight:600; padding:12px 20px; border-radius:100px; opacity:0; pointer-events:none; transition:opacity .25s ease, transform .25s ease; }
  .eggest-toast.eggest-show{ opacity:1; transform:translate(-50%,0); }
  @media (max-width:860px){ .eggest-price-grid{ grid-template-columns:repeat(2,1fr); } .eggest-mascot-peek{ display:none; } }
/* END_SECTION:eggest-pricing */

/* START_SECTION:eggest-process (INDEX:19) */
.eggest-scope, .eggest-scope *{ box-sizing:border-box; }
  .eggest-scope{ --eggest-ink:#221F1A; --eggest-ink-soft:#5B564C; --eggest-paper:#FBF8F1; --eggest-red-deep:#C1272D;
    font-family:'Inter',sans-serif; color:var(--eggest-ink); }
  .eggest-scope h2, .eggest-scope h3{ font-family:'Archivo',sans-serif; margin:0; }
  .eggest-wrap{ max-width:1120px; margin:0 auto; padding:0 28px; }
  .eggest-section{ padding:84px 0; }
  .eggest-section-head{ max-width:56ch; margin-bottom:46px; }
  .eggest-section-head h2{ font-size:32px; letter-spacing:-.02em; margin:0 0 12px; font-weight:700; }
  .eggest-section-head p{ color:var(--eggest-ink-soft); font-size:16px; margin:0; }
  .eggest-process-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:34px; }
  .eggest-step-num{ font-family:'Big Shoulders Display',sans-serif; font-size:22px; font-weight:800; width:46px; height:46px;
    border-radius:50%; border:2px solid var(--eggest-red-deep); color:var(--eggest-red-deep); display:flex; align-items:center;
    justify-content:center; margin-bottom:20px; background:var(--eggest-paper); }
  .eggest-process-step h3{ font-size:18px; margin:0 0 8px; }
  .eggest-process-step p{ font-size:14.5px; color:var(--eggest-ink-soft); margin:0; }
  @media (max-width:860px){ .eggest-process-row{ grid-template-columns:1fr; } }
/* END_SECTION:eggest-process */

/* START_SECTION:eggest-product-main (INDEX:20) */
.eggest-scope, .eggest-scope *{ box-sizing:border-box; }
  .eggest-scope{ --eggest-ink:#221F1A; --eggest-ink-soft:#5B564C; --eggest-paper:#FBF8F1; --eggest-paper-dim:#F3EDDF;
    --eggest-line:#DED2B8; --eggest-red-deep:#C1272D; --eggest-linen:#F1E9D9; font-family:'Inter',sans-serif; color:var(--eggest-ink); }
  .eggest-scope h1, .eggest-scope h2, .eggest-scope h3{ font-family:'Archivo',sans-serif; margin:0; }
  .eggest-wrap{ max-width:1120px; margin:0 auto; padding:0 28px; }

  .eggest-product-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; padding:56px 28px; align-items:start; }
  .eggest-product-media{ aspect-ratio:1/1; border-radius:16px; overflow:hidden; background:var(--eggest-paper-dim); border:1px solid var(--eggest-line); position:sticky; top:24px; }
  .eggest-product-media-placeholder{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; }
  .eggest-product-info h1{ font-size:34px; font-weight:800; letter-spacing:-.02em; margin-bottom:14px; }
  .eggest-product-price{ font-size:26px; font-weight:800; margin-bottom:10px; }
  .eggest-product-was{ font-size:15px; color:var(--eggest-ink-soft); text-decoration:line-through; font-weight:500; margin-left:8px; }
  .eggest-product-badges{ font-size:13.5px; color:var(--eggest-ink-soft); margin-bottom:22px; }
  .eggest-nutri-toggle{ font-size:13px; font-weight:600; color:var(--eggest-red-deep); display:inline-flex; align-items:center; gap:5px;
    margin-bottom:16px; padding:0; background:none; border:none; cursor:pointer; }
  .eggest-nutri-toggle svg{ width:13px; height:13px; transition:transform .25s ease; }
  .eggest-nutri-toggle[aria-expanded="true"] svg{ transform:rotate(180deg); }
  .eggest-nutri-panel{ display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s ease; }
  .eggest-nutri-panel.eggest-open{ grid-template-rows:1fr; }
  .eggest-nutri-panel > div{ overflow:hidden; }
  .eggest-nutri-box{ border:1px solid var(--eggest-ink); border-radius:8px; padding:10px 12px; margin-bottom:20px; font-size:12.5px; }
  .eggest-nb-title{ font-weight:800; font-size:12.5px; border-bottom:2px solid var(--eggest-ink); padding-bottom:5px; margin-bottom:5px; }
  .eggest-nb-sub{ color:var(--eggest-ink-soft); font-size:11px; margin-bottom:6px; }
  .eggest-nutri-row{ display:flex; justify-content:space-between; padding:3px 0; border-bottom:1px solid var(--eggest-line); }
  .eggest-nutri-row.eggest-indent{ padding-left:10px; color:var(--eggest-ink-soft); font-size:11.5px; }
  .eggest-nutri-row:last-child{ border-bottom:none; }
  .eggest-nutri-cols{ display:flex; gap:14px; font-weight:600; }
  .eggest-nutri-cols span{ width:52px; text-align:right; }
  .eggest-nutri-head{ display:flex; justify-content:space-between; font-size:10.5px; color:var(--eggest-ink-soft); margin-bottom:2px; }
  .eggest-nutri-note{ color:var(--eggest-ink-soft); font-size:10.5px; margin-top:6px; font-style:italic; }
  .eggest-product-desc{ font-size:15px; line-height:1.6; color:var(--eggest-ink-soft); margin-bottom:28px; max-width:52ch; }
  .eggest-product-buy{ display:flex; gap:14px; align-items:center; }
  .eggest-qty-stepper{ display:flex; align-items:center; border:1px solid var(--eggest-line); border-radius:100px; }
  .eggest-qty-stepper button{ width:38px; height:38px; font-size:16px; font-weight:600; color:var(--eggest-ink); background:none; border:none; cursor:pointer; }
  .eggest-qty-stepper span{ width:28px; text-align:center; font-size:14px; font-weight:600; }
  .eggest-product-add{ flex:1; font-size:15px; font-weight:700; border:none; border-radius:100px; padding:14px 28px;
    background:var(--eggest-red-deep); color:#fff; cursor:pointer; transition:background .15s ease; }
  .eggest-product-add:hover{ background:var(--eggest-ink); }
  .eggest-product-add:disabled{ opacity:.5; cursor:not-allowed; }

  .eggest-pairs-with{ padding:56px 28px; border-top:1px solid var(--eggest-line); }
  .eggest-pairs-with h2{ font-size:26px; font-weight:700; letter-spacing:-.02em; margin-bottom:28px; }
  .eggest-pairs-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
  .eggest-pair-card{ background:var(--eggest-linen); border:1px solid var(--eggest-line); border-radius:14px; padding:22px; }
  .eggest-pair-card h3{ font-size:16px; margin-bottom:8px; }
  .eggest-pair-card p{ font-size:13.5px; color:var(--eggest-ink-soft); margin:0; line-height:1.5; }

  .eggest-product-reviews{ padding:56px 28px 72px; border-top:1px solid var(--eggest-line); }
  .eggest-product-reviews h2{ font-size:26px; font-weight:700; letter-spacing:-.02em; margin-bottom:20px; }
  .eggest-reviews-empty{ background:var(--eggest-paper-dim); border:1px dashed var(--eggest-line); border-radius:14px; padding:32px; max-width:56ch; }
  .eggest-reviews-empty p{ margin:0; font-size:14.5px; color:var(--eggest-ink-soft); }

  .eggest-toast{ position:fixed; left:50%; bottom:32px; transform:translate(-50%,20px); z-index:60; background:var(--eggest-ink); color:var(--eggest-paper);
    font-size:13.5px; font-weight:600; padding:12px 20px; border-radius:100px; opacity:0; pointer-events:none; transition:opacity .25s ease, transform .25s ease; }
  .eggest-toast.eggest-show{ opacity:1; transform:translate(-50%,0); }

  @media (max-width:860px){
    .eggest-product-grid{ grid-template-columns:1fr; gap:28px; padding:32px 20px; }
    .eggest-product-media{ position:static; aspect-ratio:4/3; }
    .eggest-pairs-grid{ grid-template-columns:1fr; }
    .eggest-pairs-with, .eggest-product-reviews{ padding:40px 20px; }
  }
/* END_SECTION:eggest-product-main */

/* START_SECTION:eggest-sticky-bar (INDEX:21) */
.eggest-scope, .eggest-scope *{ box-sizing:border-box; }
  .eggest-scope{ --eggest-ink:#221F1A; --eggest-ink-soft:#5B564C; --eggest-paper:#FBF8F1; --eggest-line:#DED2B8;
    --eggest-red-deep:#C1272D; font-family:'Inter',sans-serif; color:var(--eggest-ink); }
  .eggest-wrap{ max-width:1120px; margin:0 auto; padding:0 28px; }
  .eggest-sticky-bar{ position:fixed; left:0; right:0; bottom:0; z-index:50; background:var(--eggest-paper);
    border-top:1px solid var(--eggest-line); box-shadow:0 -8px 24px rgba(34,31,26,.10); padding:12px 0;
    transform:translateY(110%); transition:transform .3s ease; }
  .eggest-sticky-bar.eggest-show{ transform:translateY(0); }
  .eggest-sb-row{ display:flex; align-items:center; gap:16px; }
  .eggest-sb-thumb{ width:44px; height:44px; border-radius:8px; flex:none; border:1px solid var(--eggest-line); overflow:hidden; }
  .eggest-sb-info{ flex:1; min-width:0; }
  .eggest-sb-n{ font-weight:700; font-size:14.5px; }
  .eggest-sb-p{ font-size:13px; color:var(--eggest-ink-soft); }
  .eggest-sb-btn{ background:var(--eggest-red-deep); color:#fff; font-weight:600; font-size:13.5px; padding:11px 20px;
    border-radius:8px; text-decoration:none; white-space:nowrap; }
/* END_SECTION:eggest-sticky-bar */

/* START_SECTION:eggest-testimonials (INDEX:22) */
.eggest-scope, .eggest-scope *{ box-sizing:border-box; }
  .eggest-scope{ --eggest-ink:#221F1A; --eggest-ink-soft:#5B564C; --eggest-paper:#FBF8F1; --eggest-line:#DED2B8;
    --eggest-red-deep:#C1272D; font-family:'Inter',sans-serif; color:var(--eggest-ink); }
  .eggest-scope h2{ font-family:'Archivo',sans-serif; margin:0; }
  .eggest-wrap{ max-width:1120px; margin:0 auto; padding:0 28px; }
  .eggest-section{ padding:84px 0; }
  .eggest-section-head{ max-width:56ch; margin-bottom:46px; }
  .eggest-section-head h2{ font-size:32px; letter-spacing:-.02em; margin:0 0 12px; font-weight:700; }
  .eggest-section-head p{ color:var(--eggest-ink-soft); font-size:16px; margin:0; }
  .eggest-testi-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
  .eggest-testi-card{ background:var(--eggest-paper); border:1px solid var(--eggest-line); border-radius:14px; padding:26px; }
  .eggest-stars{ color:var(--eggest-red-deep); font-size:14px; margin-bottom:14px; letter-spacing:2px; }
  .eggest-testi-card p{ font-size:15px; margin:0 0 18px; }
  .eggest-testi-who{ font-size:13.5px; color:var(--eggest-ink-soft); font-weight:500; }
  @media (max-width:860px){ .eggest-testi-grid{ grid-template-columns:1fr; } }
/* END_SECTION:eggest-testimonials */

/* START_SECTION:eggest-trust-bar (INDEX:23) */
.eggest-scope, .eggest-scope *{ box-sizing:border-box; }
  .eggest-scope{ --eggest-ink:#221F1A; --eggest-ink-soft:#5B564C; --eggest-paper:#FBF8F1; --eggest-line:#DED2B8; --eggest-red-deep:#C1272D;
    font-family:'Inter',sans-serif; color:var(--eggest-ink); }
  .eggest-wrap{ max-width:1120px; margin:0 auto; padding:0 28px; }
  .eggest-trustbar{ background:var(--eggest-paper); border-top:1px solid var(--eggest-line); border-bottom:1px solid var(--eggest-line); padding:30px 0; }
  .eggest-trust-row{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:22px; }
  .eggest-badge-circle{ display:flex; flex-direction:column; align-items:center; justify-content:center; width:78px; height:78px;
    border-radius:50%; border:1.5px solid var(--eggest-red-deep); font-size:12px; font-weight:600; text-align:center; line-height:1.2; flex:none; }
  .eggest-icon-trio{ display:flex; gap:26px; flex-wrap:wrap; }
  .eggest-icon-item{ display:flex; flex-direction:column; align-items:center; gap:8px; font-size:12.5px; font-weight:500; text-align:center; width:82px; }
  .eggest-icon-item svg{ width:26px; height:26px; color:var(--eggest-red-deep); }
  .eggest-trust-extra{ font-size:13.5px; color:var(--eggest-ink-soft); border-left:1px solid var(--eggest-line); padding-left:22px; }
  @media (max-width:860px){
    .eggest-trust-row{ flex-direction:column; align-items:flex-start; }
    .eggest-trust-extra{ border-left:none; border-top:1px solid var(--eggest-line); padding-left:0; padding-top:16px; width:100%; }
  }
/* END_SECTION:eggest-trust-bar */

/* START_SECTION:eggest-why-eggest (INDEX:24) */
.eggest-scope, .eggest-scope *{ box-sizing:border-box; }
  .eggest-scope{ --eggest-ink:#221F1A; --eggest-ink-soft:#5B564C; --eggest-paper:#FBF8F1; --eggest-line:#DED2B8;
    --eggest-red-deep:#C1272D; --eggest-gold-wash:#FFF3CE; font-family:'Inter',sans-serif; color:var(--eggest-ink); }
  .eggest-scope h2, .eggest-scope h3{ font-family:'Archivo',sans-serif; margin:0; }
  .eggest-wrap{ max-width:1120px; margin:0 auto; padding:0 28px; }
  .eggest-section{ padding:84px 0; }
  .eggest-section-head{ max-width:56ch; margin-bottom:46px; }
  .eggest-section-head h2{ font-size:32px; letter-spacing:-.02em; margin:0 0 12px; font-weight:700; }
  .eggest-section-head p{ color:var(--eggest-ink-soft); font-size:16px; margin:0; }
  .eggest-compare-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
  .eggest-compare-card{ background:var(--eggest-paper); border:1px solid var(--eggest-line); border-radius:14px; padding:26px; }
  .eggest-compare-card.eggest-hero-col{ border-color:var(--eggest-red-deep); background:linear-gradient(180deg,var(--eggest-paper),var(--eggest-gold-wash) 220%); }
  .eggest-compare-tag{ display:block; font-size:12px; font-weight:700; color:var(--eggest-ink-soft); margin-bottom:10px; }
  .eggest-compare-card.eggest-hero-col .eggest-compare-tag{ color:var(--eggest-red-deep); }
  .eggest-compare-card h3{ font-size:19px; margin:0 0 14px; }
  .eggest-compare-list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:11px; }
  .eggest-compare-list li{ font-size:14px; color:var(--eggest-ink-soft); }
  @media (max-width:860px){ .eggest-compare-grid{ grid-template-columns:1fr; } }
/* END_SECTION:eggest-why-eggest */