@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--gm-bg: #ffffff;--gm-surface: #fdf6f2;--gm-surface-2: #f7efe9;--gm-ink: #171717;--gm-ink-muted: #5c5c5c;--gm-accent: #d98e79;--gm-accent-soft: #f6ded4;--gm-gold: #e9a83a;--gm-red: #c8402f;--gm-green: #2e7d4f;--gm-btn-bg: #171717;--gm-btn-fg: #ffffff;--gm-radius: 14px;--gm-radius-btn: 999px;--gm-font-heading: "Inter Tight", system-ui, sans-serif;--gm-font-body: "Inter", system-ui, sans-serif;--gm-shadow: 0 8px 28px rgba(0,0,0,.07)}.gm-container{max-width:1180px;margin:0 auto;padding:0 clamp(16px,4vw,32px)}.gm-section{padding:clamp(40px,8vw,88px) 0;background:var(--gm-bg);font-family:var(--gm-font-body);color:var(--gm-ink)}.gm-section h1,.gm-section h2,.gm-section h3{font-family:var(--gm-font-heading);line-height:1.2;margin:0}.gm-section p{line-height:1.55;font-size:clamp(15px,2.5vw,17px)}.gm-eyebrow{text-transform:lowercase;letter-spacing:.14em;font-size:13px;font-weight:600;color:var(--gm-ink-muted)}.gm-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--gm-btn-bg);color:var(--gm-btn-fg)!important;font-family:var(--gm-font-heading);font-weight:700;font-size:16px;border:0;border-radius:var(--gm-radius-btn);padding:16px 32px;width:100%;cursor:pointer;text-decoration:none;transition:transform .15s,opacity .15s}.gm-btn:hover{transform:translateY(-1px);opacity:.92}.gm-pill{display:inline-flex;align-items:center;gap:6px;background:var(--gm-accent-soft);color:var(--gm-ink);border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;text-transform:lowercase;letter-spacing:.06em}.gm-badge{display:inline-block;background:var(--gm-ink);color:#fff;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700}.gm-hero.gm-section{padding-top:clamp(8px,1.5vw,20px)}.gm-hero-grid{display:grid;grid-template-columns:1fr;gap:28px}.gm-hero-grid>*{min-width:0}.gm-thumbs{max-width:100%}@media(min-width:990px){.gm-hero-grid{grid-template-columns:1fr 1fr;gap:48px;align-items:start}}.gm-gallery{position:relative}@media(min-width:990px){.gm-gallery{position:sticky;top:24px}}@media(max-width:989px){.gm-gallery{position:static!important;top:auto!important}}.gm-gallery-main{position:relative;border-radius:var(--gm-radius);overflow:hidden;background:var(--gm-surface)}.gm-gallery-main img{width:100%;height:auto;display:block}.gm-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:0;background:#ffffffeb;box-shadow:var(--gm-shadow);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.gm-gallery-arrow.prev{left:12px}.gm-gallery-arrow.next{right:12px}.gm-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.gm-thumbs img{width:64px;height:64px;object-fit:cover;border-radius:10px;flex:0 0 auto;cursor:pointer;border:2px solid transparent;scroll-snap-align:start}.gm-thumbs img.is-active{border-color:var(--gm-ink)}.gm-buybox .gm-rating-row{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;margin-bottom:10px}.gm-stars{color:var(--gm-gold);letter-spacing:2px;font-size:16px}.gm-buybox h1{font-size:clamp(30px,4.4vw,44px);font-weight:800;margin:4px 0 10px}.gm-hero-badges{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px}.gm-price-row{display:flex;align-items:baseline;gap:10px;margin:6px 0 14px}.gm-price{font-size:26px;font-weight:800;font-family:var(--gm-font-heading)}.gm-compare{font-size:18px;color:var(--gm-ink-muted);text-decoration:line-through}.gm-price-badge:empty{display:none!important}.gm-hero-copy{color:var(--gm-ink-muted);margin-bottom:18px}.gm-hero-copy strong{color:var(--gm-ink)}.gm-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 14px;margin:18px 0 22px}@media(min-width:750px){.gm-benefits-grid{grid-template-columns:repeat(3,1fr)}}.gm-benefit{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;text-transform:lowercase}.gm-benefit img,.gm-benefit svg{width:26px;height:26px;flex:0 0 auto}.gm-ship-note{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--gm-green);margin-top:12px}.gm-stock-warning{background:#fdeeec;border:1px solid #f3c6bf;border-radius:10px;padding:12px 14px;font-size:13.5px;line-height:1.5;margin-top:14px}.gm-stock-warning strong{color:var(--gm-red)}.gm-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px;text-align:center}.gm-trust-row .gm-trust-item{font-size:12.5px;font-weight:600;color:var(--gm-ink-muted);display:flex;flex-direction:column;align-items:center;gap:6px}.gm-trust-row svg{width:22px;height:22px}.gm-quote-card{background:var(--gm-surface);border-radius:var(--gm-radius);padding:clamp(24px,5vw,44px);display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center;max-width:760px;margin:0 auto}.gm-quote-card blockquote{margin:0;font-family:var(--gm-font-heading);font-size:clamp(18px,3vw,24px);font-weight:600;line-height:1.4}.gm-quote-author{display:flex;align-items:center;gap:12px}.gm-quote-author img{width:56px;height:56px;border-radius:50%;object-fit:cover}.gm-quote-author h3{font-size:17px}.gm-quote-author span{font-size:13px;color:var(--gm-ink-muted)}.gm-marquee-title{text-align:center;font-size:clamp(22px,3.4vw,30px);font-weight:800;margin-bottom:22px}.gm-marquee{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.gm-marquee>div{flex:0 0 72%;scroll-snap-align:center;border-radius:var(--gm-radius);overflow:hidden;background:var(--gm-surface)}@media(min-width:750px){.gm-marquee>div{flex:0 0 30%}}.gm-marquee img{width:100%;height:100%;object-fit:cover;display:block}.gm-steps{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:750px){.gm-steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.gm-steps{grid-template-columns:repeat(4,1fr)}}.gm-step{background:var(--gm-surface);border-radius:var(--gm-radius);overflow:hidden}.gm-step img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.gm-step-body{padding:16px}.gm-step-body h3{font-size:15px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.gm-step-body p{font-size:14px;color:var(--gm-ink-muted)}.gm-accordions{max-width:820px;margin:0 auto}.gm-acc{border-bottom:1px solid #e7e0da}.gm-acc summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:18px 4px;font-family:var(--gm-font-heading);font-weight:700;font-size:17px;text-transform:lowercase}.gm-acc summary::-webkit-details-marker{display:none}.gm-acc summary:after{content:"+";font-size:22px;font-weight:400}.gm-acc[open] summary:after{content:"\2013"}.gm-acc-body{padding:0 4px 20px;color:var(--gm-ink-muted);font-size:15px;line-height:1.6}.gm-acc-body strong{color:var(--gm-ink)}.gm-stats{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:750px){.gm-stats{grid-template-columns:repeat(2,1fr)}}.gm-stat{background:var(--gm-surface);border-radius:var(--gm-radius);padding:20px}.gm-stat b{font-family:var(--gm-font-heading);font-size:34px;font-weight:800;display:block;margin-bottom:6px}.gm-stat p{font-size:14.5px;color:var(--gm-ink-muted);margin:0}.gm-upsell-card{display:flex;gap:16px;align-items:center;background:var(--gm-surface);border-radius:var(--gm-radius);padding:16px;max-width:560px;margin:0 auto}.gm-upsell-card img{width:96px;height:96px;border-radius:10px;object-fit:cover;flex:0 0 auto}.gm-upsell-info{flex:1}.gm-upsell-info h3{font-size:16px;margin-bottom:4px}.gm-upsell-info .gm-upsell-price{font-weight:700}.gm-upsell-card .gm-btn{width:auto;padding:10px 22px;font-size:14px}.gm-ugc-head{text-align:center;max-width:720px;margin:0 auto 26px}.gm-ugc-head h2{font-size:clamp(24px,3.8vw,36px);font-weight:800}.gm-ugc-head h2 em{font-style:italic;color:var(--gm-accent)}.gm-ugc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media(min-width:750px){.gm-ugc-grid{grid-template-columns:repeat(4,1fr)}}.gm-ugc-grid>div{border-radius:var(--gm-radius);overflow:hidden;aspect-ratio:9/16;background:var(--gm-surface)}.gm-ugc-grid img{width:100%;height:100%;object-fit:cover;display:block}.gm-worry-head{text-align:center;margin-bottom:26px}.gm-worry-head .gm-eyebrow{display:block;margin-bottom:8px}.gm-worry-head h2{font-size:clamp(24px,3.8vw,36px);font-weight:800}.gm-worry-grid{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:750px){.gm-worry-grid{grid-template-columns:repeat(3,1fr)}}.gm-worry-card{position:relative;border-radius:var(--gm-radius);overflow:hidden;aspect-ratio:528/603;background:var(--gm-surface-2)}.gm-worry-card img{width:100%;height:100%;object-fit:cover;display:block}.gm-worry-card span{position:absolute;left:12px;right:12px;bottom:12px;background:#fffffff0;border-radius:10px;padding:10px;text-align:center;font-weight:700;font-size:14.5px}.gm-benefits-band{background:var(--gm-surface)}.gm-benefits-cols{display:grid;grid-template-columns:1fr;gap:28px;align-items:center}@media(min-width:990px){.gm-benefits-cols{grid-template-columns:1fr 1fr;gap:56px}}.gm-benefits-cols .gm-image-col{border-radius:var(--gm-radius);overflow:hidden}.gm-benefits-cols .gm-image-col img{width:100%;height:auto;display:block}.gm-benefits-cols h2{font-size:clamp(24px,3.8vw,36px);font-weight:800;margin-bottom:18px}.gm-check-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.gm-check-list li{display:flex;gap:10px;align-items:flex-start;font-size:16px;font-weight:500}.gm-check-list li:before{content:"\2713";flex:0 0 22px;height:22px;border-radius:50%;background:var(--gm-accent-soft);color:var(--gm-ink);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}.gm-faq-head{text-align:center;margin-bottom:26px}.gm-faq-head h2{font-size:clamp(24px,3.8vw,36px);font-weight:800}.gm-guarantee-card{background:var(--gm-surface);border-radius:var(--gm-radius);padding:clamp(24px,5vw,40px);text-align:center;max-width:720px;margin:36px auto 0}.gm-guarantee-card h3{font-size:22px;margin-bottom:10px}.gm-guarantee-card p{color:var(--gm-ink-muted)}.gm-guarantee-card .gm-btn{width:auto;margin-top:18px}.gm-sticky-cta{display:none}@media(max-width:749px){.gm-sticky-cta{display:block;position:fixed;bottom:0;left:0;right:0;padding:14px 16px;background:var(--gm-btn-bg);color:var(--gm-btn-fg);text-align:center;font-family:var(--gm-font-heading);font-weight:700;font-size:16px;z-index:9999;box-shadow:0 -2px 12px #0000001f;opacity:0;transform:translateY(100%);transition:.25s;cursor:pointer}.gm-sticky-cta.is-visible{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/glowmask-styles.css.map */
