:root {
    --x-canvas: #fdf8f3;
    --x-soft: #f5f0eb;
    --x-surface: #ffffff;
    --x-ink: #262626;
    --x-secondary: #625c58;
    --x-muted: #817a75;
    --x-rose: #e4a4bd;
    --x-rose-dark: #d88fac;
    --x-rose-pale: #f8e8ef;
    --x-border: #e7ded7;
    --x-success: #237a57;
    --x-success-pale: #e7f4ee;
    --x-deal: #a44725;
    --x-deal-pale: #fff0e8;
    --x-focus: #7257d9;
    --x-shadow: 0 8px 30px rgba(38, 38, 38, .07);
    --x-shadow-high: 0 18px 50px rgba(38, 38, 38, .12);
    --x-ease: cubic-bezier(.16, 1, .3, 1);
    --x-shell: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--x-ink);
    background: var(--x-canvas);
    font-family: "League Spartan", Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, [type="button"], [type="submit"] { cursor: pointer; }
:focus-visible { outline: 3px solid var(--x-focus); outline-offset: 3px; }
.screen-reader-text,
.x-skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.x-skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; background: var(--x-surface); border-radius: 10px; box-shadow: var(--x-shadow-high); }
.x-shell { width: min(100% - 32px, var(--x-shell)); margin-inline: auto; }
.x-icon { width: 22px; height: 22px; flex: 0 0 auto; }
.x-eyebrow { margin: 0 0 10px; color: var(--x-muted); font-size: 11px; font-weight: 800; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; }
.x-eyebrow--deal { color: var(--x-deal); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.03em; }
h1 { font-size: clamp(2.55rem, 5vw, 4.3rem); line-height: .96; }
h2 { margin-bottom: 14px; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1; }

.x-announcement { min-height: 34px; color: #fff; background: var(--x-ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.x-announcement__inner { display: flex; min-height: 34px; align-items: center; justify-content: center; gap: 14px; text-align: center; }
.x-announcement__dot { width: 3px; height: 3px; border-radius: 50%; background: var(--x-rose); }
.x-site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(231, 222, 215, .95); background: rgba(253, 248, 243, .9); backdrop-filter: blur(14px); }
.x-site-header__row { display: flex; min-height: 76px; align-items: center; gap: 36px; }
.x-wordmark { flex: 0 0 auto; font-size: 29px; font-weight: 900; line-height: 1; letter-spacing: -.055em; }
.x-wordmark span { color: var(--x-rose-dark); }
.x-primary-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin-right: auto; font-size: 13px; font-weight: 700; }
.x-primary-nav a { position: relative; padding: 27px 0 24px; }
.x-primary-nav a::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; content: ""; transform: scaleX(0); background: var(--x-rose-dark); transition: transform .18s ease-out; transform-origin: right; }
.x-primary-nav a:hover::after, .x-primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.x-primary-nav .x-primary-nav__offer { color: var(--x-deal); }
.x-header-actions { display: flex; align-items: center; gap: 18px; }
.x-header-action { position: relative; display: grid; justify-items: center; color: var(--x-secondary); font-size: 10px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.x-header-action:hover { color: var(--x-ink); }
.x-header-action .x-icon { margin-bottom: 4px; }
.x-cart-count { position: absolute; top: -5px; right: 4px; display: grid; min-width: 17px; height: 17px; padding: 0 4px; place-items: center; border-radius: 999px; color: var(--x-ink); background: var(--x-rose); font-size: 10px; }
.x-header-search .woocommerce-product-search { position: relative; }
.x-header-search .search-field,
.x-mobile-search .search-field { width: clamp(180px, 16vw, 260px); height: 42px; padding: 0 42px 0 16px; border: 1px solid var(--x-border); border-radius: 999px; outline: 0; background: var(--x-soft); }
.woocommerce-product-search button { width: 42px; height: 42px; overflow: hidden; padding: 0; border: 0; border-radius: 50%; color: transparent; background: transparent; }
.woocommerce-product-search button::before { display: inline-block; color: var(--x-ink); content: "⌕"; font-size: 25px; transform: rotate(-20deg); }
.x-header-search .woocommerce-product-search button { position: absolute; top: 0; right: 0; }
.x-mobile-search, .x-menu-toggle { display: none; }

.x-hero { padding: 44px 0 76px; }
.x-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(36px, 5vw, 76px); }
.x-hero__copy { max-width: 650px; padding-left: clamp(0px, 3vw, 48px); }
.x-hero__copy h1 { max-width: 610px; margin-bottom: 24px; }
.x-hero__intro { max-width: 570px; margin-bottom: 30px; color: var(--x-secondary); font-size: clamp(17px, 1.5vw, 21px); }
.x-button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.x-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; transition: transform .18s ease-out, background .18s ease-out, border-color .18s ease-out; }
.x-button:hover { transform: translateY(-2px); }
.x-button--primary { color: #fff; background: var(--x-ink); }
.x-button--primary:hover { color: var(--x-ink); background: var(--x-rose); }
.x-button--rose { background: var(--x-rose); }
.x-button--rose:hover { background: var(--x-rose-dark); }
.x-button--secondary { border-color: var(--x-border); background: var(--x-surface); }
.x-button .x-icon { width: 19px; height: 19px; }
.x-hero__facts { display: flex; gap: 28px; margin-top: 38px; }
.x-hero__facts div { display: grid; }
.x-hero__facts strong { font-size: 24px; line-height: 1; }
.x-hero__facts span { margin-top: 5px; color: var(--x-muted); font-size: 12px; }
.x-hero__media { position: relative; overflow: visible; border-radius: 24px; }
.x-hero__media > img { width: 100%; min-height: 530px; max-height: 680px; border-radius: 24px; object-fit: cover; object-position: center; box-shadow: var(--x-shadow); }
.x-hero__card { position: absolute; bottom: -24px; left: -28px; display: flex; max-width: 290px; align-items: flex-start; gap: 13px; padding: 18px; border: 1px solid var(--x-border); border-radius: 14px; background: var(--x-surface); box-shadow: var(--x-shadow-high); }
.x-hero__card .x-icon { color: var(--x-success); }
.x-hero__card strong, .x-hero__card span { display: block; }
.x-hero__card strong { margin-bottom: 3px; font-size: 14px; }
.x-hero__card span { color: var(--x-muted); font-size: 12px; line-height: 1.35; }

.x-section { padding: clamp(64px, 7vw, 96px) 0; }
.x-section--soft { background: var(--x-soft); }
.x-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.x-section-heading p:not(.x-eyebrow) { max-width: 650px; margin-bottom: 0; color: var(--x-secondary); }
.x-text-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; border-bottom: 2px solid var(--x-rose); font-size: 14px; font-weight: 800; }
.x-text-link .x-icon { width: 18px; }
.x-concern-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.x-concern-card { display: grid; min-height: 145px; place-items: center; align-content: center; gap: 16px; padding: 18px; border: 1px solid var(--x-border); border-radius: 14px; background: var(--x-surface); font-size: 14px; font-weight: 800; text-align: center; transition: transform .18s ease-out, border-color .18s ease-out, box-shadow .18s ease-out; }
.x-concern-card:hover { transform: translateY(-3px); border-color: var(--x-rose); box-shadow: var(--x-shadow); }
.x-concern-card__icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: var(--x-rose-dark); background: var(--x-rose-pale); }
.x-category-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 14px; }
.x-category-card { position: relative; display: flex; min-height: 205px; flex-direction: column; justify-content: flex-end; padding: 20px; overflow: hidden; border: 1px solid var(--x-border); border-radius: 18px; background: var(--x-surface); transition: transform .18s ease-out, box-shadow .18s ease-out; }
.x-category-card::before { position: absolute; top: -30px; right: -30px; width: 110px; height: 110px; border-radius: 50%; background: var(--x-rose-pale); content: ""; transition: transform .7s var(--x-ease); }
.x-category-card:hover { transform: translateY(-3px); box-shadow: var(--x-shadow); }
.x-category-card:hover::before { transform: scale(1.3); }
.x-category-card__icon { position: absolute; z-index: 1; top: 20px; left: 20px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--x-rose-dark); background: var(--x-soft); }
.x-category-card strong { position: relative; font-size: 16px; line-height: 1.1; }
.x-category-card > span:not(.x-category-card__icon) { position: relative; margin-top: 5px; color: var(--x-muted); font-size: 12px; }
.x-category-card__arrow { position: absolute; right: 16px; bottom: 16px; width: 18px; opacity: 0; transition: opacity .18s ease-out, transform .18s ease-out; }
.x-category-card:hover .x-category-card__arrow { opacity: 1; transform: translateX(3px); }

ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px !important; margin: 0 !important; padding: 0 !important; list-style: none; }
ul.products::before, ul.products::after { display: none !important; }
ul.products li.product.x-product-card { float: none !important; width: auto !important; margin: 0 !important; overflow: hidden; border: 1px solid var(--x-border); border-radius: 14px; background: var(--x-surface); transition: transform .18s ease-out, box-shadow .18s ease-out; }
.x-product-card:hover { transform: translateY(-3px); box-shadow: var(--x-shadow); }
.x-product-card__media { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #fff; }
.x-product-card__media img { width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: contain; transition: transform .7s var(--x-ease); }
.x-product-card:hover .x-product-card__media img { transform: scale(1.035); }
.x-sale-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; color: var(--x-deal); background: var(--x-deal-pale); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.x-product-card__body { padding: 16px; }
.x-product-card__brand { margin-bottom: 5px; color: var(--x-muted); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.x-product-card h3 { min-height: 44px; margin-bottom: 11px; font-size: 16px; font-weight: 650; line-height: 1.35; letter-spacing: -.01em; }
.x-product-card__price { min-height: 30px; font-size: 20px; font-weight: 800; }
.x-product-card__price del { margin-right: 5px; color: var(--x-muted); font-size: 13px; font-weight: 500; opacity: 1; }
.x-product-card__price ins { text-decoration: none; }
.x-product-card__availability { margin: 2px 0 13px; color: var(--x-deal); font-size: 12px; font-weight: 600; }
.x-product-card__button { display: flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--x-ink); border-radius: 11px; font-size: 13px; font-weight: 800; transition: color .18s ease-out, background .18s ease-out; }
.x-product-card__button:hover { color: #fff; background: var(--x-ink); }
.x-product-card__button .x-icon { width: 17px; }

.x-editorial { display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; border-radius: 24px; background: var(--x-soft); }
.x-editorial__media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.x-editorial__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px, 5vw, 78px); }
.x-editorial__copy p:not(.x-eyebrow) { margin-bottom: 24px; color: var(--x-secondary); font-size: 18px; }
.x-ingredient-list { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.x-ingredient-list a { padding: 8px 13px; border: 1px solid var(--x-border); border-radius: 999px; background: var(--x-surface); font-size: 13px; font-weight: 700; }
.x-ingredient-list a:hover { border-color: var(--x-rose-dark); }
.x-brands { text-align: center; }
.x-brand-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.x-brand-row a { min-width: 150px; padding: 18px 24px; border: 1px solid var(--x-border); border-radius: 14px; background: var(--x-surface); font-size: 20px; font-weight: 800; letter-spacing: -.03em; transition: border-color .18s ease-out, background .18s ease-out; }
.x-brand-row a:hover { border-color: var(--x-rose); background: var(--x-rose-pale); }
.x-trust { padding: 42px 0; border-block: 1px solid var(--x-border); background: var(--x-soft); }
.x-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.x-trust__grid > div { display: flex; align-items: center; gap: 14px; padding: 4px 24px; border-right: 1px solid var(--x-border); }
.x-trust__grid > div:last-child { border-right: 0; }
.x-trust .x-icon { width: 30px; height: 30px; color: var(--x-secondary); }
.x-trust span, .x-trust strong { display: block; }
.x-trust strong { margin-bottom: 2px; font-size: 14px; }
.x-trust span { color: var(--x-muted); font-size: 12px; line-height: 1.35; }

.x-footer { padding: 74px 0 28px; border-top: 1px solid var(--x-border); background: var(--x-soft); }
.x-footer__grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 54px; }
.x-footer__brand > p { max-width: 480px; margin: 24px 0; color: var(--x-secondary); }
.x-footer__note { display: flex; max-width: 430px; align-items: center; gap: 10px; color: var(--x-muted); font-size: 13px; }
.x-footer__note .x-icon { color: var(--x-success); }
.x-footer__eyebrow { margin-bottom: 18px; color: var(--x-rose-dark); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.x-footer__links { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; font-size: 14px; font-weight: 600; }
.x-footer__links a:hover { color: var(--x-rose-dark); }
.x-footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 58px; padding-top: 22px; border-top: 1px solid var(--x-border); color: var(--x-muted); font-size: 11px; }

.x-content, .x-page { min-height: 60vh; padding-block: clamp(64px, 8vw, 110px); }
.x-page article { max-width: 880px; margin: 0 auto; }
.x-page h1 { margin-bottom: 32px; }
.x-prose { color: var(--x-secondary); font-size: 17px; }
.x-prose h2, .x-prose h3 { margin-top: 38px; color: var(--x-ink); }
.x-prose a { color: var(--x-deal); text-decoration: underline; }
.x-prose li { margin-bottom: 8px; }
.x-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.x-post-card { padding: 22px; border: 1px solid var(--x-border); border-radius: 14px; background: var(--x-surface); }

/* WooCommerce pages */
.woocommerce .site-main, .woocommerce-page .site-main, body.woocommerce main { width: min(100% - 32px, var(--x-shell)); min-height: 60vh; margin-inline: auto; padding-block: 48px 84px; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--x-muted); font-size: 12px; }
.x-breadcrumb-separator { margin: 0 8px; }
.woocommerce .woocommerce-result-count { color: var(--x-muted); font-size: 14px; }
.woocommerce .woocommerce-ordering select { min-height: 44px; padding: 0 42px 0 14px; border: 1px solid var(--x-border); border-radius: 11px; background: var(--x-surface); }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); gap: clamp(38px, 5vw, 80px); }
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .summary { float: none !important; width: auto !important; }
.woocommerce div.product .woocommerce-product-gallery { padding: 20px; border: 1px solid var(--x-border); border-radius: 20px; background: var(--x-surface); }
.woocommerce div.product .product_title { margin-bottom: 14px; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1.02; }
.woocommerce div.product p.price { color: var(--x-ink); font-size: 28px; font-weight: 800; }
.woocommerce div.product p.price del { color: var(--x-muted); font-size: 16px; opacity: 1; }
.woocommerce div.product p.price ins { text-decoration: none; }
.woocommerce-product-details__short-description { color: var(--x-secondary); font-size: 17px; }
.woocommerce div.product .stock { display: inline-block; padding: 8px 12px; border-radius: 999px; color: var(--x-deal); background: var(--x-deal-pale); font-size: 12px; font-weight: 800; }
.x-product-assurance { display: flex; align-items: flex-start; gap: 12px; margin: 22px 0; padding: 16px; border: 1px solid #cbe5d9; border-radius: 14px; background: var(--x-success-pale); }
.x-product-assurance .x-icon { color: var(--x-success); }
.x-product-assurance strong, .x-product-assurance span { display: block; }
.x-product-assurance span { margin-top: 2px; color: var(--x-secondary); font-size: 13px; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; padding-top: 30px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--x-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 8px 0 0; padding: 0 18px; border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 3px solid var(--x-rose-dark); background: transparent; }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 850px; color: var(--x-secondary); }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button { min-height: 44px; padding: 0 20px; border-radius: 11px; color: #fff; background: var(--x-ink); font-weight: 800; line-height: 44px; }
.woocommerce .button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button:hover { color: var(--x-ink); background: var(--x-rose); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--x-rose-dark); background: var(--x-surface); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--x-rose-dark); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 12px 14px; border: 1px solid var(--x-border); border-radius: 10px; background: var(--x-surface); }
.woocommerce table.shop_table { border-color: var(--x-border); border-radius: 14px; background: var(--x-surface); }

@media (max-width: 1180px) {
    .x-site-header__row { gap: 18px; }
    .x-primary-nav { gap: 14px; }
    .x-header-search { display: none; }
    .x-category-grid { grid-template-columns: repeat(4, 1fr); }
    .x-concern-grid { grid-template-columns: repeat(3, 1fr); }
    ul.products { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 860px) {
    .x-announcement__inner span:nth-of-type(n+2), .x-announcement__dot { display: none; }
    .x-site-header__row { min-height: 64px; justify-content: space-between; }
    .x-menu-toggle { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 0; background: transparent; }
    .x-menu-close { display: none; }
    .x-menu-toggle[aria-expanded="true"] .x-menu-open { display: none; }
    .x-menu-toggle[aria-expanded="true"] .x-menu-close { display: block; }
    .x-primary-nav { position: fixed; top: 98px; right: 0; bottom: 0; left: 0; display: none; align-items: stretch; padding: 22px 24px; overflow-y: auto; background: var(--x-canvas); }
    .x-primary-nav.is-open { display: flex; flex-direction: column; }
    .x-primary-nav a { padding: 16px 2px; border-bottom: 1px solid var(--x-border); font-size: 18px; }
    .x-primary-nav a::after { display: none; }
    .x-header-action > span:not(.x-cart-count) { display: none; }
    .x-header-actions { gap: 8px; }
    .x-header-action { width: 38px; }
    .x-cart-count { right: 0; }
    .x-mobile-search { display: block; padding-bottom: 10px; }
    .x-mobile-search .woocommerce-product-search { position: relative; }
    .x-mobile-search .search-field { width: 100%; }
    .x-mobile-search button { position: absolute; top: 0; right: 0; }
    .x-hero { padding-top: 28px; }
    .x-hero__grid { grid-template-columns: 1fr; }
    .x-hero__copy { max-width: none; padding-left: 0; }
    .x-hero__media { order: -1; }
    .x-hero__media > img { min-height: 420px; max-height: 520px; }
    .x-hero__card { right: 12px; bottom: 12px; left: 12px; max-width: none; }
    .x-category-grid { grid-template-columns: repeat(3, 1fr); }
    ul.products { grid-template-columns: repeat(3, 1fr); }
    .x-editorial { grid-template-columns: 1fr; }
    .x-editorial__media img { min-height: 360px; max-height: 480px; }
    .x-trust__grid { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
    .x-trust__grid > div:nth-child(2) { border-right: 0; }
    .x-footer__grid { grid-template-columns: 2fr 1fr 1fr; }
    .x-footer__brand { grid-column: 1 / -1; }
    .woocommerce div.product { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .x-shell { width: min(100% - 28px, var(--x-shell)); }
    h1 { font-size: 2.65rem; }
    h2 { font-size: 2rem; }
    .x-wordmark { font-size: 25px; }
    .x-announcement { font-size: 10px; }
    .x-hero { padding-bottom: 48px; }
    .x-hero__media > img { min-height: 310px; border-radius: 18px; object-position: 62% center; }
    .x-hero__card { display: none; }
    .x-hero__copy h1 { margin-bottom: 18px; }
    .x-button-row { display: grid; grid-template-columns: 1fr; }
    .x-button { width: 100%; }
    .x-hero__facts { justify-content: space-between; gap: 12px; }
    .x-hero__facts strong { font-size: 21px; }
    .x-section { padding: 52px 0; }
    .x-section-heading { align-items: flex-start; }
    .x-section-heading .x-text-link { display: none; }
    .x-concern-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .x-concern-card { min-height: 128px; }
    .x-category-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .x-category-card { min-height: 180px; padding: 16px; }
    ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px !important; }
    .x-product-card__body { padding: 12px; }
    .x-product-card h3 { min-height: 57px; font-size: 14px; }
    .x-product-card__price { font-size: 17px; }
    .x-product-card__button { font-size: 12px; }
    .x-editorial { border-radius: 18px; }
    .x-editorial__media img { min-height: 280px; }
    .x-editorial__copy { padding: 32px 22px; }
    .x-brand-row { display: grid; grid-template-columns: repeat(2, 1fr); }
    .x-brand-row a { min-width: 0; padding: 15px 10px; font-size: 17px; }
    .x-trust__grid { grid-template-columns: 1fr; gap: 20px; }
    .x-trust__grid > div { padding: 0; border-right: 0; }
    .x-footer { padding-top: 52px; }
    .x-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
    .x-footer__grid > div:last-child { grid-column: 1 / -1; }
    .x-footer__bottom { flex-direction: column; }
    .woocommerce .site-main, .woocommerce-page .site-main, body.woocommerce main { width: min(100% - 28px, var(--x-shell)); }
    .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { float: none; }
    .woocommerce .woocommerce-ordering { margin-bottom: 24px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
