*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f7faf8;color:#18201d;line-height:1.5}.app-shell{min-height:100vh}.topbar{height:72px;position:sticky;top:0;z-index:30;display:flex;align-items:center;padding:0 max(20px,calc((100vw - 1180px)/2));gap:14px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid #e3e9e6}.icon-button,.profile-button{border:0;background:transparent;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:25px;color:#42504a;cursor:pointer}.icon-button:hover,.profile-button:hover{background:#edf3f0}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.brand-mark{width:38px;height:38px;border-radius:12px;background:#176b5b;color:#fff;display:grid;place-items:center;font-weight:800;font-size:20px;box-shadow:0 5px 16px rgba(23,107,91,.2)}.brand strong{display:block;font-size:17px;letter-spacing:-.02em}.brand small{display:block;font-size:11px;color:#718078}.profile-button{margin-left:auto;background:#e8f3ef;color:#176b5b;font-size:13px;font-weight:800}.drawer{position:fixed;z-index:50;left:0;top:0;bottom:0;width:310px;background:#fff;transform:translateX(-105%);transition:transform .24s ease;padding:22px;box-shadow:10px 0 35px rgba(0,0,0,.12)}.drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;font-size:20px;margin-bottom:30px}.drawer nav{display:grid;gap:6px}.drawer nav a{padding:14px;border-radius:12px;text-decoration:none;color:#26332e;font-weight:650}.drawer nav a:hover{background:#edf5f1;color:#176b5b}.drawer-note{margin-top:36px;padding:16px;background:#f0f7f4;border-radius:16px;color:#51605a;font-size:13px}.drawer-note strong{color:#176b5b}.drawer-note p{margin-bottom:0}.scrim{position:fixed;inset:0;background:rgba(11,25,21,.42);z-index:45;display:none}.scrim.show{display:block}main{max-width:1180px;margin:auto}.hero{min-height:500px;padding:70px 28px 64px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:50px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:#287765}.hero h1{font-size:clamp(42px,6vw,70px);line-height:1.02;letter-spacing:-.055em;margin:12px 0 22px;max-width:700px}.hero p{font-size:18px;color:#596660;max-width:650px;margin:0}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:30px}.primary-button,.secondary-button{border:0;border-radius:14px;padding:13px 20px;font:inherit;font-weight:750;cursor:pointer}.primary-button{background:#176b5b;color:#fff;box-shadow:0 8px 20px rgba(23,107,91,.2)}.primary-button:hover{background:#115746}.secondary-button{background:#e8f0ed;color:#176b5b}.text-button{border:0;background:none;color:#176b5b;font:inherit;font-weight:750;text-decoration:none;cursor:pointer}.hero-card{height:330px;border-radius:34px;background:linear-gradient(145deg,#dff0ea,#edf6f2);position:relative;overflow:hidden;display:grid;place-items:center}.cup{position:relative;z-index:2}.cup-lid{width:150px;height:28px;border-radius:50%;background:#4c5d56;margin:0 auto -3px}.cup-body{width:175px;height:195px;background:#fff;border-radius:16px 16px 50px 50px;display:grid;place-items:center;box-shadow:0 20px 40px rgba(32,66,57,.18);border:7px solid #e3eae7}.cup-body span{width:62px;height:62px;border-radius:20px;background:#176b5b;color:#fff;display:grid;place-items:center;font-size:30px;font-weight:900}.steam{position:absolute;width:35px;height:105px;border:4px solid rgba(39,98,82,.2);border-bottom:0;border-left:0;border-radius:50%;top:48px}.s1{left:38%}.s2{left:50%;height:80px;top:66px}.s3{left:61%;height:115px;top:42px}.notice{margin:0 28px 35px;padding:19px 21px;display:flex;gap:15px;border:1px solid #eadfbc;background:#fffaf0;border-radius:18px}.notice-icon{flex:0 0 30px;height:30px;border-radius:50%;background:#e8b54a;color:#fff;display:grid;place-items:center;font-weight:900}.notice strong{display:block}.notice p{margin:4px 0 0;color:#6c6757;font-size:13px}.section{padding:55px 28px;border-top:1px solid #e2e9e5}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:10px}.section h2{font-size:32px;letter-spacing:-.04em;margin:6px 0}.section-intro{color:#64716b;margin:0 0 24px}.count-badge,.result-count{font-size:12px;font-weight:750;color:#60706a;background:#edf3f0;padding:8px 12px;border-radius:999px;white-space:nowrap}.allergy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:17px}.allergy-chip{min-height:58px;border:1px solid #dbe4df;background:#fff;border-radius:15px;padding:11px 13px;text-align:left;cursor:pointer;font:inherit;color:#33403b;transition:.15s}.allergy-chip:hover{border-color:#8db5a9}.allergy-chip.selected{background:#e2f1eb;border-color:#176b5b;color:#115746;box-shadow:inset 0 0 0 1px #176b5b}.allergy-chip small{display:block;color:#7b8882;font-size:10px;margin-top:2px}.search-box{height:54px;background:#fff;border:1px solid #dbe4df;border-radius:16px;display:flex;align-items:center;padding:0 17px;gap:10px;margin:22px 0 25px}.search-box span{font-size:27px;color:#74827c}.search-box input{border:0;outline:0;background:none;width:100%;font:inherit;font-size:16px}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.brand-card{border:1px solid #dfe7e3;background:#fff;border-radius:20px;padding:21px;cursor:pointer;text-align:left;transition:transform .16s,box-shadow .16s,border-color .16s}.brand-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(25,55,47,.08);border-color:#a9c7bd}.brand-logo{width:46px;height:46px;border-radius:14px;background:#eaf3ef;color:#176b5b;display:grid;place-items:center;font-weight:900;margin-bottom:17px}.brand-card h3{margin:0 0 5px;font-size:18px}.brand-card p{margin:0;color:#718079;font-size:13px}.results-section{background:#f0f5f2;border-top:0;border-radius:28px;margin:0 20px 50px;padding:38px 28px}.result-heading{margin-bottom:20px}.filter-row{display:flex;gap:8px;overflow:auto;padding-bottom:8px;margin-bottom:20px}.filter-chip{white-space:nowrap;border:1px solid #d3dfda;background:#fff;color:#56645e;border-radius:999px;padding:9px 13px;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.filter-chip.active{background:#176b5b;border-color:#176b5b;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-card{background:#fff;border:1px solid #dfe7e3;border-radius:20px;padding:20px}.product-top{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.product-card h3{margin:0;font-size:18px;letter-spacing:-.02em}.category{color:#7a8781;font-size:11px;margin-top:3px}.status{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;white-space:nowrap}.status.safe{background:#e5f4ed;color:#176b5b}.status.may{background:#fff3d8;color:#91670a}.status.contains{background:#fde7e5;color:#a33e35}.status.unknown{background:#ecefed;color:#5d6964}.allergen-list{display:flex;flex-wrap:wrap;gap:6px;margin:15px 0}.pill{background:#f1f4f2;color:#4f5c56;padding:5px 8px;border-radius:8px;font-size:10px}.pill.highlight{background:#fde7e5;color:#9e3e35;font-weight:750}.product-details{border-top:1px solid #e8eeeb;padding-top:13px;margin-top:13px}.product-details summary{cursor:pointer;font-size:12px;font-weight:750;color:#176b5b}.product-details p{font-size:12px;color:#65726c;margin:9px 0}.source{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:13px;font-size:10px;color:#7b8782}.source a{color:#176b5b;font-weight:750}.about{padding-bottom:70px}.about-card{background:#153d34;color:#f4faf7;border-radius:28px;padding:38px}.about-card .eyebrow{color:#8dd3be}.about-card h2{max-width:650px;font-size:35px;margin:8px 0 12px}.about-card>p{max-width:760px;color:#c5d8d1}.trust-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.trust-points div{border:1px solid rgba(255,255,255,.13);border-radius:15px;padding:15px}.trust-points strong{display:block;color:#8dd3be;font-size:12px}.trust-points span{display:block;margin-top:4px;font-size:13px}footer{padding:30px max(28px,calc((100vw - 1124px)/2));border-top:1px solid #e2e9e5;display:flex;justify-content:space-between;gap:20px;color:#738079;font-size:11px}footer strong{color:#33423b;display:block}footer span{display:block}.modal-backdrop{position:fixed;inset:0;background:rgba(12,28,23,.55);z-index:70;display:grid;place-items:center;padding:20px}.modal{background:#fff;border-radius:24px;max-width:720px;width:100%;max-height:90vh;overflow:auto;padding:26px;box-shadow:0 25px 80px rgba(0,0,0,.2)}.modal-head{display:flex;justify-content:space-between;align-items:flex-start}.modal h2{margin:5px 0;font-size:28px}.modal-intro{font-size:13px;color:#68756f}.modal-grid{grid-template-columns:repeat(2,1fr);margin:20px 0}.full-width{width:100%}.toast{position:fixed;z-index:100;left:50%;bottom:25px;transform:translate(-50%,20px);background:#173c33;color:#fff;padding:12px 17px;border-radius:12px;font-size:12px;font-weight:700;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}[hidden]{display:none!important}@media(max-width:800px){.hero{grid-template-columns:1fr;padding-top:45px}.hero-card{height:220px;max-width:430px}.allergy-grid{grid-template-columns:repeat(2,1fr)}.brand-grid,.product-grid{grid-template-columns:1fr}.trust-points{grid-template-columns:1fr}.results-section{margin:0 10px 35px;padding:28px 18px}.section{padding-left:20px;padding-right:20px}.notice{margin-left:20px;margin-right:20px}footer{flex-direction:column}.hero-actions{flex-wrap:wrap}}@media(max-width:480px){.topbar{padding:0 13px}.hero{padding:38px 18px}.hero h1{font-size:44px}.hero-card{height:190px}.cup-body{transform:scale(.72)}.cup-lid{transform:scale(.72);margin-bottom:-45px}.allergy-grid,.modal-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}.count-badge{margin-top:-4px}.product-top{flex-direction:column}.status{align-self:flex-start}}

.empty-state{padding:30px;border:1px dashed #cfdad5;background:#fff;border-radius:18px;color:#68766f;display:flex;flex-direction:column;gap:4px}.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.journey-card{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid #dfe7e3;border-radius:22px;padding:24px;transition:.16s}.journey-card:hover,.brand-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(25,55,47,.08);border-color:#a9c7bd}.journey-icon{width:50px;height:50px;border-radius:16px;background:#e8f3ef;color:#176b5b;display:grid;place-items:center;font-size:24px;margin-bottom:18px}.journey-card h3{margin:0 0 6px;font-size:18px}.journey-card p{margin:0 0 18px;color:#718079;font-size:13px}.card-link{font-size:12px;font-weight:800;color:#176b5b}.mini-allergen-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:9px}.mini-allergen{min-height:94px;background:#fff;border:1px solid #dfe7e3;border-radius:16px;padding:12px 8px;text-align:center;text-decoration:none;color:#34423c;display:flex;flex-direction:column;justify-content:center;gap:7px}.mini-allergen span{font-size:24px}.mini-allergen strong{font-size:10px}.allergen-icon{width:34px;height:34px;border-radius:11px;background:#edf5f1;display:grid;place-items:center;font-size:18px;flex:0 0 34px}.allergy-chip{display:flex;align-items:center;gap:10px}.allergy-chip>span:last-child{text-align:left}.page-hero{padding:60px 28px 38px}.page-hero h1{font-size:clamp(36px,5vw,54px);letter-spacing:-.045em;line-height:1.05;margin:8px 0 14px}.page-hero p{max-width:720px;color:#66736d;font-size:17px}.breadcrumb{font-size:11px;font-weight:750;color:#718079;margin-bottom:15px}.breadcrumb a{color:#176b5b;text-decoration:none}.product-toolbar{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;margin:15px 0 20px}.product-search{height:52px;background:#fff;border:1px solid #dbe4df;border-radius:15px;display:flex;align-items:center;padding:0 15px;gap:9px}.product-search span{font-size:24px;color:#75837c}.product-search input{border:0;outline:0;background:none;width:100%;font:inherit}.product-count{font-size:12px;color:#68756f;font-weight:750;white-space:nowrap}.brand-hero{display:flex;align-items:center;gap:18px}.brand-hero-logo{width:64px;height:64px;border-radius:19px;background:#e6f2ed;color:#176b5b;display:grid;place-items:center;font-size:22px;font-weight:900}.allergen-info{display:flex;gap:17px;padding:21px;background:#fff;border:1px solid #dfe7e3;border-radius:19px}.allergen-info h3{margin:0 0 4px;font-size:16px}.allergen-info p{margin:0;color:#6b7871;font-size:12px}.big-allergen-icon{width:52px;height:52px;flex:0 0 52px;border-radius:15px;background:#eaf3ef;display:grid;place-items:center;font-size:25px}.allergen-directory{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.barista-reminder{margin-top:14px;padding:10px 12px;border-radius:12px;background:#fff7e4;color:#765a17;font-size:10px;font-weight:750}.guide{display:grid;gap:14px}.guide-step{display:grid;grid-template-columns:50px 1fr;gap:18px;padding:22px;background:#fff;border:1px solid #dfe7e3;border-radius:20px}.step-number{width:50px;height:50px;border-radius:16px;background:#176b5b;color:#fff;display:grid;place-items:center;font-weight:900}.guide-step h3{margin:2px 0 5px}.guide-step p{margin:0;color:#68766f;font-size:13px}.final-safety{margin-top:18px;background:#fff3d8;border:1px solid #ead49d;border-radius:20px;padding:23px}.final-safety h2{font-size:22px;margin:0 0 7px}.final-safety p{margin:0;color:#6c6044}.page-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.light-button{display:inline-block;margin-top:20px;border-radius:13px;background:#e5f3ee;color:#124e42;text-decoration:none;font-weight:800;font-size:13px;padding:11px 16px}
@media(max-width:900px){.mini-allergen-grid{grid-template-columns:repeat(4,1fr)}.journey-grid{grid-template-columns:1fr 1fr}.product-toolbar{grid-template-columns:1fr}.allergen-directory{grid-template-columns:1fr}}
@media(max-width:600px){.journey-grid{grid-template-columns:1fr}.mini-allergen-grid{grid-template-columns:repeat(2,1fr)}.page-hero{padding:42px 20px 25px}.brand-hero{align-items:flex-start}.results-section{margin-left:10px;margin-right:10px}.product-toolbar{gap:8px}.filter-row{margin-bottom:14px}.allergen-info{padding:17px}}

/* V1.2 — Material Design 3-inspired theme tokens */
:root{--primary:#176b5b;--primary-strong:#0d5145;--on-primary:#fff;--surface:#f7faf8;--surface-card:#fff;--surface-soft:#edf5f1;--text:#18201d;--muted:#68766f;--border:#dfe7e3;--accent:#e6a84b;--hero-a:#e9f6f1;--hero-b:#fff4df;--shadow:0 14px 38px rgba(25,47,40,.10)}
:root[data-theme="berry"]{--primary:#7b3f66;--primary-strong:#5f294c;--surface:#fff8fb;--surface-card:#fff;--surface-soft:#f7eaf2;--text:#241b21;--muted:#766670;--border:#eadce4;--accent:#e48a62;--hero-a:#f9eaf3;--hero-b:#fff0e9}
:root[data-theme="ocean"]{--primary:#176b86;--primary-strong:#0e5269;--surface:#f6fbfd;--surface-card:#fff;--surface-soft:#e8f4f8;--text:#172126;--muted:#65747a;--border:#dce8ed;--accent:#e5a53e;--hero-a:#e4f5fb;--hero-b:#fff5df}
:root[data-theme="sunrise"]{--primary:#a24d22;--primary-strong:#7d3918;--surface:#fffaf6;--surface-card:#fff;--surface-soft:#fff0e6;--text:#241c18;--muted:#756962;--border:#eadfd8;--accent:#dca32f;--hero-a:#ffeadb;--hero-b:#fff6d9}
body{background:var(--surface);color:var(--text)}a{color:var(--primary)}.topbar{background:rgba(255,255,255,.94);border-bottom-color:var(--border)}.brand-mark{background:var(--primary);box-shadow:0 5px 16px color-mix(in srgb,var(--primary) 25%,transparent)}.brand small,.muted{color:var(--muted)}.icon-button:hover,.profile-button:hover{background:var(--surface-soft)}.profile-button{background:var(--surface-soft);color:var(--primary)}
/* traditional responsive navigation */
.topbar{height:76px;padding:0 max(20px,calc((100vw - 1180px)/2));}.menu-button{display:none}.desktop-nav{display:flex;align-items:center;gap:4px;margin-left:28px}.desktop-nav a{padding:10px 13px;border-radius:12px;text-decoration:none;color:var(--text);font-weight:700;font-size:14px}.desktop-nav a:hover,.desktop-nav a.active{background:var(--surface-soft);color:var(--primary)}#menuButton{display:none}.mobile-nav{display:none}
.hero{background:linear-gradient(135deg,var(--hero-a),var(--hero-b));border-radius:0 0 34px 34px}.eyebrow{color:var(--primary)}.primary-button{background:var(--primary)}.primary-button:hover{background:var(--primary-strong)}.text-button,.card-link{color:var(--primary)}.notice{border-color:color-mix(in srgb,var(--primary) 22%,var(--border));background:var(--surface-card);box-shadow:var(--shadow)}.notice-icon{background:var(--accent);color:#fff}.journey-card,.brand-card,.product-card,.about-card,.allergen-info{background:var(--surface-card);border-color:var(--border);box-shadow:var(--shadow)}.journey-card:hover,.brand-card:hover,.allergen-info:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--primary) 35%,var(--border))}.journey-icon{background:var(--surface-soft);color:var(--primary)}.allergy-chip.selected{border-color:var(--primary);background:var(--surface-soft)}.allergen-icon,.big-allergen-icon{color:var(--primary)}.pill{background:var(--surface-soft);color:var(--text)}.status.contains{background:#fde6e6;color:#a52d2d}.status.may{background:#fff1d8;color:#8a5a00}.status.safe{background:#e5f4ec;color:#236c4e}.status.unknown{background:#eceff0;color:#5c6668}.barista-reminder{background:var(--hero-b);border-color:color-mix(in srgb,var(--accent) 35%,var(--border))}.search-box{background:var(--surface-card);border-color:var(--border)}input:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 14%,transparent)}
/* photo treatments */
.card-photo,.product-photo{background-size:cover;background-position:center;position:relative}.card-photo{height:150px}.card-photo:after,.product-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.26))}.brand-card{overflow:hidden;padding:0}.brand-card-body{padding:20px}.brand-logo{background:var(--primary);color:var(--on-primary)}.product-card{overflow:hidden;padding:0}.product-photo{height:130px}.product-content{padding:20px}.hero-photo{min-height:360px;border-radius:30px;background:url("https://images.unsplash.com/photo-1442512595331-e89e73853f31?auto=format&fit=crop&w=1200&q=80") center/cover;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.05),rgba(0,0,0,.25))}
/* allergen detail pages */
.allergen-detail{padding:46px 28px 70px}.detail-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:stretch}.detail-copy{background:linear-gradient(135deg,var(--hero-a),var(--hero-b));padding:42px;border-radius:28px}.detail-icon{font-size:62px;display:inline-grid;place-items:center;width:96px;height:96px;border-radius:28px;background:var(--surface-card);box-shadow:var(--shadow);margin-bottom:20px}.detail-photo{min-height:310px;border-radius:28px;background-position:center;background-size:cover;box-shadow:var(--shadow)}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:26px}.detail-card{padding:24px;border:1px solid var(--border);border-radius:22px;background:var(--surface-card);box-shadow:0 8px 24px rgba(25,47,40,.06)}.detail-card h2{margin-top:0}.detail-card ul{padding-left:20px}.related-allergens{display:flex;flex-wrap:wrap;gap:8px}.related-allergens a{padding:8px 11px;background:var(--surface-soft);border-radius:999px;text-decoration:none;font-weight:700}
/* footer */
.site-footer{margin-top:40px;background:#15211e;color:#e9f1ee}.footer-inner{max-width:1180px;margin:auto;padding:48px 28px 26px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px}.footer-col h3{margin:0 0 12px;font-size:14px;color:#fff}.footer-col p{color:#b8c8c1;font-size:13px;max-width:520px}.footer-col a{display:block;color:#cbd8d3;text-decoration:none;padding:5px 0;font-size:13px}.footer-col a:hover{color:#fff}.footer-brand{font-size:20px;font-weight:850}.theme-picker{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.theme-picker button{border:1px solid #43534d;background:#23332f;color:#dce8e3;border-radius:999px;padding:7px 10px;font:inherit;font-size:12px;cursor:pointer}.theme-picker button.active{background:#fff;color:#15211e}.footer-bottom{max-width:1180px;margin:auto;padding:16px 28px 24px;border-top:1px solid #33443f;color:#9fb0a9;font-size:12px;display:flex;justify-content:space-between;gap:20px}
@media(max-width:850px){.topbar{height:68px}.desktop-nav{display:none}#menuButton{display:grid}.mobile-nav{position:absolute;top:68px;left:0;right:0;background:var(--surface-card);border-bottom:1px solid var(--border);box-shadow:0 12px 26px rgba(0,0,0,.10);padding:10px 18px;z-index:29}.mobile-nav.open{display:grid}.mobile-nav a{padding:13px 12px;text-decoration:none;color:var(--text);font-weight:750;border-radius:10px}.mobile-nav a:hover{background:var(--surface-soft);color:var(--primary)}.hero,.detail-hero{grid-template-columns:1fr}.hero-photo{min-height:240px}.detail-photo{min-height:230px}.detail-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.footer-col:first-child{grid-column:1/-1}}
@media(max-width:560px){.footer-inner{grid-template-columns:1fr}.footer-col:first-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}.hero{padding:38px 20px}.section,.allergen-detail{padding-left:20px;padding-right:20px}.product-photo{height:110px}.detail-copy{padding:28px}.detail-icon{font-size:48px;width:78px;height:78px}}
