.mytho-homepage {
    background-color: var(--mytho-color-surface-page);
    background-image:
        url("../images/homepage-organic-branch.svg"),
        url("../images/homepage-organic-branch.svg"),
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72));
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left -5rem bottom 8rem, right -8rem top 7rem, center;
    background-size: 19rem auto, 17rem auto, auto;
    color: var(--mytho-color-text-primary);
}

.mytho-front-page-shell {
    padding-top: var(--mytho-space-3);
    padding-bottom: var(--mytho-space-6);
}

.mytho-homepage .mytho-front-page-shell {
    margin-top: 0;
    padding-top: 0;
}

.mytho-front-page-shell .content-container {
    max-width: calc(var(--mytho-container-max) + 3rem);
    padding-left: var(--mytho-space-3);
    padding-right: var(--mytho-space-3);
}

.mytho-homepage .mytho-front-page-shell .content-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.mytho-front-page-entry {
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.mytho-front-page-entry .entry-content-wrap {
    padding: 0;
}

.mytho-front-page-entry .entry-content > :first-child {
    margin-top: 0;
}

.mytho-front-page-entry .entry-content :is(
    .mytho-prelogin-home-content__eyebrow,
    .mytho-prelogin-home-content__brand-line,
    .mytho-prelogin-home-content__headline,
    .mytho-prelogin-home-content__message,
    .mytho-prelogin-home-content__summary-label,
    .mytho-prelogin-home-content__summary-copy,
    .mytho-prelogin-home-content__support-info,
    .mytho-prelogin-home-content__support-phone,
    .mytho-postlogin-home-content__eyebrow,
    .mytho-postlogin-home-content__headline,
    .mytho-postlogin-home-content__subhead,
    .mytho-postlogin-home-content__delivery-note,
    .mytho-home-promo-section__kicker,
    .mytho-home-promo-section__title,
    .mytho-home-promo-section__empty,
    .mytho-home-categories__title,
    .mytho-home-news__title,
    .mytho-home-news__card-title,
    .mytho-home-news__meta
) {
    margin: 0;
}

.mytho-prelogin-home-content,
.mytho-postlogin-home-content {
    display: grid;
    gap: var(--mytho-space-4);
}

.mytho-prelogin-home-content__hero,
.mytho-postlogin-home-content__hero {
    display: grid;
    gap: var(--mytho-space-4);
    padding: clamp(1.5rem, 2.5vw, 2.5rem);
    border: 1px solid var(--mytho-color-border-soft);
    border-radius: calc(var(--mytho-radius-card) + 0.25rem);
    background:
        radial-gradient(circle at top right, rgba(79, 107, 42, 0.12), transparent 32%),
        radial-gradient(circle at bottom left, rgba(180, 51, 28, 0.1), transparent 30%),
        var(--mytho-color-surface-raised);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top right, bottom left, center;
    background-size: auto, auto, auto;
    box-shadow: var(--mytho-shadow-level-2);
}

.mytho-prelogin-home-content__copy,
.mytho-postlogin-home-content__intro,
.mytho-postlogin-home-content__meta {
    display: grid;
    gap: var(--mytho-space-2);
}

.mytho-prelogin-home-content__eyebrow,
.mytho-postlogin-home-content__eyebrow {
    color: var(--mytho-color-brand);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mytho-prelogin-home-content__brand-line {
    color: var(--mytho-color-text-muted);
    font-size: 1.0625rem;
    font-weight: 700;
}

.mytho-prelogin-home-content__headline,
.mytho-postlogin-home-content__headline {
    margin: 0;
    color: var(--mytho-color-text-primary);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.mytho-prelogin-home-content__headline {
    max-width: 14ch;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.mytho-postlogin-home-content__headline {
    max-width: 16ch;
    font-size: clamp(1.8rem, 3.8vw, 2.8rem);
}

.mytho-prelogin-home-content__message,
.mytho-postlogin-home-content__subhead,
.mytho-postlogin-home-content__delivery-note,
.mytho-prelogin-home-content__summary-copy,
.mytho-prelogin-home-content__cta-copy,
.mytho-prelogin-home-content__support-info,
.mytho-prelogin-home-content__support-phone {
    color: var(--mytho-color-text-secondary);
    font-size: 1.0625rem;
    line-height: var(--mytho-line-height-body);
    max-width: 45rem;
}

.mytho-prelogin-home-content__cta-panel {
    display: grid;
    gap: var(--mytho-space-2);
    padding: var(--mytho-space-3);
    border: 0;
    border-radius: var(--mytho-radius-card);
    background:
        linear-gradient(180deg, rgba(28, 109, 45, 0.06), rgba(28, 109, 45, 0.02)),
        var(--mytho-color-surface-raised);
}

.mytho-prelogin-home-content__cta-kicker,
.mytho-prelogin-home-content__delivery-kicker,
.mytho-home-categories__kicker {
    margin: 0;
    color: var(--mytho-color-brand);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mytho-prelogin-home-content__cta-copy {
    margin: 0;
    max-width: 34rem;
}

.mytho-prelogin-home-content__actions {
    display: grid;
    gap: var(--mytho-space-2);
}

.mytho-homepage-cta,
.mytho-postlogin-home-content__search button,
.mytho-home-product-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--mytho-control-height-lg);
    padding: 0.85rem 1rem;
    border-radius: var(--mytho-radius-button);
    border: 1px solid var(--mytho-color-brand);
    background: var(--mytho-color-brand);
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    box-shadow: var(--mytho-shadow-level-1);
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        background-color 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease;
}

.mytho-homepage-cta:hover,
.mytho-homepage-cta:focus-visible,
.mytho-postlogin-home-content__search button:hover,
.mytho-postlogin-home-content__search button:focus-visible,
.mytho-home-product-card__cta:hover,
.mytho-home-product-card__cta:focus-visible {
    color: #fff;
    background: var(--mytho-color-brand);
    border-color: var(--mytho-color-brand);
    transform: translateY(-1px);
    text-decoration: none;
    box-shadow: var(--mytho-shadow-level-2);
}

.mytho-homepage-cta--secondary {
    background: var(--mytho-color-surface-raised);
    border-color: rgba(122, 90, 22, 0.28);
    color: var(--mytho-color-text-primary);
    box-shadow: inset 0 0 0 1px rgba(122, 90, 22, 0.08);
}

.mytho-homepage-cta--secondary:hover,
.mytho-homepage-cta--secondary:focus-visible {
    background: rgba(122, 90, 22, 0.08);
    border-color: rgba(122, 90, 22, 0.4);
    color: var(--mytho-color-text-primary);
    box-shadow: var(--mytho-shadow-level-1);
}

.mytho-postlogin-home-content__promo-nav,
.mytho-home-news__list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--mytho-space-2);
}

.mytho-home-categories__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--mytho-space-2);
    margin: 0;
    padding: 0;
    list-style: none;
}

.mytho-postlogin-home-content__meta-chip,
.mytho-postlogin-home-content__promo-link,
.mytho-home-promo-section__count,
.mytho-shared-promo-badge,
.mytho-product-type-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.1rem;
    padding: 0.4rem 0.8rem;
    border-radius: var(--mytho-radius-round);
    border: 1px solid var(--mytho-color-border-soft);
    font-size: 0.95rem;
    font-weight: 700;
}

.mytho-postlogin-home-content__meta-chip,
.mytho-postlogin-home-content__promo-link,
.mytho-home-promo-section__count,
.mytho-home-categories__list a {
    background: var(--mytho-color-surface-raised);
    color: var(--mytho-color-text-primary);
    text-decoration: none;
}

.mytho-postlogin-home-content__promo-link--primary,
.mytho-shared-promo-badge {
    background: #c53b2c;
    border-color: #c53b2c;
    color: #ffffff;
}

.mytho-product-type-badge {
    background: rgba(122, 90, 22, 0.1);
    border-color: rgba(122, 90, 22, 0.16);
    color: var(--mytho-color-accent);
}

.mytho-prelogin-home-content__trust-points,
.mytho-home-promo-section__products {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mytho-prelogin-home-content__trust-points {
    display: grid;
    gap: var(--mytho-space-2);
}

.mytho-prelogin-home-content__trust-points li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: start;
    color: var(--mytho-color-text-secondary);
}

.mytho-prelogin-home-content__trust-points li::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.4rem;
    border-radius: 999px;
    background: var(--mytho-color-accent);
    box-shadow: 0 0 0 0.25rem rgba(122, 90, 22, 0.12);
}

.mytho-prelogin-home-content__visual,
.mytho-prelogin-home-content__visual-grid,
.mytho-postlogin-home-content__promo-grid,
.mytho-home-promo-section,
.mytho-home-categories,
.mytho-home-news {
    display: grid;
    gap: var(--mytho-space-3);
}

.mytho-prelogin-home-content__visual {
    align-self: stretch;
}

.mytho-prelogin-home-content__visual-grid {
    grid-template-rows: minmax(0, 1fr) auto;
    height: 100%;
}

.mytho-prelogin-home-content__image {
    position: relative;
    min-height: 12rem;
    border-radius: var(--mytho-radius-card);
    overflow: hidden;
    background: var(--mytho-color-surface-panel);
    box-shadow: var(--mytho-shadow-level-1);
}

.mytho-prelogin-home-content__image--primary {
    min-height: 24rem;
}

.mytho-prelogin-home-content__image--secondary {
    min-height: 10rem;
}

.mytho-prelogin-home-content__image img,
.mytho-home-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mytho-prelogin-home-content__image figcaption {
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    display: inline-flex;
    width: fit-content;
    max-width: calc(100% - 1.8rem);
    padding: 0.45rem 0.75rem;
    border-radius: var(--mytho-radius-round);
    background: rgba(255, 255, 255, 0.94);
    color: var(--mytho-color-text-primary);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    box-shadow: var(--mytho-shadow-level-1);
}

.mytho-prelogin-home-content__image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    background:
        radial-gradient(circle at 30% 28%, rgba(240, 208, 106, 0.18), transparent 20%),
        radial-gradient(circle at 72% 68%, rgba(28, 109, 45, 0.14), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 239, 228, 0.94));
}

.mytho-prelogin-home-content__image-placeholder--secondary {
    background:
        linear-gradient(135deg, rgba(28, 109, 45, 0.12), transparent 38%),
        linear-gradient(315deg, rgba(240, 208, 106, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 239, 228, 0.96));
}

.mytho-prelogin-home-content__image--placeholder {
    display: grid;
    align-items: end;
    padding: var(--mytho-space-4);
    background:
        linear-gradient(155deg, rgba(240, 208, 106, 0.16), transparent 60%),
        linear-gradient(315deg, rgba(28, 109, 45, 0.18), transparent 58%),
        var(--mytho-color-surface-panel);
}

.mytho-prelogin-home-content__image--placeholder span {
    display: inline-flex;
    width: fit-content;
    max-width: 16ch;
    padding: 0.5rem 0.8rem;
    border-radius: var(--mytho-radius-round);
    background: rgba(255, 255, 255, 0.92);
    color: var(--mytho-color-text-primary);
    font-weight: 700;
}

.mytho-prelogin-home-content__support,
.mytho-prelogin-home-content__delivery,
.mytho-home-promo-section,
.mytho-home-categories,
.mytho-home-featured-category,
.mytho-postlogin-home-content__delivery-note {
    padding: var(--mytho-space-4);
    border: 1px solid var(--mytho-color-border-soft);
    border-radius: var(--mytho-radius-card);
    background: var(--mytho-color-surface-raised);
    box-shadow: var(--mytho-shadow-level-1);
}

.mytho-prelogin-home-content__support {
    background: var(--mytho-color-surface-panel);
}

.mytho-prelogin-home-content__delivery,
.mytho-home-featured-category {
    background:
        linear-gradient(145deg, rgba(240, 208, 106, 0.18), transparent 52%),
        linear-gradient(320deg, rgba(28, 109, 45, 0.1), transparent 46%),
        var(--mytho-color-surface-raised);
}

.mytho-prelogin-home-content__support a {
    font-weight: 800;
}

.mytho-prelogin-home-content__delivery {
    display: grid;
    gap: var(--mytho-space-2);
    align-items: center;
    border-color: rgba(122, 90, 22, 0.28);
    background:
        linear-gradient(135deg, rgba(240, 208, 106, 0.26), rgba(240, 208, 106, 0.08) 45%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 12px 26px rgba(122, 90, 22, 0.1);
}

.mytho-home-featured-category__kicker {
    margin: 0;
    color: var(--mytho-color-brand);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mytho-prelogin-home-content__delivery-copy,
.mytho-home-featured-category__copy {
    margin: 0;
    color: var(--mytho-color-text-secondary);
    font-size: 1rem;
    line-height: var(--mytho-line-height-body);
}

.mytho-prelogin-home-content__delivery-copy {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: var(--mytho-space-2);
    align-items: center;
    color: #fff;
    font-size: 1.0625rem;
    line-height: 1.55;
}

.mytho-prelogin-home-content__delivery-icon {
    display: inline-grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    font-size: 1.25rem;
}

.mytho-prelogin-home-content__delivery-text {
    display: grid;
    gap: 0.2rem;
}

.mytho-prelogin-home-content__delivery-text strong {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.35;
}

.mytho-prelogin-home-content__delivery-text span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
}

.mytho-home-categories--guest {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 239, 228, 0.96));
}

.mytho-home-categories__heading {
    display: grid;
    gap: var(--mytho-space-1);
}

.mytho-home-categories--guest {
    display: grid;
    gap: var(--mytho-space-3);
    align-items: start;
}

.mytho-home-categories__title {
    margin: 0;
}

.mytho-home-categories__copy {
    max-width: 40rem;
    margin: 0;
    color: var(--mytho-color-text-secondary);
    font-size: 1rem;
    line-height: 1.6;
}

.mytho-home-categories__item {
    min-width: 0;
}

.mytho-home-categories__item a {
    display: grid;
    gap: 0.65rem;
    justify-items: center;
    min-height: 100%;
    padding: 0.75rem 0.55rem 0.8rem;
    border-radius: calc(var(--mytho-radius-card) - 0.125rem);
    border: 1px solid var(--mytho-color-border-soft);
    text-align: center;
    box-shadow: var(--mytho-shadow-level-1);
}

.mytho-home-categories__thumb {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(243, 239, 228, 0.92), rgba(255, 255, 255, 0.98));
}

.mytho-home-categories__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mytho-home-categories__image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 30% 32%, rgba(217, 181, 94, 0.28), transparent 20%),
        radial-gradient(circle at 68% 70%, rgba(28, 109, 45, 0.2), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 239, 228, 0.96));
}

.mytho-home-categories__label {
    display: block;
    color: var(--mytho-color-text-primary);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.32;
}

.mytho-home-news__kicker {
    margin: 0;
    color: var(--mytho-color-brand);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mytho-postlogin-home-content__search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--mytho-space-2);
    margin: 0;
}

.mytho-postlogin-home-content__search input[type="search"] {
    min-height: var(--mytho-control-height-lg);
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: var(--mytho-radius-input);
    font-size: 1.0625rem;
}

.mytho-home-promo-section__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--mytho-space-3);
}

.mytho-home-promo-section__kicker {
    color: var(--mytho-color-text-muted);
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.mytho-home-promo-section__title,
.mytho-home-categories__title,
.mytho-home-news__title {
    color: var(--mytho-color-text-primary);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    line-height: 1.1;
}

.mytho-home-promo-section__empty {
    padding: var(--mytho-space-3);
    border-radius: var(--mytho-radius-card);
    background: rgba(79, 107, 42, 0.08);
    color: var(--mytho-color-text-secondary);
}

.mytho-home-promo-section__products {
    display: grid;
    gap: var(--mytho-space-3);
}

.mytho-home-product-card {
    display: grid;
    gap: var(--mytho-space-2);
    padding: 0.9rem;
    border: 1px solid rgba(220, 213, 198, 0.9);
    border-radius: var(--mytho-radius-card);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 235, 0.96));
    box-shadow: 0 14px 28px rgba(31, 26, 23, 0.05);
}

.mytho-home-product-card__link {
    display: grid;
    gap: 0.8rem;
    color: inherit;
    text-decoration: none;
    min-height: 100%;
}

.mytho-home-product-card__body {
    display: grid;
    gap: 0.45rem;
}

.mytho-home-product-card__image {
    display: block;
    overflow: hidden;
    border-radius: calc(var(--mytho-radius-card) - 0.125rem);
    border: 1px solid rgba(223, 216, 201, 0.9);
    background: linear-gradient(180deg, rgba(250, 247, 241, 0.98), rgba(243, 238, 228, 0.94));
}

.mytho-home-product-card__image img {
    aspect-ratio: 1 / 1;
}

.mytho-home-product-card__title {
    color: var(--mytho-color-text-primary);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.mytho-home-product-card__price {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    color: var(--mytho-color-brand);
    font-weight: 700;
    font-size: 0.95rem;
}

.mytho-home-product-card__price--plain {
    color: var(--mytho-color-brand);
}

.mytho-home-product-card__price > .mytho-shared-promo-badge ~ .mytho-shared-promo-badge,
.mytho-home-product-card__price > .mytho-product-type-badge ~ .mytho-product-type-badge {
    display: none;
}

.mytho-home-promo-section--primary {
    background:
        linear-gradient(145deg, rgba(180, 51, 28, 0.08), transparent 44%),
        linear-gradient(330deg, rgba(79, 107, 42, 0.08), transparent 38%),
        var(--mytho-color-surface-raised);
    border-color: rgba(180, 51, 28, 0.2);
}

.mytho-home-featured-category {
    display: grid;
    gap: var(--mytho-space-3);
    align-items: center;
}

.mytho-home-featured-category__content {
    display: grid;
    gap: var(--mytho-space-2);
}

.mytho-home-featured-category__title {
    margin: 0;
    color: var(--mytho-color-text-primary);
    font-size: clamp(1.45rem, 3.2vw, 2rem);
    line-height: 1.14;
}

.mytho-home-featured-category__media {
    overflow: hidden;
    min-height: 13rem;
    border-radius: calc(var(--mytho-radius-card) - 0.125rem);
    background: var(--mytho-color-surface-panel);
    box-shadow: var(--mytho-shadow-level-1);
}

.mytho-home-featured-category__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mytho-home-featured-category__media {
    position: relative;
}

.mytho-home-featured-category__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32%, rgba(31, 26, 23, 0.08) 100%);
    pointer-events: none;
}

.mytho-home-featured-category__cta {
    width: 100%;
}

.mytho-postlogin-home-content__delivery-note {
    background: rgba(79, 107, 42, 0.08);
    border-color: rgba(79, 107, 42, 0.16);
}

.mytho-prelogin-home-content__delivery {
    background:
        linear-gradient(145deg, rgba(27, 88, 38, 0.96), rgba(18, 67, 29, 0.98));
    border-color: rgba(18, 67, 29, 0.98);
    box-shadow: 0 18px 36px rgba(14, 42, 22, 0.12);
}

.mytho-home-news__list {
    display: grid;
    gap: var(--mytho-space-3);
}

.mytho-home-news__card {
    overflow: hidden;
    border: 1px solid var(--mytho-color-border-soft);
    border-radius: var(--mytho-radius-card);
    background: var(--mytho-color-surface-raised);
    box-shadow: var(--mytho-shadow-level-1);
}

.mytho-home-news__link {
    display: grid;
    gap: 0.55rem;
    color: inherit;
    text-decoration: none;
}

.mytho-home-news__thumb {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: linear-gradient(180deg, rgba(243, 239, 228, 0.98), rgba(255, 255, 255, 0.98));
}

.mytho-home-news__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mytho-home-news__thumb svg {
    display: block;
    width: 100%;
    height: 100%;
}

.mytho-home-news__card-title {
    padding-left: var(--mytho-space-3);
    padding-right: var(--mytho-space-3);
    padding-top: var(--mytho-space-3);
    color: var(--mytho-color-text-primary);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.mytho-home-news__meta {
    padding-left: var(--mytho-space-3);
    padding-right: var(--mytho-space-3);
    color: var(--mytho-color-text-muted);
    font-size: 0.9375rem;
}

.mytho-home-news__excerpt {
    padding-left: var(--mytho-space-3);
    padding-right: var(--mytho-space-3);
    padding-bottom: var(--mytho-space-3);
    margin: 0;
    color: var(--mytho-color-text-secondary);
    font-size: 0.9875rem;
    line-height: 1.62;
}

@media (min-width: 48rem) {
    .mytho-prelogin-home-content__actions {
        grid-template-columns: repeat(2, minmax(13rem, max-content));
    }

    .mytho-postlogin-home-content__hero {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .mytho-postlogin-home-content__search {
        grid-column: 1 / -1;
        max-width: 42rem;
    }

    .mytho-home-promo-section__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mytho-home-featured-category__cta {
        width: fit-content;
        min-width: 14rem;
    }

    .mytho-home-news__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mytho-home-categories--guest {
        grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
    }

    .mytho-home-categories--guest .mytho-home-categories__list {
        align-self: center;
    }

    .mytho-home-categories__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 64rem) {
    .mytho-prelogin-home-content__hero {
        grid-template-columns: minmax(0, 1.1fr) minmax(21rem, 0.9fr);
        align-items: stretch;
    }

    .mytho-prelogin-home-content__support {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: var(--mytho-space-3);
    }

    .mytho-postlogin-home-content__promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mytho-home-promo-section--primary {
        grid-column: 1 / -1;
    }

    .mytho-home-promo-section--primary .mytho-home-promo-section__products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mytho-home-featured-category {
        grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    }
}

@media (max-width: 47.99rem) {
    .mytho-front-page-shell .content-container {
        padding-left: var(--mytho-space-2);
        padding-right: var(--mytho-space-2);
    }

    .mytho-prelogin-home-content__hero,
    .mytho-postlogin-home-content__hero,
    .mytho-home-promo-section,
    .mytho-home-categories,
    .mytho-prelogin-home-content__support,
    .mytho-prelogin-home-content__delivery,
    .mytho-home-featured-category,
    .mytho-postlogin-home-content__delivery-note {
        padding: var(--mytho-space-3);
    }

    .mytho-prelogin-home-content__headline {
        font-size: clamp(2rem, 10vw, 2.7rem);
    }

    .mytho-postlogin-home-content__meta,
    .mytho-postlogin-home-content__search {
        grid-template-columns: 1fr;
    }

    .mytho-prelogin-home-content__actions {
        grid-template-columns: 1fr;
    }

    .mytho-prelogin-home-content__delivery-copy {
        grid-template-columns: 1fr;
    }
}

.mytho-prelogin-home-content {
    gap: 1.25rem;
}

.mytho-prelogin-home-content > :not(.mytho-home-hero),
.mytho-postlogin-home-content {
    width: min(calc(var(--mytho-container-max) + 3rem), calc(100% - 2rem));
    margin-left: auto;
    margin-right: auto;
}

.mytho-home-hero,
.mytho-home-section,
.mytho-home-support-overview {
    padding: clamp(1rem, 1.8vw, 1.45rem);
    border: 1px solid var(--mytho-color-border-soft);
    border-radius: calc(var(--mytho-radius-card) + 0.15rem);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 233, 0.96));
    box-shadow: 0 18px 34px rgba(31, 26, 23, 0.06);
}

.mytho-home-hero {
    display: grid;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mytho-home-hero__intro,
.mytho-home-section__heading,
.mytho-home-support-overview__copy {
    display: grid;
    gap: 0.75rem;
}

.mytho-home-hero__intro {
    align-content: start;
    padding: clamp(1rem, 1.8vw, 1.3rem);
    border-radius: calc(var(--mytho-radius-card) - 0.1rem);
    border: 1px solid rgba(216, 208, 191, 0.92);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 248, 240, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.mytho-home-hero__eyebrow,
.mytho-home-section__kicker,
.mytho-home-slider__kicker {
    margin: 0;
    color: var(--mytho-color-brand);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mytho-home-hero__headline {
    margin: 0;
    max-width: 14ch;
    color: var(--mytho-color-text-primary);
    font-size: clamp(2.15rem, 5vw, 3.55rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.mytho-home-hero__message,
.mytho-home-section__copy,
.mytho-home-support-overview__note,
.mytho-home-support-action__meta,
.mytho-home-slider__excerpt {
    margin: 0;
    color: var(--mytho-color-text-secondary);
    font-size: 1rem;
    line-height: 1.65;
}

.mytho-home-hero__message,
.mytho-home-section__copy {
    max-width: 34rem;
}

.mytho-home-hero__actions {
    display: grid;
    gap: 0.75rem;
}

.mytho-home-hero__chips {
    display: grid;
    gap: 0.65rem;
}

.mytho-home-hero__chip {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.55rem 0.8rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(216, 208, 191, 0.96);
    background: rgba(255, 255, 255, 0.9);
    color: var(--mytho-color-text-primary);
    font-size: 0.9375rem;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.mytho-home-hero__support {
    margin: 0;
    color: var(--mytho-color-text-secondary);
    font-size: 0.95rem;
}

.mytho-home-hero__support a {
    font-weight: 800;
}

.mytho-home-slider {
    position: relative;
    display: grid;
}

.mytho-home-slider__viewport {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    touch-action: pan-y;
}

.mytho-home-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(0.6rem);
    transition: opacity 240ms ease, transform 240ms ease;
}

.mytho-home-slider__slide.is-active {
    opacity: 1;
    transform: translateY(0);
}

.mytho-home-slider__card {
    position: relative;
    display: block;
    height: 100%;
    min-height: 70vh;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    background: #dfd5c3;
}

.mytho-home-slider__media,
.mytho-home-slider__image {
    display: block;
    width: 100%;
    height: 100%;
}

.mytho-home-slider__image {
    object-fit: cover;
}

.mytho-home-slider__image--placeholder {
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.22), transparent 18%),
        radial-gradient(circle at 82% 76%, rgba(240, 208, 106, 0.22), transparent 18%),
        linear-gradient(135deg, rgba(26, 93, 40, 0.92), rgba(18, 61, 28, 0.98));
}

.mytho-home-slider__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(16, 14, 11, 0.04) 0%, rgba(16, 14, 11, 0.22) 38%, rgba(16, 14, 11, 0.78) 100%);
}

.mytho-home-slider__content {
    position: absolute;
    left: clamp(1rem, 3vw, 3rem);
    right: clamp(1rem, 3vw, 3rem);
    bottom: clamp(4.4rem, 9vw, 5.4rem);
    display: grid;
    gap: 0.7rem;
    z-index: 1;
}

.mytho-home-slider__kicker,
.mytho-home-slider__title,
.mytho-home-slider__cta {
    color: #fff;
}

.mytho-home-slider__title {
    max-width: 14ch;
    font-size: 3.75rem;
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: 0;
}

.mytho-home-slider__excerpt {
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.08rem;
    line-height: 1.55;
}

.mytho-home-slider__cta {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.95rem;
    font-weight: 700;
    backdrop-filter: blur(6px);
}

.mytho-home-slider__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.mytho-home-slider__actions .mytho-homepage-cta {
    min-width: 11rem;
}

.mytho-home-slider__card--market .mytho-home-slider__overlay,
.mytho-home-slider__card--saigon .mytho-home-slider__overlay {
    background:
        linear-gradient(90deg, rgba(15, 14, 12, 0.84) 0%, rgba(15, 14, 12, 0.66) 28%, rgba(15, 14, 12, 0.38) 48%, rgba(15, 14, 12, 0.18) 68%, rgba(15, 14, 12, 0.06) 100%),
        linear-gradient(180deg, rgba(16, 14, 11, 0.04) 0%, rgba(16, 14, 11, 0.18) 42%, rgba(16, 14, 11, 0.7) 100%);
}

.mytho-home-hero--postlogin .mytho-home-slider__viewport,
.mytho-home-hero--postlogin .mytho-home-slider__card {
    min-height: 58vh;
}

.mytho-home-slider__content--postlogin {
    max-width: 42rem;
    bottom: clamp(2.2rem, 7vw, 4rem);
    gap: 0.9rem;
}

.mytho-home-slider__content--postlogin .mytho-home-slider__title {
    display: block;
    margin: 0;
    max-width: 9ch;
    font-size: 3.35rem;
}

.mytho-home-hero--postlogin .mytho-postlogin-home-content__search {
    max-width: 35rem;
    margin-top: 0.35rem;
}

.mytho-home-hero--postlogin .mytho-postlogin-home-content__search input[type="search"] {
    border: 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(16, 14, 11, 0.12);
}

.mytho-home-hero--postlogin .mytho-postlogin-home-content__search button {
    min-width: 8.5rem;
}

.mytho-home-slider__controls {
    position: absolute;
    left: clamp(1rem, 3vw, 3rem);
    right: clamp(1rem, 3vw, 3rem);
    bottom: clamp(1rem, 2vw, 1.5rem);
    z-index: 3;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
    align-items: center;
    pointer-events: none;
}

.mytho-home-slider__nav,
.mytho-home-slider__dot {
    appearance: none;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    pointer-events: auto;
}

.mytho-home-slider__nav {
    display: inline-grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.mytho-home-slider__dots {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
}

.mytho-home-slider__dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.46);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
    transition: transform 160ms ease, background-color 160ms ease;
}

.mytho-home-slider__dot.is-active {
    background: #fff;
    transform: scale(1.18);
}

.mytho-home-slider .mytho-home-slider__nav,
.mytho-home-slider .mytho-home-slider__dot {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    appearance: none;
}

.mytho-home-slider .mytho-home-slider__dot {
    flex: 0 0 auto;
    width: 1rem !important;
    height: 0.24rem !important;
    border-radius: 999px;
}

.mytho-home-section__title {
    margin: 0;
    color: var(--mytho-color-text-primary);
    font-size: clamp(1.4rem, 3.1vw, 2rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.mytho-home-section-title-block {
    padding-top: 0.55rem;
}

.mytho-home-section-title-block__title {
    margin: 0;
    color: var(--mytho-color-text-primary);
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.mytho-home-account-strip {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.mytho-home-account-strip__item {
    display: grid;
    gap: 0.2rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(216, 208, 191, 0.92);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 233, 0.96));
    box-shadow: 0 10px 24px rgba(31, 26, 23, 0.05);
}

.mytho-home-account-strip__label {
    color: var(--mytho-color-text-muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mytho-home-account-strip__value {
    color: var(--mytho-color-text-primary);
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.3;
}

.mytho-home-category-rail {
    display: grid;
    gap: 0;
}

.mytho-home-category-rail__viewport {
    position: relative;
    min-width: 0;
    overflow: hidden;
}

.mytho-home-category-rail__viewport::before,
.mytho-home-category-rail__viewport::after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 1.5px solid rgba(36, 32, 25, 0.34);
    border-right: 1.5px solid rgba(36, 32, 25, 0.34);
    pointer-events: none;
}

.mytho-home-category-rail__viewport::before {
    left: 0.1rem;
    transform: translateY(-50%) rotate(-135deg);
}

.mytho-home-category-rail__viewport::after {
    right: 0.2rem;
    transform: translateY(-50%) rotate(45deg);
}

.mytho-home-category-rail__scroller {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.1rem 0.2rem 0.4rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.mytho-home-category-rail__scroller::-webkit-scrollbar {
    display: none;
}

.mytho-home-category-rail .mytho-shop-category-card {
    display: grid;
    gap: 0.5rem;
    justify-items: center;
    flex: 0 0 auto;
    min-width: 0;
    width: min(6.7rem, 100%);
    padding: 0.5rem;
    border-radius: 1.05rem;
    border: 1px solid rgba(220, 213, 198, 0.88);
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(247, 242, 233, 0.96));
    color: var(--mytho-color-text-primary);
    text-align: center;
    text-decoration: none;
    scroll-snap-align: start;
    box-shadow: 0 10px 24px rgba(31, 26, 23, 0.05);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mytho-home-category-rail .mytho-shop-category-card__thumb {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0.8rem;
    border: 1px solid rgba(223, 216, 201, 0.9);
    background: linear-gradient(180deg, rgba(251, 248, 241, 0.98), rgba(242, 235, 223, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.mytho-home-category-rail .mytho-shop-category-card__thumb img,
.mytho-home-category-rail .mytho-shop-category-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.mytho-home-category-rail .mytho-shop-category-card__placeholder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(198, 162, 74, 0.18), transparent 34%),
        linear-gradient(180deg, #f7f2e9 0%, #efe7da 100%);
}

.mytho-home-category-rail .mytho-shop-category-card__placeholder::before {
    content: "";
    position: absolute;
    inset: 18% 16%;
    border-radius: 0.8rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.68)),
        linear-gradient(135deg, rgba(28, 109, 45, 0.08), rgba(198, 162, 74, 0.12));
    box-shadow: 0 10px 24px rgba(117, 92, 38, 0.08);
}

.mytho-home-category-rail .mytho-shop-category-card__placeholder::after {
    content: "";
    position: absolute;
    inset: 30% 28%;
    border-radius: 0.6rem;
    background:
        radial-gradient(circle at 28% 38%, rgba(28, 109, 45, 0.78) 0 11%, transparent 12%),
        radial-gradient(circle at 70% 36%, rgba(198, 162, 74, 0.88) 0 11%, transparent 12%),
        linear-gradient(180deg, transparent 0 48%, rgba(28, 109, 45, 0.2) 48% 56%, transparent 56% 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 238, 228, 0.88));
}

.mytho-home-category-rail .mytho-shop-category-card__label {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mytho-home-category-rail .mytho-shop-category-card:hover,
.mytho-home-category-rail .mytho-shop-category-card:focus-visible,
.mytho-home-slider__nav:hover,
.mytho-home-slider__nav:focus-visible,
.mytho-home-support-action:hover,
.mytho-home-support-action:focus-visible {
    transform: translateY(-1px);
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(31, 26, 23, 0.08);
}

.mytho-home-product-showcase .mytho-home-promo-section__products,
.mytho-home-news__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.mytho-home-product-showcase {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mytho-home-product-showcase .mytho-home-promo-section__products {
    align-items: stretch;
    gap: 1rem;
    margin-left: 0;
    padding-left: 0;
    padding-inline-start: 0;
}

.mytho-home-product-showcase .mytho-home-product-card,
.mytho-home-news__card {
    min-width: 0;
}

.mytho-home-product-showcase .mytho-home-product-card {
    height: 100%;
    padding: 0.55rem;
}

.mytho-home-product-showcase .mytho-home-product-card__link {
    grid-template-rows: auto 1fr;
}

.mytho-home-product-showcase .mytho-home-product-card__image {
    aspect-ratio: 1 / 1;
}

.mytho-home-product-showcase .mytho-home-product-card__image img {
    aspect-ratio: auto;
}

.mytho-home-product-showcase .mytho-home-product-card__title,
.mytho-home-news__card-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mytho-home-support-overview {
    display: grid;
    gap: 1rem;
    margin-top: 0.55rem;
    background:
        radial-gradient(circle at top left, rgba(240, 208, 106, 0.18), transparent 24%),
        linear-gradient(135deg, rgba(25, 89, 39, 0.98), rgba(20, 70, 31, 0.98));
    border-color: rgba(18, 67, 29, 0.98);
    box-shadow: 0 20px 38px rgba(14, 42, 22, 0.14);
}

.mytho-home-support-overview .mytho-home-section__kicker,
.mytho-home-support-overview .mytho-home-section__title,
.mytho-home-support-overview .mytho-home-section__copy,
.mytho-home-support-overview__note,
.mytho-home-support-action__title,
.mytho-home-support-action__meta,
.mytho-home-support-overview__steps {
    color: #fff;
}

.mytho-home-support-overview .mytho-home-section__copy,
.mytho-home-support-overview__note,
.mytho-home-support-action__meta {
    color: rgba(255, 255, 255, 0.86);
}

.mytho-home-support-overview__steps {
    margin: 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.4rem;
    font-size: 0.98rem;
    line-height: 1.55;
}

.mytho-home-support-overview__actions {
    display: grid;
    gap: 0.75rem;
}

.mytho-home-support-action {
    display: grid;
    gap: 0.4rem;
    padding: 1rem;
    border-radius: calc(var(--mytho-radius-card) - 0.1rem);
    border: 1px solid rgba(228, 222, 208, 0.24);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.1));
    color: inherit;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mytho-home-support-action__title {
    font-size: 1.02rem;
    font-weight: 800;
}

.mytho-home-news__link {
    height: 100%;
    grid-template-columns: minmax(6.4rem, 34%) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
}

.mytho-home-news {
    margin-top: 0.55rem;
}

.mytho-home-news__thumb {
    grid-row: 1 / span 2;
}

.mytho-home-news__card-title,
.mytho-home-news__meta {
    grid-column: 2;
}

.mytho-home-news__card-title,
.mytho-home-news__meta,
.mytho-home-news__excerpt {
    padding-left: var(--mytho-space-3);
    padding-right: var(--mytho-space-3);
}

.mytho-home-news__meta {
    font-weight: 600;
    font-size: 0.9rem;
}

.mytho-home-news__excerpt {
    padding-bottom: var(--mytho-space-3);
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mytho-home-news__card-title {
    padding-top: 1rem;
    padding-bottom: 0.35rem;
    font-size: 1rem;
}

.mytho-home-news__meta {
    padding-bottom: 1rem;
}

.mytho-home-news__thumb {
    height: 100%;
    min-height: 8rem;
    aspect-ratio: auto;
}

@media (min-width: 48rem) {
    .mytho-home-account-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mytho-home-support-overview__actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 64rem) {
    .mytho-home-support-overview {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        align-items: start;
    }

    .mytho-home-slider__viewport,
    .mytho-home-slider__card {
        min-height: 70vh;
    }
}

@media (max-width: 47.99rem) {
    .mytho-home-hero,
    .mytho-home-section,
    .mytho-home-support-overview {
        padding: var(--mytho-space-3);
    }

    .mytho-home-hero,
    .mytho-home-product-showcase {
        padding: 0;
    }

    .mytho-home-slider__viewport,
    .mytho-home-slider__card {
        min-height: 70vh;
    }

    .mytho-home-slider__controls {
        left: 0.85rem;
        right: 0.85rem;
        bottom: 0.85rem;
    }

    .mytho-home-slider__content {
        left: 0.95rem;
        right: 0.95rem;
        bottom: 3.4rem;
    }

    .mytho-home-hero--postlogin .mytho-home-slider__viewport,
    .mytho-home-hero--postlogin .mytho-home-slider__card {
        min-height: 52vh;
    }

    .mytho-home-slider__content--postlogin .mytho-home-slider__title {
        font-size: 2.15rem;
    }

    .mytho-home-hero--postlogin .mytho-postlogin-home-content__search {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .mytho-home-slider__title {
        max-width: 11ch;
        font-size: 2.3rem;
    }

    .mytho-home-slider__excerpt {
        font-size: 0.98rem;
    }

    .mytho-home-slider__nav {
        display: none;
    }

    .mytho-home-slider__controls {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .mytho-home-slider__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mytho-home-product-showcase .mytho-home-promo-section__products,
    .mytho-home-news__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mytho-home-product-card {
        padding: 0.7rem;
    }

    .mytho-home-product-card__title {
        font-size: 0.95rem;
    }

    .mytho-home-product-card__price {
        font-size: 0.88rem;
    }

    .mytho-home-news__list {
        grid-template-columns: 1fr;
    }
}
