html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    background: var(--mytho-color-surface-page);
    color: var(--mytho-color-text-primary);
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", sans-serif;
    font-size: clamp(1rem, 0.98rem + 0.2vw, 1.0625rem);
    line-height: 1.65;
    letter-spacing: 0.005em;
}

a {
    color: var(--mytho-color-brand);
    text-decoration-color: rgba(180, 51, 28, 0.35);
}

a:hover,
a:focus-visible,
a:active {
    color: var(--global-palette2);
    text-decoration-color: rgba(143, 40, 22, 0.45);
}

p,
li,
dd,
dt,
label,
input,
select,
textarea,
button {
    font-size: 1rem;
    line-height: 1.65;
}

small,
.site-description,
.site-footer,
.site-info,
.kadence-breadcrumbs,
.entry-meta,
.wp-caption-text {
    font-size: 0.9375rem;
    line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", sans-serif;
    color: var(--mytho-color-text-primary);
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(2rem, 1.55rem + 2vw, 3rem);
    line-height: 1.12;
}

h2 {
    font-size: clamp(1.625rem, 1.35rem + 1.2vw, 2.25rem);
    line-height: 1.2;
}

h3 {
    font-size: clamp(1.375rem, 1.2rem + 0.8vw, 1.75rem);
    line-height: 1.28;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.35;
}

a,
button,
input[type="button"],
input[type="submit"],
.button,
.wp-element-button {
    font-size: 1rem;
}

.site-header {
    position: relative;
    border-bottom: 1px solid rgba(31, 26, 23, 0.08);
    background:
        linear-gradient(180deg, rgba(249, 247, 241, 0.98), rgba(255, 255, 255, 0.98));
    backdrop-filter: saturate(1.05) blur(10px);
    box-shadow: 0 8px 20px rgba(31, 26, 23, 0.04);
}

.mytho-sticky-header-spacer {
    height: 0;
    pointer-events: none;
}

.site-header::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 2px;
    background: linear-gradient(90deg, var(--mytho-color-brand) 0%, #2d8c3c 42%, var(--mytho-color-accent) 100%);
    opacity: 0.95;
}

.site-branding .brand {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.75rem;
    min-height: 3.5rem;
    text-decoration: none;
}

.site-branding .brand::before {
    content: "";
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    border-radius: 0.875rem;
    background:
        url("../images/mytho-market-logo.svg") center / cover no-repeat;
    box-shadow: 0 8px 18px rgba(13, 138, 31, 0.14);
}

.site-branding .site-title-wrap {
    display: grid;
    gap: 0.125rem;
}

.site-branding .site-title {
    margin: 0;
    color: var(--mytho-color-text-primary);
    font-size: clamp(1.2rem, 1.05rem + 0.45vw, 1.45rem);
    font-weight: 700;
    line-height: 1.2;
}

.site-branding .site-title-wrap::after {
    content: "Hương vị ngon quê nhà";
    color: var(--mytho-color-text-muted);
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.35;
}

.header-navigation .header-menu-container a,
.mobile-toggle-open-container .menu-toggle-open,
.mobile-toggle-open-container .menu-toggle-style-default {
    font-size: 1rem;
    font-weight: 600;
}

.header-navigation .header-menu-container a {
    min-height: 2.75rem;
}

.header-navigation .header-menu-container .menu {
    align-items: center;
    gap: 0.25rem;
}

.header-navigation .header-menu-container .menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.9rem;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    color: var(--mytho-color-text-secondary);
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.header-navigation .header-menu-container .menu > li > a:hover,
.header-navigation .header-menu-container .menu > li > a:focus-visible,
.header-navigation .header-menu-container .menu > li > a:active {
    background: rgba(28, 109, 45, 0.08);
    color: var(--mytho-color-brand);
    text-decoration: none;
}

.header-navigation .header-menu-container .menu > li.current-menu-item > a,
.header-navigation .header-menu-container .menu > li.current_page_item > a {
    background: var(--mytho-color-brand);
    color: #fff;
    box-shadow: 0 10px 20px rgba(28, 109, 45, 0.18);
}

.header-navigation .header-menu-container .menu > li.current-menu-item > a .mytho-header-nav__label,
.header-navigation .header-menu-container .menu > li.current_page_item > a .mytho-header-nav__label,
.header-navigation .header-menu-container .menu > li.current-menu-item > a .mytho-header-nav__icon,
.header-navigation .header-menu-container .menu > li.current_page_item > a .mytho-header-nav__icon,
.header-navigation .header-menu-container .menu > li.current-menu-item > a .mytho-header-nav__icon svg,
.header-navigation .header-menu-container .menu > li.current_page_item > a .mytho-header-nav__icon svg {
    color: #fff;
    stroke: currentColor;
}

.mytho-header-nav__icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 1rem;
    height: 1rem;
    color: inherit;
}

.mytho-header-nav__icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
}

.mytho-header-cart-badge {
    position: absolute;
    top: -0.48rem;
    right: -0.58rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 0.28rem;
    border-radius: 999px;
    background: #f2c94c;
    color: #1f1a17;
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 8px 16px rgba(31, 26, 23, 0.18);
}

.mytho-header-nav__label {
    display: inline-block;
    line-height: 1.1;
}

@media (max-width: 47.99rem) {
    body.mytho-sticky-shell-enabled .site-header {
        transition: transform 160ms cubic-bezier(0.22, 1, 0.36, 1), opacity 160ms ease, box-shadow 160ms ease, background-color 160ms ease, backdrop-filter 160ms ease;
        will-change: transform, opacity;
    }

    body.mytho-sticky-shell-enabled .site-header.mytho-header-swap-instant {
        transition: none !important;
    }

    body.mytho-sticky-shell-enabled.mytho-header-floating .site-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 70;
        background: linear-gradient(180deg, rgba(251, 248, 241, 0.985), rgba(255, 255, 255, 0.97));
        backdrop-filter: saturate(1.08) blur(14px);
        box-shadow: 0 14px 34px rgba(31, 26, 23, 0.09), 0 1px 0 rgba(216, 208, 191, 0.82);
    }

    body.mytho-sticky-shell-enabled.mytho-header-sticky-visible .site-header {
        transform: translateY(0);
    }

    body.mytho-sticky-shell-enabled.mytho-header-sticky-hidden .site-header {
        transform: translateY(calc(-100% - 0.35rem));
        opacity: 0.01;
        box-shadow: none;
    }
}

.mytho-lang-switcher-menu-item {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.mytho-lang-switcher {
    position: relative;
    display: block;
    padding-left: 0.4rem;
}

.mytho-lang-switcher[open] {
    z-index: 30;
}

.mytho-lang-switcher__summary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.9rem;
    padding: 0.5rem 0.85rem;
    border: 1px solid var(--mytho-color-border-soft);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--mytho-color-text-secondary);
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    list-style: none;
}

.mytho-lang-switcher__summary::-webkit-details-marker {
    display: none;
}

.mytho-lang-switcher__summary::after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-0.08rem);
    transform-origin: center;
    opacity: 0.75;
}

.mytho-lang-switcher__summary-icon {
    display: inline-grid;
    place-items: center;
    width: 1rem;
    height: 1rem;
    color: inherit;
}

.mytho-lang-switcher__summary-icon svg {
    width: 100%;
    height: 100%;
}

.mytho-lang-switcher[open] .mytho-lang-switcher__summary::after {
    transform: rotate(-135deg) translateY(-0.02rem);
}

.mytho-lang-switcher__summary:hover,
.mytho-lang-switcher__summary:focus-visible,
.mytho-lang-switcher__summary:active {
    color: var(--mytho-color-brand);
    border-color: rgba(28, 109, 45, 0.24);
    background: rgba(28, 109, 45, 0.08);
}

.mytho-lang-switcher__current-code {
    color: var(--mytho-color-brand);
    font-weight: 800;
}

.mytho-lang-switcher__current-label {
    color: var(--mytho-color-text-primary);
}

.mytho-lang-switcher__menu {
    display: grid;
    gap: 0.9rem;
}

.mytho-lang-switcher__options {
    display: grid;
    gap: 0.25rem;
}

.mytho-lang-switcher__option {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.6rem;
    min-height: 2.5rem;
    padding: 0.6rem 0.7rem;
    border-radius: 0.8rem;
    color: var(--mytho-color-text-primary);
    text-decoration: none;
}

.mytho-lang-switcher__option:hover,
.mytho-lang-switcher__option:focus-visible,
.mytho-lang-switcher__option:active {
    background: rgba(28, 109, 45, 0.08);
    color: var(--mytho-color-brand);
    text-decoration: none;
}

.mytho-lang-switcher__option.is-active {
    border-color: var(--mytho-color-brand);
    background: rgba(28, 109, 45, 0.1);
}

.mytho-lang-switcher__option-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(28, 109, 45, 0.1);
    color: var(--mytho-color-brand);
    font-size: 0.8125rem;
    font-weight: 800;
}

.mytho-lang-switcher__option-label {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
}

.mytho-overlay-details {
    position: relative;
}

.mytho-overlay-details[open]::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(36, 32, 25, 0.28);
    backdrop-filter: blur(4px);
    z-index: 84;
}

.mytho-overlay-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    z-index: 85;
    transform: translate(-50%, -50%);
    display: grid;
    gap: 0.9rem;
    width: min(28rem, calc(100vw - 2rem));
    max-height: min(80vh, 36rem);
    padding: 1.1rem;
    overflow-y: auto;
    border: 1px solid rgba(216, 208, 191, 0.94);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 52px rgba(31, 26, 23, 0.2);
}

.mytho-ui-sheet-modal[hidden] {
    display: none;
}

.mytho-ui-sheet-modal {
    position: fixed;
    inset: 0;
    z-index: 96;
}

.mytho-ui-sheet-modal__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(24, 22, 18, 0.34);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.mytho-ui-sheet-modal__panel {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none;
    display: grid;
    gap: 0.9rem;
    align-content: start;
    width: auto;
    max-width: none;
    max-height: min(84vh, 40rem);
    padding: 0.75rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    border-radius: 1.5rem 1.5rem 0 0;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 -18px 40px rgba(31, 26, 23, 0.16);
}

.mytho-ui-sheet-modal__handle {
    display: block;
    width: 2.65rem;
    height: 0.28rem;
    margin: 0 auto 0.1rem;
    border-radius: 999px;
    background: rgba(186, 174, 150, 0.82);
}

.mytho-overlay-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.mytho-overlay-panel__title {
    margin: 0;
    color: var(--mytho-color-text-primary);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.site .mytho-overlay-panel__close {
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--mytho-color-border-soft);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--mytho-color-text-primary);
    font-size: 1.35rem;
    line-height: 1;
    box-shadow: none;
}

.site .mytho-ui-sheet-modal .mytho-overlay-panel__close {
    display: inline-grid;
    place-items: center;
    width: 2.9rem;
    height: 2.9rem;
    min-width: 2.9rem;
    min-height: 2.9rem;
    aspect-ratio: 1 / 1;
    padding: 0;
    box-sizing: border-box;
}

.site .mytho-ui-sheet-modal .mytho-overlay-panel__close:hover,
.site .mytho-ui-sheet-modal .mytho-overlay-panel__close:focus,
.site .mytho-ui-sheet-modal .mytho-overlay-panel__close:focus-visible,
.site .mytho-ui-sheet-modal .mytho-overlay-panel__close:active {
    background: rgba(255, 255, 255, 0.96);
    color: rgba(72, 66, 55, 0.86);
    border-color: rgba(216, 208, 191, 0.92);
    box-shadow: 0 10px 24px rgba(79, 61, 38, 0.08);
    transform: none;
}

.site .mytho-overlay-panel__close:hover,
.site .mytho-overlay-panel__close:focus-visible,
.site .mytho-overlay-panel__close:active {
    border-color: rgba(28, 109, 45, 0.22);
    background: rgba(28, 109, 45, 0.08);
    color: var(--mytho-color-brand);
}

.site input[type="text"],
.site input[type="email"],
.site input[type="url"],
.site input[type="password"],
.site input[type="search"],
.site input[type="number"],
.site input[type="tel"],
.site input[type="date"],
.site input[type="month"],
.site input[type="week"],
.site input[type="time"],
.site input[type="datetime"],
.site input[type="datetime-local"],
.site select,
.site textarea {
    color: var(--mytho-color-text-primary);
    border: 1px solid var(--mytho-color-border-soft);
    border-radius: var(--mytho-radius-input);
    background: var(--mytho-color-surface-raised);
    box-shadow: none;
}

.site input::placeholder,
.site textarea::placeholder {
    color: var(--mytho-color-text-muted);
}

.site input[type="text"]:focus,
.site input[type="email"]:focus,
.site input[type="url"]:focus,
.site input[type="password"]:focus,
.site input[type="search"]:focus,
.site input[type="number"]:focus,
.site input[type="tel"]:focus,
.site input[type="date"]:focus,
.site input[type="month"]:focus,
.site input[type="week"]:focus,
.site input[type="time"]:focus,
.site input[type="datetime"]:focus,
.site input[type="datetime-local"]:focus,
.site select:focus,
.site textarea:focus {
    color: var(--mytho-color-text-primary);
    border-color: rgba(180, 51, 28, 0.45);
    outline: 0;
    box-shadow: 0 0 0 0.22rem rgba(180, 51, 28, 0.14);
}

.site button:not(.mytho-mobile-account-trigger):not(.mytho-shop-controls__action):not(.mytho-shop-catalog-sheet__close):not(.mytho-shop-catalog-sheet__backdrop):not(.mytho-shop-sort-modal__backdrop):not(.mytho-accessibility-scale__option):not(.mytho-accessibility-scale__close):not(.mytho-overlay-panel__close):not(.mytho-mobile-account-panel__language-trigger):not(.mytho-mobile-account-panel__utility-trigger):not(.mytho-ui-sheet-modal__backdrop),
.site .button,
.site input[type="button"],
.site input[type="submit"],
.site .wp-element-button,
.site .woocommerce a.button,
.site .woocommerce button.button,
.site .woocommerce input.button,
.site .woocommerce #respond input#submit,
.site .added_to_cart {
    min-height: var(--mytho-control-height);
    border-radius: var(--mytho-radius-button);
    border: 1px solid var(--mytho-color-brand);
    background: var(--mytho-color-brand);
    color: #fff;
    font-weight: 700;
    box-shadow: var(--mytho-shadow-level-1);
}

.site button:not(.mytho-mobile-account-trigger):not(.mytho-shop-controls__action):not(.mytho-shop-catalog-sheet__close):not(.mytho-shop-catalog-sheet__backdrop):not(.mytho-shop-sort-modal__backdrop):not(.mytho-accessibility-scale__option):not(.mytho-accessibility-scale__close):not(.mytho-overlay-panel__close):not(.mytho-mobile-account-panel__language-trigger):not(.mytho-mobile-account-panel__utility-trigger):not(.mytho-ui-sheet-modal__backdrop):hover,
.site button:not(.mytho-mobile-account-trigger):not(.mytho-shop-controls__action):not(.mytho-shop-catalog-sheet__close):not(.mytho-shop-catalog-sheet__backdrop):not(.mytho-shop-sort-modal__backdrop):not(.mytho-accessibility-scale__option):not(.mytho-accessibility-scale__close):not(.mytho-overlay-panel__close):not(.mytho-mobile-account-panel__language-trigger):not(.mytho-mobile-account-panel__utility-trigger):not(.mytho-ui-sheet-modal__backdrop):focus,
.site button:not(.mytho-mobile-account-trigger):not(.mytho-shop-controls__action):not(.mytho-shop-catalog-sheet__close):not(.mytho-shop-catalog-sheet__backdrop):not(.mytho-shop-sort-modal__backdrop):not(.mytho-accessibility-scale__option):not(.mytho-accessibility-scale__close):not(.mytho-overlay-panel__close):not(.mytho-mobile-account-panel__language-trigger):not(.mytho-mobile-account-panel__utility-trigger):not(.mytho-ui-sheet-modal__backdrop):focus-visible,
.site button:not(.mytho-mobile-account-trigger):not(.mytho-shop-controls__action):not(.mytho-shop-catalog-sheet__close):not(.mytho-shop-catalog-sheet__backdrop):not(.mytho-shop-sort-modal__backdrop):not(.mytho-accessibility-scale__option):not(.mytho-accessibility-scale__close):not(.mytho-overlay-panel__close):not(.mytho-mobile-account-panel__language-trigger):not(.mytho-mobile-account-panel__utility-trigger):not(.mytho-ui-sheet-modal__backdrop):active,
.site .button:hover,
.site .button:focus,
.site .button:focus-visible,
.site .button:active,
.site input[type="button"]:hover,
.site input[type="button"]:focus,
.site input[type="button"]:focus-visible,
.site input[type="button"]:active,
.site input[type="submit"]:hover,
.site input[type="submit"]:focus,
.site input[type="submit"]:focus-visible,
.site input[type="submit"]:active,
.site .wp-element-button:hover,
.site .wp-element-button:focus,
.site .wp-element-button:focus-visible,
.site .wp-element-button:active,
.site .woocommerce a.button:hover,
.site .woocommerce a.button:focus,
.site .woocommerce a.button:focus-visible,
.site .woocommerce a.button:active,
.site .woocommerce button.button:hover,
.site .woocommerce button.button:focus,
.site .woocommerce button.button:focus-visible,
.site .woocommerce button.button:active,
.site .woocommerce input.button:hover,
.site .woocommerce input.button:focus,
.site .woocommerce input.button:focus-visible,
.site .woocommerce input.button:active,
.site .woocommerce #respond input#submit:hover,
.site .woocommerce #respond input#submit:focus,
.site .woocommerce #respond input#submit:focus-visible,
.site .woocommerce #respond input#submit:active,
.site .added_to_cart:hover,
.site .added_to_cart:focus,
.site .added_to_cart:focus-visible,
.site .added_to_cart:active {
    border-color: var(--global-palette2);
    background: var(--global-palette2);
    color: #fff;
    box-shadow: var(--mytho-shadow-level-2);
}

.site .button.button-style-secondary,
.site .wp-block-button__link.button-style-secondary,
.site .wp-element-button.button-style-secondary,
.site .woocommerce a.button.alt,
.site .woocommerce button.button.alt,
.site .woocommerce input.button.alt,
.site .woocommerce #respond input#submit.alt {
    border-color: var(--mytho-color-accent);
    background: var(--mytho-color-accent);
    color: #fff;
}

.site .button.button-style-secondary:hover,
.site .button.button-style-secondary:focus-visible,
.site .wp-block-button__link.button-style-secondary:hover,
.site .wp-block-button__link.button-style-secondary:focus-visible,
.site .wp-element-button.button-style-secondary:hover,
.site .wp-element-button.button-style-secondary:focus-visible,
.site .woocommerce a.button.alt:hover,
.site .woocommerce a.button.alt:focus-visible,
.site .woocommerce button.button.alt:hover,
.site .woocommerce button.button.alt:focus-visible,
.site .woocommerce input.button.alt:hover,
.site .woocommerce input.button.alt:focus-visible,
.site .woocommerce #respond input#submit.alt:hover,
.site .woocommerce #respond input#submit.alt:focus-visible {
    border-color: #415821;
    background: #415821;
    color: #fff;
}

.site .woocommerce a.add_to_cart_button:not(.mytho-login-gate-button),
.site .woocommerce button.single_add_to_cart_button,
.site .woocommerce input.single_add_to_cart_button,
.site .woocommerce .single_add_to_cart_button.button {
    border-color: #2f9e44;
    background: linear-gradient(180deg, #39b853 0%, #2f9e44 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(47, 158, 68, 0.22);
}

.site .woocommerce a.add_to_cart_button:not(.mytho-login-gate-button):hover,
.site .woocommerce a.add_to_cart_button:not(.mytho-login-gate-button):focus-visible,
.site .woocommerce a.add_to_cart_button:not(.mytho-login-gate-button):active,
.site .woocommerce button.single_add_to_cart_button:hover,
.site .woocommerce button.single_add_to_cart_button:focus-visible,
.site .woocommerce button.single_add_to_cart_button:active,
.site .woocommerce input.single_add_to_cart_button:hover,
.site .woocommerce input.single_add_to_cart_button:focus-visible,
.site .woocommerce input.single_add_to_cart_button:active,
.site .woocommerce .single_add_to_cart_button.button:hover,
.site .woocommerce .single_add_to_cart_button.button:focus-visible,
.site .woocommerce .single_add_to_cart_button.button:active {
    border-color: #238636;
    background: #238636;
    color: #fff;
}

.site .mytho-login-gate-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.site .mytho-login-gate-button:hover,
.site .mytho-login-gate-button:focus-visible,
.site .mytho-login-gate-button:active {
    text-decoration: none;
}

.site .mytho-guest-purchase-gate {
    display: grid;
    gap: 0.7rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 0;
    border-radius: 1.1rem;
    background: linear-gradient(180deg, rgba(247, 251, 245, 0.98) 0%, rgba(240, 247, 236, 0.92) 100%);
}

.site .mytho-guest-purchase-gate__note {
    margin: 0;
    color: var(--mytho-color-text-secondary);
    font-size: 0.95rem;
    line-height: 1.5;
}

.site .product-action-wrap {
    display: grid;
    gap: 0.65rem;
    align-items: stretch;
}

.site .product-action-wrap > .button,
.site .product-action-wrap > .added_to_cart,
.site .product-action-wrap > .mytho-login-gate-button {
    width: 100%;
}

.site .added_to_cart {
    position: relative;
    overflow: hidden;
}

.mytho-hide-view-cart-links .site a.added_to_cart,
.mytho-hide-view-cart-links .site a.wc-forward:not(.checkout-button):not(.button.checkout),
.mytho-hide-view-cart-links .site .woocommerce-message .button.wc-forward,
.mytho-hide-view-cart-links .site .woocommerce-info .button.wc-forward {
    display: none !important;
}

.site .mytho-header-cart-badge,
.site .mytho-mobile-bottom-nav__badge {
    transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.site .mytho-header-cart-badge.is-empty,
.site .mytho-mobile-bottom-nav__badge.is-empty {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.75);
}

.site .mytho-cart-feedback-target {
    position: relative;
}

.site .mytho-cart-feedback-target.is-cart-feedback-active {
    animation: mytho-cart-badge-bump 300ms ease;
}

.site .mytho-cart-feedback-button.is-cart-feedback-active {
    animation: none;
}

.site .add_to_cart_button:not(.mytho-login-gate-button) .kadence-svg-iconset,
.site .single_add_to_cart_button .kadence-svg-iconset {
    display: none;
}

.site .add_to_cart_button:not(.mytho-login-gate-button)::after,
.site .single_add_to_cart_button::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.2rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: currentColor;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    flex: 0 0 auto;
}

.mytho-cart-feedback-orb {
    position: fixed;
    z-index: 9999;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    pointer-events: none;
    background: #2f9e44;
    box-shadow: 0 0 0 0.18rem rgba(47, 158, 68, 0.18);
}

.mytho-cart-feedback-orb.is-debug-slow {
    width: 1rem;
    height: 1rem;
    box-shadow: 0 0 0 0.24rem rgba(47, 158, 68, 0.22);
}

@keyframes mytho-cart-button-confirm {
    0% {
        transform: scale(1);
        box-shadow: 0 14px 28px rgba(47, 158, 68, 0.22);
    }

    45% {
        transform: scale(0.97);
        box-shadow: 0 10px 20px rgba(47, 158, 68, 0.16);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 14px 28px rgba(47, 158, 68, 0.22);
    }
}

@keyframes mytho-cart-badge-bump {
    0% {
        transform: translateZ(0) scale(1);
    }

    30% {
        transform: translate3d(-0.06rem, 0, 0) scale(1.08);
    }

    55% {
        transform: translate3d(0.07rem, 0, 0) scale(1.12);
    }

    100% {
        transform: translateZ(0) scale(1);
    }
}

.site .button.button-style-outline,
.site .wp-block-button.is-style-outline .wp-block-button__link,
.site .wp-block-button.is-style-outline .wp-element-button,
.site .button.kb-btn-global-outline {
    border-color: var(--mytho-color-brand);
    color: var(--mytho-color-brand);
    background: transparent;
    box-shadow: none;
}

.site .button.button-style-outline:hover,
.site .button.button-style-outline:focus-visible,
.site .wp-block-button.is-style-outline .wp-block-button__link:hover,
.site .wp-block-button.is-style-outline .wp-block-button__link:focus-visible,
.site .wp-block-button.is-style-outline .wp-element-button:hover,
.site .wp-block-button.is-style-outline .wp-element-button:focus-visible,
.site .button.kb-btn-global-outline:hover,
.site .button.kb-btn-global-outline:focus-visible {
    border-color: var(--global-palette2);
    color: var(--global-palette2);
    background: rgba(180, 51, 28, 0.06);
}

.site .show-password-input,
.site .password-input button {
    border-color: var(--mytho-color-border-soft);
    background: var(--mytho-color-surface-panel);
    color: var(--mytho-color-text-primary);
    box-shadow: none;
}

.site .show-password-input:hover,
.site .show-password-input:focus-visible,
.site .password-input button:hover,
.site .password-input button:focus-visible {
    border-color: var(--mytho-color-brand);
    background: rgba(180, 51, 28, 0.08);
    color: var(--mytho-color-brand);
}

.site :focus-visible {
    outline: 2px solid rgba(180, 51, 28, 0.24);
    outline-offset: 2px;
}

.site .woocommerce-notices-wrapper {
    display: grid;
    gap: 0.9rem;
    margin: 0 0 1.15rem;
}

.site .woocommerce-message,
.site .woocommerce-info,
.site .woocommerce-error {
    position: relative;
    margin: 0;
    padding: 1rem 1.1rem;
    border-radius: var(--mytho-radius-card);
    border: 1px solid var(--mytho-color-border-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 248, 241, 0.96) 100%);
    color: var(--mytho-color-text-primary);
    box-shadow: var(--mytho-shadow-level-2);
}

.site .woocommerce-message::before,
.site .woocommerce-info::before,
.site .woocommerce-error::before {
    content: "";
    position: absolute;
    top: 0.95rem;
    bottom: 0.95rem;
    left: 0;
    width: 0.28rem;
    border-radius: 999px;
    background: var(--mytho-color-border-strong);
}

.site .woocommerce-message > li,
.site .woocommerce-info > li,
.site .woocommerce-error > li,
.site .woocommerce-message > div,
.site .woocommerce-info > div,
.site .woocommerce-error > div,
.site .woocommerce-message p,
.site .woocommerce-info p,
.site .woocommerce-error p {
    margin: 0;
}

.site .woocommerce-message a:not(.button):not(.wc-forward),
.site .woocommerce-info a:not(.button):not(.wc-forward),
.site .woocommerce-error a:not(.button):not(.wc-forward) {
    color: inherit;
    font-weight: 700;
    text-decoration-thickness: 1px;
}

.site .woocommerce-message .button,
.site .woocommerce-info .button,
.site .woocommerce-error .button,
.site .woocommerce-message .wc-forward,
.site .woocommerce-info .wc-forward,
.site .woocommerce-error .wc-forward {
    margin-top: 0.8rem;
}

.site .woocommerce-message {
    border-color: rgba(198, 162, 74, 0.34);
    background: linear-gradient(180deg, rgba(255, 252, 244, 0.98) 0%, rgba(247, 241, 226, 0.96) 100%);
}

.site .woocommerce-message::before {
    background: var(--mytho-color-accent);
}

.site .woocommerce-info {
    border-color: rgba(28, 109, 45, 0.24);
    background: linear-gradient(180deg, rgba(247, 251, 245, 0.98) 0%, rgba(239, 246, 236, 0.94) 100%);
}

.site .woocommerce-info::before {
    background: var(--mytho-color-brand);
}

.site .woocommerce-error {
    border-color: rgba(178, 58, 43, 0.28);
    background: linear-gradient(180deg, rgba(255, 248, 246, 0.98) 0%, rgba(251, 239, 236, 0.96) 100%);
}

.site .woocommerce-error::before {
    background: var(--mytho-color-danger);
}

@media (max-width: 47.99rem) {
    .site .woocommerce-notices-wrapper {
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .site .woocommerce-message,
    .site .woocommerce-info,
    .site .woocommerce-error {
        padding: 0.95rem 1rem;
        border-radius: 1rem;
    }
}

.site .price,
.site .woocommerce-Price-amount,
.site .amount {
    color: var(--mytho-color-brand);
}

.site ins {
    color: var(--mytho-color-brand);
    text-decoration: none;
}

.site del,
.site .price del .amount {
    color: var(--mytho-color-text-muted);
}

.single-product .woocommerce-breadcrumb {
    margin-bottom: 1.35rem;
    color: var(--mytho-color-text-muted);
    font-weight: 500;
}

.single-product div.product {
    position: relative;
}

.mytho-product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0 0 1.35rem;
    align-items: center;
}

.mytho-product-breadcrumb__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.2rem;
    padding: 0.5rem 0.85rem;
    border: 1px solid rgba(216, 208, 191, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--mytho-color-text-primary);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(31, 26, 23, 0.06);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease,
        color 180ms ease;
}

.mytho-product-breadcrumb__tag:hover,
.mytho-product-breadcrumb__tag:focus-visible {
    border-color: rgba(28, 109, 45, 0.28);
    background: rgba(247, 251, 245, 0.98);
    color: var(--mytho-color-brand);
    box-shadow: 0 12px 26px rgba(31, 26, 23, 0.09);
    transform: translateY(-1px);
}

.mytho-product-breadcrumb__tag--shop {
    color: var(--mytho-color-brand);
}

.mytho-product-breadcrumb__shop-icon {
    display: inline-grid;
    place-items: center;
    width: 1rem;
    height: 1rem;
}

.mytho-product-breadcrumb__shop-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.single-product .product-title.product-above {
    display: none;
}

.single-product div.product {
    row-gap: 2.2rem;
}

.single-product div.product .woocommerce-product-gallery {
    overflow: hidden;
    border: 1px solid rgba(216, 208, 191, 0.86);
    border-radius: 1.6rem;
    background:
        radial-gradient(circle at top, rgba(255, 241, 201, 0.42), rgba(255, 255, 255, 0) 52%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 244, 236, 0.98) 100%);
    box-shadow: 0 18px 38px rgba(31, 26, 23, 0.08);
}

.single-product .mytho-single-product-media-tags {
    position: absolute;
    inset: 1rem 1rem auto 1rem;
    z-index: 3;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.55rem;
    pointer-events: none;
}

.single-product .mytho-single-product-media-tags .mytho-product-type-badge,
.single-product .mytho-single-product-media-tags .mytho-stock-badge {
    min-height: 1.75rem;
    padding: 0.22rem 0.68rem;
    font-size: 0.875rem;
    box-shadow: 0 10px 22px rgba(31, 26, 23, 0.08);
}

.single-product .mytho-single-product-media-tags .mytho-product-type-badge {
    max-width: 60%;
}

.single-product .mytho-single-product-media-tags .mytho-stock-badge {
    margin-left: auto;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(28, 109, 45, 0.08);
    color: var(--mytho-color-brand);
    font-size: 0.82rem;
    font-weight: 700;
}

.single-product .mytho-single-product-media-tags .mytho-stock-badge::before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    margin-right: 0.42rem;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.9;
}

.single-product .mytho-single-product-media-tags .mytho-stock-badge--s-p-ht {
    background: rgba(198, 162, 74, 0.18);
    color: var(--mytho-color-accent);
}

.single-product .mytho-single-product-media-tags .mytho-stock-badge--ht-hng {
    background: rgba(178, 58, 43, 0.12);
    color: var(--mytho-color-danger);
}

.single-product div.product .woocommerce-product-gallery__wrapper {
    padding: 1.15rem;
}

.single-product div.product .woocommerce-product-gallery__wrapper img {
    border-radius: 1.2rem;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: auto !important;
    right: 1.1rem !important;
    bottom: 1.1rem !important;
    left: auto !important;
    z-index: 4;
    display: inline-grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 1px solid rgba(216, 208, 191, 0.94);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--mytho-color-text-primary);
    box-shadow: 0 12px 28px rgba(31, 26, 23, 0.12);
    text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger span,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger svg {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
}

.single-product .pswp__button--fs {
    display: none !important;
}

.single-product .summary.entry-summary {
    padding: 1.5rem 1.6rem;
    border: 1px solid rgba(216, 208, 191, 0.86);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 38px rgba(31, 26, 23, 0.08);
}

.single-product .summary.entry-summary .product_title {
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.single-product .summary.entry-summary .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

body.single-product:not(.logged-in) .summary.entry-summary > .price {
    display: none;
}

.single-product .summary.entry-summary > .price .mytho-product-type-badge,
.single-product .summary.entry-summary > .price .mytho-stock-badge,
.single-product .summary.entry-summary > .price .mytho-shared-promo-badge {
    display: none;
}

.single-product .summary.entry-summary .woocommerce-product-details__short-description {
    color: var(--mytho-color-text-secondary);
}

.single-product .summary.entry-summary > .stock {
    display: none;
}

.single-product .summary.entry-summary .single_variation_wrap .stock {
    margin-bottom: 1rem;
    color: var(--mytho-color-brand);
    font-weight: 700;
}

.single-product .summary.entry-summary form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: stretch;
    margin-bottom: 1.15rem;
}

.single-product .summary.entry-summary form.cart .quantity {
    margin: 0;
}

.single-product .summary.entry-summary form.cart .qty {
    min-height: 3rem;
    min-width: 3.75rem;
    border-radius: 0.9rem;
}

.single-product .summary.entry-summary form.variations_form {
    display: grid;
    gap: 1rem;
}

.single-product .summary.entry-summary form.variations_form .variations {
    width: 100%;
    margin: 0;
    border: 0;
}

.single-product .summary.entry-summary form.variations_form .variations tbody,
.single-product .summary.entry-summary form.variations_form .variations tr {
    display: grid;
    gap: 0.75rem;
}

.single-product .summary.entry-summary form.variations_form .variations td,
.single-product .summary.entry-summary form.variations_form .variations th {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
}

.single-product .summary.entry-summary form.variations_form .variations label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--mytho-color-text-primary);
    font-weight: 700;
}

.single-product .summary.entry-summary form.variations_form .variations select {
    width: 100%;
    min-height: 3.1rem;
    border-radius: 0.95rem;
}

.single-product .summary.entry-summary form.variations_form .variations select.mytho-variation-picker__native {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.single-product .summary.entry-summary .mytho-variation-picker {
    display: grid;
    gap: 0.7rem;
}

.single-product .summary.entry-summary .mytho-variation-picker__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.single-product .summary.entry-summary button.mytho-variation-picker__option {
    min-height: 2.9rem;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(216, 208, 191, 0.92);
    border-radius: 0.95rem;
    background: #ffffff !important;
    color: var(--mytho-color-text-primary) !important;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: none !important;
}

.single-product .summary.entry-summary button.mytho-variation-picker__option:hover,
.single-product .summary.entry-summary button.mytho-variation-picker__option:focus-visible {
    border-color: rgba(28, 109, 45, 0.28);
    background: rgba(28, 109, 45, 0.06) !important;
    color: var(--mytho-color-brand) !important;
}

.single-product .summary.entry-summary button.mytho-variation-picker__option.is-active {
    border-color: var(--mytho-color-brand);
    background: var(--mytho-color-brand) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(28, 109, 45, 0.18);
}

.single-product .summary.entry-summary button.mytho-variation-picker__option:disabled {
    border-color: rgba(216, 208, 191, 0.86);
    background: rgba(247, 243, 235, 0.8) !important;
    color: var(--mytho-color-text-muted) !important;
    box-shadow: none;
    opacity: 1;
    cursor: not-allowed;
}

.single-product .summary.entry-summary form.variations_form .reset_variations {
    display: inline-flex;
    align-items: center;
    margin-top: 0.55rem;
    color: var(--mytho-color-brand);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.single-product .summary.entry-summary .single_variation {
    display: grid;
    gap: 0.45rem;
}

.single-product .summary.entry-summary .single_variation .price {
    margin-bottom: 0;
}

.single-product .summary.entry-summary .mytho-single-purchase__row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: stretch;
    width: 100%;
}

.single-product .summary.entry-summary .mytho-single-purchase__actions {
    width: 100%;
}

.single-product .summary.entry-summary .mytho-single-purchase__actions .single_add_to_cart_button {
    width: 100%;
}

.single-product .summary.entry-summary .mytho-single-purchase__quantity {
    display: inline-grid;
    grid-template-columns: 2.9rem 3.2rem 2.9rem;
    align-items: stretch;
    min-height: 2.9rem;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0.9rem;
    background: transparent;
}

.single-product .summary.entry-summary .mytho-single-purchase__quantity .qty {
    grid-column: 2;
    min-width: 3.2rem;
    width: 3.2rem;
    min-height: 2.9rem;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid rgba(28, 109, 45, 0.18);
    border-right: 1px solid rgba(28, 109, 45, 0.18);
    border-radius: 0;
    background: transparent;
    color: var(--mytho-color-text-primary);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
    box-shadow: none;
}

.single-product .summary.entry-summary .mytho-single-purchase__quantity .qty::-webkit-outer-spin-button,
.single-product .summary.entry-summary .mytho-single-purchase__quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product .summary.entry-summary .mytho-single-purchase__stepper {
    display: grid;
    place-items: center;
    width: 2.9rem;
    min-width: 2.9rem;
    height: 2.9rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--mytho-color-brand);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
}

.single-product .summary.entry-summary .mytho-single-purchase__stepper:hover,
.single-product .summary.entry-summary .mytho-single-purchase__stepper:focus-visible {
    background: var(--mytho-color-brand);
    color: #ffffff;
}

.single-product .summary.entry-summary .mytho-single-purchase__total {
    display: grid;
    align-content: center;
    justify-items: end;
    min-height: 2.9rem;
    padding: 0 0.2rem 0 0.15rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: right;
}

.single-product .summary.entry-summary .mytho-single-purchase__total-label {
    color: var(--mytho-color-text-muted);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.single-product .summary.entry-summary .mytho-single-purchase__total-value {
    color: var(--mytho-color-text-primary);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
}

.single-product .summary.entry-summary .mytho-single-purchase__total.is-pending .mytho-single-purchase__total-value {
    color: var(--mytho-color-text-muted);
}

.single-product .summary.entry-summary .product_meta {
    display: grid;
    gap: 0.45rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(216, 208, 191, 0.86);
    color: var(--mytho-color-text-muted);
    font-weight: 600;
}

.single-product .summary.entry-summary .product_meta a {
    color: var(--mytho-color-accent);
}

.single-product .summary.entry-summary .mytho-guest-purchase-gate {
    margin-top: 0.75rem;
}

.single-product .woocommerce-tabs {
    margin-top: 0.65rem;
}

.single-product .woocommerce-tabs .panel,
.single-product .woocommerce-tabs ul.tabs::before {
    border-color: rgba(216, 208, 191, 0.86);
}

.single-product .woocommerce-tabs .panel {
    padding-top: 1.35rem;
}

.single-product .related.products,
.single-product .upsells.products {
    margin-top: 1.2rem;
}

.single-product .related.products > h2,
.single-product .upsells.products > h2 {
    margin-bottom: 1.2rem;
    letter-spacing: -0.02em;
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__title a,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title a {
    text-align: center;
}

.single-product .related.products ul.products li.product .mytho-price-login-required,
.single-product .upsells.products ul.products li.product .mytho-price-login-required {
    text-align: center;
}

@media (max-width: 47.99rem) {
    .mytho-product-breadcrumb {
        gap: 0.45rem;
        margin-bottom: 1rem;
    }

    .mytho-product-breadcrumb__tag {
        min-height: 2rem;
        padding: 0.42rem 0.72rem;
        font-size: 0.86rem;
    }

    .single-product div.product {
        row-gap: 1.35rem;
    }

    .single-product .mytho-single-product-media-tags {
        inset: 0.7rem 0.7rem auto 0.7rem;
        gap: 0.45rem;
    }

    .single-product .mytho-single-product-media-tags .mytho-product-type-badge {
        max-width: calc(100% - 6.6rem);
    }

    .single-product div.product .woocommerce-product-gallery__wrapper {
        padding: 0.85rem;
    }

    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        top: auto !important;
        right: 0.7rem !important;
        bottom: 0.7rem !important;
        width: 2.7rem;
        height: 2.7rem;
    }

    .single-product .summary.entry-summary {
        padding: 1.1rem 1rem;
        border-radius: 1.25rem;
    }

    .single-product .summary.entry-summary .product_title {
        font-size: clamp(2rem, 8vw, 2.55rem);
        line-height: 1.04;
    }

    .single-product .summary.entry-summary form.cart {
        gap: 0.6rem;
    }

    .single-product .summary.entry-summary form.variations_form {
        gap: 0.85rem;
    }

    .single-product .summary.entry-summary form.variations_form .variations tbody,
    .single-product .summary.entry-summary form.variations_form .variations tr {
        gap: 0.65rem;
    }

    .single-product .summary.entry-summary form.variations_form .variations label {
        font-size: 0.98rem;
    }

    .single-product .summary.entry-summary form.variations_form .reset_variations {
        font-size: 0.88rem;
    }

    .single-product .summary.entry-summary .mytho-variation-picker__list {
        gap: 0.55rem;
    }

    .single-product .summary.entry-summary .mytho-variation-picker__option {
        min-height: 2.75rem;
        padding: 0.68rem 0.9rem;
        font-size: 0.94rem;
    }

    .single-product .summary.entry-summary .mytho-single-purchase__actions .single_add_to_cart_button {
        width: 100%;
    }
}

.site-bottom-footer-wrap .site-footer-row-container-inner {
    border-top: 1px solid rgba(31, 26, 23, 0.12);
}

.cky-consent-container {
    font-family: "Be Vietnam Pro", "Noto Sans", "Segoe UI", sans-serif !important;
}

.cky-consent-container .cky-consent-bar,
.cky-preference-wrapper {
    border: 1px solid rgba(216, 208, 191, 0.92) !important;
    border-radius: 1.5rem !important;
    background:
        radial-gradient(circle at top right, rgba(242, 201, 76, 0.12), rgba(255, 255, 255, 0) 38%),
        linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(248, 244, 236, 0.98) 100%) !important;
    box-shadow: 0 18px 40px rgba(31, 26, 23, 0.12) !important;
    overflow: hidden;
}

.cky-consent-container .cky-consent-bar {
    padding: 1.4rem 1.45rem !important;
}

.cky-consent-container .cky-title,
.cky-preference-header .cky-preference-title {
    margin-bottom: 0.7rem !important;
    color: var(--mytho-color-text-primary) !important;
    font-family: inherit !important;
    font-size: clamp(1.2rem, 1.05rem + 0.5vw, 1.5rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.2 !important;
}

.cky-consent-container .cky-notice-des,
.cky-consent-container .cky-notice-des p,
.cky-preference-body-wrapper,
.cky-preference-body-wrapper p,
.cky-preference-content-wrapper p,
.cky-accordion-header-des {
    color: var(--mytho-color-text-secondary) !important;
    font-family: inherit !important;
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
}

.cky-consent-container .cky-policy,
.cky-preference-body-wrapper .cky-policy {
    color: var(--mytho-color-brand) !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 0.08em !important;
    text-underline-offset: 0.16em !important;
}

.cky-notice-btn-wrapper,
.cky-prefrence-btn-wrapper {
    gap: 0.8rem !important;
}

.cky-btn,
.cky-btn:hover,
.cky-btn:focus,
.cky-btn:focus-visible {
    min-height: 3rem !important;
    padding: 0.82rem 1.15rem !important;
    border-radius: 1rem !important;
    font-family: inherit !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease !important;
}

.cky-btn.cky-btn-accept,
.cky-btn.cky-btn-save {
    border-color: var(--mytho-color-brand) !important;
    background: linear-gradient(180deg, #2f9e44 0%, var(--mytho-color-brand) 100%) !important;
    color: #fff !important;
}

.cky-btn.cky-btn-reject,
.cky-btn.cky-btn-customize,
.cky-btn.cky-btn-preferences,
.cky-btn:not(.cky-btn-accept):not(.cky-btn-save) {
    border-color: rgba(28, 109, 45, 0.18) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--mytho-color-text-primary) !important;
}

.cky-btn.cky-btn-reject:hover,
.cky-btn.cky-btn-customize:hover,
.cky-btn.cky-btn-preferences:hover,
.cky-btn:not(.cky-btn-accept):not(.cky-btn-save):hover,
.cky-btn.cky-btn-reject:focus-visible,
.cky-btn.cky-btn-customize:focus-visible,
.cky-btn.cky-btn-preferences:focus-visible,
.cky-btn:not(.cky-btn-accept):not(.cky-btn-save):focus-visible {
    border-color: rgba(28, 109, 45, 0.28) !important;
    background: rgba(240, 247, 236, 0.98) !important;
    color: var(--mytho-color-brand) !important;
}

.cky-btn.cky-btn-accept:hover,
.cky-btn.cky-btn-save:hover,
.cky-btn.cky-btn-accept:focus-visible,
.cky-btn.cky-btn-save:focus-visible {
    border-color: #2d8c3c !important;
    background: #2d8c3c !important;
    color: #fff !important;
}

.cky-btn-close,
.cky-btn-revisit-wrapper .cky-btn-revisit {
    border-radius: 999px !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit {
    border: 1px solid rgba(216, 208, 191, 0.92) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 12px 26px rgba(31, 26, 23, 0.12) !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
    filter: hue-rotate(28deg) saturate(0.85) brightness(0.88);
}

.cky-preference-wrapper .cky-preference-header,
.cky-preference-wrapper .cky-preference-body-wrapper,
.cky-preference-wrapper .cky-preference-content-wrapper,
.cky-accordion {
    border-color: rgba(216, 208, 191, 0.92) !important;
}

.cky-accordion-header .cky-always-active,
.cky-preference-header .cky-btn-close {
    color: var(--mytho-color-brand) !important;
}

.cky-switch input:checked + .cky-slider {
    background-color: var(--mytho-color-brand) !important;
}

@media (min-width: 48rem) {
    .cky-consent-container.cky-box-bottom-left,
    .cky-consent-container.cky-box-bottom-right {
        max-width: 29rem !important;
        inset-inline: 1.35rem auto !important;
        bottom: 1.35rem !important;
    }
}

.site-bottom-footer-wrap {
    background:
        linear-gradient(180deg, rgba(15, 24, 18, 0.96), rgba(21, 31, 24, 0.98));
    color: rgba(251, 248, 241, 0.88);
}

.site-bottom-footer-wrap .site-footer-row {
    align-items: center;
    gap: 1rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.site-bottom-footer-wrap .site-footer-section {
    min-width: 0;
}

.site-bottom-footer-wrap .footer-html {
    margin: 0;
    color: rgba(251, 248, 241, 0.76);
    font-weight: 600;
}

.site-bottom-footer-wrap .footer-html p {
    margin: 0;
}

.site-bottom-footer-wrap .footer-social-wrap,
.site-bottom-footer-wrap .footer-social-wrap .footer-social-inner-wrap {
    width: 100%;
}

.site-bottom-footer-wrap .footer-social-wrap .footer-social-inner-wrap {
    justify-content: center;
    gap: 0.55rem;
}

.site-footer-wrap .site-bottom-footer-wrap .social-button.social-link-facebook {
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none;
    color: #1877f2 !important;
    font-weight: 600;
    text-decoration: none;
}

.site-footer-wrap .site-bottom-footer-wrap .social-button.social-link-facebook:hover,
.site-footer-wrap .site-bottom-footer-wrap .social-button.social-link-facebook:focus-visible,
.site-footer-wrap .site-bottom-footer-wrap .social-button.social-link-facebook:active {
    background: transparent !important;
    box-shadow: none;
    color: #1664d9 !important;
}

.site-bottom-footer-wrap .social-button.social-link-facebook .social-label {
    color: currentColor;
}

.site-bottom-footer-wrap .footer-navigation,
.site-bottom-footer-wrap .footer-navigation a,
.site-bottom-footer-wrap .footer-navigation ul li a,
.site-bottom-footer-wrap .footer-navigation .menu a {
    color: rgba(251, 248, 241, 0.82);
}

.site-bottom-footer-wrap .footer-navigation a:hover,
.site-bottom-footer-wrap .footer-navigation a:focus-visible,
.site-bottom-footer-wrap .footer-navigation a:active {
    color: #ffffff;
}

.site-bottom-footer-wrap .footer-navigation .menu {
    justify-content: flex-end;
    gap: 0.35rem 1rem;
}

.site-bottom-footer-wrap .footer-navigation .footer-menu-container,
.site-bottom-footer-wrap .footer-navigation ul,
.site-bottom-footer-wrap .footer-navigation .menu li,
.site-bottom-footer-wrap .footer-navigation .menu a {
    width: auto;
}

.site-bottom-footer-wrap .footer-navigation .menu li {
    display: inline-flex;
}

.site-bottom-footer-wrap .footer-navigation ul li a {
    display: inline-flex;
    padding: 0;
    font-weight: 500;
}

.mytho-accessibility-scale {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 82;
}

.mytho-accessibility-scale__details {
    position: relative;
}

.mytho-accessibility-scale__details[open]::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(36, 32, 25, 0.28);
    backdrop-filter: blur(4px);
}

.mytho-accessibility-scale__trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.9rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(28, 109, 45, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--mytho-color-text-primary);
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    list-style: none;
    box-shadow: 0 14px 30px rgba(31, 26, 23, 0.12);
}

.mytho-accessibility-scale__trigger::-webkit-details-marker {
    display: none;
}

.mytho-accessibility-scale__trigger:hover,
.mytho-accessibility-scale__trigger:focus-visible,
.mytho-accessibility-scale__trigger:active {
    border-color: rgba(28, 109, 45, 0.3);
    background: rgba(255, 255, 255, 0.98);
    color: var(--mytho-color-text-primary);
    box-shadow: 0 16px 32px rgba(31, 26, 23, 0.14);
}

.mytho-accessibility-scale__trigger-icon {
    display: inline-grid;
    place-items: center;
    min-width: 1.7rem;
    min-height: 1.7rem;
    padding: 0 0.28rem;
    border-radius: 999px;
    background: rgba(28, 109, 45, 0.1);
    color: var(--mytho-color-brand);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.mytho-accessibility-scale__panel {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    z-index: 83;
    transform: translate(-50%, -50%);
    display: grid;
    gap: 0.9rem;
    width: min(28rem, calc(100vw - 2rem));
    padding: 1.25rem;
    border: 1px solid rgba(216, 208, 191, 0.94);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 52px rgba(31, 26, 23, 0.2);
}

.mytho-accessibility-scale__panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.mytho-accessibility-scale__title,
.mytho-accessibility-scale__note {
    margin: 0;
}

.mytho-accessibility-scale__title {
    color: var(--mytho-color-text-primary);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.mytho-accessibility-scale__panel .mytho-accessibility-scale__close {
    display: inline-grid;
    place-items: center;
    min-height: 2.5rem;
    min-width: 2.5rem;
    padding: 0.55rem 0.9rem;
    border: 1px solid var(--mytho-color-border-soft) !important;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98) !important;
    color: var(--mytho-color-text-primary) !important;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: none !important;
}

.mytho-accessibility-scale__panel .mytho-accessibility-scale__close:hover,
.mytho-accessibility-scale__panel .mytho-accessibility-scale__close:focus-visible,
.mytho-accessibility-scale__panel .mytho-accessibility-scale__close:active {
    border-color: rgba(28, 109, 45, 0.28) !important;
    background: rgba(28, 109, 45, 0.08) !important;
    color: var(--mytho-color-brand) !important;
    box-shadow: none !important;
}

.mytho-accessibility-scale__note {
    color: var(--mytho-color-text-muted);
    font-size: 0.875rem;
    line-height: 1.45;
}

.mytho-accessibility-scale__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.mytho-accessibility-scale__panel .mytho-accessibility-scale__option {
    min-height: 3.1rem;
    padding: 0.75rem 0.6rem;
    border: 1px solid var(--mytho-color-border-soft) !important;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.96) !important;
    color: var(--mytho-color-text-primary) !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-wrap: balance;
    box-shadow: none !important;
}

.mytho-accessibility-scale__panel .mytho-accessibility-scale__option:not(.is-active):not([aria-pressed="true"]) {
    background: rgba(255, 255, 255, 0.96) !important;
    color: var(--mytho-color-text-primary) !important;
    border-color: var(--mytho-color-border-soft) !important;
}

.mytho-accessibility-scale__panel .mytho-accessibility-scale__option:hover,
.mytho-accessibility-scale__panel .mytho-accessibility-scale__option:focus-visible,
.mytho-accessibility-scale__panel .mytho-accessibility-scale__option:active {
    border-color: rgba(28, 109, 45, 0.28) !important;
    background: rgba(28, 109, 45, 0.08) !important;
    color: var(--mytho-color-brand) !important;
    box-shadow: none !important;
}

.mytho-accessibility-scale__panel .mytho-accessibility-scale__option.is-active,
.mytho-accessibility-scale__panel .mytho-accessibility-scale__option[aria-pressed="true"] {
    border-color: var(--mytho-color-brand) !important;
    background: var(--mytho-color-brand) !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(28, 109, 45, 0.18) !important;
}

.mytho-accessibility-scale--inline {
    position: static;
    right: auto;
    bottom: auto;
    z-index: auto;
}

.mytho-accessibility-scale--inline .mytho-accessibility-scale__details {
    position: static;
}

.mytho-accessibility-scale--inline .mytho-accessibility-scale__trigger {
    width: 100%;
    justify-content: flex-start;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--mytho-color-border-soft);
    border-radius: 0.95rem;
    box-shadow: none;
}

.mytho-accessibility-scale--inline .mytho-accessibility-scale__panel {
    width: min(28rem, calc(100vw - 2rem));
}

.mytho-mobile-account-panel {
    display: none;
}

.mytho-mobile-bottom-nav {
    display: none;
}

@media (max-width: 47.99rem) {
    body {
        font-size: 1rem;
        padding-bottom: calc(5.8rem + env(safe-area-inset-bottom, 0px));
    }

    .mytho-accessibility-scale {
        right: 0.85rem;
        bottom: calc(6.55rem + env(safe-area-inset-bottom, 0px));
    }

    body:not(.mytho-homepage) .mytho-accessibility-scale:not(.mytho-accessibility-scale--inline) {
        display: none;
    }

    .mytho-accessibility-scale__trigger {
        min-height: 2.8rem;
        padding: 0.5rem 0.8rem;
    }

    .mytho-accessibility-scale__trigger-label {
        font-size: 0.875rem;
    }

    .mytho-accessibility-scale__panel {
        width: min(21rem, calc(100vw - 1.25rem));
        padding: 1rem;
    }

    .mytho-accessibility-scale__options {
        gap: 0.65rem;
    }

    .site-branding .brand {
        gap: 0.625rem;
        min-height: 3.25rem;
    }

    .site-branding .brand::before {
        width: 2.75rem;
        height: 2.75rem;
        flex-basis: 2.75rem;
    }

    .site-branding .site-title {
        font-size: 1.125rem;
    }

    .site-branding .site-title-wrap::after {
        display: none;
    }

    .site-header-item-navgation-popup-toggle {
        display: inline-flex;
        align-items: center;
    }

    .site-header-item-navgation-popup-toggle .mytho-mobile-account-trigger {
        min-width: auto;
    }

    .mytho-mobile-account-trigger {
        --mytho-mobile-account-trigger-text: var(--mytho-color-text-primary);
        --mytho-mobile-account-trigger-icon-color: var(--mytho-color-brand);
        --mytho-mobile-account-trigger-icon-bg: rgba(28, 109, 45, 0.1);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        min-height: 2.75rem;
        padding: 0.4rem 0.55rem 0.4rem 0.45rem;
        border: 1px solid rgba(28, 109, 45, 0.14);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.94);
        color: var(--mytho-mobile-account-trigger-text);
        box-shadow: 0 10px 22px rgba(31, 26, 23, 0.08);
        transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
    }

    .mytho-mobile-account-trigger:focus-visible,
    .mytho-mobile-account-trigger:active,
    .mytho-mobile-account-trigger[aria-expanded="true"] {
        --mytho-mobile-account-trigger-text: #fff;
        --mytho-mobile-account-trigger-icon-color: #fff;
        --mytho-mobile-account-trigger-icon-bg: rgba(255, 255, 255, 0.18);
        border-color: var(--mytho-color-brand);
        background: var(--mytho-color-brand);
        color: #fff;
        box-shadow: 0 12px 26px rgba(28, 109, 45, 0.2);
    }

    .mytho-mobile-account-trigger__icon {
        display: inline-grid;
        place-items: center;
        width: 2rem;
        height: 2rem;
        border-radius: 999px;
        background: var(--mytho-mobile-account-trigger-icon-bg);
        color: var(--mytho-mobile-account-trigger-icon-color);
        transition: background-color 160ms ease, color 160ms ease;
    }

    .mytho-mobile-account-trigger__icon svg {
        width: 1.15rem;
        height: 1.15rem;
        stroke: currentColor;
    }

    .mytho-mobile-account-trigger__label {
        max-width: 6.5rem;
        overflow: hidden;
        color: var(--mytho-mobile-account-trigger-text);
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.1;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: color 160ms ease;
    }

    #mobile-drawer .site-header-item-mobile-navigation,
    #mobile-drawer .mobile-navigation {
        display: none !important;
    }

    #mobile-drawer,
    #mobile-drawer .drawer-inner,
    #mobile-drawer .drawer-content,
    #mobile-drawer .drawer-content.mobile-drawer-content,
    .mytho-ui-sheet-modal__panel {
        /* Neutralize Kadence button hover/focus/active colors inside mobile drawers/sheets. */
        --global-palette-btn-bg: rgba(255, 255, 255, 0.96);
        --global-palette-btn: var(--mytho-color-text-primary);
        --global-palette-btn-bg-hover: rgba(255, 255, 255, 0.96);
        --global-palette-btn-hover: var(--mytho-color-text-primary);
        --global-palette-btn-sec-bg: rgba(255, 255, 255, 0.96);
        --global-palette-btn-sec: var(--mytho-color-text-primary);
        --global-palette-btn-sec-bg-hover: rgba(255, 255, 255, 0.96);
        --global-palette-btn-sec-hover: var(--mytho-color-text-primary);
    }

    #mobile-drawer .drawer-content.mobile-drawer-content {
        width: 100%;
        max-width: none;
        padding: 1rem 1rem 1.25rem;
        background: linear-gradient(180deg, #fffdf8 0%, #f8f2e7 100%);
    }

    #mobile-drawer,
    #mobile-drawer .drawer-inner,
    #mobile-drawer .drawer-content,
    #mobile-drawer .drawer-content.mobile-drawer-content {
        background-color: #fffaf1;
    }

    #mobile-drawer .menu-toggle-close,
    #mobile-drawer .drawer-close {
        display: inline-grid;
        place-items: center;
        width: 2.9rem;
        height: 2.9rem;
        aspect-ratio: 1 / 1;
        min-width: 2.9rem;
        min-height: 2.9rem;
        padding: 0;
        box-sizing: border-box;
        border: 1px solid rgba(216, 208, 191, 0.92);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.96);
        color: rgba(72, 66, 55, 0.86);
        box-shadow: 0 10px 24px rgba(79, 61, 38, 0.08);
        line-height: 1;
    }

    #mobile-drawer .menu-toggle-close:hover,
    #mobile-drawer .menu-toggle-close:focus-visible,
    #mobile-drawer .menu-toggle-close:active,
    #mobile-drawer .drawer-close:hover,
    #mobile-drawer .drawer-close:focus-visible,
    #mobile-drawer .drawer-close:active {
        background: rgba(255, 255, 255, 0.96) !important;
        color: rgba(72, 66, 55, 0.86) !important;
        border-color: rgba(216, 208, 191, 0.92) !important;
        box-shadow: 0 10px 24px rgba(79, 61, 38, 0.08) !important;
        transform: none !important;
    }

    #mobile-drawer .menu-toggle-close svg,
    #mobile-drawer .drawer-close svg,
    #mobile-drawer .menu-toggle-close .kadence-svg-iconset,
    #mobile-drawer .drawer-close .kadence-svg-iconset {
        width: 1rem;
        height: 1rem;
        display: block;
        flex: 0 0 auto;
    }

    .mytho-mobile-account-panel {
        display: grid;
        gap: 0.9rem;
        width: min(100%, 25rem);
        margin: 0 auto;
        min-height: calc(100dvh - 5.25rem);
        padding-top: 0.4rem;
        align-content: start;
    }

    .mytho-mobile-account-panel__menu {
        display: grid;
        gap: 0.65rem;
        padding: 0;
        border: 0;
    }

    .mytho-mobile-account-panel__menu-item {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 0.72rem;
        align-items: center;
        min-height: 3.45rem;
        padding: 0.68rem 0.82rem;
        border: 1px solid rgba(228, 219, 201, 0.96);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.95);
        color: var(--mytho-color-text-primary);
        text-decoration: none;
        box-shadow: 0 10px 22px rgba(79, 61, 38, 0.07);
        transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
    }

    .mytho-mobile-account-panel__menu-item:hover,
    .mytho-mobile-account-panel__menu-item:focus-visible,
    .mytho-mobile-account-panel__menu-item:active {
        border-color: rgba(28, 109, 45, 0.2);
        background: rgba(255, 255, 255, 0.99);
        color: var(--mytho-color-brand);
        text-decoration: none;
        transform: translateY(-0.05rem);
    }

    .mytho-mobile-account-panel__menu-item::after {
        content: "";
        width: 0.55rem;
        height: 0.55rem;
        margin-right: 0.1rem;
        border-top: 1.8px solid currentColor;
        border-right: 1.8px solid currentColor;
        color: rgba(72, 66, 55, 0.52);
        transform: rotate(45deg);
    }

    .mytho-mobile-account-panel__menu-item.is-logout {
        color: #5f3a2c;
    }

    .mytho-mobile-account-panel__menu-item.is-logout .mytho-mobile-account-panel__menu-icon {
        background: rgba(164, 102, 77, 0.11);
        color: #8e4f35;
    }

    .mytho-mobile-account-panel__menu-icon {
        display: inline-grid;
        place-items: center;
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 999px;
        background: rgba(230, 239, 227, 0.96);
        color: var(--mytho-color-brand);
    }

    .mytho-mobile-account-panel__menu-icon svg {
        width: 0.9rem;
        height: 0.9rem;
    }

    .mytho-mobile-account-panel__menu-label {
        color: var(--mytho-color-text-primary);
        min-width: 0;
        font-size: 0.94rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .mytho-mobile-account-panel__utilities {
        display: grid;
        gap: 0.65rem;
        margin-top: auto;
        padding-top: 0.9rem;
        border-top: 1px solid rgba(186, 174, 150, 0.32);
    }

    .mytho-mobile-account-panel__language,
    .mytho-mobile-account-panel__accessibility {
        display: grid;
        min-width: 0;
        width: 100%;
    }

    .mytho-mobile-account-panel__language-trigger {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        gap: 0.55rem;
        min-height: 3.05rem;
        padding: 0.65rem 0.8rem;
        border: 1px solid rgba(186, 174, 150, 0.5);
        border-radius: 0.95rem;
        background: rgba(255, 255, 255, 0.92);
        color: var(--mytho-color-text-primary);
        font-size: 0.88rem;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 10px 22px rgba(79, 61, 38, 0.08);
        width: 100%;
        max-width: 100%;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
    }

    .mytho-mobile-account-panel__language-trigger:hover,
    .mytho-mobile-account-panel__language-trigger:focus,
    .mytho-mobile-account-panel__language-trigger:focus-visible,
    .mytho-mobile-account-panel__language-trigger:active,
    .mytho-mobile-account-panel__language-trigger.is-open {
        border-color: rgba(186, 174, 150, 0.5) !important;
        background: rgba(255, 255, 255, 0.92) !important;
        color: var(--mytho-color-text-primary) !important;
        box-shadow: 0 10px 22px rgba(79, 61, 38, 0.08) !important;
        transform: none !important;
    }

    .mytho-mobile-account-panel__utility-trigger {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        gap: 0.55rem;
        width: 100%;
        max-width: 100%;
        min-height: 3.05rem;
        padding: 0.65rem 0.8rem;
        border: 1px solid rgba(186, 174, 150, 0.5);
        border-radius: 0.95rem;
        background: rgba(255, 255, 255, 0.92);
        color: var(--mytho-color-text-primary);
        font-size: 0.88rem;
        font-weight: 700;
        text-align: left;
        box-shadow: 0 10px 22px rgba(79, 61, 38, 0.08);
        overflow: hidden;
        white-space: nowrap;
    }

    .mytho-mobile-account-panel__utility-trigger:hover,
    .mytho-mobile-account-panel__utility-trigger:focus,
    .mytho-mobile-account-panel__utility-trigger:focus-visible,
    .mytho-mobile-account-panel__utility-trigger:active,
    .mytho-mobile-account-panel__utility-trigger.is-open {
        border-color: rgba(186, 174, 150, 0.5) !important;
        background: rgba(255, 255, 255, 0.92) !important;
        color: var(--mytho-color-text-primary) !important;
        box-shadow: 0 10px 22px rgba(79, 61, 38, 0.08) !important;
        transform: none !important;
    }

    .mytho-mobile-account-panel__utility-trigger::after {
        content: "";
        width: 0.55rem;
        height: 0.55rem;
        margin-left: auto;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        color: var(--mytho-color-text-muted);
        transform: rotate(45deg) translateY(-0.08rem);
    }

    .mytho-mobile-account-panel__utility-trigger.is-open::after {
        transform: rotate(-135deg) translateY(-0.02rem);
    }

    .mytho-mobile-account-panel__utility-icon {
        display: inline-grid;
        place-items: center;
        width: 1.9rem;
        height: 1.9rem;
        border-radius: 999px;
        background: rgba(28, 109, 45, 0.1);
        color: var(--mytho-color-brand);
        flex-shrink: 0;
        font-size: 0.86rem;
        font-weight: 800;
        line-height: 1;
    }

    .mytho-mobile-account-panel__utility-label {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mytho-mobile-account-panel__language-trigger::after {
        content: "";
        width: 0.55rem;
        height: 0.55rem;
        margin-left: auto;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        color: var(--mytho-color-text-muted);
        transform: rotate(45deg) translateY(-0.08rem);
    }

    .mytho-mobile-account-panel__language-trigger.is-open::after {
        transform: rotate(-135deg) translateY(-0.02rem);
    }

    .mytho-mobile-account-panel__language-current-icon {
        display: inline-grid;
        place-items: center;
        width: 1.9rem;
        height: 1.9rem;
        border-radius: 999px;
        background: rgba(28, 109, 45, 0.1);
        color: var(--mytho-color-brand);
        flex-shrink: 0;
    }

    .mytho-mobile-account-panel__language-current-icon svg {
        width: 0.9rem;
        height: 0.9rem;
    }

    .mytho-mobile-account-panel__language-trigger:hover .mytho-mobile-account-panel__language-current-icon,
    .mytho-mobile-account-panel__language-trigger:focus .mytho-mobile-account-panel__language-current-icon,
    .mytho-mobile-account-panel__language-trigger:focus-visible .mytho-mobile-account-panel__language-current-icon,
    .mytho-mobile-account-panel__language-trigger:active .mytho-mobile-account-panel__language-current-icon,
    .mytho-mobile-account-panel__language-trigger.is-open .mytho-mobile-account-panel__language-current-icon,
    .mytho-mobile-account-panel__utility-trigger:hover .mytho-mobile-account-panel__utility-icon,
    .mytho-mobile-account-panel__utility-trigger:focus .mytho-mobile-account-panel__utility-icon,
    .mytho-mobile-account-panel__utility-trigger:focus-visible .mytho-mobile-account-panel__utility-icon,
    .mytho-mobile-account-panel__utility-trigger:active .mytho-mobile-account-panel__utility-icon,
    .mytho-mobile-account-panel__utility-trigger.is-open .mytho-mobile-account-panel__utility-icon {
        background: rgba(28, 109, 45, 0.1) !important;
        color: var(--mytho-color-brand) !important;
    }

    .mytho-mobile-account-panel__language-current-label {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mytho-mobile-account-panel__language-menu {
        z-index: 97;
    }

    .mytho-mobile-account-panel__language-menu .mytho-overlay-panel__close {
        min-width: 2.6rem;
        min-height: 2.6rem;
        padding: 0.4rem;
        border: 1px solid rgba(216, 208, 191, 0.94) !important;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.98) !important;
        color: rgba(72, 66, 55, 0.86) !important;
        box-shadow: none !important;
    }

    .mytho-mobile-account-panel__language-menu .mytho-overlay-panel__close:hover,
    .mytho-mobile-account-panel__language-menu .mytho-overlay-panel__close:focus,
    .mytho-mobile-account-panel__language-menu .mytho-overlay-panel__close:focus-visible,
    .mytho-mobile-account-panel__language-menu .mytho-overlay-panel__close:active {
        border-color: rgba(28, 109, 45, 0.22) !important;
        background: rgba(255, 255, 255, 0.98) !important;
        color: var(--mytho-color-brand) !important;
        box-shadow: none !important;
    }

    .mytho-mobile-account-panel__language-options {
        display: grid;
        gap: 0.65rem;
    }

    .mytho-mobile-account-panel__language-option {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 0.8rem;
        min-height: 3.6rem;
        padding: 0.8rem 0.95rem;
        border: 1px solid rgba(216, 208, 191, 0.92);
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.96);
        color: var(--mytho-color-text-primary);
        text-decoration: none;
    }

    .mytho-mobile-account-panel__language-option.is-active {
        border-color: var(--mytho-color-brand);
        background: rgba(28, 109, 45, 0.08);
        color: var(--mytho-color-brand);
    }

    .mytho-mobile-account-panel__language-option-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 2rem;
        min-height: 2rem;
        padding: 0.2rem 0.45rem;
        border-radius: 999px;
        background: rgba(28, 109, 45, 0.1);
        color: var(--mytho-color-brand);
    }

    .mytho-mobile-account-panel__language-option-icon svg {
        width: 0.95rem;
        height: 0.95rem;
    }

    .mytho-mobile-account-panel__language-option-label {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .mytho-mobile-account-panel__language-option-check {
        min-width: 1rem;
        color: transparent;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1;
    }

    .mytho-mobile-account-panel__language-option.is-active .mytho-mobile-account-panel__language-option-check {
        color: var(--mytho-color-brand);
    }

    .mytho-mobile-account-panel__scale-menu {
        z-index: 97;
    }

    .mytho-mobile-account-panel__scale-menu .mytho-overlay-panel__close {
        min-width: 2.6rem;
        min-height: 2.6rem;
        padding: 0.4rem;
        border: 1px solid rgba(216, 208, 191, 0.94) !important;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.98) !important;
        color: rgba(72, 66, 55, 0.86) !important;
        box-shadow: none !important;
    }

    .mytho-mobile-account-panel__scale-menu .mytho-overlay-panel__close:hover,
    .mytho-mobile-account-panel__scale-menu .mytho-overlay-panel__close:focus,
    .mytho-mobile-account-panel__scale-menu .mytho-overlay-panel__close:focus-visible,
    .mytho-mobile-account-panel__scale-menu .mytho-overlay-panel__close:active {
        border-color: rgba(28, 109, 45, 0.22) !important;
        background: rgba(255, 255, 255, 0.98) !important;
        color: var(--mytho-color-brand) !important;
        box-shadow: none !important;
    }

    .mytho-mobile-account-panel__scale-options {
        display: grid;
        gap: 0.65rem;
    }

    .mytho-mobile-account-panel__scale-option {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 0.8rem;
        min-height: 3.6rem;
        padding: 0.8rem 0.95rem;
        border: 1px solid var(--mytho-color-border-soft) !important;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.96) !important;
        color: var(--mytho-color-text-primary) !important;
        font-size: 0.96rem;
        font-weight: 700;
        line-height: 1.2;
        box-shadow: none !important;
        text-align: left;
    }

    .mytho-mobile-account-panel__scale-option-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 2rem;
        min-height: 2rem;
        padding: 0.2rem 0.45rem;
        border-radius: 999px;
        background: rgba(28, 109, 45, 0.1);
        color: var(--mytho-color-brand);
        font-size: 0.82rem;
        font-weight: 800;
        line-height: 1;
    }

    .mytho-mobile-account-panel__scale-option-label {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .mytho-mobile-account-panel__scale-option-check {
        min-width: 1rem;
        color: transparent;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1;
    }

    .mytho-mobile-account-panel__scale-menu .mytho-accessibility-scale__option.is-active,
    .mytho-mobile-account-panel__scale-menu .mytho-accessibility-scale__option[aria-pressed="true"] {
        border-color: var(--mytho-color-brand) !important;
        background: rgba(28, 109, 45, 0.08) !important;
        color: var(--mytho-color-brand) !important;
        box-shadow: none !important;
    }

    .mytho-mobile-account-panel__scale-menu .mytho-accessibility-scale__option.is-active .mytho-mobile-account-panel__scale-option-check,
    .mytho-mobile-account-panel__scale-menu .mytho-accessibility-scale__option[aria-pressed="true"] .mytho-mobile-account-panel__scale-option-check {
        color: var(--mytho-color-brand);
    }

    .mytho-mobile-bottom-nav {
        position: fixed;
        inset: auto 0 0 0;
        display: block;
        z-index: 70;
        padding: 0.55rem 0.65rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
        background: linear-gradient(180deg, rgba(251, 248, 241, 0), rgba(251, 248, 241, 0.92) 22%, rgba(251, 248, 241, 0.98));
        backdrop-filter: blur(12px);
    }

    .site-footer-wrap,
    .site-footer {
        display: none;
    }

    .mytho-mobile-bottom-nav__inner {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.4rem;
        padding: 0.45rem 0.5rem;
        border: 1px solid rgba(216, 208, 191, 0.94);
        border-radius: 1.35rem;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 -10px 30px rgba(31, 26, 23, 0.12);
    }

    .mytho-mobile-bottom-nav__link {
        position: relative;
        display: grid;
        justify-items: center;
        gap: 0.3rem;
        min-width: 0;
        padding: 0.45rem 0.2rem 0.35rem;
        border-radius: 1rem;
        color: var(--mytho-color-text-muted);
        text-decoration: none;
    }

    .mytho-mobile-bottom-nav__link:hover,
    .mytho-mobile-bottom-nav__link:focus-visible,
    .mytho-mobile-bottom-nav__link:active {
        color: var(--mytho-color-brand);
        background: rgba(28, 109, 45, 0.08);
        text-decoration: none;
    }

    .mytho-mobile-bottom-nav__link.is-active {
        color: #fff;
        background: var(--mytho-color-brand);
        box-shadow: 0 10px 20px rgba(28, 109, 45, 0.18);
    }

    .mytho-mobile-bottom-nav__icon {
        display: inline-grid;
        place-items: center;
        width: 1.55rem;
        height: 1.55rem;
    }

    .mytho-mobile-bottom-nav__icon svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mytho-mobile-bottom-nav__label {
        max-width: 100%;
        font-size: 0.72rem;
        font-weight: 700;
        line-height: 1.16;
        text-align: center;
        letter-spacing: -0.01em;
    }

    .mytho-mobile-bottom-nav__badge {
        position: absolute;
        top: 0.2rem;
        right: 0.35rem;
        min-width: 1.05rem;
        min-height: 1.05rem;
        padding: 0 0.25rem;
        border-radius: 999px;
        background: var(--mytho-color-accent);
        color: #fff;
        font-size: 0.66rem;
        font-weight: 800;
        line-height: 1.05rem;
        text-align: center;
    }

    body[class*="showing-popup-drawer"] .mytho-mobile-bottom-nav {
        opacity: 0;
        pointer-events: none;
        transform: translateY(calc(100% + 1rem));
    }

    body[class*="showing-popup-drawer"] .mytho-accessibility-scale {
        opacity: 0;
        pointer-events: none;
        transform: translateY(1rem);
    }

    .cky-consent-container:not(.cky-hide) {
        bottom: calc(6.2rem + env(safe-area-inset-bottom, 0px)) !important;
    }

    .cky-consent-container.cky-box-bottom-left,
    .cky-consent-container.cky-box-bottom-right {
        left: 0.85rem !important;
        right: 0.85rem !important;
        width: auto !important;
        max-width: none !important;
    }

    .cky-consent-container .cky-consent-bar,
    .cky-preference-wrapper {
        border-radius: 1.35rem !important;
    }

    .cky-consent-container .cky-consent-bar {
        padding: 1.1rem 1rem 1rem !important;
    }

    .cky-consent-container .cky-title,
    .cky-preference-header .cky-preference-title {
        font-size: 1.25rem !important;
    }

    .cky-consent-container .cky-notice-des,
    .cky-consent-container .cky-notice-des p,
    .cky-preference-body-wrapper,
    .cky-preference-body-wrapper p {
        font-size: 0.94rem !important;
    }

    .cky-notice-btn-wrapper,
    .cky-prefrence-btn-wrapper {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .cky-btn {
        width: 100% !important;
    }

    .cky-btn-revisit-wrapper {
        bottom: calc(6.6rem + env(safe-area-inset-bottom, 0px)) !important;
    }

    .site-bottom-footer-wrap .footer-navigation .menu {
        justify-content: center;
    }
}

@media (hover: none) and (pointer: coarse) {
    .header-navigation .header-menu-container .menu > li > a:hover,
    .header-navigation .header-menu-container .menu > li > a:active,
    .mytho-lang-switcher__summary:hover,
    .mytho-lang-switcher__summary:active,
    .mytho-lang-switcher__option:hover,
    .mytho-lang-switcher__option:active {
        background: transparent;
        color: inherit;
        border-color: var(--mytho-color-border-soft);
        box-shadow: none;
    }

    .header-navigation .header-menu-container .menu > li.current-menu-item > a:hover,
    .header-navigation .header-menu-container .menu > li.current_page_item > a:hover {
        background: var(--mytho-color-brand);
        color: #fff;
    }

    .header-navigation .header-menu-container .menu > li.current-menu-item > a:hover .mytho-header-nav__label,
    .header-navigation .header-menu-container .menu > li.current_page_item > a:hover .mytho-header-nav__label,
    .header-navigation .header-menu-container .menu > li.current-menu-item > a:hover .mytho-header-nav__icon,
    .header-navigation .header-menu-container .menu > li.current_page_item > a:hover .mytho-header-nav__icon,
    .header-navigation .header-menu-container .menu > li.current-menu-item > a:hover .mytho-header-nav__icon svg,
    .header-navigation .header-menu-container .menu > li.current_page_item > a:hover .mytho-header-nav__icon svg {
        color: #fff;
        stroke: currentColor;
    }

    .mytho-lang-switcher__option.is-active:hover {
        background: rgba(28, 109, 45, 0.1);
        color: var(--mytho-color-text-primary);
    }

    .mytho-accessibility-scale__trigger:hover,
    .mytho-accessibility-scale__trigger:active {
        background: rgba(255, 255, 255, 0.98);
        color: var(--mytho-color-text-primary);
        border-color: rgba(28, 109, 45, 0.18);
        box-shadow: 0 14px 30px rgba(31, 26, 23, 0.12);
    }

    .mytho-accessibility-scale__panel .mytho-accessibility-scale__option:hover,
    .mytho-accessibility-scale__panel .mytho-accessibility-scale__option:active {
        background: rgba(255, 255, 255, 0.96);
        color: var(--mytho-color-text-primary);
        border-color: var(--mytho-color-border-soft);
    }

    .mytho-accessibility-scale__panel .mytho-accessibility-scale__option.is-active:hover {
        background: var(--mytho-color-brand);
        color: #fff;
        border-color: var(--mytho-color-brand);
    }

    .mytho-accessibility-scale__panel .mytho-accessibility-scale__close:hover,
    .mytho-accessibility-scale__panel .mytho-accessibility-scale__close:active {
        background: rgba(255, 255, 255, 0.98);
        color: var(--mytho-color-text-primary);
        border-color: var(--mytho-color-border-soft);
    }
}

@media (max-width: 47.99rem) and (hover: none) and (pointer: coarse) {
    #mobile-drawer button,
    #mobile-drawer .button,
    #mobile-drawer .wp-element-button,
    #mobile-drawer input[type="button"],
    #mobile-drawer input[type="submit"],
    #mobile-drawer .woocommerce a.button,
    #mobile-drawer .woocommerce button.button,
    #mobile-drawer .woocommerce input.button,
    .mytho-ui-sheet-modal button,
    .mytho-ui-sheet-modal .button,
    .mytho-ui-sheet-modal .wp-element-button,
    .mytho-ui-sheet-modal input[type="button"],
    .mytho-ui-sheet-modal input[type="submit"] {
        transition: none !important;
        -webkit-tap-highlight-color: transparent;
    }

    .mytho-mobile-account-panel__menu-item:hover,
    .mytho-mobile-account-panel__menu-item:active,
    .mytho-mobile-bottom-nav__link:hover,
    .mytho-mobile-bottom-nav__link:active {
        background: inherit;
        color: inherit;
        border-color: inherit;
        box-shadow: none;
    }

    .mytho-mobile-account-panel__language-trigger:hover,
    .mytho-mobile-account-panel__language-trigger:focus,
    .mytho-mobile-account-panel__language-trigger:focus-visible,
    .mytho-mobile-account-panel__language-trigger:active,
    .mytho-mobile-account-panel__language-trigger.is-open,
    .mytho-mobile-account-panel__utility-trigger:hover,
    .mytho-mobile-account-panel__utility-trigger:focus,
    .mytho-mobile-account-panel__utility-trigger:focus-visible,
    .mytho-mobile-account-panel__utility-trigger:active,
    .mytho-mobile-account-panel__utility-trigger.is-open {
        background: rgba(255, 255, 255, 0.92) !important;
        color: var(--mytho-color-text-primary) !important;
        border-color: rgba(186, 174, 150, 0.5) !important;
        box-shadow: 0 10px 22px rgba(79, 61, 38, 0.08) !important;
        transform: none !important;
    }

    .mytho-mobile-account-panel__language-trigger:hover::after,
    .mytho-mobile-account-panel__language-trigger:focus::after,
    .mytho-mobile-account-panel__language-trigger:focus-visible::after,
    .mytho-mobile-account-panel__language-trigger:active::after,
    .mytho-mobile-account-panel__language-trigger.is-open::after,
    .mytho-mobile-account-panel__utility-trigger:hover::after,
    .mytho-mobile-account-panel__utility-trigger:focus::after,
    .mytho-mobile-account-panel__utility-trigger:focus-visible::after,
    .mytho-mobile-account-panel__utility-trigger:active::after,
    .mytho-mobile-account-panel__utility-trigger.is-open::after {
        color: var(--mytho-color-text-muted) !important;
    }

    .mytho-mobile-account-panel__language-trigger:hover .mytho-mobile-account-panel__language-current-icon,
    .mytho-mobile-account-panel__language-trigger:focus .mytho-mobile-account-panel__language-current-icon,
    .mytho-mobile-account-panel__language-trigger:focus-visible .mytho-mobile-account-panel__language-current-icon,
    .mytho-mobile-account-panel__language-trigger:active .mytho-mobile-account-panel__language-current-icon,
    .mytho-mobile-account-panel__language-trigger.is-open .mytho-mobile-account-panel__language-current-icon,
    .mytho-mobile-account-panel__utility-trigger:hover .mytho-mobile-account-panel__utility-icon,
    .mytho-mobile-account-panel__utility-trigger:focus .mytho-mobile-account-panel__utility-icon,
    .mytho-mobile-account-panel__utility-trigger:focus-visible .mytho-mobile-account-panel__utility-icon,
    .mytho-mobile-account-panel__utility-trigger:active .mytho-mobile-account-panel__utility-icon,
    .mytho-mobile-account-panel__utility-trigger.is-open .mytho-mobile-account-panel__utility-icon {
        background: rgba(28, 109, 45, 0.1) !important;
        color: var(--mytho-color-brand) !important;
    }

    #mobile-drawer .menu-toggle-close:hover,
    #mobile-drawer .menu-toggle-close:focus,
    #mobile-drawer .menu-toggle-close:focus-visible,
    #mobile-drawer .menu-toggle-close:active,
    #mobile-drawer .drawer-close:hover,
    #mobile-drawer .drawer-close:focus,
    #mobile-drawer .drawer-close:focus-visible,
    #mobile-drawer .drawer-close:active,
    .mytho-overlay-panel__close:hover,
    .mytho-overlay-panel__close:focus,
    .mytho-overlay-panel__close:focus-visible,
    .mytho-overlay-panel__close:active {
        background: rgba(255, 255, 255, 0.96) !important;
        color: rgba(72, 66, 55, 0.86) !important;
        border-color: rgba(216, 208, 191, 0.92) !important;
        box-shadow: 0 10px 24px rgba(79, 61, 38, 0.08) !important;
        transform: none !important;
    }

    .mytho-mobile-bottom-nav__link.is-active:hover {
        background: var(--mytho-color-brand);
        color: #fff;
        box-shadow: 0 10px 20px rgba(28, 109, 45, 0.18);
    }
}

@media (max-width: 47.99rem) and (hover: hover) and (pointer: fine) {
    .mytho-mobile-account-trigger:hover,
    .mytho-mobile-account-trigger:active {
        border-color: rgba(28, 109, 45, 0.28);
        background: var(--mytho-color-brand);
        color: #fff;
    }
}

.mytho-news-article-media {
    margin: 0 0 1.5rem;
}

.mytho-news-article-media__image,
.mytho-news-article-media__image img,
.mytho-news-article-media__image svg {
    display: block;
    width: 100%;
}

.mytho-news-article-media__image img,
.mytho-news-article-media__image svg {
    height: auto;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    background: #f8f2e8;
}

.mytho-news-article-media__caption {
    margin-top: 0.75rem;
    color: var(--global-palette5);
    font-size: 0.92rem;
}

.mytho-news-article-references {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(255, 255, 255, 0.98));
}

.mytho-news-article-references__title {
    margin: 0 0 0.85rem;
    font-size: 1.05rem;
}

.mytho-news-article-references__list {
    margin: 0;
    padding-left: 1.1rem;
}

.mytho-news-article-references__item + .mytho-news-article-references__item {
    margin-top: 0.85rem;
}

.mytho-news-article-references__link {
    font-weight: 700;
    text-underline-offset: 0.16em;
}

.mytho-news-article-references__meta {
    margin: 0.25rem 0 0;
    color: var(--global-palette5);
    font-size: 0.94rem;
}
