:root {
    --home-purple: #6948bd;
    --home-purple-dark: #4c318f;
    --home-orange: #f36f2f;
    --home-yellow: #ffd33d;
    --home-blue: #6ec1e4;
    --home-red: #ee6666;
    --home-green: #38a875;
    --home-ink: #25212e;
    --home-muted: #716b79;
    --home-line: #e7e2ea;
    --home-bg: #fffdfb;
}

html { scroll-behavior: smooth; background: var(--home-bg); }
body.emmatoys-home-page {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: var(--home-bg);
    color: var(--home-ink);
    font-family: "Nunito Sans", Arial, sans-serif;
}
body.emmatoys-home-page #wpadminbar { display: none !important; }
.emma-home, .emma-home * { box-sizing: border-box; }
.emma-home a { color: inherit; text-decoration: none; }
.emma-home button, .emma-home input { font-family: inherit; }
.emma-home img { display: block; max-width: 100%; }
.emma-home-container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.emma-home-header {
    position: relative;
    z-index: 40;
    border-bottom: 1px solid rgba(58,42,73,.08);
    background: rgba(255,253,251,.96);
}
.emma-home-header__inner {
    display: grid;
    grid-template-columns: 185px 1fr 300px;
    align-items: center;
    min-height: 78px;
}
.emma-home-header__logo { width: fit-content; }
.emma-home-header__logo img { width: 164px; height: auto; }
.emma-home-header__nav { display: flex; align-items: center; justify-content: center; gap: 25px; }
.emma-home-header__nav a { position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 27px 0; color: #49434f; font-size: 12px; font-weight: 900; }
.emma-home-header__nav svg { width: 16px; height: 16px; color: var(--home-purple); }
.emma-home-header__nav a::after {
    position: absolute;
    right: 0;
    bottom: 19px;
    left: 0;
    height: 3px;
    border-radius: 4px;
    background: var(--home-yellow);
    content: "";
    opacity: 0;
    transform: scaleX(.3);
    transition: opacity .18s, transform .18s;
}
.emma-home-header__nav a:hover::after, .emma-home-header__nav a.is-active::after { opacity: 1; transform: scaleX(1); }
.emma-home-header__nav a.is-active { color: var(--home-purple-dark); }
.emma-home-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.emma-home-header__actions > a,
.emma-home-header__menu {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--home-line);
    border-radius: 50%;
    background: #fff;
    color: #4d4653;
}
.emma-home-header__actions svg { width: 19px; height: 19px; }
.emma-home-header__actions > a:hover { border-color: #cfc2e9; color: var(--home-purple); }
.emma-home-header__actions > .emma-account-dropdown { position: relative; }
.emma-home-header__account { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--home-line); border-radius: 50%; background: #fff; color: #4d4653; cursor: pointer; list-style: none; }
.emma-home-header__account::-webkit-details-marker { display: none; }
.emma-account-dropdown[open] .emma-home-header__account, .emma-home-header__account:hover { border-color: #cfc2e9; color: var(--home-purple); }
.emma-account-initials { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: var(--home-purple); font-size: 11px; font-weight: 900; letter-spacing: 0; }
.emma-account-dropdown__menu { position: absolute; z-index: 80; top: calc(100% + 10px); right: 0; width: 155px; overflow: hidden; border: 1px solid #e5def0; border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(31, 24, 43, .16); }
.emma-account-dropdown__menu a { display: block; padding: 10px 12px; color: #3b3344; font-size: 12px; font-weight: 800; text-decoration: none; }
.emma-account-dropdown__menu a:hover { color: var(--home-purple); background: #f6f1fc; }
.emma-home-header__actions > a.emma-home-header__phone {
    display: inline-flex;
    width: auto;
    min-width: 132px;
    padding: 0 13px;
    gap: 7px;
    border-color: #ded4ef;
    border-radius: 22px;
    color: var(--home-purple-dark);
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}
.emma-home-header__phone svg { color: var(--home-orange); }
.emma-home-header__cart span {
    position: absolute;
    top: -3px;
    right: -2px;
    display: grid;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 20px;
    background: var(--home-orange);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
}
.emma-home-header__menu { display: none; padding: 0; cursor: pointer; }
.emma-home-mobile-nav { display: none; }

.emma-home-hero {
    position: relative;
    overflow: hidden;
    min-height: 510px;
    background: #f0eafb;
}
.emma-home-hero::before {
    position: absolute;
    inset: 0;
    background-image: url("bg-emma.png");
    background-position: center;
    background-size: cover;
    content: "";
    opacity: .24;
    transform: rotate(180deg);
}
.emma-home-hero__mobile-video {
    position: absolute;
    top: 20px;
    right: max(34px, calc((100vw - 1240px) / 2 + 20px));
    z-index: 1;
    display: block;
    width: clamp(390px, 34vw, 450px);
    height: clamp(390px, 34vw, 450px);
    border: 8px solid #fff;
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
    object-position: center 34%;
    box-shadow: 0 20px 50px rgba(75,48,128,.2);
}
.emma-home-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    align-items: center;
    min-height: 510px;
}
.emma-home-hero__copy { position: relative; z-index: 4; max-width: 530px; padding: 48px 0 58px; }
.emma-home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--home-purple);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.emma-home-kicker i { width: 24px; height: 4px; border-radius: 5px; background: var(--home-yellow); }
.emma-home-hero h1 {
    margin: 10px 0 10px;
    color: var(--home-purple-dark);
    font-family: "Zilla Slab", Georgia, serif;
    font-size: clamp(62px, 7vw, 92px);
    font-weight: 800;
    line-height: .92;
    letter-spacing: 0;
}
.emma-home-hero__copy > p { max-width: 500px; margin: 0; color: #5d5665; font-size: 17px; line-height: 1.55; }
.emma-home-search {
    display: grid;
    grid-template-columns: 24px 1fr auto;
    align-items: center;
    gap: 11px;
    max-width: 510px;
    height: 58px;
    margin-top: 27px;
    padding: 5px 6px 5px 17px;
    border: 1px solid rgba(84,58,143,.17);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 13px 30px rgba(73,49,130,.12);
}
.emma-home-search svg { width: 21px; height: 21px; color: #8c8295; }
.emma-home-search input {
    min-width: 0;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--home-ink);
    font-size: 14px;
    font-weight: 700;
    outline: 0;
}
.emma-home-search input::placeholder { color: #aaa2b0; opacity: 1; }
.emma-home-search button {
    height: 46px;
    padding: 0 23px;
    border: 0;
    border-radius: 9px;
    background: var(--home-orange);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}
.emma-home-search button:hover { background: #e65e22; }
.emma-home-hero__links { display: flex; align-items: center; gap: 25px; margin-top: 22px; }
.emma-home-hero__links a { color: var(--home-purple); font-size: 13px; font-weight: 900; }
.emma-home-hero__links a:first-child { display: inline-flex; align-items: center; gap: 9px; }
.emma-home-hero__links a:last-child { color: #716979; text-decoration: underline; text-underline-offset: 4px; }
.emma-home-hero__visual { position: relative; align-self: stretch; min-height: 510px; }
.emma-home-hero__shape { position: absolute; border-radius: 50%; }
.emma-home-hero__shape--yellow { top: 62px; right: 20px; width: 315px; height: 315px; background: var(--home-yellow); }
.emma-home-hero__shape--blue { right: 230px; bottom: 24px; width: 178px; height: 178px; background: var(--home-blue); }
.emma-home-hero-product {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 18px 44px rgba(75,48,128,.17);
    transition: transform .2s;
}
.emma-home-hero-product:hover { transform: translateY(-5px) rotate(1deg); }
.emma-home-hero-product img {
    width: 82%;
    height: 82%;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
    clip-path: circle(50% at 50% 50%);
}
.emma-home-hero-product > span {
    position: absolute;
    right: 50%;
    bottom: -13px;
    max-width: 180px;
    overflow: hidden;
    padding: 7px 12px;
    border-radius: 8px;
    background: #fff;
    color: #4c4653;
    font-size: 10px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 7px 18px rgba(60,40,100,.12);
    transform: translateX(50%);
}
.emma-home-hero-product--1 { top: 18px; right: 370px; width: 135px; height: 135px; }
.emma-home-hero-product--2 { right: 330px; bottom: 22px; width: 170px; height: 170px; }
.emma-home-hero-product--3 { right: -5px; bottom: 28px; width: 145px; height: 145px; }
.emma-home-hero__stamp {
    position: absolute;
    top: 18px;
    right: 4px;
    z-index: 3;
    display: grid;
    width: 82px;
    height: 82px;
    place-content: center;
    border: 3px solid var(--home-purple);
    border-radius: 50%;
    background: #fff;
    color: var(--home-purple);
    text-align: center;
    transform: rotate(-9deg);
}
.emma-home-hero__stamp strong { font-family: "Zilla Slab", Georgia, serif; font-size: 21px; line-height: 1; }
.emma-home-hero__stamp span { margin-top: 3px; font-size: 9px; font-weight: 900; text-transform: uppercase; }

.emma-home-quick { position: relative; z-index: 4; background: #fff; }
.emma-home-quick__grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 112px; }
.emma-home-quick__grid > div { display: flex; align-items: center; gap: 13px; padding: 22px; border-right: 1px solid var(--home-line); }
.emma-home-quick__grid > div:first-child { padding-left: 0; }
.emma-home-quick__grid > div:last-child { padding-right: 0; border-right: 0; }
.emma-home-quick__grid > div > span { display: grid; flex: 0 0 43px; width: 43px; height: 43px; place-items: center; border-radius: 11px; }
.emma-home-quick__grid svg { width: 22px; height: 22px; }
.emma-home-quick .is-yellow { background: #fff5c4; color: #8b6a00; }
.emma-home-quick .is-blue { background: #e2f5fc; color: #227994; }
.emma-home-quick .is-red { background: #ffebeb; color: #b84646; }
.emma-home-quick .is-purple { background: #eee8fa; color: var(--home-purple); }
.emma-home-quick p, .emma-home-quick strong, .emma-home-quick small { display: block; margin: 0; }
.emma-home-quick strong { color: #3d3743; font-size: 13px; }
.emma-home-quick small { margin-top: 3px; color: var(--home-muted); font-size: 10px; line-height: 1.3; }

.emma-home-section { padding: 76px 0; }
.emma-home-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.emma-home-section__head h2,
.emma-home-age h2,
.emma-home-account h2 {
    margin: 7px 0 0;
    color: var(--home-ink);
    font-family: "Zilla Slab", Georgia, serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}
.emma-home-section__head > a { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; color: var(--home-purple); font-size: 13px; font-weight: 900; white-space: nowrap; }

.emma-home-categories { background: #fff9ed; }
.emma-home-categories__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.emma-home-category {
    position: relative;
    min-height: 235px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(62,49,72,.08);
    border-radius: 8px;
    transition: transform .2s, box-shadow .2s;
}
.emma-home-category:hover { z-index: 2; box-shadow: 0 16px 28px rgba(60,44,82,.11); transform: translateY(-4px); }
.emma-home-category--1 { background: #ffe477; }
.emma-home-category--2 { background: #c9edfa; }
.emma-home-category--3 { background: #ffd1d1; }
.emma-home-category--4 { background: #dcd1f7; }
.emma-home-category__count { position: relative; z-index: 2; color: rgba(45,38,50,.66); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.emma-home-category h3 { position: relative; z-index: 2; width: 58%; margin: 8px 0 0; font-family: "Zilla Slab", Georgia, serif; font-size: 22px; font-weight: 800; line-height: 1.05; }
.emma-home-category__arrow { position: absolute; bottom: 20px; left: 22px; z-index: 2; display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.75); font-weight: 900; }
.emma-home-category img { position: absolute; right: -10px; bottom: -8px; width: 57%; height: 72%; object-fit: contain; mix-blend-mode: multiply; transition: transform .2s; }
.emma-home-category:hover img { transform: scale(1.05) rotate(2deg); }

.emma-home-products-section { background: #fff; }
.emma-home-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.emma-home-product { overflow: hidden; border: 1px solid var(--home-line); border-radius: 8px; background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.emma-home-product:hover { border-color: #d5c8e9; box-shadow: 0 15px 30px rgba(62,43,94,.09); transform: translateY(-3px); }
.emma-home-product__image { position: relative; display: block; aspect-ratio: 1.18 / 1; padding: 14px; background: #fff; }
.emma-home-product__image > a { display: block; width: 100%; height: 100%; }
.emma-home-product__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s; }
.emma-home-product:hover .emma-home-product__image img { transform: scale(1.035); }
.emma-home-product__sale { position: absolute; top: 12px; left: 12px; padding: 5px 8px; border-radius: 6px; background: var(--home-red); color: #fff; font-size: 10px; font-weight: 900; }
.emma-home-product__body { padding: 15px; }
.emma-home-product__category { display: block; overflow: hidden; color: var(--home-purple); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.emma-home-product h3 { min-height: 40px; margin: 6px 0 15px; overflow: hidden; color: #38323e; font-family: "Zilla Slab", Georgia, serif; font-size: 15px; font-weight: 700; line-height: 1.25; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.emma-home-product__bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.emma-home-product__price { color: #28222d; font-family: "Zilla Slab", Georgia, serif; font-size: 16px; font-weight: 800; }
.emma-home-product__price del { margin-right: 5px; color: #9a929f; font-family: "Nunito Sans", Arial, sans-serif; font-size: 10px; font-weight: 700; }
.emma-home-product__price ins { color: var(--home-red); text-decoration: none; }
.emma-home-product__cart { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--home-yellow); color: #37302a; }
.emma-home-product__cart:hover { background: var(--home-orange); color: #fff; }
.emma-home-product__cart svg { width: 18px; height: 18px; }

.emma-home-age { padding: 57px 0; background: var(--home-purple); color: #fff; }
.emma-home-age__inner { display: grid; grid-template-columns: 320px 1fr; align-items: center; gap: 55px; }
.emma-home-kicker--light { color: #fff3a8; }
.emma-home-age h2 { color: #fff; }
.emma-home-age__copy p { margin: 10px 0 0; color: rgba(255,255,255,.73); font-size: 13px; line-height: 1.5; }
.emma-home-age__links { display: grid; grid-template-columns: repeat(6, 1fr); gap: 11px; }
.emma-home-age__links a { display: grid; min-height: 105px; place-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.09); text-align: center; transition: background .18s, transform .18s; }
.emma-home-age__links a:hover { background: #fff; color: var(--home-purple); transform: translateY(-3px); }
.emma-home-age__links strong { font-family: "Zilla Slab", Georgia, serif; font-size: 24px; font-weight: 800; line-height: 1; }
.emma-home-age__links span { margin-top: 6px; font-size: 9px; font-weight: 900; text-transform: uppercase; }

.emma-home-brands { background: #f3f9fb; }
.emma-home-brands__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.emma-home-brand { overflow: hidden; border: 1px solid #dce8eb; border-radius: 8px; background: #fff; transition: transform .2s, box-shadow .2s; }
.emma-home-brand:hover { box-shadow: 0 14px 28px rgba(37,85,100,.09); transform: translateY(-3px); }
.emma-home-brand__images { display: grid; grid-template-columns: repeat(3, 1fr); height: 140px; background: #f8fbfc; }
.emma-home-brand__images span { display: grid; min-width: 0; place-items: center; padding: 10px; border-right: 1px solid #e7eff1; }
.emma-home-brand__images span:last-child { border-right: 0; }
.emma-home-brand__images img { width: 100%; height: 100%; object-fit: contain; }
.emma-home-brand__info { display: flex; align-items: center; justify-content: space-between; padding: 17px; border-top: 1px solid #e7eff1; }
.emma-home-brand__identity { display: flex; min-width: 0; align-items: center; gap: 12px; }
.emma-home-brand__logo { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; padding: 7px; border: 1px solid #e7eff1; border-radius: 8px; background: #fff; }
.emma-home-brand__logo img { width: 100%; height: 100%; object-fit: contain; }
.emma-home-brand__info h3 { margin: 0; font-family: "Zilla Slab", Georgia, serif; font-size: 18px; font-weight: 800; }
.emma-home-brand__identity div > span { display: block; margin-top: 2px; color: var(--home-muted); font-size: 10px; }
.emma-home-brand__info b { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 50%; background: #e5f5fa; color: #277993; }

.emma-home-account { padding: 46px 0; background: var(--home-yellow); }
.emma-home-account__inner { display: grid; grid-template-columns: 88px 1fr auto; align-items: center; gap: 25px; }
.emma-home-account__icon { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 50%; background: #fff; color: var(--home-purple); }
.emma-home-account__icon svg { width: 34px; height: 34px; }
.emma-home-account__inner > div:nth-child(2) > span { color: #685400; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.emma-home-account h2 { margin-top: 3px; font-size: 29px; }
.emma-home-account p { margin: 7px 0 0; color: #665c31; font-size: 13px; }
.emma-home-account__inner > a { display: inline-flex; align-items: center; gap: 12px; min-height: 50px; padding: 0 22px; border-radius: 8px; background: var(--home-purple); color: #fff; font-size: 13px; font-weight: 900; }
.emma-home-account__inner > a:hover { background: var(--home-purple-dark); }

.emma-home-footer { background: #29252f; color: #fff; }
.emma-home-footer__grid { display: grid; grid-template-columns: 1.25fr .7fr .95fr 1.2fr; gap: 54px; padding-top: 52px; padding-bottom: 42px; }
.emma-home-footer__brand > a:first-child { display: block; width: fit-content; }
.emma-home-footer__brand img { width: 170px; padding: 8px 12px; border-radius: 8px; background: #fff; }
.emma-home-footer__brand > p { max-width: 290px; margin: 17px 0 22px; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.55; }
.emma-home-footer__brand > a:not(:first-child) { display: block; width: fit-content; margin-top: 12px; }
.emma-home-footer__brand strong, .emma-home-footer__brand span { display: block; }
.emma-home-footer__brand strong { color: #fff; font-size: 13px; }
.emma-home-footer__brand span { margin-top: 2px; color: rgba(255,255,255,.46); font-size: 9px; }
.emma-home-footer h2 { margin: 0 0 18px; color: #fff; font-family: "Zilla Slab", Georgia, serif; font-size: 16px; font-weight: 800; }
.emma-home-footer__column > a { display: block; width: fit-content; margin: 0 0 11px; color: rgba(255,255,255,.64); font-size: 11px; font-weight: 700; }
.emma-home-footer__column > a:hover { color: var(--home-yellow); }
.emma-home-footer__consumer > p { margin: -4px 0 14px; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.45; }
.emma-home-footer__consumer > a { display: grid; grid-template-columns: 40px 1fr 15px; align-items: center; gap: 10px; min-height: 49px; margin-top: 8px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: rgba(255,255,255,.05); }
.emma-home-footer__consumer > a:hover { border-color: rgba(255,211,61,.55); background: rgba(255,255,255,.09); }
.emma-home-footer__consumer > a span { display: grid; width: 38px; height: 32px; place-items: center; border-radius: 5px; background: #fff; color: var(--home-purple-dark); font-size: 10px; font-weight: 900; }
.emma-home-footer__consumer > a strong { color: rgba(255,255,255,.82); font-size: 10px; line-height: 1.2; }
.emma-home-footer__consumer > a b { color: var(--home-yellow); font-size: 13px; }
.emma-home-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 18px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 9px; }
.emma-home-footer__bottom div { display: flex; gap: 20px; }
.emma-home-footer__bottom a { color: rgba(255,255,255,.7); font-weight: 800; }

@media (max-width: 1050px) {
    .emma-home-header__inner { grid-template-columns: 150px 1fr 245px; }
    .emma-home-header__nav { gap: 15px; }
    .emma-home-header__nav a { font-size: 11px; }
    .emma-home-header__actions > a.emma-home-header__phone { min-width: 42px; width: 42px; padding: 0; }
    .emma-home-header__phone span { display: none; }
    .emma-home-hero__inner { grid-template-columns: 1fr 1fr; }
    .emma-home-hero__mobile-video { right: 24px; width: 390px; height: 390px; }
    .emma-home-hero-product--1 { top: 22px; right: 315px; width: 115px; height: 115px; }
    .emma-home-hero-product--2 { right: 285px; bottom: 28px; width: 145px; height: 145px; }
    .emma-home-hero-product--3 { right: -4px; bottom: 35px; width: 125px; height: 125px; }
    .emma-home-hero__stamp { top: 23px; right: 0; width: 72px; height: 72px; }
    .emma-home-quick__grid > div { padding: 17px 12px; }
    .emma-home-categories__grid { grid-template-columns: repeat(2, 1fr); }
    .emma-home-products { grid-template-columns: repeat(3, 1fr); }
    .emma-home-age__inner { grid-template-columns: 250px 1fr; gap: 30px; }
    .emma-home-brands__grid { grid-template-columns: repeat(2, 1fr); }
    .emma-home-footer__grid { grid-template-columns: 1.1fr .8fr .9fr; gap: 35px; }
    .emma-home-footer__consumer { grid-column: 1 / -1; }
    .emma-home-footer__consumer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .emma-home-footer__consumer h2, .emma-home-footer__consumer p { grid-column: 1 / -1; }
    .emma-home-footer__consumer > a { margin-top: 0; }
}
@media (max-width: 800px) {
    .emma-home-container { width: min(100% - 32px, 720px); }
    .emma-home-header__inner { grid-template-columns: 1fr auto; min-height: 68px; }
    .emma-home-header__logo img { width: 143px; }
    .emma-home-header__nav { display: none; }
    .emma-home-header__menu { display: grid; }
    .emma-home-mobile-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; padding: 10px 16px 17px; border-top: 1px solid var(--home-line); background: #fff; box-shadow: 0 15px 25px rgba(49,38,62,.12); }
    .emma-home-mobile-nav.is-open { display: grid; }
.emma-home-mobile-nav a { display: flex; align-items: center; gap: 10px; padding: 12px 4px; border-bottom: 1px solid var(--home-line); font-size: 13px; font-weight: 900; }
.emma-home-mobile-nav a svg { width: 18px; height: 18px; color: var(--home-purple); }
    .emma-home-hero, .emma-home-hero__inner { min-height: 900px; }
    .emma-home-hero::before {
        z-index: 1;
        background: linear-gradient(180deg, transparent 0, transparent 37%, rgba(240,234,251,.75) 51%, #f0eafb 68%, #f0eafb 100%);
        opacity: 1;
        transform: none;
    }
    .emma-home-hero__mobile-video {
        position: absolute;
        top: calc(-10% - 45px);
        right: 0;
        left: 0;
        z-index: 0;
        display: block;
        width: 100%;
        height: calc(110% + 45px);
        border: 0;
        border-radius: 0;
        object-fit: cover;
        object-position: center top;
        box-shadow: none;
        opacity: 1;
    }
    .emma-home-hero__inner { z-index: 2; grid-template-columns: 1fr; }
    .emma-home-hero__copy { max-width: 620px; padding: 440px 0 48px; text-align: center; }
    .emma-home-hero h1 { font-size: 67px; }
    .emma-home-hero__copy > p { margin-right: auto; margin-left: auto; font-size: 15px; }
    .emma-home-search { margin-right: auto; margin-left: auto; }
    .emma-home-hero__links { justify-content: center; }
    .emma-home-hero__visual { display: none; }
    .emma-home-hero__shape--yellow { top: 20px; right: calc(50% - 125px); width: 210px; height: 210px; }
    .emma-home-hero__shape--blue, .emma-home-hero-product--2, .emma-home-hero-product--3, .emma-home-hero__stamp { display: none; }
    .emma-home-hero-product--1 { top: 5px; right: calc(50% - 105px); width: 190px; height: 190px; }
    .emma-home-quick__grid { grid-template-columns: repeat(2, 1fr); }
    .emma-home-quick__grid > div { border-bottom: 1px solid var(--home-line); }
    .emma-home-quick__grid > div:nth-child(2) { border-right: 0; }
    .emma-home-quick__grid > div:first-child, .emma-home-quick__grid > div:nth-child(3) { padding-left: 0; }
    .emma-home-quick__grid > div:nth-child(3), .emma-home-quick__grid > div:nth-child(4) { border-bottom: 0; }
    .emma-home-products { grid-template-columns: repeat(2, 1fr); }
    .emma-home-age__inner { grid-template-columns: 1fr; }
    .emma-home-age__links { grid-template-columns: repeat(3, 1fr); }
    .emma-home-account__inner { grid-template-columns: 70px 1fr; }
    .emma-home-account__inner > a { grid-column: 2; width: fit-content; }
    .emma-home-footer__grid { grid-template-columns: 1fr 1fr; }
    .emma-home-footer__brand, .emma-home-footer__consumer { grid-column: 1 / -1; }
}
@media (max-width: 540px) {
    .emma-home-header__actions > a:first-child { display: none; }
    .emma-home-hero, .emma-home-hero__inner { min-height: 880px; }
    .emma-home-hero__copy { padding-top: clamp(380px, 108vw, 455px); padding-bottom: 40px; }
    .emma-home-hero h1 { font-size: 57px; }
    .emma-home-hero__copy > p { font-size: 14px; }
    .emma-home-search { grid-template-columns: 21px 1fr; height: auto; padding: 7px 9px 7px 14px; }
    .emma-home-search input { height: 42px; }
    .emma-home-search button { grid-column: 1 / -1; width: 100%; }
    .emma-home-hero__links { gap: 15px; font-size: 11px; }
    .emma-home-quick__grid { grid-template-columns: 1fr; }
    .emma-home-quick__grid > div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--home-line) !important; }
    .emma-home-quick__grid > div:last-child { border-bottom: 0 !important; }
    .emma-home-section { padding: 55px 0; }
    .emma-home-section__head { align-items: flex-start; flex-direction: column; gap: 14px; }
    .emma-home-section__head h2, .emma-home-age h2, .emma-home-account h2 { font-size: 28px; }
    .emma-home-categories__grid { grid-template-columns: 1fr; }
    .emma-home-category { min-height: 205px; }
    .emma-home-products { gap: 10px; }
    .emma-home-product__image { aspect-ratio: 1 / 1; padding: 8px; }
    .emma-home-product__body { padding: 11px; }
    .emma-home-product h3 { min-height: 36px; margin-bottom: 11px; font-size: 13px; }
    .emma-home-product__price { font-size: 13px; }
    .emma-home-product__cart { flex-basis: 34px; width: 34px; height: 34px; }
    .emma-home-age__links { grid-template-columns: repeat(2, 1fr); }
    .emma-home-brands__grid { grid-template-columns: 1fr; }
    .emma-home-account__inner { grid-template-columns: 1fr; text-align: center; }
    .emma-home-account__icon { margin: auto; }
    .emma-home-account__inner > a { grid-column: auto; width: 100%; justify-content: center; }
    .emma-home-footer__grid { grid-template-columns: 1fr; gap: 30px; padding-top: 40px; }
    .emma-home-footer__brand, .emma-home-footer__consumer { grid-column: auto; }
    .emma-home-footer__consumer { display: block; }
    .emma-home-footer__consumer > a { margin-top: 8px; }
    .emma-home-footer__bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
    .emma-home-footer__bottom div { flex-wrap: wrap; gap: 10px 16px; }
}
