@font-face {
    font-family: "EA Libre Baskerville";
    src: url("../fonts/libre-baskerville-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Single article whitespace fix: hide duplicated intro line rendered ahead of content. */
.ea-article__shell > .ea-article__lead {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 768px) {
    .ea-footer__inner {
        width: min(calc(100% - 20px), 680px);
        padding: 32px 0 20px;
    }

    .ea-footer__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "brand brand"
            "shop support"
            "newsletter newsletter";
        gap: 12px;
        margin-bottom: 18px;
        align-items: stretch;
    }

    .ea-footer__brand,
    .ea-footer__column,
    .ea-footer__newsletter {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-width: 0;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.035);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .ea-footer__brand {
        grid-area: brand;
        gap: 12px;
        padding: 18px 16px 16px;
    }

    .ea-footer__column--shop {
        grid-area: shop;
        min-height: 244px;
    }

    .ea-footer__column--support {
        grid-area: support;
        min-height: 244px;
    }

    .ea-footer__newsletter {
        grid-area: newsletter;
        gap: 10px;
        background: rgba(255, 255, 255, 0.045);
    }

    .ea-footer__logo {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 14px;
        width: 100%;
        align-items: center;
        overflow: visible;
    }

    .ea-footer__logo-mark {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        transform: scale(1.38);
        transform-origin: left center;
    }

    .ea-footer__logo-copy {
        gap: 4px;
    }

    .ea-footer__logo-name {
        font-size: 18px;
        line-height: 1.02;
        letter-spacing: -0.02em;
    }

    .ea-footer__logo-sub {
        font-size: 7.5px;
        line-height: 1.2;
        letter-spacing: 0.18em;
    }

    .ea-footer__tagline {
        display: none;
    }

    .ea-footer__contact {
        display: grid;
        gap: 6px;
    }

    .ea-footer__contact a,
    .ea-footer__contact span {
        font-size: 12.5px;
        line-height: 1.45;
        word-break: break-word;
    }

    .ea-footer__contact a[href^="mailto:"] {
        display: none;
    }

    .ea-footer__column h4,
    .ea-footer__newsletter h4 {
        margin: 0 0 10px;
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .ea-footer__column ul {
        display: grid;
        gap: 8px;
        margin: 0;
        flex: 1 1 auto;
        align-content: start;
    }

    .ea-footer__column a,
    .ea-footer__newsletter p {
        font-size: 12.5px;
        line-height: 1.45;
    }

    .ea-footer__newsletter-form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ea-footer__newsletter-form input,
    .ea-footer__newsletter-form button {
        min-height: 42px;
        border-radius: 11px;
    }

    .ea-footer__trust {
        margin-top: 2px;
        padding-top: 10px;
        gap: 6px 12px;
    }

    .ea-footer__trust span {
        font-size: 11px;
    }

    .ea-footer__bottom {
        display: grid;
        gap: 10px;
        padding-top: 14px;
        justify-items: start;
    }

    .ea-footer__copyright {
        font-size: 10.5px;
        line-height: 1.4;
    }

    .ea-footer__payments,
    .ea-footer__quicklinks {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        width: 100%;
    }

    .ea-footer__payments span {
        min-width: 34px;
        min-height: 22px;
        padding: 0 7px;
        border-radius: 7px;
        font-size: 10px;
    }

    .ea-footer__quicklinks a {
        min-height: 30px;
        padding: 0 10px;
        font-size: 10.5px;
        border-radius: 999px;
    }
}

@media (min-width: 769px) and (max-width: 1440px) {
    .ea-collections__grid {
        grid-auto-columns: minmax(340px, 340px);
        gap: 18px;
    }

    .ea-collection-card {
        padding: 16px;
        border-radius: 22px;
    }

    .ea-collection-card__image-wrap {
        aspect-ratio: 1.16 / 1;
    }

    .ea-collection-card__title {
        font-size: 25px;
    }

    .ea-collection-card__description {
        font-size: 13px;
        line-height: 1.6;
    }

    .ea-collection-card__social {
        gap: 10px;
    }

    .ea-collection-card__urgency-row {
        gap: 10px;
    }

    .ea-product-grid {
        grid-auto-columns: minmax(350px, 350px);
        gap: 18px;
    }

    .ea-product-card {
        border-radius: 22px;
    }

    .ea-product-card__visual {
        height: 228px;
    }

    .ea-product-card__main,
    .ea-product-card__addons,
    .ea-product-card__actions {
        padding: 16px;
    }

    .ea-product-card__title {
        font-size: 23px;
    }

    .ea-product-card__price {
        font-size: 27px;
    }

    .ea-product-card__copy,
    .ea-product-card__addon-copy,
    .ea-product-card__stock {
        font-size: 13px;
    }

    .ea-reviews__grid {
        grid-auto-columns: minmax(320px, 320px);
        gap: 18px;
    }

    .ea-review-card,
    .ea-review-card.is-featured {
        padding: 18px;
        border-radius: 22px;
    }

    .ea-review-card__avatar {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }

    .ea-review-card__name {
        font-size: 17px;
    }

    .ea-review-card__meta,
    .ea-review-card__verified,
    .ea-review-card__rating {
        font-size: 12px;
    }

    .ea-review-card__quote {
        font-size: 15px;
        line-height: 1.68;
    }

    .ea-review-card__shop {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .ea-review-card__shop-thumb {
        width: 58px;
        height: 58px;
    }
}

@media (max-width: 768px) {
    .ea-footer__inner {
        width: min(calc(100% - 20px), 680px);
        padding: 32px 0 20px;
    }

    .ea-footer__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "brand brand"
            "shop support"
            "newsletter newsletter";
        gap: 12px;
        margin-bottom: 18px;
        align-items: stretch;
    }

    .ea-footer__brand,
    .ea-footer__column,
    .ea-footer__newsletter {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-width: 0;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.035);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .ea-footer__brand {
        grid-area: brand;
        gap: 12px;
        padding: 18px 16px 16px;
    }

    .ea-footer__column--shop {
        grid-area: shop;
        min-height: 244px;
    }

    .ea-footer__column--support {
        grid-area: support;
        min-height: 244px;
    }

    .ea-footer__newsletter {
        grid-area: newsletter;
        gap: 10px;
        background: rgba(255, 255, 255, 0.045);
    }

    .ea-footer__logo {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 14px;
        width: 100%;
        align-items: center;
        overflow: visible;
    }

    .ea-footer__logo-mark {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        transform: scale(1.38);
        transform-origin: left center;
    }

    .ea-footer__logo-copy {
        gap: 4px;
    }

    .ea-footer__logo-name {
        font-size: 18px;
        line-height: 1.02;
        letter-spacing: -0.02em;
    }

    .ea-footer__logo-sub {
        font-size: 7.5px;
        line-height: 1.2;
        letter-spacing: 0.18em;
    }

    .ea-footer__tagline {
        display: none;
    }

    .ea-footer__contact {
        display: grid;
        gap: 6px;
    }

    .ea-footer__contact a,
    .ea-footer__contact span {
        font-size: 12.5px;
        line-height: 1.45;
        word-break: break-word;
    }

    .ea-footer__contact a[href^="mailto:"] {
        display: none;
    }

    .ea-footer__column h4,
    .ea-footer__newsletter h4 {
        margin: 0 0 10px;
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .ea-footer__column ul {
        display: grid;
        gap: 8px;
        margin: 0;
        flex: 1 1 auto;
        align-content: start;
    }

    .ea-footer__column a,
    .ea-footer__newsletter p {
        font-size: 12.5px;
        line-height: 1.45;
    }

    .ea-footer__newsletter-form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ea-footer__newsletter-form input,
    .ea-footer__newsletter-form button {
        min-height: 42px;
        border-radius: 11px;
    }

    .ea-footer__trust {
        margin-top: 2px;
        padding-top: 10px;
        gap: 6px 12px;
    }

    .ea-footer__trust span {
        font-size: 11px;
    }

    .ea-footer__bottom {
        display: grid;
        gap: 10px;
        padding-top: 14px;
        justify-items: start;
    }

    .ea-footer__copyright {
        font-size: 10.5px;
        line-height: 1.4;
    }

    .ea-footer__payments,
    .ea-footer__quicklinks {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        width: 100%;
    }

    .ea-footer__payments span {
        min-width: 34px;
        min-height: 22px;
        padding: 0 7px;
        border-radius: 7px;
        font-size: 10px;
    }

    .ea-footer__quicklinks a {
        min-height: 30px;
        padding: 0 10px;
        font-size: 10.5px;
        border-radius: 999px;
    }
}

@font-face {
    font-family: "EA Montserrat";
    src: url("../fonts/montserrat-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EA Montserrat";
    src: url("../fonts/montserrat-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EA Cormorant Garamond";
    src: url("../fonts/cormorant-garamond-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EA Cormorant Garamond";
    src: url("../fonts/cormorant-garamond-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --ea-cream: #c8a36e;
    --ea-cream-soft: #d8b888;
    --ea-ink: #2f231f;
    --ea-ink-deep: #241916;
    --ea-line: rgba(255, 255, 255, 0.1);
    --ea-line-soft: rgba(255, 255, 255, 0.06);
    --ea-copy: #f0e8de;
    --ea-copy-muted: rgba(244, 237, 226, 0.66);
    --ea-shell: #27201d;
    --ea-shell-2: #2d2521;
    --ea-pill: rgba(255, 255, 255, 0.05);
    --ea-max: 1540px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f7f3ed;
    color: #201815;
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

html.ea-lock,
body.ea-lock {
    overflow: hidden;
    height: 100%;
    overscroll-behavior: none;
    touch-action: none;
}

body.ea-lock {
    position: fixed;
    inset: 0;
    width: 100%;
}

.ea-home {
    display: block;
    overflow-x: hidden;
}

.ea-home-hero {
    padding: 40px 0 56px;
    background:
        radial-gradient(circle at 12% 18%, rgba(201, 163, 110, 0.1), transparent 28%),
        linear-gradient(180deg, #f8f3ed, #f4ede4 68%, #f1e7da);
}

.ea-home-hero__inner {
    width: min(calc(100% - 48px), 1320px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
    align-items: center;
    gap: 52px;
}

.ea-home-hero__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    gap: 18px;
    padding: 18px 0 12px;
}

.ea-home-hero__headline {
    display: grid;
    width: 100%;
    min-width: 0;
    gap: 12px;
}

.ea-home-hero__headline h1 {
    margin: 0;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    max-width: 10.2ch;
    font-size: clamp(42px, 4.3vw, 60px);
    line-height: 0.98;
    letter-spacing: -0.03em;
    text-wrap: balance;
    color: #17110d;
}

.ea-home-hero__accent {
    margin: 0;
    max-width: 360px;
    color: #8f6737;
    font-size: clamp(17px, 1.35vw, 22px);
    font-weight: 800;
    line-height: 1.24;
    letter-spacing: -0.02em;
}

.ea-home-hero__body {
    max-width: 420px;
    margin: 0;
    color: #5c534b;
    font-size: 16px;
    line-height: 1.72;
}

.ea-home-hero__crosssell {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(29, 25, 21, 0.08);
    box-shadow: 0 12px 24px rgba(39, 28, 21, 0.06);
    color: inherit;
    text-decoration: none;
}

.ea-home-hero__crosssell-label {
    color: #8f5b2c;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-home-hero__crosssell strong {
    color: #1d1915;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.ea-home-hero__crosssell:hover,
.ea-home-hero__crosssell:focus-visible {
    background: rgba(255, 255, 255, 0.96);
    transform: translateY(-1px);
}

.ea-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ea-home-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ea-home-hero__button--primary {
    background: #1f1713;
    color: #f7f1ea;
    box-shadow: 0 16px 32px rgba(31, 23, 19, 0.16);
}

.ea-home-hero__button--primary:hover,
.ea-home-hero__button--primary:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 20px 36px rgba(31, 23, 19, 0.18);
}

.ea-home-hero__button--secondary {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(34, 25, 19, 0.08);
    color: #3b2d23;
}

.ea-home-hero__button--secondary:hover,
.ea-home-hero__button--secondary:focus-visible {
    background: rgba(255, 255, 255, 0.96);
    transform: translateY(-1px);
}

.ea-home-hero__urgency {
    display: grid;
    gap: 6px;
    max-width: 370px;
    padding-top: 4px;
}

.ea-home-hero__urgency strong {
    color: #2a1f18;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.24;
}

.ea-home-hero__urgency span {
    color: #766b62;
    font-size: 14px;
}

.ea-home-hero__meter {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: rgba(66, 46, 31, 0.08);
    overflow: hidden;
    margin-top: 4px;
}

.ea-home-hero__meter i {
    display: block;
    width: 18%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff3b1f, #d59d55);
}

.ea-home-hero__art {
    display: flex;
    justify-content: flex-end;
}

.ea-home-hero__stage {
    position: relative;
    width: min(100%, 860px);
    min-height: 620px;
    padding: 28px 24px 18px;
    border-radius: 40px;
    background:
        radial-gradient(circle at 50% 84%, rgba(176, 133, 79, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 243, 235, 0.9));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 24px 60px rgba(52, 39, 30, 0.08);
}

.ea-home-hero__stage img {
    display: block;
    width: 108%;
    height: auto;
    max-width: none;
    margin-left: -5%;
    margin-top: 12px;
    filter: drop-shadow(0 28px 26px rgba(18, 12, 7, 0.18));
}

.ea-home-hero__sold,
.ea-home-hero__watch {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(53, 36, 24, 0.12);
}

.ea-home-hero__sold {
    top: 34px;
    right: 38px;
    min-height: 38px;
    padding: 0 18px;
    background: #e3342c;
    color: #fff6f3;
    font-size: 15px;
    font-weight: 700;
}

.ea-home-hero__watch {
    min-height: 46px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(39, 28, 21, 0.06);
    color: #3c2f24;
    font-size: 15px;
    font-weight: 700;
}

.ea-home-hero__watch {
    right: 46px;
    bottom: 48px;
    gap: 10px;
}

.ea-home-hero__watch-icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff8ef, #f2e4d0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    position: relative;
}

.ea-home-hero__watch-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-35%, -50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #cf9c57;
}

.ea-home-hero {
    position: relative;
    padding: 0;
    min-height: min(680px, calc(100vh - 160px));
    overflow: hidden;
    background: linear-gradient(180deg, #f5f2ed 0%, #ede7dd 100%);
}

.ea-home-hero__blueprint {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(28, 25, 23, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(28, 25, 23, 0.04) 1px, transparent 1px),
        linear-gradient(rgba(28, 25, 23, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(28, 25, 23, 0.08) 1px, transparent 1px);
    background-size: 20px 20px, 20px 20px, 100px 100px, 100px 100px;
    pointer-events: none;
}

.ea-home-hero__blueprint::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 72% 50%, transparent 0%, #f5f2ed 72%);
}

.ea-home-hero__inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 48px), 1440px);
    min-height: inherit;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 0;
    align-items: stretch;
}

.ea-home-hero__copy {
    justify-content: center;
    gap: 20px;
    padding: 30px 28px 24px 0;
    border-right: 1px solid rgba(28, 25, 23, 0.08);
}

.ea-home-hero__doc-header {
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 14px;
    border-bottom: 2px solid #1c1917;
}

.ea-home-hero__doc-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}

.ea-home-hero__doc-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #c9a961;
    font-family: "EA Montserrat", "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ea-home-hero__doc-label::before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}

.ea-home-hero__doc-id {
    color: #5f5750;
    font-size: 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.ea-home-hero__headline {
    gap: 10px;
}

.ea-home-hero__headline h1 {
    max-width: none;
    font-size: clamp(38px, 4.1vw, 60px);
    line-height: 0.96;
}

.ea-home-hero__headline-line {
    display: block;
}

.ea-home-hero__headline-line--accent {
    color: #c9a961;
    font-style: italic;
    font-weight: 500;
}

.ea-home-hero__accent {
    max-width: 440px;
    color: #1c1917;
    font-size: 14px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ea-home-hero__body--quote {
    max-width: 540px;
    padding-left: 16px;
    border-left: 3px solid #c9a961;
    color: #4e463f;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.58;
    font-style: italic;
}

.ea-home-hero__actions {
    gap: 12px;
    width: 100%;
}

.ea-home-hero__button {
    min-height: 50px;
    padding: 0 22px;
    border-radius: 0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    justify-content: space-between;
}

.ea-home-hero__button--primary::after,
.ea-home-hero__button--secondary::after {
    content: "→";
    margin-left: 14px;
}

.ea-home-hero__support {
    max-width: 420px;
    margin: -4px 0 0;
    color: #6d645c;
    font-size: 12px;
    line-height: 1.5;
}

.ea-home-hero__urgency {
    max-width: 400px;
    gap: 8px;
}

.ea-home-hero__art {
    padding: 18px 0 14px 18px;
    align-items: center;
}

.ea-home-hero__drawing {
    position: relative;
    width: 100%;
    max-width: 920px;
    margin-left: auto;
}

.ea-home-hero__stage {
    width: 100%;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ea-home-hero__stage picture {
    display: block;
    transform: perspective(1800px) rotateY(-7deg) rotateX(2deg);
    transform-origin: center;
    animation: eaHeroFloat 6s ease-in-out infinite;
}

.ea-home-hero__stage img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    filter: drop-shadow(0 40px 80px rgba(28, 25, 23, 0.24));
}

@keyframes eaHeroFloat {
    0%, 100% { transform: perspective(1800px) rotateY(-7deg) rotateX(2deg) translateY(0); }
    50% { transform: perspective(1800px) rotateY(-5deg) rotateX(1deg) translateY(-16px); }
}

.ea-home-hero__dimension {
    position: absolute;
    top: 18%;
    left: -34px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.ea-home-hero__dimension-line {
    position: relative;
    width: 54px;
    height: 40px;
    border-top: 1px solid rgba(201, 169, 97, 0.8);
    border-left: 1px solid rgba(201, 169, 97, 0.8);
}

.ea-home-hero__dimension-label {
    padding: 4px 8px;
    border: 1px solid rgba(201, 169, 97, 0.8);
    background: rgba(245, 242, 237, 0.96);
    color: #8b7355;
    font-size: 10px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ea-home-hero__hotspot {
    --ea-hotspot-accent: #c9a961;
    position: absolute;
    width: 42px;
    height: 42px;
    border: 2px solid var(--ea-hotspot-accent);
    border-radius: 999px;
    background: rgba(245, 242, 237, 0.96);
    color: var(--ea-hotspot-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 8px 24px rgba(28, 25, 23, 0.12);
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
    z-index: 3;
    appearance: none;
}

.ea-home-hero__hotspot > span:first-child {
    font-size: 24px;
    line-height: 1;
}

.ea-home-hero__hotspot:hover,
.ea-home-hero__hotspot:focus-visible {
    transform: scale(1.08);
    box-shadow: 0 14px 32px rgba(28, 25, 23, 0.18);
    outline: none;
}

.ea-home-hero__hotspot-preview {
    position: absolute;
    width: 286px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    pointer-events: none;
}

.ea-home-hero__hotspot-preview-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(250, 249, 246, 0.98), rgba(244, 238, 228, 0.98));
    border: 1px solid color-mix(in srgb, var(--ea-hotspot-accent) 18%, rgba(29, 25, 21, 0.08));
    box-shadow: 0 26px 44px rgba(28, 25, 23, 0.16);
}

.ea-home-hero__hotspot-preview-visual {
    position: relative;
    min-height: 88px;
    border-radius: 14px;
    background: #f5f2eb;
    overflow: hidden;
}

.ea-home-hero__hotspot-preview-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.ea-home-hero__hotspot-preview-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--ea-hotspot-accent);
    color: #f7f2ea;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-home-hero__hotspot-preview-copy {
    display: grid;
    align-content: center;
    gap: 6px;
    text-align: left;
}

.ea-home-hero__hotspot-preview-meta {
    color: var(--ea-hotspot-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-home-hero__hotspot-preview-copy strong {
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 0.96;
    color: #1d1915;
}

.ea-home-hero__hotspot-preview-copy small {
    color: #6d645c;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.ea-home-hero__hotspot:hover .ea-home-hero__hotspot-preview,
.ea-home-hero__hotspot:focus-visible .ea-home-hero__hotspot-preview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ea-home-hero__hotspot--rack { top: 19%; left: 39%; --ea-hotspot-accent: #8f5b2c; }
.ea-home-hero__hotspot--exhaust { bottom: 18%; right: 12%; --ea-hotspot-accent: #a44f1b; }
.ea-home-hero__hotspot--coffee { bottom: 28%; left: 24%; --ea-hotspot-accent: #6f4d35; }

.ea-home-hero__hotspot--rack .ea-home-hero__hotspot-preview { left: 58px; top: -18px; }
.ea-home-hero__hotspot--exhaust .ea-home-hero__hotspot-preview { right: 58px; bottom: -12px; }
.ea-home-hero__hotspot--coffee .ea-home-hero__hotspot-preview { left: 50%; bottom: 56px; transform: translateX(-50%) translateY(10px); }
.ea-home-hero__hotspot--coffee:hover .ea-home-hero__hotspot-preview,
.ea-home-hero__hotspot--coffee:focus-visible .ea-home-hero__hotspot-preview { transform: translateX(-50%) translateY(0); }

.ea-hero-product-modal {
    --ea-hero-tone: #8f5b2c;
    --ea-hero-tone-soft: rgba(143, 91, 44, 0.12);
    --ea-hero-panel: #fffaf3;
    --ea-hero-panel-alt: #f3eadc;
    --ea-hero-ink: #1d1915;
    --ea-hero-muted: #6d645c;
    position: fixed;
    inset: 0;
    z-index: 10060;
    display: grid;
    place-items: center;
    padding: 24px;
}

.ea-hero-product-modal[data-hero-tone="rack"] {
    --ea-hero-tone: #8f5b2c;
    --ea-hero-tone-soft: rgba(143, 91, 44, 0.12);
}

.ea-hero-product-modal[data-hero-tone="exhaust"] {
    --ea-hero-tone: #a44f1b;
    --ea-hero-tone-soft: rgba(164, 79, 27, 0.12);
}

.ea-hero-product-modal[data-hero-tone="coffee"] {
    --ea-hero-tone: #6f4d35;
    --ea-hero-tone-soft: rgba(111, 77, 53, 0.12);
}

.ea-hero-product-modal[hidden] {
    display: none;
}

.ea-hero-product-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(29, 25, 21, 0.46);
    backdrop-filter: blur(18px);
    opacity: 0;
    transition: opacity .28s ease;
}

.ea-hero-product-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1040px, calc(100vw - 48px));
    margin: 0;
    max-height: calc(100dvh - 48px);
    overflow: hidden;
    overscroll-behavior: contain;
    scrollbar-width: none;
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    transition: opacity .3s ease, transform .3s ease;
}

.ea-hero-product-modal__dialog::-webkit-scrollbar {
    display: none;
}

.ea-hero-product-modal.is-open .ea-hero-product-modal__overlay {
    opacity: 1;
}

.ea-hero-product-modal.is-open .ea-hero-product-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.ea-hero-product-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 999px;
    background: rgba(255, 250, 243, 0.96);
    color: var(--ea-hero-ink);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 8;
    box-shadow: 0 10px 24px rgba(29, 25, 21, 0.12);
    backdrop-filter: blur(8px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ea-hero-product-modal__close:hover,
.ea-hero-product-modal__close:focus-visible {
    background: #fffdf9;
    border-color: color-mix(in srgb, var(--ea-hero-tone) 24%, rgba(29, 25, 21, 0.08));
    color: var(--ea-hero-tone);
    transform: translateY(-1px);
}

.ea-hero-product-modal__card {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr);
    height: min(820px, calc(100dvh - 48px));
    max-height: min(820px, calc(100dvh - 48px));
    border-radius: 30px;
    overflow: hidden;
    background: var(--ea-hero-panel);
    border: 1px solid rgba(29, 25, 21, 0.08);
    box-shadow: 0 38px 90px rgba(29, 25, 21, 0.18);
}

.ea-hero-product-modal__visual {
    background: linear-gradient(180deg, #f6eee1, #efe4d4);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    padding: 22px 22px 16px;
    gap: 12px;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.ea-hero-product-modal__stage {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
    min-height: 0;
    min-block-size: clamp(320px, 54vh, 600px);
    padding: 16px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.66), rgba(255, 248, 239, 0.92));
    border: 1px solid rgba(29, 25, 21, 0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.45);
}

.ea-hero-product-modal__rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    border-radius: 18px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pinch-zoom;
    cursor: grab;
}

.ea-hero-product-modal__rail::-webkit-scrollbar {
    display: none;
}

.ea-hero-product-modal__rail.is-dragging {
    cursor: grabbing;
}

.ea-hero-product-modal__slide {
    min-width: 0;
    min-height: clamp(300px, 48vh, 520px);
    display: grid;
    place-items: center;
    scroll-snap-align: start;
}

.ea-hero-product-modal__slide img {
    width: 100%;
    max-width: min(620px, 100%);
    max-height: clamp(300px, 48vh, 520px);
    object-fit: contain;
    min-height: 0;
}

.ea-hero-product-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 999px;
    background: rgba(255, 250, 244, 0.94);
    color: var(--ea-hero-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(29, 25, 21, 0.08);
    z-index: 2;
}

.ea-hero-product-modal__nav--prev {
    left: 14px;
}

.ea-hero-product-modal__nav--next {
    right: 14px;
}

.ea-hero-product-modal__gallery-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.ea-hero-product-modal__details {
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 22px 22px 18px;
    color: var(--ea-hero-ink);
    overflow-y: auto;
    min-height: 0;
    scrollbar-width: none;
    overscroll-behavior: contain;
}

.ea-hero-product-modal__details::-webkit-scrollbar {
    display: none;
}

.ea-hero-product-modal__thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-top: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pinch-zoom;
}

.ea-hero-product-modal__thumbs::-webkit-scrollbar {
    display: none;
}

.ea-hero-product-modal__thumb {
    flex: 0 0 auto;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px;
    cursor: pointer;
    scroll-snap-align: start;
}

.ea-hero-product-modal__thumb.is-active {
    border-color: var(--ea-hero-tone);
    box-shadow: 0 0 0 2px var(--ea-hero-tone-soft);
}

.ea-hero-product-modal__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ea-hero-product-modal__gallery-meta {
    display: grid;
    gap: 2px;
    justify-items: end;
    white-space: nowrap;
}

.ea-hero-product-modal__gallery-meta span {
    color: var(--ea-hero-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ea-hero-product-modal__gallery-meta strong {
    color: var(--ea-hero-ink);
    font-size: 14px;
    font-weight: 800;
}

.ea-hero-product-modal__head {
    display: grid;
    gap: 8px;
}

.ea-hero-product-modal__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ea-hero-product-modal__badge,
.ea-hero-product-modal__viewer {
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-hero-product-modal__badge {
    background: var(--ea-hero-tone);
    color: #fffaf3;
}

.ea-hero-product-modal__viewer {
    background: var(--ea-hero-tone-soft);
    color: var(--ea-hero-muted);
}

.ea-hero-product-modal__eyebrow {
    color: var(--ea-hero-tone);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ea-hero-product-modal__title {
    margin: 0;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 2.8vw, 40px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.ea-hero-product-modal__summary {
    margin: 0;
    color: var(--ea-hero-muted);
    font-size: 14px;
    line-height: 1.6;
}

.ea-hero-product-modal__copy-stack {
    display: grid;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(29, 25, 21, 0.08);
}

.ea-hero-product-modal__accordion-toggle {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--ea-hero-ink);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.ea-hero-product-modal__accordion-copy {
    display: grid;
    gap: 2px;
    justify-items: start;
    text-align: left;
}

.ea-hero-product-modal__accordion-copy strong {
    font-size: 12px;
    line-height: 1.15;
}

.ea-hero-product-modal__accordion-copy small {
    color: var(--ea-hero-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
}

.ea-hero-product-modal__accordion-toggle.is-open {
    border-color: color-mix(in srgb, var(--ea-hero-tone) 34%, white);
    background: var(--ea-hero-tone-soft);
}

.ea-hero-product-modal__accordion-toggle span:last-child {
    font-size: 18px;
    line-height: 1;
}

.ea-hero-product-modal__accordion-toggle.is-open span:last-child {
    transform: rotate(45deg);
}

.ea-hero-product-modal__accordion-panel {
    display: grid;
    gap: 8px;
    padding: 2px 0 0;
}

.ea-hero-product-modal__accordion-panel[hidden] {
    display: none;
}

.ea-hero-product-modal__detail-copy {
    margin: 0;
    color: var(--ea-hero-muted);
    font-size: 13px;
    line-height: 1.58;
}

.ea-hero-product-modal__review-copy {
    color: var(--ea-hero-muted);
    font-size: 13px;
    line-height: 1.55;
}

.ea-hero-product-modal__price-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.ea-hero-product-modal__rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ea-hero-product-modal__rating-stars {
    color: #c5942d;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.ea-hero-product-modal__rating-copy {
    color: var(--ea-hero-muted);
    font-size: 12px;
    font-weight: 700;
}

.ea-hero-product-modal__price {
    color: var(--ea-hero-tone);
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1;
}

.ea-hero-product-modal__price-was {
    color: rgba(109, 100, 92, 0.68);
    font-size: 16px;
    text-decoration: line-through;
}

.ea-hero-product-modal__select-wrap {
    display: grid;
    gap: 8px;
}

.ea-hero-product-modal__select-wrap[hidden] {
    display: none !important;
}

.ea-hero-product-modal__select-wrap span {
    color: var(--ea-hero-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ea-hero-product-modal__select {
    min-height: 48px;
    border: 1px solid rgba(29, 25, 21, 0.1);
    border-radius: 14px;
    background: #fffdf9;
    color: var(--ea-hero-ink);
    padding: 0 16px;
}

.ea-hero-product-modal__addons {
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 16px;
    background: var(--ea-hero-panel-alt);
    border: 1px solid rgba(29, 25, 21, 0.08);
}

.ea-hero-product-modal__addons-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ea-hero-product-modal__addons-head span,
.ea-hero-product-modal__addons-head strong {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-hero-product-modal__addons-head span {
    color: var(--ea-hero-muted);
    font-weight: 700;
}

.ea-hero-product-modal__addons-head strong {
    color: var(--ea-hero-tone);
}

.ea-hero-product-modal__addons-list {
    display: grid;
    gap: 10px;
}

.ea-hero-product-modal__addon {
    width: 100%;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.68);
    color: inherit;
    display: grid;
    grid-template-columns: 20px 58px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    text-align: left;
}

.ea-hero-product-modal__addon.is-selected {
    border-color: color-mix(in srgb, var(--ea-hero-tone) 42%, white);
    background: var(--ea-hero-tone-soft);
}

.ea-hero-product-modal__addon-check {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(29, 25, 21, 0.18);
    border-radius: 6px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 800;
    color: #1d1915;
    background: transparent;
}

.ea-hero-product-modal__addon.is-selected .ea-hero-product-modal__addon-check {
    background: var(--ea-hero-tone);
    border-color: var(--ea-hero-tone);
}

.ea-hero-product-modal__addon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 10px;
    background: #f5f2eb;
    padding: 6px;
}

.ea-hero-product-modal__addon-copy {
    display: grid;
    gap: 3px;
}

.ea-hero-product-modal__addon-copy strong {
    font-size: 13px;
    font-weight: 700;
}

.ea-hero-product-modal__addon-copy span {
    color: var(--ea-hero-muted);
    font-size: 11px;
}

.ea-hero-product-modal__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ea-hero-product-modal__total-label {
    font-size: 14px;
    font-weight: 700;
}

.ea-hero-product-modal__total-note {
    color: var(--ea-hero-muted);
    font-size: 12px;
}

.ea-hero-product-modal__total-amount {
    color: var(--ea-hero-tone);
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1;
}

.ea-hero-product-modal__buy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
}

.ea-split-buy {
    flex: 1 1 auto;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(118px, 0.85fr);
    gap: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(29, 25, 21, 0.1);
    width: 100%;
    align-items: stretch;
}

.ea-split-buy__primary {
    min-width: 0;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.ea-split-buy__secondary {
    min-width: 0;
    border: 0;
    border-left: 1px solid rgba(29, 25, 21, 0.08);
    background: #efe4d4;
    color: #1d1915;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 1px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: background 0.22s ease, color 0.22s ease;
}

.ea-split-buy__secondary small {
    color: #6d645c;
    font-size: 10px;
    font-weight: 700;
}

.ea-split-buy__secondary:hover,
.ea-split-buy__secondary:focus-visible {
    background: #e4d5c1;
    color: #8f5b2c;
}

@media (max-width: 720px) {
    .ea-split-buy,
    .ea-hero-product-modal__split-buy,
    .ea-product-card__split-buy,
    .ea-single-product__split-buy,
    .ea-collection-modal__split-buy {
        grid-template-columns: 1fr;
    }

    .ea-split-buy__secondary {
        border-left: 0;
        border-top: 1px solid rgba(29, 25, 21, 0.08);
    }
}

.ea-hero-product-modal__order-shell {
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(29, 25, 21, 0.08);
    box-shadow: 0 10px 24px rgba(29, 25, 21, 0.06);
    position: relative;
}

.ea-hero-product-modal__qty {
    display: inline-grid;
    grid-template-columns: repeat(3, 42px);
    border: 1px solid rgba(29, 25, 21, 0.1);
    border-radius: 12px;
    overflow: hidden;
    background: #f3eadc;
}

.ea-hero-product-modal__qty button,
.ea-hero-product-modal__qty input {
    width: 42px;
    height: 46px;
    border: 0;
    background: transparent;
    color: var(--ea-hero-ink);
    text-align: center;
    font-size: 17px;
}

.ea-hero-product-modal__button {
    min-height: 46px;
    border: 0;
    border-radius: 14px;
    background: var(--ea-hero-tone);
    color: #fffaf3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.ea-hero-product-modal__button.is-busy {
    opacity: 0.8;
}

.ea-hero-product-modal__button-sub {
    font-size: 13px;
    font-weight: 700;
}

.ea-hero-product-modal__split-buy .ea-split-buy__secondary {
    background: rgba(255, 250, 243, 0.96);
    color: var(--ea-hero-ink);
}

.ea-hero-product-modal__split-buy .ea-split-buy__secondary small {
    color: var(--ea-hero-muted);
}

.ea-hero-product-modal__split-buy .ea-split-buy__secondary:hover,
.ea-hero-product-modal__split-buy .ea-split-buy__secondary:focus-visible {
    background: color-mix(in srgb, var(--ea-hero-tone) 12%, white);
    color: var(--ea-hero-tone);
}

.ea-hero-product-modal__support {
    display: flex;
    justify-content: flex-start;
}

.ea-hero-product-modal__support a {
    color: var(--ea-hero-muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.ea-hero-product-modal__stock {
    display: grid;
    gap: 10px;
}

.ea-hero-product-modal__stock span:first-child {
    color: var(--ea-hero-muted);
    font-size: 13px;
    font-weight: 700;
}

.ea-hero-product-modal__stock-meter {
    display: block;
    height: 6px;
    border-radius: 999px;
    background: rgba(29, 25, 21, 0.08);
    overflow: hidden;
}

.ea-hero-product-modal__stock-meter i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--ea-hero-tone), color-mix(in srgb, var(--ea-hero-tone) 44%, #f2d9af));
}

@media (max-width: 980px) {
    .ea-home-hero__hotspot-preview {
        display: none;
    }

    .ea-hero-product-modal {
        align-items: end;
        justify-items: stretch;
        padding: 8px 8px 0;
    }

    .ea-hero-product-modal__dialog {
        width: 100%;
        margin: 0;
        max-height: none;
        overflow: visible;
        border-radius: 26px 26px 0 0;
        box-shadow: 0 -18px 42px rgba(29, 25, 21, 0.18);
    }

    .ea-hero-product-modal__dialog::-webkit-scrollbar {
        display: none;
    }

    .ea-hero-product-modal__dialog::before {
        content: "";
        position: sticky;
        top: 10px;
        display: block;
        width: 54px;
        height: 5px;
        margin: 10px auto 0;
        border-radius: 999px;
        background: rgba(29, 25, 21, 0.14);
        z-index: 3;
    }

    .ea-hero-product-modal__card {
        grid-template-columns: 1fr;
        min-height: 0;
        height: auto;
        max-height: calc(100dvh - 8px);
        border-radius: 26px 26px 0 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        background: #fffaf3;
    }

    .ea-hero-product-modal__card::-webkit-scrollbar {
        display: none;
    }

    .ea-hero-product-modal__visual {
        padding: 14px 14px 10px;
        height: auto;
        overflow: visible;
        gap: 10px;
    }

    .ea-hero-product-modal__stage {
        padding: 10px;
        border-radius: 18px;
        min-block-size: clamp(210px, 31vh, 290px);
    }

    .ea-hero-product-modal__rail,
    .ea-hero-product-modal__thumbs {
        touch-action: auto;
        overscroll-behavior: auto;
    }

    .ea-hero-product-modal__slide {
        min-height: clamp(200px, 28vh, 260px);
    }

    .ea-hero-product-modal__slide img {
        max-width: min(320px, 100%);
        max-height: clamp(200px, 28vh, 260px);
    }

    .ea-hero-product-modal__details {
        padding: 12px 14px 16px;
        overflow: visible;
        gap: 10px;
    }

    .ea-hero-product-modal__close {
        top: 14px;
        right: 14px;
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .ea-hero-product-modal__thumb {
        width: 50px;
        height: 50px;
    }

    .ea-hero-product-modal__gallery-bar {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ea-hero-product-modal__gallery-meta {
        justify-items: start;
    }

    .ea-hero-product-modal__nav {
        display: none;
    }

    .ea-hero-product-modal__buy {
        grid-template-columns: 1fr;
    }

    .ea-hero-product-modal__qty {
        justify-self: start;
    }

    .ea-hero-product-modal__order-shell {
        position: sticky;
        bottom: 0;
        padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
        border-radius: 18px 18px 0 0;
        background: rgba(255, 250, 243, 0.97);
        box-shadow: 0 -8px 24px rgba(29, 25, 21, 0.1);
    }

    .ea-collection-modal {
        padding: 12px;
    }

    .ea-collection-modal__dialog {
        width: 100%;
        max-height: calc(100vh - 12px);
        border-radius: 22px;
    }
}

.ea-home-hero__stamp {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 124px;
    height: 124px;
    border: 3px solid #dc2626;
    border-radius: 999px;
    background: rgba(220, 38, 38, 0.05);
    color: #dc2626;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 4px;
    transform: rotate(14deg);
}

.ea-home-hero__stamp span {
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-home-hero__stamp small {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ea-home-hero__watch {
    right: 18px;
    bottom: -6px;
}

.ea-collections {
    padding: 28px 0 30px;
    background:
        radial-gradient(circle at 12% 10%, rgba(200, 169, 110, 0.1), transparent 22%),
        linear-gradient(180deg, #efe4d4 0%, #f4ede3 24%, #f8f5ef 100%);
    border-top: 1px solid rgba(29, 25, 21, 0.05);
}

.ea-trust-strip {
    padding: 8px 0 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(248, 245, 239, 0.82));
}

.ea-trust-strip__inner {
    width: min(calc(100% - 48px), 1400px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(29, 25, 21, 0.07);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 24px rgba(39, 28, 21, 0.04);
    overflow: hidden;
}

.ea-trust-strip__item {
    display: grid;
    align-content: center;
    gap: 3px;
    min-height: 86px;
    padding: 16px 18px;
    background: transparent;
    border-right: 1px solid rgba(29, 25, 21, 0.07);
    box-shadow: none;
}

.ea-trust-strip__item:last-child {
    border-right: 0;
}

.ea-trust-strip__item strong {
    color: #1d1915;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ea-trust-strip__item span {
    color: #6d645c;
    font-size: 11px;
    line-height: 1.45;
}

.ea-collections__inner {
    width: min(calc(100% - 48px), 1400px);
    margin: 0 auto;
}

.ea-collections__header {
    margin-bottom: 14px;
}

.ea-collections__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(29, 25, 21, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    color: #8f5b2c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ea-collections__eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: currentColor;
}

.ea-collections__title {
    margin: 12px 0 8px;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.8vw, 34px);
    line-height: 1;
    letter-spacing: -0.04em;
    color: #1d1915;
}

.ea-collections__subtitle {
    max-width: 620px;
    margin: 0;
    color: #6d645c;
    font-size: 13px;
    line-height: 1.42;
}

.ea-collections__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.ea-collection-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    padding: 10px;
    border-radius: 20px;
    background: rgba(250, 248, 245, 0.94);
    border: 1px solid rgba(29, 25, 21, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
    overflow: hidden;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.ea-collection-card__hit {
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: inherit;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.ea-collection-card__hit:focus-visible {
    outline: 2px solid rgba(143, 91, 44, 0.7);
    outline-offset: -3px;
}

.ea-collection-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(143, 91, 44, 0.16), transparent 55%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.ea-collection-card:hover {
    transform: translateY(-8px);
    border-color: rgba(143, 91, 44, 0.14);
    box-shadow: 0 20px 30px rgba(29, 25, 21, 0.06), 0 12px 16px rgba(29, 25, 21, 0.03);
}

.ea-collection-card:hover::before {
    opacity: 1;
}

.ea-collection-card__image-wrap {
    position: relative;
    z-index: 2;
    aspect-ratio: 1;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(29, 25, 21, 0.04);
}

.ea-collection-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.ea-collection-card:hover .ea-collection-card__image {
    transform: scale(1.08);
}

.ea-collection-card__badge,
.ea-collection-card__stock-pill,
.ea-collection-card__quick {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.ea-collection-card__badge {
    top: 12px;
    left: 12px;
    gap: 6px;
    min-height: 28px;
    padding: 0 11px;
    background: rgba(146, 64, 14, 0.95);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(146, 64, 14, 0.25);
}

.ea-collection-card__pulse {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #fbbf24;
    box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.22);
}

.ea-collection-card__stock-pill {
    top: 12px;
    right: 12px;
    min-height: 28px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(29, 25, 21, 0.06);
    color: #8f5b2c;
    font-size: 10px;
    font-weight: 700;
}

.ea-collection-card__content {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-rows: auto auto minmax(52px, auto) minmax(0, 1fr) auto auto auto;
    align-content: start;
    padding: 0 6px 2px;
}

.ea-collection-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: #8f5b2c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    opacity: 0.94;
}

.ea-collection-card__meta::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 0 3px rgba(143, 91, 44, 0.15);
}

.ea-collection-card__title {
    margin: 0 0 6px;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #1c1917;
    transition: color 0.25s ease;
}

.ea-collection-card:hover .ea-collection-card__title {
    color: #8f5b2c;
}

.ea-collection-card__description {
    margin: 0 0 8px;
    color: #78716c;
    font-size: 13px;
    line-height: 1.46;
    min-height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ea-collection-card__mini-shop {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 8px;
    margin-bottom: 10px;
    min-height: 274px;
    padding: 10px;
    position: relative;
    z-index: 6;
    border: 1px solid rgba(29, 25, 21, 0.07);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 242, 234, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ea-collection-card__mini-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #8f5b2c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-collection-card__mini-head strong {
    color: #6d645c;
    font-size: 9px;
    letter-spacing: 0.08em;
}

.ea-collection-card__mini-list {
    display: grid;
    grid-auto-rows: minmax(74px, 1fr);
    gap: 8px;
}

.ea-collection-card__mini-item {
    width: 100%;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    position: relative;
    z-index: 7;
    min-height: 74px;
    padding: 8px;
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 0 0 1px rgba(29, 25, 21, 0.05);
    appearance: none;
    text-align: left;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    touch-action: manipulation;
}

.ea-collection-card__mini-item:hover,
.ea-collection-card__mini-item:focus-visible {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 0 0 1px rgba(143, 91, 44, 0.2), 0 10px 18px rgba(29, 25, 21, 0.06);
    transform: translateY(-1px);
    outline: none;
}

.ea-collection-card__mini-item:active {
    background: #f5fbf6;
    box-shadow: inset 0 0 0 2px rgba(22, 163, 74, 0.18);
}

.ea-collection-card__mini-item.is-adding {
    cursor: progress;
}

.ea-collection-card__mini-item.is-added {
    background: #f5fbf6;
    box-shadow: inset 0 0 0 2px rgba(22, 163, 74, 0.2);
}

.ea-collection-card__mini-item.is-added .ea-collection-card__mini-thumb {
    box-shadow: inset 0 0 0 1px rgba(22, 163, 74, 0.24);
}

.ea-collection-card__mini-item.is-added .ea-collection-card__mini-action {
    background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
    color: #f6fff7;
    border-color: rgba(21, 128, 61, 0.86);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.ea-collection-card__mini-item.is-added .ea-collection-card__mini-action--quick {
    background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
    color: #f6fff7;
    border-color: rgba(21, 128, 61, 0.86);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.ea-collection-card__mini-item.is-added .ea-collection-card__mini-variations--split {
    box-shadow: 0 6px 14px rgba(20, 83, 45, 0.18);
}

.ea-collection-card__mini-item.is-added .ea-collection-card__mini-variation[data-ea-mini-last-added="true"] {
    background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
    color: #f6fff7;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.ea-collection-card__mini-item.is-added .ea-collection-card__mini-name,
.ea-collection-card__mini-item.is-added .ea-collection-card__mini-price {
    color: #166534;
}

.ea-collection-card__mini-thumb {
    display: block;
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(29, 25, 21, 0.06);
}

.ea-collection-card__mini-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ea-collection-card__mini-copy {
    display: grid;
    align-content: center;
    gap: 4px;
    min-width: 0;
}

.ea-collection-card__mini-name {
    color: #1c1917;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ea-collection-card__mini-fitment {
    color: #8f5b2c;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.ea-collection-card__mini-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
    color: #8f5b2c;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ea-collection-card__mini-meta strong {
    color: #b42318;
}

.ea-collection-card__mini-buy {
    display: grid;
    gap: 6px;
    justify-items: end;
    align-content: center;
}

.ea-collection-card__mini-variations {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px;
    max-width: 220px;
}

.ea-collection-card__mini-variations--split {
    flex-wrap: nowrap;
    gap: 0;
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px;
    border: 0;
    background: linear-gradient(180deg, #1d1915 0%, #30241d 100%);
    box-shadow: 0 6px 14px rgba(29, 25, 21, 0.14);
}

.ea-collection-card__mini-variation {
    min-height: 22px;
    padding: 0 7px;
    border: 1px solid rgba(29, 25, 21, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #6d645c;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.ea-collection-card__mini-variations--split .ea-collection-card__mini-variation {
    flex: 0 1 auto;
    min-width: 0;
    min-height: 24px;
    padding: 0 8px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    color: rgba(255, 247, 237, 0.72);
    background: rgba(255, 255, 255, 0.08);
    font-size: 8px;
    letter-spacing: 0.02em;
    text-transform: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.ea-collection-card__mini-variations--split .ea-collection-card__mini-variation:last-child {
    border-right: 0;
}

.ea-collection-card__mini-variation.is-active {
    border-color: transparent;
    background: transparent;
    color: #fff7ed;
}

.ea-collection-card__mini-variations--split .ea-collection-card__mini-variation.is-active {
    background: linear-gradient(180deg, #8f5b2c 0%, #6d4219 100%);
    color: #fff7ed;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 4px 10px rgba(143, 91, 44, 0.18);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
}

.ea-collection-card__mini-variations--split .ea-collection-card__mini-variation:not(.is-active) {
    background: rgba(28, 25, 23, 0.82);
    color: rgba(255, 247, 237, 0.9);
}

@media (hover: hover) and (pointer: fine) {
    .ea-collection-card__mini-variations--split:hover .ea-collection-card__mini-variation:not(:hover):not(.is-touch-target):not(.is-active),
    .ea-collection-card__mini-variations--split:focus-within .ea-collection-card__mini-variation:not(:focus-visible):not(.is-touch-target):not(.is-active) {
        opacity: 0.56;
    }
}

.ea-collection-card__mini-price {
    color: #1c1917;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.ea-collection-card__mini-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 12px;
    border: 0;
    background: linear-gradient(180deg, #8f5b2c 0%, #6d4219 100%);
    color: #fff7ed;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

@keyframes eaMiniButtonHeartbeat {
    0%, 100% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.11);
    }
    22% {
        transform: scale(0.98);
    }
    34% {
        transform: scale(1.13);
    }
    48% {
        transform: scale(0.99);
    }
    62% {
        transform: scale(1.04);
    }
}

@keyframes eaCollectionButtonHeartbeat {
    0%, 100% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(1.02);
    }
}

.ea-collection-card__mini-item.is-touch-pulse .ea-collection-card__mini-variations--split .ea-collection-card__mini-variation.is-active {
    animation: eaMiniButtonHeartbeat 1.05s ease-in-out infinite;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 4px 10px rgba(143, 91, 44, 0.18), 0 10px 18px rgba(143, 91, 44, 0.18);
}

.ea-collection-card__mini-item.is-touch-pulse .ea-collection-card__mini-variations--split .ea-collection-card__mini-variation:not(.is-touch-target):not([data-ea-mini-last-added="true"]) {
    opacity: 1 !important;
    filter: none !important;
    animation: none !important;
}

.ea-collection-card__mini-item.is-touch-pulse .ea-collection-card__mini-variations--split .ea-collection-card__mini-variation.is-touch-target {
    background: linear-gradient(180deg, #8f5b2c 0%, #6d4219 100%);
    color: #fff7ed;
    filter: none;
    box-shadow: inset 0 0 0 1px rgba(255, 247, 237, 0.22), 0 0 0 1px rgba(143, 91, 44, 0.44), 0 10px 18px rgba(143, 91, 44, 0.24);
    animation: eaMiniButtonHeartbeat 1.05s ease-in-out infinite;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.ea-collection-card__mini-item:hover .ea-collection-card__mini-action,
.ea-collection-card__mini-item:focus-visible .ea-collection-card__mini-action {
    background: linear-gradient(180deg, #8f5b2c 0%, #6d4219 100%);
    color: #fff7ed;
    box-shadow: 0 10px 20px rgba(143, 91, 44, 0.18);
    animation: eaMiniButtonHeartbeat 1.05s ease-in-out infinite;
}

.ea-collection-card__mini-item.is-touch-pulse .ea-collection-card__mini-action,
.ea-collection-card__mini-item.is-touch-pulse .ea-collection-card__mini-action--quick {
    animation: eaMiniButtonHeartbeat 1.05s ease-in-out infinite;
}

.ea-collection-card__mini-action--quick {
    background: linear-gradient(180deg, #8f5b2c 0%, #6d4219 100%);
    border-color: rgba(143, 91, 44, 0.86);
    color: #fff7ed;
}

.ea-collection-card__mini-item:hover .ea-collection-card__mini-action--quick,
.ea-collection-card__mini-item:focus-visible .ea-collection-card__mini-action--quick {
    background: #1c1917;
    border-color: #1c1917;
    color: #fff7ed;
    animation: eaMiniButtonHeartbeat 1.05s ease-in-out infinite;
}

.ea-collection-card__mini-variation:hover,
.ea-collection-card__mini-variation:focus-visible,
.ea-collection-card__mini-variation:active {
    border-color: rgba(143, 91, 44, 0.5);
    color: #1c1917;
    outline: none;
}

.ea-collection-card__mini-variations--split .ea-collection-card__mini-variation:hover,
.ea-collection-card__mini-variations--split .ea-collection-card__mini-variation:focus-visible,
.ea-collection-card__mini-variations--split .ea-collection-card__mini-variation:active {
    background: linear-gradient(180deg, #8f5b2c 0%, #6d4219 100%);
    color: #fff7ed;
    -webkit-text-fill-color: #fff7ed;
    filter: none;
    box-shadow: inset 0 0 0 1px rgba(255, 247, 237, 0.22), 0 0 0 1px rgba(143, 91, 44, 0.44), 0 10px 18px rgba(143, 91, 44, 0.24);
    animation: eaMiniButtonHeartbeat 1.05s ease-in-out infinite;
    opacity: 1 !important;
    position: relative;
    z-index: 1;
}

.ea-collection-card__mini-variation.is-active:hover,
.ea-collection-card__mini-variation.is-active:focus-visible,
.ea-collection-card__mini-variation.is-active:active {
    background: linear-gradient(180deg, #8f5b2c 0%, #6d4219 100%);
    color: #fff7ed;
    -webkit-text-fill-color: #fff7ed;
    opacity: 1 !important;
}

.ea-collection-card__mini-item.is-touch-pulse .ea-collection-card__mini-variations--split .ea-collection-card__mini-variation.is-touch-target,
.ea-collection-card__mini-item.is-touch-pulse .ea-collection-card__mini-variations--split .ea-collection-card__mini-variation.is-touch-target:active {
    color: #fff7ed;
    -webkit-text-fill-color: #fff7ed;
    opacity: 1 !important;
}

.ea-collection-card__mini-item.is-added:hover .ea-collection-card__mini-action,
.ea-collection-card__mini-item.is-added:focus-visible .ea-collection-card__mini-action,
.ea-collection-card__mini-item.is-added:hover .ea-collection-card__mini-action--quick,
.ea-collection-card__mini-item.is-added:focus-visible .ea-collection-card__mini-action--quick,
.ea-collection-card__mini-item.is-added .ea-collection-card__mini-variation[data-ea-mini-last-added="true"]:hover,
.ea-collection-card__mini-item.is-added .ea-collection-card__mini-variation[data-ea-mini-last-added="true"]:focus-visible {
    background: linear-gradient(180deg, #22c55e 0%, #15803d 100%);
    color: #f6fff7;
    border-color: rgba(21, 128, 61, 0.86);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    transform: none;
    animation: none;
    filter: none;
}

@media (hover: none), (pointer: coarse) {
    .ea-collection-card__mini-variations--split .ea-collection-card__mini-variation,
    .ea-collection-card__mini-variations--split .ea-collection-card__mini-variation:not(.is-active),
    .ea-collection-card__mini-variations--split .ea-collection-card__mini-variation:not(.is-touch-target):not(.is-active) {
        opacity: 1 !important;
        filter: none !important;
    }

    .ea-collection-card__mini-item.is-touch-pulse .ea-collection-card__mini-variations--split .ea-collection-card__mini-variation.is-active:not(.is-touch-target):not([data-ea-mini-last-added="true"]) {
        background: rgba(28, 25, 23, 0.82);
        color: rgba(255, 247, 237, 0.9);
        -webkit-text-fill-color: rgba(255, 247, 237, 0.9);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    }
}

.ea-collection-card__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 38px;
    padding: 7px 0;
    margin-bottom: 8px;
    border-top: 1px solid rgba(29, 25, 21, 0.07);
    border-bottom: 1px solid rgba(29, 25, 21, 0.07);
}

.ea-collection-card__social-left {
    display: flex;
    gap: 12px;
}

.ea-collection-card__social-item {
    color: #6d645c;
    font-size: 11px;
    font-weight: 700;
}

.ea-collection-card__social-item strong {
    color: #8f5b2c;
}

.ea-collection-card__cta-row {
    display: flex;
    align-items: center;
    justify-content: stretch;
    min-height: 48px;
}

.ea-collection-card__cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid #8f5b2c;
    background: #8f5b2c;
    color: #fff7ed;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: none;
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.ea-collection-card__cta::after {
    content: none;
}

.ea-collection-card__cta:hover,
.ea-collection-card__cta:focus-visible {
    background: #9d6735;
    border-color: #9d6735;
    color: #fffaf2;
    transform: translateY(-1px);
    animation: eaCollectionButtonHeartbeat 1.05s ease-in-out infinite;
    outline: none;
}

.ea-collection-card__urgency {
    margin-top: 8px;
    padding-top: 8px;
    min-height: 42px;
    border-top: 1px solid rgba(29, 25, 21, 0.07);
}

.ea-collection-card__urgency-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    color: #6d645c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ea-collection-card__urgency-row strong {
    color: #dc2626;
    font-weight: 800;
}

.ea-collection-card__meter {
    display: block;
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(29, 25, 21, 0.06);
}

.ea-collection-card__meter i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #dc2626, #ef4444);
}

.ea-featured-products {
    padding: 28px 0 30px;
    background:
        radial-gradient(circle at top left, rgba(200, 169, 110, 0.16), transparent 34%),
        linear-gradient(180deg, #efe8df 0%, #f7f2ea 58%, #efe7dc 100%);
}

.ea-featured-products__inner {
    width: min(calc(100% - 40px), 1400px);
    margin: 0 auto;
}

.ea-featured-products__header {
    max-width: 760px;
    margin-bottom: 14px;
}

.ea-featured-products__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(29, 25, 21, 0.08);
    box-shadow: 0 8px 18px rgba(29, 25, 21, 0.05);
    color: #8f5b2c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-featured-products__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #8f5b2c;
}

.ea-featured-products__title {
    margin: 12px 0 8px;
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.8vw, 34px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.ea-featured-products__subtitle {
    margin: 0;
    max-width: 620px;
    color: #6d645c;
    font-size: 13px;
    line-height: 1.42;
}

.ea-featured-products__assist {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    min-height: 42px;
    padding: 0 14px;
    margin-top: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(29, 25, 21, 0.06);
    color: #6d645c;
    font-size: 12px;
}

.ea-featured-products__assist strong {
    color: #1d1915;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-featured-products__assist a {
    color: #8f5b2c;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.ea-featured-products__assist a:hover,
.ea-featured-products__assist a:focus-visible {
    text-decoration: underline;
}

.ea-browse-hint {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: fit-content;
    min-height: 36px;
    margin-top: 16px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(29, 25, 21, 0.08);
    color: #6d645c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ea-browse-hint span:first-child {
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

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

.ea-product-card {
    display: grid;
    grid-template-rows: auto auto auto auto auto;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(29, 25, 21, 0.07);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 40px rgba(29, 25, 21, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.ea-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(143, 91, 44, 0.2);
    box-shadow: 0 28px 46px rgba(29, 25, 21, 0.11);
}

.ea-product-card__visual {
    position: relative;
    height: 228px;
    overflow: hidden;
    background: linear-gradient(135deg, #f4efe7, #e8dfd2);
}

.ea-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 16px;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.78), transparent 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
}

.ea-product-card__badge,
.ea-product-card__viewer {
    position: absolute;
    top: 12px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ea-product-card__badge {
    left: 16px;
    background: #dc2626;
    color: #fff;
    box-shadow: 0 10px 18px rgba(220, 38, 38, 0.24);
}

.ea-product-card__viewer {
    right: 16px;
    background: rgba(29, 25, 21, 0.74);
    color: #fff;
}

.ea-product-card__main,
.ea-product-card__addons,
.ea-product-card__actions {
    padding: 10px;
}

.ea-product-card__main {
    border-bottom: 1px solid rgba(29, 25, 21, 0.07);
}

.ea-product-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 8px;
    color: #8f5b2c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ea-product-card__title {
    margin: 0 0 8px;
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.02;
}

.ea-product-card__fitment {
    margin: -2px 0 8px;
    color: #8f5b2c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.35;
    text-transform: uppercase;
}

.ea-product-card__summary {
    margin: 0 0 8px;
    color: #6d645c;
    font-size: 12px;
    line-height: 1.38;
}

.ea-product-card__price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 12px;
}

.ea-product-card__price {
    color: #1d1915;
    font-size: 22px;
    font-weight: 800;
}

.ea-product-card__price-was {
    color: #9b9289;
    font-size: 14px;
    text-decoration: line-through;
}

.ea-product-card__select-wrap {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.ea-product-card__select-wrap span {
    color: #6d645c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-product-card__variation-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 8px;
}

.ea-product-card__variation-button {
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(62, 47, 34, 0.16);
    border-radius: 12px;
    background: #efe4d4;
    color: #3a2c21;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 251, 245, 0.7);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ea-product-card__variation-button.is-active {
    background: linear-gradient(180deg, #9c6835 0%, #7d4d21 100%);
    border-color: #7d4d21;
    color: #fff8ef;
    box-shadow: inset 0 1px 0 rgba(255, 243, 226, 0.3), 0 0 0 1px rgba(125, 77, 33, 0.12);
}

.ea-product-card__variation-button:hover,
.ea-product-card__variation-button:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.ea-product-card__variation-button:not(.is-active):hover,
.ea-product-card__variation-button:not(.is-active):focus-visible {
    background: #e7d7c1;
    border-color: rgba(143, 91, 44, 0.38);
    color: #2f241c;
}

.ea-product-card__addons {
    background: linear-gradient(180deg, #fbf8f4 0%, #fff 100%);
    border-bottom: 1px solid rgba(29, 25, 21, 0.07);
}

.ea-product-card__addon-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px;
}

.ea-product-card__addon-label {
    color: #1d1915;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-product-card__addon-tag {
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f7e5be;
    color: #8f5b2c;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 800;
}

.ea-product-card__addon-list {
    display: grid;
    gap: 6px;
}

.ea-product-card__addon-item {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    width: 100%;
    padding: 7px;
    border: 2px solid rgba(29, 25, 21, 0.06);
    border-radius: 14px;
    background: #fff;
    text-align: left;
    transition: border-color 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.ea-product-card__addon-item:hover,
.ea-product-card__addon-item:focus-visible {
    border-color: rgba(143, 91, 44, 0.36);
    transform: translateX(3px);
}

.ea-product-card__addon-item.is-selected {
    border-color: rgba(22, 163, 74, 0.36);
    background: #f5fbf6;
}

.ea-product-card__addon-check {
    width: 22px;
    height: 22px;
    border: 2px solid rgba(29, 25, 21, 0.12);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-size: 12px;
    font-weight: 800;
}

.ea-product-card__addon-item.is-selected .ea-product-card__addon-check {
    border-color: #16a34a;
    background: #16a34a;
    color: #fff;
}

.ea-product-card__addon-thumb {
    display: block;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 10px;
    object-fit: contain;
    object-position: center;
    padding: 4px;
    background: #f5f2ed;
}

.ea-product-card__addon-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.ea-product-card__addon-copy strong {
    color: #1d1915;
    font-size: 12px;
    line-height: 1.35;
}

.ea-product-card__addon-copy span {
    color: #8f5b2c;
    font-size: 12px;
    font-weight: 800;
}

.home .ea-featured-products .ea-product-card__addon-head {
    justify-content: center;
    text-align: center;
}

.home .ea-featured-products .ea-product-card__addon-label {
    flex: 0 1 auto;
    max-width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.07em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home .ea-featured-products .ea-product-card__addon-tag {
    display: none;
}

.home .ea-featured-products .ea-product-card__addon-list {
    width: 100%;
    max-width: none;
    margin: 0;
    justify-items: stretch;
}

.home .ea-featured-products .ea-product-card__addon-item {
    grid-template-columns: 18px 32px minmax(0, 1fr);
    gap: 8px;
    width: 100%;
    min-height: 0;
    max-width: none;
    padding: 6px 10px;
    border-radius: 12px;
    text-align: center;
}

.home .ea-featured-products .ea-product-card__addon-check {
    width: 18px;
    height: 18px;
    font-size: 10px;
}

.home .ea-featured-products .ea-product-card__addon-thumb {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    padding: 2px;
    border-radius: 8px;
}

.home .ea-featured-products .ea-product-card__addon-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
}

.home .ea-featured-products .ea-product-card__addon-copy strong,
.home .ea-featured-products .ea-product-card__addon-copy span {
    margin: 0;
    line-height: 1.2;
}

.home .ea-featured-products .ea-product-card__addon-copy strong {
    font-size: 11px;
    font-weight: 700;
}

.home .ea-featured-products .ea-product-card__addon-copy span {
    order: -1;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.ea-product-card__actions {
    background: #fff;
}

.ea-product-card__total {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-end;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(29, 25, 21, 0.07);
}

.ea-product-card__total-label {
    color: #6d645c;
    font-size: 12px;
}

.ea-product-card__total-note {
    margin-top: 3px;
    color: #16a34a;
    font-size: 11px;
    font-weight: 700;
}

.ea-product-card__total-amount {
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1;
}

.ea-product-card__buy {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.ea-product-card__split-buy {
    flex: 1 1 auto;
    min-height: 48px;
}

.ea-product-card__split-buy .ea-split-buy__secondary {
    min-height: 42px;
}

.ea-product-card__support {
    display: grid;
    gap: 8px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(29, 25, 21, 0.07);
}

.ea-product-card__support-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid rgba(143, 91, 44, 0.36);
    background: #f2e7d8;
    color: #4a3422;
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
    text-decoration: none;
    box-shadow: 0 2px 0 rgba(143, 91, 44, 0.12);
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.ea-product-card__support-link::after {
    content: none;
}

.ea-product-card__support-link:hover,
.ea-product-card__support-link:focus-visible {
    background: #ead9c4;
    border-color: rgba(143, 91, 44, 0.52);
    color: #2f2319;
    box-shadow: 0 3px 0 rgba(143, 91, 44, 0.14);
    transform: translateY(-1px);
    animation: eaCollectionButtonHeartbeat 1.05s ease-in-out infinite;
    outline: none;
}

.ea-product-card__qty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 42px;
    padding: 0 4px;
    border-radius: 12px;
    background: #f5f2ed;
}

.ea-product-card__qty button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #1d1915;
    font-size: 15px;
    box-shadow: 0 2px 4px rgba(29, 25, 21, 0.06);
}

.ea-product-card__qty input {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    border: 0;
    background: transparent;
    text-align: center;
    color: #1d1915;
    font-size: 14px;
    font-weight: 800;
}

.ea-product-card__button,
.ea-single-product__button {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(109, 66, 25, 0.76);
    border-radius: 14px;
    background: #8f5b2c;
    color: #fff7ed;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 2px 0 rgba(109, 66, 25, 0.24);
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.ea-product-card__button:hover,
.ea-product-card__button:focus-visible,
.ea-single-product__button:hover,
.ea-single-product__button:focus-visible {
    background: #9b6431;
    border-color: rgba(122, 74, 30, 0.82);
    color: #fffaf2;
    transform: translateY(-1px);
    box-shadow: 0 3px 0 rgba(109, 66, 25, 0.26);
    animation: eaCollectionButtonHeartbeat 1.05s ease-in-out infinite;
    outline: none;
}

.ea-product-card__button.is-busy,
.ea-product-card__button[disabled],
.ea-single-product__button.is-busy,
.ea-single-product__button[disabled] {
    opacity: 0.88;
    cursor: wait;
}

.ea-product-card__button.is-added,
.ea-single-product__button.is-added {
    background: #16a34a;
    border-color: #15803d;
    color: #f0fdf4;
    box-shadow: 0 2px 0 rgba(21, 128, 61, 0.24);
}

.ea-product-card__button.is-added:hover,
.ea-product-card__button.is-added:focus-visible,
.ea-single-product__button.is-added:hover,
.ea-single-product__button.is-added:focus-visible {
    background: #16a34a;
    border-color: #15803d;
    color: #f0fdf4;
    transform: none;
    box-shadow: 0 2px 0 rgba(21, 128, 61, 0.24);
    animation: none;
}

.ea-product-card__button-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    color: rgba(255, 247, 237, 0.88);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.ea-product-card__stock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 8px 10px 10px;
    background: #fef2f2;
}

.ea-product-card__stock-note {
    color: #dc2626;
    font-size: 10px;
    font-weight: 800;
}

.ea-product-card__stock-meter {
    width: 64px;
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(29, 25, 21, 0.1);
}

.ea-product-card__stock-meter i {
    display: block;
    height: 100%;
    background: #dc2626;
    border-radius: inherit;
}

.ea-reviews {
    padding: 28px 0 30px;
    background:
        radial-gradient(circle at top right, rgba(200, 169, 110, 0.12), transparent 28%),
        linear-gradient(180deg, #f4ede3 0%, #f8f4ee 100%);
}

.ea-reviews__inner {
    width: min(calc(100% - 40px), 1400px);
    margin: 0 auto;
}

.ea-reviews__header {
    max-width: 760px;
    margin-bottom: 14px;
}

.ea-reviews__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(29, 25, 21, 0.08);
    color: #8f5b2c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ea-reviews__eyebrow::before {
    content: "★★★★★";
    color: #c8a96e;
    letter-spacing: 0.08em;
    font-size: 10px;
}

.ea-reviews__title {
    margin: 12px 0 8px;
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 2.8vw, 34px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.ea-reviews__subtitle {
    max-width: 620px;
    margin: 0 0 10px;
    color: #6d645c;
    font-size: 13px;
    line-height: 1.42;
}

.ea-reviews__summary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(29, 25, 21, 0.06);
    box-shadow: 0 18px 34px rgba(29, 25, 21, 0.06);
    flex-wrap: wrap;
}

.ea-reviews__score {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}

.ea-reviews__score strong {
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1;
}

.ea-reviews__score span {
    color: #6d645c;
    font-size: 13px;
    font-weight: 600;
}

.ea-reviews__stars {
    color: #c8a96e;
    font-size: 16px;
    letter-spacing: 0.16em;
}

.ea-reviews__count {
    color: #6d645c;
    font-size: 12px;
    font-weight: 700;
}

.ea-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ea-reviews__cta {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #1d1915 0%, #32271f 100%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.ea-reviews__cta h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
}

.ea-reviews__cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
}

.ea-reviews__cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.ea-reviews__cta-button {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #f5f2ed;
    color: #1d1915;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transition: transform 0.24s ease, background-color 0.24s ease;
}

.ea-reviews__cta-button:hover {
    transform: translateY(-2px);
    background: #fff;
}

.ea-reviews__cta-button--secondary {
    background: transparent;
    color: #f5f2ed;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.ea-reviews__cta-button--secondary:hover,
.ea-reviews__cta-button--secondary:focus-visible {
    background: rgba(255, 255, 255, 0.1);
}

.ea-review-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 100%;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(29, 25, 21, 0.06);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 16px 30px rgba(29, 25, 21, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.ea-review-card:hover {
    transform: translateY(-5px);
    border-color: rgba(143, 91, 44, 0.18);
    box-shadow: 0 22px 36px rgba(29, 25, 21, 0.08);
}

.ea-review-card.is-featured {
    grid-column: span 2;
    background: linear-gradient(135deg, #1d1915 0%, #31251d 100%);
    border-color: transparent;
    box-shadow: 0 22px 40px rgba(29, 25, 21, 0.14);
}

.ea-review-card__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
}

.ea-review-card__person {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.ea-review-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8f5b2c 0%, #c8a96e 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}

.ea-review-card__name {
    margin: 0 0 4px;
    color: #1d1915;
    font-size: 15px;
    font-weight: 800;
}

.ea-review-card__meta {
    margin: 0;
    color: #7a6f66;
    font-size: 12px;
    font-weight: 600;
}

.ea-review-card__product {
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: #f5ede1;
    color: #8f5b2c;
    display: inline-flex;
    align-items: center;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ea-review-card__stars {
    color: #c8a96e;
    font-size: 14px;
    letter-spacing: 0.16em;
}

.ea-review-card__quote {
    margin: 0;
    color: #3b322c;
    font-size: 14px;
    line-height: 1.5;
}

.ea-review-card__photos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.ea-review-card__photo-link {
    display: block;
    text-decoration: none;
}

.ea-review-card__photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    object-fit: cover;
    background: #f3ece2;
    box-shadow: 0 10px 18px rgba(29, 25, 21, 0.08);
}

.ea-review-card__shop {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
    background: #f7f0e6;
    border: 1px solid rgba(143, 91, 44, 0.1);
    color: inherit;
    text-decoration: none;
    transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

.ea-review-card__shop:hover {
    transform: translateY(-2px);
    background: #f3e7d7;
    border-color: rgba(143, 91, 44, 0.2);
}

.ea-review-card__shop-thumb {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
    background: #fff;
}

.ea-review-card__shop-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.ea-review-card__shop-label {
    color: #8f5b2c;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-review-card__shop-name {
    color: #1d1915;
    font-size: 15px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ea-review-card__shop-meta {
    display: grid;
    justify-items: end;
    gap: 4px;
    text-align: right;
}

.ea-review-card__shop-meta strong {
    color: #1d1915;
    font-size: 18px;
    font-weight: 800;
}

.ea-review-card__shop-meta span {
    color: #8f5b2c;
    font-size: 12px;
    font-weight: 700;
}

.ea-review-card__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(29, 25, 21, 0.07);
}

.ea-review-card__verified {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.09);
    color: #15803d;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 800;
}

.ea-review-card__rating {
    color: #6d645c;
    font-size: 13px;
    font-weight: 700;
}

.ea-review-card.is-featured .ea-review-card__name,
.ea-review-card.is-featured .ea-review-card__quote,
.ea-review-card.is-featured .ea-review-card__rating {
    color: inherit;
}

.ea-review-card.is-featured .ea-review-card__meta {
    color: #7a6f66;
}

.ea-review-card.is-featured .ea-review-card__photo {
    box-shadow: 0 10px 18px rgba(29, 25, 21, 0.08);
}

.ea-review-card.is-featured .ea-review-card__shop {
    background: inherit;
    border-color: inherit;
}

.ea-review-card.is-featured .ea-review-card__shop:hover {
    background: inherit;
    border-color: inherit;
}

.ea-review-card.is-featured .ea-review-card__shop-label,
.ea-review-card.is-featured .ea-review-card__shop-meta span {
    color: inherit;
}

.ea-review-card.is-featured .ea-review-card__shop-name,
.ea-review-card.is-featured .ea-review-card__shop-meta strong {
    color: inherit;
}

.ea-review-card.is-featured .ea-review-card__product {
    background: rgba(201, 169, 110, 0.18);
    color: #8f5b2c;
}

.ea-review-card.is-featured .ea-review-card__foot {
    border-top-color: rgba(29, 25, 21, 0.07);
}

.ea-review-card.is-featured .ea-review-card__verified {
    background: rgba(22, 163, 74, 0.09);
    color: #15803d;
}

.ea-write-review {
    padding: 28px 0 44px;
}

.ea-write-review__shell {
    width: min(100%, 860px);
    margin: 0 auto;
    display: grid;
    gap: 24px;
}

.ea-write-review__header {
    text-align: center;
    display: grid;
    gap: 12px;
}

.ea-write-review__eyebrow {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(29, 25, 21, 0.08);
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ea-write-review__title {
    margin: 0;
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.5vw, 54px);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.ea-write-review__subtitle {
    max-width: 620px;
    margin: 0 auto;
    color: #6d645c;
    font-size: 17px;
    line-height: 1.72;
}

.ea-write-review__form {
    padding: 34px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #fbf8f3 100%);
    border: 1px solid rgba(29, 25, 21, 0.06);
    box-shadow: 0 24px 44px rgba(29, 25, 21, 0.07);
    display: grid;
    gap: 26px;
}

.ea-write-review__panel--rating {
    padding: 24px;
    border-radius: 24px;
    background: #f7f0e6;
    border: 1px solid rgba(143, 91, 44, 0.08);
    text-align: center;
}

.ea-write-review__label {
    display: block;
    margin-bottom: 10px;
    color: #1d1915;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ea-write-review__stars {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ea-write-review__star {
    padding: 0;
    border: 0;
    background: transparent;
    color: #d5ccc0;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
}

.ea-write-review__star:hover,
.ea-write-review__star.is-active {
    color: #c8a96e;
    transform: translateY(-1px) scale(1.06);
}

.ea-write-review__rating-text {
    margin: 14px 0 0;
    color: #8f5b2c;
    font-size: 15px;
    font-weight: 700;
}

.ea-write-review__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ea-write-review__field {
    display: grid;
}

.ea-write-review__field--full {
    grid-column: 1 / -1;
}

.ea-write-review__input {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 18px;
    border: 2px solid rgba(29, 25, 21, 0.08);
    background: #fff;
    color: #1d1915;
    font: inherit;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ea-write-review__input:focus {
    outline: none;
    border-color: #8f5b2c;
    box-shadow: 0 0 0 4px rgba(143, 91, 44, 0.08);
}

.ea-write-review__textarea {
    min-height: 170px;
    padding-top: 16px;
    padding-bottom: 16px;
    resize: vertical;
}

.ea-write-review__select {
    appearance: none;
}

.ea-write-review__upload {
    min-height: 164px;
    padding: 24px;
    border-radius: 20px;
    border: 2px dashed rgba(29, 25, 21, 0.14);
    background: #f9f4ec;
    display: grid;
    place-items: center;
    text-align: center;
    cursor: pointer;
}

.ea-write-review__upload-title {
    display: block;
    color: #1d1915;
    font-size: 18px;
    font-weight: 700;
}

.ea-write-review__upload-copy {
    display: block;
    margin-top: 6px;
    color: #6d645c;
    font-size: 14px;
}

.ea-write-review__file {
    display: none;
}

.ea-write-review__photos {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: 12px;
}

.ea-write-review__photo {
    aspect-ratio: 1;
    border-radius: 14px;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 10px 18px rgba(29, 25, 21, 0.08);
}

.ea-write-review__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.ea-write-review__note {
    margin: 0;
    color: #6d645c;
    font-size: 14px;
    line-height: 1.65;
}

.ea-write-review__submit {
    min-width: 210px;
    min-height: 56px;
    padding: 0 28px;
    border: 0;
    border-radius: 18px;
    background: #1d1915;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.ea-write-review__submit:hover {
    transform: translateY(-2px);
    background: #8f5b2c;
    box-shadow: 0 16px 28px rgba(143, 91, 44, 0.22);
}

.ea-write-review__submit[disabled] {
    opacity: 0.6;
    cursor: wait;
    transform: none;
}

.ea-write-review__feedback {
    margin: 0;
    padding: 15px 18px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
}

.ea-write-review__feedback.is-success {
    background: rgba(22, 163, 74, 0.1);
    color: #166534;
}

.ea-write-review__feedback.is-error {
    background: rgba(220, 38, 38, 0.08);
    color: #b91c1c;
}

.ea-footer {
    position: relative;
    background: linear-gradient(180deg, #2c2419 0%, #1f1812 100%);
    color: #f5f2ed;
}

.ea-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a961, transparent);
}

.ea-footer__inner {
    width: min(calc(100% - 40px), 1400px);
    margin: 0 auto;
    padding: 60px 0 28px;
}

.ea-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.4fr;
    gap: 56px;
    margin-bottom: 42px;
}

.ea-footer__brand {
    display: grid;
    gap: 18px;
}

.ea-footer__logo {
    justify-self: start;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.ea-footer__logo-mark {
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.ea-footer__logo-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.ea-footer__logo-name {
    color: #f5f2ed;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.ea-footer__logo-sub {
    color: #c9a961;
    font-family: "EA Montserrat", "Segoe UI", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ea-footer__tagline {
    max-width: 360px;
    margin: 0;
    color: #b4aca2;
    font-size: 15px;
    line-height: 1.76;
}

.ea-footer__contact {
    display: grid;
    gap: 10px;
}

.ea-footer__contact a,
.ea-footer__contact span {
    color: #b4aca2;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}

.ea-footer__contact a:hover {
    color: #f5f2ed;
}

.ea-footer__column,
.ea-footer__newsletter {
    display: grid;
    align-content: start;
}

.ea-footer__accordion-toggle {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    display: block;
    text-align: left;
    cursor: default;
}

.ea-footer__accordion-toggle--newsletter {
    margin-bottom: 18px;
}

.ea-footer__accordion-icon {
    display: none;
}

.ea-footer__newsletter-panel {
    display: grid;
    align-content: start;
}

.ea-footer__column h4,
.ea-footer__newsletter h4,
.ea-footer__accordion-toggle span:first-child {
    margin: 0 0 18px;
    color: #c9a961;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ea-footer__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.ea-footer__column a {
    color: #b4aca2;
    text-decoration: none;
    font-size: 15px;
    transition: transform 0.22s ease, color 0.22s ease;
}

.ea-footer__column a:hover {
    color: #f5f2ed;
    transform: translateX(3px);
}

.ea-footer__newsletter p {
    margin: 0 0 18px;
    color: #b4aca2;
    font-size: 14px;
    line-height: 1.72;
}

.ea-footer__newsletter-form {
    display: flex;
    gap: 8px;
}

.ea-footer__newsletter-form input {
    flex: 1;
    min-height: 50px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #f5f2ed;
    font: inherit;
    font-size: 14px;
}

.ea-footer__newsletter-form input::placeholder {
    color: #8f877d;
}

.ea-footer__newsletter-form input:focus {
    outline: none;
    border-color: rgba(201, 169, 97, 0.72);
    background: rgba(255, 255, 255, 0.08);
}

.ea-footer__newsletter-form button {
    min-width: 104px;
    min-height: 50px;
    padding: 0 20px;
    border: 0;
    border-radius: 10px;
    background: #c9a961;
    color: #2c2419;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.ea-footer__newsletter-form button:hover {
    transform: translateY(-2px);
    background: #d4b978;
    box-shadow: 0 14px 26px rgba(201, 169, 97, 0.2);
}

.ea-footer__newsletter-form button[disabled] {
    opacity: 0.65;
    cursor: wait;
    transform: none;
}

.ea-footer__newsletter-feedback {
    margin: 12px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
}

.ea-footer__newsletter-feedback.is-success {
    background: rgba(22, 163, 74, 0.16);
    color: #c6f6d5;
}

.ea-footer__newsletter-feedback.is-error {
    background: rgba(220, 38, 38, 0.16);
    color: #fecaca;
}

.ea-footer__trust {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ea-footer__trust span {
    color: #b4aca2;
    font-size: 13px;
    font-weight: 600;
}

.ea-footer__bottom {
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ea-footer__copyright {
    color: #9e968c;
    font-size: 14px;
}

.ea-footer__payments {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ea-footer__payments span {
    min-width: 42px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #b4aca2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.ea-footer__quicklinks {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ea-footer__quicklinks a {
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #b4aca2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.ea-footer__quicklinks a:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 169, 97, 0.5);
    color: #f5f2ed;
}

@media ((max-width: 1440px) and (min-width: 769px)) or ((max-height: 900px) and (min-width: 769px)) {
    .ea-browse-hint {
        display: inline-flex;
    }

    .ea-collections__header .ea-browse-hint,
    .ea-featured-products__header .ea-browse-hint {
        display: none;
    }

    .ea-collections__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        overflow: visible;
        padding: 0;
        cursor: default;
    }

    .ea-product-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        overflow: visible;
        padding: 0;
        cursor: default;
    }

    .ea-reviews__grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(clamp(360px, 38vw, 440px), clamp(360px, 38vw, 440px));
        grid-template-columns: none;
        gap: 16px;
        overflow-x: auto;
        padding: 0 2px 12px;
        scroll-padding-left: 2px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        cursor: grab;
    }

    .ea-reviews__grid::-webkit-scrollbar {
        display: none;
    }

    .ea-reviews__grid:active {
        cursor: grabbing;
    }

    .ea-reviews__grid.is-dragging {
        cursor: grabbing;
        user-select: none;
    }

    .ea-reviews__grid {
        touch-action: pan-y;
    }

    .ea-reviews__grid.is-dragging a,
    .ea-reviews__grid.is-dragging button {
        pointer-events: none;
    }

    .ea-collection-card,
    .ea-product-card,
    .ea-review-card {
        scroll-snap-align: start;
    }

    .ea-collection-card {
        padding: 14px;
        border-radius: 20px;
    }

    .ea-collection-card__image-wrap {
        aspect-ratio: 1.14 / 1;
    }

    .ea-collection-card__title {
        font-size: 24px;
    }

    .ea-collection-card__description {
        font-size: 13px;
        line-height: 1.58;
    }

    .ea-collection-card__social {
        gap: 10px;
    }

    .ea-product-card {
        border-radius: 20px;
    }

    .ea-product-card__visual {
        height: 212px;
    }

    .ea-product-card__main,
    .ea-product-card__addons,
    .ea-product-card__actions {
        padding: 14px;
    }

    .ea-product-card__title {
        font-size: 21px;
    }

    .ea-product-card__price {
        font-size: 24px;
    }

    .ea-product-card__copy,
    .ea-product-card__addon-copy,
    .ea-product-card__stock {
        font-size: 12.5px;
    }

    .ea-review-card,
    .ea-review-card.is-featured {
        padding: 16px;
        border-radius: 20px;
    }

    .ea-review-card__avatar {
        width: 46px;
        height: 46px;
        font-size: 14px;
    }

    .ea-review-card__name {
        font-size: 16px;
    }

    .ea-review-card__meta,
    .ea-review-card__verified,
    .ea-review-card__rating {
        font-size: 12px;
    }

    .ea-review-card__quote {
        font-size: 14px;
        line-height: 1.62;
    }

    .ea-review-card__shop {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .ea-review-card__shop-thumb {
        width: 52px;
        height: 52px;
    }

    .ea-collection-card img,
    .ea-product-card img,
    .ea-review-card img {
        -webkit-user-drag: none;
        user-select: none;
    }
}

.ea-collection-modal {
    position: fixed;
    inset: 0;
    z-index: 10040;
    padding: 20px;
}

.ea-collection-modal[hidden] {
    display: none;
}

.ea-collection-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(28, 25, 23, 0.6);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.ea-collection-modal__dialog {
    position: relative;
    width: min(1000px, 100%);
    max-height: calc(100vh - 40px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.25);
    transform: translateY(40px) scale(0.96);
    transition: transform 0.36s cubic-bezier(0.16, 1, 0.3, 1);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
}

.ea-collection-modal.is-open .ea-collection-modal__overlay {
    opacity: 1;
}

.ea-collection-modal.is-open .ea-collection-modal__dialog {
    transform: translateY(0) scale(1);
}

.ea-collection-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 32px;
    border-bottom: 1px solid rgba(29, 25, 21, 0.07);
    background: linear-gradient(90deg, #faf8f5, #fff);
}

.ea-collection-modal__head-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ea-collection-modal__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f5f2ed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.ea-collection-modal__title {
    margin: 0 0 4px;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.1;
    color: #1c1917;
}

.ea-collection-modal__meta {
    margin: 0;
    color: #78716c;
    font-size: 13px;
}

.ea-collection-modal__close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: #f5f2ed;
    color: #78716c;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ea-collection-modal__close:hover,
.ea-collection-modal__close:focus-visible {
    background: #fee2e2;
    color: #dc2626;
    transform: rotate(90deg);
}

.ea-collection-modal__body {
    min-height: 0;
    overflow-y: auto;
    padding: 32px;
}

.ea-collection-modal__dock {
    display: grid;
    grid-template-rows: auto minmax(0, auto) auto;
    background: linear-gradient(180deg, #f5efe7 0%, #fbf8f4 100%);
    border-top: 1px solid rgba(29, 25, 21, 0.07);
    box-shadow: 0 -14px 32px rgba(29, 25, 21, 0.06);
    flex-shrink: 0;
}

.ea-collection-modal__urgency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid #fee2e2;
    background: linear-gradient(135deg, #fef2f2 0%, #fff 100%);
}

.ea-collection-modal__urgency-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ea-collection-modal__urgency-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #fecaca;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ea-collection-modal__urgency h4 {
    margin: 0 0 2px;
    color: #991b1b;
    font-size: 15px;
    font-weight: 800;
}

.ea-collection-modal__urgency p {
    margin: 0;
    color: #78716c;
    font-size: 13px;
}

.ea-collection-modal__countdown {
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 28px;
    color: #dc2626;
    letter-spacing: 0.05em;
}

.ea-collection-modal__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.ea-collection-modal__product {
    overflow: hidden;
    border: 1px solid rgba(29, 25, 21, 0.07);
    border-radius: 16px;
    background: linear-gradient(180deg, #fcfaf6 0%, #f6f1ea 100%);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ea-collection-modal__product:hover {
    transform: translateY(-4px);
    border-color: #92400e;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
}

.ea-collection-modal__product-image-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #fff;
}

.ea-collection-modal__product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.ea-collection-modal__product:hover .ea-collection-modal__product-image {
    transform: scale(1.08);
}

.ea-collection-modal__product-badge,
.ea-collection-modal__product-stock {
    position: absolute;
    top: 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.ea-collection-modal__product-badge {
    left: 12px;
    padding: 4px 10px;
    background: #dc2626;
    color: #fff;
    text-transform: uppercase;
}

.ea-collection-modal__product-stock {
    right: 12px;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.95);
    color: #dc2626;
}

.ea-collection-modal__product-info {
    padding: 20px;
    display: grid;
    gap: 12px;
}

.ea-collection-modal__product-name {
    margin: 0;
    color: #1c1917;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.ea-collection-modal__product-price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.ea-collection-modal__product-price {
    color: #1c1917;
    font-size: 24px;
    font-weight: 800;
}

.ea-collection-modal__product-price-original {
    color: #78716c;
    font-size: 14px;
    text-decoration: line-through;
}

.ea-collection-modal__product-note {
    margin: -2px 0 0;
    color: #7a675a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ea-collection-modal__variation-label {
    display: grid;
    gap: 8px;
}

.ea-collection-modal__variation-label span {
    color: #6e5e52;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-collection-modal__variation-select {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(29, 25, 21, 0.1);
    border-radius: 10px;
    background: #fff;
    color: #1c1917;
    font-size: 14px;
    font-weight: 700;
    padding: 0 14px;
}

.ea-collection-modal__quick-add {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    justify-content: stretch;
}

.ea-collection-modal__product-actions {
    display: grid;
    gap: 10px;
}

.ea-collection-modal__qty {
    display: flex;
    align-items: center;
    height: 44px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 8px;
    background: #fff;
}

.ea-collection-modal__qty button {
    width: 36px;
    height: 100%;
    border: 0;
    background: transparent;
    color: #78716c;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.ea-collection-modal__qty button:hover,
.ea-collection-modal__qty button:focus-visible {
    background: #f5f2ed;
    color: #92400e;
}

.ea-collection-modal__qty input {
    width: 40px;
    border: 0;
    text-align: center;
    color: #1c1917;
    font-size: 15px;
    font-weight: 800;
    background: transparent;
}

.ea-collection-modal__product-button,
.ea-collection-modal__bundle-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 10px;
    background: #1c1917;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.ea-collection-modal__product-button {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    letter-spacing: 0.01em;
}

.ea-collection-modal__split-buy {
    min-height: 48px;
}

.ea-collection-modal__split-buy .ea-split-buy__secondary {
    min-height: 48px;
}

.ea-collection-modal__product-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    color: #92400e;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.ea-collection-modal__product-link:hover,
.ea-collection-modal__product-link:focus-visible {
    color: #6f300c;
    text-decoration: underline;
}

.ea-collection-modal__product-button.is-added {
    background: #16a34a;
}

.ea-collection-modal__bundle-cta.is-added,
.ea-hero-product-modal__button.is-added {
    background: #16a34a;
    border-color: #15803d;
    color: #f0fdf4;
    box-shadow: 0 2px 0 rgba(21, 128, 61, 0.24);
}

.ea-collection-modal__bundle-cta.is-added:hover,
.ea-collection-modal__bundle-cta.is-added:focus-visible,
.ea-hero-product-modal__button.is-added:hover,
.ea-hero-product-modal__button.is-added:focus-visible {
    background: #16a34a;
    border-color: #15803d;
    color: #f0fdf4;
    transform: none;
    box-shadow: 0 2px 0 rgba(21, 128, 61, 0.24);
    animation: none;
}

.ea-collection-modal__product-button[disabled] {
    cursor: wait;
    opacity: 0.92;
}

.ea-collection-modal__product-button:hover,
.ea-collection-modal__product-button:focus-visible,
.ea-collection-modal__bundle-cta:hover,
.ea-collection-modal__bundle-cta:focus-visible {
    background: #92400e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(146, 64, 14, 0.3);
}

.ea-collection-modal__bundle {
    margin-top: 24px;
    padding: 26px 24px;
    border-radius: 16px;
    border: 1px solid #fde68a;
    background: linear-gradient(135deg, #fef3c7 0%, #fff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.ea-collection-modal__bundle-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.ea-collection-modal__bundle-icon {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #f59e0b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.ea-collection-modal__bundle-title {
    color: #1c1917;
    font-size: 18px;
    font-weight: 800;
}

.ea-collection-modal__bundle-copy {
    color: #78716c;
    font-size: 13px;
    line-height: 1.6;
}

.ea-collection-modal__bundle-builder {
    display: grid;
    gap: 10px;
    margin: 18px 0 14px;
}

.ea-collection-modal__bundle-option,
.ea-collection-modal__bundle-line {
    display: grid;
    gap: 8px;
    padding: 12px 14px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.76);
}

.ea-collection-modal__bundle-option span,
.ea-collection-modal__bundle-line span {
    color: #1d1915;
    font-size: 13px;
    font-weight: 800;
}

.ea-collection-modal__bundle-option select {
    min-height: 42px;
    border: 1px solid rgba(29, 25, 21, 0.12);
    border-radius: 10px;
    background: #fff;
    color: #1d1915;
    font-size: 14px;
    font-weight: 700;
    padding: 0 12px;
}

.ea-collection-modal__bundle-line {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.ea-collection-modal__bundle-line strong {
    color: #8f5b2c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ea-collection-modal__bundle-cta {
    width: 100%;
    min-height: 50px;
    background: #16a34a;
    box-shadow: 0 4px 0 #15803d;
    margin-top: 4px;
}

.ea-collection-modal__bundle-cta:hover,
.ea-collection-modal__bundle-cta:focus-visible {
    background: #22c55e;
    box-shadow: 0 6px 0 #15803d;
}

.ea-collection-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 32px;
    background: transparent;
    border-top: 0;
}

.ea-collection-modal__cart {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ea-collection-modal__cart-summary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.ea-collection-modal__cart-badge {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ea-collection-modal__cart-badge span {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ea-collection-modal__cart-copy {
    display: grid;
    gap: 4px;
}

.ea-collection-modal__cart-copy span {
    color: #78716c;
    font-size: 13px;
}

.ea-collection-modal__cart-copy strong {
    color: #1c1917;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1;
}

.ea-collection-modal__cart-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(29, 25, 21, 0.06);
    color: #6b5e54;
    font-size: 16px;
    transition: transform 0.2s ease;
}

.ea-collection-modal__cart-summary[aria-expanded="false"] .ea-collection-modal__cart-toggle-icon {
    transform: rotate(-180deg);
}

.ea-collection-modal__checkout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 56px;
    padding: 0 26px;
    border-radius: 999px;
    background: linear-gradient(180deg, #1d1915 0%, #3a2d24 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(29, 25, 21, 0.18);
    font-weight: 800;
    letter-spacing: 0.01em;
}

.ea-collection-modal__checkout:hover,
.ea-collection-modal__checkout:focus-visible {
    background: linear-gradient(180deg, #8f5b2c 0%, #6e421a 100%);
    box-shadow: 0 16px 30px rgba(111, 66, 26, 0.24);
    transform: translateY(-2px);
}

.ea-collection-modal__cart-items {
    display: grid;
    gap: 10px;
    padding: 0 32px 18px;
    max-height: 188px;
    overflow-y: auto;
    background: transparent;
    border-top: 1px solid rgba(29, 25, 21, 0.06);
}

.ea-collection-modal__cart-items[hidden] {
    display: none;
}

.ea-collection-modal__cart-empty {
    margin: 0;
    color: #7a675a;
    font-size: 13px;
    font-weight: 700;
}

.ea-collection-modal__cart-item {
    display: block;
    padding: 12px 14px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 14px;
    background: #fff;
}

.ea-collection-modal__cart-item-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.ea-collection-modal__cart-item-head strong {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1d1915;
    font-size: 14px;
    line-height: 1.2;
}

.ea-collection-modal__cart-item-copy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-width: 0;
}

.ea-collection-modal__cart-item-total {
    color: #1d1915;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    margin-left: auto;
}

.ea-collection-modal__cart-item-controls {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    width: fit-content;
    padding: 4px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 999px;
    background: #fcfaf6;
}

.ea-collection-modal__cart-item-controls button {
    border: 0;
    background: transparent;
    color: #1d1915;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.ea-collection-modal__cart-item-controls button:hover,
.ea-collection-modal__cart-item-controls button:focus-visible {
    border-color: rgba(143, 91, 44, 0.32);
    color: #8f5b2c;
}

.ea-collection-modal__cart-item-controls [data-ea-cart-item-minus],
.ea-collection-modal__cart-item-controls [data-ea-cart-item-plus] {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(29, 25, 21, 0.06);
}

.ea-collection-modal__cart-item-controls [data-ea-cart-item-remove] {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(220, 38, 38, 0.08);
    color: #b91c1c;
}

.ea-collection-modal__cart-item-controls span {
    min-width: 20px;
    text-align: center;
    color: #6b5e54;
    font-size: 12px;
    font-weight: 800;
}

.ea-collection-modal__cart-item-controls.is-busy {
    opacity: 0.55;
    pointer-events: none;
}

.ea-collection-modal__trust {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 14px 32px 18px;
    background: #fff;
    border-top: 1px solid rgba(29, 25, 21, 0.07);
    color: #78716c;
    font-size: 13px;
    font-weight: 700;
}

.ea-collection-toast {
    position: fixed;
    right: 24px;
    bottom: 92px;
    z-index: 68;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border-radius: 12px;
    background: #1c1917;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(100px);
    opacity: 0;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

@media (max-width: 767px) {
    .ea-collection-toast {
        right: 14px;
        bottom: 86px;
        max-width: min(calc(100vw - 28px), 320px);
    }
}

.ea-collection-toast[hidden] {
    display: none;
}

.ea-page-shell {
    padding: 48px 0 72px;
    background: #f7f3ed;
}

.ea-page-shell__inner {
    width: min(calc(100% - 40px), 1240px);
    margin: 0 auto;
}

.ea-page-shell .woocommerce {
    color: #1d1915;
}

.ea-page-shell .woocommerce a {
    color: #92400e;
}

.ea-page-shell .woocommerce-message,
.ea-page-shell .woocommerce-info,
.ea-page-shell .woocommerce-error {
    margin-bottom: 24px;
}

.ea-collection-toast.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.ea-collection-toast__icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #16a34a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ea-flow-toast {
    position: fixed;
    right: 24px;
    bottom: 92px;
    z-index: 72;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: min(calc(100vw - 32px), 420px);
    padding: 14px 18px;
    border-radius: 14px;
    background: #1c1917;
    color: #fff7ed;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
    transform: translateY(100px);
    opacity: 0;
    transition: transform 0.24s ease, opacity 0.24s ease;
}

.ea-flow-toast[hidden] {
    display: none;
}

.ea-flow-toast.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.ea-flow-toast__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #b42318;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.ea-flow-toast__text {
    color: inherit;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.ea-flow-toast.is-success .ea-flow-toast__icon {
    background: #16a34a;
}

.ea-flow-toast.is-info .ea-flow-toast__icon {
    background: #8f5b2c;
}

@media (max-width: 767px) {
    .ea-flow-toast {
        left: 14px;
        right: 14px;
        bottom: 18px;
        max-width: none;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ea-header {
    color: var(--ea-copy);
    position: relative;
    z-index: 50;
}

.ea-header__announce {
    background: linear-gradient(180deg, #d7b57d, #c8a36e);
    color: #2b1f1a;
    border-bottom: 1px solid rgba(43, 26, 19, 0.12);
}

.ea-header__inner {
    width: min(calc(100% - 40px), 1320px);
    margin: 0 auto;
}

.ea-header__announce-inner {
    position: relative;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ea-header__announce-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
}

.ea-header__dot {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(43, 31, 26, 0.56);
}

.ea-header__close {
    position: absolute;
    right: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    opacity: 0.68;
}

.ea-header__frame {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, var(--ea-shell), var(--ea-shell-2));
    backdrop-filter: saturate(160%) blur(18px);
    -webkit-backdrop-filter: saturate(160%) blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.ea-header__top {
    min-height: 58px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
}

.ea-header__brand {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    justify-self: start;
}

.ea-header__brand-mark {
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.ea-header__brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-top: 0;
}

.ea-header__brand-name {
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -0.026em;
    color: #f0e8de;
    text-rendering: geometricPrecision;
    white-space: nowrap;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
}

.ea-header__brand-sub {
    margin-top: 3px;
    padding-left: 1px;
    font-family: "EA Montserrat", "Segoe UI", sans-serif;
    font-size: 7.8px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #cda773;
    white-space: nowrap;
}

.ea-header__nav {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.ea-header__nav a {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: rgba(244, 237, 226, 0.84);
    transition: color 0.2s ease;
}

.ea-header__nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 1.5px;
    background: #cda773;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.ea-header__nav a:hover,
.ea-header__nav a:focus-visible {
    color: #fff;
}

.ea-header__nav a:hover::after,
.ea-header__nav a:focus-visible::after {
    transform: scaleX(1);
}

.ea-header__utilities {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    justify-self: end;
}

.ea-header__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.045);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #f0e8de;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ea-header__action:hover,
.ea-header__action:focus-visible {
    background: rgba(205, 167, 115, 0.14);
    border-color: rgba(205, 167, 115, 0.44);
    color: #f7f0e6;
}

.ea-header__action--login {
    background: rgba(255, 255, 255, 0.1);
}

.ea-header__cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.ea-header__cart-icon {
    display: none;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.ea-header__cart-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.ea-header__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--ea-cream);
    color: var(--ea-ink);
    font-size: 10px;
    font-weight: 800;
}

.ea-header__cart-total {
    color: rgba(244, 237, 226, 0.62);
}

@media (min-width: 981px) and (max-width: 1180px) {
    .ea-header__inner {
        width: min(calc(100% - 32px), 1320px);
    }

    .ea-header__top {
        grid-template-columns: auto 1fr auto;
        gap: 16px;
    }

    .ea-header__brand-mark {
        width: 72px;
        height: 72px;
    }

    .ea-header__brand-name {
        font-size: 16px;
    }

    .ea-header__brand-sub {
        font-size: 7.1px;
        letter-spacing: 0.24em;
    }

    .ea-header__nav {
        gap: 20px;
    }

    .ea-header__nav a {
        font-size: 12px;
    }

    .ea-header__utilities {
        gap: 8px;
    }

    .ea-header__action {
        min-height: 32px;
        padding: 0 12px;
        font-size: 11px;
    }

    .ea-header__cart-total {
        display: none;
    }
}

@media (max-width: 768px) {
    .ea-collection-modal__dialog {
        width: 100%;
        max-height: 100vh;
        margin: 0;
        border-radius: 0;
        grid-template-rows: auto minmax(0, 1fr) auto;
    }

    .ea-collection-modal__header {
        padding: 14px 14px 12px;
    }

    .ea-collection-modal__icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .ea-collection-modal__title {
        font-size: 19px;
    }

    .ea-collection-modal__meta {
        font-size: 12px;
    }

    .ea-collection-modal__body {
        padding: 12px;
        max-height: none;
    }

    .ea-collection-modal__urgency {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
        padding: 12px;
        border-radius: 16px;
    }

    .ea-collection-modal__urgency-left {
        min-width: 0;
    }

    .ea-collection-modal__urgency h4 {
        font-size: 13px;
    }

    .ea-collection-modal__urgency p {
        font-size: 12px;
        line-height: 1.45;
    }

    .ea-collection-modal__countdown {
        font-size: 19px;
        letter-spacing: 0.02em;
    }

    .ea-collection-modal__products {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 14px;
    }

    .ea-collection-modal__product {
        display: grid;
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 0;
        border-radius: 20px;
        background: #fffdf9;
        box-shadow: 0 10px 24px rgba(29, 25, 21, 0.08);
    }

    .ea-collection-modal__product:hover {
        transform: none;
        box-shadow: 0 10px 24px rgba(29, 25, 21, 0.08);
        border-color: rgba(29, 25, 21, 0.07);
    }

    .ea-collection-modal__product-image-wrap {
        height: 100%;
        min-height: 150px;
        border-right: 1px solid rgba(29, 25, 21, 0.06);
    }

    .ea-collection-modal__product-image {
        transition: none;
    }

    .ea-collection-modal__product:hover .ea-collection-modal__product-image {
        transform: none;
    }

    .ea-collection-modal__product-badge,
    .ea-collection-modal__product-stock {
        top: 8px;
        font-size: 9px;
        line-height: 1;
        padding: 5px 7px;
    }

    .ea-collection-modal__product-badge {
        left: 8px;
    }

    .ea-collection-modal__product-stock {
        right: 8px;
        max-width: 76px;
        text-align: center;
    }

    .ea-collection-modal__product-info {
        padding: 12px;
        gap: 8px;
        align-content: start;
    }

    .ea-collection-modal__product-name {
        font-size: 15px;
        line-height: 1.25;
    }

    .ea-collection-modal__product-price-row {
        gap: 8px;
    }

    .ea-collection-modal__product-price {
        font-size: 19px;
    }

    .ea-collection-modal__product-price-original {
        font-size: 12px;
    }

    .ea-collection-modal__product-note {
        margin-top: -2px;
        font-size: 10px;
        line-height: 1.35;
    }

    .ea-collection-modal__variation-label {
        gap: 6px;
    }

    .ea-collection-modal__variation-label span {
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .ea-collection-modal__variation-select {
        min-height: 40px;
        padding: 0 12px;
        font-size: 13px;
        border-radius: 12px;
    }

    .ea-collection-modal__quick-add {
        display: grid;
        grid-template-columns: 100px minmax(0, 1fr);
        align-items: stretch;
        gap: 8px;
    }

    .ea-collection-modal__qty {
        width: 100%;
        height: 40px;
        border-radius: 12px;
    }

    .ea-collection-modal__qty button {
        width: 30px;
        font-size: 16px;
    }

    .ea-collection-modal__qty input {
        width: 32px;
        font-size: 14px;
    }

    .ea-collection-modal__product-button {
        min-height: 40px;
        border-radius: 12px;
        padding: 0 12px;
        font-size: 13px;
    }

    .ea-collection-modal__product-actions {
        display: flex;
        justify-content: flex-start;
        gap: 8px;
    }

    .ea-collection-modal__product-link {
        min-height: 34px;
        padding: 0 10px;
        border: 1px solid rgba(143, 91, 44, 0.16);
        border-radius: 999px;
        background: #f7f2ea;
        font-size: 11px;
    }

    .ea-collection-modal__bundle {
        margin-top: 0;
        padding: 14px;
        border-radius: 18px;
    }

    .ea-collection-modal__bundle-head {
        gap: 10px;
        margin-bottom: 12px;
    }

    .ea-collection-modal__bundle-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .ea-collection-modal__bundle-title {
        font-size: 16px;
    }

    .ea-collection-modal__bundle-copy {
        font-size: 12px;
        line-height: 1.5;
    }

    .ea-collection-modal__bundle-builder {
        gap: 8px;
        margin: 14px 0 12px;
    }

    .ea-collection-modal__bundle-option,
    .ea-collection-modal__bundle-line {
        padding: 10px 12px;
        border-radius: 12px;
    }

    .ea-collection-modal__bundle-option span,
    .ea-collection-modal__bundle-line span,
    .ea-collection-modal__bundle-line strong {
        font-size: 12px;
    }

    .ea-collection-modal__bundle-option select {
        min-height: 40px;
        border-radius: 10px;
        font-size: 13px;
    }

    .ea-collection-modal__bundle-cta {
        min-height: 46px;
        border-radius: 14px;
        font-size: 13px;
    }

    .ea-collection-modal__dock {
        position: sticky;
        bottom: 0;
        grid-template-rows: auto minmax(0, auto);
        background: linear-gradient(180deg, rgba(247, 242, 234, 0.96) 0%, #f7f2ea 100%);
        box-shadow: 0 -12px 26px rgba(29, 25, 21, 0.14);
        backdrop-filter: blur(10px);
    }

    .ea-collection-modal__footer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px;
    }

    .ea-collection-modal__cart {
        width: 100%;
        gap: 10px;
        align-items: stretch;
    }

    .ea-collection-modal__cart-badge {
        width: 42px;
        height: 42px;
        font-size: 18px;
        flex-shrink: 0;
    }

    .ea-collection-modal__cart-summary {
        flex: 1;
        justify-content: space-between;
        gap: 10px;
        padding: 10px 12px;
        border: 1px solid rgba(29, 25, 21, 0.08);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.9);
    }

    .ea-collection-modal__cart-copy {
        gap: 2px;
    }

    .ea-collection-modal__cart-copy span {
        font-size: 11px;
    }

    .ea-collection-modal__cart-copy strong {
        font-size: 21px;
    }

    .ea-collection-modal__checkout {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        padding: 0 16px;
        text-align: center;
        border-radius: 14px;
        font-size: 13px;
    }

    .ea-collection-modal__cart-items {
        padding: 0 12px 12px;
        max-height: 132px;
        gap: 8px;
    }

    .ea-collection-modal__cart-item {
        padding: 10px 12px;
        border-radius: 12px;
    }

    .ea-collection-modal__cart-item-head {
        margin-bottom: 8px;
    }

    .ea-collection-modal__cart-item-head strong {
        font-size: 13px;
    }

    .ea-collection-modal__cart-item-copy {
        justify-content: space-between;
        gap: 8px;
    }

    .ea-collection-modal__cart-item-meta {
        gap: 8px;
    }

    .ea-collection-modal__cart-item-total {
        font-size: 13px;
    }

    .ea-collection-modal__cart-item-controls {
        gap: 4px;
        padding: 3px;
    }

    .ea-collection-modal__cart-item-controls [data-ea-cart-item-minus],
    .ea-collection-modal__cart-item-controls [data-ea-cart-item-plus],
    .ea-collection-modal__cart-item-controls [data-ea-cart-item-remove] {
        width: 26px;
        height: 26px;
    }

    .ea-collection-modal__trust {
        display: none;
    }
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .ea-page-shell,
    .ea-home-hero,
    .ea-collections,
    .ea-featured-products,
    .ea-reviews,
    .ea-footer {
        overflow-x: clip;
    }

    .ea-header__inner,
    .ea-home-hero__inner,
    .ea-collections__inner,
    .ea-featured-products__inner,
    .ea-reviews__inner,
    .ea-footer__inner {
        width: min(calc(100% - 20px), 1400px);
    }

    .ea-header__announce-inner {
        min-height: 32px;
        padding-right: 18px;
    }

    .ea-header__announce-copy {
        gap: 6px;
        font-size: 8px;
        letter-spacing: 0.06em;
    }

    .ea-header__dot {
        display: none;
    }

    .ea-home-hero {
        padding: 16px 0 34px;
    }

    .ea-home-hero__inner {
        gap: 14px;
    }

    .ea-home-hero__copy {
        gap: 14px;
        padding: 0;
    }

    .ea-home-hero__headline h1,
    .ea-collections__title,
    .ea-featured-products__title,
    .ea-reviews__title {
        font-size: 24px;
        line-height: 1.04;
    }

    .ea-home-hero__accent {
        max-width: none;
        font-size: 15px;
    }

    .ea-home-hero__body,
    .ea-collections__subtitle,
    .ea-featured-products__subtitle,
    .ea-reviews__subtitle {
        font-size: 13px;
        line-height: 1.58;
    }

    .ea-home-hero__stage {
        padding: 8px 0 0;
        border-radius: 20px;
    }

    .ea-home-hero__stage img {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .ea-home-hero__sold {
        top: 10px;
        right: 10px;
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }

    .ea-collections,
    .ea-featured-products,
    .ea-reviews {
        padding-top: 48px;
        padding-bottom: 60px;
    }

    .ea-collections__header,
    .ea-featured-products__header,
    .ea-reviews__header {
        margin-bottom: 18px;
    }

    .ea-collections__grid,
    .ea-product-grid,
    .ea-reviews__grid {
        grid-auto-columns: calc(100vw - 20px);
        gap: 12px;
        padding: 0 0 8px;
        scroll-padding-left: 0;
    }

    .ea-collection-card,
    .ea-product-card,
    .ea-review-card {
        width: 100%;
        max-width: none;
        scroll-snap-align: start;
    }

    .ea-collection-card {
        padding: 12px;
        border-radius: 18px;
    }

    .ea-collection-card__image-wrap {
        aspect-ratio: 1.08 / 1;
    }

    .ea-collection-card__title {
        font-size: 24px;
    }

    .ea-collection-card__description {
        font-size: 13px;
        line-height: 1.55;
    }

    .ea-product-card {
        border-radius: 18px;
    }

    .ea-product-card__visual {
        height: 164px;
    }

    .ea-product-card__main,
    .ea-product-card__addons,
    .ea-product-card__actions {
        padding: 12px;
    }

    .ea-product-card__meta {
        margin-bottom: 8px;
        font-size: 10px;
        gap: 8px;
    }

    .ea-product-card__title {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .ea-product-card__summary {
        display: none;
    }

    .ea-product-card__price {
        font-size: 24px;
    }

    .ea-product-card__price-was {
        font-size: 14px;
    }

    .ea-product-card__select {
        min-height: 40px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 13px;
    }

    .ea-product-card__addon-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .ea-product-card__addon-item {
        grid-template-columns: auto 36px minmax(0, 1fr);
        gap: 8px;
        padding: 8px;
        border-radius: 12px;
    }

    .ea-product-card__addon-thumb {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .ea-product-card__addon-copy strong,
    .ea-product-card__addon-copy span {
        font-size: 12px;
        line-height: 1.35;
    }

    .ea-product-card__total {
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .ea-product-card__total-label,
    .ea-product-card__total-note {
        font-size: 11px;
    }

    .ea-product-card__total-amount {
        font-size: 22px;
    }

    .ea-product-card__buy {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 8px;
    }

    .ea-product-card__qty {
        min-width: 0;
        height: 42px;
        padding: 0 3px;
        border-radius: 10px;
    }

    .ea-product-card__qty button {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .ea-product-card__qty input {
        width: 26px;
        font-size: 13px;
    }

    .ea-product-card__button {
        min-height: 42px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 13px;
    }

    .ea-product-card__stock-note {
        font-size: 10px;
    }

    .ea-product-card__stock {
        padding: 10px 12px 12px;
    }

    .ea-reviews__summary {
        gap: 10px;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .ea-review-card {
        gap: 12px;
        padding: 14px;
        border-radius: 18px;
    }

    .ea-review-card__avatar {
        width: 42px;
        height: 42px;
        font-size: 13px;
    }

    .ea-review-card__name {
        font-size: 15px;
    }

    .ea-review-card__meta {
        font-size: 12px;
    }

    .ea-review-card__product {
        min-height: 24px;
        padding: 0 10px;
        font-size: 9px;
        white-space: normal;
    }

    .ea-review-card__quote {
        font-size: 14px;
        line-height: 1.62;
    }

    .ea-review-card__photos {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .ea-review-card__photos::-webkit-scrollbar {
        display: none;
    }

    .ea-review-card__photo-link {
        flex: 0 0 98px;
    }

    .ea-review-card__photo {
        aspect-ratio: 1 / 1;
        border-radius: 10px;
    }

    .ea-review-card__shop {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
        border-radius: 14px;
    }

    .ea-review-card__shop-thumb {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }

    .ea-review-card__shop-name {
        white-space: normal;
        font-size: 13px;
    }

    .ea-review-card__shop-meta {
        grid-column: 2;
        justify-items: start;
        text-align: left;
    }

    .ea-review-card__shop-meta strong {
        font-size: 16px;
    }

    .ea-review-card__shop-meta span,
    .ea-review-card__verified,
    .ea-review-card__rating {
        font-size: 11px;
    }

    .ea-review-card__foot {
        padding-top: 12px;
    }

    .ea-footer__inner {
        padding: 38px 0 22px;
    }

    .ea-footer__grid {
        gap: 22px;
        margin-bottom: 24px;
    }

    .ea-footer__brand-mark {
        width: 54px;
        height: 54px;
    }

    .ea-footer__tagline,
    .ea-footer__newsletter p,
    .ea-footer__column a,
    .ea-footer__contact a,
    .ea-footer__contact span {
        font-size: 13px;
        line-height: 1.6;
    }

.ea-footer__quicklinks,
.ea-footer__payments,
.ea-footer__trust {
    flex-wrap: wrap;
}
}

/* Final mobile footer override */
@media (max-width: 768px) {
    .ea-footer__inner {
        width: min(calc(100% - 20px), 680px);
        padding: 32px 0 20px;
    }

    .ea-footer__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "brand brand"
            "shop support"
            "newsletter newsletter";
        gap: 12px;
        margin-bottom: 18px;
        align-items: stretch;
    }

    .ea-footer__brand,
    .ea-footer__column,
    .ea-footer__newsletter {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-width: 0;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.035);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .ea-footer__brand {
        grid-area: brand;
        gap: 12px;
        padding: 18px 16px 16px;
    }

    .ea-footer__column--shop {
        grid-area: shop;
        min-height: 244px;
    }

    .ea-footer__column--support {
        grid-area: support;
        min-height: 244px;
    }

    .ea-footer__newsletter {
        grid-area: newsletter;
        gap: 10px;
        background: rgba(255, 255, 255, 0.045);
    }

    .ea-footer__logo {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 14px;
        width: 100%;
        align-items: center;
        overflow: visible;
    }

    .ea-footer__logo-mark {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        transform: scale(1.38);
        transform-origin: left center;
    }

    .ea-footer__logo-copy {
        gap: 4px;
    }

    .ea-footer__logo-name {
        font-size: 18px;
        line-height: 1.02;
        letter-spacing: -0.02em;
    }

    .ea-footer__logo-sub {
        font-size: 7.5px;
        line-height: 1.2;
        letter-spacing: 0.18em;
    }

    .ea-footer__tagline {
        display: none;
    }

    .ea-footer__contact {
        display: grid;
        gap: 6px;
    }

    .ea-footer__contact a,
    .ea-footer__contact span {
        font-size: 12.5px;
        line-height: 1.45;
        word-break: break-word;
    }

    .ea-footer__contact a[href^="mailto:"] {
        display: none;
    }

    .ea-footer__column h4,
    .ea-footer__newsletter h4 {
        margin: 0 0 10px;
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .ea-footer__column ul {
        display: grid;
        gap: 8px;
        margin: 0;
        flex: 1 1 auto;
        align-content: start;
    }

    .ea-footer__column a,
    .ea-footer__newsletter p {
        font-size: 12.5px;
        line-height: 1.45;
    }

    .ea-footer__newsletter-form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ea-footer__newsletter-form input,
    .ea-footer__newsletter-form button {
        min-height: 42px;
        border-radius: 11px;
    }

    .ea-footer__trust {
        margin-top: 2px;
        padding-top: 10px;
        gap: 6px 12px;
    }

    .ea-footer__trust span {
        font-size: 11px;
    }

    .ea-footer__bottom {
        display: grid;
        gap: 10px;
        padding-top: 14px;
        justify-items: start;
    }

    .ea-footer__copyright {
        font-size: 10.5px;
        line-height: 1.4;
    }

    .ea-footer__payments,
    .ea-footer__quicklinks {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        width: 100%;
    }

    .ea-footer__payments span {
        min-width: 34px;
        min-height: 22px;
        padding: 0 7px;
        border-radius: 7px;
        font-size: 10px;
    }

    .ea-footer__quicklinks a {
        min-height: 30px;
        padding: 0 10px;
        font-size: 10.5px;
        border-radius: 999px;
    }
}

@media (max-width: 768px) {
    .ea-header__announce {
        display: block;
    }

    .ea-header__announce-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        gap: 6px;
        min-height: 0;
        padding: 8px 0;
    }

    .ea-header__announce-copy {
        display: grid;
        justify-items: start;
        gap: 3px;
        padding-right: 8px;
        text-align: left;
        font-size: 9px;
        line-height: 1.3;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .ea-header__announce-copy span {
        display: block;
    }

    .ea-header__announce-copy .ea-header__dot {
        display: none;
    }

    .ea-header__close {
        position: static;
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: -1px;
        font-size: 16px;
    }

    .ea-footer__inner {
        width: min(calc(100% - 20px), 1400px);
        padding: 34px 0 20px;
    }

    .ea-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 16px;
        margin-bottom: 20px;
        align-items: start;
    }

    .ea-footer__brand {
        gap: 14px;
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .ea-footer__column--shop {
        grid-column: 1;
        grid-row: 2;
    }

    .ea-footer__column--support {
        grid-column: 2;
        grid-row: 2;
    }

    .ea-footer__newsletter {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .ea-footer__logo {
        width: 100%;
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        align-items: center;
        gap: 10px;
        justify-self: stretch;
    }

    .ea-footer__logo-mark {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        object-fit: contain;
        align-self: center;
        justify-self: start;
        filter: brightness(0) invert(1);
    }

    .ea-footer__logo-copy {
        min-width: 0;
        width: 100%;
    }

    .ea-footer__logo-name {
        font-size: 14px;
        line-height: 1.02;
        white-space: normal;
        word-break: break-word;
    }

    .ea-footer__logo-sub {
        font-size: 6px;
        letter-spacing: 0.18em;
        white-space: normal;
        word-break: break-word;
    }

    .ea-footer__tagline {
        max-width: none;
        font-size: 13px;
        line-height: 1.55;
    }

    .ea-footer__column,
    .ea-footer__newsletter {
        align-content: start;
    }

    .ea-footer__column h4,
    .ea-footer__newsletter h4 {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .ea-footer__column ul,
    .ea-footer__contact {
        gap: 8px;
    }

    .ea-footer__newsletter-form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ea-footer__newsletter-form input,
    .ea-footer__newsletter-form button {
        width: 100%;
        min-width: 0;
        min-height: 44px;
    }

    .ea-footer__trust {
        margin-top: 14px;
        padding-top: 14px;
        gap: 10px;
    }

    .ea-footer__bottom {
        padding-top: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .ea-footer__payments {
        gap: 8px;
    }

    .ea-footer__payments span {
        min-width: 38px;
        min-height: 24px;
        padding: 0 8px;
        font-size: 11px;
    }

    .ea-footer__quicklinks {
        gap: 8px;
    }

    .ea-footer__quicklinks a {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }
}

@media (max-width: 520px) {
    .ea-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px 14px;
        align-items: start;
    }

    .ea-footer__logo {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 8px;
    }

    .ea-footer__logo-mark {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
    }

    .ea-footer__logo-name {
        font-size: 13px;
    }

    .ea-footer__logo-sub {
        font-size: 5.5px;
        letter-spacing: 0.16em;
    }
}

@media (max-width: 768px) {
    .ea-footer__inner {
        width: min(calc(100% - 16px), 1400px);
        padding: 28px 0 18px;
    }

    .ea-footer__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "brand brand"
            "shop support"
            "newsletter newsletter";
        gap: 12px;
        margin-bottom: 16px;
        align-items: stretch;
    }

    .ea-footer__brand,
    .ea-footer__column,
    .ea-footer__newsletter {
        padding: 13px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.03);
        align-content: start;
    }

    .ea-footer__brand {
        grid-area: brand;
        gap: 10px;
    }

    .ea-footer__column--shop {
        grid-area: shop;
        height: 100%;
        min-height: 276px;
    }

    .ea-footer__column--support {
        grid-area: support;
        height: 100%;
        min-height: 276px;
    }

    .ea-footer__newsletter {
        grid-area: newsletter;
        gap: 10px;
        background: rgba(255, 255, 255, 0.045);
    }

    .ea-footer__column {
        height: 100%;
        align-self: stretch;
    }

    .ea-footer__logo {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px;
        width: 100%;
    }

    .ea-footer__logo-mark {
        width: 42px;
        height: 42px;
        min-width: 42px;
        min-height: 42px;
    }

    .ea-footer__logo-copy {
        gap: 3px;
    }

    .ea-footer__logo-name {
        font-size: 13px;
        line-height: 1.06;
    }

    .ea-footer__logo-sub {
        font-size: 5.5px;
        letter-spacing: 0.14em;
    }

    .ea-footer__tagline {
        font-size: 11.5px;
        line-height: 1.45;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ea-footer__contact {
        gap: 5px;
    }

    .ea-footer__contact a,
    .ea-footer__contact span {
        font-size: 11.5px;
        line-height: 1.4;
        word-break: break-word;
    }

    .ea-footer__column h4,
    .ea-footer__newsletter h4 {
        margin-bottom: 8px;
        font-size: 10px;
        letter-spacing: 0.14em;
    }

    .ea-footer__column ul {
        gap: 7px;
    }

    .ea-footer__column a,
    .ea-footer__newsletter p {
        font-size: 11.5px;
        line-height: 1.4;
    }

    .ea-footer__newsletter-form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ea-footer__newsletter-form input,
    .ea-footer__newsletter-form button {
        min-height: 40px;
        border-radius: 10px;
    }

    .ea-footer__trust {
        margin-top: 4px;
        padding-top: 8px;
        gap: 6px 12px;
    }

    .ea-footer__trust span {
        font-size: 10.5px;
    }

    .ea-footer__bottom {
        padding-top: 12px;
        gap: 10px;
        align-items: flex-start;
    }

    .ea-footer__copyright {
        font-size: 10.5px;
        line-height: 1.4;
    }

    .ea-footer__payments {
        gap: 6px;
    }

    .ea-footer__payments span {
        min-width: 34px;
        min-height: 22px;
        padding: 0 7px;
        font-size: 10px;
        border-radius: 7px;
    }

    .ea-footer__quicklinks {
        gap: 6px;
    }

    .ea-footer__quicklinks a {
        min-height: 30px;
        padding: 0 9px;
        font-size: 10.5px;
        border-radius: 999px;
    }
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .ea-page-shell,
    .ea-home-hero,
    .ea-collections,
    .ea-featured-products,
    .ea-reviews,
    .ea-footer {
        overflow-x: clip;
    }

    .ea-header__inner,
    .ea-home-hero__inner,
    .ea-collections__inner,
    .ea-featured-products__inner,
    .ea-reviews__inner,
    .ea-footer__inner {
        width: min(calc(100% - 20px), 1400px);
    }

    .ea-header__announce-inner {
        min-height: 32px;
        padding-right: 18px;
    }

    .ea-header__announce-copy {
        gap: 6px;
        font-size: 8px;
        letter-spacing: 0.06em;
    }

    .ea-header__dot {
        display: none;
    }

    .ea-home-hero {
        padding: 16px 0 34px;
    }

    .ea-home-hero__inner {
        gap: 14px;
    }

    .ea-home-hero__copy {
        gap: 14px;
        padding: 0;
    }

    .ea-home-hero__headline h1,
    .ea-collections__title,
    .ea-featured-products__title,
    .ea-reviews__title {
        font-size: 24px;
        line-height: 1.04;
    }

    .ea-home-hero__accent {
        max-width: none;
        font-size: 15px;
    }

    .ea-home-hero__body,
    .ea-collections__subtitle,
    .ea-featured-products__subtitle,
    .ea-reviews__subtitle {
        font-size: 13px;
        line-height: 1.58;
    }

    .ea-home-hero__stage {
        padding: 8px 0 0;
        border-radius: 20px;
    }

    .ea-home-hero__stage img {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .ea-home-hero__sold {
        top: 10px;
        right: 10px;
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }

    .ea-collections,
    .ea-featured-products,
    .ea-reviews {
        padding-top: 48px;
        padding-bottom: 60px;
    }

    .ea-collections__header,
    .ea-featured-products__header,
    .ea-reviews__header {
        margin-bottom: 18px;
    }

    .ea-collections__grid,
    .ea-product-grid,
    .ea-reviews__grid {
        grid-auto-columns: calc(100vw - 20px);
        gap: 12px;
        padding: 0 0 8px;
        scroll-padding-left: 0;
    }

    .ea-collection-card,
    .ea-product-card,
    .ea-review-card {
        width: 100%;
        max-width: none;
        scroll-snap-align: start;
    }

    .ea-collection-card {
        padding: 12px;
        border-radius: 18px;
    }

    .ea-collection-card__image-wrap {
        aspect-ratio: 1.08 / 1;
    }

    .ea-collection-card__title {
        font-size: 24px;
    }

    .ea-collection-card__description {
        font-size: 13px;
        line-height: 1.55;
    }

    .ea-product-card {
        border-radius: 18px;
    }

    .ea-product-card__visual {
        height: 164px;
    }

    .ea-product-card__main,
    .ea-product-card__addons,
    .ea-product-card__actions {
        padding: 12px;
    }

    .ea-product-card__meta {
        margin-bottom: 8px;
        font-size: 10px;
        gap: 8px;
    }

    .ea-product-card__title {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .ea-product-card__summary {
        display: none;
    }

    .ea-product-card__price {
        font-size: 24px;
    }

    .ea-product-card__price-was {
        font-size: 14px;
    }

    .ea-product-card__select {
        min-height: 40px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 13px;
    }

    .ea-product-card__addon-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .ea-product-card__addon-item {
        grid-template-columns: auto 36px minmax(0, 1fr);
        gap: 8px;
        padding: 8px;
        border-radius: 12px;
    }

    .ea-product-card__addon-thumb {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .ea-product-card__addon-copy strong,
    .ea-product-card__addon-copy span {
        font-size: 12px;
        line-height: 1.35;
    }

    .ea-product-card__total {
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .ea-product-card__total-label,
    .ea-product-card__total-note {
        font-size: 11px;
    }

    .ea-product-card__total-amount {
        font-size: 22px;
    }

    .ea-product-card__buy {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 8px;
    }

    .ea-product-card__qty {
        min-width: 0;
        height: 42px;
        padding: 0 3px;
        border-radius: 10px;
    }

    .ea-product-card__qty button {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .ea-product-card__qty input {
        width: 26px;
        font-size: 13px;
    }

    .ea-product-card__button {
        min-height: 42px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 13px;
    }

    .ea-product-card__stock-note {
        font-size: 10px;
    }

    .ea-product-card__stock {
        padding: 10px 12px 12px;
    }

    .ea-reviews__summary {
        gap: 10px;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .ea-review-card {
        gap: 12px;
        padding: 14px;
        border-radius: 18px;
    }

    .ea-review-card__avatar {
        width: 42px;
        height: 42px;
        font-size: 13px;
    }

    .ea-review-card__name {
        font-size: 15px;
    }

    .ea-review-card__meta {
        font-size: 12px;
    }

    .ea-review-card__product {
        min-height: 24px;
        padding: 0 10px;
        font-size: 9px;
        white-space: normal;
    }

    .ea-review-card__quote {
        font-size: 14px;
        line-height: 1.62;
    }

    .ea-review-card__photos {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .ea-review-card__photos::-webkit-scrollbar {
        display: none;
    }

    .ea-review-card__photo-link {
        flex: 0 0 98px;
    }

    .ea-review-card__photo {
        aspect-ratio: 1 / 1;
        border-radius: 10px;
    }

    .ea-review-card__shop {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
        border-radius: 14px;
    }

    .ea-review-card__shop-thumb {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }

    .ea-review-card__shop-name {
        white-space: normal;
        font-size: 13px;
    }

    .ea-review-card__shop-meta {
        grid-column: 2;
        justify-items: start;
        text-align: left;
    }

    .ea-review-card__shop-meta strong {
        font-size: 16px;
    }

    .ea-review-card__shop-meta span,
    .ea-review-card__verified,
    .ea-review-card__rating {
        font-size: 11px;
    }

    .ea-review-card__foot {
        padding-top: 12px;
    }

    .ea-header__announce {
        display: block;
    }

    .ea-header__announce-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        gap: 6px;
        min-height: 0;
        padding: 8px 0;
    }

    .ea-header__announce-copy {
        display: grid;
        justify-items: start;
        gap: 2px;
        padding-right: 8px;
        text-align: left;
        font-size: 8px;
        line-height: 1.35;
        letter-spacing: 0.06em;
    }

    .ea-header__close {
        position: static;
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: -1px;
        font-size: 16px;
    }

    .ea-footer__inner {
        width: min(calc(100% - 20px), 1400px);
        padding: 34px 0 20px;
    }

    .ea-footer__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }

    .ea-footer__brand {
        gap: 14px;
    }

    .ea-footer__brand-lockup {
        width: 100%;
        gap: 8px;
    }

    .ea-footer__brand-mark {
        width: 48px;
        height: 48px;
    }

    .ea-footer__brand-name {
        font-size: 14px;
    }

    .ea-footer__brand-sub {
        font-size: 6px;
        letter-spacing: 0.18em;
    }

    .ea-footer__tagline {
        max-width: none;
    }

    .ea-footer__tagline,
    .ea-footer__newsletter p,
    .ea-footer__column a,
    .ea-footer__contact a,
    .ea-footer__contact span {
        font-size: 13px;
        line-height: 1.55;
    }

    .ea-footer__column h4,
    .ea-footer__newsletter h4 {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .ea-footer__column ul,
    .ea-footer__contact {
        gap: 8px;
    }

    .ea-footer__newsletter-form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ea-footer__newsletter-form input,
    .ea-footer__newsletter-form button {
        width: 100%;
        min-width: 0;
        min-height: 44px;
    }

    .ea-footer__trust {
        margin-top: 14px;
        padding-top: 14px;
        gap: 10px;
        flex-wrap: wrap;
    }

    .ea-footer__bottom {
        padding-top: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .ea-footer__payments,
    .ea-footer__quicklinks {
        gap: 8px;
        flex-wrap: wrap;
    }

    .ea-footer__payments span {
        min-width: 38px;
        min-height: 24px;
        padding: 0 8px;
        font-size: 11px;
    }

    .ea-footer__quicklinks a {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .ea-page-shell,
    .ea-home-hero,
    .ea-collections,
    .ea-featured-products,
    .ea-reviews,
    .ea-footer {
        overflow-x: clip;
    }

    .ea-header__inner,
    .ea-home-hero__inner,
    .ea-collections__inner,
    .ea-featured-products__inner,
    .ea-reviews__inner,
    .ea-footer__inner {
        width: min(calc(100% - 20px), 1400px);
    }

    .ea-header__announce-inner {
        min-height: 32px;
        padding-right: 18px;
    }

    .ea-header__announce-copy {
        gap: 6px;
        font-size: 8px;
        letter-spacing: 0.06em;
    }

    .ea-header__dot {
        display: none;
    }

    .ea-home-hero {
        padding: 16px 0 34px;
    }

    .ea-home-hero__inner {
        gap: 14px;
    }

    .ea-home-hero__copy {
        gap: 14px;
        padding: 0;
    }

    .ea-home-hero__headline h1 {
        font-size: clamp(20px, 6vw, 24px);
    }

    .ea-home-hero__accent {
        max-width: none;
        font-size: 15px;
    }

    .ea-home-hero__body {
        font-size: 13px;
        line-height: 1.58;
    }

    .ea-home-hero__stage {
        padding: 8px 0 0;
        border-radius: 20px;
    }

    .ea-home-hero__stage img {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .ea-home-hero__sold {
        top: 10px;
        right: 10px;
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }

    .ea-collections {
        padding: 52px 0 64px;
    }

    .ea-featured-products {
        padding: 52px 0 66px;
    }

    .ea-reviews {
        padding: 48px 0 60px;
    }

    .ea-collections__header,
    .ea-featured-products__header,
    .ea-reviews__header {
        margin-bottom: 18px;
    }

    .ea-collections__title,
    .ea-featured-products__title,
    .ea-reviews__title {
        margin-top: 14px;
        font-size: 26px;
        line-height: 1.04;
    }

    .ea-collections__subtitle,
    .ea-featured-products__subtitle,
    .ea-reviews__subtitle {
        font-size: 14px;
        line-height: 1.6;
    }

    .ea-collections__grid,
    .ea-product-grid,
    .ea-reviews__grid {
        grid-auto-columns: calc(100vw - 28px);
        gap: 12px;
        padding: 0 0 8px;
        scroll-padding-left: 0;
    }

    .ea-collection-card,
    .ea-product-card,
    .ea-review-card {
        width: 100%;
        max-width: none;
        scroll-snap-align: start;
    }

    .ea-collection-card {
        padding: 12px;
        border-radius: 18px;
    }

    .ea-collection-card__image-wrap {
        aspect-ratio: 1.08 / 1;
    }

    .ea-collection-card__title {
        font-size: 24px;
    }

    .ea-collection-card__description {
        font-size: 13px;
        line-height: 1.55;
    }

    .ea-collection-card__social {
        gap: 10px;
    }

    .ea-collection-card__social-item,
    .ea-collection-card__urgency {
        font-size: 12px;
    }

    .ea-product-card {
        border-radius: 18px;
    }

    .ea-product-card__visual {
        height: 176px;
    }

    .ea-product-card__badge,
    .ea-product-card__viewer {
        min-height: 24px;
        padding: 0 9px;
        font-size: 9px;
    }

    .ea-product-card__main,
    .ea-product-card__addons,
    .ea-product-card__actions {
        padding: 12px;
    }

    .ea-product-card__meta {
        margin-bottom: 8px;
        font-size: 10px;
        gap: 8px;
    }

    .ea-product-card__title {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .ea-product-card__summary {
        display: none;
    }

    .ea-product-card__price {
        font-size: 24px;
    }

    .ea-product-card__price-was {
        font-size: 14px;
    }

    .ea-product-card__select-wrap {
        margin-top: 12px;
        gap: 6px;
    }

    .ea-product-card__select {
        min-height: 40px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 13px;
    }

    .ea-product-card__addon-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .ea-product-card__addon-item {
        grid-template-columns: auto 36px minmax(0, 1fr);
        gap: 8px;
        padding: 8px;
        border-radius: 12px;
    }

    .ea-product-card__addon-thumb {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .ea-product-card__addon-copy strong,
    .ea-product-card__addon-copy span {
        font-size: 12px;
        line-height: 1.35;
    }

    .ea-product-card__total {
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .ea-product-card__total-label,
    .ea-product-card__total-note {
        font-size: 11px;
    }

    .ea-product-card__total-amount {
        font-size: 22px;
    }

    .ea-product-card__buy {
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 8px;
    }

    .ea-product-card__qty {
        min-width: 0;
        height: 42px;
        padding: 0 3px;
        border-radius: 10px;
    }

    .ea-product-card__qty button {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .ea-product-card__qty input {
        width: 26px;
        font-size: 13px;
    }

    .ea-product-card__button {
        min-height: 42px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 13px;
    }

    .ea-product-card__stock {
        padding: 10px 12px 12px;
    }

    .ea-product-card__stock-note {
        font-size: 10px;
    }

    .ea-reviews__summary {
        gap: 10px;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .ea-review-card {
        gap: 12px;
        padding: 14px;
        border-radius: 18px;
    }

    .ea-review-card__head {
        gap: 8px;
    }

    .ea-review-card__person {
        gap: 10px;
    }

    .ea-review-card__avatar {
        width: 42px;
        height: 42px;
        font-size: 13px;
    }

    .ea-review-card__name {
        font-size: 15px;
    }

    .ea-review-card__meta {
        font-size: 12px;
    }

    .ea-review-card__product {
        min-height: 24px;
        padding: 0 10px;
        font-size: 9px;
        white-space: normal;
    }

    .ea-review-card__stars {
        font-size: 14px;
    }

    .ea-review-card__quote {
        font-size: 14px;
        line-height: 1.62;
    }

    .ea-review-card__photos {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .ea-review-card__photos::-webkit-scrollbar {
        display: none;
    }

    .ea-review-card__photo-link {
        flex: 0 0 112px;
    }

    .ea-review-card__photo {
        aspect-ratio: 1 / 1;
        border-radius: 10px;
    }

    .ea-review-card__shop {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
        border-radius: 14px;
    }

    .ea-review-card__shop-thumb {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }

    .ea-review-card__shop-name {
        white-space: normal;
        font-size: 13px;
    }

    .ea-review-card__shop-meta {
        grid-column: 2;
        justify-items: start;
        text-align: left;
    }

    .ea-review-card__shop-meta strong {
        font-size: 16px;
    }

    .ea-review-card__shop-meta span,
    .ea-review-card__verified,
    .ea-review-card__rating {
        font-size: 11px;
    }

    .ea-review-card__foot {
        padding-top: 12px;
    }

    .ea-footer__inner {
        padding: 38px 0 22px;
    }

    .ea-footer__grid {
        gap: 22px;
        margin-bottom: 24px;
    }

    .ea-footer__brand-mark {
        width: 54px;
        height: 54px;
    }

    .ea-footer__tagline,
    .ea-footer__newsletter p,
    .ea-footer__column a,
    .ea-footer__contact a,
    .ea-footer__contact span {
        font-size: 13px;
        line-height: 1.6;
    }

    .ea-footer__quicklinks,
    .ea-footer__payments,
    .ea-footer__trust {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .ea-footer__inner {
        width: min(calc(100% - 20px), 680px);
        padding: 32px 0 20px;
    }

    .ea-footer__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "brand brand"
            "shop support"
            "newsletter newsletter";
        gap: 12px;
        margin-bottom: 18px;
        align-items: stretch;
    }

    .ea-footer__brand,
    .ea-footer__column,
    .ea-footer__newsletter {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-width: 0;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.035);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .ea-footer__brand {
        grid-area: brand;
        gap: 12px;
        padding: 18px 16px 16px;
    }

    .ea-footer__column--shop {
        grid-area: shop;
        min-height: 244px;
    }

    .ea-footer__column--support {
        grid-area: support;
        min-height: 244px;
    }

    .ea-footer__newsletter {
        grid-area: newsletter;
        gap: 10px;
        background: rgba(255, 255, 255, 0.045);
    }

    .ea-footer__logo {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 14px;
        width: 100%;
        align-items: center;
        overflow: visible;
    }

    .ea-footer__logo-mark {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        transform: scale(1.38);
        transform-origin: left center;
    }

    .ea-footer__logo-copy {
        gap: 4px;
    }

    .ea-footer__logo-name {
        font-size: 18px;
        line-height: 1.02;
        letter-spacing: -0.02em;
    }

    .ea-footer__logo-sub {
        font-size: 7.5px;
        line-height: 1.2;
        letter-spacing: 0.18em;
    }

    .ea-footer__tagline {
        display: none;
    }

    .ea-footer__contact {
        display: grid;
        gap: 6px;
    }

    .ea-footer__contact a,
    .ea-footer__contact span {
        font-size: 12.5px;
        line-height: 1.45;
        word-break: break-word;
    }

    .ea-footer__contact a[href^="mailto:"] {
        display: none;
    }

    .ea-footer__column h4,
    .ea-footer__newsletter h4 {
        margin: 0 0 10px;
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .ea-footer__column ul {
        display: grid;
        gap: 8px;
        margin: 0;
        flex: 1 1 auto;
        align-content: start;
    }

    .ea-footer__column a,
    .ea-footer__newsletter p {
        font-size: 12.5px;
        line-height: 1.45;
    }

    .ea-footer__newsletter-form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ea-footer__newsletter-form input,
    .ea-footer__newsletter-form button {
        min-height: 42px;
        border-radius: 11px;
    }

    .ea-footer__trust {
        margin-top: 2px;
        padding-top: 10px;
        gap: 6px 12px;
    }

    .ea-footer__trust span {
        font-size: 11px;
    }

    .ea-footer__bottom {
        display: grid;
        gap: 10px;
        padding-top: 14px;
        justify-items: start;
    }

    .ea-footer__copyright {
        font-size: 10.5px;
        line-height: 1.4;
    }

    .ea-footer__payments,
    .ea-footer__quicklinks {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        width: 100%;
    }

    .ea-footer__payments span {
        min-width: 34px;
        min-height: 22px;
        padding: 0 7px;
        border-radius: 7px;
        font-size: 10px;
    }

    .ea-footer__quicklinks a {
        min-height: 30px;
        padding: 0 10px;
        font-size: 10.5px;
        border-radius: 999px;
    }
}

@media (max-width: 520px) {
    .ea-collections__grid,
    .ea-product-grid,
    .ea-reviews__grid {
        grid-auto-columns: calc(100vw - 20px);
    }

    .ea-home-hero__headline h1,
    .ea-collections__title,
    .ea-featured-products__title,
    .ea-reviews__title {
        font-size: 24px;
    }

    .ea-product-card__visual {
        height: 164px;
    }

    .ea-product-card__buy {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .ea-review-card__photo-link {
        flex-basis: 98px;
    }
}

.ea-header__mobile-panel,
.ea-header__toggle {
    display: none;
}

@media (max-width: 980px) {
    .ea-header__inner {
        width: min(calc(100% - 24px), 1320px);
    }

    .ea-header__announce-inner {
        min-height: 30px;
        padding-right: 18px;
        font-size: 9px;
        letter-spacing: 0.1em;
    }

    .ea-header__top {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: 10px;
        min-height: 52px;
    }

    .ea-header__toggle {
        display: inline-flex;
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        width: 40px;
        height: 40px;
        border: 0;
        background: transparent;
        color: var(--ea-copy);
        padding: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        z-index: 2;
    }

    .ea-header__toggle span {
        width: 18px;
        height: 1.5px;
        background: currentColor;
        display: block;
    }

    .ea-header__nav {
        display: none;
    }

    .ea-header__brand {
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        gap: 7px;
    }

    .ea-header__brand-mark {
        width: 44px;
        height: 44px;
    }

    .ea-header__brand-name {
        font-size: 12.5px;
    }

    .ea-header__brand-sub {
        margin-top: 2px;
        font-size: 5.6px;
        letter-spacing: 0.16em;
    }

    .ea-header__utilities {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        gap: 0;
    }

    .ea-header__action--account {
        display: none;
    }

    .ea-header__action {
        min-height: 40px;
        padding: 0;
        border-radius: 999px;
        border: 0;
        background: transparent;
        font-size: 0;
    }

    .ea-header__cart {
        width: 40px;
        height: 40px;
        justify-content: center;
        gap: 0;
    }

    .ea-header__cart > span:not(.ea-header__count):not(.ea-header__cart-icon) {
        display: none;
    }

    .ea-header__cart-icon {
        display: inline-flex;
    }

    .ea-header__cart-total {
        display: none;
    }

    .ea-header__count {
        position: absolute;
        top: 3px;
        right: 2px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        font-size: 9px;
    }

    /* Mobile menu: opaque drawer with visible page behind it. */
    .ea-header__mobile-panel {
        display: block;
        position: fixed;
        inset: 0;
        margin: 0;
        background: rgba(28, 25, 23, 0.22);
        z-index: 70;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.5s ease, visibility 0.5s ease;
        overflow-y: auto;
        overflow-x: hidden;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }

    .ea-header__mobile-panel::before {
        content: none;
    }

    .ea-header__mobile-panel::after {
        content: none;
    }

    .ea-header__mobile-panel.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .ea-header__mobile-sheet {
        position: relative;
        z-index: 1;
        min-height: 100vh;
        width: min(78vw, 340px);
        max-width: 340px;
        margin: 0 auto 0 0;
        padding: 22px 18px 26px;
        display: flex;
        flex-direction: column;
        gap: 0;
        background-color: #f5f2ed;
        background-image:
            linear-gradient(rgba(28, 25, 23, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(28, 25, 23, 0.03) 1px, transparent 1px);
        background-size: 40px 40px, 40px 40px;
        transform: translateX(-100%);
        transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: 18px 0 48px rgba(28, 25, 23, 0.22);
        overflow: visible;
        border-right: 1px solid rgba(28, 25, 23, 0.08);
    }

    .ea-header__mobile-panel.is-open .ea-header__mobile-sheet {
        transform: translateX(0);
    }

    .ea-header__mobile-ticker {
        margin-bottom: 18px;
        padding: 13px 14px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        gap: 12px;
        background: #1c1917;
        color: #f5f2ed;
        transform: none;
    }

    .ea-header__mobile-nav {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 20px;
        padding-top: 0;
    }

    .ea-header__mobile-nav a {
        display: flex;
        align-items: baseline;
        gap: 14px;
        padding: 14px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        color: #1c1917;
        text-decoration: none;
        background: none;
        border-radius: 0;
        font-size: inherit;
        font-weight: inherit;
        letter-spacing: normal;
        line-height: normal;
    }

    .ea-header__mobile-nav-number {
        font-family: "JetBrains Mono", monospace;
        font-size: 12px;
        color: var(--ea-cream);
        font-weight: 600;
        min-width: 30px;
    }

    .ea-header__mobile-nav-label {
        font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.03em;
    }

    .ea-header__mobile-actions {
        margin-top: 0;
        margin-bottom: 18px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .ea-header__mobile-actions a {
        min-height: 0;
        padding: 14px 10px;
        border-radius: 12px;
        display: grid;
        place-items: center;
        gap: 6px;
        background: rgba(255, 255, 255, 0.6);
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #1c1917;
        font-size: inherit;
        font-weight: inherit;
        letter-spacing: normal;
        text-transform: none;
    }

    .ea-header__mobile-action-icon {
        font-size: 20px;
        line-height: 1;
    }

    .ea-header__mobile-action-label {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .ea-header__mobile-contact {
        margin-top: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 18px;
    }

    .ea-header__mobile-email {
        display: block;
        margin-bottom: 12px;
        font-family: "JetBrains Mono", monospace;
        font-size: 12px;
        color: #5f564e;
        text-decoration: none;
    }

    .ea-header__mobile-secondary {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .ea-header__mobile-secondary a {
        width: 44px;
        height: 44px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.55);
        color: #1c1917;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-decoration: none;
    }
}

@media (max-width: 1100px) {
    .ea-collections__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ea-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ea-reviews__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ea-home-hero {
        padding-top: 28px;
    }

    .ea-home-hero__inner {
        grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
        gap: 34px;
    }

    .ea-home-hero__headline h1 {
        font-size: clamp(40px, 4.8vw, 54px);
    }

    .ea-home-hero__accent {
        font-size: clamp(17px, 2vw, 20px);
    }

    .ea-home-hero__stage {
        min-height: 540px;
        border-radius: 34px;
        padding-top: 20px;
    }

    .ea-home-hero__watch {
        right: 30px;
        bottom: 30px;
    }
}

@media (max-width: 820px) {
    .ea-collections {
        padding: 64px 0 76px;
    }

    .ea-featured-products {
        padding: 68px 0 82px;
    }

    .ea-featured-products__inner {
        width: min(calc(100% - 24px), 1400px);
    }

    .ea-featured-products__header {
        margin-bottom: 28px;
    }

    .ea-featured-products__title {
        margin-top: 16px;
        font-size: 30px;
    }

    .ea-featured-products__subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .ea-product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ea-reviews {
        padding: 60px 0 74px;
    }

    .ea-reviews__inner {
        width: min(calc(100% - 24px), 1400px);
    }

    .ea-reviews__header {
        margin-bottom: 24px;
    }

    .ea-reviews__title {
        font-size: 30px;
    }

    .ea-reviews__subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .ea-reviews__summary {
        min-height: auto;
        padding: 16px 18px;
        border-radius: 22px;
        gap: 12px;
    }

    .ea-reviews__score strong {
        font-size: 34px;
    }

    .ea-reviews__score span {
        font-size: 18px;
    }

    .ea-reviews__stars {
        font-size: 18px;
    }

    .ea-reviews__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ea-reviews__cta {
        padding: 20px;
        border-radius: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .ea-review-card,
    .ea-review-card.is-featured {
        grid-column: span 1;
        padding: 18px;
    }

    .ea-product-card__visual {
        height: 260px;
    }

    .ea-product-card__main,
    .ea-product-card__addons,
    .ea-product-card__actions {
        padding: 18px;
    }

    .ea-product-card__title {
        font-size: 24px;
    }

    .ea-product-card__price {
        font-size: 28px;
    }

    .ea-product-card__buy {
        flex-direction: column;
    }

    .ea-product-card__qty {
        min-width: 0;
        width: 100%;
        justify-content: center;
    }

    .ea-product-card__stock {
        padding: 12px 18px 16px;
    }

    .ea-collections__inner {
        width: min(calc(100% - 24px), 1400px);
    }

    .ea-collections__header {
        margin-bottom: 34px;
    }

    .ea-collections__title {
        margin-top: 18px;
        font-size: 28px;
    }

    .ea-collections__subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .ea-collections__grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc(100vw - 24px);
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 10px;
        scroll-padding-left: 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        touch-action: pan-x pan-y;
    }

    .ea-collections__grid::-webkit-scrollbar {
        display: none;
    }

    .ea-collection-card {
        border-radius: 20px;
        padding: 14px;
        width: 100%;
        max-width: none;
        scroll-snap-align: start;
    }

    .ea-collection-card__image-wrap {
        aspect-ratio: 4 / 3;
    }

    .ea-collection-card__quick {
        opacity: 1;
        transform: translateX(-50%);
        bottom: 14px;
        min-height: 42px;
        padding: 0 18px;
        font-size: 13px;
    }

    .ea-collection-card__title {
        font-size: 28px;
    }

    .ea-collection-card__social {
        align-items: flex-start;
        flex-direction: column;
    }

    .ea-collection-card__social-left {
        gap: 14px;
    }

    .ea-collection-card__urgency-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .ea-collection-modal__dialog {
        width: 100%;
        max-height: 95vh;
        margin: auto 0 0;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
    }

    .ea-collection-modal.is-open .ea-collection-modal__dialog {
        transform: translateY(0);
    }

    .ea-collection-modal__header {
        padding: 20px 20px 18px;
    }

    .ea-collection-modal__body {
        padding: 20px;
    }

    .ea-collection-modal__dock {
        grid-template-rows: auto minmax(0, auto) auto;
    }

    .ea-collection-modal__urgency {
        flex-direction: column;
        align-items: flex-start;
    }

    .ea-collection-modal__countdown {
        font-size: 24px;
    }

    .ea-collection-modal__products {
        grid-template-columns: 1fr;
    }

    .ea-collection-modal__quick-add {
        flex-direction: column;
        align-items: stretch;
    }

    .ea-collection-modal__product-actions {
        gap: 8px;
    }

    .ea-collection-modal__qty {
        width: 100%;
        justify-content: center;
    }

    .ea-collection-modal__bundle {
        padding: 20px;
    }

    .ea-collection-modal__footer {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }

    .ea-collection-modal__checkout {
        width: 100%;
        min-width: 0;
    }

    .ea-collection-modal__trust {
        flex-wrap: wrap;
        gap: 12px 18px;
        padding: 14px 20px 18px;
        text-align: center;
    }

    .ea-collection-modal__cart-items {
        padding: 0 20px 16px;
        max-height: 150px;
    }

    .ea-page-shell {
        padding: 28px 0 44px;
    }

    .ea-page-shell__inner {
        width: min(calc(100% - 24px), 1240px);
    }

    .ea-home-hero {
        padding: 18px 0 40px;
    }

    .ea-home-hero__inner {
        width: min(calc(100% - 24px), 1320px);
        grid-template-columns: 1fr;
        gap: 18px;
        overflow: hidden;
    }

    .ea-home-hero__art {
        order: 2;
        justify-content: center;
        padding: 0;
    }

    .ea-home-hero__copy {
        order: 1;
        gap: 16px;
        padding: 0 4px;
    }

    .ea-home-hero__headline h1 {
        max-width: 100%;
        font-size: clamp(21px, 6.3vw, 24px);
        line-height: 1.08;
    }

    .ea-home-hero__accent {
        max-width: 300px;
        font-size: clamp(15px, 4.4vw, 18px);
        line-height: 1.2;
    }

    .ea-home-hero__body {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.64;
    }

    .ea-home-hero__crosssell {
        min-height: 38px;
        padding: 0 14px;
        gap: 8px;
    }

    .ea-home-hero__crosssell strong {
        font-size: 13px;
    }

    .ea-home-hero__crosssell-label {
        font-size: 10px;
        letter-spacing: 0.1em;
    }

    .ea-home-hero__actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ea-home-hero__button {
        width: 100%;
    }

    .ea-home-hero__support {
        max-width: 100%;
    }

    .ea-home-hero__urgency {
        max-width: 100%;
    }

    .ea-home-hero__stage {
        width: 100%;
        min-height: auto;
        padding: 0;
        border-radius: 20px;
        overflow: hidden;
    }

    .ea-home-hero__stage img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .ea-home-hero__sold {
        top: 14px;
        right: 10px;
        min-height: 32px;
        padding: 0 12px;
        font-size: 11px;
    }

    .ea-home-hero__watch {
        display: none;
    }
}

@media (max-width: 768px) {
    .ea-browse-hint {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 14px;
        padding: 0 12px;
        font-size: 11px;
    }

    .ea-browse-hint span:first-child {
        font-size: 10px;
        letter-spacing: 0.14em;
    }

    .ea-featured-products {
        padding: 56px 0 72px;
    }

    .ea-featured-products__header {
        margin-bottom: 22px;
    }

    .ea-featured-products__title {
        font-size: 28px;
        line-height: 1.02;
    }

    .ea-featured-products__subtitle {
        font-size: 14px;
    }

    .ea-product-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(88vw, 88vw);
        grid-template-columns: none;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 2px 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        touch-action: pan-x pan-y;
    }

    .ea-product-grid::-webkit-scrollbar {
        display: none;
    }

    .ea-reviews {
        padding: 52px 0 64px;
    }

    .ea-reviews__header {
        margin-bottom: 20px;
    }

    .ea-reviews__title {
        font-size: 28px;
        line-height: 1.02;
    }

    .ea-reviews__subtitle {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .ea-reviews__summary {
        display: grid;
        justify-items: start;
        border-radius: 18px;
    }

    .ea-reviews__grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(84vw, 84vw);
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 2px 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        touch-action: pan-x pan-y;
    }

    .ea-reviews__grid::-webkit-scrollbar {
        display: none;
    }

    .ea-write-review {
        padding: 18px 0 32px;
    }

    .ea-write-review__form {
        padding: 20px;
        border-radius: 24px;
        gap: 20px;
    }

    .ea-write-review__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ea-write-review__panel--rating {
        padding: 20px 18px;
    }

    .ea-write-review__star {
        font-size: 34px;
    }

    .ea-write-review__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ea-write-review__submit {
        width: 100%;
        min-width: 0;
    }

    .ea-footer__inner {
        width: min(calc(100% - 24px), 1400px);
        padding: 42px 0 24px;
    }

    .ea-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 30px;
    }

    .ea-footer__newsletter-form {
        flex-direction: column;
    }

    .ea-footer__newsletter-form button {
        width: 100%;
    }

    .ea-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .ea-reviews {
        padding: 22px 0 24px;
    }

    .ea-reviews__header {
        gap: 10px;
        margin-bottom: 14px;
    }

    .ea-reviews__title {
        font-size: clamp(24px, 8.5vw, 32px);
    }

    .ea-reviews__subtitle {
        font-size: 13px;
        line-height: 1.48;
    }

    .ea-review-card {
        gap: 10px;
        padding: 14px;
        border-radius: 18px;
        scroll-snap-align: start;
    }

    .ea-review-card__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ea-review-card__person {
        gap: 12px;
    }

    .ea-review-card__avatar {
        width: 46px;
        height: 46px;
        font-size: 14px;
    }

    .ea-review-card__name {
        font-size: 16px;
    }

    .ea-review-card__meta {
        font-size: 13px;
    }

    .ea-review-card__product {
        font-size: 10px;
    }

    .ea-review-card__quote {
        font-size: 14px;
        line-height: 1.56;
        -webkit-line-clamp: 5;
    }

    .ea-review-card__photos {
        gap: 8px;
    }

    .ea-review-card__quickpicks {
        margin-top: 2px;
    }

    .ea-reviews__cta {
        margin-top: 10px;
        padding: 16px;
        border-radius: 18px;
    }

    .ea-reviews__cta-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ea-reviews__cta-button {
        width: 100%;
        justify-content: center;
    }

    .ea-review-card__photo {
        border-radius: 12px;
    }

    .ea-review-card__shop {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 12px;
    }

    .ea-review-card__shop-thumb {
        width: 52px;
        height: 52px;
        border-radius: 12px;
    }

    .ea-review-card__shop-name {
        white-space: normal;
        font-size: 14px;
    }

    .ea-review-card__shop-meta {
        grid-column: 2;
        justify-items: start;
        text-align: left;
    }

    .ea-review-card__foot {
        padding-top: 14px;
    }

    .ea-product-card {
        border-radius: 18px;
        scroll-snap-align: start;
    }

    .ea-product-card__visual {
        height: 214px;
    }

    .ea-product-card__badge,
    .ea-product-card__viewer {
        top: 12px;
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }

    .ea-product-card__badge {
        left: 12px;
    }

    .ea-product-card__viewer {
        right: 12px;
    }

    .ea-product-card__main,
    .ea-product-card__addons,
    .ea-product-card__actions {
        padding: 14px;
    }

    .ea-product-card__meta {
        font-size: 10px;
    }

    .ea-product-card__title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .ea-product-card__summary {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .ea-product-card__price {
        font-size: 26px;
    }

    .ea-product-card__price-was {
        font-size: 15px;
    }

    .ea-product-card__select-wrap {
        margin-top: 14px;
    }

    .ea-product-card__select {
        min-height: 42px;
        font-size: 13px;
    }

    .ea-product-card__addon-head {
        margin-bottom: 10px;
    }

    .ea-product-card__addon-label,
    .ea-product-card__addon-tag {
        font-size: 10px;
    }

    .ea-product-card__addon-item {
        grid-template-columns: auto 40px minmax(0, 1fr);
        gap: 10px;
        padding: 9px;
    }

    .ea-product-card__addon-thumb {
        width: 40px;
        height: 40px;
    }

    .ea-product-card__addon-copy strong,
    .ea-product-card__addon-copy span {
        font-size: 13px;
    }

    .ea-product-card__total {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .ea-product-card__total-label,
    .ea-product-card__total-note {
        font-size: 12px;
    }

    .ea-product-card__total-amount {
        font-size: 24px;
    }

    .ea-product-card__buy {
        gap: 10px;
    }

    .ea-product-card__qty {
        height: 46px;
    }

    .ea-product-card__qty button {
        width: 36px;
        height: 36px;
    }

    .ea-product-card__button {
        min-height: 46px;
        font-size: 14px;
    }

    .ea-product-card__stock {
        gap: 10px;
        padding: 12px 14px 14px;
    }

    .ea-product-card__stock-note {
        font-size: 11px;
    }

    .ea-collection-modal__header {
        padding: 14px 14px 12px;
    }

    .ea-collection-modal__body {
        padding: 12px;
    }

    .ea-collection-modal__urgency {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .ea-collection-modal__urgency-left {
        min-width: 0;
    }

    .ea-collection-modal__urgency-icon {
        display: none;
    }

    .ea-collection-modal__countdown {
        font-size: 17px;
        letter-spacing: 0.02em;
    }

    .ea-collection-modal__products {
        gap: 8px;
        margin-bottom: 10px;
    }

    .ea-collection-modal__product {
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        border-radius: 16px;
        background: #fffdf9;
        box-shadow: 0 8px 18px rgba(29, 25, 21, 0.06);
    }

    .ea-collection-modal__product:hover {
        transform: none;
        box-shadow: 0 8px 18px rgba(29, 25, 21, 0.06);
        border-color: rgba(29, 25, 21, 0.07);
    }

    .ea-collection-modal__product-image-wrap {
        height: 100%;
        min-height: 120px;
        border-right: 1px solid rgba(29, 25, 21, 0.06);
    }

    .ea-collection-modal__product:hover .ea-collection-modal__product-image {
        transform: none;
    }

    .ea-collection-modal__product-badge,
    .ea-collection-modal__product-stock {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .ea-collection-modal__product-info {
        padding: 10px;
        gap: 6px;
    }

    .ea-collection-modal__product-name {
        font-size: 14px;
        line-height: 1.2;
    }

    .ea-collection-modal__product-price {
        font-size: 17px;
    }

    .ea-collection-modal__product-price-original {
        font-size: 11px;
    }

    .ea-collection-modal__product-note {
        display: block;
    }

    .ea-collection-modal__variation-select {
        min-height: 36px;
        border-radius: 10px;
        font-size: 12px;
        padding: 0 10px;
    }

    .ea-collection-modal__variation-label span {
        display: block;
    }

    .ea-collection-modal__quick-add {
        display: grid;
        grid-template-columns: 84px minmax(0, 1fr);
        align-items: stretch;
        gap: 6px;
    }

    .ea-collection-modal__qty {
        width: 100%;
        height: 36px;
        border-radius: 10px;
        justify-content: normal;
    }

    .ea-collection-modal__qty button {
        width: 26px;
        font-size: 14px;
    }

    .ea-collection-modal__qty input {
        width: 28px;
        font-size: 13px;
    }

    .ea-collection-modal__product-button {
        min-height: 36px;
        border-radius: 10px;
        padding: 0 10px;
        font-size: 12px;
    }

    .ea-collection-modal__product-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ea-collection-modal__product-link {
        min-height: 34px;
        padding: 0 10px;
        border: 1px solid rgba(143, 91, 44, 0.16);
        border-radius: 999px;
        background: #f7f2ea;
        font-size: 11px;
    }

    .ea-collection-modal__bundle {
        padding: 12px;
        border-radius: 16px;
    }

    .ea-collection-modal__bundle-head {
        gap: 8px;
        margin-bottom: 10px;
    }

    .ea-collection-modal__bundle-builder {
        gap: 6px;
        margin: 10px 0;
    }

    .ea-collection-modal__bundle-option,
    .ea-collection-modal__bundle-line {
        padding: 9px 10px;
        border-radius: 10px;
    }

    .ea-collection-modal__bundle-option select {
        min-height: 36px;
        font-size: 12px;
    }

    .ea-collection-modal__bundle-cta {
        min-height: 40px;
        border-radius: 12px;
        font-size: 12px;
    }

    .ea-collection-modal__bundle-icon,
    .ea-collection-modal__bundle-copy {
        display: none;
    }

    .ea-collection-modal__dock {
        background: linear-gradient(180deg, rgba(247, 242, 234, 0.96) 0%, #f7f2ea 100%);
        box-shadow: 0 -12px 26px rgba(29, 25, 21, 0.14);
    }

    .ea-collection-modal__footer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px;
    }

    .ea-collection-modal__cart {
        width: 100%;
        gap: 10px;
        align-items: stretch;
    }

    .ea-collection-modal__cart-badge {
        width: 42px;
        height: 42px;
        font-size: 18px;
        flex-shrink: 0;
    }

    .ea-collection-modal__cart-summary {
        flex: 1;
        justify-content: space-between;
        gap: 8px;
        padding: 9px 10px;
        border: 1px solid rgba(29, 25, 21, 0.08);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.9);
    }

    .ea-collection-modal__cart-copy span {
        font-size: 10px;
    }

    .ea-collection-modal__cart-copy strong {
        font-size: 18px;
    }

    .ea-collection-modal__checkout {
        width: 100%;
        min-width: 0;
        min-height: 42px;
        padding: 0 14px;
        border-radius: 12px;
        font-size: 12px;
    }

    .ea-collection-modal__cart-items {
        padding: 0 12px 12px;
        max-height: 120px;
        gap: 6px;
    }

    .ea-collection-modal__cart-item {
        padding: 9px 10px;
        border-radius: 10px;
    }

    .ea-collection-modal__cart-item-head strong,
    .ea-collection-modal__cart-item-total {
        font-size: 13px;
    }

    .ea-collection-modal__cart-item-controls {
        gap: 4px;
        padding: 3px;
        flex: 0 0 auto;
    }

    .ea-collection-modal__cart-item-controls [data-ea-cart-item-minus],
    .ea-collection-modal__cart-item-controls [data-ea-cart-item-plus],
    .ea-collection-modal__cart-item-controls [data-ea-cart-item-remove] {
        width: 26px;
        height: 26px;
    }

    .ea-collection-modal__trust {
        display: none;
    }
}
@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .ea-page-shell,
    .ea-home-hero,
    .ea-collections,
    .ea-featured-products,
    .ea-reviews,
    .ea-footer {
        overflow-x: clip;
    }

    .ea-header__inner,
    .ea-home-hero__inner,
    .ea-collections__inner,
    .ea-featured-products__inner,
    .ea-reviews__inner,
    .ea-footer__inner {
        width: min(calc(100% - 20px), 1400px);
    }

    .ea-header__announce-inner {
        min-height: 32px;
        padding-right: 18px;
    }

    .ea-header__announce-copy {
        gap: 6px;
        font-size: 8px;
        letter-spacing: 0.06em;
    }

    .ea-header__dot {
        display: none;
    }

    .ea-home-hero {
        padding: 16px 0 34px;
    }

    .ea-home-hero__inner {
        gap: 14px;
    }

    .ea-home-hero__copy {
        gap: 14px;
        padding: 0;
    }

    .ea-home-hero__headline h1,
    .ea-collections__title,
    .ea-featured-products__title,
    .ea-reviews__title {
        font-size: 24px;
        line-height: 1.04;
    }

    .ea-home-hero__accent {
        max-width: none;
        font-size: 15px;
    }

    .ea-home-hero__body,
    .ea-collections__subtitle,
    .ea-featured-products__subtitle,
    .ea-reviews__subtitle {
        font-size: 13px;
        line-height: 1.58;
    }

    .ea-home-hero__stage {
        padding: 8px 0 0;
        border-radius: 20px;
    }

    .ea-home-hero__stage img {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .ea-home-hero__sold {
        top: 10px;
        right: 10px;
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }

    .ea-collections,
    .ea-featured-products,
    .ea-reviews {
        padding-top: 48px;
        padding-bottom: 60px;
    }

    .ea-collections__header,
    .ea-featured-products__header,
    .ea-reviews__header {
        margin-bottom: 18px;
    }

    .ea-collections__grid,
    .ea-product-grid,
    .ea-reviews__grid {
        grid-auto-columns: calc(100vw - 20px);
        gap: 12px;
        padding: 0 0 8px;
        scroll-padding-left: 0;
    }

    .ea-collection-card,
    .ea-product-card,
    .ea-review-card {
        width: 100%;
        max-width: none;
        scroll-snap-align: start;
    }

    .ea-collection-card {
        padding: 12px;
        border-radius: 18px;
    }

    .ea-collection-card__image-wrap {
        aspect-ratio: 1.08 / 1;
    }

    .ea-collection-card__title {
        font-size: 24px;
    }

    .ea-collection-card__description {
        font-size: 13px;
        line-height: 1.55;
    }

    .ea-product-card {
        border-radius: 18px;
    }

    .ea-product-card__visual {
        height: 164px;
    }

    .ea-product-card__main,
    .ea-product-card__addons,
    .ea-product-card__actions {
        padding: 12px;
    }

    .ea-product-card__meta {
        margin-bottom: 8px;
        font-size: 10px;
        gap: 8px;
    }

    .ea-product-card__title {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .ea-product-card__summary {
        display: none;
    }

    .ea-product-card__price {
        font-size: 24px;
    }

    .ea-product-card__price-was {
        font-size: 14px;
    }

    .ea-product-card__select {
        min-height: 40px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 13px;
    }

    .ea-product-card__addon-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .ea-product-card__addon-item {
        grid-template-columns: auto 36px minmax(0, 1fr);
        gap: 8px;
        padding: 8px;
        border-radius: 12px;
    }

    .ea-product-card__addon-thumb {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .ea-product-card__addon-copy strong,
    .ea-product-card__addon-copy span {
        font-size: 12px;
        line-height: 1.35;
    }

    .ea-product-card__total {
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .ea-product-card__total-label,
    .ea-product-card__total-note {
        font-size: 11px;
    }

    .ea-product-card__total-amount {
        font-size: 22px;
    }

    .ea-product-card__buy {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 8px;
    }

    .ea-product-card__qty {
        min-width: 0;
        height: 42px;
        padding: 0 3px;
        border-radius: 10px;
    }

    .ea-product-card__qty button {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .ea-product-card__qty input {
        width: 26px;
        font-size: 13px;
    }

    .ea-product-card__button {
        min-height: 42px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 13px;
    }

    .ea-product-card__stock-note {
        font-size: 10px;
    }

    .ea-product-card__stock {
        padding: 10px 12px 12px;
    }

    .ea-reviews__summary {
        gap: 10px;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .ea-review-card {
        gap: 12px;
        padding: 14px;
        border-radius: 18px;
    }

    .ea-review-card__avatar {
        width: 42px;
        height: 42px;
        font-size: 13px;
    }

    .ea-review-card__name {
        font-size: 15px;
    }

    .ea-review-card__meta {
        font-size: 12px;
    }

    .ea-review-card__product {
        min-height: 24px;
        padding: 0 10px;
        font-size: 9px;
        white-space: normal;
    }

    .ea-review-card__quote {
        font-size: 14px;
        line-height: 1.62;
    }

    .ea-review-card__photos {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .ea-review-card__photos::-webkit-scrollbar {
        display: none;
    }

    .ea-review-card__photo-link {
        flex: 0 0 98px;
    }

    .ea-review-card__photo {
        aspect-ratio: 1 / 1;
        border-radius: 10px;
    }

    .ea-review-card__shop {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
        border-radius: 14px;
    }

    .ea-review-card__shop-thumb {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }

    .ea-review-card__shop-name {
        white-space: normal;
        font-size: 13px;
    }

    .ea-review-card__shop-meta {
        grid-column: 2;
        justify-items: start;
        text-align: left;
    }

    .ea-review-card__shop-meta strong {
        font-size: 16px;
    }

    .ea-review-card__shop-meta span,
    .ea-review-card__verified,
    .ea-review-card__rating {
        font-size: 11px;
    }

    .ea-review-card__foot {
        padding-top: 12px;
    }

    .ea-footer__inner {
        padding: 38px 0 22px;
    }

    .ea-footer__grid {
        gap: 22px;
        margin-bottom: 24px;
    }

    .ea-footer__brand-mark {
        width: 54px;
        height: 54px;
    }

    .ea-footer__tagline,
    .ea-footer__newsletter p,
    .ea-footer__column a,
    .ea-footer__contact a,
    .ea-footer__contact span {
        font-size: 13px;
        line-height: 1.6;
    }

    .ea-footer__quicklinks,
    .ea-footer__payments,
    .ea-footer__trust {
        flex-wrap: wrap;
    }
}

/* Final mobile footer override */
@media (max-width: 768px) {
    .ea-footer__inner {
        width: min(calc(100% - 20px), 680px);
        padding: 32px 0 20px;
    }

    .ea-footer__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "brand brand"
            "shop support"
            "newsletter newsletter";
        gap: 12px;
        margin-bottom: 18px;
        align-items: stretch;
    }

    .ea-footer__brand,
    .ea-footer__column,
    .ea-footer__newsletter {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-width: 0;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.035);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .ea-footer__brand {
        grid-area: brand;
        gap: 12px;
        padding: 18px 16px 16px;
    }

    .ea-footer__column--shop {
        grid-area: shop;
        min-height: 244px;
    }

    .ea-footer__column--support {
        grid-area: support;
        min-height: 244px;
    }

    .ea-footer__newsletter {
        grid-area: newsletter;
        gap: 10px;
        background: rgba(255, 255, 255, 0.045);
    }

    .ea-footer__logo {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 14px;
        width: 100%;
        align-items: center;
        overflow: visible;
    }

    .ea-footer__logo-mark {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        transform: scale(1.38);
        transform-origin: left center;
    }

    .ea-footer__logo-copy {
        gap: 4px;
    }

    .ea-footer__logo-name {
        font-size: 18px;
        line-height: 1.02;
        letter-spacing: -0.02em;
    }

    .ea-footer__logo-sub {
        font-size: 7.5px;
        line-height: 1.2;
        letter-spacing: 0.18em;
    }

    .ea-footer__tagline {
        display: none;
    }

    .ea-footer__contact {
        display: grid;
        gap: 6px;
    }

    .ea-footer__contact a,
    .ea-footer__contact span {
        font-size: 12.5px;
        line-height: 1.45;
        word-break: break-word;
    }

    .ea-footer__contact a[href^="mailto:"] {
        display: none;
    }

    .ea-footer__column h4,
    .ea-footer__newsletter h4 {
        margin: 0 0 10px;
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .ea-footer__column ul {
        display: grid;
        gap: 8px;
        margin: 0;
        flex: 1 1 auto;
        align-content: start;
    }

    .ea-footer__column a,
    .ea-footer__newsletter p {
        font-size: 12.5px;
        line-height: 1.45;
    }

    .ea-footer__newsletter-form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ea-footer__newsletter-form input,
    .ea-footer__newsletter-form button {
        min-height: 42px;
        border-radius: 11px;
    }

    .ea-footer__trust {
        margin-top: 2px;
        padding-top: 10px;
        gap: 6px 12px;
    }

    .ea-footer__trust span {
        font-size: 11px;
    }

    .ea-footer__bottom {
        display: grid;
        gap: 10px;
        padding-top: 14px;
        justify-items: start;
    }

    .ea-footer__copyright {
        font-size: 10.5px;
        line-height: 1.4;
    }

    .ea-footer__payments,
    .ea-footer__quicklinks {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        width: 100%;
    }

    .ea-footer__payments span {
        min-width: 34px;
        min-height: 22px;
        padding: 0 7px;
        border-radius: 7px;
        font-size: 10px;
    }

    .ea-footer__quicklinks a {
        min-height: 30px;
        padding: 0 10px;
        font-size: 10.5px;
        border-radius: 999px;
    }
}

@media (max-width: 768px) {
    .ea-footer__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "brand"
            "shop"
            "support"
            "newsletter";
        gap: 10px;
    }

    .ea-footer__brand,
    .ea-footer__column,
    .ea-footer__newsletter {
        min-height: auto;
    }

    .ea-footer__brand,
    .ea-footer__newsletter {
        padding: 14px;
        border-radius: 18px;
    }

    .ea-footer__column--shop,
    .ea-footer__column--support,
    .ea-footer__newsletter {
        min-height: auto;
        padding: 0;
        border-radius: 18px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.07);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .ea-footer__accordion-toggle {
        width: 100%;
        min-height: 48px;
        padding: 0 14px;
        border: 0;
        background: transparent;
        color: #c9a961;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font: inherit;
        text-align: left;
        cursor: pointer;
    }

    .ea-footer__accordion-toggle span:first-child {
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.16em;
        text-transform: uppercase;
    }

    .ea-footer__accordion-icon {
        display: inline-block;
        color: #b4aca2;
        font-size: 18px;
        line-height: 1;
        transition: transform .2s ease;
    }

    .ea-footer__column.is-open .ea-footer__accordion-icon,
    .ea-footer__newsletter.is-open .ea-footer__accordion-icon {
        transform: rotate(45deg);
    }

    .ea-footer__column[data-ea-footer-accordion] ul,
    .ea-footer__newsletter[data-ea-footer-accordion] [data-ea-footer-accordion-panel] {
        display: none;
        gap: 8px;
        margin: 0;
        padding: 0 14px 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .ea-footer__newsletter[data-ea-footer-accordion] [data-ea-footer-accordion-panel] {
        gap: 10px;
    }

    .ea-footer__column[data-ea-footer-accordion].is-open ul,
    .ea-footer__newsletter[data-ea-footer-accordion].is-open [data-ea-footer-accordion-panel] {
        display: grid;
    }

    .ea-footer__column[data-ea-footer-accordion] a {
        min-height: 34px;
        display: flex;
        align-items: center;
        font-size: 12.5px;
        line-height: 1.3;
    }

    .ea-footer__newsletter p {
        margin: 0;
        font-size: 12px;
        line-height: 1.45;
    }

    .ea-footer__newsletter-form input,
    .ea-footer__newsletter-form button {
        min-height: 40px;
    }
}

@media (max-width: 1200px) {
    .ea-home-hero {
        min-height: 0;
    }

    .ea-home-hero__inner {
        width: min(calc(100% - 32px), 1320px);
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .ea-home-hero__copy {
        padding: 56px 0 0;
        border-right: 0;
        border-bottom: 1px solid rgba(28, 25, 23, 0.08);
        padding-bottom: 34px;
    }

    .ea-home-hero__art {
        padding: 0 0 44px;
    }

    .ea-home-hero__drawing {
        max-width: 920px;
        margin: 0 auto;
    }

    .ea-home-hero__stage picture {
        transform: none;
        animation: none;
    }

    .ea-home-hero__dimension,
    .ea-home-hero__stamp {
        display: none;
    }

    .ea-home-hero__data-panel {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 22px;
        max-width: 340px;
    }

    .ea-home-hero__watch {
        bottom: 18px;
    }
}

@media (max-width: 640px) {
    .ea-footer__logo {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 10px;
    }

    .ea-footer__logo-mark {
        width: 52px;
        height: 52px;
        min-width: 52px;
        flex: 0 0 52px;
        align-self: center;
        justify-self: center;
    }

    .ea-footer__logo-copy {
        min-width: 0;
        display: grid;
        gap: 3px;
        align-content: center;
        justify-items: center;
    }

    .ea-footer__logo-name {
        font-size: 16px;
        line-height: 1.05;
        white-space: normal;
    }

    .ea-footer__logo-sub {
        font-size: 7px;
        letter-spacing: 0.16em;
        white-space: normal;
    }

    .ea-footer__accordion-toggle {
        position: relative;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        padding: 0 16px;
    }

    .ea-footer__accordion-toggle span:first-child {
        grid-column: 2;
        text-align: center;
    }

    .ea-footer__accordion-icon {
        position: static;
        grid-column: 3;
        justify-self: end;
    }

    .ea-footer__newsletter {
        padding: 16px 14px;
        border-radius: 18px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.07);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    }

    .ea-footer__newsletter h4 {
        margin: 0 0 12px;
        text-align: center;
    }

    .ea-footer__newsletter-panel {
        display: grid;
        gap: 10px;
    }

    .ea-home-hero__inner {
        width: min(calc(100% - 24px), 1320px);
    }

    .ea-home-hero__copy {
        gap: 22px;
        padding-top: 34px;
        padding-bottom: 24px;
    }

    .ea-home-hero__doc-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ea-home-hero__headline h1 {
        font-size: clamp(36px, 12vw, 52px);
    }

    .ea-home-hero__accent {
        font-size: 13px;
        line-height: 1.45;
    }

    .ea-home-hero__body--quote {
        max-width: 100%;
        padding-left: 16px;
        font-size: 16px;
    }

    .ea-home-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .ea-home-hero__button {
        width: 100%;
    }

    .ea-home-hero__art {
        padding-bottom: 30px;
    }

    .ea-home-hero__hotspot {
        width: 36px;
        height: 36px;
    }

    .ea-home-hero__hotspot > span:first-child {
        font-size: 20px;
    }

    .ea-home-hero__hotspot-tooltip {
        min-width: 150px;
        padding: 10px 12px;
    }

    .ea-home-hero__hotspot-tooltip strong {
        font-size: 14px;
    }

    .ea-home-hero__data-panel {
        min-width: 0;
        width: 100%;
        max-width: none;
        padding: 18px;
    }

    .ea-home-hero__watch {
        position: static;
        margin-top: 16px;
        width: fit-content;
    }

    .ea-trust-strip {
        padding: 2px 0 18px;
    }

    .ea-trust-strip__inner {
        width: min(calc(100% - 24px), 1320px);
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ea-trust-strip__item {
        padding: 12px 14px;
    }

    .ea-featured-products__assist {
        display: grid;
        min-height: 0;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .ea-product-card__support {
        flex-direction: column;
        align-items: flex-start;
    }

    .ea-reviews__cta-actions {
        width: 100%;
        justify-content: stretch;
    }

    .ea-reviews__cta-button {
        flex: 1 1 100%;
    }
}

@supports (content-visibility: auto) {
    .home .ea-collections,
    .home .ea-featured-products,
    .home .ea-reviews,
    .home .ea-footer {
        content-visibility: auto;
        contain-intrinsic-size: 900px;
    }
}

.ea-home-hero__hotspot--exhaust {
    bottom: 11%;
    right: 35%;
}

.ea-home-hero__hotspot--exhaust .ea-home-hero__hotspot-tooltip {
    right: 56px;
    bottom: 8px;
}

.ea-reviews__header {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 18px;
}

.ea-reviews__copy,
.ea-reviews__header > :not(.ea-reviews__summary):not(.ea-browse-hint) {
    grid-column: 1;
}

.ea-reviews__copy {
    display: grid;
    gap: 10px;
    max-width: 760px;
}

.ea-reviews__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(29, 25, 21, 0.08);
    color: #8f5b2c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-reviews__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #8f5b2c;
}

.ea-reviews__title {
    margin: 0;
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.ea-reviews__subtitle {
    margin: 0;
    max-width: 620px;
    color: #6d645c;
    font-size: 14px;
    line-height: 1.52;
}

.ea-reviews__summary {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    min-width: 220px;
    justify-content: center;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 239, 228, 0.96));
    box-shadow: 0 20px 36px rgba(29, 25, 21, 0.08);
}

.ea-reviews__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 4px 2px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.ea-reviews__grid::-webkit-scrollbar {
    display: none;
}

.ea-review-card,
.ea-review-card.is-featured {
    flex: 0 0 clamp(320px, 34vw, 420px);
    min-width: 0;
    scroll-snap-align: start;
    grid-column: auto;
    min-height: 100%;
    border-radius: 24px;
    padding: 18px;
    display: grid;
    grid-template-rows: auto auto minmax(110px, auto) auto auto;
    gap: 12px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 234, 0.94));
    box-shadow: 0 20px 36px rgba(29, 25, 21, 0.08);
}

.ea-review-card__head {
    gap: 12px;
}

.ea-review-card__product {
    background: rgba(201, 169, 110, 0.18);
}

.ea-review-card__quote {
    display: -webkit-box;
    min-height: 110px;
    font-size: 15px;
    line-height: 1.58;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ea-review-card__quickpicks {
    margin-top: 4px;
    min-height: 274px;
}

.ea-review-card__quickpicks .ea-collection-card__mini-shop {
    margin: 0;
}

.ea-review-card__quickpicks .ea-collection-card__mini-head {
    margin-bottom: 8px;
}

.ea-review-card__quickpicks .ea-collection-card__mini-head strong {
    color: #6d645c;
}

.ea-review-card__quickpicks .ea-collection-card__mini-list {
    gap: 10px;
}

.ea-reviews__cta {
    margin-top: 12px;
    border-radius: 22px;
}

@media (max-width: 980px) {
    .ea-featured-products__payments {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, max-content));
        justify-content: start;
    }

    .ea-reviews__header {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ea-reviews__copy {
        gap: 8px;
    }

    .ea-reviews__summary {
        grid-column: 1;
        grid-row: auto;
        min-width: 0;
        width: fit-content;
        padding: 14px 16px;
    }

    .ea-review-card,
    .ea-review-card.is-featured {
        flex-basis: min(86vw, 360px);
    }

    .ea-review-card__quote {
        min-height: 0;
        -webkit-line-clamp: 6;
    }

    .ea-review-card__quickpicks {
        min-height: 0;
    }

    .ea-review-card__quickpicks .ea-collection-card__mini-shop {
        min-height: 0;
        padding: 10px;
        border-radius: 14px;
    }
}

.ea-collection-modal__product {
    position: relative;
}

.ea-collection-modal__product-badge,
.ea-collection-modal__product-stock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ea-collection-modal__product-note {
    display: block;
    color: #8f5b2c;
    font-size: 11px;
    line-height: 1.45;
}

.ea-collection-modal__product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ea-collection-modal__product-link {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(143, 91, 44, 0.16);
    border-radius: 999px;
    background: #f7f2ea;
}

.ea-collection-modal__product-button {
    box-shadow: 0 10px 18px rgba(28, 25, 23, 0.12);
}

.ea-collection-modal__bundle {
    box-shadow: 0 18px 36px rgba(245, 158, 11, 0.08);
}

@media (max-width: 980px) {
    .ea-collection-modal__product {
        grid-template-columns: 104px minmax(0, 1fr);
        border-radius: 18px;
    }

    .ea-collection-modal__product-image-wrap {
        min-height: 146px;
    }

    .ea-collection-modal__product-badge,
    .ea-collection-modal__product-stock {
        display: inline-flex;
        top: 8px;
        font-size: 9px;
        line-height: 1;
        padding: 5px 8px;
    }

    .ea-collection-modal__product-badge {
        left: 8px;
    }

    .ea-collection-modal__product-stock {
        right: 8px;
        max-width: 88px;
        text-align: center;
    }

    .ea-collection-modal__product-info {
        gap: 8px;
    }

    .ea-collection-modal__product-note {
        display: block;
    }

    .ea-collection-modal__product-actions {
        display: flex;
    }
}

@media (max-width: 640px) {
    .ea-collection-modal__product {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .ea-collection-modal__product-image-wrap {
        min-height: 132px;
    }

    .ea-collection-modal__product-actions {
        gap: 8px;
        flex-wrap: wrap;
    }

    .ea-collection-modal__product-link {
        font-size: 11px;
    }
}

@media (max-width: 820px) {
    .ea-collection-modal__product-badge,
    .ea-collection-modal__product-stock {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .ea-collection-modal__product-note {
        display: block !important;
    }

    .ea-collection-modal__product-actions {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .ea-collection-modal__variation-label span {
        display: block !important;
    }
}

.ea-shop-shell {
    width: min(calc(100% - 40px), 1320px);
    margin: 0 auto;
    padding: 44px 0 72px;
}

.ea-shop-hero {
    display: grid;
    gap: 22px;
    margin-bottom: 34px;
    padding: 34px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 242, 234, 0.94));
    box-shadow: 0 18px 42px rgba(29, 25, 21, 0.06);
}

.ea-shop-hero__header {
    display: grid;
    gap: 10px;
    max-width: 760px;
}

.ea-shop-hero__eyebrow {
    color: #8f5b2c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ea-shop-hero__title {
    margin: 0;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 0.92;
    letter-spacing: -0.04em;
    color: #1d1915;
}

.ea-shop-hero__copy,
.ea-shop-hero__support p {
    margin: 0;
    color: #6d645c;
    font-size: 17px;
    line-height: 1.7;
}

.ea-shop-selector {
    display: grid;
    gap: 8px;
    max-width: 780px;
}

.ea-shop-selector--inline {
    max-width: none;
    margin: 0;
    flex: 1 1 auto;
}

.ea-shop-selector__label {
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ea-shop-selector__tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(29, 25, 21, 0.1);
    border-radius: 999px;
    background: #f6f1ea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ea-shop-selector__tab {
    flex: 1 1 0;
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #6d645c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.ea-shop-selector__tab:hover,
.ea-shop-selector__tab:focus-visible {
    background: rgba(255, 255, 255, 0.8);
    color: #1d1915;
    outline: none;
}

.ea-shop-selector__tab.is-active {
    background: #1d1915;
    border-color: #1d1915;
    color: #f7f2ea;
}

.ea-shop-selector__tab.is-low-stock:not(.is-active) {
    color: #b42318;
}

.ea-shop-loop .woocommerce-products-header {
    display: none;
}

.ea-shop-loop .woocommerce-result-count,
.ea-shop-loop .woocommerce-ordering {
    margin: 0;
}

.ea-shop-loop .woocommerce {
    display: grid;
    gap: 24px;
}

.ea-shop-loop .woocommerce-notices-wrapper:empty {
    display: none;
}

.ea-shop-loop .woocommerce-ordering {
    justify-self: end;
}

.ea-shop-loop .woocommerce-ordering select {
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    color: #1d1915;
    font-size: 14px;
}

.ea-shop-loop .woocommerce-result-count {
    align-self: center;
    color: #6d645c;
    font-size: 14px;
    font-weight: 600;
}

.ea-shop-loop .woocommerce:has(.woocommerce-ordering) {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.ea-shop-loop .woocommerce:has(ul.products) ul.products,
.ea-shop-loop .woocommerce ul.products {
    grid-column: 1 / -1;
}

.ea-shop-loop ul.products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ea-shop-loop ul.products li.product {
    width: 100%;
    margin: 0;
    padding: 26px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 42px rgba(29, 25, 21, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ea-shop-loop ul.products li.product:hover {
    transform: translateY(-6px);
    border-color: rgba(143, 91, 44, 0.16);
    box-shadow: 0 24px 48px rgba(29, 25, 21, 0.08);
}

.ea-shop-loop ul.products li.product a {
    text-decoration: none;
}

.ea-shop-loop ul.products li.product .woocommerce-loop-product__link {
    display: grid;
    gap: 18px;
}

.ea-shop-loop ul.products li.product a img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    margin: 0;
    padding: 22px;
    border-radius: 18px;
    background: #f5f2ed;
}

.ea-shop-loop ul.products li.product .onsale {
    top: 14px;
    left: 14px;
    right: auto;
    margin: 0;
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    background: #8f5b2c;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-shop-loop ul.products li.product .woocommerce-loop-product__title {
    margin: 0;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #1d1915;
}

.ea-shop-loop ul.products li.product .star-rating {
    margin: 2px 0 0;
    color: #c8a96e;
}

.ea-shop-loop ul.products li.product .price {
    margin: 2px 0 0;
    color: #1d1915;
    font-family: "EA Montserrat", "Segoe UI", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
}

.ea-shop-loop ul.products li.product .price del {
    color: #a8a29e;
    font-size: 16px;
    margin-right: 6px;
}

.ea-shop-loop ul.products li.product .price ins {
    text-decoration: none;
}

.ea-shop-loop ul.products li.product .button,
.ea-shop-loop ul.products li.product .added_to_cart {
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    padding: 0 18px;
    border: 1px solid rgba(109, 66, 25, 0.76);
    border-radius: 14px;
    background: #8f5b2c;
    color: #fff7ed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 2px 0 rgba(109, 66, 25, 0.24);
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.ea-shop-loop ul.products li.product .button:hover,
.ea-shop-loop ul.products li.product .button:focus-visible,
.ea-shop-loop ul.products li.product .added_to_cart:hover,
.ea-shop-loop ul.products li.product .added_to_cart:focus-visible {
    background: #9b6431;
    border-color: rgba(122, 74, 30, 0.82);
    color: #fffaf2;
    transform: translateY(-1px);
    box-shadow: 0 3px 0 rgba(109, 66, 25, 0.26);
    animation: eaCollectionButtonHeartbeat 1.05s ease-in-out infinite;
}

.ea-shop-loop ul.products li.product .added_to_cart {
    margin-top: 10px;
    background: #8f5b2c;
    color: #fff7ed;
}

.ea-shop-loop ul.products li.product .woocommerce-loop-product__link + .button + .added_to_cart,
.ea-shop-loop ul.products li.product .woocommerce-LoopProduct-link + .button + .added_to_cart {
    margin-top: 10px;
}

.ea-shop-loop .woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    border: 0;
    justify-content: center;
}

.ea-shop-loop .woocommerce-pagination ul.page-numbers li {
    border: 0;
}

.ea-shop-loop .woocommerce-pagination ul.page-numbers li .page-numbers {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    background: rgba(255, 255, 255, 0.92);
    color: #1d1915;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.ea-shop-loop .woocommerce-pagination ul.page-numbers li .current {
    background: #1d1915;
    color: #f7f2ea;
    border-color: #1d1915;
}

.ea-shop-loop--custom {
    display: grid;
    gap: 22px;
}

.ea-shop-products__header {
    max-width: none;
    display: grid;
    gap: 12px;
    margin-bottom: 6px;
}

.ea-shop-toolbar {
    display: grid;
    gap: 10px;
}

.ea-shop-toolbar__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ea-shop-toolbar__meta span {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(29, 25, 21, 0.06);
    color: #1d1915;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ea-shop-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    transition: min-height 0.26s ease;
}

.ea-shop-product-grid.is-filtering {
    pointer-events: none;
}

.ea-shop-product-grid .ea-product-card {
    transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.ea-shop-product-grid .ea-product-card.is-entering,
.ea-shop-product-grid .ea-product-card.is-leaving {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
}

.ea-shop-product-grid .ea-product-card[hidden] {
    display: none !important;
}

@media (max-width: 980px) {
    .ea-shop-shell {
        width: min(calc(100% - 24px), 1320px);
        padding: 28px 0 52px;
    }

    .ea-shop-selector__tabs {
        overflow-x: auto;
        padding: 4px;
        scrollbar-width: none;
    }

    .ea-shop-selector__tabs::-webkit-scrollbar {
        display: none;
    }

    .ea-shop-selector__tab {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 0 16px;
        font-size: 13px;
    }

    .ea-shop-toolbar__meta {
        gap: 8px;
    }

    .ea-shop-toolbar__meta span {
        min-height: 30px;
        padding: 0 12px;
        font-size: 11px;
    }

    .ea-shop-loop .woocommerce {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ea-shop-loop .woocommerce-ordering {
        justify-self: stretch;
    }

    .ea-shop-loop .woocommerce-ordering select {
        width: 100%;
    }

    .ea-shop-loop ul.products {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ea-shop-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .ea-shop-loop ul.products li.product {
        padding: 18px;
        border-radius: 20px;
    }

    .ea-shop-loop ul.products li.product .woocommerce-loop-product__title {
        font-size: 24px;
    }

    .ea-shop-loop ul.products li.product .price {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .ea-shop-products__header {
        margin-bottom: 14px;
    }

    .ea-shop-selector--inline {
        margin-top: 4px;
    }

    .ea-shop-product-grid {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: calc(100vw - 20px);
        gap: 12px;
        overflow-x: auto;
        padding: 0 0 8px;
        scroll-snap-type: x proximity;
        scroll-padding-left: 0;
        scrollbar-width: none;
    }

    .ea-shop-product-grid::-webkit-scrollbar {
        display: none;
    }

    .ea-shop-product-grid .ea-product-card {
        width: 100%;
        max-width: none;
        scroll-snap-align: start;
    }
}

.ea-single-product {
    background:
        linear-gradient(rgba(143, 91, 44, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(143, 91, 44, 0.035) 1px, transparent 1px),
        #f7f2ea;
    background-size: 40px 40px, 40px 40px, auto;
}

.ea-single-product__shell {
    width: min(calc(100% - 40px), 1400px);
    margin: 0 auto;
    padding: 0 0 72px;
}

.ea-single-product__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr);
    gap: 0;
    align-items: stretch;
    min-height: calc(100vh - 84px);
}

.ea-single-product__gallery-column {
    position: relative;
    min-height: 100%;
    align-self: stretch;
}

.ea-single-product__gallery-frame {
    position: sticky;
    top: 84px;
    height: calc(100dvh - 84px);
    min-height: calc(100dvh - 84px);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 28px;
    border-right: 1px solid rgba(29, 25, 21, 0.08);
    border-bottom-left-radius: 36px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.34), transparent 32%),
        linear-gradient(180deg, #eee4d4 0%, #e6ddcf 100%);
    overflow: hidden;
}

.ea-single-product__gallery-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 3;
}

.ea-single-product__badge,
.ea-single-product__viewer {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-single-product__badge {
    background: #8f5b2c;
    color: #fffaf3;
}

.ea-single-product__viewer {
    background: rgba(255, 255, 255, 0.82);
    color: #6d645c;
    border: 1px solid rgba(29, 25, 21, 0.08);
}

.ea-single-product__drawing {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 176px;
    opacity: 0.1;
    color: #8f5b2c;
    pointer-events: none;
}

.ea-single-product__gallery-stage {
    position: relative;
    display: flex;
    align-items: stretch;
    min-width: 0;
    min-height: 0;
    padding: 76px 52px 0;
}

.ea-single-product__gallery-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    border-radius: 18px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pinch-zoom;
}

.ea-single-product__gallery-rail::-webkit-scrollbar {
    display: none;
}

.ea-single-product__gallery-slide {
    min-width: 0;
    min-height: 100%;
    display: grid;
    place-items: center;
    scroll-snap-align: start;
}

.ea-single-product__gallery-image {
    width: 100%;
    max-width: min(860px, 100%);
    max-height: calc(100dvh - 290px);
    object-fit: contain;
    mix-blend-mode: multiply;
}

.ea-single-product__gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 999px;
    background: rgba(255, 250, 244, 0.94);
    color: #1d1915;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(29, 25, 21, 0.08);
    z-index: 2;
}

.ea-single-product__gallery-nav--prev {
    left: 14px;
}

.ea-single-product__gallery-nav--next {
    right: 14px;
}

.ea-single-product__gallery-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 0;
    z-index: 3;
}

.ea-single-product__thumbs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    max-width: 100%;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 252, 247, 0.82);
    border: 1px solid rgba(29, 25, 21, 0.08);
    box-shadow: 0 18px 42px rgba(29, 25, 21, 0.08);
    backdrop-filter: blur(14px);
    scrollbar-width: none;
    z-index: 3;
}

.ea-single-product__thumbs::-webkit-scrollbar {
    display: none;
}

.ea-single-product__thumb {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 18px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.96);
    cursor: pointer;
}

.ea-single-product__thumb.is-active {
    border-color: #8f5b2c;
    box-shadow: 0 0 0 2px rgba(143, 91, 44, 0.12);
}

.ea-single-product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ea-single-product__gallery-meta {
    display: grid;
    gap: 2px;
    justify-items: end;
    white-space: nowrap;
}

.ea-single-product__gallery-meta span {
    color: #6d645c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ea-single-product__gallery-meta strong {
    color: #1d1915;
    font-size: 14px;
    font-weight: 800;
}

.ea-single-product__info-column {
    padding: 0 44px 80px 38px;
}

.ea-single-product__info {
    display: grid;
    gap: 28px;
    max-width: 680px;
    margin-left: auto;
    padding: 72px 0 0;
}

.ea-single-product__breadcrumbs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ea-single-product__breadcrumbs a,
.ea-single-product__breadcrumbs span {
    color: inherit;
    text-decoration: none;
}

.ea-single-product__head {
    display: grid;
    gap: 16px;
}

.ea-single-product__title-wrap {
    display: grid;
    gap: 8px;
    max-width: 620px;
}

.ea-single-product__eyebrow,
.ea-single-product__section-label {
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ea-single-product__title {
    margin: 0;
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.2vw, 66px);
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.ea-single-product__fitment-line {
    color: #8f5b2c;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 2.3vw, 34px);
    font-style: italic;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.ea-single-product__price-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.ea-single-product__price-note,
.ea-single-product__rating span:last-child {
    color: #6d645c;
    font-size: 12px;
    font-weight: 700;
}

.ea-single-product__price {
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 3vw, 56px);
    line-height: 1;
}

.ea-single-product__rating {
    display: grid;
    justify-items: end;
    gap: 4px;
}

.ea-single-product__stars {
    color: #c5942d;
    letter-spacing: 0.12em;
}

.ea-single-product__summary {
    margin: 0;
    color: #6d645c;
    font-size: 17px;
    line-height: 1.7;
}

.ea-single-product__copy-stack {
    display: grid;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(29, 25, 21, 0.08);
}

.ea-single-product__copy-toggle {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.84);
    color: #1d1915;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    cursor: pointer;
}

.ea-single-product__copy-toggle.is-open {
    border-color: color-mix(in srgb, #8f5b2c 34%, white);
    background: rgba(143, 91, 44, 0.08);
}

.ea-single-product__copy-toggle span:last-child {
    font-size: 18px;
    line-height: 1;
}

.ea-single-product__copy-toggle.is-open span:last-child {
    transform: rotate(45deg);
}

.ea-single-product__copy-toggle-copy {
    display: grid;
    gap: 2px;
    justify-items: start;
    text-align: left;
}

.ea-single-product__copy-toggle-copy strong {
    font-size: 12px;
    line-height: 1.15;
}

.ea-single-product__copy-toggle-copy small {
    color: #6d645c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.ea-single-product__copy-panel[hidden] {
    display: none;
}

.ea-single-product__copy-panel {
    display: grid;
    gap: 8px;
    padding: 2px 0 0;
}

.ea-single-product__section,
.ea-single-product__specs,
.ea-single-product__accordion-group,
.ea-single-product__reviews {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ea-single-product__variants {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.ea-single-product__variant {
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid rgba(62, 47, 34, 0.16);
    border-radius: 12px;
    background: #efe4d4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 251, 245, 0.7);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ea-single-product__variant strong {
    color: #3a2c21;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.ea-single-product__variant.is-active {
    background: linear-gradient(180deg, #9c6835 0%, #7d4d21 100%);
    border-color: #7d4d21;
    box-shadow: inset 0 1px 0 rgba(255, 243, 226, 0.3), 0 0 0 1px rgba(125, 77, 33, 0.12);
}

.ea-single-product__variant.is-active strong {
    color: #fff8ef;
}

.ea-single-product__variant:hover,
.ea-single-product__variant:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.ea-single-product__variant:not(.is-active):hover,
.ea-single-product__variant:not(.is-active):focus-visible {
    background: #e7d7c1;
    border-color: rgba(143, 91, 44, 0.38);
}

.ea-single-product__variant.is-active:hover,
.ea-single-product__variant.is-active:focus-visible {
    background: linear-gradient(180deg, #9c6835 0%, #7d4d21 100%);
    border-color: #7d4d21;
}

.ea-single-product__specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 24px 0;
    border-top: 1px solid rgba(29, 25, 21, 0.08);
    border-bottom: 1px solid rgba(29, 25, 21, 0.08);
}

.ea-single-product__spec {
    display: grid;
    gap: 6px;
}

.ea-single-product__spec span {
    color: #6d645c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-single-product__spec strong {
    color: #1d1915;
    font-size: 14px;
    line-height: 1.4;
}

.ea-single-product__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.ea-single-product__section-head span,
.ea-single-product__section-head a {
    color: #6d645c;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.ea-single-product__bundles {
    display: grid;
    gap: 10px;
}

.ea-single-product__bundle {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 14px;
    background: #fff;
    display: grid;
    grid-template-columns: 22px 52px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    text-align: left;
    cursor: pointer;
    min-height: 72px;
}

.ea-single-product__bundle-check {
    width: 22px;
    height: 22px;
    border: 1px solid rgba(29, 25, 21, 0.16);
    border-radius: 7px;
    display: grid;
    place-items: center;
}

.ea-single-product__bundle.is-active {
    border-color: #8f5b2c;
    background: rgba(143, 91, 44, 0.05);
}

.ea-single-product__bundle.is-active .ea-single-product__bundle-check {
    background: #8f5b2c;
    border-color: #8f5b2c;
    color: #fff8ef;
}

.ea-single-product__bundle-thumb {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 12px;
    padding: 6px;
    background: #f5f2eb;
}

.ea-single-product__bundle-copy {
    display: grid;
    min-width: 0;
}

.ea-single-product__bundle-copy strong {
    color: #1d1915;
    font-size: 13px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ea-single-product__bundle-plus {
    color: #8f5b2c;
    font-weight: 800;
}

.ea-single-product__detail-copy p:first-child {
    margin-top: 0;
}

.ea-single-product__urgency-copy {
    display: grid;
    gap: 10px;
    color: #6d645c;
    font-size: 14px;
    line-height: 1.6;
}

.ea-single-product__urgency-copy p {
    margin: 0;
}

.ea-single-product__urgency-copy ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
}

.ea-single-product__review-list {
    display: grid;
    gap: 12px;
}

.ea-single-product__review {
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(29, 25, 21, 0.08);
}

.ea-single-product__review-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.ea-single-product__review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #8f5b2c;
    color: #fffaf3;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 800;
}

.ea-single-product__review-head div {
    display: grid;
    gap: 2px;
}

.ea-single-product__review-head strong {
    color: #1d1915;
    font-size: 14px;
}

.ea-single-product__review-head span:last-child {
    color: #c5942d;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.ea-single-product__review p,
.ea-single-product__review-empty {
    margin: 0;
    color: #6d645c;
    font-size: 14px;
    line-height: 1.7;
}

.ea-single-product__sticky-order {
    position: sticky;
    bottom: 0;
    display: grid;
    gap: 10px;
    margin: 6px -44px 0 -38px;
    padding: 14px 32px 16px;
    border-top: 1px solid rgba(29, 25, 21, 0.08);
    background: rgba(255, 253, 249, 0.96);
    box-shadow: 0 -14px 36px rgba(29, 25, 21, 0.08);
    backdrop-filter: blur(14px);
    z-index: 6;
    contain: layout paint;
}

.ea-single-product__sticky-total {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
}

.ea-single-product__sticky-label {
    color: #1d1915;
    font-size: 13px;
    font-weight: 800;
}

.ea-single-product__sticky-note {
    color: #6d645c;
    font-size: 11px;
}

.ea-single-product__sticky-total strong {
    color: #8f5b2c;
    font-family: "EA Libre Baskerville", Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1;
}

.ea-single-product__sticky-actions {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.ea-single-product__split-buy {
    min-height: 44px;
}

.ea-single-product__qty {
    display: inline-grid;
    grid-template-columns: repeat(3, 40px);
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.ea-single-product__qty button,
.ea-single-product__qty input {
    width: 40px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #1d1915;
    text-align: center;
    font-size: 17px;
}

.ea-single-product__button {
    flex: 0 1 auto;
    flex-direction: row;
    min-height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.ea-single-product__button.is-busy {
    opacity: 0.84;
}

.ea-single-product__button [data-ea-single-add-label] {
    min-width: 78px;
}

.ea-single-product__button [data-ea-single-add-total] {
    min-width: 88px;
    text-align: right;
}

.ea-single-product__checkout-now {
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    background: rgba(255, 255, 255, 0.84);
    color: #1d1915;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.ea-single-product__proceed {
    min-height: 44px;
    background: #efe4d4;
}

.ea-single-product__collections {
    padding: 22px 0 72px;
}

.ea-single-product__collections-inner {
    width: min(calc(100% - 40px), 1400px);
}

.ea-single-product__collections-head {
    margin-bottom: 14px;
}

.ea-single-product__collections-grid .ea-collection-card {
    min-height: 100%;
}

.ea-cart-page {
    background: #f4f1ea;
}

.ea-cart-page .qty-stepper {
    width: 130px;
}

.ea-cart-page .ea-cart-qty-input {
    border: none;
    width: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.ea-cart-page .custom-checkbox {
    cursor: pointer;
}

.ea-cart-page .custom-checkbox.checked {
    background: #8b4513;
    border-color: #8b4513;
}

.ea-cart-page .custom-checkbox.checked::after {
    content: '✓';
    color: white;
    font-size: 12px;
}

.cart-item {
    animation: fadeIn 0.3s ease;
}

.cart-item.removing {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.progress-container {
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(28, 25, 21, 0.1);
}

.sticky-checkout {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid rgba(29, 25, 21, 0.1);
    z-index: 60;
    padding: 1rem;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
}

.ea-cart-page .upsell-card button {
    min-width: 72px;
}

.summary-sticky {
    position: sticky;
    top: 120px;
}

@media (max-width: 1024px) {
    .summary-sticky {
        position: static;
    }

    .sticky-checkout {
        display: block;
    }
}

@media (max-width: 1100px) {
    .ea-single-product__layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ea-single-product__gallery-column {
        position: static;
        min-height: 0;
    }

    .ea-single-product__gallery-frame {
        position: relative;
        top: auto;
        height: auto;
        min-height: auto;
        display: grid;
        grid-template-rows: auto;
        border-right: 0;
        border-radius: 0 0 28px 28px;
        padding: 24px 24px 102px;
    }

    .ea-single-product__gallery-stage {
        min-height: clamp(320px, 52vh, 560px);
        padding: 82px 32px 22px;
    }

    .ea-single-product__gallery-slide {
        min-height: clamp(280px, 44vh, 520px);
    }

    .ea-single-product__gallery-image {
        max-height: clamp(280px, 44vh, 520px);
    }

    .ea-single-product__info-column {
        padding: 0 28px 56px;
    }

    .ea-single-product__info {
        max-width: 100%;
        margin-left: 0;
        padding-top: 8px;
    }

}

@media (max-width: 780px) {
    .ea-single-product__shell,
    .ea-single-product__collections-inner {
        width: min(calc(100% - 20px), 720px);
    }

    .ea-single-product__shell {
        padding: 16px 0 36px;
    }

    .ea-single-product__gallery-frame {
        border-radius: 26px;
        padding: 18px 18px 92px;
    }

    .ea-single-product__info {
        padding-top: 2px;
        gap: 18px;
    }

    .ea-single-product__title {
        font-size: clamp(30px, 10.8vw, 46px);
    }

    .ea-single-product__fitment-line {
        font-size: clamp(18px, 6vw, 26px);
    }

    .ea-single-product__summary {
        font-size: 15px;
    }

    .ea-single-product__gallery-badges {
        top: 18px;
        left: 18px;
        max-width: calc(100% - 36px);
    }

    .ea-single-product__drawing {
        width: 108px;
        top: 18px;
        right: 18px;
    }

    .ea-single-product__gallery-stage {
        min-height: clamp(260px, 38vh, 380px);
        padding: 66px 18px 18px;
    }

    .ea-single-product__gallery-slide {
        min-height: clamp(220px, 30vh, 320px);
    }

    .ea-single-product__gallery-image {
        max-height: clamp(220px, 30vh, 320px);
    }

    .ea-single-product__gallery-bar {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 10px;
    }

    .ea-single-product__thumbs {
        max-width: 100%;
        padding: 10px;
        border-radius: 18px;
    }

    .ea-single-product__thumb {
        width: 60px;
        height: 60px;
        border-radius: 14px;
    }

    .ea-single-product__gallery-meta {
        justify-items: start;
    }

    .ea-single-product__gallery-nav {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .ea-single-product__specs {
        grid-template-columns: 1fr;
    }

    .ea-single-product__bundle {
        grid-template-columns: 22px 52px minmax(0, 1fr);
    }

    .ea-single-product__bundle-price {
        grid-column: 2 / -1;
        justify-self: end;
    }

    .ea-single-product__sticky-order {
        position: sticky;
        bottom: 0;
        margin: 8px -28px 0;
        padding: 16px 20px 20px;
    }

    .ea-single-product__sticky-actions {
        grid-template-columns: 1fr;
    }

    .ea-single-product__qty {
        justify-self: start;
    }

}
.ea-checkout-form {
    max-width: 1040px;
    margin: 0 auto 4rem;
    padding: 0 1rem 2rem;
}
.ea-checkout-header {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.ea-checkout-header__title {
    font-size: 2rem;
    letter-spacing: -0.03em;
}
.ea-checkout-header__secure {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #8b5a2b;
    font-weight: 600;
}
.ea-checkout-login { margin-bottom: 1rem; }
.ea-summary-bar {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e8e3dc;
    padding: 1.1rem 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 10px 40px rgba(28,25,23,0.08);
}
.ea-summary-bar.open { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.ea-summary-bar__total { font-size: 1.1rem; font-weight: 700; }
.ea-summary-bar__chevron { margin-left: 0.25rem; }
.woocommerce-checkout-payment #place_order,
#order_review #place_order {
    display: none !important;
}
.ea-summary-details { border: 1px solid #e8e3dc; border-top: none; border-radius: 0 0 1rem 1rem; background: #fff; padding: 1.2rem 1.4rem; box-shadow: 0 30px 60px rgba(28,25,23,0.07); }
.ea-summary-item { display: flex; gap: 1rem; padding: 0.5rem 0; border-bottom: 1px solid #f0ede7; }
.ea-summary-item:last-child { border-bottom: none; }
.ea-summary-item__thumb { width: 70px; height: 70px; border-radius: 12px; background: #f5f2ed; position: relative; overflow: hidden; }
.ea-summary-item__thumb img { width: 100%; height: 100%; object-fit: cover; }
.ea-summary-item__qty { position: absolute; top: -6px; right: -6px; background: #1c1917; color: #fff; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; border: 2px solid #fff; }
.ea-summary-item__body { flex: 1; }
.ea-summary-item__body h4 { margin: 0; font-size: 1rem; }
.ea-summary-item__meta { font-size: 0.75rem; color: #6d645c; margin: 0.15rem 0; }
.ea-summary-item__total { font-weight: 700; }
.ea-summary-item__totals { display: grid; gap: 0.5rem; margin-top: 1rem; }
.ea-summary-item__totals div { display: flex; justify-content: space-between; font-size: 0.9rem; }
.ea-summary-item__grand { font-size: 1rem; }
.ea-summary-item__grand span { font-weight: 500; }
.ea-express-row { display: flex; gap: 0.75rem; margin: 1.25rem 0 1.75rem; }
.ea-express-btn { flex: 1; border-radius: 12px; padding: 0.9rem; font-weight: 600; letter-spacing: 0.05em; }
.ea-express-btn.apple { background: #000; color: #fff; }
.ea-express-btn.google { background: #fff; color: #3c4043; border: 1px solid #d0d0d0; }
.checksection { }
.checkout-section { border: 1px solid #e8e3dc; border-radius: 12px; margin-bottom: 1.25rem; background: #fff; overflow: hidden; }
.section-header { padding: 1.1rem 1.1rem; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.section-content { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.checkout-section.open .section-content { max-height: 10000px; padding: 0 1rem 1.4rem; }
.checkout-section.open { border-color: #8b5a2b; box-shadow: 0 20px 40px rgba(28,25,23,0.08); }
.ea-section-sub { font-size: 0.8rem; color: #6d645c; margin: 0.3rem 0 0; }
.chevron { transition: transform 0.3s; }
.checkout-section.open .chevron { transform: rotate(180deg); }
.ea-checkout-section { display: flex; flex-direction: column; gap: 1rem; }
.ea-summary-item__totals .total strong { font-size: 1.5rem; }
@media (max-width: 768px) {
    .ea-express-row { flex-direction: column; }
    .ea-summary-bar { flex-direction: column; align-items: flex-start; }
}

.ea-cart-page,
.ea-checkout-page {
    background: #faf9f6;
    color: #1c1c1c;
}

.ea-cart-shell,
.ea-checkout-shell {
    width: min(calc(100% - 32px), 1400px);
    margin: 0 auto;
    padding: 40px 0 120px;
}

.ea-cart-heading {
    margin-bottom: 28px;
}

.ea-cart-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a7066;
}

.ea-cart-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.ea-cart-title,
.ea-checkout-head__title {
    margin: 0;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 4.1rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    color: #1c1917;
}

.ea-cart-subtitle,
.ea-checkout-head__sub {
    margin: 10px 0 0;
    color: #6d645c;
    font-size: 0.98rem;
}

.ea-cart-benefits,
.ea-cart-summary,
.ea-checkout-summary-bar,
.ea-checkout-summary-panel,
.ea-checkout-section,
.ea-checkout-login {
    background: #fff;
    border: 1px solid #e8e3dc;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(29, 25, 21, 0.08);
}

.ea-cart-benefits {
    padding: 20px 22px;
    margin-bottom: 28px;
}

.ea-cart-benefits__pill {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(29, 25, 21, 0.08);
    color: #6d645c;
    font-size: 12px;
}

.ea-cart-benefits__pill strong {
    color: #1d1915;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.9fr);
    gap: 22px;
}

.ea-cart-main {
    min-width: 0;
}

.ea-cart-item {
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #e8e3dc;
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(29, 25, 21, 0.05);
}

.ea-cart-item__image {
    position: relative;
    width: 138px;
    min-width: 138px;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f2eb;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
}

.ea-cart-item__image img {
    max-width: 88%;
    max-height: 88%;
    width: auto;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.ea-cart-item__stock {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(29,25,21,0.08);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.ea-cart-item__stock--in { color: #059669; }
.ea-cart-item__stock--low { color: #8f5b2c; }

.ea-cart-item__content {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 14px;
}

.ea-cart-item__top,
.ea-cart-item__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.ea-cart-item__copy {
    display: grid;
    gap: 8px;
}

.ea-cart-item__eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ea-cart-item__eyebrow-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(143, 91, 44, 0.1);
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-cart-item__eyebrow-pill--soft {
    background: rgba(29, 25, 21, 0.05);
    color: #5f554c;
}

.ea-cart-item__title {
    margin: 0;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: 1.4rem;
    line-height: 1.02;
}

.ea-cart-item__title a {
    color: #1c1917;
    text-decoration: none;
}

.ea-cart-item__meta,
.ea-cart-item__meta p,
.ea-cart-item__meta dl,
.ea-cart-item__summary,
.ea-cart-item__ship,
.ea-checkout-summary-item__body p {
    margin: 0;
    color: #6d645c;
    font-size: 0.92rem;
}

.ea-cart-item__fitment {
    margin: 0;
    color: #1c1917;
    font-size: 0.92rem;
    font-weight: 700;
}

.ea-cart-item__meta dl {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.ea-cart-item__meta dt {
    font-weight: 700;
}

.ea-cart-item__pricing {
    text-align: right;
    min-width: 136px;
}

.ea-cart-item__line-price,
.ea-cart-summary__total strong,
.ea-checkout-summary-totals .is-total strong,
.ea-checkout-submit__button strong,
.ea-checkout-mobile-bar__copy strong {
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1;
    color: #8f5b2c;
}

.ea-cart-item__unit-price {
    display: block;
    margin-top: 8px;
    color: #7a7066;
    font-size: 0.82rem;
}

.ea-cart-item__bottom {
    margin-top: 0;
    align-items: center;
}

.ea-cart-item__controls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: wrap;
}

.ea-cart-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e3dc;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.ea-cart-qty__button,
.ea-cart-qty__input {
    border: 0;
    background: transparent;
    height: 42px;
}

.ea-cart-qty__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    font-size: 20px;
    cursor: pointer;
    color: #1c1917;
}

.ea-cart-qty__input {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    text-align: center;
    border-left: 1px solid #e8e3dc;
    border-right: 1px solid #e8e3dc;
    font-weight: 700;
    font-size: 15px;
}

.ea-cart-item__remove,
.ea-checkout-head__toggle {
    border: 0;
    background: transparent;
    color: #8f5b2c;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    padding: 0;
}

.ea-cart-coupon {
    display: grid;
    grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    margin-top: 18px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #e8e3dc;
    border-radius: 18px;
}

.ea-cart-coupon__copy {
    display: grid;
    gap: 4px;
}

.ea-cart-coupon__copy strong {
    color: #1c1917;
    font-size: 0.95rem;
}

.ea-cart-coupon__copy span {
    color: #6d645c;
    font-size: 0.88rem;
}

.ea-cart-coupon__input,
.ea-cart-coupon__button,
.ea-checkout-submit__button,
.ea-cart-summary__checkout,
.ea-cart-mobile-bar__button,
.ea-checkout-mobile-bar__button,
.ea-checkout-express__button {
    min-height: 52px;
    border-radius: 14px;
    font-weight: 700;
}

.ea-cart-coupon__input,
.ea-checkout-page input[type="text"],
.ea-checkout-page input[type="email"],
.ea-checkout-page input[type="tel"],
.ea-checkout-page input[type="password"],
.ea-checkout-page select,
.ea-checkout-page textarea {
    width: 100%;
    border: 1px solid #e8e3dc;
    border-radius: 12px;
    background: #fff;
    padding: 14px 16px;
    font-size: 15px;
    color: #1c1917;
}

.ea-cart-coupon__button,
.ea-cart-summary__checkout,
.ea-cart-mobile-bar__button,
.ea-checkout-submit__button,
.ea-checkout-mobile-bar__button {
    border: 0;
    background: #8f5b2c;
    color: #fff;
    cursor: pointer;
}

.ea-cart-summary {
    position: sticky;
    top: 110px;
    padding: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,244,237,0.98) 100%);
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 24px;
    box-shadow: 0 22px 44px rgba(29, 25, 21, 0.08);
}

.ea-cart-summary__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(143, 91, 44, 0.08);
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-cart-summary h2 {
    margin: 0 0 10px;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1.02;
}

.ea-cart-summary__assurances {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.ea-cart-summary__assurance {
    display: grid;
    gap: 4px;
    padding: 13px 14px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}

.ea-cart-summary__assurance strong {
    color: #1c1917;
    font-size: 0.92rem;
}

.ea-cart-summary__assurance span {
    color: #6d645c;
    font-size: 0.86rem;
    line-height: 1.5;
}

.ea-cart-summary__rows {
    display: grid;
    gap: 12px;
}

.ea-cart-summary__row,
.ea-checkout-summary-totals div,
.shop_table tfoot tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ea-cart-summary__row span,
.ea-checkout-summary-totals span {
    color: #6d645c;
}

.ea-cart-summary__row strong,
.ea-cart-summary__total strong,
.ea-cart-summary__checkout strong {
    min-width: 96px;
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
    white-space: nowrap;
}

.ea-cart-summary__row.is-hidden {
    display: none;
}

.ea-cart-summary__total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding: 18px 0 0;
    border-top: 1px solid #e8e3dc;
}

.ea-cart-summary__total span {
    display: block;
    color: #6d645c;
}

.ea-cart-summary__total small {
    display: block;
    margin-top: 4px;
    color: #8f5b2c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ea-cart-summary__checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 18px;
    padding: 0 18px;
    min-height: 58px;
    border-radius: 16px;
    box-shadow: 0 16px 34px rgba(143, 91, 44, 0.2);
    background: #8f5b2c;
    border: 1px solid #8f5b2c;
    color: #fff7ed;
}

.ea-cart-summary__checkout span,
.ea-cart-summary__checkout strong {
    color: #fff7ed;
}

.ea-cart-summary__checkout strong {
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: 1.35rem;
}

.ea-cart-summary__trust,
.ea-checkout-trust {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
    color: #6d645c;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ea-cart-upsells {
    margin-top: 38px;
    padding-top: 34px;
    border-top: 1px solid #e8e3dc;
}

.ea-cart-upsells__head h2 {
    margin: 0;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: 2rem;
}

.ea-cart-upsells__head p {
    margin: 8px 0 0;
    color: #6d645c;
}

.ea-cart-upsells__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.ea-cart-upsell {
    display: block;
    padding: 16px;
    background: #fff;
    border: 1px solid #e8e3dc;
    border-radius: 16px;
    color: #1c1917;
    text-decoration: none;
}

.ea-cart-upsell__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-bottom: 14px;
    background: #f5f2eb;
    border-radius: 12px;
    overflow: hidden;
}

.ea-cart-upsell__image img {
    max-width: 82%;
    max-height: 82%;
    width: auto;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.ea-cart-upsell__title {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.ea-cart-upsell__price {
    color: #8f5b2c;
    font-weight: 700;
}

.ea-cart-upsell-card {
    min-width: 0;
}

.ea-cart-upsell-card__visual {
    min-height: 220px;
}

.ea-cart-upsell-card__split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.ea-cart-upsell-card .ea-split-buy__primary {
    text-decoration: none;
}

.ea-cart-upsell-card .ea-split-buy__secondary {
    text-decoration: none;
}

.ea-cart-empty {
    padding: 64px 24px;
    text-align: center;
    background: #fff;
    border: 1px solid #e8e3dc;
    border-radius: 20px;
}

.ea-cart-empty--editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
    gap: 20px;
    padding: 24px;
    text-align: left;
    background:
        radial-gradient(circle at top right, rgba(200, 169, 110, 0.16), transparent 28%),
        linear-gradient(180deg, #fffdf9 0%, #f7f1e7 100%);
    box-shadow: 0 24px 44px rgba(29, 25, 21, 0.08);
}

.ea-cart-empty__panel,
.ea-cart-empty__rail {
    border-radius: 18px;
}

.ea-cart-empty__panel {
    padding: 28px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(29, 25, 21, 0.08);
}

.ea-cart-empty__rail {
    display: grid;
    gap: 12px;
    align-content: start;
}

.ea-cart-empty__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 14px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(143, 91, 44, 0.08);
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-cart-empty__icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f5f2eb;
    color: #8f5b2c;
}

.ea-cart-empty__icon svg {
    width: 34px;
    height: 34px;
}

.ea-cart-empty h2 {
    margin: 0 0 10px;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: 2rem;
}

.ea-cart-empty p {
    margin: 0 0 22px;
    color: #6d645c;
}

.ea-cart-empty__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    background: #8f5b2c;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.ea-cart-empty__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.ea-cart-empty__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    background: rgba(255, 255, 255, 0.86);
    color: #2c211b;
    text-decoration: none;
    font-weight: 700;
}

.ea-cart-empty__quicklink {
    display: grid;
    gap: 6px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    background: rgba(255, 255, 255, 0.72);
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ea-cart-empty__quicklink strong {
    color: #1c1917;
    font-size: 1rem;
}

.ea-cart-empty__quicklink span {
    color: #6d645c;
    font-size: 0.92rem;
    line-height: 1.55;
}

.ea-cart-empty__quicklink:hover,
.ea-cart-empty__quicklink:focus-visible,
.ea-cart-empty__secondary:hover,
.ea-cart-empty__secondary:focus-visible,
.ea-cart-empty__cta:hover,
.ea-cart-empty__cta:focus-visible {
    transform: translateY(-1px);
}

.ea-cart-empty__quicklink:hover,
.ea-cart-empty__quicklink:focus-visible {
    border-color: rgba(143, 91, 44, 0.28);
    box-shadow: 0 14px 30px rgba(29, 25, 21, 0.08);
}

.ea-cart-mobile-bar,
.ea-checkout-mobile-bar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 60;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
    background: rgba(255,255,255,0.96);
    border: 1px solid #e8e3dc;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(29,25,21,0.12);
    backdrop-filter: blur(12px);
}

.ea-cart-mobile-bar__copy,
.ea-checkout-mobile-bar__copy {
    display: grid;
    gap: 4px;
}

.ea-cart-mobile-bar__copy span,
.ea-checkout-mobile-bar__copy span {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6d645c;
}

.ea-flow-steps {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.ea-flow-steps__item {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    background: rgba(255, 255, 255, 0.8);
    color: #6d645c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.ea-flow-steps__item.is-active {
    background: #1d1915;
    border-color: #1d1915;
    color: #fff;
}

.ea-checkout-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.ea-checkout-head__eyebrow {
    margin: 0 0 10px;
    color: #8f5b2c;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
}

.ea-checkout-head__secure {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ea-cart-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.ea-cart-heading__meta {
    min-width: 280px;
    max-width: 360px;
    padding: 18px 20px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(245,242,235,0.9) 100%);
    box-shadow: 0 14px 28px rgba(29, 25, 21, 0.06);
    display: grid;
    gap: 6px;
}

.ea-cart-heading__meta strong {
    color: #1d1915;
    font-size: 0.95rem;
}

.ea-cart-heading__meta span {
    color: #6d645c;
    font-size: 0.92rem;
    line-height: 1.55;
}

.ea-checkout-head__secure {
    display: grid;
    gap: 10px;
    justify-items: end;
}

.ea-checkout-head__secure small {
    display: block;
    max-width: 200px;
    color: #6d645c;
    font-size: 0.84rem;
    line-height: 1.45;
    text-align: right;
}

.ea-checkout-head__email {
    color: #1c1917;
    font-weight: 600;
}

.ea-checkout-processing {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    gap: 10px;
    background: rgba(247, 242, 234, 0.96);
    text-align: center;
}

.ea-checkout-processing[hidden],
.ea-checkout-login-wrap[hidden],
.ea-checkout-summary-panel[hidden] {
    display: none !important;
}

.ea-checkout-processing h2 {
    margin: 0;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #1c1917;
}

.ea-checkout-processing p {
    margin: 0;
    color: #6d645c;
}

.ea-checkout-processing__spinner {
    width: 52px;
    height: 52px;
    border: 3px solid #e8e3dc;
    border-top-color: #8f5b2c;
    border-radius: 999px;
    animation: eaCheckoutSpin 1s linear infinite;
}

@keyframes eaCheckoutSpin {
    to {
        transform: rotate(360deg);
    }
}

.ea-checkout-head__secure span,
.ea-checkout-trust span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(143,91,44,0.08);
    color: #8f5b2c;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.ea-checkout-login {
    padding: 18px;
    margin-bottom: 16px;
}

.ea-checkout-summary-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 20px;
    background: rgba(255,255,255,0.86);
    box-shadow: 0 14px 28px rgba(29,25,21,0.05);
}

.ea-flow-urgency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(143,91,44,0.14);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,250,244,0.98) 0%, rgba(247,242,234,0.94) 100%);
    box-shadow: 0 14px 28px rgba(29,25,21,0.05);
}

.ea-flow-urgency__copy {
    display: grid;
    gap: 4px;
}

.ea-flow-urgency__copy strong {
    color: #1c1917;
    font-size: 0.96rem;
}

.ea-flow-urgency__copy span {
    color: #6d645c;
    font-size: 0.88rem;
    line-height: 1.45;
}

.ea-flow-urgency__timer {
    display: grid;
    gap: 4px;
    justify-items: end;
}

.ea-flow-urgency__timer span {
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-flow-urgency__timer strong {
    color: #1c1917;
    font-size: 1.6rem;
    font-family: "EA Libre Baskerville", Georgia, serif;
    line-height: 1;
}

.ea-checkout-summary-bar__copy,
.ea-checkout-summary-bar__meta {
    display: grid;
    gap: 4px;
}

.ea-checkout-summary-bar__copy {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.ea-checkout-summary-bar__icon {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f5f2eb;
    color: #8f5b2c;
}

.ea-checkout-summary-bar__icon svg {
    width: 18px;
    height: 18px;
}

.ea-checkout-summary-bar__count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #8f5b2c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.ea-checkout-summary-bar__copy small {
    color: #6d645c;
}

.ea-checkout-summary-bar__meta {
    justify-items: end;
}

.ea-checkout-summary-bar__chevron,
.ea-checkout-section__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #f5f2eb;
    color: #8f5b2c;
    font-weight: 700;
}

.ea-checkout-summary-bar.is-open .ea-checkout-summary-bar__chevron,
.ea-checkout-section.is-open .ea-checkout-section__chevron {
    transform: rotate(45deg);
}

.ea-checkout-summary-panel {
    margin-top: 14px;
    padding: 22px;
    border: 1px solid rgba(29,25,21,0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(249,245,239,0.94) 100%);
    box-shadow: 0 20px 42px rgba(29,25,21,0.08);
}

.ea-checkout-summary-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.ea-checkout-summary-panel__head strong {
    color: #1c1917;
}

.ea-checkout-summary-panel__head span {
    color: #6d645c;
    font-size: 0.88rem;
}

.ea-checkout-summary-panel__clock {
    color: #8f5b2c;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: 1.45rem;
    line-height: 1;
}

.ea-checkout-summary-items {
    display: grid;
    gap: 14px;
}

.ea-checkout-summary-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ea-checkout-summary-item__image {
    position: relative;
    width: 74px;
    min-width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f2eb;
    border-radius: 12px;
    overflow: hidden;
}

.ea-checkout-summary-item__image img {
    max-width: 86%;
    max-height: 86%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.ea-checkout-summary-item__image span {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.ea-checkout-summary-item__badge {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.ea-checkout-summary-item__body {
    flex: 1;
    min-width: 0;
}

.ea-checkout-summary-item__body h2 {
    margin: 0 0 6px;
    font-size: 1rem;
    font-family: "EA Libre Baskerville", Georgia, serif;
}

.ea-checkout-summary-item__price {
    color: #1c1917;
    white-space: nowrap;
}

.ea-checkout-summary-item__controls {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.ea-checkout-summary-item__qty {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #e8e3dc;
    border-radius: 10px;
    background: #fff;
}

.ea-checkout-summary-item__qty button,
.ea-checkout-summary-item__qty span {
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.ea-checkout-summary-item__qty button {
    border: 0;
    background: transparent;
    color: #1c1917;
    cursor: pointer;
}

.ea-checkout-summary-item__qty span {
    border-left: 1px solid #e8e3dc;
    border-right: 1px solid #e8e3dc;
}

.ea-checkout-summary-item__remove {
    border: 0;
    background: transparent;
    color: #b42318;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    padding: 0;
}

.ea-checkout-summary-item.is-updating,
.ea-cart-item.is-updating {
    opacity: 0.58;
}

.ea-checkout-summary-item.is-updating button,
.ea-cart-item.is-updating button,
.ea-cart-item.is-updating input {
    pointer-events: none;
}

.ea-checkout-summary-totals {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e8e3dc;
}

.ea-checkout-summary-totals .is-total {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid #e8e3dc;
}

.ea-checkout-shell.is-refreshing {
    position: relative;
}

.ea-checkout-shell.is-refreshing::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(247, 242, 234, 0.56);
    backdrop-filter: blur(2px);
    z-index: 5;
    pointer-events: none;
}

.ea-checkout-shell.is-refreshing::before {
    content: "";
    position: fixed;
    left: 50%;
    top: 28px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    border: 3px solid rgba(143, 91, 44, 0.18);
    border-top-color: #8f5b2c;
    border-radius: 999px;
    animation: ea-spin 0.8s linear infinite;
    z-index: 8;
}

.ea-cart-shell.is-refreshing {
    position: relative;
}

.ea-cart-shell.is-refreshing::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(247, 242, 234, 0.56);
    backdrop-filter: blur(2px);
    z-index: 5;
    pointer-events: none;
}

.ea-cart-shell.is-refreshing::before {
    content: "";
    position: fixed;
    left: 50%;
    top: 28px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    border: 3px solid rgba(143, 91, 44, 0.18);
    border-top-color: #8f5b2c;
    border-radius: 999px;
    animation: ea-spin 0.8s linear infinite;
    z-index: 8;
}

.ea-checkout-express {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0;
}

.ea-checkout-flow,
.ea-checkout-canvas {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    gap: 24px;
    align-items: start;
}

.ea-checkout-flow__main,
.ea-checkout-flow__side,
.ea-checkout-canvas__main,
.ea-checkout-canvas__side {
    min-width: 0;
}

.ea-checkout-flow__side,
.ea-checkout-canvas__side {
    position: sticky;
    top: 110px;
}

.ea-checkout-head__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.ea-checkout-head__pills span {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(29, 25, 21, 0.08);
    color: #5f554d;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
}

.ea-checkout-card {
    background: #fff;
    border: 1px solid #e8e3dc;
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(29, 25, 21, 0.08);
    padding: 22px;
}

.ea-cart-summary,
.ea-checkout-card {
    overflow: hidden;
}

.ea-checkout-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.ea-checkout-card__head-actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.ea-checkout-card__chip {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(143,91,44,0.08);
    color: #8f5b2c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.ea-checkout-card__head strong {
    display: block;
    color: #1c1917;
    font-size: 1.05rem;
}

.ea-checkout-card__head small {
    display: block;
    margin-top: 6px;
    color: #6d645c;
    font-size: 0.9rem;
}

.ea-checkout-express__button {
    border: 1px solid #e8e3dc;
    background: #fff;
    color: #1c1c1c;
    cursor: pointer;
}

.ea-checkout-express__button--dark {
    background: #000;
    border-color: #000;
    color: #fff;
}

.ea-checkout-divider {
    position: relative;
    margin: 18px 0;
    text-align: center;
}

.ea-checkout-divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #e8e3dc;
}

.ea-checkout-divider span {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    background: #faf9f6;
    color: #7a7066;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ea-checkout-section {
    margin-bottom: 16px;
}

.ea-checkout-section__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.ea-checkout-section--static .ea-checkout-section__header {
    cursor: default;
}

.ea-checkout-section__header strong {
    display: block;
    font-size: 1rem;
}

.ea-checkout-section__header small {
    display: block;
    margin-top: 6px;
    color: #6d645c;
    font-size: 0.88rem;
}

.ea-checkout-section__content {
    display: none;
    padding: 0 20px 20px;
}

.ea-checkout-section.is-open .ea-checkout-section__content {
    display: block;
}

.ea-checkout-section--static .ea-checkout-section__content,
.ea-checkout-section__content.is-visible {
    display: block;
}

.ea-checkout-section--static .ea-checkout-section__chevron {
    display: none;
}

.ea-checkout-address-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(29,25,21,0.08);
    border-radius: 16px;
    background: rgba(245,242,235,0.72);
}

.ea-checkout-address-card {
    display: none;
    margin-bottom: 12px;
    align-items: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(247,242,234,0.94) 100%);
    border-color: rgba(143,91,44,0.14);
    box-shadow: 0 16px 34px rgba(29,25,21,0.06);
}

.ea-checkout-address-card.is-visible {
    display: flex;
}

.ea-checkout-address-card__copy {
    display: grid;
    gap: 6px;
}

.ea-checkout-address-card__badge {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #1d1915;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.ea-checkout-address-card__copy strong {
    color: #1c1917;
}

.ea-checkout-address-card__copy span,
.ea-checkout-address-card__copy small {
    color: #6d645c;
    white-space: pre-line;
}

.ea-checkout-address-card__edit {
    border: 0;
    background: transparent;
    color: #8f5b2c;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
}

.ea-checkout-choice-grid {
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
}

.ea-checkout-choice-grid--details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ea-checkout-choice {
    position: relative;
    display: block;
    padding: 18px;
    border: 1px solid rgba(29,25,21,0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(250,247,242,0.98) 100%);
    cursor: pointer;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.ea-checkout-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ea-checkout-choice.is-selected,
.ea-checkout-choice:has(input:checked) {
    border-color: #8f5b2c;
    background: linear-gradient(180deg, rgba(255,250,244,0.98) 0%, rgba(248,239,226,0.98) 100%);
    box-shadow: 0 18px 32px rgba(29, 25, 21, 0.08);
    transform: translateY(-2px);
}

.ea-checkout-choice__body {
    display: grid;
    gap: 6px;
}

.ea-checkout-choice__body strong {
    color: #1c1917;
    font-size: 0.96rem;
}

.ea-checkout-choice__body span {
    color: #6d645c;
    font-size: 0.92rem;
    line-height: 1.45;
    white-space: pre-line;
}

.ea-checkout-choice__body small {
    color: #8f5b2c;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ea-checkout-add {
    width: 100%;
    min-height: 48px;
    border: 1px dashed rgba(29, 25, 21, 0.18);
    border-radius: 14px;
    background: transparent;
    color: #6d645c;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
}

.ea-checkout-edit-form {
    display: none;
    margin-top: 10px;
}

.ea-checkout-edit-form.is-visible {
    display: block;
}

.ea-checkout-payment-shell {
    display: grid;
    gap: 14px;
}

.ea-checkout-payment-placeholder,
.ea-checkout-payment-loading {
    display: grid;
    gap: 8px;
    padding: 20px;
    border: 1px solid rgba(29,25,21,0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,241,231,0.94) 100%);
}

.ea-checkout-payment-placeholder strong,
.ea-checkout-payment-loading strong {
    color: #1c1917;
    font-size: 0.98rem;
}

.ea-checkout-payment-placeholder span,
.ea-checkout-payment-loading span {
    color: #6d645c;
    font-size: 0.9rem;
    line-height: 1.55;
}

.ea-checkout-payment-placeholder[hidden],
.ea-checkout-payment-loading[hidden] {
    display: none !important;
}

.ea-checkout-payment-placeholder__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    width: fit-content;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #1c1917;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(29,25,21,0.12);
}

.ea-checkout-payment-loading {
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 12px;
}

.ea-checkout-payment-loading strong,
.ea-checkout-payment-loading span {
    grid-column: 2;
}

.ea-checkout-payment-loading__dot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 2px solid rgba(143, 91, 44, 0.18);
    border-top-color: #8f5b2c;
    animation: eaSpin 0.8s linear infinite;
}

@keyframes eaSpin {
    to { transform: rotate(360deg); }
}

.ea-checkout-page .woocommerce-billing-fields h3,
.ea-checkout-page .woocommerce-shipping-fields h3,
.ea-checkout-page .woocommerce-additional-fields h3,
.ea-checkout-page .woocommerce-checkout-review-order-table,
.ea-checkout-page .woocommerce-checkout-payment h3 {
    display: none;
}

.woocommerce-form-coupon-toggle,
.checkout_coupon,
.ea-checkout-page .woocommerce-additional-fields,
.ea-checkout-page .woocommerce-shipping-fields {
    display: none !important;
}

.ea-checkout-page .woocommerce-billing-fields__field-wrapper,
.ea-checkout-page .woocommerce-shipping-fields__field-wrapper,
.ea-checkout-page #ship-to-different-address,
.ea-checkout-page .woocommerce-additional-fields {
    display: grid;
    gap: 14px;
}

.ea-checkout-page .form-row {
    width: 100%;
    margin: 0;
    float: none !important;
}

.ea-checkout-page .form-row label {
    display: block;
    margin-bottom: 9px;
    font-size: 0.78rem;
    color: #7a6d61;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-checkout-page .woocommerce-input-wrapper {
    display: block;
    position: relative;
}

.ea-checkout-page .ea-checkout-proxy-row .ea-checkout-native-select,
.ea-checkout-page .ea-checkout-proxy-row .select2-container {
    display: none !important;
}

.ea-checkout-page .ea-checkout-text-proxy {
    width: 100%;
}

.ea-checkout-page .form-row-first,
.ea-checkout-page .form-row-last {
    width: 100%;
}

.ea-checkout-page .form-row-last {
    width: 100%;
}

.ea-checkout-page .form-row-wide,
.ea-checkout-page .woocommerce-shipping-fields,
.ea-checkout-page .woocommerce-additional-fields {
    clear: none;
}

.ea-checkout-page #billing_city_field,
.ea-checkout-page #billing_state_field,
.ea-checkout-page #billing_postcode_field {
    width: 100%;
}

.ea-checkout-page #billing_city_field,
.ea-checkout-page #billing_state_field {
    margin-right: 0;
}

.ea-checkout-page .select2-container .select2-selection--single {
    height: 62px;
    border: 1px solid rgba(29,25,21,0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f3ec 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.84), 0 10px 24px rgba(29,25,21,0.03);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ea-checkout-page .select2-container {
    width: 100% !important;
}

.ea-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 20px;
    color: #1c1917;
    font-size: 16px;
}

.ea-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 14px;
    width: 28px;
}

.ea-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #6d645c transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    margin-left: -5px;
    margin-top: -2px;
}

.ea-checkout-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9a8f84;
}

.ea-checkout-page .select2-dropdown {
    overflow: hidden;
    border: 1px solid rgba(29,25,21,0.08);
    border-radius: 20px;
    background: rgba(255,255,255,0.99);
    box-shadow: 0 28px 60px rgba(29,25,21,0.14);
}

.ea-checkout-page .select2-search--dropdown {
    padding: 14px;
    background: linear-gradient(180deg, #fffdf9 0%, #f6efe5 100%);
    border-bottom: 1px solid rgba(29,25,21,0.06);
}

.ea-checkout-page .select2-search--dropdown .select2-search__field {
    min-height: 48px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid rgba(29,25,21,0.1);
    border-radius: 999px;
    background: #fff;
    color: #1c1917;
    font-size: 15px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.ea-checkout-page .select2-results__options {
    padding: 10px;
    max-height: 280px;
}

.ea-checkout-page .select2-results__option {
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 14px;
    color: #1c1917;
    font-size: 14px;
    line-height: 1.4;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.ea-checkout-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.ea-checkout-page .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: rgba(143, 91, 44, 0.1);
    color: #8f5b2c;
    transform: translateX(2px);
}

.ea-checkout-page .select2-container--default .select2-results__option[aria-selected="true"] {
    background: rgba(29,25,21,0.06);
    color: #1c1917;
}

.ea-checkout-page input[type="text"],
.ea-checkout-page input[type="email"],
.ea-checkout-page input[type="tel"],
.ea-checkout-page input[type="password"],
.ea-checkout-page textarea {
    min-height: 62px;
    padding: 0 20px;
    border: 1px solid rgba(29,25,21,0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f3ec 100%);
    color: #1c1917;
    font-size: 16px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.82), 0 10px 24px rgba(29,25,21,0.03);
}

.ea-checkout-page textarea {
    min-height: 120px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.ea-checkout-page input::placeholder,
.ea-checkout-page textarea::placeholder {
    color: #aa9d90;
}

.ea-checkout-page .form-row .required {
    display: none;
}

.ea-checkout-page .woocommerce-billing-fields__field-wrapper,
.ea-checkout-page .woocommerce-shipping-fields__field-wrapper {
    background: radial-gradient(circle at top left, rgba(200,169,110,0.12) 0%, rgba(200,169,110,0) 24%), linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(251,248,243,0.98) 100%);
    border: 1px solid rgba(29,25,21,0.07);
    border-radius: 24px;
    padding: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 18px;
    box-shadow: 0 18px 42px rgba(29,25,21,0.06);
}

.ea-checkout-page #billing_address_1_field,
.ea-checkout-page #billing_phone_field {
    grid-column: 1 / -1;
}

.ea-checkout-page #billing_first_name_field,
.ea-checkout-page #billing_email_field,
.ea-checkout-page #billing_city_field,
.ea-checkout-page #billing_state_field,
.ea-checkout-page #billing_postcode_field,
.ea-checkout-page #billing_country_field {
    grid-column: span 1;
}

.ea-checkout-page #billing_state_field {
    grid-column: 1;
}

.ea-checkout-page #billing_postcode_field {
    grid-column: 2;
}

.ea-checkout-page #billing_country_field {
    grid-column: 1;
}

.ea-checkout-page #billing_phone_field {
    grid-column: 1 / -1;
}

.ea-checkout-page .wc-credit-card-form,
.ea-checkout-page .mastercard_merchant_cloud-payment-form,
.ea-checkout-page .payment_box {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(251,248,243,0.98) 100%);
    border: 1px solid rgba(29,25,21,0.08);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 16px 34px rgba(29,25,21,0.05);
}

.ea-checkout-page .payment_box p {
    color: #6d645c;
}

.ea-checkout-page .wc_payment_method > label,
.ea-checkout-page .payment_method_mastercard_merchant_cloud > label {
    font-weight: 700;
    color: #1c1917;
}

.ea-checkout-page input[type="text"]:focus,
.ea-checkout-page input[type="email"]:focus,
.ea-checkout-page input[type="tel"]:focus,
.ea-checkout-page input[type="password"]:focus,
.ea-checkout-page textarea:focus,
.ea-checkout-page .select2-container--default.select2-container--focus .select2-selection--single,
.ea-checkout-page .select2-container--open .select2-selection--single {
    border-color: #8f5b2c;
    box-shadow: 0 0 0 4px rgba(143, 91, 44, 0.1), 0 16px 30px rgba(29,25,21,0.08);
    outline: 0;
}

.ea-checkout-page input:-webkit-autofill,
.ea-checkout-page input:-webkit-autofill:hover,
.ea-checkout-page input:-webkit-autofill:focus,
.ea-checkout-page textarea:-webkit-autofill,
.ea-checkout-page select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #1c1917 !important;
    transition: background-color 9999s ease-out 0s;
}

.ea-checkout-review table.shop_table {
    width: 100%;
    border-collapse: collapse;
}

.ea-checkout-review .shop_table th,
.ea-checkout-review .shop_table td {
    padding: 10px 0;
    border-bottom: 1px solid #ece6dd;
    vertical-align: top;
    text-align: left;
}

.ea-checkout-review .shop_table th:last-child,
.ea-checkout-review .shop_table td:last-child {
    text-align: right;
}

.ea-checkout-review .product-name,
.ea-checkout-review .cart_item td:first-child {
    color: #1c1917;
}

.ea-checkout-review .woocommerce-checkout-payment {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #e8e3dc;
}

.ea-checkout-review table.shop_table {
    display: none;
}

.ea-checkout-review ul.wc_payment_methods {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: grid !important;
    gap: 12px;
}

.ea-checkout-review ul.wc_payment_methods li {
    padding: 15px 16px;
    border: 1px solid #e8e3dc;
    border-radius: 16px;
    background: #fcfbf8;
}

.ea-checkout-page .woocommerce-SavedPaymentMethods,
.ea-checkout-page .woocommerce-SavedPaymentMethods-saveNew,
.ea-checkout-page .payment_methods > .woocommerce-SavedPaymentMethods-saveNew,
.ea-checkout-page input[name="wc-mastercard_merchant_cloud-new-payment-method"],
.ea-checkout-page label[for="wc-mastercard_merchant_cloud-new-payment-method"],
.ea-checkout-page input[name$="-payment-token"],
.ea-checkout-page .wc-saved-payment-methods-tokenization-form,
.ea-checkout-page .payment_methods > li > input[type="radio"],
.ea-checkout-page .payment_methods > li > label {
    display: none !important;
}

.ea-checkout-page .payment_methods > li .payment_box {
    display: block !important;
    margin-top: 0;
}

.ea-checkout-review .payment_box {
    margin-top: 12px;
    color: #6d645c;
    font-size: 0.92rem;
}

.ea-checkout-page .woocommerce-checkout-payment #place_order,
.ea-checkout-page #order_review #place_order {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    margin-top: 18px;
    border: 0;
    border-radius: 16px;
    background: #1c1917;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 16px 34px rgba(29, 25, 21, 0.16);
}

.ea-checkout-page .woocommerce-checkout-payment #place_order:hover,
.ea-checkout-page #order_review #place_order:hover {
    background: #8f5b2c;
}

.ea-cart-summary__lead {
    margin: 0 0 18px;
    color: #6d645c;
    font-size: 0.94rem;
    line-height: 1.6;
}

.ea-cart-summary__continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    width: 100%;
    margin-top: 14px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    color: #2c211b;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
}

.ea-cart-summary__continue:hover {
    text-decoration: none;
}

.ea-cart-summary__note {
    display: grid;
    gap: 4px;
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.66);
}

.ea-cart-summary__note strong {
    color: #1c1917;
    font-size: 0.92rem;
}

.ea-cart-summary__note span {
    color: #6d645c;
    font-size: 0.88rem;
    line-height: 1.5;
}

.ea-cart-item__utility {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.ea-cart-item__promise {
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(143, 91, 44, 0.08);
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.ea-cart-item__promise--soft {
    background: rgba(29, 25, 21, 0.06);
    color: #5f554c;
}

.ea-checkout-submit {
    margin-top: 18px;
}

.ea-checkout-submit__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 22px;
}

.ea-checkout-submit__button.is-loading,
.ea-checkout-mobile-bar__button.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.ea-checkout-mobile-bar__button {
    min-width: 140px;
}

@media (max-width: 1024px) {
    .ea-cart-layout {
        grid-template-columns: 1fr;
    }

    .ea-cart-heading,
    .ea-cart-summary {
        position: static;
    }

    .ea-cart-heading {
        display: grid;
        gap: 16px;
    }

    .ea-cart-mobile-bar,
    .ea-checkout-mobile-bar {
        display: flex;
    }

    .ea-checkout-head {
        flex-direction: column;
    }

    .ea-cart-heading__meta,
    .ea-checkout-head__secure {
        max-width: none;
        width: 100%;
        justify-items: start;
        text-align: left;
    }

    .ea-cart-coupon {
        grid-template-columns: 1fr;
    }

    .ea-checkout-head__pills {
        gap: 8px;
    }

    .ea-checkout-flow,
    .ea-checkout-canvas {
        grid-template-columns: 1fr;
    }

    .ea-checkout-flow__side,
    .ea-checkout-canvas__side {
        position: static;
    }

    .ea-checkout-page .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr;
    }

    .ea-checkout-page #billing_first_name_field,
    .ea-checkout-page #billing_email_field,
    .ea-checkout-page #billing_city_field,
    .ea-checkout-page #billing_state_field,
    .ea-checkout-page #billing_postcode_field,
    .ea-checkout-page #billing_country_field,
    .ea-checkout-page #billing_phone_field,
    .ea-checkout-page #billing_address_1_field {
        grid-column: 1 / -1;
    }
}

.ea-cart-summary__urgency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 1px solid rgba(143,91,44,0.12);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,250,244,0.96) 0%, rgba(247,242,234,0.92) 100%);
}

.ea-cart-summary__urgency div {
    display: grid;
    gap: 4px;
}

.ea-cart-summary__urgency span {
    color: #6d645c;
    font-size: 0.84rem;
}

.ea-cart-summary__urgency-clock {
    color: #8f5b2c;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: 1.4rem;
    line-height: 1;
}

@media (max-width: 767px) {
    .ea-cart-shell,
    .ea-checkout-shell {
        width: min(100% - 24px, 100%);
        padding-top: 24px;
    }

    .ea-cart-item {
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 14px;
        padding: 14px;
    }

    .ea-cart-empty--editorial {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .ea-cart-empty__panel {
        padding: 22px 18px;
    }

    .ea-cart-empty__actions {
        display: grid;
    }

    .ea-cart-item__image {
        width: 108px;
        min-width: 108px;
        height: 108px;
    }

    .ea-cart-item__top,
    .ea-cart-item__bottom,
    .ea-cart-summary__total {
        flex-direction: column;
        align-items: flex-start;
    }

    .ea-cart-item__pricing {
        text-align: left;
        min-width: 0;
    }

    .ea-cart-coupon,
    .ea-checkout-express,
    .ea-cart-upsells__grid {
        grid-template-columns: 1fr;
        display: grid;
    }

    .ea-cart-coupon {
        padding: 18px;
    }

    .ea-checkout-page .form-row-first,
    .ea-checkout-page .form-row-last,
    .ea-checkout-page #billing_city_field,
    .ea-checkout-page #billing_state_field,
    .ea-checkout-page #billing_postcode_field {
        width: 100%;
        float: none;
    }

    .ea-checkout-choice-grid--details {
        grid-template-columns: 1fr;
    }

    .ea-checkout-page #billing_city_field,
    .ea-checkout-page #billing_state_field {
        margin-right: 0;
    }

    .ea-checkout-card {
        padding: 18px;
    }

    .ea-checkout-card__head,
    .ea-checkout-address-card {
        flex-direction: column;
    }

    .ea-checkout-card__head-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .ea-cart-benefits__pill,
    .ea-cart-upsell-card__split {
        width: 100%;
    }

    .ea-cart-item__controls,
    .ea-cart-item__utility {
        width: 100%;
    }

    .ea-cart-item__utility {
        gap: 8px;
    }

    .ea-checkout-page .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr;
    }
}

.ea-checkout-page.tv-checkout {
    background: #faf9f6;
    color: #1c1c1c;
}

.ea-checkout-page.tv-checkout .ea-checkout-shell {
    width: min(100% - 32px, 760px);
    margin: 0 auto;
    padding: 32px 0 120px;
}

.ea-checkout-page.tv-checkout .tv-checkout-main {
    display: grid;
    gap: 24px;
}

.ea-checkout-page.tv-checkout .tv-checkout-header {
    display: grid;
    gap: 6px;
}

.ea-checkout-page.tv-checkout .tv-checkout-header h1 {
    margin: 0;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 3rem);
    line-height: 0.96;
    color: #1c1917;
}

.ea-checkout-page.tv-checkout .tv-checkout-header p {
    margin: 0;
    color: #6d645c;
    font-size: 0.96rem;
}

.ea-checkout-page.tv-checkout .tv-checkout-header span {
    color: #1c1917;
    font-weight: 700;
}

.ea-checkout-page.tv-checkout .summary-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    border: 1px solid #e8e3dc;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ea-checkout-page.tv-checkout .summary-bar:hover {
    border-color: #8f5b2c;
    box-shadow: 0 8px 18px rgba(143, 91, 44, 0.08);
}

.ea-checkout-page.tv-checkout .summary-bar.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}

.ea-checkout-page.tv-checkout .summary-bar__copy,
.ea-checkout-page.tv-checkout .summary-bar__meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ea-checkout-page.tv-checkout .summary-bar__copy p,
.ea-checkout-page.tv-checkout .summary-bar__copy small,
.ea-checkout-page.tv-checkout .summary-bar__meta span {
    margin: 0;
}

.ea-checkout-page.tv-checkout .summary-bar__copy p {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1c1917;
}

.ea-checkout-page.tv-checkout .summary-bar__copy small {
    display: block;
    color: #7c736a;
    font-size: 0.8rem;
}

.ea-checkout-page.tv-checkout .summary-bar__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #8f5b2c;
}

.ea-checkout-page.tv-checkout .summary-bar__icon svg {
    width: 20px;
    height: 20px;
}

.ea-checkout-page.tv-checkout .summary-bar__count {
    position: absolute;
    top: 1px;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #8f5b2c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.ea-checkout-page.tv-checkout .summary-bar__meta {
    color: #8f5b2c;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.ea-checkout-page.tv-checkout .summary-bar__chevron {
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    color: #9a9289;
    transition: transform 0.25s ease;
}

.ea-checkout-page.tv-checkout .summary-bar.is-open .summary-bar__chevron {
    transform: rotate(45deg);
}

.ea-checkout-page.tv-checkout .expandable-content {
    margin-top: -24px;
    padding: 20px;
    border: 1px solid #e8e3dc;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
}

.ea-checkout-page.tv-checkout .expandable-content[hidden] {
    display: none !important;
}

.ea-checkout-page.tv-checkout .ea-checkout-summary-items {
    display: grid;
}

.ea-checkout-page.tv-checkout .summary-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #e8e3dc;
    align-items: flex-start;
}

.ea-checkout-page.tv-checkout .summary-item:last-child {
    border-bottom: 0;
}

.ea-checkout-page.tv-checkout .item-thumb {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #f5f2eb;
    overflow: hidden;
    flex: 0 0 60px;
}

.ea-checkout-page.tv-checkout .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.ea-checkout-page.tv-checkout .qty-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #1c1c1c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

.ea-checkout-page.tv-checkout .ea-checkout-summary-item__body {
    flex: 1 1 auto;
    min-width: 0;
}

.ea-checkout-page.tv-checkout .ea-checkout-summary-item__body h2 {
    margin: 0 0 4px;
    font-size: 0.94rem;
    font-weight: 700;
    color: #1c1917;
}

.ea-checkout-page.tv-checkout .ea-checkout-summary-item__meta,
.ea-checkout-page.tv-checkout .ea-checkout-summary-item__body p {
    margin: 0;
    color: #7c736a;
    font-size: 0.8rem;
    line-height: 1.45;
}

.ea-checkout-page.tv-checkout .ea-checkout-summary-item__controls {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.ea-checkout-page.tv-checkout .qty-stepper-sm {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e8e3dc;
    border-radius: 6px;
    overflow: hidden;
}

.ea-checkout-page.tv-checkout .qty-stepper-sm button,
.ea-checkout-page.tv-checkout .qty-stepper-sm span {
    width: 28px;
    height: 28px;
    border: 0;
    background: #fff;
    color: #1c1917;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}

.ea-checkout-page.tv-checkout .qty-stepper-sm span {
    width: 32px;
    border-left: 1px solid #e8e3dc;
    border-right: 1px solid #e8e3dc;
}

.ea-checkout-page.tv-checkout .ea-checkout-summary-item__remove {
    border: 0;
    padding: 0;
    background: transparent;
    color: #b42318;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.ea-checkout-page.tv-checkout .ea-checkout-summary-item__price {
    color: #1c1917;
    font-size: 0.92rem;
    font-weight: 700;
    white-space: nowrap;
}

.ea-checkout-page.tv-checkout .tv-summary-totals {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e8e3dc;
}

.ea-checkout-page.tv-checkout .tv-summary-totals > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #6d645c;
    font-size: 0.92rem;
}

.ea-checkout-page.tv-checkout .tv-summary-totals strong {
    color: #1c1917;
    font-weight: 700;
}

.ea-checkout-page.tv-checkout .tv-summary-totals .is-total {
    padding-top: 12px;
    border-top: 1px solid #e8e3dc;
    color: #1c1917;
    font-size: 1rem;
}

.ea-checkout-page.tv-checkout .tv-summary-totals .is-total strong {
    color: #8f5b2c;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: 2rem;
}

.ea-checkout-page.tv-checkout .tv-checkout-stack {
    display: grid;
    gap: 16px;
}

.ea-checkout-page.tv-checkout .tv-checkout-card {
    overflow: hidden;
    border: 1px solid #e8e3dc;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(29, 25, 21, 0.04);
}

.ea-checkout-page.tv-checkout .tv-checkout-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid #f0ebe5;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.ea-checkout-page.tv-checkout .tv-checkout-card__head p,
.ea-checkout-page.tv-checkout .tv-checkout-card__head span {
    margin: 0;
}

.ea-checkout-page.tv-checkout .tv-checkout-card__head p {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1c1917;
}

.ea-checkout-page.tv-checkout .tv-checkout-card__head span {
    color: #7c736a;
    font-size: 0.8rem;
}

.ea-checkout-page.tv-checkout .tv-checkout-card__content {
    display: block;
    padding: 20px;
    max-height: none;
    overflow: visible;
}

.ea-checkout-page.tv-checkout .tv-checkout-card__content[hidden] {
    display: none !important;
}

.ea-checkout-page.tv-checkout .tv-checkout-card__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #9a9289;
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.24s ease;
}

.ea-checkout-page.tv-checkout .tv-checkout-card.is-open .tv-checkout-card__chevron {
    transform: rotate(45deg);
}

.ea-checkout-page.tv-checkout .ea-checkout-edit-form {
    display: block;
    margin: 0;
}

.ea-checkout-page.tv-checkout .woocommerce-billing-fields__field-wrapper {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ea-checkout-page.tv-checkout .woocommerce-billing-fields__field-wrapper,
.ea-checkout-page.tv-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 14px;
}

.ea-checkout-page.tv-checkout .form-row label {
    margin-bottom: 8px;
    color: #7a6d61;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-checkout-page.tv-checkout input[type="text"],
.ea-checkout-page.tv-checkout input[type="email"],
.ea-checkout-page.tv-checkout input[type="tel"],
.ea-checkout-page.tv-checkout input[type="password"],
.ea-checkout-page.tv-checkout textarea,
.ea-checkout-page.tv-checkout .select2-container .select2-selection--single {
    min-height: 56px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ddd5cb;
    box-shadow: none;
}

.ea-checkout-page.tv-checkout input[type="text"],
.ea-checkout-page.tv-checkout input[type="email"],
.ea-checkout-page.tv-checkout input[type="tel"],
.ea-checkout-page.tv-checkout input[type="password"],
.ea-checkout-page.tv-checkout textarea {
    padding: 0 16px;
}

.ea-checkout-page.tv-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px;
    padding-left: 16px;
}

.ea-checkout-page.tv-checkout input:focus,
.ea-checkout-page.tv-checkout textarea:focus,
.ea-checkout-page.tv-checkout .select2-container--open .select2-selection--single,
.ea-checkout-page.tv-checkout .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #8f5b2c;
    box-shadow: 0 0 0 3px rgba(143, 91, 44, 0.1);
}

.ea-checkout-page.tv-checkout #billing_address_1_field,
.ea-checkout-page.tv-checkout #billing_phone_field {
    grid-column: 1 / -1;
}

.ea-checkout-page.tv-checkout #billing_email_field {
    order: 1;
}

.ea-checkout-page.tv-checkout #billing_first_name_field {
    order: 2;
}

.ea-checkout-page.tv-checkout #billing_address_1_field {
    order: 3;
}

.ea-checkout-page.tv-checkout #billing_city_field {
    order: 4;
    grid-column: 1;
}

.ea-checkout-page.tv-checkout #billing_state_field {
    order: 5;
    grid-column: 2;
}

.ea-checkout-page.tv-checkout #billing_postcode_field {
    order: 6;
    grid-column: 1;
}

.ea-checkout-page.tv-checkout #billing_country_field {
    order: 7;
    grid-column: 2;
}

.ea-checkout-page.tv-checkout #billing_phone_field {
    order: 8;
}

.ea-checkout-page.tv-checkout .ea-checkout-payment-shell,
.ea-checkout-page.tv-checkout .ea-checkout-review,
.ea-checkout-page.tv-checkout .woocommerce-checkout-payment {
    display: grid;
    gap: 14px;
}

.ea-checkout-page.tv-checkout .ea-checkout-review .woocommerce-checkout-payment {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.ea-checkout-page.tv-checkout .ea-checkout-review ul.wc_payment_methods li,
.ea-checkout-page.tv-checkout .ea-checkout-page .payment_box,
.ea-checkout-page.tv-checkout .payment_box,
.ea-checkout-page.tv-checkout .wc-credit-card-form,
.ea-checkout-page.tv-checkout .mastercard_merchant_cloud-payment-form {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ea-checkout-page.tv-checkout .ea-checkout-review ul.wc_payment_methods {
    margin: 0;
}

.ea-checkout-page.tv-checkout .woocommerce-checkout-payment #place_order,
.ea-checkout-page.tv-checkout #order_review #place_order {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ea-checkout-page.tv-checkout .tv-checkout-pay {
    width: 100%;
    margin-top: 4px;
}

.ea-checkout-page.tv-checkout .complete-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px 24px;
    border: 0;
    border-radius: 14px;
    background: #1c1c1c;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 16px 34px rgba(29, 25, 21, 0.16);
    cursor: pointer;
}

.ea-checkout-page.tv-checkout .complete-btn span:last-child {
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.ea-checkout-page.tv-checkout .complete-btn:hover:not(:disabled) {
    background: #8f5b2c;
}

.ea-checkout-page.tv-checkout + .ea-checkout-mobile-bar,
.ea-checkout-mobile-bar.mobile-footer {
    display: none;
}

@media (max-width: 767px) {
    .ea-checkout-page.tv-checkout .ea-checkout-shell {
        width: min(100% - 24px, 100%);
        padding: 24px 0 110px;
    }

    .ea-checkout-page.tv-checkout .woocommerce-billing-fields__field-wrapper,
    .ea-checkout-page.tv-checkout .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 1fr;
    }

    .ea-checkout-page.tv-checkout #billing_first_name_field,
    .ea-checkout-page.tv-checkout #billing_email_field,
    .ea-checkout-page.tv-checkout #billing_city_field,
    .ea-checkout-page.tv-checkout #billing_state_field,
    .ea-checkout-page.tv-checkout #billing_postcode_field,
    .ea-checkout-page.tv-checkout #billing_country_field,
    .ea-checkout-page.tv-checkout #billing_phone_field,
    .ea-checkout-page.tv-checkout #billing_address_1_field {
        grid-column: 1 / -1;
    }

    .ea-checkout-page.tv-checkout .summary-item {
        align-items: stretch;
    }

    .ea-checkout-page.tv-checkout .ea-checkout-summary-item__price {
        font-size: 0.88rem;
    }

    .ea-checkout-mobile-bar.mobile-footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
        border-top: 1px solid #e8e3dc;
        background: rgba(255,255,255,0.96);
        backdrop-filter: blur(18px);
        z-index: 60;
    }

    .ea-checkout-mobile-bar.mobile-footer .ea-checkout-mobile-bar__copy {
        display: grid;
        gap: 2px;
    }

    .ea-checkout-mobile-bar.mobile-footer .ea-checkout-mobile-bar__copy span {
        color: #7c736a;
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .ea-checkout-mobile-bar.mobile-footer .ea-checkout-mobile-bar__copy strong {
        color: #1c1917;
        font-family: "EA Libre Baskerville", Georgia, serif;
        font-size: 1.4rem;
    }

.ea-checkout-mobile-bar.mobile-footer .ea-checkout-mobile-bar__button {
        min-width: 138px;
        min-height: 48px;
        border: 0;
        border-radius: 12px;
        background: #1c1c1c;
        color: #fff;
        font-weight: 700;
    }
}

body.woocommerce-cart,
body.woocommerce-checkout {
    background: #f7f3ed;
}

body.woocommerce-cart .main-page-wrapper,
body.woocommerce-checkout .main-page-wrapper {
    background: transparent;
}

body.woocommerce-checkout .woocommerce-checkout-payment #place_order,
body.woocommerce-checkout #order_review #place_order {
    display: inline-flex !important;
}

body.woocommerce-cart .checkout-section,
body.woocommerce-checkout .checkout-section {
    border: initial;
    border-radius: initial;
    margin-bottom: initial;
    background: initial;
    overflow: initial;
}

body.woocommerce-cart .section-content,
body.woocommerce-checkout .section-content {
    max-height: none;
    overflow: visible;
    transition: none;
}

/* Keep card imagery visible across shop, cart, checkout, and content cards. */
.ea-collection-card__image,
.ea-product-card__image,
.ea-summary-item__thumb img,
.ea-review-card__photo,
.ea-write-review__photo {
    object-fit: contain !important;
    object-position: center center;
}

.ea-collection-card__image,
.ea-product-card__image,
.ea-summary-item__thumb img {
    padding: 12px;
    background: #f5f2eb;
}

.ea-product-card__addon-thumb,
.ea-review-card__shop-thumb {
    object-fit: contain !important;
    object-position: center center;
    padding: 4px;
    background: #f5f2eb;
}

.ea-review-card__photo,
.ea-write-review__photo {
    padding: 12px;
    background: #f3ece2;
}

.ea-product-card__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
    min-height: 228px;
    aspect-ratio: 1 / 1;
    padding: 14px;
    overflow: hidden;
}

.ea-product-card__image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}

.ea-shop-product-grid .ea-product-card__visual {
    padding: 18px;
}

.ea-shop-product-grid .ea-product-card__image {
    max-width: 82% !important;
    max-height: 82% !important;
}

.ea-shop-product-grid .ea-product-card__addon-thumb {
    flex-basis: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

.ea-product-card__addon-thumb,
.ea-summary-item__thumb img,
.ea-checkout-summary-item__image img,
.ea-cart-upsell__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.ea-article {
    padding: 28px 0 64px;
    background: #f7f3ed;
}

.ea-article__wrap {
    width: min(980px, calc(100% - 24px));
    margin: 0 auto;
}

.ea-article__card {
    padding: 28px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,240,231,0.94));
    box-shadow: 0 20px 44px rgba(29, 25, 21, 0.08);
}

.ea-article__eyebrow,
.ea-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ea-article__eyebrow {
    color: #8f5b2c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ea-article__card h1 {
    margin: 14px 0 10px;
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.ea-article__meta {
    color: #6d645c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ea-article__media {
    margin: 24px 0 0;
    overflow: hidden;
    border-radius: 22px;
    background: #efe5d9;
}

.ea-article__media img {
    display: block;
    width: 100%;
    height: auto;
}

.ea-article__content {
    margin-top: 26px;
    color: #332b24;
    font-size: 18px;
    line-height: 1.85;
}

.ea-article__content > *:first-child {
    margin-top: 0;
}

.ea-article__content h2,
.ea-article__content h3,
.ea-article__content h4 {
    margin: 1.8em 0 0.55em;
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, serif;
    line-height: 1.08;
}

.ea-article__content p,
.ea-article__content ul,
.ea-article__content ol,
.ea-article__content blockquote {
    margin: 0 0 1em;
}

@media (max-width: 767px) {
    .ea-article__card {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .ea-article__content {
        font-size: 16px;
        line-height: 1.75;
    }
}

.ea-floating-cart {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 70;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 190px;
    padding: 12px 14px;
    border: 1px solid rgba(29, 25, 21, 0.12);
    border-radius: 999px;
    background: rgba(255, 252, 247, 0.96);
    box-shadow: 0 18px 40px rgba(29, 25, 21, 0.16);
    color: #1d1915;
    text-decoration: none;
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    contain: layout paint;
}

.ea-floating-cart.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.ea-floating-cart:hover,
.ea-floating-cart:focus-visible {
    border-color: rgba(143, 91, 44, 0.24);
    box-shadow: 0 22px 48px rgba(29, 25, 21, 0.2);
}

.ea-floating-cart__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 999px;
    background: #1d1915;
    color: #f7f3ed;
}

.ea-floating-cart__icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.ea-floating-cart__copy {
    display: flex;
    flex-direction: column;
    min-width: 116px;
    flex: 0 0 116px;
}

.ea-floating-cart__copy strong,
.ea-floating-cart__copy span {
    overflow-wrap: anywhere;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.ea-floating-cart__copy strong {
    font-size: 13px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.ea-floating-cart__copy span {
    color: #6d645c;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.ea-single-product__related-split-buy {
    width: 100%;
}

.ea-single-product__related-split-buy .ea-split-buy__primary,
.ea-single-product__related-split-buy .ea-split-buy__secondary {
    min-height: 56px;
}

body.woocommerce-cart .ea-floating-cart,
body.woocommerce-checkout .ea-floating-cart {
    display: none !important;
}

@media (max-width: 767px) {
    .ea-floating-cart {
        right: 12px;
        bottom: 12px;
        left: 12px;
        justify-content: center;
        padding: 11px 14px;
        min-width: 0;
    }

    .ea-floating-cart__copy {
        flex-direction: row;
        align-items: center;
        gap: 8px;
        min-width: 0;
        flex: 0 1 auto;
    }

    .ea-floating-cart__copy span {
        font-size: 10px;
    }
}

.ea-product-card__split-buy,
.ea-hero-product-modal__split-buy,
.ea-collection-modal__split-buy,
.ea-single-product__split-buy {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.ea-product-card__split-buy .ea-split-buy__primary,
.ea-hero-product-modal__split-buy .ea-split-buy__primary,
.ea-collection-modal__split-buy .ea-split-buy__primary,
.ea-single-product__split-buy .ea-split-buy__primary {
    width: 100%;
}

.ea-article {
    padding: 28px 0 72px;
    background:
        radial-gradient(circle at top center, rgba(200, 169, 110, 0.08), transparent 26%),
        linear-gradient(180deg, #f7f3ed 0%, #f4eee6 100%);
}

.ea-article__wrap {
    width: min(980px, calc(100% - 24px));
}

.ea-article__card {
    padding: 18px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.985), rgba(248,243,235,0.96));
    box-shadow: 0 18px 42px rgba(29, 25, 21, 0.06);
}

.ea-article__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.ea-article__hero-copy,
.ea-article__hero-panel,
.ea-article__hero-media {
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 42px rgba(29, 25, 21, 0.08);
}

.ea-article__hero-copy {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 20px 22px 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ea-article__hero-copy h1 {
    margin: 0;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: clamp(2.4rem, 4.8vw, 4.8rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
    color: #1d1915;
    max-width: 14ch;
}

.ea-article__dek {
    margin: 0;
    max-width: 60ch;
    color: #4e433a;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.75;
}

.ea-article__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ea-article__hero-actions a,
.ea-article__rail-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-article__hero-actions a:first-child,
.ea-article__rail-card a:first-of-type {
    border: 1px solid rgba(29, 25, 21, 0.12);
    background: rgba(255,255,255,0.92);
    color: #1d1915;
}

.ea-article__hero-actions a:last-child,
.ea-article__rail-card a:last-of-type {
    background: #1d1915;
    color: #fff7ed;
}

.ea-article__hero-media {
    margin: 0;
    overflow: hidden;
    min-height: 320px;
    border-radius: 24px;
}

.ea-article__hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ea-article__hero-panel {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 28px;
}

.ea-article__hero-panel-label,
.ea-article__rail-label {
    color: #8f5b2c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-article__hero-panel strong {
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: #1d1915;
}

.ea-article__hero-panel p,
.ea-article__rail-card p {
    margin: 0;
    color: #6d645c;
    line-height: 1.8;
}

.ea-article__body {
    display: grid;
    gap: 18px;
    margin-top: 6px;
}

.ea-article__content-shell {
    display: grid;
    grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
    gap: 22px;
    margin-top: 24px;
}

.ea-article__rail {
    display: grid;
    align-content: start;
    gap: 16px;
}

.ea-article__rail-card {
    display: grid;
    gap: 12px;
    padding: 20px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 24px;
    background: rgba(255,255,255,0.84);
}

.ea-article__content {
    padding: 26px 28px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 24px;
    background: rgba(255,255,255,0.92);
    color: #332b24;
    font-size: 18px;
    line-height: 1.85;
}

.ea-article__content h2,
.ea-article__content h3,
.ea-article__content h4 {
    margin: 1.55em 0 0.5em;
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, serif;
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.ea-article__content p,
.ea-article__content ul,
.ea-article__content ol,
.ea-article__content blockquote {
    margin: 0 0 1.05em;
}

.ea-article__content ul,
.ea-article__content ol {
    padding-left: 1.2em;
}

.ea-article__content li + li {
    margin-top: 0.45em;
}

.ea-article__content a {
    color: #8f5b2c;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.14em;
}

.ea-article__content blockquote {
    margin: 1.3em 0;
    padding: 16px 18px;
    border-left: 3px solid rgba(143, 91, 44, 0.34);
    border-radius: 16px;
    background: rgba(247, 242, 234, 0.9);
}

.ea-article__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    padding: 18px 22px 6px;
    border-top: 1px solid rgba(29, 25, 21, 0.08);
}

.ea-article__footer-copy {
    display: grid;
    gap: 6px;
    max-width: 34rem;
}

.ea-article__footer-label {
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-article__footer-copy p {
    margin: 0;
    color: #6d645c;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .ea-article__hero,
    .ea-article__content-shell {
        grid-template-columns: 1fr;
    }

    .ea-article__rail {
        order: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .ea-product-grid,
    .ea-shop-product-grid {
        scroll-snap-type: none;
    }

    .ea-product-card {
        min-height: 0;
        max-height: none;
        overflow: visible;
        overscroll-behavior: auto;
        scroll-snap-align: none;
    }

    .ea-product-card__visual {
        min-height: 152px;
        max-height: none;
        padding: 10px;
    }

    .ea-product-card__main,
    .ea-product-card__addons,
    .ea-product-card__actions {
        padding-top: 12px;
    }

    .ea-product-card__summary {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ea-product-card__addon-list {
        gap: 8px;
    }

    .ea-product-card__addon-item {
        padding: 8px 10px;
    }

    .ea-product-card__support {
        display: none;
    }

    .ea-product-card__stock {
        padding-top: 10px;
    }

    .ea-article__card {
        padding: 14px;
        border-radius: 24px;
    }

    .ea-article__hero-copy,
    .ea-article__hero-panel,
    .ea-article__content {
        padding: 18px 16px;
        border-radius: 22px;
    }

    .ea-article__hero-media {
        min-height: 220px;
        border-radius: 18px;
    }

    .ea-article__rail {
        grid-template-columns: 1fr;
    }

    .ea-article__content {
        font-size: 16px;
        line-height: 1.74;
    }

    .ea-article__hero-copy h1 {
        max-width: none;
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .ea-article__dek {
        line-height: 1.62;
    }

    .ea-article__meta {
        gap: 6px;
    }

    .ea-article__footer {
        display: grid;
        gap: 14px;
        padding: 16px 8px 2px;
    }

    .ea-article__hero-actions--journal {
        width: 100%;
    }

    .ea-article__hero-actions--journal a {
        flex: 1 1 100%;
    }
}

@media (max-width: 820px) {
    .home .ea-featured-products__inner {
        width: min(calc(100% - 24px), 1400px);
    }

    .home .ea-featured-products__header {
        margin-bottom: 18px;
    }

    .home .ea-featured-products .ea-product-grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc(100vw - 24px);
        grid-template-columns: none;
        align-items: stretch;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 10px;
        margin: 0;
        scroll-padding-left: 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
        touch-action: pan-x pan-y;
    }

    .home .ea-featured-products .ea-product-grid::-webkit-scrollbar {
        display: none;
    }

    .home .ea-featured-products .ea-product-card {
        width: 100%;
        min-width: 0;
        max-width: none;
        scroll-snap-align: start;
    }

    .home .ea-featured-products .ea-product-card__visual {
        height: clamp(220px, 56vw, 260px);
    }
}

.ea-product-card__addon-head {
    flex-wrap: wrap;
    align-items: flex-start;
}

.ea-product-card__addon-label {
    flex: 1 1 180px;
    min-width: 0;
    font-size: 11px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.ea-product-card__addon-tag {
    flex: 0 0 auto;
    white-space: nowrap;
}

.ea-product-card__addon-item {
    min-height: 60px;
}

.ea-product-card__addon-thumb {
    object-fit: contain;
}

/* Keep the same outer gutter across home, content, shop, cart, and checkout shells. */
.ea-home-hero__inner,
.ea-home-section__inner,
.ea-header__inner,
.ea-footer__inner,
.ea-article__wrap,
.ea-trust-strip__inner,
.ea-collections__inner,
.ea-featured-products__inner,
.ea-reviews__inner,
.ea-page-shell__inner,
.ea-shop-shell,
.ea-single-product__shell,
.ea-cart-shell,
.ea-checkout-shell,
.ea-about__wrap,
.ea-contact__wrap,
.ea-gallery__wrap,
.ea-faq__wrap,
.ea-policy-hub__wrap,
.ea-journal__wrap {
    width: min(calc(100% - 12px), 1680px) !important;
    margin-inline: auto;
}

@media (max-width: 767px) {
    .ea-home-hero__inner,
    .ea-home-section__inner,
    .ea-header__inner,
    .ea-footer__inner,
    .ea-article__wrap,
    .ea-trust-strip__inner,
    .ea-collections__inner,
    .ea-featured-products__inner,
    .ea-reviews__inner,
    .ea-page-shell__inner,
    .ea-shop-shell,
    .ea-single-product__shell,
    .ea-cart-shell,
    .ea-checkout-shell,
    .ea-about__wrap,
    .ea-contact__wrap,
    .ea-gallery__wrap,
    .ea-faq__wrap,
    .ea-policy-hub__wrap,
    .ea-journal__wrap {
        width: calc(100% - 12px);
    }

    .ea-product-card__addon-label {
        flex-basis: 100%;
    }

    .ea-collections__grid {
        grid-auto-columns: minmax(286px, 92vw) !important;
        gap: 10px;
        padding: 0 4px 10px 0;
        scroll-snap-type: none !important;
        scroll-padding-left: 0;
        overscroll-behavior-x: auto;
    }

    .ea-collection-card {
        width: auto;
        scroll-snap-align: none;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto 1fr;
        gap: 0;
        height: 100%;
        padding: 9px;
        border-radius: 18px;
    }

    .ea-collection-card__image-wrap {
        aspect-ratio: 1.4 / 1;
        margin-bottom: 10px;
        border-radius: 14px;
    }

    .ea-collection-card__badge,
    .ea-collection-card__stock-pill {
        top: 10px;
        min-height: 24px;
        font-size: 9px;
    }

    .ea-collection-card__badge {
        left: 10px;
    }

    .ea-collection-card__stock-pill {
        right: 10px;
    }

    .ea-collection-card__quick {
        display: none;
    }

    .ea-collection-card__content {
        display: grid;
        grid-template-rows: auto auto minmax(48px, auto) minmax(0, 1fr) auto auto auto;
        padding: 0 2px 2px;
    }

    .ea-collection-card__meta {
        margin-bottom: 6px;
        font-size: 9px;
        letter-spacing: 0.12em;
    }

    .ea-collection-card__title {
        margin-bottom: 5px;
        font-size: 22px;
        line-height: 0.96;
    }

    .ea-collection-card__description {
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 1.4;
        min-height: 50px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ea-collection-card__mini-shop {
        grid-template-rows: auto 1fr;
        gap: 7px;
        margin-bottom: 8px;
        min-height: 252px;
        padding: 8px;
        border-radius: 14px;
        z-index: 8;
    }

    .ea-collection-card__mini-head {
        font-size: 9px;
        letter-spacing: 0.1em;
    }

    .ea-collection-card__mini-head strong {
        font-size: 8px;
    }

    .ea-collection-card__mini-list {
        grid-auto-rows: minmax(66px, 1fr);
        gap: 6px;
    }

    .ea-collection-card__mini-item {
        grid-template-columns: 44px minmax(0, 1fr) auto;
        gap: 8px;
        min-height: 66px;
        padding: 7px;
        border-radius: 12px;
        z-index: 9;
    }

    .ea-collection-card__hit {
        display: none;
    }

    .ea-collection-card__mini-thumb {
        width: 44px;
        height: 44px;
        border-radius: 10px;
    }

    .ea-collection-card__mini-name {
        font-size: 11px;
        line-height: 1.22;
        -webkit-line-clamp: 2;
    }

    .ea-collection-card__mini-meta {
        gap: 3px 5px;
        font-size: 8px;
    }

    .ea-collection-card__mini-buy {
        gap: 4px;
    }

    .ea-collection-card__mini-price {
        font-size: 11px;
    }

    .ea-collection-card__mini-action {
        min-height: 24px;
        padding: 0 8px;
        font-size: 8px;
    }

    .ea-collection-card__social {
        gap: 8px;
        min-height: 34px;
        padding: 6px 0;
        margin-bottom: 6px;
    }

    .ea-collection-card__social-left {
        gap: 8px;
        flex-wrap: wrap;
    }

    .ea-collection-card__social-item {
        font-size: 10px;
    }

    .ea-collection-card__cta {
        min-height: 44px;
        font-size: 11px;
    }

    .ea-collection-card__urgency {
        margin-top: 6px;
        min-height: 38px;
        padding-top: 6px;
    }

    .ea-collection-card__urgency-row {
        margin-bottom: 5px;
        font-size: 9px;
    }
}

.ea-editorial-nav,
.ea-featured-products {
    display: grid;
    gap: 18px;
    padding: 26px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(247,240,231,0.92));
    box-shadow: 0 18px 42px rgba(29, 25, 21, 0.08);
}

.ea-editorial-nav__head,
.ea-featured-products__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
    gap: 18px;
    align-items: end;
}

.ea-editorial-nav__eyebrow,
.ea-featured-products__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8f5b2c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ea-editorial-nav__eyebrow::before,
.ea-featured-products__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #b57b42;
}

.ea-editorial-nav__head h2,
.ea-featured-products__head h2 {
    margin: 12px 0 0;
    color: #1d1915;
    font-family: "EA Libre Baskerville", Georgia, serif;
    font-size: clamp(1.8rem, 2.8vw, 3rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
}

.ea-editorial-nav__head p,
.ea-featured-products__head p {
    margin: 0;
    color: #6d645c;
    line-height: 1.75;
}

.ea-editorial-nav__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ea-editorial-nav__card {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 22px;
    background: rgba(255,255,255,0.88);
    color: #1d1915;
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.ea-editorial-nav__card:hover,
.ea-editorial-nav__card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(143, 91, 44, 0.24);
    box-shadow: 0 16px 28px rgba(29, 25, 21, 0.08);
}

.ea-editorial-nav__card strong {
    font-size: 1rem;
    line-height: 1.1;
}

.ea-editorial-nav__card span {
    color: #6d645c;
    font-size: 13px;
    line-height: 1.6;
}

.ea-featured-products__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ea-featured-products__card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(29, 25, 21, 0.08);
    border-radius: 24px;
    background: rgba(255,255,255,0.88);
    color: #1d1915;
    text-decoration: none;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.ea-featured-products__card:hover,
.ea-featured-products__card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(143, 91, 44, 0.24);
    box-shadow: 0 16px 28px rgba(29, 25, 21, 0.08);
}

.ea-featured-products__visual {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 20px;
    background: #f3ede4;
    overflow: hidden;
}

.ea-featured-products__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.ea-featured-products__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.ea-featured-products__label {
    color: #8f5b2c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-featured-products__copy strong {
    font-size: 1rem;
    line-height: 1.15;
}

.ea-featured-products__copy span {
    color: #6d645c;
    font-size: 13px;
    line-height: 1.6;
}

.ea-featured-products__price {
    white-space: nowrap;
    color: #1d1915;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.ea-featured-products__grid-shop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ea-featured-products__grid-shop .ea-product-card {
    min-height: 100%;
}

@media (max-width: 1100px) {
    .ea-editorial-nav__head,
    .ea-featured-products__head,
    .ea-editorial-nav__grid,
    .ea-featured-products__grid,
    .ea-featured-products__grid-shop {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ea-editorial-nav,
    .ea-featured-products {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .ea-featured-products__card {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .ea-featured-products__visual {
        width: 74px;
        height: 74px;
    }

    .ea-featured-products__price {
        grid-column: 2;
    }

    .ea-featured-products__grid-shop {
        gap: 14px;
    }
}

@media (max-width: 767px) {
    .home .ea-featured-products {
        display: block;
    }

    .ea-featured-products__inner,
    .home .ea-featured-products__inner {
        display: block;
        width: auto !important;
        max-width: calc(100% - 12px) !important;
        min-width: 0;
        margin-inline: auto;
        overflow: hidden;
    }

    .home .ea-featured-products .ea-product-grid {
        max-width: 100%;
        min-width: 0;
        width: 100%;
        grid-auto-columns: minmax(300px, 84vw) !important;
        gap: 10px;
        padding: 0 4px 10px 0;
        scroll-snap-type: none !important;
        scroll-padding-left: 0;
        overscroll-behavior-x: auto;
    }

    .home .ea-featured-products .ea-product-card {
        width: auto;
        scroll-snap-align: none;
    }

    .home .ea-featured-products .ea-product-card__visual {
        width: 100%;
        height: min(48vw, 240px) !important;
        min-height: 0;
        aspect-ratio: auto !important;
        padding: 8px;
    }

    .home .ea-featured-products .ea-product-card__image {
        padding: 8px;
    }

    .home .ea-featured-products .ea-product-card__main,
    .home .ea-featured-products .ea-product-card__addons,
    .home .ea-featured-products .ea-product-card__actions {
        padding: 10px;
    }

    .home .ea-featured-products .ea-product-card__meta {
        margin-bottom: 6px;
        font-size: 9px;
    }

    .home .ea-featured-products .ea-product-card__title {
        margin-bottom: 6px;
        font-size: 18px;
    }

    .home .ea-featured-products .ea-product-card__summary {
        margin-bottom: 6px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .home .ea-featured-products .ea-product-card__price {
        font-size: 20px;
    }

    .home .ea-featured-products .ea-product-card__select-wrap {
        margin-top: 8px;
        gap: 6px;
    }

    .home .ea-featured-products .ea-product-card__addon-head {
        margin-bottom: 4px;
    }

    .home .ea-featured-products .ea-product-card__addon-tag {
        display: none;
    }

    .home .ea-featured-products .ea-product-card__addon-list {
        gap: 6px;
    }

    .home .ea-featured-products .ea-product-card__addon-item {
        gap: 8px;
        padding: 6px;
        border-radius: 12px;
    }

    .home .ea-featured-products .ea-product-card__addon-copy strong {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .home .ea-featured-products .ea-product-card__total {
        gap: 10px;
    }

    .home .ea-featured-products .ea-product-card__total-label,
    .home .ea-featured-products .ea-product-card__total-note {
        font-size: 10px;
    }

    .home .ea-featured-products .ea-product-card__total-amount {
        font-size: 18px;
    }

    .home .ea-featured-products .ea-product-card__stock {
        padding: 8px 10px 10px;
    }

.home .ea-featured-products .ea-product-card__stock-note {
        font-size: 10px;
    }
}

/* Travelvoid cart simplification */
.ea-cart-heading {
    display: block;
    margin-bottom: 18px;
}

.ea-cart-breadcrumb,
.ea-flow-steps,
.ea-cart-heading__meta,
.ea-cart-summary__assurances,
.ea-cart-summary__trust,
.ea-cart-item__eyebrow,
.ea-cart-item__fitment,
.ea-cart-item__summary,
.ea-cart-item__utility,
.ea-cart-item__stock,
.ea-cart-summary__lead,
.ea-cart-summary__total small {
    display: none !important;
}

.ea-cart-shell {
    width: min(calc(100% - 24px), 1680px);
    padding-top: 28px;
}

.ea-cart-title {
    font-size: clamp(1.9rem, 3.2vw, 3.2rem);
    line-height: 0.98;
}

.ea-cart-subtitle {
    margin-top: 6px;
    font-size: 0.92rem;
}

.ea-cart-layout {
    grid-template-columns: minmax(0, 1.95fr) minmax(280px, 0.78fr);
    gap: 18px;
}

.ea-cart-item {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 14px;
    margin-bottom: 8px;
    border-radius: 16px;
    box-shadow: none;
}

.ea-cart-item__image {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 10px;
}

.ea-cart-item__image img {
    max-width: 82%;
    max-height: 82%;
}

.ea-cart-item__content {
    gap: 8px;
}

.ea-cart-item__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.ea-cart-item__title {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 700;
}

.ea-cart-item__meta,
.ea-cart-item__meta p,
.ea-cart-item__meta dl {
    font-size: 0.82rem;
    color: #6d645c;
}

.ea-cart-item__meta dl {
    gap: 2px 6px;
}

.ea-cart-item__meta dt {
    display: none;
}

.ea-cart-item__meta dd {
    margin: 0;
}

.ea-cart-item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ea-cart-item__pricing {
    min-width: 0;
    text-align: right;
    display: grid;
    justify-items: end;
    gap: 3px;
}

.ea-cart-item__math {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8rem;
    color: #6d645c;
    white-space: nowrap;
}

.ea-cart-item__qty-value {
    font-weight: 700;
    color: #1c1917;
}

.ea-cart-item__unit-price {
    display: inline;
    margin-top: 0;
    color: #6d645c;
    font-size: 0.8rem;
}

.ea-cart-item__line-price,
.ea-cart-summary__total strong,
.ea-cart-summary__checkout strong,
.ea-cart-mobile-bar__copy strong {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
    color: #1c1917;
}

.ea-cart-item__remove--icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(29, 25, 21, 0.06);
    color: #6d645c;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
}

.ea-cart-item__remove--icon:hover,
.ea-cart-item__remove--icon:focus-visible {
    background: rgba(29, 25, 21, 0.1);
    color: #1c1917;
    text-decoration: none;
}

.ea-cart-qty {
    border-radius: 10px;
}

.ea-cart-qty__button,
.ea-cart-qty__input {
    height: 36px;
}

.ea-cart-qty__button {
    width: 34px;
    font-size: 16px;
}

.ea-cart-qty__input {
    width: 42px;
    font-size: 14px;
}

.ea-cart-summary {
    top: 92px;
    padding: 18px;
    border-radius: 18px;
    box-shadow: none;
    background: #fff;
}

.ea-cart-summary__eyebrow {
    margin-bottom: 10px;
}

.ea-cart-summary h2 {
    font-family: inherit;
    font-size: 1.02rem;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 12px;
}

.ea-cart-summary__rows {
    gap: 10px;
}

.ea-cart-summary__row span,
.ea-cart-summary__row strong {
    font-size: 0.9rem;
}

.ea-cart-summary__total {
    margin-top: 14px;
    padding-top: 14px;
}

.ea-cart-summary__checkout {
    min-height: 50px;
    margin-top: 14px;
    padding: 0 14px;
    border-radius: 12px;
    box-shadow: none;
    background: #8f5b2c !important;
    border: 1px solid #8f5b2c !important;
    color: #fff7ed !important;
}

.ea-cart-summary__continue {
    min-height: 46px;
    margin-top: 10px;
    border-radius: 12px;
    font-size: 0.9rem;
    background: #d4c3ae !important;
    border: 1px solid #c0a98c !important;
    color: #1d1915 !important;
}

.ea-cart-summary__continue:hover {
    background: #c7b298 !important;
    color: #1d1915 !important;
}

.ea-cart-summary__checkout span,
.ea-cart-summary__checkout strong {
    color: #fff7ed !important;
    opacity: 1 !important;
}

.ea-cart-coupon {
    margin: 0 0 14px;
    padding: 14px;
    border-radius: 16px;
}

.ea-cart-coupon__copy span {
    display: none;
}

@media (max-width: 767px) {
    .ea-cart-shell {
        width: min(100% - 16px, 100%);
        padding-top: 18px;
    }

    .ea-cart-item {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
    }

    .ea-cart-item__image {
        width: 72px;
        min-width: 72px;
        height: 72px;
    }

    .ea-cart-item__head,
    .ea-cart-item__bottom,
    .ea-cart-summary__total {
        flex-direction: row;
        align-items: center;
    }

    .ea-cart-item__bottom {
        gap: 8px;
    }

    .ea-cart-item__title {
        font-size: 0.92rem;
    }

    .ea-cart-item__meta,
    .ea-cart-item__meta p,
    .ea-cart-item__meta dl,
    .ea-cart-item__math {
        font-size: 0.74rem;
    }

    .ea-cart-item__pricing {
        gap: 2px;
    }

    .ea-cart-qty__button,
    .ea-cart-qty__input {
        height: 32px;
    }

    .ea-cart-qty__button {
        width: 30px;
    }

    .ea-cart-qty__input {
        width: 36px;
    }

    .ea-cart-mobile-bar {
        padding: 12px;
        gap: 10px;
    }
}

/* Final one-line cart row override */
.ea-cart-item__meta,
.ea-cart-item__meta p,
.ea-cart-item__meta dl {
    display: none !important;
}

.ea-cart-item {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center !important;
    gap: 12px !important;
}

.ea-cart-item__content {
    display: grid !important;
    grid-template-columns: minmax(220px, 1fr) 136px 180px 26px;
    grid-template-areas: "title qty math remove";
    align-items: center;
    row-gap: 0;
    column-gap: 8px;
    min-width: 0;
}

.ea-cart-item__copy {
    min-width: 0;
    overflow: hidden;
    grid-area: title;
    padding-left: 24px;
}

.ea-cart-item__title {
    margin: 0 !important;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: initial;
    line-height: 1.25;
}

.ea-cart-qty {
    display: grid;
    grid-template-columns: 38px 56px 38px;
    align-items: center;
    justify-items: center;
    justify-self: start;
    width: 136px;
    min-width: 136px;
    max-width: 136px;
    padding: 0 2px;
    grid-area: qty;
    overflow: visible;
    margin-left: 0;
}

.ea-cart-qty__button,
.ea-cart-qty__input {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: visible;
}

.ea-cart-qty__button {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    flex: 0 0 38px;
}

.ea-cart-qty__input {
    display: block !important;
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    text-align: center !important;
    text-indent: 0 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-variant-numeric: tabular-nums;
    color: #1c1917 !important;
    background: transparent !important;
    overflow: visible !important;
    appearance: textfield;
    -moz-appearance: textfield;
}

.ea-cart-qty__input::-webkit-outer-spin-button,
.ea-cart-qty__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ea-cart-item__pricing {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    text-align: right;
    white-space: nowrap;
    grid-area: math;
}

.ea-cart-item__math {
    font-size: 0.84rem;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.ea-cart-item__line-price {
    min-width: 0;
}

.ea-cart-item__remove--icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    justify-self: end;
    grid-area: remove;
}

@media (max-width: 1366px) {
    .ea-cart-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .ea-cart-summary {
        position: static;
        top: auto;
    }

    .ea-cart-item {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 10px !important;
    }

    .ea-cart-item__image {
        width: 64px;
        min-width: 64px;
        height: 64px;
    }

    .ea-cart-item__title {
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .ea-cart-item__content {
        grid-template-columns: minmax(180px, 1fr) 128px 164px 26px;
        grid-template-areas: "title qty math remove";
        row-gap: 0;
        column-gap: 6px;
    }
}

@media (max-width: 1024px) {
    .ea-cart-item {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 10px !important;
    }

    .ea-cart-item__image {
        width: 64px;
        min-width: 64px;
        height: 64px;
    }

    .ea-cart-item__title {
        font-size: 0.92rem;
    }

    .ea-cart-item__content {
        grid-template-columns: minmax(0, 1fr) auto auto auto;
        gap: 8px;
    }

    .ea-cart-item__pricing {
        min-width: max-content;
    }

    .ea-cart-item__math,
    .ea-cart-item__unit-price,
    .ea-cart-item__line-price {
        font-size: 0.78rem;
    }

    .ea-cart-item__content {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "title remove"
            "qty math";
        row-gap: 8px;
        column-gap: 10px;
        align-items: center;
    }

    .ea-cart-item__copy {
        grid-area: title;
    }

    .ea-cart-qty {
        grid-area: qty;
        justify-self: start;
    }

    .ea-cart-item__pricing {
        grid-area: math;
        justify-self: end;
    }

    .ea-cart-item__remove--icon {
        grid-area: remove;
    }
}

@media (max-width: 767px) {
    .ea-cart-item {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 8px !important;
        padding: 10px !important;
    }

    .ea-cart-item__image {
        width: 52px;
        min-width: 52px;
        height: 52px;
        border-radius: 10px;
    }

    .ea-cart-item__title {
        font-size: 0.84rem;
    }

    .ea-cart-item__content {
        grid-template-columns: auto 1fr auto;
        grid-template-areas:
            "title remove"
            "qty math remove";
        gap: 6px;
    }

    .ea-cart-item__copy {
        padding-left: 0;
    }

    .ea-cart-qty {
        grid-template-columns: 32px 42px 32px;
        width: 106px;
        min-width: 106px;
        max-width: 106px;
        justify-self: start;
        margin-left: 0;
    }

    .ea-cart-qty__button {
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
        font-size: 16px !important;
        flex-basis: 32px;
    }

    .ea-cart-qty__input {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 32px !important;
        line-height: 32px !important;
        font-size: 13px !important;
    }

    .ea-cart-item__pricing {
        width: auto;
        min-width: max-content;
        max-width: none;
        justify-self: end;
    }

    .ea-cart-item__math,
    .ea-cart-item__unit-price {
        font-size: 0.68rem !important;
    }

    .ea-cart-item__line-price {
        font-size: 0.8rem !important;
    }

    .ea-cart-item__remove--icon {
        width: 22px;
        height: 22px;
        min-width: 22px;
        font-size: 14px;
    }
}
