/*
Theme Name: GRM Storefront
Theme URI: https://gravityresearchmaterials.com/
Author: Gravity Research Materials
Description: Mobile-first WooCommerce storefront for Gravity Research Materials.
Version: 0.2.34
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: grm-storefront
*/

:root {
	--grm-ink: #181b1e;
	--grm-muted: #626b70;
	--grm-line: #cfd2d4;
	--grm-paper: #ffffff;
	--grm-soft: #edf0f1;
	--grm-blue: #ba3f2f;
	--grm-blue-dark: #963126;
	--grm-gold: #e9bc44;
	--grm-footer: #1c2730;
	--grm-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--grm-paper); color: var(--grm-ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
body.admin-bar .grm-site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.grm-container { width: min(var(--grm-width), calc(100% - 40px)); margin-inline: auto; }
.grm-eyebrow { margin: 0 0 10px; color: var(--grm-blue); font-size: 11px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.grm-button, .button, button.button, input.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid var(--grm-ink); border-radius: 3px; background: var(--grm-ink); color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.grm-button:hover, .button:hover, button.button:hover, input.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { border-color: var(--grm-blue); background: var(--grm-blue); color: #fff; }
.grm-button.secondary { border-color: var(--grm-line); background: #fff; color: var(--grm-ink); }

.grm-ruo-bar { display: flex; justify-content: center; gap: 22px; min-height: 34px; padding: 8px 20px; background: #edf1f1; color: #3d484d; font-size: 10px; font-weight: 800; text-align: center; text-transform: uppercase; }
.grm-ruo-bar span { color: var(--grm-muted); font-weight: 650; }
.grm-site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--grm-line); background: rgba(255, 255, 255, .97); }
.grm-header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 72px; }
.grm-brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.grm-brand-mark { display: grid; place-items: center; width: 45px; height: 38px; border: 1px solid var(--grm-ink); font-size: 15px; font-weight: 900; }
.grm-brand-name { display: grid; font-size: 14px; line-height: 1.05; }
.grm-brand-name strong { font-size: 11px; font-weight: 650; }
.grm-main-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 700; }
.grm-main-nav a:hover, .grm-main-nav .current-menu-item > a { color: var(--grm-blue); }
.grm-header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.grm-cart-link { display: inline-flex; align-items: center; gap: 9px; min-height: 38px; padding: 0 13px; border: 1px solid var(--grm-line); border-radius: 3px; font-size: 11px; font-weight: 800; }
.grm-cart-count { display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; background: var(--grm-blue); color: #fff; font-size: 9px; }

.grm-hero { background: #eef3f3; }
.grm-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 60px; min-height: 515px; padding-block: 62px; }
.grm-hero-copy { max-width: 670px; }
.grm-hero h1 { margin: 0; font-size: clamp(76px, 12vw, 154px); font-weight: 900; line-height: .8; }
.grm-hero h2 { margin: 28px 0 14px; font-size: clamp(26px, 4vw, 45px); line-height: 1.05; }
.grm-hero-copy > p:not(.grm-eyebrow) { max-width: 610px; margin: 0; color: var(--grm-muted); font-size: 16px; }
.grm-hero-actions { display: flex; gap: 10px; margin-top: 28px; }
.grm-hero-stamp { display: grid; place-items: center; width: 185px; aspect-ratio: 1; border: 1px solid #8d999d; border-radius: 50%; text-align: center; }
.grm-hero-stamp span { align-self: end; font-size: 48px; font-weight: 900; }
.grm-hero-stamp strong { align-self: start; color: var(--grm-muted); font-size: 10px; text-transform: uppercase; }
.grm-trust-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--grm-line); }
.grm-trust-rail > div { display: grid; gap: 3px; padding: 20px 24px; border-right: 1px solid var(--grm-line); }
.grm-trust-rail > div:last-child { border-right: 0; }
.grm-trust-rail strong { font-size: 12px; }
.grm-trust-rail span { color: var(--grm-muted); font-size: 10px; }

.grm-shop-section, .grm-content-section { padding: 72px 0 82px; }
.grm-section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 410px); align-items: end; gap: 40px; margin-bottom: 28px; }
.grm-section-heading h2 { margin: 0; font-size: clamp(32px, 5vw, 56px); line-height: 1; }
.grm-section-heading > p { margin: 0; color: var(--grm-muted); font-size: 13px; }
.grm-multi-vial-banner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; margin-bottom: 34px; padding: 22px 24px; border: 1px solid var(--grm-line); background: #f7f9f9; }
.grm-multi-vial-copy { display: grid; align-content: center; gap: 3px; }
.grm-multi-vial-copy > span { color: var(--grm-muted); font-size: 11px; }
.grm-multi-vial-copy .grm-multi-vial-kicker { color: var(--grm-blue); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.grm-multi-vial-copy strong { font-size: 18px; }
.grm-multi-vial-tiers { display: grid; grid-template-columns: 1fr; border-left: 1px solid var(--grm-line); }
.grm-multi-vial-tiers div { display: grid; align-content: center; gap: 2px; padding: 8px 16px; border-right: 1px solid var(--grm-line); }
.grm-multi-vial-tiers div:last-child { border-right: 0; }
.grm-multi-vial-tiers span { color: var(--grm-muted); font-size: 10px; }
.grm-multi-vial-tiers strong { color: var(--grm-blue); font-size: 13px; }

.woocommerce ul.products, ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, ul.products li.product { float: none; width: auto; margin: 0; padding: 0; border: 1px solid var(--grm-line); border-radius: 4px; background: #fff; overflow: hidden; }
.grm-product-image { position: relative; display: block; aspect-ratio: 1; background: var(--grm-soft); overflow: hidden; }
.grm-product-image img { width: 100%; height: 100%; object-fit: cover; }
.grm-product-image-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #778388; font-size: 13px; font-weight: 850; }
.grm-product-info { padding: 17px; }
.grm-product-category { margin: 0 0 7px; color: var(--grm-blue); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.grm-product-title { min-height: 44px; margin: 0; font-size: 17px; line-height: 1.25; }
.grm-product-title a:hover { color: var(--grm-blue); }
.grm-product-strengths { min-height: 32px; margin: 10px 0 0; color: var(--grm-muted); font-size: 11px; line-height: 1.45; }
.grm-product-strengths span { color: var(--grm-ink); font-weight: 750; }
.grm-product-start { display: flex; align-items: end; justify-content: space-between; gap: 8px; margin-top: 12px; padding-top: 14px; border-top: 1px solid var(--grm-line); }
.grm-product-start > div { display: grid; gap: 1px; }
.grm-product-start small { color: var(--grm-muted); font-size: 9px; text-transform: uppercase; }
.grm-product-start strong { font-size: 20px; }
.grm-product-start strong span { color: var(--grm-muted); font-size: 11px; }
.grm-product-start > span { padding-bottom: 2px; color: var(--grm-muted); font-size: 9px; }
.grm-product-buy { display: flex; justify-content: space-between; margin-top: 13px; padding-top: 12px; border-top: 1px solid var(--grm-line); color: var(--grm-blue); font-size: 11px; font-weight: 850; }
.grm-empty-product { padding: 20px; border: 1px solid var(--grm-line); color: var(--grm-muted); }
.grm-cart-total-savings { color: var(--grm-blue); font-weight: 850; }
.grm-cart-total-savings .wc-block-components-totals-item__value { font-size: 15px; }

.post-type-archive-product .woocommerce-content > h1 { margin: 0 0 34px; text-align: center; }
.post-type-archive-product ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; max-width: 930px; margin-inline: auto; }
.post-type-archive-product ul.products li.product { float: none !important; width: 100% !important; max-width: none; margin: 0 !important; }
.post-type-archive-product .grm-product-info { text-align: center; }
.post-type-archive-product .grm-product-start { display: flex; align-items: center; justify-content: center; text-align: center; }
.post-type-archive-product .grm-product-start > div { align-items: center; justify-items: center; text-align: center; }
.post-type-archive-product .grm-product-start > span { display: none; }
.post-type-archive-product .grm-product-buy { justify-content: center; gap: 8px; }

.grm-testing-band { padding: 70px 0; background: var(--grm-footer); color: #fff; }
.grm-testing-band-inner { display: grid; grid-template-columns: minmax(0, .85fr) 1.15fr; gap: 70px; align-items: center; }
.grm-testing-band h2 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; }
.grm-testing-band p:not(.grm-eyebrow) { color: #c4ccce; font-size: 13px; }
.grm-testing-preview { display: grid; border-top: 1px solid #596568; }
.grm-testing-preview > div, .grm-testing-preview > a { display: grid; grid-template-columns: 110px 1fr auto; gap: 16px; padding: 15px 0; border-bottom: 1px solid #596568; font-size: 11px; }
.grm-testing-preview span, .grm-testing-preview small { color: #aeb8bb; }
.grm-testing-preview > a { display: flex; justify-content: space-between; color: #fff; font-weight: 800; }

.grm-standards { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 78px 0; }
.grm-standards h2 { margin: 0 0 15px; font-size: clamp(31px, 4vw, 48px); line-height: 1.05; }
.grm-standards p { color: var(--grm-muted); font-size: 13px; }
.grm-standards-list article { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--grm-line); }
.grm-standards-list article > span { color: var(--grm-blue); font-size: 11px; font-weight: 850; }
.grm-standards-list h3 { margin: 0; font-size: 16px; }
.grm-standards-list p { margin: 3px 0 0; }
.grm-faq { padding: 72px 0 82px; background: var(--grm-soft); }
.grm-faq .grm-eyebrow { margin-bottom: 28px; }
.grm-faq h2 { margin: 0 0 28px; font-size: clamp(31px, 4vw, 46px); }
.grm-faq details { max-width: 860px; padding: 18px 0; border-top: 1px solid var(--grm-line); }
.grm-faq details:last-child { border-bottom: 1px solid var(--grm-line); }
.grm-faq summary { cursor: pointer; font-size: 14px; font-weight: 800; }
.grm-faq details p { margin: 11px 0 0; color: var(--grm-muted); font-size: 13px; }

.grm-site-main { min-height: 55vh; }
.woocommerce-page .grm-site-main, .grm-page-main { width: min(var(--grm-width), calc(100% - 40px)); margin-inline: auto; padding: 58px 0 80px; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--grm-muted); font-size: 11px; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(410px, .9fr); gap: 65px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; margin: 0; }
.woocommerce div.product div.images img { border: 1px solid var(--grm-line); background: var(--grm-soft); }
.woocommerce div.product .product_title { margin: 0 0 17px; font-size: clamp(34px, 4vw, 53px); line-height: 1.05; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--grm-ink); font-size: 25px; font-weight: 850; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--grm-muted); font-size: 13px; }
.woocommerce div.product form.cart { margin-top: 28px; }
.woocommerce div.product form.cart table.variations { margin: 0 0 20px; }
.grm-enhanced-strengths table.variations .grm-enhanced-row { display: none; }
.grm-strength-picker { margin: 28px 0 0; }
.grm-strength-picker h2, .grm-pack-picker h2 { margin: 0 0 10px; font-size: 12px; text-transform: uppercase; }
.grm-strength-buttons { display: grid; grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); gap: 8px; }
.grm-strength-buttons button { min-height: 56px; padding: 8px; border: 1px solid var(--grm-line); border-radius: 3px; background: #fff; color: var(--grm-ink); font-size: 12px; font-weight: 800; text-align: left; cursor: pointer; }
.grm-strength-buttons button.active { border-color: var(--grm-blue); background: #edf4f8; box-shadow: inset 0 0 0 1px var(--grm-blue); }
.grm-strength-buttons button:disabled { opacity: .4; cursor: not-allowed; }
.grm-pack-picker { margin-top: 28px; }
.grm-pack-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.grm-pack-option { display: grid; gap: 2px; min-height: 76px; padding: 11px; border: 1px solid var(--grm-line); border-radius: 3px; background: #fff; color: var(--grm-ink); text-align: left; cursor: pointer; }
.grm-pack-option.active { border-color: var(--grm-blue); background: #edf4f8; box-shadow: inset 0 0 0 1px var(--grm-blue); }
.grm-pack-option:disabled { opacity: .4; cursor: not-allowed; }
.grm-pack-option > span { font-size: 11px; font-weight: 800; }
.grm-pack-option strong { font-size: 17px; }
.grm-pack-option small { color: var(--grm-muted); font-size: 9px; }
.grm-pack-quantity { display: grid; grid-template-columns: 92px minmax(0, 1fr); align-items: center; gap: 14px; margin: 16px 0; }
.grm-pack-quantity label { font-size: 11px; font-weight: 800; }
.grm-quantity-control { display: grid; grid-template-columns: 46px minmax(0, 1fr) 46px; min-height: 46px; border: 1px solid var(--grm-line); border-radius: 3px; overflow: hidden; }
.grm-pack-quantity input { grid-column: 2; grid-row: 1; width: 100%; min-height: 44px; padding: 0 12px; border: 0; border-radius: 0; text-align: center; }
.grm-pack-quantity input[type="number"] { appearance: textfield; }
.grm-pack-quantity input[type="number"]::-webkit-inner-spin-button,
.grm-pack-quantity input[type="number"]::-webkit-outer-spin-button { margin: 0; appearance: none; }
.grm-quantity-stepper { display: contents; }
.grm-quantity-stepper button { display: grid; place-items: center; min-width: 46px; min-height: 44px; padding: 0; border: 0; border-radius: 0; background: var(--grm-soft); color: var(--grm-ink); font-size: 10px; line-height: 1; cursor: pointer; }
.grm-quantity-stepper button:first-child { grid-column: 1; grid-row: 1; border-right: 1px solid var(--grm-line); }
.grm-quantity-stepper button:last-child { grid-column: 3; grid-row: 1; border-left: 1px solid var(--grm-line); }
.grm-quantity-stepper button:hover { background: #fff8e5; color: var(--grm-blue); }
.grm-pack-picker + .quantity, .grm-pack-picker ~ .quantity { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; }
.woocommerce div.product form.cart .single_add_to_cart_button { float: none; width: 100%; min-height: 50px; }
.grm-detail-report { display: flex; justify-content: space-between; gap: 20px; margin: 18px 0; padding: 13px 0; border-block: 1px solid var(--grm-line); color: var(--grm-muted); font-size: 11px; }
.grm-detail-report a { color: var(--grm-blue); font-weight: 800; }
.grm-ruo-note { margin-top: 16px; color: var(--grm-muted); font-size: 10px; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; padding-top: 35px; }
.woocommerce div.product .related.products, .woocommerce div.product .upsells.products { grid-column: 1 / -1; }
.woocommerce table.shop_table { border-color: var(--grm-line); border-radius: 3px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--grm-blue); background: var(--grm-soft); }

.grm-library-intro { max-width: 720px; margin-bottom: 48px; }
.grm-library-intro h1, .grm-report-detail h1 { margin: 0 0 14px; font-size: clamp(38px, 6vw, 68px); line-height: 1; }
.grm-library-intro > p:not(.grm-eyebrow), .grm-report-date { color: var(--grm-muted); }
.grm-report-group { margin-top: 34px; }
.grm-report-group h2 { margin: 0 0 10px; font-size: 14px; }
.grm-report-list { border-top: 1px solid var(--grm-line); }
.grm-report-row { display: grid; grid-template-columns: 1.2fr 1fr .7fr auto; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--grm-line); }
.grm-report-row > span { display: grid; gap: 2px; }
.grm-report-row small { color: var(--grm-muted); font-size: 9px; }
.grm-report-row strong { font-size: 12px; }
.grm-report-row b { color: var(--grm-blue); }
.grm-back-link { display: inline-block; margin-bottom: 42px; color: var(--grm-blue); font-size: 11px; font-weight: 800; }
.grm-report-detail h1 span { color: var(--grm-muted); font-weight: 500; }
.grm-report-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin: 38px 0; border: 1px solid var(--grm-line); }
.grm-report-metrics div { display: grid; gap: 7px; padding: 20px; border-right: 1px solid var(--grm-line); }
.grm-report-metrics div:last-child { border-right: 0; }
.grm-report-metrics span { color: var(--grm-muted); font-size: 10px; }
.grm-report-document { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 28px; background: var(--grm-soft); }
.grm-report-document h2 { margin: 0; }
.grm-report-document p { margin-bottom: 0; color: var(--grm-muted); }
.grm-report-pending { color: var(--grm-muted); font-size: 11px; font-weight: 800; }

.grm-site-footer { padding: 55px 0 84px; background: var(--grm-footer); color: #fff; }
.grm-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 55px; }
.grm-site-footer .grm-brand-mark { border-color: #fff; }
.grm-site-footer p, .grm-site-footer a { color: #bac4c6; font-size: 11px; }
.grm-site-footer h2 { margin: 0 0 12px; font-size: 12px; text-transform: uppercase; }
.grm-footer-links { display: grid; align-content: start; gap: 8px; }
.grm-footer-legal { margin-top: 38px; padding-top: 20px; border-top: 1px solid #556164; color: #aeb9bb; font-size: 9px; }
.grm-mobile-dock { display: none; }

/* Catalog-first storefront revision */
body { background: var(--grm-soft); }
.grm-site-main { background: var(--grm-paper); }
.grm-ruo-bar { min-height: 31px; border-bottom: 1px solid #3b4851; background: #1c2730; color: #929aa1; font-size: 9px; font-weight: 750; }
.grm-ruo-bar span { color: #7f8a92; }
.grm-site-header { border-bottom: 1px solid #3b4851; background: #1c2730; color: #fff; }
.grm-header-inner { grid-template-columns: 1fr auto; min-height: 66px; }
.grm-site-header .grm-brand-mark { border-color: var(--grm-gold); color: var(--grm-gold); }
.grm-site-header .grm-brand-name strong { color: #b9c2c8; }
.grm-header-actions { gap: 15px; }
.grm-account-link { color: #d1d7db; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.grm-cart-link { border-color: #52606a; color: #fff; }
.grm-cart-count { background: var(--grm-gold); color: #171510; }
.grm-catalog-tools { display: flex; justify-content: flex-end; align-items: center; padding-bottom: 15px; }
.grm-main-nav { justify-content: flex-end; gap: 25px; color: #c3cbd0; font-size: 10px; text-transform: uppercase; }
.grm-main-nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.grm-main-nav a:hover { border-color: var(--grm-gold); color: #fff; }
.home .grm-main-nav a:first-child,
.post-type-archive-product .grm-main-nav a:nth-child(2),
.tax-product_cat .grm-main-nav a:nth-child(2),
.grm-testing-page .grm-main-nav a:nth-child(3) { border-color: var(--grm-gold); color: #fff; }

.grm-home-intro { border-bottom: 1px solid var(--grm-line); background: #fff; }
.grm-home-intro-inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: stretch; min-height: 330px; }
.grm-home-intro-copy { align-self: center; max-width: 680px; padding: 48px 54px 48px 0; }
.grm-home-intro-copy h1 { max-width: 650px; margin: 0; font-size: clamp(38px, 5.2vw, 64px); line-height: 1.02; }
.grm-home-intro-copy > p:not(.grm-eyebrow) { max-width: 610px; margin: 16px 0 0; color: var(--grm-muted); font-size: 14px; }
.grm-home-actions { display: flex; gap: 9px; margin-top: 25px; }
.grm-home-proof { display: grid; align-content: center; background: #1c2730; color: #fff; }
.grm-home-proof div { display: grid; gap: 3px; padding: 21px 25px; border-bottom: 1px solid #3b4851; text-align: center; }
.grm-home-proof div:last-child { border-bottom: 0; }
.grm-home-proof strong { font-size: 12px; text-align: center; }
.grm-home-proof span { color: #aeb8be; font-size: 10px; }

.grm-shop-section { padding: 34px 0 76px; background: var(--grm-soft); }
.grm-category-tabs { display: flex; gap: 24px; margin-bottom: 26px; border-bottom: 1px solid var(--grm-line); overflow-x: auto; }
.grm-category-tabs a { flex: 0 0 auto; padding: 0 0 10px; border-bottom: 2px solid transparent; color: var(--grm-muted); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.grm-category-tabs a:hover, .grm-category-tabs a.active { border-color: var(--grm-gold); color: var(--grm-ink); }
.grm-section-heading { margin-bottom: 21px; }
.grm-section-heading h1, .grm-section-heading h2 { margin: 0; font-size: clamp(34px, 5vw, 56px); line-height: 1; }
.grm-section-heading > p { max-width: 390px; }
.grm-section-side { display: grid; justify-items: start; gap: 8px; }
.grm-section-side p { margin: 0; color: var(--grm-muted); font-size: 13px; }
.grm-section-side a { color: var(--grm-blue); font-size: 11px; font-weight: 850; }
.grm-multi-vial-banner { grid-template-columns: 1fr auto; gap: 34px; margin-bottom: 24px; padding: 17px 20px; border: 0; border-left: 4px solid var(--grm-gold); background: #1c2730; color: #fff; }
.grm-multi-vial-copy { gap: 2px; }
.grm-multi-vial-copy > span { color: #c6cdd2; }
.grm-multi-vial-copy strong { font-size: 15px; }
.grm-multi-vial-tiers { grid-template-columns: repeat(2, minmax(105px, 1fr)); border-left-color: #4a5660; }
.grm-multi-vial-tiers div { border-right-color: #4a5660; }
.grm-multi-vial-tiers span { color: #aeb8be; }
.grm-multi-vial-tiers strong { color: var(--grm-gold); }
.woocommerce ul.products li.product, ul.products li.product { border-radius: 0; border-color: #d8dcde; }
.grm-product-image { background: #e2e6e8; }
.grm-product-category { color: var(--grm-blue); }
.grm-product-buy { color: var(--grm-blue); }
.grm-product-buy:hover, .grm-product-title a:hover { color: var(--grm-blue-dark); }

.grm-button:hover, .button:hover, button.button:hover, input.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { border-color: var(--grm-gold); background: var(--grm-gold); color: #171510; }
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce-checkout #place_order { border-color: var(--grm-gold); background: var(--grm-gold); color: #171510; }
.wc-block-checkout__guest-checkout-notice { display: none; }
.grm-strength-buttons button.active, .grm-pack-option.active { border-color: var(--grm-gold); background: #fff8e5; box-shadow: inset 0 0 0 1px var(--grm-gold); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--grm-gold); }
.grm-testing-band, .grm-site-footer { background: #1c2730; }
.grm-testing-band .grm-eyebrow, .grm-site-footer .grm-brand-mark { color: var(--grm-gold); }
.grm-site-footer .grm-brand-mark { border-color: var(--grm-gold); }

@media (max-width: 782px) {
	body.admin-bar .grm-site-header { top: 46px; }
}

@media (max-width: 760px) {
	body { padding-bottom: 58px; }
	.grm-container, .woocommerce-page .grm-site-main, .grm-page-main { width: min(100% - 24px, var(--grm-width)); }
	.grm-ruo-bar { display: block; min-height: 38px; padding: 7px 12px; font-size: 9px; line-height: 1.35; }
	.grm-ruo-bar span { display: block; }
	.grm-header-inner { grid-template-columns: 1fr auto; min-height: 62px; }
	.grm-main-nav { display: none; }
	.grm-brand { gap: 8px; }
	.grm-brand-mark { width: 40px; height: 34px; font-size: 13px; }
	.grm-brand-name { font-size: 12px; }
	.grm-brand-name strong { font-size: 9px; }
	.grm-cart-link { min-height: 35px; padding: 0 9px; }
	.grm-hero-inner { grid-template-columns: 1fr; min-height: 475px; gap: 26px; padding-block: 45px 34px; text-align: center; }
	.grm-hero-copy { margin: auto; }
	.grm-hero h1 { font-size: 92px; }
	.grm-hero h2 { margin-top: 24px; font-size: 29px; }
	.grm-hero-copy > p:not(.grm-eyebrow) { font-size: 13px; }
	.grm-hero-actions { justify-content: center; }
	.grm-hero-stamp { width: 112px; margin: auto; }
	.grm-hero-stamp span { font-size: 30px; }
	.grm-hero-stamp strong { font-size: 7px; }
	.grm-trust-rail { grid-template-columns: repeat(2, 1fr); }
	.grm-trust-rail > div { padding: 14px 12px; border-bottom: 1px solid var(--grm-line); }
	.grm-trust-rail > div:nth-child(2) { border-right: 0; }
	.grm-trust-rail > div:nth-last-child(-n+2) { border-bottom: 0; }
	.grm-shop-section, .grm-content-section { padding: 45px 0 55px; }
	.grm-section-heading { grid-template-columns: 1fr; gap: 14px; }
	.grm-section-heading h2 { font-size: 36px; }
	.grm-multi-vial-banner { grid-template-columns: 1fr; gap: 17px; padding: 17px; }
	.grm-multi-vial-tiers { border-top: 1px solid var(--grm-line); border-left: 0; }
	.grm-multi-vial-tiers div { padding: 10px 7px 0; }
	.grm-multi-vial-tiers div:first-child { padding-left: 0; }
	.woocommerce ul.products, ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.grm-product-info { padding: 12px; }
	.grm-product-title { min-height: 38px; font-size: 14px; }
	.grm-product-strengths { min-height: 40px; font-size: 9px; }
	.grm-product-start { align-items: start; gap: 4px; margin-top: 9px; padding-top: 11px; }
	.grm-product-start strong { font-size: 16px; }
	.grm-product-start strong span { font-size: 9px; }
	.grm-product-start > span { max-width: 45px; font-size: 8px; line-height: 1.2; text-align: right; }
	.grm-product-buy { font-size: 10px; }
	.post-type-archive-product ul.products { grid-template-columns: 1fr; max-width: 540px; }
	.grm-testing-band { padding: 48px 0; }
	.grm-testing-band-inner, .grm-standards { grid-template-columns: 1fr; gap: 34px; }
	.grm-testing-preview > div { grid-template-columns: 82px 1fr; }
	.grm-testing-preview > div small { grid-column: 2; }
	.grm-standards { padding: 52px 0; }
	.grm-faq { padding: 50px 0; }
	.woocommerce-page .grm-site-main, .grm-page-main { padding: 38px 0 60px; }
	.woocommerce div.product { grid-template-columns: 1fr; gap: 28px; }
	.woocommerce div.product .product_title { font-size: 34px; }
	.grm-strength-buttons { grid-template-columns: repeat(2, 1fr); }
	.grm-pack-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.grm-report-row { grid-template-columns: 1fr auto; gap: 8px; }
	.grm-report-row > span:nth-child(2), .grm-report-row > span:nth-child(3) { display: none; }
	.grm-report-metrics { grid-template-columns: repeat(2, 1fr); }
	.grm-report-metrics div:nth-child(2) { border-right: 0; }
	.grm-report-metrics div:nth-child(-n+2) { border-bottom: 1px solid var(--grm-line); }
	.grm-report-document { align-items: start; flex-direction: column; }
	.grm-footer-grid { grid-template-columns: 1fr; gap: 30px; }
	.grm-mobile-dock { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 58px; border-top: 1px solid var(--grm-line); background: #fff; }
	.grm-mobile-dock a { display: grid; place-items: center; align-content: center; gap: 2px; color: var(--grm-muted); font-size: 9px; font-weight: 800; }
	.grm-mobile-dock a span + span { color: var(--grm-blue); }

	.grm-ruo-bar { min-height: 31px; padding: 7px 12px; border-bottom-color: #3b4851; background: #1c2730; color: #929aa1; font-size: 8px; }
	.grm-ruo-bar span { display: inline; color: #7f8a92; }
	.grm-header-inner { min-height: 58px; }
	.grm-account-link { display: none; }
	.grm-catalog-tools { justify-content: flex-start; padding-bottom: 9px; }
	.grm-catalog-tools .grm-main-nav { display: flex; justify-content: flex-start; gap: 22px; overflow-x: auto; }
	.grm-catalog-tools .grm-main-nav a { flex: 0 0 auto; padding: 6px 0 7px; font-size: 9px; }
	.grm-home-intro-inner { grid-template-columns: 1fr; min-height: 0; }
	.grm-home-intro-copy { padding: 35px 0 31px; }
	.grm-home-intro-copy h1 { font-size: 35px; }
	.grm-home-intro-copy > p:not(.grm-eyebrow) { margin-top: 12px; font-size: 12px; }
	.grm-home-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; }
	.grm-home-actions .grm-button { min-width: 0; padding: 0 10px; font-size: 10px; }
	.grm-home-proof { margin-inline: -12px; }
	.grm-home-proof div { padding: 15px 12px; }
	.grm-shop-section { padding: 22px 0 48px; }
	.grm-category-tabs { gap: 19px; margin-bottom: 21px; }
	.grm-section-heading { gap: 9px; margin-bottom: 17px; }
	.grm-section-heading h1 { font-size: 30px; }
	.grm-section-heading > p { font-size: 11px; }
	.grm-multi-vial-banner { grid-template-columns: 1fr; gap: 10px; padding: 14px 14px 13px; }
	.grm-multi-vial-copy strong { font-size: 13px; }
	.grm-multi-vial-copy > span { font-size: 9px; }
	.grm-multi-vial-tiers { grid-template-columns: repeat(2, 1fr); border-top: 1px solid #4a5660; border-left: 0; }
	.grm-multi-vial-tiers div { padding: 8px 8px 0; }
	.grm-multi-vial-tiers div:first-child { padding-left: 0; }
	.woocommerce ul.products, ul.products { grid-template-columns: 1fr; gap: 8px; }
	.woocommerce ul.products li.product, ul.products li.product { display: grid; grid-template-columns: 112px minmax(0, 1fr); min-height: 158px; }
	.grm-product-image { min-height: 158px; aspect-ratio: auto; }
	.grm-product-info { display: flex; flex-direction: column; min-width: 0; padding: 12px 13px; }
	.grm-product-category { margin-bottom: 4px; font-size: 8px; }
	.grm-product-title { min-height: 0; font-size: 14px; }
	.grm-product-strengths { min-height: 0; margin-top: 6px; font-size: 9px; }
	.grm-product-start { margin-top: auto; padding-top: 9px; }
	.grm-product-buy { margin-top: 8px; padding-top: 7px; }
	.grm-mobile-dock { border-top-color: #3b4851; background: #1c2730; }
	.grm-mobile-dock a { color: #b8c1c7; }
	.home .grm-mobile-dock a:first-child,
	.post-type-archive-product .grm-mobile-dock a:nth-child(2),
	.tax-product_cat .grm-mobile-dock a:nth-child(2),
	.grm-testing-page .grm-mobile-dock a:nth-child(3),
	.grm-mobile-dock a span + span { color: var(--grm-gold); }
}
