.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-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-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-3);
    padding: var(--mytho-space-3);
    border: 1px solid var(--mytho-color-border-soft);
    border-radius: var(--mytho-radius-card);
    background: #fff;
}

.mytho-home-product-card__link {
    display: grid;
    gap: var(--mytho-space-3);
    color: inherit;
    text-decoration: none;
}

.mytho-home-product-card__image {
    display: block;
    overflow: hidden;
    border-radius: calc(var(--mytho-radius-card) - 0.125rem);
    background: var(--mytho-color-surface-panel);
}

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

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

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

.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-product-card__cta {
    width: 100%;
}

.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;
    }
}
