body.mytho-catalog-surface.woocommerce .woocommerce-products-header {
    display: none;
}

body.mytho-catalog-surface .entry-hero.product-archive-hero-section {
    display: none;
}

body.mytho-catalog-surface .entry-hero-container-inner,
body.mytho-catalog-surface .archive-hero-container-inner {
    min-height: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
}

body.mytho-catalog-surface .content-container {
    gap: 1.25rem;
}

.mytho-shop-shell {
    display: grid;
    gap: 0;
    margin-bottom: 1.5rem;
    width: 100%;
    --mytho-shop-row-padding-block: var(--mytho-space-2);
    --mytho-shop-row-padding-inline: var(--mytho-space-2);
    --mytho-shop-row-separator-space: var(--mytho-space-2);
}

.mytho-shop-row {
    width: 100%;
    padding: var(--mytho-shop-row-padding-block) var(--mytho-shop-row-padding-inline);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

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

.mytho-shop-category-rail {
    margin: 0;
}

.mytho-shop-category-rail__layout {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.mytho-shop-category-rail__lead {
    display: grid;
    align-self: stretch;
    padding-right: var(--mytho-shop-row-separator-space);
    border-right: 1px solid rgba(216, 208, 191, 0.92);
}

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

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

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

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

.mytho-shop-category-rail__scroller {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 0.1rem 0.15rem 0.45rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.mytho-shop-category-rail__scroller::-webkit-scrollbar {
    height: 0.45rem;
}

.mytho-shop-category-rail__scroller::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(28, 109, 45, 0.18);
}

.mytho-shop-category-card {
    display: grid;
    gap: 0.5rem;
    justify-items: center;
    flex: 0 0 auto;
    min-width: 0;
    width: min(7rem, 100%);
    padding: 0.55rem;
    border: 0;
    border-radius: 1.15rem;
    background: #fff;
    color: var(--mytho-color-text-primary);
    text-align: center;
    text-decoration: none;
    scroll-snap-align: start;
    box-shadow: none;
}

.site .mytho-shop-category-card--selector {
    width: 6.8rem;
    min-height: 5.5rem;
    align-content: center;
    justify-items: center;
    gap: 0.35rem;
    padding: 0.65rem 0.55rem;
    appearance: none;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid rgba(216, 208, 191, 0.92);
}

.mytho-shop-category-card.is-active {
    background: var(--mytho-color-brand);
    color: #fff;
}

.mytho-shop-category-card__thumb {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, rgba(244, 241, 236, 0.95), rgba(255, 255, 255, 0.96));
}

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

.mytho-shop-category-card__thumb--all {
    background: linear-gradient(135deg, rgba(28, 109, 45, 0.12), rgba(198, 162, 74, 0.18));
}

.mytho-shop-category-card__thumb--parent {
    background: linear-gradient(135deg, rgba(198, 162, 74, 0.14), rgba(28, 109, 45, 0.08));
}

.mytho-shop-category-card__placeholder {
    display: inline-grid;
    place-items: center;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 35% 35%, rgba(198, 162, 74, 0.18), transparent 38%),
        radial-gradient(circle at 68% 68%, rgba(28, 109, 45, 0.14), transparent 35%),
        linear-gradient(180deg, rgba(246, 242, 233, 0.98), rgba(255, 255, 255, 0.94));
}

.mytho-shop-category-card__label {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mytho-shop-category-card--selector .mytho-shop-category-card__thumb {
    display: none;
}

.mytho-shop-category-card--selector .mytho-shop-category-card__label {
    display: block;
    font-size: 0.88rem;
    line-height: 1.2;
    -webkit-line-clamp: unset;
}

.mytho-shop-category-card__indicator {
    position: absolute;
    left: 50%;
    bottom: 0.45rem;
    display: inline-grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--mytho-color-brand);
    box-shadow: 0 8px 18px rgba(31, 26, 23, 0.14);
    transform: translateX(-50%);
}

.mytho-shop-category-card__indicator svg {
    width: 1.05rem;
    height: 1.05rem;
}

.mytho-shop-category-card--lead {
    position: relative;
}

.site .mytho-shop-category-card--selector {
    align-content: start;
    padding-top: 0.8rem;
    padding-bottom: 2.4rem;
}

.site .mytho-shop-category-card--selector .mytho-shop-category-card__label {
    min-height: 2.5em;
}

.mytho-shop-action-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.6rem;
    align-items: start;
}

.mytho-shop-search-inline {
    min-width: 0;
}

.mytho-shop-dropdown {
    position: relative;
    min-width: 0;
}

.site .mytho-shop-dropdown__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.45rem;
    width: 100%;
    min-height: 2.95rem;
    padding: 0.72rem 0.78rem;
    border: 1px solid rgba(216, 208, 191, 0.92);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.98);
    color: var(--mytho-color-text-primary);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    box-shadow: none;
    cursor: pointer;
}

.mytho-shop-dropdown__toggle[aria-expanded="true"] {
    border-color: rgba(28, 109, 45, 0.26);
    background: rgba(28, 109, 45, 0.08);
    color: var(--mytho-color-brand);
}

.mytho-shop-dropdown--sort .mytho-shop-dropdown__toggle {
    justify-content: center;
    width: 2.95rem;
    min-width: 2.95rem;
    padding-inline: 0;
}

.mytho-shop-dropdown--sort .mytho-shop-dropdown__label,
.mytho-shop-dropdown--sort .mytho-shop-dropdown__chevron {
    display: none;
}

.mytho-shop-dropdown__icon {
    display: inline-grid;
    place-items: center;
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.mytho-shop-dropdown__icon svg {
    width: 100%;
    height: 100%;
}

.mytho-shop-dropdown__label {
    min-width: 0;
}

.mytho-shop-dropdown__chevron {
    width: 0.55rem;
    height: 0.55rem;
    margin-left: auto;
    flex: 0 0 auto;
    border-right: 1.6px solid currentColor;
    border-bottom: 1.6px solid currentColor;
    transform: rotate(45deg) translateY(-0.08rem);
    transition: transform 0.2s ease;
}

.mytho-shop-dropdown__toggle[aria-expanded="true"] .mytho-shop-dropdown__chevron {
    transform: rotate(-135deg) translateY(-0.04rem);
}

.mytho-shop-search {
    display: grid;
    width: 100%;
}

.mytho-shop-search__field-wrap {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}

.mytho-shop-search__icon {
    position: absolute;
    top: 50%;
    left: 0.9rem;
    display: inline-grid;
    place-items: center;
    width: 1.1rem;
    height: 1.1rem;
    color: var(--mytho-color-text-muted);
    transform: translateY(-50%);
}

.mytho-shop-search__icon svg {
    width: 100%;
    height: 100%;
}

.site input[type="search"].mytho-shop-search__input {
    display: block;
    width: 100%;
    min-height: 3.25rem;
    padding-left: 3rem;
    padding-right: 2.5rem;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.95rem;
}

.site input[type="search"].mytho-shop-catalog-sheet__search-input {
    padding-left: 3.15rem !important;
    padding-right: 1rem !important;
}

.mytho-shop-search__input::-webkit-search-decoration,
.mytho-shop-search__input::-webkit-search-results-button,
.mytho-shop-search__input::-webkit-search-results-decoration {
    display: none;
}

.mytho-shop-sort-options {
    display: grid;
    gap: 0.45rem;
}

.mytho-shop-sort-options__item {
    display: block;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(216, 208, 191, 0.92);
    border-radius: 0.9rem;
    background: #fff;
    color: var(--mytho-color-text-primary);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.mytho-shop-sort-options__item.is-active {
    border-color: rgba(28, 109, 45, 0.26);
    background: rgba(28, 109, 45, 0.08);
    color: var(--mytho-color-brand);
}

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

.mytho-shop-sort-modal,
.mytho-ui-sheet-modal {
    position: fixed;
    inset: 0;
    z-index: 95;
}

.mytho-shop-sort-modal__backdrop,
.mytho-ui-sheet-modal__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(16, 20, 18, 0.45);
    cursor: pointer;
}

.mytho-shop-sort-modal__panel {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
}

.mytho-shop-catalog-sheet[hidden] {
    display: none;
}

.mytho-shop-catalog-sheet {
    position: fixed;
    inset: 0;
    z-index: 96;
}

.mytho-shop-catalog-sheet__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(16, 20, 18, 0.45);
    cursor: pointer;
}

.mytho-shop-catalog-sheet__panel {
    position: absolute;
    inset: auto 0 0 0;
    display: grid;
    gap: 0.85rem;
    align-content: start;
    max-height: min(85vh, 48rem);
    padding: 1rem 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-shop-catalog-sheet__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
}

.mytho-shop-catalog-sheet__title {
    margin: 0;
}

.mytho-shop-catalog-sheet__title {
    color: var(--mytho-color-brand);
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.2;
}

.mytho-shop-catalog-sheet__search {
    display: grid;
}

.site .mytho-shop-catalog-sheet__close {
    min-width: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
    border: 1px solid rgba(216, 208, 191, 0.92);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--mytho-color-text-primary);
    font-size: 1.45rem;
    line-height: 1;
    box-shadow: none;
}

.mytho-shop-catalog-sheet__all-link {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.7rem;
    min-height: 4.25rem;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    background: var(--mytho-color-brand);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(28, 109, 45, 0.18);
}

.mytho-shop-catalog-sheet__all-link-icon {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.mytho-shop-catalog-sheet__all-link-icon svg {
    width: 1rem;
    height: 1rem;
}

.mytho-shop-catalog-tree {
    display: grid;
    gap: 0.75rem;
    align-content: start;
    align-items: start;
    grid-auto-rows: min-content;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mytho-shop-catalog-tree--depth-1,
.mytho-shop-catalog-tree--depth-2 {
    gap: 0.55rem;
    margin-top: 0.55rem;
    margin-left: 0.9rem;
    padding-left: 0.55rem;
    border-left: 1px solid rgba(216, 208, 191, 0.7);
}

.mytho-shop-catalog-tree__item {
    display: grid;
    gap: 0.6rem;
}

.mytho-shop-catalog-tree__item.is-filter-hidden,
.mytho-shop-catalog-tree__children.is-filter-hidden {
    display: none !important;
}

.mytho-shop-catalog-tree__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
    align-items: center;
}

.mytho-shop-catalog-tree__link {
    display: grid;
    grid-template-columns: 3.15rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    min-height: 4.15rem;
    padding: 0.6rem;
    border: 1px solid rgba(216, 208, 191, 0.82);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    color: var(--mytho-color-text-primary);
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(31, 26, 23, 0.06);
}

.mytho-shop-catalog-tree__link.is-active {
    border-color: rgba(28, 109, 45, 0.28);
    background: rgba(28, 109, 45, 0.08);
    color: var(--mytho-color-brand);
}

.site .mytho-shop-catalog-tree__toggle {
    display: inline-grid;
    place-items: center;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    padding: 0;
    border: 1px solid rgba(216, 208, 191, 0.92);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.96);
    color: var(--mytho-color-brand);
    box-shadow: none;
}

.mytho-shop-catalog-tree__toggle-icon {
    display: inline-grid;
    place-items: center;
    width: 1rem;
    height: 1rem;
    transition: transform 160ms ease;
}

.mytho-shop-catalog-tree__toggle-icon svg {
    width: 100%;
    height: 100%;
}

.mytho-shop-catalog-tree__item.is-expanded > .mytho-shop-catalog-tree__row .mytho-shop-catalog-tree__toggle-icon {
    transform: rotate(180deg);
}

.mytho-shop-catalog-tree__thumb {
    width: 3.15rem;
    height: 3.15rem;
    overflow: hidden;
    border-radius: 0.9rem;
    background: linear-gradient(180deg, rgba(244, 241, 236, 0.95), rgba(255, 255, 255, 0.96));
}

.mytho-shop-catalog-tree__image,
.mytho-shop-catalog-tree__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mytho-shop-catalog-tree__copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.mytho-shop-catalog-tree__label {
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.25;
}

.mytho-shop-catalog-tree__meta {
    color: var(--mytho-color-text-muted);
    font-size: 0.84rem;
    line-height: 1.35;
}

.mytho-shop-catalog-tree--depth-1 .mytho-shop-catalog-tree__link,
.mytho-shop-catalog-tree--depth-2 .mytho-shop-catalog-tree__link {
    grid-template-columns: 2.45rem minmax(0, 1fr);
    gap: 0.65rem;
    min-height: 3.55rem;
    padding: 0.48rem 0.52rem;
    border-radius: 0.9rem;
    background: rgba(252, 251, 248, 0.92);
    box-shadow: none;
}

.mytho-shop-catalog-tree--depth-1 .mytho-shop-catalog-tree__thumb,
.mytho-shop-catalog-tree--depth-2 .mytho-shop-catalog-tree__thumb {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.72rem;
}

.mytho-shop-catalog-tree--depth-1 .mytho-shop-catalog-tree__label,
.mytho-shop-catalog-tree--depth-2 .mytho-shop-catalog-tree__label {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
}

.mytho-shop-catalog-tree--depth-1 .mytho-shop-catalog-tree__meta,
.mytho-shop-catalog-tree--depth-2 .mytho-shop-catalog-tree__meta {
    font-size: 0.78rem;
    line-height: 1.25;
}

body.mytho-catalog-sheet-open,
body.mytho-shop-overlay-open {
    overflow: hidden;
}

body.mytho-catalog-surface.woocommerce ul.products {
    gap: 1rem;
}

[data-mytho-filter-root="products"] > .mytho-product-card.is-filter-hidden,
[data-mytho-filter-root="products"] .mytho-product-card.is-filter-hidden {
    display: none !important;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .content-bg {
    height: 100%;
    border-radius: 1.35rem;
    border: 1px solid rgba(216, 208, 191, 0.86);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(31, 26, 23, 0.08);
}

body.mytho-catalog-surface.woocommerce ul.products li.product .product-thumbnail-wrap {
    margin-bottom: 0.65rem;
}

body.mytho-catalog-surface.woocommerce ul.products li.product img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 1rem;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.02rem;
    line-height: 1.3;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .price {
    margin-top: 0.25rem;
    font-size: 1rem;
    font-weight: 700;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .button,
body.mytho-catalog-surface.woocommerce ul.products li.product .added_to_cart {
    width: 100%;
    justify-content: center;
}

body.mytho-catalog-surface.woocommerce ul.products li.product,
.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(216, 208, 191, 0.86);
    border-radius: 1.35rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 249, 243, 0.98) 100%);
    box-shadow: 0 16px 34px rgba(31, 26, 23, 0.08);
}

body.mytho-catalog-surface.woocommerce ul.products li.product.content-bg,
.single-product .related.products ul.products li.product.content-bg,
.single-product .upsells.products ul.products li.product.content-bg {
    padding: 0;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .content-bg,
.single-product .related.products ul.products li.product .content-bg,
.single-product .upsells.products ul.products li.product .content-bg {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .woocommerce-loop-image-link,
.single-product .related.products ul.products li.product .woocommerce-loop-image-link,
.single-product .upsells.products ul.products li.product .woocommerce-loop-image-link {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    padding: 0.95rem 0.95rem 0;
    text-decoration: none;
    overflow: hidden;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .woocommerce-loop-image-link::before,
.single-product .related.products ul.products li.product .woocommerce-loop-image-link::before,
.single-product .upsells.products ul.products li.product .woocommerce-loop-image-link::before {
    content: "";
    grid-area: 1 / 1;
    padding-top: 100%;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .woocommerce-loop-image-link img,
.single-product .related.products ul.products li.product .woocommerce-loop-image-link img,
.single-product .upsells.products ul.products li.product .woocommerce-loop-image-link img {
    grid-area: 1 / 1;
    display: block;
    width: 100%;
    height: 100%;
    align-self: stretch;
    background:
        radial-gradient(circle at top, rgba(255, 244, 211, 0.45), rgba(255, 255, 255, 0) 58%),
        linear-gradient(180deg, rgba(252, 249, 243, 0.95), rgba(244, 239, 228, 0.78));
    box-shadow: inset 0 0 0 1px rgba(216, 208, 191, 0.26);
}

body.mytho-catalog-surface.woocommerce ul.products li.product .product-details,
.single-product .related.products ul.products li.product .product-details,
.single-product .upsells.products ul.products li.product .product-details {
    position: static;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.9rem 1rem 1rem;
}

.single-product .related.products ul.products li.product .product-details,
.single-product .upsells.products ul.products li.product .product-details {
    align-items: center;
    text-align: center;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .woocommerce-loop-product__title,
.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .woocommerce-loop-product__title a,
.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 {
    display: -webkit-box;
    overflow: hidden;
    color: var(--mytho-color-text-primary);
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .price,
.single-product .related.products ul.products li.product .price,
.single-product .upsells.products ul.products li.product .price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.45rem 0.55rem;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .price > .woocommerce-Price-amount,
body.mytho-catalog-surface.woocommerce ul.products li.product .price > .amount,
.single-product .related.products ul.products li.product .price > .woocommerce-Price-amount,
.single-product .related.products ul.products li.product .price > .amount,
.single-product .upsells.products ul.products li.product .price > .woocommerce-Price-amount,
.single-product .upsells.products ul.products li.product .price > .amount {
    width: auto;
    font-size: 1.08rem;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .price > .woocommerce-Price-amount:only-child,
body.mytho-catalog-surface.woocommerce ul.products li.product .price > .amount:only-child,
.single-product .related.products ul.products li.product .price > .woocommerce-Price-amount:only-child,
.single-product .related.products ul.products li.product .price > .amount:only-child,
.single-product .upsells.products ul.products li.product .price > .woocommerce-Price-amount:only-child,
.single-product .upsells.products ul.products li.product .price > .amount:only-child {
    width: 100%;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-product-card-meta,
.single-product .related.products ul.products li.product .mytho-product-card-meta,
.single-product .upsells.products ul.products li.product .mytho-product-card-meta {
    display: block;
    width: 100%;
    color: var(--mytho-color-text-secondary);
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-estimated-note,
body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-booking-timing-note,
.single-product .related.products ul.products li.product .mytho-estimated-note,
.single-product .related.products ul.products li.product .mytho-booking-timing-note,
.single-product .upsells.products ul.products li.product .mytho-estimated-note,
.single-product .upsells.products ul.products li.product .mytho-booking-timing-note {
    display: block;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-price-login-required,
.single-product .related.products ul.products li.product .mytho-price-login-required,
.single-product .upsells.products ul.products li.product .mytho-price-login-required {
    display: flex;
    justify-content: center;
    width: 100%;
    color: var(--mytho-color-text-secondary);
    font-size: 0.92rem;
    font-weight: 600;
    text-align: center;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-price-login-required a,
.single-product .related.products ul.products li.product .mytho-price-login-required a,
.single-product .upsells.products ul.products li.product .mytho-price-login-required a {
    display: inline-block;
    color: var(--mytho-color-brand);
    text-decoration: none;
    border-bottom: 1px solid rgba(28, 109, 45, 0.24);
}

body.mytho-catalog-surface.woocommerce ul.products li.product .product-excerpt,
.single-product .related.products ul.products li.product .product-excerpt,
.single-product .upsells.products ul.products li.product .product-excerpt {
    margin: 0;
    color: var(--mytho-color-text-secondary);
    font-size: 0.92rem;
    line-height: 1.55;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .product-excerpt p,
.single-product .related.products ul.products li.product .product-excerpt p,
.single-product .upsells.products ul.products li.product .product-excerpt p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .product-action-wrap,
body.mytho-catalog-surface.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap,
.single-product .related.products ul.products li.product .product-action-wrap,
.single-product .upsells.products ul.products li.product .product-action-wrap {
    position: static !important;
    opacity: 1 !important;
    inset: auto !important;
    margin-top: auto;
    padding-top: 0.15rem;
}

body.mytho-catalog-surface.woocommerce ul.products.woo-archive-action-on-hover li.product .entry-content-wrap {
    transform: none !important;
}

.single-product .related.products ul.products.woo-archive-action-on-hover li.product .entry-content-wrap,
.single-product .upsells.products ul.products.woo-archive-action-on-hover li.product .entry-content-wrap,
.single-product .related.products ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap,
.single-product .related.products ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap,
.single-product .upsells.products ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap,
.single-product .upsells.products ul.products.woo-archive-action-on-hover li.product:focus-within .entry-content-wrap {
    transform: none !important;
}

.single-product .related.products ul.products.woo-archive-action-on-hover li.product .product-action-wrap,
.single-product .upsells.products ul.products.woo-archive-action-on-hover li.product .product-action-wrap,
.single-product .related.products ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap,
.single-product .related.products ul.products.woo-archive-action-on-hover li.product:focus-within .product-action-wrap,
.single-product .upsells.products ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap,
.single-product .upsells.products ul.products.woo-archive-action-on-hover li.product:focus-within .product-action-wrap {
    bottom: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .button,
body.mytho-catalog-surface.woocommerce ul.products li.product .added_to_cart,
body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-login-gate-button,
.single-product .related.products ul.products li.product .button,
.single-product .related.products ul.products li.product .added_to_cart,
.single-product .related.products ul.products li.product .mytho-login-gate-button,
.single-product .upsells.products ul.products li.product .button,
.single-product .upsells.products ul.products li.product .added_to_cart,
.single-product .upsells.products ul.products li.product .mytho-login-gate-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.95rem;
    padding: 0.8rem 1rem;
    border-radius: 0.95rem;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .button:not(.added_to_cart),
body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-login-gate-button,
.single-product .related.products ul.products li.product .button:not(.added_to_cart),
.single-product .related.products ul.products li.product .mytho-login-gate-button,
.single-product .upsells.products ul.products li.product .button:not(.added_to_cart),
.single-product .upsells.products ul.products li.product .mytho-login-gate-button {
    border: 1px solid var(--mytho-color-brand);
    background: linear-gradient(135deg, var(--mytho-color-brand) 0%, #2f8a3f 100%);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(28, 109, 45, 0.16);
}

body.mytho-catalog-surface.woocommerce ul.products li.product .button.added,
.single-product .related.products ul.products li.product .button.added,
.single-product .upsells.products ul.products li.product .button.added {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 2.95rem;
    padding: 0.8rem 1rem;
    border: 1px solid var(--mytho-color-brand);
    border-radius: 0.95rem;
    background: linear-gradient(135deg, var(--mytho-color-brand) 0%, #2f8a3f 100%);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 12px 24px rgba(28, 109, 45, 0.16);
}

body.mytho-catalog-surface.woocommerce ul.products li.product .button.added .kadence-svg-iconset,
.single-product .related.products ul.products li.product .button.added .kadence-svg-iconset,
.single-product .upsells.products ul.products li.product .button.added .kadence-svg-iconset {
    display: none !important;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .button.added::after,
.single-product .related.products ul.products li.product .button.added::after,
.single-product .upsells.products ul.products li.product .button.added::after {
    display: inline-flex !important;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .button:not(.added_to_cart):hover,
body.mytho-catalog-surface.woocommerce ul.products li.product .button:not(.added_to_cart):focus-visible,
body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-login-gate-button:hover,
body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-login-gate-button:focus-visible,
.single-product .related.products ul.products li.product .button:not(.added_to_cart):hover,
.single-product .related.products ul.products li.product .button:not(.added_to_cart):focus-visible,
.single-product .related.products ul.products li.product .mytho-login-gate-button:hover,
.single-product .related.products ul.products li.product .mytho-login-gate-button:focus-visible,
.single-product .upsells.products ul.products li.product .button:not(.added_to_cart):hover,
.single-product .upsells.products ul.products li.product .button:not(.added_to_cart):focus-visible,
.single-product .upsells.products ul.products li.product .mytho-login-gate-button:hover,
.single-product .upsells.products ul.products li.product .mytho-login-gate-button:focus-visible {
    border-color: var(--global-palette2);
    background: linear-gradient(135deg, var(--global-palette2) 0%, #236f33 100%);
    color: #ffffff;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .added_to_cart,
.single-product .related.products ul.products li.product .added_to_cart,
.single-product .upsells.products ul.products li.product .added_to_cart {
    display: none !important;
}

body:not(.logged-in) .single-product .related.products ul.products li.product .product-action-wrap,
body:not(.logged-in) .single-product .upsells.products ul.products li.product .product-action-wrap {
    display: none;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-stock-badge,
.single-product .related.products ul.products li.product .mytho-stock-badge,
.single-product .upsells.products ul.products li.product .mytho-stock-badge {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: 0.22rem 0.68rem;
    border-radius: 999px;
    background: rgba(28, 109, 45, 0.08);
    color: var(--mytho-color-brand);
    font-size: 0.875rem;
    font-weight: 700;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-stock-badge::before,
.single-product .related.products ul.products li.product .mytho-stock-badge::before,
.single-product .upsells.products ul.products li.product .mytho-stock-badge::before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    margin-right: 0.42rem;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.9;
}

body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-stock-badge--s-p-ht,
.single-product .related.products ul.products li.product .mytho-stock-badge--s-p-ht,
.single-product .upsells.products ul.products li.product .mytho-stock-badge--s-p-ht {
    background: rgba(198, 162, 74, 0.18);
    color: var(--mytho-color-accent);
}

body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-stock-badge--ht-hng,
.single-product .related.products ul.products li.product .mytho-stock-badge--ht-hng,
.single-product .upsells.products ul.products li.product .mytho-stock-badge--ht-hng {
    background: rgba(178, 58, 43, 0.12);
    color: var(--mytho-color-danger);
}

body.mytho-catalog-surface.woocommerce ul.products li.product .price > .mytho-product-type-badge,
body.mytho-catalog-surface.woocommerce ul.products li.product .price > .mytho-shared-promo-badge,
body.mytho-catalog-surface.woocommerce ul.products li.product .price > .mytho-home-promo-section__count,
.single-product .related.products ul.products li.product .price > .mytho-product-type-badge,
.single-product .related.products ul.products li.product .price > .mytho-shared-promo-badge,
.single-product .related.products ul.products li.product .price > .mytho-home-promo-section__count,
.single-product .upsells.products ul.products li.product .price > .mytho-product-type-badge,
.single-product .upsells.products ul.products li.product .price > .mytho-shared-promo-badge,
.single-product .upsells.products ul.products li.product .price > .mytho-home-promo-section__count {
    box-shadow: 0 10px 20px rgba(31, 26, 23, 0.08);
}

.mytho-product-card-badges {
    grid-area: 1 / 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    align-self: start;
    justify-self: stretch;
    margin: 0.35rem;
    z-index: 3;
    pointer-events: none;
}

.mytho-product-card-badges__left,
.mytho-product-card-badges__right {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    min-width: 0;
}

.mytho-product-card-badges__right {
    margin-left: auto;
    align-items: flex-end;
}

.mytho-product-card-badges[hidden],
.mytho-product-card-badges__left[hidden],
.mytho-product-card-badges__right[hidden] {
    display: none !important;
}

.mytho-product-card-badges .mytho-product-type-badge,
.mytho-product-card-badges .mytho-shared-promo-badge,
.mytho-product-card-badges .mytho-home-promo-section__count,
.mytho-product-card-badges .mytho-stock-badge {
    position: static;
    max-width: 100%;
    font-size: 0.875rem;
}

.mytho-product-card-badges .mytho-shared-promo-badge,
body.mytho-catalog-surface.woocommerce ul.products li.product .price > .mytho-shared-promo-badge,
.single-product .related.products ul.products li.product .price > .mytho-shared-promo-badge,
.single-product .upsells.products ul.products li.product .price > .mytho-shared-promo-badge {
    background: #c53b2c;
    border-color: #c53b2c;
    color: #ffffff;
}

@media (min-width: 48rem) {
    .mytho-shop-shell {
        gap: 0;
        --mytho-shop-row-padding-block: var(--mytho-space-3);
        --mytho-shop-row-padding-inline: var(--mytho-space-3);
        --mytho-shop-row-separator-space: var(--mytho-space-3);
    }

    .mytho-shop-category-rail__scroller {
        gap: 0.8rem;
    }

    .mytho-shop-catalog-sheet__panel {
        inset: 1rem 1rem 1rem auto;
        width: min(34rem, calc(100vw - 2rem));
        max-height: none;
        border-radius: 1.5rem;
    }
}

@media (max-width: 47.99rem) {
    .mytho-shop-row--categories {
        padding-top: 0.35rem;
        padding-bottom: 0.55rem;
    }

    body.mytho-catalog-surface.mytho-catalog-row-sticky .mytho-shop-row--categories {
        position: fixed;
        top: var(--mytho-sticky-categories-offset, 0px);
        right: 0;
        left: 0;
        z-index: 65;
        background: linear-gradient(180deg, rgba(251, 248, 241, 0.975), rgba(255, 255, 255, 0.955));
        backdrop-filter: saturate(1.05) blur(12px);
        box-shadow: 0 12px 28px rgba(31, 26, 23, 0.08);
        transform: translateY(0);
        opacity: 1;
        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;
        animation: mytho-catalog-row-stick-in 160ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    body.mytho-catalog-surface.mytho-catalog-row-sticky .mytho-shop-row--categories::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 1px;
        background: rgba(216, 208, 191, 0.7);
    }

    @keyframes mytho-catalog-row-stick-in {
        from {
            transform: translateY(-0.4rem);
            opacity: 0.01;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    body.mytho-catalog-surface .content-container {
        gap: 0.8rem;
    }

    .mytho-shop-shell {
        width: 100vw;
        gap: 0;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        --mytho-shop-row-padding-block: var(--mytho-space-2);
        --mytho-shop-row-padding-inline: var(--mytho-space-2);
        --mytho-shop-row-separator-space: var(--mytho-space-1);
    }

    .mytho-shop-category-rail__layout {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0.45rem;
        align-items: stretch;
    }

    .mytho-shop-category-card--lead {
        width: 4.95rem;
    }

    .site .mytho-shop-category-card--selector {
        width: 6.1rem;
        min-height: 5rem;
        padding-inline: 0.45rem;
    }

    .mytho-shop-category-rail__viewport {
        width: 100%;
    }

    .mytho-shop-category-rail__scroller {
        gap: 0.55rem;
        padding: 0 0 0.25rem 0;
    }

    .mytho-shop-category-card {
        gap: 0.35rem;
        width: 4.95rem;
        padding: 0.4rem;
        border-radius: 1rem;
        box-shadow: none;
    }

    .mytho-shop-category-card__thumb {
        border-radius: 0.8rem;
    }

    .mytho-shop-category-card__label {
        font-size: 0.76rem;
        line-height: 1.2;
        -webkit-line-clamp: 2;
    }

    .site input[type="search"].mytho-shop-search__input {
        min-height: 2.9rem;
        padding-left: 2.7rem;
        padding-right: 2.35rem;
        border-radius: 0.9rem;
        font-size: 0.9rem;
    }

    .site input[type="search"].mytho-shop-catalog-sheet__search-input {
        padding-left: 2.85rem !important;
        padding-right: 0.95rem !important;
    }

    .mytho-shop-action-bar {
        gap: 0.4rem;
    }

    .site .mytho-shop-dropdown__toggle {
        min-height: 2.8rem;
        padding: 0;
        border-radius: 0.9rem;
        font-size: 0.78rem;
    }

    .mytho-shop-dropdown--sort .mytho-shop-dropdown__toggle {
        width: 2.8rem;
        min-width: 2.8rem;
        padding: 0;
    }

    .mytho-shop-catalog-sheet__panel {
        inset: 4.25rem 0.6rem calc(5.9rem + env(safe-area-inset-bottom, 0px)) 0.6rem;
        max-height: none;
        padding: 0.9rem 0.9rem calc(1rem + env(safe-area-inset-bottom, 0px));
        border-radius: 1.25rem;
    }

    .mytho-shop-catalog-sheet__title {
        font-size: 1rem;
    }

    .site .mytho-shop-catalog-sheet__close {
        min-width: 2.6rem;
        min-height: 2.6rem;
    }

    .mytho-shop-catalog-sheet__all-link {
        min-height: 4rem;
        padding: 0.7rem 0.9rem;
    }

    .mytho-shop-catalog-tree__link {
        min-height: 3.95rem;
        padding: 0.55rem;
    }

    .mytho-shop-catalog-tree__toggle {
        width: 2.85rem;
        min-width: 2.85rem;
        height: 2.85rem;
    }

    .mytho-shop-catalog-tree--depth-1,
    .mytho-shop-catalog-tree--depth-2 {
        margin-left: 0.7rem;
        padding-left: 0.45rem;
    }

    .mytho-shop-catalog-tree--depth-1 .mytho-shop-catalog-tree__link,
    .mytho-shop-catalog-tree--depth-2 .mytho-shop-catalog-tree__link {
        grid-template-columns: 2.2rem minmax(0, 1fr);
        min-height: 3.3rem;
        padding: 0.45rem 0.48rem;
    }

    .mytho-shop-catalog-tree--depth-1 .mytho-shop-catalog-tree__thumb,
    .mytho-shop-catalog-tree--depth-2 .mytho-shop-catalog-tree__thumb {
        width: 2.2rem;
        height: 2.2rem;
    }

    .mytho-shop-catalog-tree--depth-1 .mytho-shop-catalog-tree__label,
    .mytho-shop-catalog-tree--depth-2 .mytho-shop-catalog-tree__label {
        font-size: 0.86rem;
    }

    .mytho-shop-catalog-tree--depth-1 .mytho-shop-catalog-tree__meta,
    .mytho-shop-catalog-tree--depth-2 .mytho-shop-catalog-tree__meta {
        font-size: 0.75rem;
    }

    .mytho-shop-sort-options__item {
        padding: 0.62rem 0.72rem;
        border-radius: 0.82rem;
        font-size: 0.86rem;
    }

    .mytho-shop-sort-modal__panel {
        width: min(18rem, calc(100vw - 1.25rem));
    }

    body.mytho-catalog-surface.woocommerce ul.products {
        grid-template-columns: minmax(0, 1fr);
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .content-bg {
        padding: 0.8rem;
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .woocommerce-loop-image-link,
    .single-product .related.products ul.products li.product .woocommerce-loop-image-link,
    .single-product .upsells.products ul.products li.product .woocommerce-loop-image-link {
        padding: 0.72rem 0.72rem 0;
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .product-details,
    .single-product .related.products ul.products li.product .product-details,
    .single-product .upsells.products ul.products li.product .product-details {
        padding: 0.78rem 0.82rem 0.88rem;
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .woocommerce-loop-product__title,
    .single-product .related.products ul.products li.product .woocommerce-loop-product__title,
    .single-product .upsells.products ul.products li.product .woocommerce-loop-product__title {
        font-size: 0.95rem;
        text-align: center;
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .woocommerce-loop-product__title a,
    .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 {
        align-items: center;
        text-align: center;
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .price,
    .single-product .related.products ul.products li.product .price,
    .single-product .upsells.products ul.products li.product .price {
        font-size: 0.92rem;
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .price > .woocommerce-Price-amount,
    body.mytho-catalog-surface.woocommerce ul.products li.product .price > .amount,
    .single-product .related.products ul.products li.product .price > .woocommerce-Price-amount,
    .single-product .related.products ul.products li.product .price > .amount,
    .single-product .upsells.products ul.products li.product .price > .woocommerce-Price-amount,
    .single-product .upsells.products ul.products li.product .price > .amount {
        font-size: 1rem;
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .product-excerpt,
    .single-product .related.products ul.products li.product .product-excerpt,
    .single-product .upsells.products ul.products li.product .product-excerpt {
        font-size: 0.88rem;
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-stock-badge,
    body.mytho-catalog-surface.woocommerce ul.products li.product .price > .mytho-product-type-badge,
    body.mytho-catalog-surface.woocommerce ul.products li.product .price > .mytho-shared-promo-badge,
    body.mytho-catalog-surface.woocommerce ul.products li.product .price > .mytho-home-promo-section__count,
    .single-product .related.products ul.products li.product .mytho-stock-badge,
    .single-product .related.products ul.products li.product .price > .mytho-product-type-badge,
    .single-product .related.products ul.products li.product .price > .mytho-shared-promo-badge,
    .single-product .related.products ul.products li.product .price > .mytho-home-promo-section__count,
    .single-product .upsells.products ul.products li.product .mytho-stock-badge,
    .single-product .upsells.products ul.products li.product .price > .mytho-product-type-badge,
    .single-product .upsells.products ul.products li.product .price > .mytho-shared-promo-badge,
    .single-product .upsells.products ul.products li.product .price > .mytho-home-promo-section__count {
        top: 1.05rem;
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .mytho-stock-badge,
    .single-product .related.products ul.products li.product .mytho-stock-badge,
    .single-product .upsells.products ul.products li.product .mytho-stock-badge {
        right: 1.05rem;
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .price > .mytho-product-type-badge,
    body.mytho-catalog-surface.woocommerce ul.products li.product .price > .mytho-shared-promo-badge,
    body.mytho-catalog-surface.woocommerce ul.products li.product .price > .mytho-home-promo-section__count,
    .single-product .related.products ul.products li.product .price > .mytho-product-type-badge,
    .single-product .related.products ul.products li.product .price > .mytho-shared-promo-badge,
    .single-product .related.products ul.products li.product .price > .mytho-home-promo-section__count,
    .single-product .upsells.products ul.products li.product .price > .mytho-product-type-badge,
    .single-product .upsells.products ul.products li.product .price > .mytho-shared-promo-badge,
    .single-product .upsells.products ul.products li.product .price > .mytho-home-promo-section__count {
        left: 1.05rem;
    }

    body.mytho-catalog-surface.woocommerce ul.products li.product .price > .mytho-shared-promo-badge + .mytho-product-type-badge,
    .single-product .related.products ul.products li.product .price > .mytho-shared-promo-badge + .mytho-product-type-badge,
    .single-product .upsells.products ul.products li.product .price > .mytho-shared-promo-badge + .mytho-product-type-badge {
        top: 3.3rem;
    }
}

@media (hover: hover) and (pointer: fine) {
    .mytho-shop-category-card:hover,
    .mytho-shop-category-card:focus-visible {
        border-color: rgba(28, 109, 45, 0.28);
        background: rgba(28, 109, 45, 0.06);
        color: var(--mytho-color-brand);
        text-decoration: none;
    }

    .site .mytho-shop-dropdown__toggle:hover,
    .site .mytho-shop-dropdown__toggle:focus-visible,
    .site .mytho-shop-category-card--selector:hover,
    .site .mytho-shop-category-card--selector:focus-visible {
        border-color: rgba(28, 109, 45, 0.28);
        background: rgba(28, 109, 45, 0.08);
        color: var(--mytho-color-brand);
    }

    .mytho-shop-sort-options__item:hover,
    .mytho-shop-sort-options__item:focus-visible {
        border-color: rgba(28, 109, 45, 0.28);
        background: rgba(28, 109, 45, 0.08);
        color: var(--mytho-color-brand);
    }

    .mytho-shop-catalog-tree__link:hover,
    .mytho-shop-catalog-tree__link:focus-visible {
        border-color: rgba(28, 109, 45, 0.26);
        background: rgba(28, 109, 45, 0.06);
        color: var(--mytho-color-brand);
        text-decoration: none;
    }

    .mytho-shop-catalog-sheet__all-link:hover,
    .mytho-shop-catalog-sheet__all-link:focus-visible {
        background: rgba(28, 109, 45, 0.14);
        color: var(--mytho-color-brand);
    }
}

@media (max-width: 23.99rem) {
    .mytho-shop-shell {
        --mytho-shop-row-padding-block: var(--mytho-space-1);
        --mytho-shop-row-padding-inline: var(--mytho-space-1);
        --mytho-shop-row-separator-space: 0.4rem;
    }

    .mytho-shop-category-card {
        width: 4.45rem;
        padding: 0.35rem;
    }

    .site .mytho-shop-category-card--selector {
        width: 5rem;
        min-height: 4.6rem;
        padding-inline: 0.4rem;
    }

    .site .mytho-shop-category-card--selector {
        padding-bottom: 2.2rem;
    }

    .mytho-shop-category-card__label {
        font-size: 0.72rem;
    }
}
