@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,500;0,600;0,700;1,600&display=swap");

:root {
    --tm-blue: #73CDD7;
    --tm-blue-deep: #55B7C2;
    --tm-pink: #F59398;
    --tm-pink-deep: #E7838A;
    --tm-lilac: #B1B0D6;
    --tm-yellow: #FDC476;
    --tm-ink: #4D5C60;
    --tm-heading: #64878C;
    --tm-heading-accent: #E7838A;
    --tm-muted: #778286;
    --tm-line: #E8E7EE;
    --tm-soft: #F8FBFB;
    --tm-cream: #FFF8EC;
    --tm-white: #FFFFFF;
    --tm-shadow: 0 18px 50px rgba(31, 50, 56, .10);
    --tm-radius-lg: 28px;
    --tm-radius-md: 18px;
    --tm-radius-sm: 12px;
    --tm-shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--tm-ink);
    background: var(--tm-white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.tm-cart-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }

.tm-shell { width: min(calc(100% - 48px), var(--tm-shell)); margin: 0 auto; }
.tm-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #69BFC8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tm-announcement { background: #73CDD7; color: #35565B; font-size: 13px; }
.tm-announcement__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tm-announcement a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.tm-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid rgba(177,176,214,.25);
    backdrop-filter: blur(12px);
}
.tm-header__inner {
    min-height: 112px;
    padding: 14px 0;
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    grid-template-areas: "logo nav basket";
    align-items: center;
}
.tm-logo {
    grid-area: logo;
    width: 158px;
    padding: 5px 0;
}
.tm-logo img {
    width: 100%;
    height: auto;
}
.tm-nav { grid-area: nav; display: flex; align-items: center; justify-content: center; gap: 40px; font-size: 15px; font-weight: 750; }
.tm-nav a { position: relative; padding: 24px 2px; }
.tm-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 15px; height: 3px; border-radius: 3px; background: var(--tm-pink); transition: .2s ease; }
.tm-nav a:hover::after, .tm-nav a.is-active::after { right: 0; }
.tm-basket-button {
    grid-area: basket;
    justify-self: end;
    border: 0;
    background: var(--tm-soft);
    color: var(--tm-ink);
    border-radius: 999px;
    min-height: 46px;
    padding: 0 13px 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 800;
}
.tm-basket-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tm-cart-count { display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px; border-radius: 999px; background: var(--tm-pink); color: white; font-size: 12px; }
.tm-menu-button { display: none; }

.tm-hero { overflow: hidden; background: linear-gradient(135deg, #F2FBFC 0%, #FFF4F5 52%, #FFF9ED 100%); }
.tm-hero__grid { min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; padding-top: 60px; padding-bottom: 70px; }
.tm-hero__copy { max-width: 640px; }
.tm-hero h1 {
    margin: 0;
    max-width: 700px;
    color: var(--tm-heading);
    font-family: "Nunito", "Trebuchet MS", Arial, sans-serif;
    font-size: clamp(50px, 5.2vw, 76px);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -.035em;
}
.tm-hero h1 em { color: var(--tm-heading-accent); font-style: italic; font-weight: 600; }
.tm-hero__copy > p { max-width: 610px; margin: 26px 0 0; color: var(--tm-muted); font-size: 19px; line-height: 1.68; }
.tm-hero__actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.tm-button {
    border: 1px solid transparent;
    min-height: 50px;
    padding: 0 23px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 850;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.tm-button:hover { transform: translateY(-1px); }
.tm-button--primary { background: var(--tm-pink); color: white; box-shadow: 0 10px 24px rgba(245,147,152,.24); }
.tm-button--primary:hover { background: var(--tm-pink-deep); box-shadow: 0 13px 30px rgba(231,131,138,.28); }
.tm-button--outline { border-color: #DAD9E8; background: rgba(255,255,255,.88); }
.tm-button--outline:hover { border-color: var(--tm-blue); }
.tm-button--full { width: 100%; }
.tm-text-link { font-weight: 850; }
.tm-text-link span { display: inline-block; margin-left: 5px; transition: transform .18s ease; }
.tm-text-link:hover span { transform: translateX(4px); }
.tm-hero__trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 38px; color: #657175; font-size: 13px; font-weight: 700; }
.tm-hero__trust span { display: flex; align-items: center; gap: 8px; }
.tm-hero__trust span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--tm-yellow); }
.tm-hero__trust span:nth-child(2)::before { background: var(--tm-pink); }
.tm-hero__trust span:nth-child(3)::before { background: var(--tm-blue); }

.tm-hero__visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.tm-hero__blob { position: absolute; border-radius: 48% 52% 45% 55% / 55% 44% 56% 45%; filter: saturate(.95); }
.tm-hero__blob--pink { width: 430px; height: 430px; right: 6%; top: 5%; background: rgba(245,147,152,.42); transform: rotate(18deg); }
.tm-hero__blob--yellow { width: 240px; height: 240px; left: 1%; bottom: 1%; background: rgba(253,196,118,.50); transform: rotate(-20deg); }
.tm-hero-slider {
    position: relative;
    z-index: 2;
    width: min(100%, 500px);
    margin: 0;
    border: 12px solid #fff;
    border-radius: 38px;
    overflow: hidden;
    background: linear-gradient(145deg, #FCE6E8, #E2F6F8 52%, #F3F0FB);
    box-shadow: 0 28px 80px rgba(47,71,76,.18);
    transform: rotate(1.5deg);
}

.tm-hero-slider__viewport {
    position: relative;
    height: 390px;
    overflow: hidden;
    background: #FAF9FC;
}

.tm-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .65s ease, visibility .65s ease;
}

.tm-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.tm-hero-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tm-hero-slider__caption {
    position: relative;
    z-index: 4;
    min-height: 86px;
    padding: 19px 86px 19px 22px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.tm-hero-slider__caption strong {
    font-family: "Nunito", "Trebuchet MS", Arial, sans-serif;
    color: var(--tm-heading);
    font-size: 21px;
    font-weight: 600;
}

.tm-hero-slider__caption span {
    color: var(--tm-muted);
    font-size: 13px;
}

.tm-hero-slider__arrow {
    position: absolute;
    z-index: 5;
    top: 195px;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    padding: 0 0 3px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #354449;
    display: grid;
    place-items: center;
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(47,71,76,.18);
    transition: transform .18s ease, background .18s ease;
}

.tm-hero-slider__arrow:hover {
    background: #fff;
    transform: scale(1.06);
}

.tm-hero-slider__arrow--prev { left: 16px; }
.tm-hero-slider__arrow--next { right: 16px; }

.tm-hero-slider__dots {
    position: absolute;
    z-index: 6;
    right: 20px;
    bottom: 31px;
    display: flex;
    gap: 7px;
}

.tm-hero-slider__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #cfd8da;
    cursor: pointer;
    transition: width .2s ease, background .2s ease;
}

.tm-hero-slider__dots button.is-active {
    width: 22px;
    background: var(--tm-pink);
}


.tm-shop { padding: 104px 0 112px; }
.tm-section-heading { display: grid; grid-template-columns: 1fr 390px; gap: 50px; align-items: end; margin-bottom: 34px; }
.tm-section-heading h2, .tm-why h2, .tm-story h2 { margin: 0; color: var(--tm-heading); font-family: "Nunito", "Trebuchet MS", Arial, sans-serif; font-size: clamp(38px, 4vw, 54px); font-weight: 600; line-height: 1.10; letter-spacing: -.020em; }
.tm-section-heading p { margin: 0 0 5px; color: var(--tm-muted); line-height: 1.7; }
.tm-filter-bar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 13px;
    border: 1px solid rgba(115, 205, 215, .55);
    border-radius: 999px;
    background: #DFF4F7;
    box-shadow: 0 8px 22px rgba(115, 205, 215, .14);
    width: fit-content;
    max-width: 100%;
}
.tm-filter { border: 0; border-radius: 999px; background: transparent; color: #576468; min-height: 43px; padding: 0 18px; font-weight: 800; transition: .18s ease; }
.tm-filter small { margin-left: 5px; font-size: 11px; font-weight: 800; opacity: .8; }
.tm-filter:hover { background: white; color: #6C6A9B; }
.tm-filter.is-active { background: var(--tm-lilac); color: white; box-shadow: 0 8px 18px rgba(177,176,214,.25); }
.tm-results-line { min-height: 54px; display: flex; align-items: center; justify-content: space-between; color: #8A9396; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.tm-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 22px; }
.tm-product-card { min-width: 0; }
.tm-product-card.is-hidden { display: none; }
.tm-product-image-wrap { position: relative; }
.tm-product-image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--tm-radius-md);
    background: #F8F7FB;
    border: 1px solid #EFF2F3;
}
.tm-image-fallback { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(145deg, #F8FBFB, #FDEFF0); color: #B5C0C2; font-family: "Nunito", "Trebuchet MS", Arial, sans-serif; font-size: 24px; }
.tm-product-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 8px; background: white; transition: opacity .35s ease, transform .45s ease; }
.tm-product-image__secondary { opacity: 0; }
.tm-product-card:hover .tm-product-image__primary { transform: scale(1.025); }
.tm-product-card:hover .tm-product-image__secondary { opacity: 1; transform: scale(1.025); }
.tm-product-badges { position: absolute; z-index: 3; top: 12px; left: 12px; display: flex; gap: 6px; }
.tm-badge { border-radius: 999px; padding: 6px 9px; color: white; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.tm-badge--new { background: #F7B8BC; }
.tm-badge--sale { background: var(--tm-pink-deep); }
.tm-age-badges { position: absolute; z-index: 3; right: 12px; bottom: 12px; display: flex; gap: 5px; }
.tm-age-badges span { display: grid; place-items: center; min-width: 40px; height: 31px; padding: 0 9px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--tm-ink); font-size: 11px; font-weight: 900; box-shadow: 0 5px 15px rgba(33,51,57,.12); }
.tm-product-info { padding: 17px 2px 0; }
.tm-product-type { display: block; min-height: 18px; margin-bottom: 5px; color: #929A9D; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.tm-product-info h3 { min-height: 48px; margin: 0; font-size: 16px; line-height: 1.45; font-weight: 800; }
.tm-product-info h3 a:hover { color: var(--tm-blue-deep); }
.tm-product-price-row { min-height: 32px; margin-top: 9px; display: flex; align-items: baseline; gap: 8px; }
.tm-product-price-row strong { font-size: 18px; }
.tm-product-price-row s { color: #9AA2A4; font-size: 13px; }
.tm-add-button { width: 100%; min-height: 44px; margin-top: 12px; padding: 0 15px; border: 1px solid #D7DFE1; border-radius: 999px; background: white; color: var(--tm-ink); display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 850; transition: .18s ease; }
.tm-add-button:hover { border-color: var(--tm-blue); background: #F2FBFC; color: #4A9FA9; }
.tm-add-button > span:last-child { display: flex; align-items: center; justify-content: center; flex: 0 0 26px; width: 26px; height: 26px; padding: 0; border-radius: 50%; background: var(--tm-blue); color: white; font-family: Arial, sans-serif; font-size: 20px; font-weight: 400; line-height: 26px; text-align: center; }
.tm-empty-state { padding: 60px 24px; text-align: center; border-radius: var(--tm-radius-md); background: var(--tm-soft); }
.tm-empty-state strong, .tm-empty-state span { display: block; }
.tm-empty-state span { margin-top: 7px; color: var(--tm-muted); }
.tm-text-button { margin-top: 15px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--tm-blue-deep); font-weight: 800; }

.tm-why { padding: 105px 0; background: #F7F5FC; }
.tm-why__heading { text-align: center; max-width: 680px; margin: 0 auto 55px; }
.tm-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tm-why__grid article { min-height: 275px; padding: 34px; border: 1px solid rgba(177,176,214,.34); border-radius: 24px; background: rgba(255,255,255,.86); }
.tm-icon { width: 52px; height: 52px; margin-bottom: 34px; border-radius: 16px; display: grid; place-items: center; font-size: 22px; }
.tm-icon--pink { background: #FDE8EA; color: var(--tm-pink-deep); }
.tm-icon--blue { background: #E1F5F7; color: #55AEB8; }
.tm-icon--lilac { background: #ECEBF7; color: #8B89BA; }
.tm-why h3 { margin: 0 0 11px; color: var(--tm-heading); font-family: "Nunito", "Trebuchet MS", Arial, sans-serif; font-size: 25px; font-weight: 600; }
.tm-why p { margin: 0; color: var(--tm-muted); line-height: 1.72; }

.tm-story { padding: 112px 0; background: #FFF8EC; }
.tm-story__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.tm-story__visual { position: relative; min-height: 440px; overflow: hidden; border-radius: 34px; background: linear-gradient(140deg, #FDC476, #FFE2AE); box-shadow: var(--tm-shadow); }
.tm-story__visual img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.tm-story__stamp { position: absolute; right: 22px; bottom: 22px; display: grid; place-items: center; width: 102px; height: 102px; border-radius: 50%; background: var(--tm-pink); color: white; font-family: "Nunito", "Trebuchet MS", Arial, sans-serif; font-size: 18px; font-weight: 700; transform: rotate(7deg); box-shadow: 0 10px 25px rgba(108,54,58,.18); }
.tm-story__copy { max-width: 590px; }
.tm-story__copy p { color: var(--tm-muted); font-size: 17px; line-height: 1.78; }
.tm-story__copy .tm-button { margin-top: 12px; }

.tm-footer { padding: 72px 0 24px; background: #6FAAB1; color: #FFFFFF; }
.tm-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1fr; gap: 52px; }
.tm-footer__brand img { width: 160px; filter: brightness(0) invert(1); opacity: .96; }
.tm-footer__brand p { max-width: 280px; color: #EFF8F9; line-height: 1.65; }
.tm-footer h3 { margin: 6px 0 18px; color: white; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.tm-footer a { display: block; width: fit-content; margin: 10px 0; color: #F1F9FA; font-size: 14px; }
.tm-footer a:hover { color: white; }
.tm-footer__bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.28); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #E6F3F4; font-size: 12px; }
.tm-footer__bottom a { margin: 0; }

.tm-cart-overlay { position: fixed; inset: 0; z-index: 80; background: rgba(79,96,100,.28); opacity: 0; visibility: hidden; transition: .25s ease; }
.tm-cart { position: fixed; z-index: 90; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; padding: 0 24px 24px; display: grid; grid-template-rows: auto 1fr auto; background: white; box-shadow: -20px 0 60px rgba(23,39,42,.18); transform: translateX(105%); transition: transform .28s ease; }
body.tm-cart-open .tm-cart-overlay { opacity: 1; visibility: visible; }
body.tm-cart-open .tm-cart { transform: translateX(0); }
.tm-cart__header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--tm-line); }
.tm-cart__header .tm-eyebrow { margin: 0 0 4px; }
.tm-cart__header h2 { margin: 0; color: var(--tm-heading); font-family: "Nunito", "Trebuchet MS", Arial, sans-serif; font-size: 30px; font-weight: 600; }
.tm-cart__close { width: 42px; height: 42px; border: 1px solid var(--tm-line); border-radius: 50%; background: white; color: var(--tm-ink); font-size: 28px; line-height: 1; }
.tm-cart__items { overflow: auto; padding: 8px 0; }
.tm-cart__empty { align-self: center; padding: 40px 20px; text-align: center; color: var(--tm-muted); }
.tm-cart__empty strong { display: block; margin-bottom: 6px; color: var(--tm-ink); }
.tm-cart-item { display: grid; grid-template-columns: 76px 1fr auto; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--tm-line); }
.tm-cart-item__image { width: 76px; height: 76px; border-radius: 12px; object-fit: contain; background: #F5F7F7; }
.tm-cart-item h4 { margin: 1px 0 7px; font-size: 13px; line-height: 1.35; }
.tm-cart-item__price { color: var(--tm-muted); font-size: 12px; }
.tm-cart-item__controls { display: flex; align-items: center; gap: 7px; margin-top: 10px; }
.tm-cart-item__controls button { width: 28px; height: 28px; padding: 0; border: 1px solid var(--tm-line); border-radius: 50%; background: white; }
.tm-cart-item__controls strong { min-width: 18px; text-align: center; font-size: 12px; }
.tm-cart-item__line-total { padding-top: 2px; font-size: 13px; white-space: nowrap; }
.tm-cart-item__remove { margin-top: 7px; padding: 0; border: 0; background: none; color: #A26B6E; font-size: 11px; text-decoration: underline; }
.tm-cart__footer { padding-top: 18px; border-top: 1px solid var(--tm-line); }
.tm-cart__subtotal { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 9px; }
.tm-cart__subtotal span { color: var(--tm-muted); font-size: 13px; }
.tm-cart__subtotal strong { font-size: 20px; }
.tm-cart__footer p { margin: 0 0 16px; color: #879194; font-size: 11px; line-height: 1.55; }
.tm-cart__footer .tm-button + .tm-button { margin-top: 9px; }
.tm-toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 11px 17px; border-radius: 999px; background: #263238; color: white; font-size: 13px; font-weight: 750; box-shadow: 0 10px 30px rgba(0,0,0,.18); opacity: 0; visibility: hidden; transform: translate(-50%, 12px); transition: .2s ease; }
.tm-toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

@media (max-width: 1050px) {
    .tm-header__inner { grid-template-columns: 170px 1fr 150px; }
    .tm-hero__grid { gap: 30px; min-height: 590px; }
    .tm-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tm-story__grid { gap: 55px; }
    .tm-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .tm-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 780px) {
    .tm-shell { width: min(calc(100% - 30px), var(--tm-shell)); }
    .tm-announcement__inner { min-height: 36px; justify-content: center; text-align: center; }
    .tm-announcement a { display: none; }
    .tm-header__inner {
        min-height: 88px;
        padding: 10px 0;
        grid-template-columns: 46px minmax(0, 1fr) 92px;
        grid-template-areas: "menu logo basket";
        column-gap: 8px;
    }
    .tm-logo {
        grid-area: logo;
        justify-self: center;
        width: min(132px, 100%);
        padding: 4px 0;
    }
    .tm-menu-button {
        grid-area: menu;
        justify-self: start;
        display: flex;
        width: 42px;
        height: 42px;
        padding: 10px;
        border: 0;
        border-radius: 50%;
        background: var(--tm-soft);
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }
    .tm-menu-button span { display: block; height: 2px; width: 100%; background: var(--tm-ink); border-radius: 2px; }
    .tm-nav { grid-area: nav; position: absolute; top: 88px; left: 0; right: 0; padding: 14px 20px 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border-bottom: 1px solid var(--tm-line); box-shadow: 0 15px 25px rgba(27,43,46,.08); }
    .tm-nav.is-open { display: flex; }
    .tm-nav a { padding: 13px 5px; }
    .tm-nav a::after { display: none; }
    .tm-basket-button { min-height: 42px; padding: 0 10px; }
    .tm-basket-button__label { display: none; }

    .tm-hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 32px; padding-top: 50px; padding-bottom: 58px; }
    .tm-hero h1 { font-size: clamp(43px, 13vw, 62px); }
    .tm-hero__copy > p { font-size: 17px; }
    .tm-hero__actions { align-items: flex-start; flex-direction: column; gap: 17px; }
    .tm-hero__trust { gap: 12px 18px; margin-top: 30px; }
    .tm-hero__visual { min-height: 400px; }
    .tm-hero-slider { width: min(90%, 480px); border-width: 8px; border-radius: 28px; }
    .tm-hero-slider__viewport { height: 300px; }
    .tm-hero-slider__arrow { top: 150px; width: 38px; height: 38px; margin-top: -19px; font-size: 30px; }
    .tm-hero-slider__caption { min-height: 82px; padding: 17px 82px 17px 18px; }
    .tm-hero-slider__dots { right: 17px; bottom: 29px; }
    .tm-hero__blob--pink { width: 330px; height: 330px; right: 3%; }
    .tm-hero__blob--yellow { width: 170px; height: 170px; }

    .tm-shop { padding: 74px 0 82px; }
    .tm-section-heading { grid-template-columns: 1fr; gap: 16px; }
    .tm-section-heading p { max-width: 560px; }
    .tm-filter-bar { width: 100%; border-radius: 19px; display: grid; grid-template-columns: repeat(2, 1fr); }
    .tm-filter { padding: 0 9px; }
    .tm-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
    .tm-product-info h3 { min-height: 46px; font-size: 14px; }
    .tm-product-type { font-size: 10px; }
    .tm-add-button { min-height: 42px; padding-left: 13px; }
    .tm-add-button > span:first-child { font-size: 12px; }

    .tm-why { padding: 75px 0; }
    .tm-why__grid { grid-template-columns: 1fr; }
    .tm-why__grid article { min-height: 0; }
    .tm-story { padding: 76px 0; }
    .tm-story__grid { grid-template-columns: 1fr; gap: 45px; }
    .tm-story__visual, .tm-story__visual img { min-height: 350px; }
    .tm-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
    .tm-footer__grid > div:last-child { grid-column: auto; }
    .tm-footer__brand { grid-column: 1 / -1; }
    .tm-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
    .tm-shell { width: min(calc(100% - 22px), var(--tm-shell)); }
    .tm-announcement { font-size: 11px; }
    .tm-hero__grid { padding-top: 40px; }
    .tm-hero__trust { font-size: 11px; }
    .tm-product-grid { column-gap: 10px; }
    .tm-product-image img { padding: 4px; }
    .tm-product-badges { top: 7px; left: 7px; }
    .tm-age-badges { right: 7px; bottom: 7px; }
    .tm-age-badges span { min-width: 35px; height: 27px; padding: 0 7px; font-size: 10px; }
    .tm-product-info { padding-top: 12px; }
    .tm-product-info h3 { min-height: 42px; font-size: 13px; }
    .tm-product-price-row strong { font-size: 16px; }
    .tm-product-price-row s { font-size: 11px; }
    .tm-add-button { padding: 0 10px; }
    .tm-add-button > span:last-child { width: 24px; height: 24px; }
    .tm-footer__grid { grid-template-columns: 1fr; }
    .tm-footer__brand { grid-column: auto; }
}
