:root{--ink:#151515;--paper:#fffefa;--lime:#dfff70;--pink:#ffc8e4;--orange:#ff694d;--lilac:#e9ddff;--line:#151515;--muted:#555650}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 'DM Sans',Arial,sans-serif}
a{color:inherit;text-decoration:none}a,button,summary{cursor:pointer}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #794bfa;outline-offset:4px}
.skip{position:absolute;left:-9999px;top:10px;background:var(--ink);color:white;padding:10px 15px;z-index:20}.skip:focus{left:10px}
.announcement{display:flex;align-items:center;justify-content:center;gap:10px;min-height:31px;padding:5px 12px;background:var(--ink);color:var(--lime);text-align:center;font-size:10px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.announcement>span:nth-child(2){color:var(--pink)}
.site-header{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:14px 18px 12px;background:var(--paper);border-bottom:2px solid var(--ink);position:relative;z-index:2}
.wordmark{font:700 22px/1 'Space Grotesk','Noto Sans Armenian',Arial,sans-serif;letter-spacing:-.085em;white-space:nowrap}.wordmark-dot{color:var(--orange)}
.site-header nav{grid-column:1/-1;grid-row:2;display:flex;justify-content:flex-end;border-top:1px solid #d9d9d1;padding-top:9px;font-size:12px;font-weight:800}.site-header nav>a:not(.nav-cta){display:none}.nav-cta{display:inline-flex;align-items:center;gap:14px;background:var(--ink);color:var(--paper);border-radius:99px;padding:7px 13px}.nav-cta span:last-child{font-size:18px;line-height:.7}
.language-switch{grid-column:2;grid-row:1;display:flex;gap:1px}.language-switch button{font:800 10px 'DM Sans',sans-serif;width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:var(--ink);padding:0}.language-switch button:last-child{width:35px}.language-switch button[aria-pressed=true]{background:var(--ink);color:var(--lime)}
.hero{background:var(--lime);display:flex;flex-direction:column;overflow:hidden}.hero-copy{padding:42px 22px 24px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:800;line-height:1.25;letter-spacing:.045em;text-transform:uppercase;margin:0 0 20px}.eyebrow-line{width:9px;height:9px;background:var(--ink);border-radius:50%;flex:none}
h1,h2,h3{font-family:'Space Grotesk','Noto Sans Armenian',Arial,sans-serif;font-weight:700;line-height:.98;letter-spacing:-.075em;overflow-wrap:break-word}h1 em,h2 em{font-style:normal;color:var(--orange)}
.hero h1{font-size:clamp(51px,14vw,86px);margin:0 0 23px;max-width:650px}.hero-intro{max-width:520px;font-size:17px;line-height:1.48;font-weight:600;margin:0 0 19px}.hero-price{display:inline-flex;align-items:center;gap:13px;margin:0 0 20px;background:var(--paper);border:2px solid var(--ink);border-radius:18px;padding:9px 14px;box-shadow:4px 4px 0 var(--ink);max-width:100%}.hero-price strong{font:700 34px/1 'Space Grotesk',Arial,sans-serif;letter-spacing:-.08em;white-space:nowrap}.hero-price span{font-size:11px;font-weight:700;line-height:1.25;max-width:205px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;min-height:54px;padding:12px 18px;background:var(--ink);color:var(--paper);border-radius:99px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-3px);box-shadow:0 5px 0 var(--orange)}.button span:last-child{font-size:21px;line-height:.8}.hero-note{font-size:11px;font-weight:700;max-width:410px;margin:12px 0 0}.hero-image{height:340px;position:relative;background:url('assets/loshik-lavash-hero.jpg') center 42%/cover no-repeat;border-top:2px solid var(--ink)}.hero-image:before{content:'✳';position:absolute;right:19px;top:-25px;display:grid;place-items:center;width:66px;height:66px;border:2px solid var(--ink);border-radius:50%;background:var(--orange);font-size:43px;line-height:1;transform:rotate(-15deg)}.hero-image:after{content:'LAVASH';position:absolute;bottom:11px;left:17px;right:17px;color:white;font:700 clamp(63px,20vw,130px)/.8 'Space Grotesk',Arial,sans-serif;letter-spacing:-.1em;text-align:center;text-shadow:0 3px 13px #0005;pointer-events:none}
.ticker{height:43px;background:var(--ink);color:var(--paper);display:flex;align-items:center;overflow:hidden}.ticker-inner{white-space:nowrap;min-width:max-content;font:800 12px 'DM Sans',sans-serif;letter-spacing:.08em;animation:marquee 34s linear infinite}.ticker span{color:var(--lime);margin:0 24px}@keyframes marquee{to{transform:translateX(-50%)}}
.order{background:#f4f3ee;border-bottom:2px solid var(--ink)}.order-heading{display:grid;gap:18px;margin-bottom:28px}.order-heading h2{font-size:clamp(44px,10vw,78px);margin:0;max-width:790px}.order-heading h2 em{color:var(--orange)}.order-heading>p{max-width:510px;font-size:17px;font-weight:600;line-height:1.48;margin:0}.order-layout{display:grid;gap:20px}.order-form{position:relative;background:var(--paper);border:2px solid var(--ink);border-radius:24px;padding:22px;box-shadow:6px 6px 0 var(--ink)}.form-grid{display:grid;grid-template-columns:1fr;gap:16px 12px}.field{display:flex;flex-direction:column;min-width:0}.field-wide{grid-column:1/-1}.field label{font-size:14px;font-weight:800;margin-bottom:6px}.field input,.field select{appearance:none;display:block;width:100%;min-height:50px;border:2px solid var(--ink);border-radius:12px;background:#fff;color:var(--ink);padding:11px 13px;font:600 16px/1.25 'DM Sans',Arial,sans-serif}.field select{background-image:linear-gradient(45deg,transparent 50%,var(--ink) 50%),linear-gradient(135deg,var(--ink) 50%,transparent 50%);background-position:calc(100% - 20px) 21px,calc(100% - 14px) 21px;background-size:6px 6px;background-repeat:no-repeat}.field input:focus,.field select:focus{outline:3px solid var(--lime);outline-offset:1px}.field small{font-size:12px;font-weight:700;color:var(--muted);margin-top:5px}.form-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.consent{display:flex;align-items:flex-start;gap:11px;margin:24px 0 18px;font-size:13px;font-weight:600;line-height:1.4}.consent input{accent-color:var(--ink);width:20px;height:20px;flex:none;margin:0}.order-submit{border:0;font-family:'DM Sans',Arial,sans-serif;min-width:230px}.order-submit:disabled{opacity:.6;cursor:wait}.form-feedback{margin:16px 0 0;border:2px solid var(--ink);border-radius:12px;padding:12px 14px;font-size:14px;font-weight:700}.form-feedback[data-state=success]{background:var(--lime)}.form-feedback[data-state=error]{background:#ffd6d0}.order-summary{align-self:start;background:var(--lime);border:2px solid var(--ink);border-radius:24px;overflow:hidden;box-shadow:6px 6px 0 var(--ink)}.summary-kicker{display:block;padding:19px 20px 14px;font-size:11px;font-weight:800;letter-spacing:.06em}.summary-bread{height:180px;background:url('assets/lavash-hero.jpg') center 54%/cover no-repeat;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}.summary-line,.summary-total{display:flex;justify-content:space-between;gap:12px;padding:17px 20px;font-size:14px;font-weight:700}.summary-line strong,.summary-total strong{text-align:right}.summary-total{border-top:2px solid var(--ink);font-size:21px;font-weight:800}.summary-total strong{font-family:'Space Grotesk',Arial,sans-serif;font-size:31px;line-height:1}.order-summary p{font-size:12px;font-weight:600;line-height:1.45;margin:0;padding:0 20px 20px}.order:target{scroll-margin-top:20px}
.section-shell{padding:60px 22px}.section-index{display:inline-flex;background:var(--ink);color:var(--paper);border-radius:99px;padding:7px 12px;margin-bottom:28px;font-size:10px;font-weight:800;letter-spacing:.04em}.story{background:var(--paper)}.story-grid{display:grid;gap:24px}.story h2,.pilot h2,.faq h2{font-size:clamp(47px,10.5vw,83px);margin:0}.story-right p{max-width:610px;margin:0 0 17px;font-size:16px;line-height:1.53}.story-right p:first-child{font:700 23px/1.17 'Space Grotesk','Noto Sans Armenian',Arial,sans-serif;letter-spacing:-.04em}.story-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:28px}.story-stats div{min-width:0;background:var(--pink);border:2px solid var(--ink);border-radius:16px;padding:13px 8px 12px}.story-stats div:nth-child(2){background:var(--lime)}.story-stats div:nth-child(3){background:var(--lilac)}.story-stats strong{display:block;font:700 clamp(26px,7vw,43px)/1 'Space Grotesk',Arial,sans-serif;letter-spacing:-.07em}.story-stats span{display:block;font-size:10px;font-weight:700;line-height:1.2;margin-top:8px;overflow-wrap:anywhere}
.feature{display:flex;flex-direction:column;background:var(--pink);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}.feature-visual{height:360px;position:relative;background:url('assets/lavash-hero.jpg') center/cover no-repeat}.feature-caption{position:absolute;left:18px;bottom:18px;background:var(--lime);border:2px solid var(--ink);border-radius:99px;padding:9px 13px;font-size:10px;font-weight:800;letter-spacing:.04em}.feature-content{padding:52px 22px 62px;border-top:2px solid var(--ink)}.feature h2{font-size:clamp(48px,11vw,90px);margin:0 0 23px}.feature h2 em{color:var(--orange)}.feature-content>p:not(.eyebrow){max-width:520px;font-size:17px;font-weight:600;line-height:1.5;margin:0}.text-link{display:inline-flex;align-items:center;gap:18px;background:var(--ink);color:white;border-radius:99px;padding:11px 17px;font-size:13px;font-weight:800;margin-top:24px}.text-link span:last-child{font-size:18px}
.pilot{background:var(--lilac)}.pilot-head{display:grid;gap:20px;margin-bottom:26px}.pilot-head .eyebrow{background:var(--lime);border:2px solid var(--ink);border-radius:99px;padding:6px 10px;margin-bottom:14px}.pilot-head>p{max-width:510px;margin:0;font-size:16px;font-weight:600;line-height:1.5}.pilot-card{background:var(--paper);border:2px solid var(--ink);border-radius:26px;overflow:hidden;box-shadow:7px 7px 0 var(--ink)}.pack-art{position:relative;background:#d1be9d}.pack-art img{display:block;width:100%;height:auto;aspect-ratio:1.15/1;object-fit:cover}.concept-note{position:absolute;bottom:14px;left:14px;max-width:calc(100% - 28px);background:var(--paper);border:1px solid var(--ink);border-radius:99px;padding:8px 11px;font-size:10px;font-weight:700}.pack-info{padding:28px 22px 32px}.pill{display:inline-flex;align-items:center;gap:7px;background:var(--lime);border:2px solid var(--ink);border-radius:99px;padding:6px 10px;font-size:10px;font-weight:800;letter-spacing:.035em}.pill:before{content:'';width:8px;height:8px;background:var(--ink);border-radius:50%}.pack-info h3{font-size:clamp(34px,8vw,55px);margin:17px 0 12px}.pack-info>p{margin:0;line-height:1.5}.pack-info ul{list-style:none;padding:0;margin:24px 0 20px}.pack-info li{display:flex;justify-content:space-between;gap:14px;border-top:1px solid #d8d7d1;padding:12px 0;font-size:13px}.pack-info li span{color:var(--muted)}.pack-info li strong{max-width:58%;text-align:right;font-weight:800}.pack-footer{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:12px;font-weight:700}.pack-footer>span{color:var(--muted)}.pack-footer a{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}
.faq{background:var(--paper)}.faq-grid{display:grid;gap:26px}.faq-list{border-top:2px solid var(--ink)}details{border-bottom:2px solid var(--ink)}summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:15px;padding:20px 0;font-weight:800;font-size:16px}summary::-webkit-details-marker{display:none}summary span:last-child{display:grid;place-items:center;flex:none;width:30px;height:30px;background:var(--lime);border:2px solid var(--ink);border-radius:50%;font-size:20px;line-height:1}details[open] summary span:last-child{transform:rotate(45deg)}details p{margin:0 35px 20px 0;font-size:15px;line-height:1.5;color:var(--muted)}
footer{background:var(--ink);color:var(--paper);padding:38px 22px 25px}.footer-top{padding-bottom:36px}.footer-top .wordmark{display:inline-block;font-size:clamp(34px,10vw,75px)}.footer-top p{font:700 20px 'Space Grotesk','Noto Sans Armenian',Arial,sans-serif;letter-spacing:-.04em}.footer-bottom{display:flex;flex-direction:column;gap:10px;border-top:1px solid #ffffff5b;padding-top:16px;font-size:11px;color:#ddddda}
html[lang=hy] h1,html[lang=hy] h2,html[lang=hy] h3,html[lang=hy] .story-right p:first-child{font-family:'Noto Sans Armenian',Arial,sans-serif}html[lang=hy] h1,html[lang=hy] h2,html[lang=hy] h3{letter-spacing:-.045em}html[lang=ru] .feature h2{font-size:clamp(37px,6vw,66px)}
@media(min-width:720px){.site-header{grid-template-columns:1fr auto auto;padding:18px 5vw}.wordmark{font-size:28px}.site-header nav{grid-column:2;grid-row:1;border:0;padding:0;align-items:center;gap:25px}.site-header nav>a:not(.nav-cta){display:block}.language-switch{grid-column:3;grid-row:1;margin-left:17px}.hero{display:grid;grid-template-columns:48% 52%;min-height:630px}.hero-copy{padding:65px 5vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero h1{font-size:clamp(65px,6.8vw,104px)}.hero-image{height:auto;min-height:630px;border-top:0;border-left:2px solid var(--ink)}.hero-image:before{top:33px;left:-35px;right:auto;width:85px;height:85px;font-size:53px}.hero-image:after{font-size:clamp(88px,10vw,150px);bottom:30px}.section-shell{padding:88px 6vw}.story-grid,.faq-grid{grid-template-columns:1fr 1fr;gap:7vw}.story-right p:first-child{font-size:28px}.story-stats{gap:10px}.story-stats div{padding:16px 13px}.story-stats span{font-size:11px}.feature{display:grid;grid-template-columns:50% 50%}.feature-visual{height:auto;min-height:650px}.feature-content{border-top:0;border-left:2px solid var(--ink);padding:70px 6vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.pilot-head{grid-template-columns:1fr 420px;align-items:end}.pilot-card{display:grid;grid-template-columns:51% 49%}.pack-art img{height:100%;aspect-ratio:auto;max-height:750px}.pack-info{padding:clamp(32px,5vw,76px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.pack-info ul{width:100%}.faq{padding-top:70px;padding-bottom:105px}footer{padding:55px 6vw 28px}.footer-top,.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-bottom{flex-direction:row}}
@media(max-width:390px){.announcement{font-size:9px}.site-header{padding-left:14px;padding-right:14px}.wordmark{font-size:19px}.language-switch button{width:26px;height:27px;font-size:9px}.language-switch button:last-child{width:32px}.hero h1{font-size:49px}.story h2,.pilot h2,.faq h2{font-size:43px}.feature h2{font-size:46px}html[lang=ru] .feature h2{font-size:36px}.hero-image{height:295px}.hero-image:after{font-size:65px}}
@media(max-width:390px){html[lang=ru] .hero h1{font-size:clamp(42px,12.5vw,49px)}}
@media(min-width:720px){.order-heading{grid-template-columns:1fr 360px;align-items:end;gap:50px}.order-layout{grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr);gap:26px}.order-form{padding:32px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}.order-summary{position:sticky;top:22px}.summary-bread{height:260px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker-inner{animation:none}.button{transition:none}}

/* A single, clear order flow on phones and larger screens. */
.order.section-shell{padding:38px 18px 64px}
.order-heading{display:block;max-width:720px;margin:0 auto 22px}
.order-heading .section-index{margin-bottom:12px}
.order-heading h2{font-size:clamp(36px,7vw,54px);letter-spacing:-.055em;line-height:1.04;margin:0 0 9px}
.order-heading>p{font-size:15px;font-weight:500;line-height:1.45;max-width:590px}
.order-form{max-width:720px;margin:0 auto;padding:0 18px 22px;border:1px solid #d8d8d0;border-radius:20px;box-shadow:none;background:#fff}
.order-product{display:grid;grid-template-columns:64px minmax(0,1fr) 72px;align-items:center;gap:12px;padding:16px 0}
.order-product img{display:block;width:64px;height:64px;object-fit:cover;border-radius:12px}
.order-product-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.order-product-copy strong{font-size:15px;line-height:1.2;font-weight:800}
.order-product-copy span{font-size:13px;color:var(--muted);font-weight:600}
.quantity-field label{font-size:11px;margin:0 0 3px;text-align:center}
.quantity-field select{min-height:42px;padding:7px 24px 7px 12px;border:1px solid #a9aaa2;border-radius:10px;background-position:calc(100% - 16px) 18px,calc(100% - 10px) 18px;font-size:15px}
.order-total{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 -18px;padding:14px 18px;background:var(--lime);border-top:1px solid #d8d8d0;border-bottom:1px solid #d8d8d0;font-size:14px;font-weight:700}
.order-total strong{font:700 26px/1 'Space Grotesk',Arial,sans-serif;letter-spacing:-.05em}
.form-section{border:0;padding:24px 0 0;margin:0;min-width:0}
.form-section h3{font:800 19px/1.2 'Space Grotesk','Noto Sans Armenian',Arial,sans-serif;letter-spacing:-.035em;padding:0;margin:0 0 14px}
.form-grid{gap:13px 14px}
.field label{font-size:13px;font-weight:700;margin-bottom:5px}
.field input,.field select{min-height:52px;border:1px solid #a9aaa2;border-radius:10px;padding:11px 12px;font-weight:500}
.field input:focus,.field select:focus{border-color:var(--ink);outline:3px solid var(--lime);outline-offset:1px}
.order-shipping{margin:19px 0 0;padding:11px 13px;background:#f4f3ee;border-radius:10px;font-size:13px;font-weight:600;line-height:1.4}
.consent{margin:19px 0 15px;font-size:12px;font-weight:500;line-height:1.4}
.consent input{width:19px;height:19px}
.order-submit{width:100%;min-height:54px;font-size:15px;padding:13px 18px}
.order-no-payment{margin:11px 0 0;text-align:center;color:var(--muted);font-size:12px;line-height:1.4}
.form-feedback{margin-top:15px}
@media(min-width:720px){.order.section-shell{padding:72px 6vw 90px}.order-heading{display:block;margin-bottom:26px}.order-form{padding:0 30px 30px}.order-product{grid-template-columns:76px minmax(0,1fr) 84px;gap:18px;padding:22px 0}.order-product img{width:76px;height:76px}.order-product-copy strong{font-size:18px}.order-total{margin:0 -30px;padding:17px 30px}.form-section{padding-top:28px}.form-grid{gap:16px}.order-submit{max-width:300px}.order-no-payment{text-align:left}}

/* Product and request live together, with the address form revealed on intent. */
.product-hero{display:grid;background:#fffefa;border-bottom:2px solid var(--ink)}
.product-visual{position:relative;min-width:0;background:#e7d8c4;overflow:hidden}
.product-visual .hero-image{display:block;width:100%;height:100%;min-height:350px;object-fit:cover;object-position:center;background:none;border:0}
.visual-stamp{position:absolute;left:18px;bottom:18px;background:var(--lime);border:2px solid var(--ink);border-radius:100px;padding:8px 13px;font-size:11px;font-weight:800;letter-spacing:.03em}
.product-content{min-width:0;padding:28px 20px 36px;scroll-margin-top:12px}
.product-content .eyebrow{margin-bottom:13px}
.product-content h1{font-size:clamp(46px,12vw,73px);line-height:.95;margin:0 0 15px;max-width:600px}
.product-content .hero-intro{font-size:15px;line-height:1.4;margin:0 0 18px;max-width:520px}
.product-price{display:flex;align-items:baseline;gap:13px;margin:0 0 5px}
.product-price strong{font:700 38px/1 'Space Grotesk',Arial,sans-serif;letter-spacing:-.07em}
.product-price span{font-size:14px;font-weight:700}
.product-availability{font-size:12px;line-height:1.4;color:var(--muted);margin:0 0 19px;max-width:470px}
.product-order-form{border-top:1px solid #c9c9c0;padding-top:18px;max-width:520px}
.product-quantity{display:flex;align-items:center;justify-content:space-between;gap:16px}
.product-quantity label,.product-total{font-size:14px;font-weight:800}
.product-quantity select{appearance:auto;width:90px;min-height:46px;padding:8px 12px;border:1px solid #909089;border-radius:9px;background:white;color:var(--ink);font:700 16px 'DM Sans',sans-serif}
.product-total{display:flex;align-items:center;justify-content:space-between;padding:13px 0 15px;margin:0 0 4px;border-bottom:1px solid #c9c9c0}
.product-total strong{font:700 24px/1 'Space Grotesk',Arial,sans-serif}
.order-details{margin-top:17px}
.order-continue{list-style:none;width:100%;font-size:15px;min-height:56px;background:var(--lime);color:var(--ink);border:2px solid var(--ink)}
.order-continue::-webkit-details-marker{display:none}
.order-continue:hover{box-shadow:0 5px 0 var(--ink)}
.order-details[open]>.order-continue{display:none}
.order-details-body{padding:7px 0 0}
.order-details-body h2{font-size:clamp(27px,6vw,36px);line-height:1.05;letter-spacing:-.05em;margin:0 0 6px}
.order-details-intro{font-size:13px;line-height:1.4;margin:0 0 2px;color:var(--muted)}
.order-details .form-section{padding-top:22px}
.order-details .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.order-details .field-wide{grid-column:1/-1}
.order-details .field input{width:100%}
.order-details .consent{display:flex;align-items:flex-start;gap:8px}
.order-details .consent input{flex:none;margin:0}
.order-details .order-submit{max-width:none;background:var(--ink);color:white}
.order-details .order-no-payment{font-size:12px}
.product-order-form>.order-no-payment{font-size:12px;line-height:1.4;color:var(--muted);margin:10px 0 0;text-align:center}
@media(min-width:760px){.product-hero{grid-template-columns:minmax(0,52%) minmax(0,48%);align-items:stretch}.product-visual .hero-image{min-height:720px}.product-content{align-self:center;padding:55px clamp(34px,5vw,90px)}.product-content h1{font-size:clamp(54px,5.7vw,92px)}.product-content .hero-intro{font-size:17px}.visual-stamp{left:30px;bottom:30px}.product-availability{font-size:13px}}
@media(max-width:759px){.product-visual .hero-image{height:clamp(285px,73vw,430px);min-height:0}.product-content{padding-top:23px}.product-content h1{font-size:clamp(46px,11.9vw,66px)}.order-details .form-grid{grid-template-columns:1fr}.order-details .field-wide{grid-column:auto}}
@media(max-width:370px){.product-content{padding-left:16px;padding-right:16px}.product-content h1{font-size:44px}.product-price strong{font-size:34px}}
