/*
Theme Name: Maryand Health for Divi
Theme URI: https://maryandpharmacy.com/
Description: Trust-first Divi child theme for the Maryand health, wellness and nutrition store.
Author: Maryand
Template: Divi
Version: 1.2.5
Text Domain: maryand-health
Requires at least: 6.2
Requires PHP: 7.4
*/

:root {
	--maryand-forest: #123c2b;
	--maryand-deep: #0c2d20;
	--maryand-green: #1f7a52;
	--maryand-green-2: #2c9768;
	--maryand-mint: #e9f5ee;
	--maryand-mint-2: #d9eee3;
	--maryand-cream: #fbf8f0;
	--maryand-sand: #eee5d2;
	--maryand-ink: #17231d;
	--maryand-copy: #4a5b52;
	--maryand-muted: #738178;
	--maryand-line: #dce6e0;
	--maryand-white: #fff;
	--maryand-danger: #a33b32;
	--maryand-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--maryand-serif: Georgia, "Times New Roman", serif;
	--maryand-radius: 22px;
	--maryand-radius-sm: 13px;
	--maryand-shadow: 0 20px 60px rgba(18, 60, 43, .10);
	--maryand-shadow-sm: 0 10px 30px rgba(18, 60, 43, .08);
	--maryand-container: min(1240px, calc(100% - 40px));
}

html { scroll-behavior: smooth; }
body.maryand-health-site { margin: 0; color: var(--maryand-ink); background: var(--maryand-white); font-family: var(--maryand-font); font-size: 16px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
/* Divi reserves space for its fixed legacy header even when that header is
   replaced by this child theme. Remove that injected blank area. */
body.maryand-health-site,
body.maryand-health-site.et_fixed_nav,
body.maryand-health-site.et_show_nav { padding-top: 0 !important; }
body.maryand-health-site #page-container,
body.maryand-health-site.et_fixed_nav #page-container,
body.maryand-health-site.et_show_nav #page-container { top: 0 !important; padding-top: 0 !important; margin-top: 0 !important; }
.maryand-health-site * { box-sizing: border-box; }
.maryand-health-site img { max-width: 100%; height: auto; }
.maryand-health-site a { color: var(--maryand-green); text-decoration: none; }
.maryand-health-site a:hover { color: var(--maryand-forest); }
.maryand-health-site button,
.maryand-health-site input,
.maryand-health-site select,
.maryand-health-site textarea { font: inherit; }
.maryand-health-site h1,
.maryand-health-site h2,
.maryand-health-site h3,
.maryand-health-site h4 { margin-top: 0; color: var(--maryand-ink); font-family: var(--maryand-font); font-weight: 740; line-height: 1.13; letter-spacing: -.035em; }
.maryand-health-site h1 { font-size: clamp(2.7rem, 6vw, 5.25rem); }
.maryand-health-site h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
.maryand-health-site h3 { font-size: 1.22rem; }

/* Prevent legacy Divi Theme Builder/site footer duplication. */
.maryand-health-site > #page-container > #top-header,
.maryand-health-site > #page-container > #main-header,
.maryand-health-site > #page-container > #main-footer,
.maryand-health-site .et-l--header,
.maryand-health-site .et-l--footer { display: none !important; }
.maryand-container { width: var(--maryand-container); max-width: 1240px; margin-right: auto; margin-left: auto; }
.maryand-container--narrow { max-width: 790px; }
.maryand-icon { display: inline-block; width: 1.25em; height: 1.25em; flex: 0 0 auto; vertical-align: -.22em; }
.maryand-skip-link { position: fixed; z-index: 999999; top: 10px; left: 10px; padding: 10px 15px; transform: translateY(-150%); border-radius: 8px; background: var(--maryand-white); box-shadow: var(--maryand-shadow); font-weight: 700; }
.maryand-skip-link:focus { transform: translateY(0); }
.maryand-header-marker { position: absolute; height: 1px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Buttons and links */
.maryand-button,
.maryand-health-site .button,
.maryand-health-site button.button,
.maryand-health-site input.button,
.maryand-health-site #respond input#submit { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 23px; border: 1px solid var(--maryand-green); border-radius: 999px; color: var(--maryand-white) !important; background: var(--maryand-green); box-shadow: none; font-weight: 750; line-height: 1.1; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; }
.maryand-button:hover,
.maryand-health-site .button:hover,
.maryand-health-site button.button:hover,
.maryand-health-site input.button:hover { color: var(--maryand-white) !important; background: var(--maryand-forest); border-color: var(--maryand-forest); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(31, 122, 82, .2); }
.maryand-button--large { min-height: 56px; padding: 15px 28px; }
.maryand-button--small { min-height: 42px; padding: 10px 18px; font-size: .9rem; }
.maryand-button--light { color: var(--maryand-forest) !important; background: var(--maryand-white); border-color: var(--maryand-white); }
.maryand-button--light:hover { color: var(--maryand-white) !important; background: transparent; border-color: rgba(255,255,255,.65); }
.maryand-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--maryand-green); font-weight: 750; }
.maryand-text-link .maryand-icon { transition: transform .2s ease; }
.maryand-text-link:hover .maryand-icon { transform: translateX(4px); }

/* Assurance bar and header */
.maryand-assurance-bar { color: rgba(255,255,255,.92); background: var(--maryand-deep); font-size: .78rem; }
.maryand-assurance-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 39px; }
.maryand-assurance-bar__trust,
.maryand-assurance-bar__contact { display: flex; align-items: center; gap: 24px; }
.maryand-assurance-bar span,
.maryand-assurance-bar a { display: inline-flex; align-items: center; gap: 7px; }
.maryand-assurance-bar a { color: rgba(255,255,255,.94); font-weight: 700; }
.maryand-assurance-bar a:hover { color: #bfead7; }
.maryand-assurance-bar .maryand-icon { color: #8fdbb6; }
.maryand-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid transparent; background: rgba(255,255,255,.96); backdrop-filter: blur(15px); transition: box-shadow .2s ease, border-color .2s ease; }
.admin-bar .maryand-header { top: 32px; }
.maryand-header.is-scrolled { border-color: var(--maryand-line); box-shadow: 0 8px 30px rgba(18,60,43,.07); }
.maryand-header__inner { display: flex; align-items: center; min-height: 84px; gap: 28px; }
.maryand-brand { flex: 0 0 auto; }
.maryand-brand__link { display: inline-flex; align-items: center; gap: 11px; color: var(--maryand-ink) !important; }
.maryand-brand__link .custom-logo-link { display: flex; }
.maryand-brand__link .custom-logo { width: auto; max-width: 190px; max-height: 55px; }
.maryand-brand__mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px 13px 13px 4px; color: var(--maryand-white); background: linear-gradient(145deg, var(--maryand-green-2), var(--maryand-forest)); font-family: var(--maryand-serif); font-size: 1.65rem; font-weight: 700; box-shadow: 0 9px 22px rgba(31,122,82,.2); }
.maryand-brand__copy { display: flex; flex-direction: column; line-height: 1.02; }
.maryand-brand__copy strong { font-family: var(--maryand-serif); font-size: 1.45rem; letter-spacing: -.025em; }
.maryand-brand__copy small { margin-top: 5px; color: var(--maryand-muted); font-size: .63rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.maryand-nav { flex: 1 1 auto; }
.maryand-menu { display: flex; align-items: center; justify-content: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.maryand-menu li { position: relative; padding: 0; margin: 0; list-style: none; }
.maryand-menu > li > a { display: flex; align-items: center; min-height: 84px; color: var(--maryand-ink); font-size: .88rem; font-weight: 740; text-transform: uppercase; letter-spacing: .045em; }
.maryand-menu > li > a:hover,
.maryand-menu > .current-menu-item > a,
.maryand-menu > .current-menu-ancestor > a { color: var(--maryand-green); }
.maryand-menu .menu-item-has-children > a::after { content: ""; width: 6px; height: 6px; margin: -4px 0 0 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.maryand-menu .sub-menu { position: absolute; visibility: hidden; opacity: 0; top: calc(100% - 7px); left: 50%; display: grid; grid-template-columns: repeat(2, minmax(205px, 1fr)); width: 480px; padding: 15px; margin: 0; border: 1px solid var(--maryand-line); border-radius: 18px; background: var(--maryand-white); box-shadow: var(--maryand-shadow); transform: translate(-50%, 10px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.maryand-menu .sub-menu::before { content: "Shop by category"; grid-column: 1 / -1; padding: 6px 10px 12px; color: var(--maryand-muted); font-size: .69rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.maryand-menu .sub-menu li a { display: block; padding: 9px 11px; border-radius: 9px; color: var(--maryand-ink); font-size: .88rem; font-weight: 630; }
.maryand-menu .sub-menu li a:hover { color: var(--maryand-green); background: var(--maryand-mint); }
.maryand-menu li:hover > .sub-menu,
.maryand-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.maryand-menu > .maryand-menu-cta { display: none; }
.maryand-header__actions { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
.maryand-action-icon { position: relative; display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: var(--maryand-ink) !important; }
.maryand-action-icon:hover { color: var(--maryand-green) !important; background: var(--maryand-mint); }
.maryand-action-icon .maryand-icon { width: 20px; height: 20px; }
.maryand-cart-link > span { position: absolute; top: -2px; right: -2px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border: 2px solid var(--maryand-white); border-radius: 20px; color: var(--maryand-white); background: var(--maryand-green); font-size: .63rem; font-weight: 800; }
.maryand-header__cta { min-height: 43px; padding: 11px 19px; margin-left: 5px; font-size: .83rem; text-transform: uppercase; letter-spacing: .04em; }
.maryand-mobile-toggle { display: none; width: 43px; height: 43px; padding: 10px !important; border: 0 !important; border-radius: 10px !important; background: var(--maryand-mint) !important; box-shadow: none !important; }
.maryand-mobile-toggle span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: var(--maryand-forest); transition: transform .2s ease, opacity .2s ease; }
.maryand-mobile-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.maryand-mobile-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.maryand-mobile-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.maryand-search-panel { border-top: 1px solid var(--maryand-line); background: var(--maryand-white); box-shadow: 0 15px 30px rgba(18,60,43,.06); }
.maryand-search-panel[hidden] { display: none; }
.maryand-search-panel form { display: flex; align-items: center; gap: 12px; padding: 17px 0; }
.maryand-search-panel input[type="search"] { flex: 1; min-height: 46px; padding: 10px 2px; border: 0; outline: 0; color: var(--maryand-ink); background: transparent; font-size: 1.05rem; }

/* Hero */
.maryand-main { overflow: hidden; }
.maryand-hero { position: relative; overflow: hidden; padding: 84px 0 92px; background: linear-gradient(120deg, var(--maryand-cream) 0%, #f5fbf7 55%, #e5f3ea 100%); }
.maryand-hero::before { content: ""; position: absolute; top: -170px; right: -100px; width: 520px; height: 520px; border: 1px solid rgba(31,122,82,.13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(31,122,82,.025), 0 0 0 180px rgba(31,122,82,.018); }
.maryand-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr); align-items: center; gap: 70px; }
.maryand-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--maryand-green); font-size: .71rem; font-weight: 820; letter-spacing: .16em; text-transform: uppercase; }
.maryand-eyebrow > span { width: 27px; height: 2px; background: var(--maryand-green); }
.maryand-hero h1 { max-width: 780px; margin-bottom: 25px; }
.maryand-hero h1 em { color: var(--maryand-green); font-family: var(--maryand-serif); font-weight: 520; }
.maryand-hero__lede { max-width: 650px; margin: 0 0 31px; color: var(--maryand-copy); font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.7; }
.maryand-hero__actions { display: flex; align-items: center; gap: 24px; }
.maryand-hero__proof { display: flex; flex-wrap: wrap; gap: 13px 23px; padding: 0; margin: 30px 0 0; list-style: none; color: var(--maryand-copy); font-size: .83rem; font-weight: 650; }
.maryand-hero__proof li { display: flex; align-items: center; gap: 6px; margin: 0; }
.maryand-hero__proof .maryand-icon { color: var(--maryand-green); }
.maryand-hero__visual { position: relative; min-height: 520px; }
.maryand-orbit { position: absolute; border: 1px solid rgba(31,122,82,.18); border-radius: 50%; }
.maryand-orbit--one { inset: 25px 5px 5px 35px; }
.maryand-orbit--two { inset: 87px 72px 67px 94px; border-style: dashed; }
.maryand-hero-card--main { position: absolute; z-index: 2; top: 52%; left: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 255px; height: 330px; padding: 28px; border: 1px solid rgba(255,255,255,.55); border-radius: 80px 80px 36px 36px; background: linear-gradient(155deg, rgba(255,255,255,.93), rgba(234,246,239,.8)); box-shadow: 0 34px 70px rgba(18,60,43,.16); transform: translate(-50%, -50%) rotate(2deg); backdrop-filter: blur(12px); }
.maryand-hero-card__kicker { margin-bottom: 12px; color: var(--maryand-green); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.maryand-hero-card__bottle { position: relative; width: 90px; height: 145px; margin: 4px 0 16px; border-radius: 23px 23px 30px 30px; background: linear-gradient(145deg, var(--maryand-forest), var(--maryand-green-2)); box-shadow: 0 20px 30px rgba(18,60,43,.25); }
.maryand-hero-card__bottle::before { content: ""; position: absolute; top: -14px; left: 21px; width: 48px; height: 22px; border-radius: 7px 7px 3px 3px; background: var(--maryand-deep); }
.maryand-hero-card__bottle::after { content: "Wellness"; position: absolute; top: 48px; left: 10px; right: 10px; padding: 16px 3px; border-radius: 8px; color: var(--maryand-forest); background: var(--maryand-cream); text-align: center; font-family: var(--maryand-serif); font-size: .74rem; font-weight: 700; }
.maryand-hero-card__bottle span { position: absolute; z-index: 2; top: 8px; left: 0; right: 0; color: rgba(255,255,255,.8); text-align: center; font-family: var(--maryand-serif); }
.maryand-hero-card strong { font-family: var(--maryand-serif); font-size: 1.2rem; }
.maryand-hero-card small { margin-top: 7px; color: var(--maryand-muted); font-size: .65rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.maryand-float-card,
.maryand-float-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; color: var(--maryand-ink) !important; background: rgba(255,255,255,.86); box-shadow: var(--maryand-shadow-sm); backdrop-filter: blur(10px); }
.maryand-float-card > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: var(--maryand-green); background: var(--maryand-mint); }
.maryand-float-card--top { top: 42px; right: 13px; }
.maryand-float-card--bottom { bottom: 47px; left: 0; }
.maryand-float-card strong { font-size: .83rem; }
.maryand-float-note { right: -5px; bottom: 85px; color: var(--maryand-white) !important; background: rgba(18,60,43,.93); }
.maryand-float-note > .maryand-icon { color: #8fdbb6; }
.maryand-float-note span { display: flex; flex-direction: column; line-height: 1.3; }
.maryand-float-note strong { font-size: .8rem; }
.maryand-float-note small { color: rgba(255,255,255,.67); font-size: .62rem; }

/* Sections */
.maryand-section { padding: 96px 0; }
.maryand-section-heading { max-width: 700px; margin: 0 auto 46px; text-align: center; }
.maryand-section-heading h2 { margin-bottom: 14px; }
.maryand-section-heading > p:not(.maryand-eyebrow) { margin: 0; color: var(--maryand-copy); }
.maryand-section-heading .maryand-eyebrow { justify-content: center; }
.maryand-section-heading--left { margin-right: 0; margin-left: 0; text-align: left; }
.maryand-section-heading--left .maryand-eyebrow { justify-content: flex-start; }
.maryand-section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; max-width: none; text-align: left; }
.maryand-section-heading--split .maryand-eyebrow { justify-content: flex-start; }
.maryand-section-heading--split h2 { margin-bottom: 0; }
.maryand-categories { background: var(--maryand-white); }
.maryand-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.maryand-category-card { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; min-height: 148px; padding: 22px; overflow: hidden; border: 1px solid var(--maryand-line); border-radius: var(--maryand-radius-sm); color: var(--maryand-ink) !important; background: var(--maryand-white); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.maryand-category-card::after { content: ""; position: absolute; right: -35px; bottom: -40px; width: 100px; height: 100px; border-radius: 50%; background: var(--maryand-mint); transition: transform .25s ease; }
.maryand-category-card:hover { border-color: #afd5c0; transform: translateY(-5px); box-shadow: var(--maryand-shadow-sm); }
.maryand-category-card:hover::after { transform: scale(1.45); }
.maryand-category-card__icon { position: relative; z-index: 2; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: var(--maryand-green); background: var(--maryand-mint); }
.maryand-category-card__icon .maryand-icon { width: 27px; height: 27px; }
.maryand-category-card > span:nth-child(2) { position: relative; z-index: 2; display: flex; flex-direction: column; }
.maryand-category-card strong { font-size: .98rem; line-height: 1.35; }
.maryand-category-card small { margin-top: 6px; color: var(--maryand-muted); font-size: .72rem; line-height: 1.5; }
.maryand-category-card > .maryand-icon { position: absolute; z-index: 2; right: 16px; bottom: 14px; width: 18px; color: var(--maryand-green); }
.maryand-products-section { background: #f7faf8; }
.maryand-products-section--popular { background: var(--maryand-white); }
.maryand-empty-state { padding: 30px; border: 1px dashed #b8cbbf; border-radius: var(--maryand-radius-sm); color: var(--maryand-copy); background: var(--maryand-white); text-align: center; }

/* WooCommerce product cards. The body-level selector is required on native
   Shop/category archives where WooCommerce is a body class, not a wrapper. */
.maryand-health-site ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 24px; margin: 0; }
.maryand-health-site ul.products::before,
.maryand-health-site ul.products::after { display: none; }
.maryand-health-site ul.products li.product { float: none; display: flex; flex-direction: column; width: auto !important; min-width: 0; padding: 0; margin: 0 !important; overflow: visible; border: 0; border-radius: 0; background: transparent; transition: transform .22s ease; }
.maryand-health-site ul.products li.product:hover { transform: translateY(-4px); }
.maryand-health-site ul.products li.product .woocommerce-LoopProduct-link { display: flex; flex: 1 1 auto; flex-direction: column; min-width: 0; color: inherit; }
.maryand-health-site ul.products li.product a img { display: block; width: 100%; height: auto; margin: 0 0 15px; border: 1px solid var(--maryand-line); border-radius: 10px; aspect-ratio: 1 / 1; object-fit: contain; background: #f8faf8; transition: border-color .22s ease, box-shadow .22s ease; }
.maryand-health-site ul.products li.product:hover a img { border-color: #b9d7c6; box-shadow: 0 12px 28px rgba(18,60,43,.09); }
.maryand-health-site ul.products li.product .woocommerce-loop-product__title { min-height: 2.7em; padding: 0; margin: 0 0 8px; color: var(--maryand-ink); font-size: .97rem; font-weight: 750; line-height: 1.35; letter-spacing: -.015em; overflow-wrap: anywhere; }
.maryand-product-card__category { display: block; margin: 0 0 8px; overflow: hidden; color: var(--maryand-muted); font-size: .66rem; font-weight: 800; letter-spacing: .055em; line-height: 1.35; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.maryand-health-site ul.products li.product .star-rating { margin: 0 0 9px; color: #d99117; font-size: .75rem; }
.maryand-health-site ul.products li.product .price { min-height: 28px; margin: 0 0 12px; color: var(--maryand-green); font-size: 1rem; font-weight: 800; }
.maryand-health-site ul.products li.product .price del { color: var(--maryand-muted); font-weight: 500; opacity: .8; }
.maryand-product-card__availability { display: flex; align-items: center; gap: 6px; min-height: 20px; margin: auto 0 13px; color: var(--maryand-copy); font-size: .72rem; font-weight: 700; line-height: 1.35; }
.maryand-product-card__availability::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--maryand-muted); }
.maryand-product-card__availability.is-available::before { background: var(--maryand-green-2); }
.maryand-product-card__availability.is-backorder::before { background: #d99117; }
.maryand-product-card__availability.is-unavailable::before { background: var(--maryand-danger); }
.maryand-product-card__availability.is-information::before { background: #5578a8; }
.maryand-health-site ul.products li.product .onsale { top: 24px !important; right: 24px !important; left: auto !important; min-width: auto; min-height: auto; padding: 7px 10px; margin: 0; border-radius: 7px; color: var(--maryand-white); background: var(--maryand-green); font-size: .67rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
.maryand-health-site ul.products li.product .button { width: 100%; min-height: 46px; padding: 11px 13px; margin-top: auto; border-radius: 8px; font-size: .8rem; }
.maryand-health-site ul.products li.product .added_to_cart { display: block; padding: 10px 4px 0; color: var(--maryand-green); font-size: .78rem; font-weight: 750; text-align: center; }
.maryand-prescription-label { display: inline-block; color: var(--maryand-danger); font-size: .74rem; font-weight: 750; line-height: 1.35; }
.maryand-health-site ul.products li.product .maryand-info-button { color: var(--maryand-forest) !important; background: var(--maryand-mint); border-color: var(--maryand-mint-2); }
.maryand-health-site ul.products li.product .maryand-info-button:hover { color: var(--maryand-white) !important; background: var(--maryand-forest); }

/* Trust */
.maryand-trust-section { color: var(--maryand-white); background: var(--maryand-forest); }
.maryand-trust-section .maryand-section-heading h2 { color: var(--maryand-white); }
.maryand-trust-section .maryand-eyebrow { color: #8fdbb6; }
.maryand-trust-section .maryand-section-heading > p:not(.maryand-eyebrow) { color: rgba(255,255,255,.66); }
.maryand-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--maryand-radius); background: rgba(255,255,255,.12); }
.maryand-trust-card { min-height: 225px; padding: 32px; background: var(--maryand-forest); }
.maryand-trust-card > span { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; color: #8fdbb6; background: rgba(255,255,255,.06); }
.maryand-trust-card > span .maryand-icon { width: 25px; height: 25px; }
.maryand-trust-card h3 { margin-bottom: 11px; color: var(--maryand-white); }
.maryand-trust-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .88rem; }

/* Sports feature */
.maryand-sports-banner { padding: 0; background: var(--maryand-forest); }
.maryand-sports-banner__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 590px; overflow: hidden; border-radius: 30px; background: linear-gradient(135deg, #1e6b49, #0d3424 68%); transform: translateY(70px); box-shadow: 0 30px 80px rgba(12,45,32,.22); }
.maryand-sports-banner__inner::before { content: ""; position: absolute; right: -140px; bottom: -190px; width: 530px; height: 530px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.015); }
.maryand-sports-banner__content { position: relative; z-index: 2; align-self: center; padding: 70px; }
.maryand-sports-banner h2 { color: var(--maryand-white); }
.maryand-sports-banner p:not(.maryand-eyebrow) { max-width: 550px; color: rgba(255,255,255,.68); }
.maryand-sports-banner .maryand-eyebrow { color: #a2dfc0; }
.maryand-sports-links { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 31px; }
.maryand-sports-links a { padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; color: rgba(255,255,255,.82); font-size: .75rem; font-weight: 650; }
.maryand-sports-links a:hover { color: var(--maryand-white); border-color: rgba(255,255,255,.45); }
.maryand-sports-banner__graphic { position: relative; min-height: 500px; }
.maryand-dumbbell { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; transform: translate(-50%, -50%) rotate(-25deg); filter: drop-shadow(0 30px 20px rgba(0,0,0,.24)); }
.maryand-dumbbell i { width: 210px; height: 25px; border-radius: 20px; background: linear-gradient(#d6e8dd, #86a99a); }
.maryand-dumbbell span { position: relative; width: 65px; height: 175px; border-radius: 20px; background: linear-gradient(90deg, #1b2621, #495b52 45%, #121a16); }
.maryand-dumbbell span::before { content: ""; position: absolute; top: 21px; left: -28px; width: 28px; height: 133px; border-radius: 12px 4px 4px 12px; background: linear-gradient(90deg, #18211d, #435048); }
.maryand-dumbbell span:last-child::before { right: -28px; left: auto; border-radius: 4px 12px 12px 4px; background: linear-gradient(90deg, #435048, #18211d); }
.maryand-sports-stat { position: absolute; z-index: 2; display: flex; flex-direction: column; min-width: 145px; padding: 16px 19px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; color: var(--maryand-white); background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.maryand-sports-stat strong { color: #9cdbba; font-size: 1.35rem; }
.maryand-sports-stat small { color: rgba(255,255,255,.68); font-size: .7rem; }
.maryand-sports-stat--one { top: 65px; left: 10px; }
.maryand-sports-stat--two { top: 210px; right: 35px; }
.maryand-sports-stat--three { bottom: 55px; left: 30px; }
.maryand-products-section--popular { padding-top: 165px; }

/* Guides */
.maryand-guides { background: var(--maryand-cream); }
.maryand-guide-grid,
.maryand-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.maryand-guide-card { overflow: hidden; border: 1px solid var(--maryand-line); border-radius: var(--maryand-radius); background: var(--maryand-white); transition: transform .22s ease, box-shadow .22s ease; }
.maryand-guide-card:hover { transform: translateY(-5px); box-shadow: var(--maryand-shadow-sm); }
.maryand-guide-card__image { display: grid; place-items: center; height: 230px; overflow: hidden; color: var(--maryand-green); background: linear-gradient(145deg, var(--maryand-mint), #f7fbf8); }
.maryand-guide-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.maryand-guide-card:hover .maryand-guide-card__image img { transform: scale(1.035); }
.maryand-guide-card__image > span { display: grid; place-items: center; width: 85px; height: 85px; border: 1px solid rgba(31,122,82,.16); border-radius: 50%; background: rgba(255,255,255,.5); }
.maryand-guide-card__image .maryand-icon { width: 40px; height: 40px; }
.maryand-guide-card__body { padding: 26px; }
.maryand-guide-card__meta { margin: 0 0 11px !important; color: var(--maryand-green) !important; font-size: .68rem !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.maryand-guide-card h3,
.maryand-guide-card h2 { margin-bottom: 12px; font-size: 1.23rem; }
.maryand-guide-card h3 a,
.maryand-guide-card h2 a { color: var(--maryand-ink); }
.maryand-guide-card__body > p { color: var(--maryand-copy); font-size: .86rem; }
.maryand-guide-card .maryand-text-link { margin-top: 4px; font-size: .83rem; }

/* FAQ */
.maryand-faq-section { background: var(--maryand-white); }
.maryand-faq-section__grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 90px; }
.maryand-faq-section .maryand-section-heading { position: sticky; top: 135px; }
.maryand-faq-list { border-top: 1px solid var(--maryand-line); }
.maryand-faq-list details { border-bottom: 1px solid var(--maryand-line); }
.maryand-faq-list summary { position: relative; padding: 22px 50px 22px 0; color: var(--maryand-ink); font-weight: 730; list-style: none; cursor: pointer; }
.maryand-faq-list summary::-webkit-details-marker { display: none; }
.maryand-faq-list summary::before,
.maryand-faq-list summary::after { content: ""; position: absolute; top: 50%; right: 9px; width: 15px; height: 1.5px; background: var(--maryand-green); transition: transform .2s ease; }
.maryand-faq-list summary::after { transform: rotate(90deg); }
.maryand-faq-list details[open] summary::after { transform: rotate(0); }
.maryand-faq-list details p { padding: 0 50px 22px 0; margin: 0; color: var(--maryand-copy); font-size: .92rem; }

/* Footer */
.maryand-footer { color: rgba(255,255,255,.68); background: var(--maryand-deep); }
.maryand-footer__grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: 55px; padding-top: 74px; padding-bottom: 60px; }
.maryand-brand__link--footer { color: var(--maryand-white) !important; }
.maryand-brand__link--footer .maryand-brand__copy small { color: rgba(255,255,255,.52); }
.maryand-footer__brand > p { max-width: 320px; margin: 23px 0 15px; font-size: .85rem; }
.maryand-footer__contact { display: grid; gap: 7px; }
.maryand-footer__contact a { display: flex; align-items: center; gap: 8px; color: #a7d9bf !important; font-size: .82rem; font-weight: 700; }
.maryand-footer__social { display: flex; gap: 12px; margin-top: 18px; }
.maryand-footer__social a { color: rgba(255,255,255,.72); font-size: .78rem; font-weight: 700; }
.maryand-footer h2 { margin-bottom: 18px; color: var(--maryand-white); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.maryand-footer__secondary-heading { margin-top: 31px; }
.maryand-footer ul { padding: 0; margin: 0; list-style: none; }
.maryand-footer li { margin: 0 0 9px; }
.maryand-footer li a { color: rgba(255,255,255,.64); font-size: .82rem; }
.maryand-footer li a:hover { color: var(--maryand-white); }
.maryand-footer__notice { padding: 15px; margin-top: 27px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(255,255,255,.04); }
.maryand-footer__notice strong { color: #a7d9bf; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.maryand-footer__notice p { margin: 6px 0 0; font-size: .7rem; line-height: 1.55; }
.maryand-footer__bottom { border-top: 1px solid rgba(255,255,255,.08); }
.maryand-footer__bottom .maryand-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 75px; }
.maryand-footer__bottom p { margin: 0; color: rgba(255,255,255,.44); font-size: .7rem; }

/* General pages and blog */
.maryand-page-main,
.maryand-blog-main { min-height: 60vh; }
.maryand-page-hero,
.maryand-blog-hero { padding: 83px 0 77px; background: linear-gradient(130deg, var(--maryand-cream), var(--maryand-mint)); text-align: center; }
.maryand-page-hero .maryand-eyebrow,
.maryand-blog-hero .maryand-eyebrow { justify-content: center; }
.maryand-page-hero h1,
.maryand-blog-hero h1 { margin-bottom: 17px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.maryand-page-hero p:last-child,
.maryand-blog-hero p:last-child { max-width: 650px; margin: 0 auto; color: var(--maryand-copy); font-size: 1.05rem; }
.maryand-entry-content { padding-top: 70px; padding-bottom: 95px; }
.maryand-entry-content h2 { margin: 2.1em 0 .55em; font-size: clamp(1.65rem, 3vw, 2.3rem); }
.maryand-entry-content h2:first-child { margin-top: 0; }
.maryand-entry-content h3 { margin: 1.8em 0 .5em; }
.maryand-entry-content p,
.maryand-entry-content li { color: var(--maryand-copy); }
.maryand-entry-content a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.maryand-contact-card { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 28px; margin-top: 45px; border: 1px solid var(--maryand-line); border-radius: var(--maryand-radius); background: var(--maryand-mint); }
.maryand-contact-card > span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: var(--maryand-white); background: var(--maryand-green); }
.maryand-contact-card h2 { margin: 0 0 8px; font-size: 1.5rem; }
.maryand-contact-card p { margin: 0 0 16px; }
.maryand-contact-card a { text-decoration: none; }
.maryand-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.maryand-button--outline { color: var(--maryand-green) !important; background: var(--maryand-white); }
.maryand-button--outline:hover { color: var(--maryand-white) !important; }
.maryand-contact-social { padding: 30px; margin-top: 24px; border: 1px solid var(--maryand-line); border-radius: var(--maryand-radius); background: var(--maryand-white); box-shadow: var(--maryand-shadow-sm); }
.maryand-contact-social h2 { margin: 0 0 8px; font-size: 1.5rem; }
.maryand-contact-social p { margin: 0 0 17px; }
.maryand-social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.maryand-social-links a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid var(--maryand-line); border-radius: 999px; color: var(--maryand-forest); background: var(--maryand-mint); font-size: .84rem; font-weight: 750; text-decoration: none; }
.maryand-social-links a:hover { color: var(--maryand-white); border-color: var(--maryand-green); background: var(--maryand-green); }
.maryand-blog-layout { padding-top: 55px; padding-bottom: 95px; }
.maryand-topic-nav,
.maryand-shop-chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 44px; }
.maryand-topic-nav a,
.maryand-shop-chip-list a { padding: 8px 13px; border: 1px solid var(--maryand-line); border-radius: 99px; color: var(--maryand-copy); background: var(--maryand-white); font-size: .75rem; font-weight: 700; }
.maryand-topic-nav a:hover,
.maryand-topic-nav .is-active,
.maryand-shop-chip-list a:hover { color: var(--maryand-white); border-color: var(--maryand-green); background: var(--maryand-green); }
.maryand-blog-grid { margin-bottom: 50px; }
.maryand-blog-card h2 { font-size: 1.22rem; }
.maryand-health-site .navigation.pagination { margin-top: 45px; }
.maryand-health-site .nav-links { display: flex; justify-content: center; gap: 6px; }
.maryand-health-site .page-numbers { display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 11px; border: 1px solid var(--maryand-line); border-radius: 8px; color: var(--maryand-copy); }
.maryand-health-site .page-numbers.current,
.maryand-health-site .page-numbers:hover { color: var(--maryand-white); border-color: var(--maryand-green); background: var(--maryand-green); }

/* WooCommerce archives */
.maryand-commerce #main-content { background: #f8faf9; }
.maryand-commerce #main-content .container { width: var(--maryand-container); max-width: 1240px; padding-top: 58px; }
.maryand-commerce #main-content .container::before { display: none; }
.maryand-commerce #left-area { float: none; width: 100%; padding-right: 0; }
.maryand-commerce #sidebar { display: none; }
.maryand-commerce .woocommerce-products-header__title,
.maryand-commerce .woocommerce-products-header h1 { margin-bottom: 37px; font-size: clamp(2.35rem, 4vw, 3.7rem); text-align: center; }
.maryand-shop-categories,
.maryand-category-children { padding: 32px; margin-bottom: 24px; border: 1px solid var(--maryand-line); border-radius: var(--maryand-radius); background: var(--maryand-white); box-shadow: 0 12px 36px rgba(18,60,43,.045); }
.maryand-shop-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 25px; }
.maryand-shop-section-head h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.15rem); }
.maryand-shop-section-head .maryand-eyebrow { margin-bottom: 7px; }
.maryand-shop-section-head > p { max-width: 430px; margin: 0; color: var(--maryand-copy); font-size: .87rem; }
.maryand-shop-section-head--compact { align-items: center; }
.maryand-back-to-shop { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 14px; border: 1px solid var(--maryand-line); border-radius: 999px; color: var(--maryand-forest); background: var(--maryand-mint); font-size: .78rem; font-weight: 750; white-space: nowrap; }
.maryand-shop-category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.maryand-shop-category-grid--children { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.maryand-shop-category-card { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 94px; padding: 15px; overflow: hidden; border: 1px solid var(--maryand-line); border-radius: 14px; color: var(--maryand-ink) !important; background: #fbfdfc; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.maryand-shop-category-card:hover { border-color: #aed1bd; transform: translateY(-3px); box-shadow: 0 12px 28px rgba(18,60,43,.09); }
.maryand-shop-category-card__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--maryand-green); background: var(--maryand-mint); }
.maryand-shop-category-card__icon .maryand-icon { width: 22px; height: 22px; }
.maryand-shop-category-card__copy { display: flex; min-width: 0; flex-direction: column; }
.maryand-shop-category-card__copy strong { font-size: .82rem; line-height: 1.25; overflow-wrap: anywhere; }
.maryand-shop-category-card__copy small { margin-top: 5px; color: var(--maryand-muted); font-size: .65rem; font-weight: 650; line-height: 1.25; }
.maryand-shop-category-card > .maryand-icon { width: 16px; height: 16px; color: var(--maryand-green); transition: transform .2s ease; }
.maryand-shop-category-card:hover > .maryand-icon { transform: translateX(3px); }
.maryand-shop-resource-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-top: 12px; margin-top: 18px; border-top: 1px solid var(--maryand-line); }
.maryand-shop-resource-links .maryand-shop-category-card { min-height: 76px; background: var(--maryand-cream); }
.maryand-shop-category-context { padding: 32px; margin-bottom: 24px; border: 1px solid var(--maryand-line); border-radius: var(--maryand-radius); background: var(--maryand-white); box-shadow: 0 9px 25px rgba(18,60,43,.04); }
.maryand-shop-category-context__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding-bottom: 22px; margin-bottom: 24px; border-bottom: 1px solid var(--maryand-line); }
.maryand-shop-category-context__heading .maryand-eyebrow { margin-bottom: 7px; }
.maryand-shop-category-context__heading h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.15rem); }
.maryand-shop-category-context__heading > p { max-width: 470px; margin: 0; color: var(--maryand-copy); font-size: .86rem; }
.maryand-shop-category-context__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.maryand-shop-category-context__item { min-width: 0; padding: 20px; border: 1px solid var(--maryand-line); border-radius: 14px; background: #fbfdfc; }
.maryand-shop-category-context__item h3 { margin: 0 0 10px; font-size: 1rem; line-height: 1.35; letter-spacing: -.01em; }
.maryand-shop-category-context__item h3 a { color: var(--maryand-forest); text-decoration: underline; text-decoration-color: #b8d7c5; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.maryand-shop-category-context__item h3 a:hover { color: var(--maryand-green); text-decoration-color: var(--maryand-green); }
.maryand-shop-category-context__copy p { margin: 0; color: var(--maryand-copy); font-size: .78rem; line-height: 1.62; }
.maryand-shop-category-context__children { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 14px; margin-top: 14px; border-top: 1px solid var(--maryand-line); }
.maryand-shop-category-context__children a { display: inline-flex; min-height: 32px; align-items: center; padding: 5px 10px; border: 1px solid #d4e4da; border-radius: 999px; color: var(--maryand-forest); background: var(--maryand-mint); font-size: .67rem; font-weight: 750; line-height: 1.3; }
.maryand-shop-category-context__children a:hover { color: var(--maryand-white); border-color: var(--maryand-green); background: var(--maryand-green); }
.maryand-catalog-controls { margin-bottom: 28px; }
.maryand-filter-toggle { display: none; }
.maryand-shop-filter-panel { border: 1px solid var(--maryand-line); border-radius: 16px; background: var(--maryand-white); box-shadow: 0 9px 25px rgba(18,60,43,.04); }
.maryand-shop-filters { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: end; gap: 13px; padding: 20px; margin: 0; }
.maryand-filter-field { display: flex; grid-column: span 2; min-width: 0; flex-direction: column; gap: 6px; }
.maryand-filter-field--search { grid-column: span 3; }
.maryand-filter-field--category { grid-column: span 3; }
.maryand-filter-field--price { grid-column: span 2; }
.maryand-shop-filters label span { color: var(--maryand-muted); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.maryand-shop-filters select,
.maryand-shop-filters input { width: 100%; min-height: 46px; padding: 8px 12px; border: 1px solid var(--maryand-line); border-radius: 9px; color: var(--maryand-ink); background: var(--maryand-white); }
.maryand-shop-filters select:focus,
.maryand-shop-filters input:focus { border-color: var(--maryand-green); box-shadow: 0 0 0 3px rgba(31,122,82,.1); outline: 0; }
.maryand-filter-actions { display: flex; grid-column: 1 / -1; align-items: center; justify-content: flex-end; gap: 10px; padding-top: 4px; }
.maryand-filter-reset { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 14px; border-radius: 999px; color: var(--maryand-copy); font-size: .8rem; font-weight: 750; }
.maryand-filter-reset:hover { color: var(--maryand-forest); background: var(--maryand-mint); }
.maryand-product-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 56px; margin: 0 0 20px; padding: 8px 12px 8px 16px; border: 1px solid var(--maryand-line); border-radius: 12px; background: var(--maryand-white); }
.maryand-commerce .woocommerce .maryand-product-toolbar .woocommerce-result-count,
.maryand-commerce .woocommerce .maryand-product-toolbar .woocommerce-ordering { float: none; margin: 0; }
.maryand-commerce .woocommerce .woocommerce-ordering select { min-height: 42px; max-width: 100%; padding: 7px 34px 7px 12px; border: 1px solid var(--maryand-line); border-radius: 8px; color: var(--maryand-ink); background: var(--maryand-white); }
.maryand-commerce .woocommerce .woocommerce-result-count { color: var(--maryand-muted); font-size: .85rem; }
.maryand-commerce .woocommerce nav.woocommerce-pagination { margin: 40px 0 80px; }
.maryand-commerce .woocommerce nav.woocommerce-pagination ul { border: 0; }
.maryand-commerce .woocommerce nav.woocommerce-pagination ul li { margin: 0 3px; border: 0; }
.maryand-commerce .woocommerce nav.woocommerce-pagination ul li a,
.maryand-commerce .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; height: 40px; padding: 10px; border: 1px solid var(--maryand-line); border-radius: 8px; background: var(--maryand-white); }
.maryand-commerce .woocommerce nav.woocommerce-pagination ul li span.current,
.maryand-commerce .woocommerce nav.woocommerce-pagination ul li a:hover { color: var(--maryand-white); border-color: var(--maryand-green); background: var(--maryand-green); }

/* Single products */
.single-product.maryand-commerce #main-content .container { padding-bottom: 85px; }
.maryand-health-site .woocommerce div.product div.images img { border-radius: var(--maryand-radius); background: #f8faf8; }
.maryand-health-site .woocommerce div.product .product_title { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3rem); }
.maryand-health-site .woocommerce div.product p.price,
.maryand-health-site .woocommerce div.product span.price { color: var(--maryand-green); font-size: 1.35rem; font-weight: 800; }
.maryand-health-site .woocommerce div.product form.cart { display: flex; gap: 8px; margin-top: 28px; }
.maryand-health-site .woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--maryand-line); border-radius: 999px; background: var(--maryand-white); }
.maryand-health-site .woocommerce div.product .product_meta { padding-top: 20px; border-top: 1px solid var(--maryand-line); color: var(--maryand-muted); font-size: .8rem; }
.maryand-health-site .woocommerce div.product .woocommerce-tabs { padding-top: 45px; }
.maryand-health-site .woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0 0 25px; }
.maryand-health-site .woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.maryand-health-site .woocommerce div.product .woocommerce-tabs ul.tabs li { padding: 0; margin: 0; border: 1px solid var(--maryand-line); border-radius: 99px; background: var(--maryand-white); }
.maryand-health-site .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.maryand-health-site .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.maryand-health-site .woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 9px 15px; color: var(--maryand-copy); font-size: .78rem; }
.maryand-health-site .woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-color: var(--maryand-green); background: var(--maryand-green); }
.maryand-health-site .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--maryand-white); }
.maryand-health-site .woocommerce div.product .woocommerce-tabs .panel { padding: 30px; border: 1px solid var(--maryand-line); border-radius: var(--maryand-radius); background: var(--maryand-white); }
.maryand-health-site .woocommerce div.product .woocommerce-tabs .panel h2 { font-size: 1.7rem; }
.maryand-product-detail { padding-bottom: 18px; margin-bottom: 20px; border-bottom: 1px solid var(--maryand-line); }
.maryand-product-detail:last-child { border-bottom: 0; }
.maryand-product-detail h3 { margin-bottom: 8px; }
.maryand-medication-notice,
.maryand-medication-disclaimer { padding: 18px; margin: 20px 0; border: 1px solid #e7c3bd; border-left: 4px solid var(--maryand-danger); border-radius: 10px; color: #6c332e; background: #fff7f5; }
.maryand-medication-notice p { margin: 5px 0 0; font-size: .84rem; }

/* Checkout and notices */
.maryand-health-site .woocommerce-message,
.maryand-health-site .woocommerce-info { border-top-color: var(--maryand-green); background: var(--maryand-mint); }
.maryand-health-site .woocommerce-message::before,
.maryand-health-site .woocommerce-info::before { color: var(--maryand-green); }
.maryand-health-site .woocommerce-error { border-top-color: var(--maryand-danger); }
.maryand-health-site .woocommerce form .form-row input.input-text,
.maryand-health-site .woocommerce form .form-row textarea,
.maryand-health-site .select2-container--default .select2-selection--single { min-height: 46px; padding: 9px 12px; border: 1px solid var(--maryand-line); border-radius: 8px; background: var(--maryand-white); }

/* Motion and accessibility */
@media (prefers-reduced-motion: no-preference) {
	.maryand-float-card--top { animation: maryand-float 5.5s ease-in-out infinite; }
	.maryand-float-card--bottom { animation: maryand-float 6.2s ease-in-out -1.5s infinite; }
	.maryand-float-note { animation: maryand-float 5.8s ease-in-out -.7s infinite; }
	@keyframes maryand-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.maryand-health-site *,
	.maryand-health-site *::before,
	.maryand-health-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.maryand-health-site :focus-visible { outline: 3px solid #e0a532; outline-offset: 3px; }

/* Responsive */
@media (max-width: 1120px) {
	.maryand-header__inner { min-height: 74px; }
	.maryand-header__cta { display: none; }
	.maryand-mobile-toggle { display: block; }
	.maryand-nav { position: fixed; visibility: hidden; opacity: 0; top: 111px; right: 0; bottom: 0; width: min(430px, 100%); padding: 18px 24px 34px; overflow-y: auto; background: var(--maryand-white); box-shadow: -20px 20px 50px rgba(18,60,43,.12); transform: translateX(100%); transition: opacity .2s, transform .25s, visibility .25s; }
	.admin-bar .maryand-nav { top: 143px; }
	.maryand-nav.is-open { visibility: visible; opacity: 1; transform: translateX(0); }
	.maryand-menu { display: block; }
	.maryand-menu > li { border-bottom: 1px solid var(--maryand-line); }
	.maryand-menu > li > a { min-height: 54px; }
	.maryand-menu .sub-menu { position: static; visibility: visible; opacity: 1; display: none; grid-template-columns: 1fr; width: 100%; padding: 0 0 14px 12px; border: 0; border-radius: 0; box-shadow: none; transform: none; }
	.maryand-menu .sub-menu::before { display: none; }
	.maryand-menu li.is-open > .sub-menu { display: grid; }
	.maryand-menu li:hover > .sub-menu,
	.maryand-menu li:focus-within > .sub-menu { transform: none; }
	.maryand-menu > .maryand-menu-cta { display: block; margin-top: 18px; border: 0; }
	.maryand-menu > .maryand-menu-cta > a { justify-content: center; min-height: 48px; border-radius: 99px; color: var(--maryand-white); background: var(--maryand-green); }
	.maryand-hero__grid { grid-template-columns: 1fr 400px; gap: 30px; }
	.maryand-hero__visual { transform: scale(.88); transform-origin: center; }
	.maryand-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.maryand-shop-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.maryand-health-site ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
	.maryand-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
	.maryand-footer__grid > div:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.5fr; gap: 20px; }
	.maryand-footer__grid > div:last-child .maryand-footer__notice { margin-top: 0; }
}

@media (max-width: 900px) {
	.maryand-assurance-bar__inner { justify-content: space-between; gap: 18px; }
	.maryand-assurance-bar__trust span:last-child { display: none; }
	.maryand-assurance-bar__contact { gap: 15px; }
	.maryand-hero { padding-top: 65px; }
	.maryand-hero__grid { grid-template-columns: 1fr; }
	.maryand-hero__content { max-width: 720px; }
	.maryand-hero__visual { width: min(550px, 100%); margin: -15px auto -20px; transform: none; }
	.maryand-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.maryand-sports-banner__inner { grid-template-columns: 1fr; }
	.maryand-sports-banner__content { padding: 60px 55px 0; }
	.maryand-sports-banner__graphic { min-height: 390px; }
	.maryand-guide-grid,
	.maryand-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.maryand-faq-section__grid { grid-template-columns: 1fr; gap: 20px; }
	.maryand-faq-section .maryand-section-heading { position: static; margin-bottom: 25px; }
	.maryand-shop-category-grid--children { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.maryand-shop-category-context__heading { align-items: flex-start; flex-direction: column; gap: 10px; }
	.maryand-filter-field,
	.maryand-filter-field--search,
	.maryand-filter-field--category,
	.maryand-filter-field--price { grid-column: span 4; }
	.maryand-health-site ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 782px) {
	.admin-bar .maryand-header { top: 46px; }
	.admin-bar .maryand-nav { top: 157px; }
}

@media (max-width: 660px) {
	:root { --maryand-container: min(100% - 28px, 1240px); }
	.maryand-assurance-bar__inner { justify-content: center; min-height: 34px; }
	.maryand-assurance-bar__trust { display: none; }
	.maryand-assurance-bar__contact a:last-child { display: none; }
	.maryand-header__inner { min-height: 70px; }
	.maryand-nav { top: 104px; }
	.admin-bar .maryand-nav { top: 150px; }
	.maryand-brand__mark { width: 38px; height: 38px; }
	.maryand-brand__copy strong { font-size: 1.25rem; }
	.maryand-brand__copy small { font-size: .55rem; }
	.maryand-account-link { display: none; }
	.maryand-hero { padding: 50px 0 57px; }
	.maryand-hero h1 { font-size: clamp(2.55rem, 14vw, 4.1rem); }
	.maryand-hero__actions { align-items: flex-start; flex-direction: column; gap: 15px; }
	.maryand-hero__proof { display: grid; }
	.maryand-hero__visual { min-height: 430px; transform: scale(.83); transform-origin: top center; margin-bottom: -70px; }
	.maryand-float-card--top { right: -10px; }
	.maryand-float-note { right: -15px; }
	.maryand-section { padding: 70px 0; }
	.maryand-section-heading { margin-bottom: 34px; }
	.maryand-section-heading--split { align-items: flex-start; flex-direction: column; gap: 18px; }
	.maryand-category-grid,
	.maryand-trust-grid,
	.maryand-guide-grid,
	.maryand-blog-grid { grid-template-columns: 1fr; }
	.maryand-category-card { min-height: 126px; }
	.maryand-health-site ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px; }
	.maryand-health-site ul.products li.product { padding: 0; }
	.maryand-health-site ul.products li.product a img { margin-bottom: 12px; border-radius: 10px; }
	.maryand-health-site ul.products li.product .woocommerce-loop-product__title { min-height: 0; font-size: .9rem; line-height: 1.32; }
	.maryand-product-card__category { font-size: .62rem; }
	.maryand-health-site ul.products li.product .price { margin-bottom: 9px; font-size: .92rem; }
	.maryand-product-card__availability { margin-bottom: 10px; font-size: .7rem; }
	.maryand-health-site ul.products li.product .button { min-height: 46px; padding: 9px 7px; font-size: .76rem; line-height: 1.25; }
	.maryand-prescription-label { font-size: .68rem; }
	.maryand-trust-card { min-height: auto; }
	.maryand-sports-banner__inner { width: calc(100% - 20px); min-height: 730px; border-radius: 22px; }
	.maryand-sports-banner__content { padding: 44px 27px 0; }
	.maryand-sports-banner__graphic { min-height: 350px; transform: scale(.78); transform-origin: center top; }
	.maryand-products-section--popular { padding-top: 140px; }
	.maryand-faq-list summary { padding-right: 38px; }
	.maryand-faq-list details p { padding-right: 10px; }
	.maryand-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
	.maryand-footer__brand { grid-column: 1 / -1; }
	.maryand-footer__grid > div:last-child { display: block; grid-column: 1 / -1; }
	.maryand-footer__grid > div:last-child .maryand-footer__notice { margin-top: 25px; }
	.maryand-footer__bottom .maryand-container { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; padding: 18px 0; }
	.maryand-page-hero,
	.maryand-blog-hero { padding: 60px 0; }
	.maryand-entry-content { padding: 55px 0 75px; }
	.maryand-contact-card { grid-template-columns: 1fr; }
	.maryand-contact-actions { align-items: stretch; flex-direction: column; }
	.maryand-contact-actions .maryand-button { width: 100%; }
	.maryand-shop-categories,
	.maryand-category-children { padding: 20px; }
	.maryand-shop-section-head { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 20px; }
	.maryand-shop-section-head > p { font-size: .82rem; }
	.maryand-back-to-shop { min-height: 42px; }
	.maryand-shop-category-grid,
	.maryand-shop-category-grid--children { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
	.maryand-shop-category-card { grid-template-columns: 1fr auto; min-height: 108px; padding: 13px; gap: 8px; }
	.maryand-shop-category-card__icon { grid-column: 1 / -1; width: 38px; height: 38px; }
	.maryand-shop-category-card__copy strong { font-size: .78rem; }
	.maryand-shop-category-card__copy small { font-size: .62rem; }
	.maryand-shop-resource-links { grid-template-columns: 1fr; }
	.maryand-shop-resource-links .maryand-shop-category-card { grid-template-columns: auto 1fr auto; min-height: 76px; }
	.maryand-shop-resource-links .maryand-shop-category-card__icon { grid-column: auto; }
	.maryand-shop-category-context { padding: 20px; }
	.maryand-shop-category-context__grid { grid-template-columns: 1fr; gap: 12px; }
	.maryand-shop-category-context__item { padding: 16px; }
	.maryand-filter-toggle { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 60px; padding: 10px 15px !important; border: 1px solid var(--maryand-line) !important; border-radius: 13px !important; color: var(--maryand-ink) !important; background: var(--maryand-white) !important; box-shadow: 0 8px 22px rgba(18,60,43,.05) !important; text-align: left; transform: none !important; }
	.maryand-filter-toggle > span:first-child { display: flex; min-width: 0; flex-direction: column; }
	.maryand-filter-toggle strong { font-size: .9rem; }
	.maryand-filter-toggle small { margin-top: 2px; color: var(--maryand-muted); font-size: .68rem; font-weight: 600; }
	.maryand-filter-count { display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px; border-radius: 99px; color: var(--maryand-white); background: var(--maryand-green); font-size: .7rem; font-weight: 800; }
	.maryand-filter-toggle__icon { position: relative; width: 16px; height: 16px; flex: 0 0 auto; }
	.maryand-filter-toggle__icon::before,
	.maryand-filter-toggle__icon::after { content: ""; position: absolute; top: 7px; left: 1px; width: 14px; height: 2px; border-radius: 2px; background: var(--maryand-green); transition: transform .2s ease; }
	.maryand-filter-toggle__icon::after { transform: rotate(90deg); }
	.maryand-filter-toggle[aria-expanded="true"] .maryand-filter-toggle__icon::after { transform: rotate(0); }
	.maryand-shop-filter-panel { margin-top: 9px; }
	.maryand-js .maryand-shop-filter-panel:not(.is-open) { display: none; }
	.maryand-shop-filters { grid-template-columns: 1fr; gap: 12px; padding: 16px; }
	.maryand-filter-field,
	.maryand-filter-field--search,
	.maryand-filter-field--category,
	.maryand-filter-field--price { grid-column: 1; }
	.maryand-filter-actions { grid-column: 1; align-items: stretch; flex-direction: column; }
	.maryand-filter-actions .maryand-button,
	.maryand-filter-reset { width: 100%; min-height: 46px; }
	.maryand-product-toolbar { align-items: stretch; flex-direction: column; gap: 8px; padding: 12px; }
	.maryand-commerce #main-content .container { padding-top: 40px; }
	.maryand-commerce .woocommerce .woocommerce-result-count,
	.maryand-commerce .woocommerce .woocommerce-ordering { float: none; }
	.maryand-commerce .woocommerce .maryand-product-toolbar .woocommerce-ordering { width: 100%; }
	.maryand-commerce .woocommerce .maryand-product-toolbar .woocommerce-ordering select { width: 100%; }
	.maryand-health-site .woocommerce div.product .woocommerce-tabs .panel { padding: 22px; }
}
