:root {
    --ccge-ink: #171516;
    --ccge-muted: #675f62;
    --ccge-paper: #fffdf9;
    --ccge-soft: #f5efe9;
    --ccge-line: #e5dcd5;
    --ccge-accent: #8f2636;
    --ccge-accent-dark: #681927;
    --ccge-green: #1f6d52;
    --ccge-shadow: 0 18px 45px rgba(40, 24, 28, .10);
    --ccge-radius: 20px;
}

.ccge-announcement {
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 38px;
    padding: 7px 18px;
    background: var(--ccge-ink);
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: .01em;
}

.ccge-announcement a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ccge-managed-home main .entry-title,
.ccge-managed-home .site-main > article > header .entry-title,
.ccge-managed-home .page-header .page-title {
    display: none !important;
}

.ccge-managed-home .site-main > article,
.ccge-managed-home .site-main > article > .entry-content,
.ccge-managed-home .entry-content {
    max-width: none;
}

.ccge-home,
.ccge-home * {
    box-sizing: border-box;
}

.ccge-home {
    width: min(1240px, calc(100vw - 32px));
    max-width: none;
    margin: 28px 0 70px 50%;
    transform: translateX(-50%);
    color: var(--ccge-ink);
    font-family: inherit;
}

.ccge-home a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.ccge-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
    gap: 48px;
    align-items: center;
    min-height: 570px;
    padding: clamp(34px, 5vw, 74px);
    overflow: hidden;
    border: 1px solid var(--ccge-line);
    border-radius: 30px;
    background:
        radial-gradient(circle at 83% 22%, rgba(143, 38, 54, .13), transparent 35%),
        linear-gradient(135deg, #fffdf9 0%, #f7eee8 100%);
    box-shadow: var(--ccge-shadow);
}

.ccge-eyebrow {
    margin: 0 0 10px;
    color: var(--ccge-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ccge-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--ccge-ink);
    font-size: clamp(38px, 5vw, 69px);
    font-weight: 780;
    letter-spacing: -.045em;
    line-height: .99;
}

.ccge-hero__lead {
    max-width: 650px;
    margin: 24px 0 0;
    color: var(--ccge-muted);
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 1.55;
}

.ccge-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ccge-button,
.ccge-home .button.ccge-card-button,
.ccge-buy-now,
.ccge-sticky-cart button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 21px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ccge-button:hover,
.ccge-home .button.ccge-card-button:hover,
.ccge-buy-now:hover,
.ccge-sticky-cart button:hover {
    transform: translateY(-1px);
}

.ccge-button--primary,
.ccge-home .button.ccge-card-button,
.ccge-buy-now,
.ccge-sticky-cart button {
    background: var(--ccge-accent);
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(143, 38, 54, .19);
}

.ccge-button--primary:hover,
.ccge-home .button.ccge-card-button:hover,
.ccge-buy-now:hover,
.ccge-sticky-cart button:hover {
    background: var(--ccge-accent-dark);
}

.ccge-button--secondary {
    border-color: #c9bdb5;
    background: rgba(255, 255, 255, .7);
    color: var(--ccge-ink) !important;
}

.ccge-button--secondary:hover {
    border-color: var(--ccge-ink);
    background: #fff;
}

.ccge-offer {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    padding: 9px 10px 9px 15px;
    border: 1px dashed rgba(143, 38, 54, .42);
    border-radius: 12px;
    background: rgba(255, 255, 255, .55);
    color: var(--ccge-muted);
    font-size: 14px;
}

.ccge-copy-coupon {
    min-height: 34px;
    padding: 6px 11px;
    border: 0;
    border-radius: 8px;
    background: var(--ccge-ink);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    cursor: pointer;
}

.ccge-hero__visual {
    position: relative;
    min-height: 430px;
}

.ccge-hero-product {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(250px, 58%);
    padding: 18px 18px 14px;
    border: 1px solid rgba(229, 220, 213, .95);
    border-radius: 22px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 25px 50px rgba(39, 22, 27, .15);
    color: var(--ccge-ink);
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, z-index .2s ease;
}

.ccge-hero-product:hover {
    z-index: 4;
    transform: translateY(-5px) rotate(0deg) !important;
}

.ccge-hero-product img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: contain;
    border-radius: 15px;
    background: #fff;
}

.ccge-hero-product span {
    display: -webkit-box;
    margin-top: 10px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ccge-hero-product--1 { top: 16px; right: 10%; z-index: 3; transform: rotate(4deg); }
.ccge-hero-product--2 { bottom: 8px; left: 2%; z-index: 2; transform: rotate(-5deg); }
.ccge-hero-product--3 { bottom: 22px; right: -5%; z-index: 1; transform: rotate(7deg) scale(.86); }

.ccge-hero-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 420px;
    border: 1px dashed #c8b7ae;
    border-radius: 28px;
    background: rgba(255, 255, 255, .55);
}

.ccge-hero-placeholder span { font-size: 64px; font-weight: 850; letter-spacing: -.07em; }
.ccge-hero-placeholder small { color: var(--ccge-muted); }

.ccge-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 20px 0 0;
    overflow: hidden;
    border: 1px solid var(--ccge-line);
    border-radius: 18px;
    background: var(--ccge-paper);
}

.ccge-trust-strip > div {
    padding: 20px 22px;
    border-right: 1px solid var(--ccge-line);
}

.ccge-trust-strip > div:last-child { border-right: 0; }
.ccge-trust-strip strong, .ccge-trust-strip span { display: block; }
.ccge-trust-strip strong { margin-bottom: 4px; font-size: 14px; }
.ccge-trust-strip span { color: var(--ccge-muted); font-size: 12px; line-height: 1.45; }

.ccge-section {
    margin-top: clamp(55px, 7vw, 92px);
}

.ccge-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.ccge-section-heading h2,
.ccge-bundle-section h2,
.ccge-seo-copy h2 {
    margin: 0;
    color: var(--ccge-ink);
    font-size: clamp(28px, 3vw, 43px);
    font-weight: 760;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.ccge-section-heading > a {
    flex: 0 0 auto;
    color: var(--ccge-accent);
    font-size: 14px;
    font-weight: 750;
}

.ccge-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ccge-category-card {
    display: flex;
    min-height: 350px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--ccge-line);
    border-radius: var(--ccge-radius);
    background: var(--ccge-paper);
    box-shadow: 0 9px 25px rgba(37, 22, 26, .055);
    color: var(--ccge-ink) !important;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease;
}

.ccge-category-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ccge-shadow);
}

.ccge-category-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    padding: 14px;
    background: linear-gradient(145deg, #f8f2ed, #fff);
}

.ccge-category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ccge-category-card__placeholder {
    display: grid;
    width: 120px;
    height: 120px;
    place-items: center;
    border-radius: 50%;
    background: var(--ccge-soft);
    color: var(--ccge-accent);
    font-size: 54px;
    font-weight: 800;
}

.ccge-category-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 21px;
}

.ccge-category-card__body strong { font-size: 19px; line-height: 1.25; }
.ccge-category-card__body > span { margin-top: 7px; color: var(--ccge-muted); font-size: 14px; line-height: 1.5; }
.ccge-category-card__body em { margin-top: auto; padding-top: 16px; color: var(--ccge-accent); font-size: 13px; font-style: normal; font-weight: 750; }

.ccge-fit-section {
    padding: clamp(28px, 4vw, 52px);
    border-radius: 26px;
    background: var(--ccge-ink);
    color: #fff;
}

.ccge-fit-section .ccge-eyebrow { color: #e8aab4; }
.ccge-fit-section .ccge-section-heading h2 { color: #fff; }
.ccge-fit-section .ccge-section-heading > a { color: #fff; }

.ccge-size-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.ccge-size-card {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .07);
    color: #fff !important;
    text-decoration: none !important;
    transition: background .18s ease, transform .18s ease;
}

.ccge-size-card:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .12); }
.ccge-size-card__measure { display: block; width: 56px; height: 82px; margin-bottom: 21px; border: 2px solid #e8aab4; border-radius: 5px; box-shadow: inset 0 -20px 0 rgba(232, 170, 180, .12); }
.ccge-size-card:nth-child(1) .ccge-size-card__measure { width: 45px; height: 79px; }
.ccge-size-card:nth-child(3) .ccge-size-card__measure { height: 98px; }
.ccge-size-card strong { font-size: 23px; }
.ccge-size-card > span:not(.ccge-size-card__measure) { margin-top: 8px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.55; }
.ccge-size-card em { margin-top: auto; padding-top: 18px; color: #fff; font-size: 13px; font-style: normal; font-weight: 750; text-decoration: underline; }

.ccge-copy .ccge-size-grid { margin-top: 28px; }
.ccge-copy .ccge-size-card { background: var(--ccge-ink); }

.ccge-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ccge-product-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--ccge-line);
    border-radius: var(--ccge-radius);
    background: #fff;
    box-shadow: 0 8px 25px rgba(35, 20, 24, .05);
    transition: transform .18s ease, box-shadow .18s ease;
}

.ccge-product-card:hover { transform: translateY(-3px); box-shadow: var(--ccge-shadow); }
.ccge-product-card__image { display: flex; align-items: center; justify-content: center; height: 250px; padding: 16px; background: #faf7f4; }
.ccge-product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.ccge-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 17px; }
.ccge-product-card__title { display: -webkit-box; overflow: hidden; color: var(--ccge-ink) !important; font-size: 15px; font-weight: 700; line-height: 1.42; text-decoration: none !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ccge-product-card__price { margin: 10px 0 15px; color: var(--ccge-ink); font-size: 18px; font-weight: 760; }
.ccge-home .button.ccge-card-button { width: 100%; min-height: 43px; margin-top: auto; padding: 10px 15px; font-size: 13px; }

.ccge-bundle-section {
    display: grid;
    grid-template-columns: 1.15fr 1.35fr auto;
    gap: 34px;
    align-items: center;
    margin-top: clamp(55px, 7vw, 92px);
    padding: clamp(30px, 5vw, 58px);
    border: 1px solid #ddcfd0;
    border-radius: 28px;
    background: linear-gradient(135deg, #f8e8ea, #fff9f4);
}

.ccge-bundle-section p:not(.ccge-eyebrow) { margin: 13px 0 0; color: var(--ccge-muted); line-height: 1.55; }
.ccge-bundle-steps { display: grid; gap: 11px; }
.ccge-bundle-steps > div { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; }
.ccge-bundle-steps strong { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--ccge-accent); color: #fff; font-size: 13px; }
.ccge-bundle-steps span { color: var(--ccge-muted); font-size: 14px; line-height: 1.4; }

.ccge-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.ccge-review-grid blockquote { margin: 0; padding: 24px; border: 1px solid var(--ccge-line); border-radius: 18px; background: #fff; }
.ccge-review-grid p { color: var(--ccge-muted); line-height: 1.6; }
.ccge-review-grid cite { font-size: 13px; font-style: normal; font-weight: 750; }
.ccge-stars { color: #aa7616; letter-spacing: 2px; }

.ccge-accordion-list { border-top: 1px solid var(--ccge-line); }
.ccge-accordion-list details { border-bottom: 1px solid var(--ccge-line); }
.ccge-accordion-list summary { position: relative; padding: 20px 40px 20px 0; color: var(--ccge-ink); font-size: 17px; font-weight: 720; cursor: pointer; list-style: none; }
.ccge-accordion-list summary::-webkit-details-marker { display: none; }
.ccge-accordion-list summary::after { position: absolute; top: 18px; right: 5px; content: '+'; color: var(--ccge-accent); font-size: 24px; font-weight: 400; }
.ccge-accordion-list details[open] summary::after { content: '−'; }
.ccge-accordion-list details p { max-width: 850px; margin: -5px 0 20px; color: var(--ccge-muted); line-height: 1.65; }

.ccge-seo-copy {
    max-width: 920px;
    margin: clamp(55px, 7vw, 92px) auto 0;
    padding: clamp(28px, 4vw, 48px);
    border-top: 1px solid var(--ccge-line);
    color: var(--ccge-muted);
    text-align: center;
}
.ccge-seo-copy p { line-height: 1.75; }
.ccge-seo-copy a { color: var(--ccge-accent); font-weight: 700; }

.ccge-copy { max-width: 920px; margin-inline: auto; }
.ccge-copy h2 { margin-top: 34px; }
.ccge-copy h3 { margin-top: 25px; }
.ccge-copy p, .ccge-copy li { line-height: 1.7; }
.ccge-guide-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.ccge-guide-links a { display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--ccge-line); border-radius: 15px; color: var(--ccge-ink); text-decoration: none; }
.ccge-guide-links span { margin-top: 6px; color: var(--ccge-muted); font-size: 14px; }

.ccge-blog-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin: 40px 0 10px;
    padding: clamp(24px, 4vw, 38px);
    border: 1px solid var(--ccge-line);
    border-radius: 20px;
    background: linear-gradient(135deg, #fff7f7, #fff);
}
.ccge-blog-cta > div > span { display: block; margin-bottom: 6px; color: var(--ccge-accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ccge-blog-cta > div > strong { display: block; color: var(--ccge-ink); font-size: clamp(21px, 3vw, 30px); line-height: 1.15; }
.ccge-blog-cta p { margin: 9px 0 0; color: var(--ccge-muted); line-height: 1.6; }
.ccge-blog-cta__actions { display: flex; min-width: 190px; flex-direction: column; gap: 10px; align-items: stretch; text-align: center; }
.ccge-blog-cta__actions > a:last-child { color: var(--ccge-accent); font-size: 13px; font-weight: 750; }

.ccge-fit-summary {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    margin: 9px 0 18px;
    padding: 12px 14px;
    border: 1px solid #ead7da;
    border-radius: 11px;
    background: #fff7f7;
    font-size: 13px;
}
.ccge-fit-summary strong { color: var(--ccge-accent-dark); }
.ccge-fit-summary span { color: var(--ccge-muted); }
.ccge-fit-summary a { color: var(--ccge-accent); font-weight: 700; }

.ccge-buy-now {
    width: 100%;
    max-width: 350px;
    min-height: 45px;
    margin-top: 10px;
}

.ccge-confidence-panel {
    display: grid;
    gap: 0;
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid var(--ccge-line);
    border-radius: 12px;
}
.ccge-confidence-panel > div { padding: 12px 14px; border-bottom: 1px solid var(--ccge-line); }
.ccge-confidence-panel > div:last-child { border-bottom: 0; }
.ccge-confidence-panel strong, .ccge-confidence-panel span { display: block; }
.ccge-confidence-panel strong { font-size: 13px; }
.ccge-confidence-panel span { margin-top: 3px; color: var(--ccge-muted); font-size: 12px; line-height: 1.45; }

.ccge-product-bundle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 14px;
    padding: 13px 14px;
    border-radius: 11px;
    background: var(--ccge-soft);
    font-size: 13px;
}
.ccge-product-bundle span { color: var(--ccge-muted); line-height: 1.45; }

.ccge-bundle-notice {
    margin: 0 0 18px;
    padding: 14px 17px;
    border-left: 4px solid var(--ccge-green);
    border-radius: 9px;
    background: #eef8f4;
    color: #244d40;
    line-height: 1.5;
}

.ccge-loop-hint { margin: 5px 0 2px; color: var(--ccge-muted); font-size: 11px; line-height: 1.35; }

.ccge-sticky-cart {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--ccge-line);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -8px 24px rgba(0,0,0,.11);
    backdrop-filter: blur(10px);
}
.ccge-sticky-cart:not([hidden]) { display: flex; }
.ccge-sticky-cart > div { min-width: 0; }
.ccge-sticky-cart strong, .ccge-sticky-cart span { display: block; }
.ccge-sticky-cart strong { max-width: 55vw; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.ccge-sticky-cart span { margin-top: 2px; font-size: 14px; font-weight: 750; }
.ccge-sticky-cart button { min-height: 42px; padding: 9px 17px; border: 0; font-size: 13px; cursor: pointer; }

@media (max-width: 1050px) {
    .ccge-hero { grid-template-columns: 1fr .8fr; gap: 24px; padding: 42px; }
    .ccge-hero__visual { min-height: 390px; }
    .ccge-category-grid, .ccge-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ccge-bundle-section { grid-template-columns: 1fr 1fr; }
    .ccge-bundle-section .ccge-button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 760px) {
    .ccge-home { width: min(100% - 20px, 1240px); margin-top: 10px; margin-bottom: 40px; }
    .ccge-announcement { justify-content: space-between; gap: 10px; padding-inline: 12px; font-size: 11px; }
    .ccge-hero { display: flex; min-height: auto; flex-direction: column; align-items: stretch; padding: 29px 22px 24px; border-radius: 21px; }
    .ccge-hero h1 { font-size: clamp(38px, 12vw, 54px); }
    .ccge-hero__lead { font-size: 17px; }
    .ccge-actions { display: grid; grid-template-columns: 1fr; }
    .ccge-button { width: 100%; }
    .ccge-offer { display: flex; justify-content: space-between; }
    .ccge-hero__visual { min-height: 310px; margin-top: 5px; }
    .ccge-hero-product { width: 52%; padding: 10px; border-radius: 15px; }
    .ccge-hero-product img { height: 150px; }
    .ccge-hero-product span { font-size: 10px; }
    .ccge-hero-product--1 { right: 11%; }
    .ccge-hero-product--2 { left: 1%; }
    .ccge-hero-product--3 { right: -2%; }
    .ccge-trust-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ccge-trust-strip > div { border-bottom: 1px solid var(--ccge-line); }
    .ccge-trust-strip > div:nth-child(2n) { border-right: 0; }
    .ccge-trust-strip > div:nth-last-child(-n+2) { border-bottom: 0; }
    .ccge-section { margin-top: 52px; }
    .ccge-section-heading { align-items: flex-start; flex-direction: column; gap: 9px; }
    .ccge-category-grid, .ccge-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
    .ccge-category-card { min-height: 280px; border-radius: 15px; }
    .ccge-category-card__image { height: 170px; }
    .ccge-category-card__body { padding: 14px; }
    .ccge-category-card__body strong { font-size: 16px; }
    .ccge-category-card__body > span { font-size: 12px; }
    .ccge-fit-section { padding: 27px 18px; border-radius: 20px; }
    .ccge-size-grid { grid-template-columns: 1fr; }
    .ccge-size-card { min-height: 210px; }
    .ccge-product-card { border-radius: 14px; }
    .ccge-product-card__image { height: 185px; padding: 9px; }
    .ccge-product-card__body { padding: 12px; }
    .ccge-product-card__title { font-size: 13px; }
    .ccge-product-card__price { font-size: 16px; }
    .ccge-home .button.ccge-card-button { min-height: 40px; padding: 8px; font-size: 11px; }
    .ccge-bundle-section { grid-template-columns: 1fr; gap: 25px; padding: 29px 22px; border-radius: 21px; }
    .ccge-bundle-section .ccge-button { grid-column: auto; }
    .ccge-review-grid, .ccge-guide-links { grid-template-columns: 1fr; }
    .ccge-fit-summary { grid-template-columns: 1fr; }
    .ccge-blog-cta { grid-template-columns: 1fr; gap: 20px; padding: 24px 20px; }
    .ccge-blog-cta__actions { min-width: 0; }
}

@media (min-width: 761px) {
    .ccge-sticky-cart { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
    .ccge-home *, .ccge-sticky-cart * { scroll-behavior: auto !important; transition: none !important; }
}
