:root {
    --bg: #f5f4dc;
    --surface: #ffffff;
    --surface-strong: #f5f4dc;
    --ink: #16281d;
    --muted: #69746a;
    --line: #d8e4d6;
    --blue: #319552;
    --blue-dark: #24723d;
    --blue-soft: #bfdec6;
    --yellow: #e3dd52;
    --red: #ed6939;
    --green: #319552;
    --cream: #f5f4dc;
    --shadow: 0 16px 34px rgba(49, 149, 82, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
    line-height: 1.45;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="search"]::-webkit-search-cancel-button {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='8' fill='%23d8e4d6'/%3E%3Cpath d='M6 6l6 6M12 6l-6 6' stroke='%2369746a' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
    cursor: pointer;
    opacity: 0.9;
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button:hover {
    opacity: 1;
}

.shell {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 22px rgba(49, 149, 82, 0.08);
}

.topbar {
    background: var(--blue-dark);
    color: #ffffff;
    font-size: 0.88rem;
}

.topbar__inner,
.topbar__tools,
.masthead,
.header-actions,
.main-nav__inner,
.hero__actions,
.section-head {
    display: flex;
    align-items: center;
}

.topbar__inner {
    justify-content: space-between;
    gap: 14px;
    min-height: 36px;
}

.topbar a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0.92;
}

.topbar__link--whatsapp {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 750;
    letter-spacing: 0;
}

.topbar__link--whatsapp i {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.98rem;
}

.topbar-cart-badge {
    display: inline-grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    margin-left: 1px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: var(--yellow);
    color: var(--blue-dark);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
}

.topbar__tools {
    gap: 16px;
    margin-left: auto;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
}

.language-switch__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1;
}

.language-switch__item img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
}

.language-switch__item.is-active {
    background: #ffffff;
    color: var(--blue-dark);
}

.language-switch a:hover,
.language-switch a:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.language-switch__item.is-active:hover,
.language-switch__item.is-active:focus-visible {
    background: #ffffff;
    color: var(--blue-dark);
}

.masthead {
    min-height: 82px;
    gap: 28px;
    justify-content: space-between;
}

.brand img {
    width: 238px;
    height: auto;
}

.header-actions {
    gap: 10px;
    flex: 0 0 auto;
}

.header-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(49, 149, 82, 0.28);
    border-radius: 8px;
    background: var(--surface);
    color: var(--blue-dark);
    box-shadow: 0 10px 22px rgba(49, 149, 82, 0.1);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.header-action:hover,
.header-action:focus-visible {
    border-color: var(--blue);
    background: var(--cream);
    transform: translateY(-1px);
}

.header-action > i {
    font-size: 1.65rem;
}

.header-action > span:not(.topbar-cart-badge) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header-action .topbar-cart-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    margin-left: 0;
    border-color: #ffffff;
}

.search {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    flex: 1;
    max-width: 620px;
    min-width: 280px;
    border: 2px solid var(--blue);
    background: var(--surface);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(49, 149, 82, 0.1);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.search input {
    width: 100%;
    min-height: 50px;
    border: 0;
    padding: 0 18px;
    color: var(--ink);
    outline: none;
}

.search button {
    min-width: 118px;
    border: 0;
    background: var(--yellow);
    color: var(--blue-dark);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 800;
}

.search:focus-within {
    border-color: var(--blue-dark);
    box-shadow: 0 14px 30px rgba(49, 149, 82, 0.18);
}

.mobile-category-shortcut {
    display: none;
    max-height: 96px;
    overflow: hidden;
}

.mobile-category-shortcut.is-hidden {
    display: none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
}

.search.is-entering,
.mobile-category-shortcut.is-entering {
    animation: mobileHeaderReveal 160ms ease-out both;
}

.search.is-exiting,
.mobile-category-shortcut.is-exiting {
    animation: mobileHeaderDismiss 130ms ease-in both;
    pointer-events: none;
}

@keyframes mobileHeaderReveal {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

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

@keyframes mobileHeaderDismiss {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-4px);
    }
}

.mobile-category-shortcut label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--blue-dark);
    font-size: 0.82rem;
    font-weight: 900;
}

.mobile-category-shortcut label i {
    color: var(--blue);
    font-size: 1.05rem;
}

.mobile-category-shortcut__control {
    position: relative;
}

.mobile-category-shortcut select {
    width: 100%;
    min-height: 46px;
    appearance: none;
    border: 1px solid rgba(49, 149, 82, 0.28);
    background: #ffffff;
    color: var(--ink);
    border-radius: 8px;
    padding: 0 42px 0 14px;
    font: inherit;
    font-weight: 800;
    outline: 0;
    box-shadow: 0 8px 18px rgba(49, 149, 82, 0.08);
}

.mobile-category-shortcut select:focus-visible {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(49, 149, 82, 0.15);
}

.mobile-category-shortcut__control > i {
    position: absolute;
    top: 50%;
    right: 14px;
    color: var(--blue);
    font-size: 1rem;
    pointer-events: none;
    transform: translateY(-50%);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--blue);
    background: var(--surface);
    color: var(--blue);
    padding: 0;
    cursor: pointer;
    border-radius: 8px;
    place-items: center;
    font-size: 1.55rem;
}

.menu-toggle.is-open {
    background: var(--blue);
    color: #ffffff;
}

.main-nav {
    display: grid;
    grid-template-rows: 1fr;
    border-top: 1px solid var(--line);
    background: #ffffff;
}

.main-nav__inner {
    gap: 8px;
    min-height: 54px;
    overflow: hidden;
}

.main-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid transparent;
    color: #223629;
    font-size: 0.94rem;
    font-weight: 700;
    border-radius: 999px;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.main-nav a i {
    font-size: 1.05rem;
}

.main-nav a.is-active {
    background: var(--blue);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(49, 149, 82, 0.18);
}

.main-nav a.is-active i {
    color: var(--yellow);
}

@media (min-width: 1041px) {
    .main-nav {
        max-height: 56px;
        overflow: hidden;
        transition:
            max-height 280ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 220ms ease,
            transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
            border-color 220ms ease;
    }

    .main-nav.is-scroll-hidden {
        max-height: 0;
        border-top-color: transparent;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
    }
}

.main-nav a:hover,
.main-nav a:focus-visible {
    background: var(--blue-soft);
    border-color: rgba(49, 149, 82, 0.22);
    color: var(--blue);
    transform: translateY(-1px);
}

.main-nav a.is-active:hover,
.main-nav a.is-active:focus-visible {
    background: var(--blue-dark);
    color: #ffffff;
}

.hero {
    padding: 38px 0 34px;
    background:
        linear-gradient(90deg, rgba(36, 114, 61, 0.96), rgba(49, 149, 82, 0.78) 42%, rgba(49, 149, 82, 0.28) 72%, rgba(237, 105, 57, 0.08)),
        url("../img/hero/home-interior-kitchen-hero.jpg") center / cover;
    border-bottom: 1px solid var(--line);
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 30px;
    align-items: stretch;
}

.hero__copy {
    max-width: 720px;
    padding: 26px 0;
    color: #ffffff;
}

.hero .eyebrow {
    color: #ffffff;
}

.hero .eyebrow i {
    color: var(--yellow);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 10px;
    color: var(--blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 18px;
    font-size: clamp(2.05rem, 4.7vw, 4rem);
    line-height: 1;
    letter-spacing: 0;
}

h2 {
    margin-bottom: 0;
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.hero__text {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.08rem;
}

.hero__actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid transparent;
    font-weight: 700;
    font: inherit;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    will-change: transform;
}

.button i {
    font-size: 1.05em;
}

.button--large {
    min-height: 56px;
    gap: 10px;
    padding: 0 24px;
    font-size: 1rem;
    font-weight: 900;
}

.button--primary {
    background: var(--yellow);
    color: var(--blue-dark);
}

.button--accent {
    background: var(--red);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(237, 105, 57, 0.18);
}

.button--accent:hover,
.button--accent:focus-visible {
    background: #d95a2e;
}

.button.is-disabled,
.button.is-disabled:hover,
.button.is-disabled:focus-visible {
    pointer-events: auto;
    cursor: not-allowed;
    opacity: 0.55;
    transform: none;
}

.button--outline {
    background: #ffffff;
    border-color: rgba(49, 149, 82, 0.34);
    color: var(--blue-dark);
    box-shadow: 0 12px 24px rgba(49, 149, 82, 0.1);
}

.button--outline:hover,
.button--outline:focus-visible {
    border-color: var(--blue);
    background: var(--blue-soft);
    color: var(--blue-dark);
}

.button--ghost {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.38);
    color: #ffffff;
}

.finder {
    align-self: center;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 22px;
}

.finder__badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    padding: 7px 10px;
    background: var(--red);
    color: #ffffff;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
}

.finder__head {
    display: grid;
    gap: 4px;
    margin-bottom: 18px;
}

.finder__head span {
    color: var(--muted);
    font-size: 0.88rem;
}

.finder__head strong {
    font-size: 1.35rem;
}

.finder__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.finder__options a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--line);
    background: var(--blue-soft);
    color: var(--blue-dark);
    border-radius: 8px;
    font-weight: 700;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
    will-change: transform;
}

.finder__options a:hover,
.finder__options a:focus-visible {
    background: var(--blue);
    border-color: var(--blue);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(49, 149, 82, 0.18);
}

.finder__notice {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding: 14px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.24) 0 58px, rgba(255, 255, 255, 0) 60px),
        linear-gradient(135deg, #f27a43 0%, var(--red) 52%, #d8552f 100%);
    border: 1px solid rgba(237, 105, 57, 0.46);
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(237, 105, 57, 0.22);
}

.finder__notice::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.16) 0 22%, rgba(255, 255, 255, 0) 22% 100%),
        linear-gradient(90deg, rgba(245, 244, 220, 0.2), rgba(245, 244, 220, 0));
    pointer-events: none;
}

.finder__notice-icon {
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.92);
    color: var(--red);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(116, 46, 21, 0.16);
}

.finder__notice-icon i {
    font-size: 1.35rem;
}

.finder__notice-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2px;
}

.finder__notice-copy span {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 800;
}

.finder__notice-copy strong {
    color: #ffffff;
    font-size: 1.16rem;
    line-height: 1.1;
}

.finder__notice-tag {
    position: relative;
    z-index: 1;
    align-self: center;
    padding: 6px 9px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--red);
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.section-head {
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.section-head a {
    color: var(--blue);
    font-weight: 700;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.brand-strip,
.catalog,
.products,
.service-band {
    padding: 38px 0;
}

.catalog {
    background: #ffffff;
}

.brand-carousel {
    position: relative;
    width: 100%;
    overflow: visible;
}

.brand-carousel::before,
.brand-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: max(24px, calc((100vw - 1160px) / 2));
    pointer-events: none;
}

.brand-carousel::before {
    left: 0;
    background: linear-gradient(90deg, var(--bg), rgba(245, 244, 220, 0));
}

.brand-carousel::after {
    right: 0;
    background: linear-gradient(270deg, var(--bg), rgba(245, 244, 220, 0));
}

.brand-carousel__viewport {
    margin: -4px 0 -14px;
    padding: 14px 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.brand-carousel__viewport::-webkit-scrollbar {
    display: none;
}

.brand-carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 18vw);
    gap: 14px;
    width: max-content;
    min-width: 100%;
    padding: 0 max(16px, calc((100vw - 1160px) / 2));
    scroll-snap-type: x mandatory;
}

.brand-carousel__button {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--blue);
    border-radius: 999px;
    box-shadow: var(--shadow);
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 1.3rem;
    will-change: transform;
}

.brand-carousel__button[hidden],
.product-carousel__button[hidden] {
    display: none !important;
}

.brand-carousel__button--prev {
    left: max(12px, calc((100vw - 1160px) / 2 - 22px));
}

.brand-carousel__button--next {
    right: max(12px, calc((100vw - 1160px) / 2 - 22px));
}

.brand-tile {
    min-height: 112px;
    display: grid;
    place-items: center;
    background: var(--brand-bg, var(--surface));
    border: 1px solid var(--line);
    border-radius: 8px;
    scroll-snap-align: start;
    transition: transform 180ms ease, box-shadow 180ms ease;
    will-change: transform;
}

.brand-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(49, 149, 82, 0.14);
}

.brand-tile img {
    width: auto;
    height: auto;
    max-width: 88%;
    max-height: 90px;
    object-fit: contain;
    will-change: transform;
}

@media (min-width: 1100px) {
    .brand-carousel__track {
        grid-auto-columns: minmax(178px, 14vw);
        gap: 12px;
    }

    .brand-tile {
        min-height: 100px;
    }

    .brand-tile img {
        max-width: 86%;
        max-height: 82px;
    }
}

@media (min-width: 1500px) {
    .brand-carousel__track {
        grid-auto-columns: 190px;
    }
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.category-card {
    display: flex;
    min-height: 156px;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(49, 149, 82, 0.08);
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
    will-change: transform;
}

.category-card:hover {
    border-color: var(--blue);
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(49, 149, 82, 0.16);
}

.category-card__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    background: var(--blue-soft);
    color: var(--blue);
    border-radius: 8px;
    font-size: 1.65rem;
    will-change: transform;
}

.category-card__label {
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.18;
}

.category-card small {
    color: var(--muted);
    font-size: 0.92rem;
}

.section-count {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.products {
    background: linear-gradient(180deg, #ffffff 0%, var(--cream) 100%);
}

.product-toolbar {
    display: flex;
    gap: 10px;
    margin-top: -4px;
    margin-bottom: 14px;
    overflow-x: auto;
    padding: 8px 0 6px;
    scrollbar-width: none;
}

.product-toolbar::-webkit-scrollbar {
    display: none;
}

.product-filter {
    flex: 0 0 auto;
    min-height: 40px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0 16px;
    background: #ffffff;
    color: var(--ink);
    cursor: pointer;
    font-weight: 800;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.product-filter:hover,
.product-filter:focus-visible {
    border-color: var(--blue);
    color: var(--blue);
    transform: translateY(-1px);
}

.product-filter.is-active {
    background: var(--blue);
    border-color: var(--blue);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(49, 149, 82, 0.16);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    overflow: visible;
    padding-top: 10px;
}

.product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(49, 149, 82, 0.08);
    transition: border-color 180ms ease, box-shadow 180ms ease;
    will-change: transform;
}

.product-card.is-hidden {
    display: none;
}

.product-card:hover {
    position: relative;
    z-index: 1;
    border-color: rgba(49, 149, 82, 0.28);
    box-shadow: 0 12px 24px rgba(49, 149, 82, 0.11);
}

.product-card__image {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 214px;
    padding: 20px 18px 16px;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
}

.product-card__image span {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    background: var(--red);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
    border-radius: 999px;
}

.product-card__image img {
    width: 100%;
    height: 174px;
    object-fit: contain;
    will-change: transform;
}

.product-card__body {
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    gap: 10px;
    padding: 16px;
}

.product-card__category {
    margin: 0;
    color: var(--blue-dark);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-card h3 {
    min-height: 58px;
    margin: 0;
    color: var(--ink);
    font-size: 0.98rem;
    line-height: 1.28;
}

.price {
    display: grid;
    justify-items: start;
    gap: 2px;
}

.price del {
    color: var(--muted);
    font-size: 0.88rem;
}

.price strong {
    color: var(--red);
    font-size: 1.55rem;
    line-height: 1;
}

.product-card__meta {
    display: grid;
    align-content: start;
    gap: 6px;
    color: var(--muted);
    font-size: 0.84rem;
}

.product-card__meta span {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.product-card__meta i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--blue);
    font-size: 1rem;
}

.product-card__actions {
    align-self: end;
}

.product-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--blue-dark);
    background: var(--blue-dark);
    color: #ffffff;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.9rem;
    will-change: transform;
}

.product-card__cta i {
    font-size: 1rem;
    transition: transform 160ms ease;
}

.product-card__cta:hover,
.product-card__cta:focus-visible {
    background: var(--blue);
    border-color: var(--blue);
}

.product-card__cta:hover i,
.product-card__cta:focus-visible i {
    transform: translateX(2px);
}

.product-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.cart-hero {
    padding: 34px 0 28px;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
}

.cart-hero .shell {
    display: grid;
    gap: 12px;
}

.cart-hero h1 {
    max-width: 760px;
    color: var(--ink);
    font-size: clamp(2.15rem, 4vw, 3.35rem);
    line-height: 1.04;
}

.cart-hero p:not(.eyebrow) {
    max-width: 820px;
    margin: 0;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.72;
    font-weight: 700;
}

.cart-layout-section {
    padding: 42px 0 58px;
    background: #ffffff;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
    min-height: calc(100dvh - var(--catalog-sidebar-top, 150px) - 64px);
}

.cart-main,
.cart-summary__box,
.cart-empty {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(49, 149, 82, 0.08);
}

.cart-main {
    min-width: 0;
    padding: 22px;
}

.cart-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    padding: 14px 16px;
    background: var(--cream);
    border: 1px solid rgba(237, 231, 76, 0.6);
    border-radius: 8px;
    color: var(--ink);
    font-weight: 800;
}

.cart-alert i {
    flex: 0 0 auto;
    color: var(--blue);
    font-size: 1.2rem;
}

.cart-items-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.cart-items-head h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.cart-items {
    display: grid;
    gap: 14px;
}

.cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr) 42px;
    gap: 18px;
    align-items: start;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.cart-item.is-pending-remove {
    border-color: rgba(237, 105, 57, 0.4);
    background: linear-gradient(135deg, #ffffff, rgba(245, 244, 220, 0.72));
}

.cart-item.is-stock-limited {
    border-color: rgba(49, 149, 82, 0.38);
}

.cart-item__image {
    display: grid;
    place-items: center;
    align-self: start;
    width: 100%;
    aspect-ratio: 1;
    min-height: 126px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid rgba(49, 149, 82, 0.16);
    border-radius: 8px;
}

.cart-item__image img {
    width: 100%;
    height: 100%;
    max-height: 108px;
    object-fit: contain;
}

.cart-item__content {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.cart-item__title p {
    margin: 0 0 5px;
    color: var(--blue-dark);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cart-item__title h3 {
    margin: 0;
    color: var(--ink);
    font-size: 1.04rem;
    line-height: 1.28;
}

.cart-item__title h3 a {
    color: inherit;
}

.cart-item__title span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.cart-item__controls {
    display: grid;
    grid-template-columns: minmax(170px, 220px) repeat(2, minmax(110px, 1fr));
    gap: 14px;
    align-items: end;
}

.cart-item__controls label,
.cart-item__price {
    display: grid;
    gap: 7px;
}

.cart-item__controls label > span:first-child,
.cart-item__price span {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 900;
}

.cart-quantity-control {
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    min-height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.cart-quantity-control button,
.cart-quantity-control input {
    min-width: 0;
    border: 0;
    background: #ffffff;
    color: var(--ink);
    font: inherit;
    font-weight: 900;
    text-align: center;
}

.cart-quantity-control button {
    cursor: pointer;
    color: var(--blue);
}

.cart-quantity-control input {
    border-inline: 1px solid var(--line);
}

.cart-item__price strong {
    color: var(--red);
    font-size: 1.28rem;
    line-height: 1;
}

.cart-item__remove {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(237, 105, 57, 0.22);
    background: #ffffff;
    color: var(--red);
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.1rem;
}

.cart-remove-confirm,
.cart-stock-limit {
    display: grid;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
}

.cart-remove-confirm {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    background: var(--cream);
    border: 1px solid rgba(237, 105, 57, 0.26);
}

.cart-stock-limit {
    grid-template-columns: auto minmax(0, 1fr);
    max-width: 100%;
    background: rgba(191, 222, 199, 0.28);
    border: 1px solid rgba(49, 149, 82, 0.24);
}

.cart-remove-confirm[hidden] {
    display: none;
}

.cart-stock-limit[hidden] {
    display: none;
}

.cart-remove-confirm > i,
.cart-stock-limit > i {
    font-size: 1.2rem;
}

.cart-remove-confirm > i {
    color: var(--red);
}

.cart-stock-limit > i {
    color: var(--blue);
}

.cart-remove-confirm strong,
.cart-remove-confirm span,
.cart-stock-limit strong,
.cart-stock-limit span {
    display: block;
}

.cart-remove-confirm strong,
.cart-stock-limit strong {
    color: var(--ink);
    font-size: 0.95rem;
}

.cart-remove-confirm span,
.cart-stock-limit span {
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.cart-remove-confirm .button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.86rem;
}

.cart-summary {
    position: sticky;
    top: calc(var(--catalog-sidebar-top, 150px) + 18px);
}

.cart-summary__box {
    display: grid;
    gap: 16px;
    padding: 20px;
}

.cart-summary dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.cart-summary dl div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: var(--muted);
    font-weight: 800;
}

.cart-summary dd {
    margin: 0;
    color: var(--ink);
    font-weight: 900;
}

.cart-summary__total {
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.cart-summary__total dt,
.cart-summary__total dd {
    color: var(--ink);
    font-size: 1.2rem;
    font-weight: 900;
}

.cart-summary__note {
    margin: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    background: var(--cream);
    border-radius: 8px;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.45;
}

.cart-summary__note i {
    margin-top: 2px;
    color: var(--blue);
    font-size: 1.2rem;
}

.cart-summary__note p {
    margin: 0;
}

.cart-summary__note.is-free-shipping {
    background: rgba(191, 222, 199, 0.34);
    color: var(--green-dark);
    border: 1px solid rgba(49, 149, 82, 0.22);
}

.cart-summary__note.is-free-shipping i {
    color: var(--green);
}

.cart-empty {
    display: grid;
    justify-items: start;
    gap: 12px;
    padding: 32px;
}

.checkout-main {
    padding: 44px 0 64px;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 24px;
    align-items: start;
}

.checkout-form,
.checkout-section,
.checkout-summary .cart-summary__box {
    min-width: 0;
}

.checkout-form {
    display: grid;
    gap: 16px;
}

.checkout-account-prompt {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(246, 94, 51, 0.34);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(246, 94, 51, 0.98) 0%, rgba(236, 125, 38, 0.92) 100%),
        var(--red);
    box-shadow: 0 18px 38px rgba(246, 94, 51, 0.18);
}

.checkout-account-prompt__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 1.45rem;
}

.checkout-account-prompt h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.05rem;
}

.checkout-account-prompt p {
    margin: 3px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.45;
}

.checkout-account-prompt small {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.84rem;
    font-weight: 720;
    line-height: 1.45;
}

.checkout-account-prompt__action {
    min-height: 48px;
    padding-inline: 18px;
    border-color: rgba(255, 255, 255, 0.86);
    background: #ffffff;
    color: var(--green);
    box-shadow: 0 12px 26px rgba(18, 45, 30, 0.16);
}

.checkout-account-prompt__action:hover,
.checkout-account-prompt__action:focus-visible {
    border-color: #ffffff;
    background: var(--cream);
    color: var(--green);
}

.checkout-section {
    display: grid;
    gap: 18px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}

.checkout-section__head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.checkout-section__head > span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: var(--green);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
}

.checkout-section h2 {
    margin: 0;
    color: var(--ink);
    font-size: 1.25rem;
}

.checkout-section p {
    margin: 3px 0 0;
    color: var(--muted);
    font-weight: 750;
}

.checkout-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.checkout-option {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
    align-items: center;
    min-height: 108px;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
}

.checkout-option input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.checkout-option > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(191, 222, 199, 0.74);
    color: var(--green);
    font-size: 1.25rem;
}

.checkout-option strong {
    color: var(--ink);
    font-size: 0.98rem;
}

.checkout-option small {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 760;
    line-height: 1.35;
}

.checkout-option:has(input:checked) {
    border-color: var(--green);
    box-shadow: inset 0 0 0 1px var(--green);
}

.checkout-option:has(input:disabled) {
    cursor: not-allowed;
    opacity: 0.48;
}

.checkout-option.is-disabled {
    cursor: not-allowed;
    opacity: 0.48;
}

.checkout-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.checkout-fields[hidden],
.checkout-invoice[hidden] {
    display: none !important;
}

.checkout-fields label[hidden] {
    display: none !important;
}

.checkout-fields label,
.checkout-switch,
.checkout-consents label {
    min-width: 0;
}

.checkout-fields label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-weight: 900;
}

.checkout-field--wide {
    grid-column: 1 / -1;
}

.checkout-invoice__tools {
    display: flex;
    justify-content: flex-start;
}

.checkout-invoice__tools .button {
    min-height: 44px;
}

.checkout-fields input,
.checkout-fields select,
.checkout-fields textarea {
    width: 100%;
    min-height: 48px;
    padding: 0 13px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--ink);
    font: inherit;
    font-weight: 800;
}

.checkout-fields input:focus,
.checkout-fields select:focus {
    outline: 2px solid rgba(49, 149, 82, 0.2);
    border-color: var(--green);
}

.checkout-switch,
.checkout-consents {
    display: grid;
    gap: 12px;
}

.checkout-switch label,
.checkout-consents label {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--cream);
    color: var(--ink);
    font-weight: 900;
}

.checkout-switch input,
.checkout-consents input {
    width: 22px;
    height: 22px;
    accent-color: var(--green);
}

.checkout-consents a {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.checkout-summary {
    position: sticky;
    top: calc(var(--catalog-sidebar-top, 150px) + 18px);
}

.checkout-summary__items {
    display: grid;
    gap: 10px;
    max-height: 315px;
    overflow: auto;
    padding-right: 3px;
}

.checkout-summary__items article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 9px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
}

.checkout-summary__items img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.checkout-summary__items strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ink);
    font-size: 0.82rem;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.checkout-summary__items span {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.checkout-summary__items b {
    color: var(--red);
    font-size: 0.88rem;
}

.checkout-summary__totals {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(49, 149, 82, 0.16);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(191, 222, 199, 0.16) 100%);
}

.checkout-summary__totals div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    min-height: 34px;
    padding: 0;
    color: var(--muted);
    font-size: 0.94rem;
}

.checkout-summary__totals dt {
    margin: 0;
}

.checkout-summary__totals dd {
    color: var(--ink);
    font-size: 0.98rem;
}

.checkout-summary__totals .cart-summary__total {
    align-items: center;
    margin: 8px -4px -4px;
    padding: 14px;
    border: 0;
    border-radius: 8px;
    background: var(--cream);
}

.checkout-summary__totals .cart-summary__total dt {
    color: var(--ink);
    font-size: 1.05rem;
}

.checkout-summary__totals .cart-summary__total dd {
    color: var(--red);
    font-size: 1.2rem;
}

.checkout-summary .cart-summary__note {
    align-items: center;
    border: 1px solid rgba(49, 149, 82, 0.18);
}

.order-summary-content {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.order-review-card {
    box-shadow: 0 12px 30px rgba(49, 149, 82, 0.08);
}

.order-review-items {
    display: grid;
    gap: 12px;
}

.order-review-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) minmax(142px, auto);
    gap: 14px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
}

.order-review-item__image {
    display: grid;
    place-items: center;
    width: 96px;
    aspect-ratio: 1;
    padding: 8px;
    border: 1px solid rgba(49, 149, 82, 0.16);
    border-radius: 8px;
    background: #ffffff;
}

.order-review-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order-review-item__body {
    min-width: 0;
}

.order-review-item__body p {
    margin: 0 0 5px;
    color: var(--blue-dark);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.order-review-item__body h3 {
    margin: 0;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.28;
}

.order-review-item__body h3 a {
    color: inherit;
}

.order-review-item__body span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 850;
}

.order-review-item__meta {
    display: grid;
    justify-items: end;
    gap: 5px;
    text-align: right;
}

.order-review-item__meta span {
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 850;
}

.order-review-item__meta strong {
    color: var(--red);
    font-size: 1.16rem;
    line-height: 1;
}

.order-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.order-method-grid article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(191, 222, 199, 0.14) 100%);
}

.order-method-grid i,
.order-data-box h3 i {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(191, 222, 199, 0.74);
    color: var(--green);
    font-size: 1.25rem;
}

.order-method-grid span {
    display: block;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.order-method-grid strong {
    display: block;
    margin-top: 3px;
    color: var(--ink);
    font-size: 1rem;
}

.order-data-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.order-data-box {
    display: grid;
    align-content: start;
    gap: 12px;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
}

.order-data-box:first-child,
.order-data-box:nth-child(2),
.order-data-box:nth-child(3) {
    grid-column: 1 / -1;
}

.order-data-box.is-muted {
    background: var(--cream);
}

.order-data-box h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--ink);
    font-size: 1rem;
}

.order-data-box dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.order-data-box dl div {
    display: grid;
    gap: 3px;
}

.order-data-box dt {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.order-data-box dd {
    margin: 0;
    color: var(--ink);
    font-weight: 850;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.order-data-box p {
    margin: 0;
    color: var(--muted);
    font-weight: 850;
    line-height: 1.45;
}

.order-summary-side form {
    display: grid;
}

.payment-hero {
    background:
        linear-gradient(135deg, rgba(245, 244, 220, 0.96), rgba(191, 222, 198, 0.26)),
        #ffffff;
}

.payment-main {
    padding: 42px 0 64px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(245, 244, 220, 0.82) 100%);
}

.payment-layout {
    display: grid;
    justify-items: center;
}

.payment-result {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    width: min(100%, 860px);
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(49, 149, 82, 0.1);
}

.payment-result__icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: var(--mint);
    color: var(--green);
    font-size: 2rem;
}

.payment-result--waiting .payment-result__icon {
    background: var(--cream);
    color: var(--red);
}

.payment-result--error .payment-result__icon {
    background: rgba(246, 94, 51, 0.12);
    color: var(--red);
}

.payment-result__content {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.payment-result__content .eyebrow {
    margin: 0;
    color: var(--blue);
}

.payment-result__content h2 {
    margin: -8px 0 0;
    color: var(--ink);
    font-size: clamp(1.8rem, 3.8vw, 2.7rem);
    line-height: 1.05;
}

.payment-result__content > p:not(.eyebrow),
.payment-result__content .cart-summary__note span {
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.62;
}

.payment-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(49, 149, 82, 0.16);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(191, 222, 199, 0.14) 100%);
}

.payment-details div {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
}

.payment-details dt {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.payment-details dd {
    margin: 0;
    color: var(--ink);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.36;
    overflow-wrap: anywhere;
}

.payment-paypal {
    display: grid;
    justify-items: start;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(49, 149, 82, 0.16);
    border-radius: 8px;
    background: var(--cream);
}

.payment-paypal__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 280px);
    min-height: 118px;
    padding: 18px;
    border: 1px solid rgba(18, 45, 30, 0.18);
    border-radius: 8px;
    background: #ffffff;
    color: #003087;
    font-size: clamp(2.4rem, 8vw, 4.2rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.payment-paypal__brand span + span {
    color: #009cde;
}

.payment-paypal form {
    display: grid;
    gap: 10px;
}

.payment-paypal .button {
    width: min(100%, 280px);
}

.payment-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.account-hero {
    background:
        linear-gradient(135deg, rgba(245, 244, 220, 0.96), rgba(191, 222, 198, 0.24)),
        #ffffff;
}

.account-main {
    padding: 42px 0 64px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(245, 244, 220, 0.82) 100%);
}

.account-layout,
.orders-layout {
    display: grid;
    gap: 18px;
    align-items: start;
    min-width: 0;
}

.orders-layout {
    grid-template-columns: 320px minmax(0, 1fr);
}

.account-layout--with-summary {
    grid-template-columns: minmax(0, 1fr);
}

.account-feedback {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px 16px;
    border: 1px solid rgba(49, 149, 82, 0.22);
    border-radius: 8px;
    background: var(--mint);
    color: var(--ink);
    font-weight: 850;
}

.account-feedback.is-error {
    border-color: rgba(246, 94, 51, 0.28);
    background: rgba(246, 94, 51, 0.1);
}

.account-feedback i {
    color: var(--green);
    font-size: 1.35rem;
}

.account-feedback.is-error i {
    color: var(--red);
}

.account-feedback p {
    margin: 0;
    line-height: 1.5;
}

.account-auth-grid {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 18px;
    width: 100%;
    min-width: 0;
}

.account-card,
.account-summary,
.order-history-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(49, 149, 82, 0.08);
}

.account-card {
    display: grid;
    gap: 18px;
    align-content: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 22px;
}

.account-card.is-highlighted {
    border-color: rgba(49, 149, 82, 0.34);
    background: linear-gradient(180deg, #ffffff 0%, rgba(191, 222, 199, 0.16) 100%);
}

.account-register {
    align-content: start;
}

.account-login {
    gap: 16px;
}

.account-login .account-form {
    gap: 12px;
}

.account-login .button {
    min-height: 58px;
}

.account-card__head,
.account-form-section__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.account-card__head > i,
.account-form-section__head > i,
.account-summary__identity > i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: rgba(191, 222, 199, 0.74);
    color: var(--green);
    font-size: 1.45rem;
}

.account-card__head h2,
.account-form-section__head h3 {
    margin: 0;
    color: var(--ink);
    line-height: 1.16;
}

.account-card__head h2 {
    font-size: 1.35rem;
}

.account-form-section__head h3 {
    font-size: 1.1rem;
}

.account-card__head p,
.account-form-section__head p {
    margin: 4px 0 0;
    color: var(--muted);
    font-weight: 800;
    line-height: 1.48;
    overflow-wrap: anywhere;
}

.account-form {
    display: grid;
    gap: 14px;
    width: 100%;
    min-width: 0;
}

.account-recover {
    border-top: 1px solid var(--line);
    padding-top: 12px;
}

.account-recover summary {
    width: fit-content;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    color: var(--green);
    font-size: 0.94rem;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
    outline: 0;
}

.account-recover summary::-webkit-details-marker {
    display: none;
}

.account-recover summary:hover,
.account-recover summary:focus-visible {
    color: var(--blue-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.account-recover__form {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid rgba(49, 149, 82, 0.16);
    border-radius: 8px;
    background: var(--cream);
}

.account-register-form .checkout-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.account-profile-form {
    gap: 18px;
}

.account-profile {
    gap: 20px;
}

.account-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 7px;
    border: 1px solid rgba(49, 149, 82, 0.18);
    border-radius: 10px;
    background: rgba(191, 222, 199, 0.24);
}

.account-tab {
    min-width: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: var(--muted);
    font: inherit;
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.2;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.account-tab i {
    flex: 0 0 auto;
    font-size: 1.2rem;
}

.account-tab span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.account-tab:hover {
    border-color: rgba(49, 149, 82, 0.22);
    background: rgba(255, 255, 255, 0.68);
    color: var(--ink);
}

.account-tab.is-active {
    border-color: var(--green);
    background: var(--green);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(49, 149, 82, 0.2);
}

.account-tab:focus-visible {
    outline: 3px solid rgba(49, 149, 82, 0.22);
    outline-offset: 2px;
}

.account-tab-panel[hidden] {
    display: none !important;
}

.account-form-section.account-tab-panel {
    min-height: 330px;
    padding: 22px;
    border-color: rgba(49, 149, 82, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, rgba(191, 222, 199, 0.08) 100%);
    box-shadow: 0 14px 30px rgba(49, 149, 82, 0.06);
}

.account-tab-panel__head {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(49, 149, 82, 0.16);
}

.account-form label {
    display: grid;
    gap: 7px;
    min-width: 0;
    color: var(--ink);
    font-weight: 900;
}

.account-page .account-form input:not([type="checkbox"]),
.account-page .account-form select,
.account-page .account-form textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    inline-size: 100%;
    max-inline-size: 100%;
    box-sizing: border-box !important;
    min-height: 48px;
    padding: 0 13px;
    border: 1px solid var(--line);
    border-radius: 8px;
    appearance: none;
    background-color: #ffffff;
    color: var(--ink);
    font: inherit;
    font-weight: 800;
}

.account-page .account-form select {
    padding-right: 42px;
}

.account-page .account-form input:not([type="checkbox"]):focus,
.account-page .account-form select:focus,
.account-page .account-form textarea:focus {
    outline: 2px solid rgba(49, 149, 82, 0.2);
    border-color: var(--green);
}

.account-check {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 10px !important;
    color: var(--muted);
    font-weight: 850 !important;
}

.account-check input {
    flex: 0 0 auto;
    width: 22px !important;
    inline-size: 22px;
    height: 22px;
    accent-color: var(--green);
}

.account-check span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.account-check a,
.contact-form__privacy a {
    color: var(--green);
    font-weight: 950;
}

.account-check a:hover,
.account-check a:focus-visible,
.contact-form__privacy a:hover,
.contact-form__privacy a:focus-visible {
    color: var(--blue-dark);
}

.password-strength {
    display: grid;
    gap: 10px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 13px;
    border: 1px solid rgba(49, 149, 82, 0.16);
    border-radius: 8px;
    background: rgba(249, 249, 224, 0.58);
}

.password-strength__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    color: var(--muted);
    font-weight: 900;
}

.password-strength__head span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.password-strength__head strong {
    flex: 0 0 auto;
    color: var(--ink);
}

.password-strength__bar {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(18, 47, 31, 0.12);
}

.password-strength__bar span {
    display: block;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: var(--red);
    transition: width 180ms ease, background 180ms ease;
}

.password-strength[data-strength="1"] .password-strength__bar span,
.password-strength[data-strength="2"] .password-strength__bar span {
    background: var(--orange);
}

.password-strength[data-strength="3"] .password-strength__bar span {
    background: #d3a51b;
}

.password-strength[data-strength="4"] .password-strength__bar span,
.password-strength[data-strength="5"] .password-strength__bar span {
    background: var(--green);
}

.password-strength__checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 850;
}

.password-strength__checks li {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.password-strength__checks i {
    color: rgba(18, 47, 31, 0.32);
    font-size: 0.92rem;
}

.password-strength__checks li.is-met {
    color: var(--green);
}

.password-strength__checks li.is-met i {
    color: var(--green);
}

.account-form-section {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(49, 149, 82, 0.16);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(191, 222, 199, 0.12) 100%);
}

.account-accordion {
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.account-accordion[open] {
    border-color: rgba(49, 149, 82, 0.28);
    box-shadow: 0 12px 24px rgba(49, 149, 82, 0.07);
}

.account-accordion__summary {
    cursor: pointer;
    list-style: none;
    outline: 0;
}

.account-accordion__summary::-webkit-details-marker {
    display: none;
}

.account-accordion__summary:focus-visible {
    border-radius: 8px;
    box-shadow: 0 0 0 4px rgba(49, 149, 82, 0.14);
}

.account-form-section__head.account-accordion__summary {
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.account-accordion__chevron {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(191, 222, 199, 0.42);
    color: var(--green);
    font-size: 1rem;
    transition: transform 160ms ease, background 160ms ease;
}

.account-accordion[open] .account-accordion__chevron {
    transform: rotate(180deg);
    background: rgba(49, 149, 82, 0.12);
}

.account-form-actions {
    display: flex;
    justify-content: flex-end;
}

.account-profile-form--sticky-save .account-form-actions {
    position: sticky;
    bottom: 12px;
    z-index: 12;
    margin: 2px -6px -6px;
    padding: 12px;
    border: 1px solid rgba(49, 149, 82, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 34px rgba(18, 47, 31, 0.16);
    backdrop-filter: blur(10px);
}

.account-form-actions .button {
    min-width: min(100%, 260px);
}

.account-turnstile {
    display: grid;
    gap: 10px;
    justify-items: stretch;
    width: 100%;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--cream);
}

.account-turnstile > span,
.contact-form__turnstile > span {
    color: var(--ink);
    font-weight: 900;
}

.account-summary {
    position: sticky;
    top: var(--catalog-sidebar-top, 150px);
    display: grid;
    gap: 12px;
    padding: 18px;
}

.account-summary--profile {
    position: static;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
}

.account-summary--profile .account-summary__identity {
    padding: 0;
    border-bottom: 0;
}

.account-summary__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.account-summary__actions form {
    margin: 0;
}

.account-summary__actions .button {
    min-width: 150px;
}

.account-summary__identity {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}

.account-summary__identity strong,
.account-summary__identity span {
    display: block;
    overflow-wrap: anywhere;
}

.account-summary__identity strong {
    color: var(--ink);
    font-size: 1rem;
}

.account-summary__identity span {
    margin-top: 3px;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 800;
}

.orders-list {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.order-history-card {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.order-history-card__head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
}

.order-history-card__head h2 {
    margin: 2px 0 0;
    color: var(--ink);
    font-size: 1.55rem;
}

.order-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 8px;
    background: var(--cream);
    color: var(--ink);
    font-size: 0.84rem;
    font-weight: 900;
    white-space: nowrap;
}

.order-status.is-success {
    background: var(--mint);
    color: var(--green);
}

.order-status.is-progress {
    background: rgba(49, 149, 82, 0.12);
    color: var(--green);
}

.order-status.is-warning {
    background: rgba(237, 231, 76, 0.35);
    color: var(--blue-dark);
}

.order-status.is-muted {
    background: rgba(101, 115, 105, 0.1);
    color: var(--muted);
}

.order-history-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.order-history-meta div {
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
}

.order-history-meta dt {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.order-history-meta dd {
    margin: 4px 0 0;
    color: var(--ink);
    font-weight: 900;
}

.order-history-items {
    display: grid;
    gap: 10px;
}

.order-history-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
}

.order-history-item__image {
    display: grid;
    place-items: center;
    width: 72px;
    aspect-ratio: 1;
    padding: 7px;
    border: 1px solid rgba(49, 149, 82, 0.16);
    border-radius: 8px;
    background: #ffffff;
}

.order-history-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order-history-item h3 {
    margin: 0;
    color: var(--ink);
    font-size: 0.96rem;
    line-height: 1.3;
}

.order-history-item h3 a {
    color: inherit;
}

.order-history-item span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 850;
}

.order-history-item strong {
    color: var(--red);
    font-size: 1rem;
    white-space: nowrap;
}

.orders-empty {
    justify-items: start;
}

.cart-empty > i {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    background: var(--mint);
    color: var(--blue);
    border-radius: 8px;
    font-size: 1.8rem;
}

.cart-empty h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.cart-empty p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    font-weight: 800;
    line-height: 1.55;
}

.catalog-page {
    background: #ffffff;
}

.catalog-page .site-header {
    background: rgba(255, 255, 255, 0.99);
}

.catalog-hero {
    padding: 42px 0 34px;
    background:
        linear-gradient(135deg, rgba(245, 244, 220, 0.98), rgba(191, 222, 198, 0.34)),
        #ffffff;
    border-bottom: 1px solid var(--line);
}

.catalog-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 28px;
    align-items: end;
}

.catalog-hero h1 {
    max-width: 780px;
    margin-bottom: 14px;
    color: var(--ink);
    font-size: clamp(2.1rem, 4.2vw, 3.7rem);
    line-height: 1.02;
}

.catalog-hero__text {
    max-width: 690px;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.08rem;
}

.catalog-hero__panel {
    display: grid;
    gap: 10px;
    padding: 18px;
    background: var(--blue-dark);
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 16px 30px rgba(36, 114, 61, 0.18);
}

.catalog-hero__panel span,
.catalog-hero__panel a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.catalog-hero__panel span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.86rem;
    font-weight: 800;
    text-transform: uppercase;
}

.catalog-hero__panel strong {
    font-size: 1.1rem;
    line-height: 1.25;
}

.catalog-hero__panel a {
    width: fit-content;
    min-height: 40px;
    padding: 0 13px;
    background: var(--yellow);
    color: var(--blue-dark);
    border-radius: 8px;
    font-weight: 900;
}

.catalog-browser {
    position: relative;
    padding: 34px 0 44px;
    background: linear-gradient(180deg, #ffffff 0%, var(--cream) 100%);
}

.catalog-browser__inner {
    display: grid;
    grid-template-columns: 278px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.catalog-sidebar {
    position: sticky;
    top: var(--catalog-sidebar-top, 150px);
    display: grid;
    gap: 16px;
    max-height: calc(100dvh - var(--catalog-sidebar-top, 150px) - 22px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: rgba(49, 149, 82, 0.42) transparent;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    padding: 18px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(49, 149, 82, 0.09);
}

.catalog-sidebar::-webkit-scrollbar {
    width: 8px;
}

.catalog-sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.catalog-sidebar::-webkit-scrollbar-thumb {
    background: rgba(49, 149, 82, 0.32);
    border: 2px solid #ffffff;
    border-radius: 999px;
}

.catalog-sidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(49, 149, 82, 0.5);
}

.catalog-sidebar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.catalog-sidebar__head strong {
    color: var(--ink);
    font-size: 1.05rem;
}

.catalog-tree {
    display: grid;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.catalog-tree__head,
.catalog-filter-title {
    display: grid;
    gap: 2px;
}

.catalog-tree__head span,
.catalog-filter-title span {
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
}

.catalog-tree__head small,
.catalog-filter-title small {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.catalog-tree-search {
    position: sticky;
    top: 0;
    z-index: 3;
    margin: 0 0 12px;
    padding: 0 0 12px;
    background: #ffffff;
    border-bottom: 1px solid rgba(210, 226, 211, 0.76);
}

.catalog-tree-search::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 18px;
    background: #ffffff;
}

.catalog-tree-search__field {
    position: relative;
    display: block;
}

.catalog-tree-search__field i {
    position: absolute;
    top: 50%;
    left: 11px;
    color: var(--blue);
    font-size: 1.08rem;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-50%);
}

.catalog-tree-search__field input {
    width: 100%;
    min-height: 40px;
    border: 1px solid var(--line);
    background: var(--cream);
    color: var(--ink);
    border-radius: 8px;
    padding: 0 12px 0 36px;
    outline: 0;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 800;
}

.catalog-tree-search__field input:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(49, 149, 82, 0.13);
}

.catalog-tree-promo {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 10px;
    padding: 0 12px;
    background: #fff7ee;
    color: var(--orange);
    border: 1px solid rgba(241, 99, 54, 0.24);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
}

.catalog-tree-promo:hover,
.catalog-tree-promo:focus-visible,
.catalog-tree-promo.is-active {
    background: #e8542c;
    color: #ffffff;
    border-color: #e8542c;
    outline: 0;
}

.catalog-tree-promo:hover span,
.catalog-tree-promo:focus-visible span,
.catalog-tree-promo.is-active span,
.catalog-tree-promo:hover i,
.catalog-tree-promo:focus-visible i,
.catalog-tree-promo.is-active i {
    color: #ffffff;
}

.catalog-tree-promo span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.catalog-tree-promo i {
    font-size: 1rem;
    line-height: 1;
}

.catalog-tree__empty {
    padding: 11px 12px;
    background: var(--cream);
    color: var(--muted);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 800;
}

.catalog-tree__groups {
    display: grid;
    gap: 6px;
}

.catalog-tree-group {
    border: 1px solid var(--line);
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.catalog-tree-group.is-hidden {
    display: none;
}

.catalog-tree-group__toggle {
    width: 100%;
    min-height: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    border: 0;
    background: #ffffff;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 900;
    text-align: left;
}

.catalog-tree-group__toggle > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.catalog-tree-group__toggle small {
    min-width: 24px;
    min-height: 24px;
    display: inline-grid;
    place-items: center;
    background: var(--cream);
    color: var(--blue-dark);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 900;
}

.catalog-tree-group__toggle > i {
    color: var(--blue);
    font-size: 1rem;
    transition: transform 180ms ease;
}

.catalog-tree-group.is-open .catalog-tree-group__toggle {
    color: var(--blue-dark);
}

.catalog-tree-group__toggle.is-active {
    background: var(--blue);
    color: #ffffff;
    border-radius: 8px;
}

.catalog-tree-group__toggle.is-active i {
    color: #ffffff;
}

.catalog-tree-group.is-open .catalog-tree-group__toggle > i {
    transform: rotate(180deg);
}

.catalog-tree-group__body {
    display: grid;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 220ms ease, opacity 160ms ease, padding 180ms ease;
}

.catalog-tree-group.is-open .catalog-tree-group__body {
    max-height: none;
    padding: 0 8px 8px;
    opacity: 1;
    overflow: visible;
}

.catalog-tree-group__body a {
    display: grid;
    gap: 1px;
    padding: 8px 9px;
    border-radius: 7px;
    color: var(--ink);
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.2;
}

.catalog-tree-group__body a:hover,
.catalog-tree-group__body a:focus-visible,
.catalog-tree-group__body a.is-active {
    background: var(--cream);
    color: var(--blue-dark);
}

.catalog-tree-group__body a.is-active {
    box-shadow: inset 3px 0 0 var(--orange);
}

.catalog-tree-group__body a.is-hidden {
    display: none;
}

.catalog-tree-group__body a small {
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 700;
}

.catalog-tree-group__body .catalog-tree__more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--blue);
    font-size: 0.82rem;
}

.catalog-tree__empty {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 800;
}

.catalog-filter-close {
    display: none;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--line);
    background: var(--cream);
    color: var(--blue-dark);
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.1rem;
}

.catalog-filter-form {
    display: grid;
    gap: 14px;
}

.catalog-filter-group {
    display: grid;
    margin: 0;
    padding: 0 0 16px;
    border: 0;
    border-bottom: 1px solid var(--line);
}

.catalog-filter-group legend {
    width: 100%;
    padding: 0;
}

.catalog-filter-group__toggle {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}

.catalog-filter-group__toggle i {
    color: var(--blue);
    font-size: 1rem;
    transition: transform 180ms ease;
}

.catalog-filter-group.is-open .catalog-filter-group__toggle i {
    transform: rotate(180deg);
}

.catalog-filter-group__body {
    display: grid;
    gap: 9px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 220ms ease, opacity 160ms ease, padding 180ms ease;
}

.catalog-filter-group.is-open .catalog-filter-group__body {
    max-height: 260px;
    padding-top: 6px;
    opacity: 1;
}

.catalog-filter-group label {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--muted);
    cursor: pointer;
    font-size: 0.92rem;
    font-weight: 700;
}

.catalog-filter-group input {
    width: 18px;
    height: 18px;
    accent-color: var(--blue);
}

.catalog-clear-button,
.catalog-filter-button,
.catalog-view-button,
.catalog-chip {
    cursor: pointer;
    font: inherit;
}

.catalog-clear-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(49, 149, 82, 0.28);
    background: #ffffff;
    color: var(--blue-dark);
    border-radius: 8px;
    font-weight: 900;
}

.catalog-results {
    min-width: 0;
}

.catalog-results__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.catalog-results__tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog-filter-button {
    display: none;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid var(--blue);
    background: var(--blue);
    color: #ffffff;
    border-radius: 8px;
    font-weight: 900;
}

.catalog-filter-button i {
    flex: 0 0 auto;
    font-size: 1.08rem;
    line-height: 1;
}

.catalog-sort {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 10px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.catalog-sort select {
    border: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-weight: 900;
    outline: 0;
}

.catalog-view {
    display: inline-grid;
    grid-template-columns: repeat(2, 40px);
    gap: 4px;
    padding: 3px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.catalog-view-button {
    width: 40px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--muted);
    border-radius: 6px;
    font-size: 1.1rem;
}

.catalog-view-button.is-active {
    background: var(--blue);
    color: #ffffff;
}

.catalog-chips {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    overflow-x: auto;
    padding: 2px 0 8px;
    scrollbar-width: none;
}

.catalog-chips::-webkit-scrollbar {
    display: none;
}

.catalog-chip {
    flex: 0 0 auto;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 15px;
    border: 1px solid var(--line);
    background: #ffffff;
    color: var(--ink);
    border-radius: 999px;
    font-weight: 900;
}

.catalog-chip.is-active {
    background: var(--blue);
    border-color: var(--blue);
    color: #ffffff;
}

.catalog-active-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--line);
    color: var(--muted);
    border-radius: 8px;
    font-weight: 800;
}

.catalog-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-product-grid .product-card .product-card__image {
    min-height: 202px;
}

.catalog-product-grid .product-card .product-card__image img {
    height: 160px;
}

.catalog-product-grid.is-list {
    grid-template-columns: 1fr;
}

.catalog-product-grid.is-list .product-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 238px;
}

.catalog-product-grid.is-list .product-card__image {
    min-height: 100%;
    border-right: 1px solid var(--line);
    border-bottom: 0;
}

.catalog-product-grid.is-list .product-card__image img {
    height: 172px;
}

.catalog-product-grid.is-list .product-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.34fr);
    grid-template-rows: auto auto 1fr auto;
    gap: 8px 20px;
    align-items: start;
    padding: 22px;
}

.catalog-product-grid.is-list .product-card__category,
.catalog-product-grid.is-list .product-card h3,
.catalog-product-grid.is-list .product-card__meta {
    grid-column: 1;
}

.catalog-product-grid.is-list .price {
    grid-column: 2;
    grid-row: 1 / 3;
    justify-self: end;
    text-align: right;
}

.catalog-product-grid.is-list .product-card__actions {
    grid-column: 2;
    grid-row: 3 / 5;
    width: 100%;
    align-self: end;
}

.catalog-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.catalog-pagination span,
.catalog-pagination a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 8px;
    font-weight: 900;
}

.catalog-pagination > span:first-child,
.catalog-pagination__ellipsis {
    color: var(--muted);
    font-weight: 800;
}

.catalog-pagination a {
    gap: 6px;
    border: 1px solid var(--line);
    background: #ffffff;
    color: var(--blue-dark);
}

.catalog-pagination a.is-active {
    background: var(--blue);
    border-color: var(--blue);
    color: #ffffff;
}

.catalog-pagination__next {
    gap: 6px;
}

.catalog-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 35;
    background: rgba(22, 40, 29, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.catalog-filter-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

body.has-filter-drawer {
    overflow: hidden;
}

.product-detail-page {
    background: #ffffff;
}

.product-detail {
    padding: 22px 0 38px;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
}

.product-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 800;
}

.product-breadcrumb a {
    color: var(--blue-dark);
}

.product-detail__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(400px, 0.9fr);
    gap: 32px;
    align-items: start;
}

.product-gallery,
.product-summary,
.product-info__panel,
.product-specs {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.product-gallery {
    position: sticky;
    top: var(--catalog-sidebar-top, 150px);
    display: grid;
    gap: 14px;
    padding: 14px;
    box-shadow: 0 12px 28px rgba(49, 149, 82, 0.06);
}

.product-gallery__main {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.product-gallery__main img {
    width: 100%;
    max-height: 388px;
    object-fit: contain;
}

.product-gallery__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    background: var(--red);
    color: #ffffff;
    border-radius: 999px;
    font-weight: 900;
}

.product-gallery__thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.product-gallery__thumbs button {
    flex: 0 0 auto;
    width: 76px;
    height: 68px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-gallery__thumbs button:hover {
    transform: translateY(-1px);
    border-color: rgba(49, 149, 82, 0.42);
}

.product-gallery__thumbs button.is-active {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(49, 149, 82, 0.12);
}

.product-gallery__thumbs img {
    width: 100%;
    height: 52px;
    object-fit: contain;
}

.product-summary {
    display: grid;
    gap: 14px;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.product-summary__content {
    display: grid;
    gap: 12px;
    padding-top: 6px;
}

.product-summary__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.product-summary__meta span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    background: var(--cream);
    color: var(--blue-dark);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 900;
}

.product-summary h1 {
    margin-bottom: 0;
    max-width: none;
    font-size: clamp(1.7rem, 2.7vw, 2.6rem);
    line-height: 1.08;
}

.product-summary > p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1rem;
}

.product-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--muted);
    font-weight: 800;
}

.product-highlights span {
    min-height: 38px;
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 11px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.product-highlights i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--blue);
}

.product-buybox {
    display: grid;
    gap: 16px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid rgba(49, 149, 82, 0.28);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(49, 149, 82, 0.11);
}

.product-buybox__status {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.product-buybox__status span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue-dark);
    font-weight: 900;
}

.product-buybox__status i {
    color: var(--blue);
}

.product-buybox__status small {
    color: var(--muted);
    font-weight: 700;
}

.product-price {
    display: grid;
    gap: 3px;
    padding: 8px 0 16px;
    border-bottom: 1px solid rgba(49, 149, 82, 0.16);
}

.product-price del {
    color: var(--muted);
    font-size: 1rem;
}

.product-price strong {
    color: var(--red);
    font-size: clamp(1.95rem, 3.6vw, 2.55rem);
    line-height: 1;
}

.product-price span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.product-buybox__services {
    display: grid;
    gap: 8px;
    padding-bottom: 2px;
}

.product-buybox__services span {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.45;
}

.product-buybox__services i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--blue);
}

.product-cart-form {
    display: grid;
    gap: 16px;
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 2px;
}

.product-quantity > span {
    color: var(--ink);
    font-weight: 900;
}

.product-quantity div {
    display: grid;
    grid-template-columns: 42px 54px 42px;
    border: 1px solid var(--line);
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.product-quantity button,
.product-quantity input {
    height: 42px;
    border: 0;
    background: #ffffff;
    color: var(--ink);
    text-align: center;
    font: inherit;
    font-weight: 900;
}

.product-quantity button {
    cursor: pointer;
    color: var(--blue);
}

.product-quantity button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.product-quantity input {
    border-inline: 1px solid var(--line);
}

.product-stock-limit {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(49, 149, 82, 0.24);
    border-radius: 8px;
    background: rgba(191, 222, 199, 0.28);
}

.product-stock-limit[hidden] {
    display: none;
}

.product-stock-limit > i {
    color: var(--blue);
    font-size: 1.2rem;
}

.product-stock-limit strong,
.product-stock-limit span {
    display: block;
}

.product-stock-limit strong {
    color: var(--ink);
    font-size: 0.95rem;
}

.product-stock-limit span {
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.product-buybox__actions {
    display: grid;
    gap: 9px;
}

.product-notes {
    display: grid;
    gap: 12px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.product-notes h2 {
    margin: 0;
    color: var(--ink);
    font-size: 1.12rem;
}

.product-notes p {
    margin: 0;
    color: var(--muted);
    line-height: 1.58;
    font-weight: 700;
}

.product-notes dl {
    display: grid;
    gap: 8px;
    margin: 2px 0 0;
}

.product-notes dl div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding-top: 8px;
    border-top: 1px solid rgba(49, 149, 82, 0.14);
}

.product-notes dt {
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 800;
}

.product-notes dd {
    margin: 0;
    color: var(--ink);
    font-weight: 900;
    text-align: right;
}

.product-notes__hint {
    padding: 10px 12px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--blue-dark) !important;
    font-size: 0.9rem;
}

.product-info {
    padding: 34px 0;
    background: var(--surface);
}

.product-info__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
    gap: 18px;
    align-items: start;
}

.product-info__panel,
.product-specs {
    padding: 22px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(49, 149, 82, 0.06);
}

.product-info__panel h2 {
    margin-bottom: 12px;
}

.product-info__panel p {
    margin-bottom: 0;
    color: var(--muted);
}

.product-specs {
    display: grid;
    gap: 10px;
}

.product-specs h3 {
    margin: 8px 0 0;
    color: var(--ink);
    font-size: 1rem;
    text-transform: uppercase;
}

.product-specs h3:first-child {
    margin-top: 0;
}

.product-specs span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-weight: 800;
}

.product-specs i {
    color: var(--blue);
}

.product-related {
    padding-top: 36px;
}

.product-related__carousel {
    overflow: visible;
}

.product-related__carousel .product-carousel {
    --related-safe-pad: 2px;
}

.product-related__carousel .product-carousel__viewport {
    margin-inline: 0;
    padding-inline: 0;
    overflow-x: hidden;
}

.product-related__carousel .product-carousel__track {
    width: 100%;
    min-width: 100%;
    padding: 0 var(--related-safe-pad);
    grid-auto-columns: calc((100% - (var(--related-safe-pad) * 2) - 42px) / 4);
}

.product-related__carousel .product-carousel__button--prev {
    left: 8px;
}

.product-related__carousel .product-carousel__button--next {
    right: 8px;
}

.product-carousel {
    position: relative;
    width: 100%;
    overflow: visible;
}

.product-carousel__viewport {
    margin: -8px 0 -18px;
    padding: 18px 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.product-carousel__viewport::-webkit-scrollbar {
    display: none;
}

.product-carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 276px);
    gap: 14px;
    width: max-content;
    min-width: 100%;
    padding: 0 max(16px, calc((100vw - 1160px) / 2));
    scroll-snap-type: x mandatory;
}

@media (min-width: 1500px) {
    .product-carousel__track {
        grid-auto-columns: 272px;
        gap: 16px;
    }
}

.product-carousel .product-card {
    min-width: 0;
    scroll-snap-align: start;
}

.product-carousel__button {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--blue);
    border-radius: 999px;
    box-shadow: var(--shadow);
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 1.3rem;
    will-change: transform;
}

.product-carousel__button--prev {
    left: max(12px, calc((100vw - 1160px) / 2 - 22px));
}

.product-carousel__button--next {
    right: max(12px, calc((100vw - 1160px) / 2 - 22px));
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.service-band {
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(49, 149, 82, 0.96), rgba(36, 114, 61, 1)),
        var(--blue-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(18, 62, 32, 0.22);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px 12px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(18, 62, 32, 0.14);
}

.service-item i {
    grid-row: span 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: rgba(245, 244, 220, 0.14);
    color: var(--yellow);
    border-radius: 8px;
    font-size: 1.55rem;
}

.service-item span {
    color: rgba(255, 255, 255, 0.8);
}

.about-hero {
    padding: 34px 0 30px;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
}

.about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 28px;
    align-items: start;
}

.about-hero__copy {
    display: grid;
    gap: 14px;
}

.about-hero__copy h1 {
    max-width: 760px;
    color: var(--ink);
    font-size: clamp(2.15rem, 4vw, 3.35rem);
    line-height: 1.04;
}

.about-hero__copy p:not(.eyebrow) {
    max-width: 780px;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.72;
}

.about-hero__panel {
    display: grid;
    gap: 18px;
    padding: 22px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(49, 149, 82, 0.08);
}

.about-hero__kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: var(--blue-soft);
    color: var(--blue-dark);
    border-radius: 999px;
    font-weight: 800;
    font-size: 0.86rem;
}

.about-hero__panel > strong {
    color: var(--ink);
    font-size: 1.35rem;
    line-height: 1.2;
}

.about-location-list {
    display: grid;
    gap: 12px;
}

.about-location-list a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 70px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
}

.about-location-list i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: var(--cream);
    color: var(--blue);
    border-radius: 8px;
    font-size: 1.2rem;
}

.about-location-list span {
    display: grid;
    gap: 3px;
    color: var(--muted);
    font-weight: 700;
}

.about-location-list b {
    color: var(--ink);
    font-size: 1.02rem;
}

.about-content {
    padding: 42px 0 32px;
    background: #ffffff;
}

.about-content__grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.88fr);
    gap: 44px;
    align-items: start;
}

.about-content__intro {
    display: grid;
    gap: 10px;
}

.about-content__intro h2,
.about-contact-cta h2 {
    color: var(--ink);
    font-size: clamp(1.65rem, 2.8vw, 2.35rem);
    line-height: 1.12;
}

.about-copy {
    display: grid;
    gap: 18px;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.74;
}

.about-copy p {
    padding: 0 0 18px;
    border-bottom: 1px solid var(--line);
}

.about-copy p:last-child {
    border-bottom: 0;
}

.about-values {
    padding: 16px 0 42px;
    background: #ffffff;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.about-values article {
    display: grid;
    gap: 10px;
    align-content: start;
    padding: 18px;
    min-height: 178px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.about-values i {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    background: var(--blue-soft);
    color: var(--blue);
    border-radius: 8px;
    font-size: 1.28rem;
}

.about-values strong {
    color: var(--ink);
    font-size: 1.08rem;
}

.about-values span {
    color: var(--muted);
    line-height: 1.6;
    font-weight: 600;
}

.about-contact-cta {
    padding: 28px 0 46px;
    background: #ffffff;
}

.about-contact-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 24px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-left: 5px solid var(--red);
    color: var(--ink);
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(49, 149, 82, 0.08);
}

.about-contact-cta .eyebrow {
    color: var(--blue);
}

.about-contact-cta p:not(.eyebrow) {
    max-width: 620px;
    margin-top: 10px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 600;
}

.about-contact-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.contact-page {
    background: #ffffff;
}

.legal-page {
    background:
        linear-gradient(180deg, rgba(249, 249, 224, 0.72) 0%, rgba(255, 255, 255, 0.98) 46%),
        var(--cream);
}

.info-page {
    background:
        linear-gradient(180deg, rgba(249, 249, 224, 0.72) 0%, rgba(255, 255, 255, 0.98) 46%),
        var(--cream);
}

.info-hero .shell {
    display: grid;
    gap: 14px;
}

.info-content {
    padding: 34px 0 26px;
}

.info-content__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
    gap: 18px;
    align-items: start;
}

.info-panel {
    display: grid;
    gap: 20px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(49, 149, 82, 0.08);
}

.info-panel__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.info-panel__head > i {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    background: rgba(191, 222, 199, 0.74);
    color: var(--green);
    font-size: 1.65rem;
}

.info-panel__head h2 {
    margin: 2px 0 0;
    color: var(--ink);
    font-size: clamp(1.45rem, 2.55vw, 2.15rem);
    line-height: 1.14;
}

.info-text {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.78;
}

.info-text br + br {
    content: "";
    display: block;
    margin-top: 12px;
}

.info-text b,
.info-text strong {
    color: var(--ink);
    font-weight: 950;
}

.info-text__lead {
    margin-bottom: 12px;
    color: var(--muted);
    font-size: 1.08rem;
    font-weight: 800;
}

.info-side {
    display: grid;
    gap: 12px;
    position: sticky;
    top: var(--catalog-sidebar-top, 130px);
}

.info-side__card {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(49, 149, 82, 0.08);
}

.info-side__card i {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: var(--blue-soft);
    color: var(--blue);
    font-size: 1.35rem;
}

.info-side__card strong {
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 950;
}

.info-side__card span {
    color: var(--muted);
    font-weight: 700;
    line-height: 1.55;
}

.info-side__card--accent {
    background: var(--cream);
    border-color: rgba(246, 97, 51, 0.22);
}

.info-side__card--accent i {
    background: rgba(246, 97, 51, 0.13);
    color: var(--red);
}

.info-cta {
    padding: 10px 0 54px;
}

.info-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 22px 24px;
    border: 1px solid rgba(49, 149, 82, 0.22);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(49, 149, 82, 0.08);
}

.info-cta h2 {
    margin-top: 4px;
    color: var(--ink);
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.16;
}

.info-cta p:not(.eyebrow) {
    max-width: 760px;
    margin-top: 8px;
    color: var(--muted);
    font-weight: 700;
    line-height: 1.6;
}

.legal-hero .shell {
    display: grid;
    gap: 14px;
}

.legal-jump-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

.legal-jump-nav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 15px;
    border: 1px solid rgba(49, 149, 82, 0.22);
    border-radius: 8px;
    background: #ffffff;
    color: var(--green);
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(49, 149, 82, 0.08);
}

.legal-jump-nav a:hover,
.legal-jump-nav a:focus-visible {
    border-color: rgba(49, 149, 82, 0.44);
    color: var(--blue-dark);
}

.legal-content {
    padding: 34px 0 54px;
}

.legal-content__grid {
    display: grid;
    gap: 20px;
}

.legal-section {
    scroll-margin-top: var(--catalog-sidebar-top, 150px);
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(49, 149, 82, 0.08);
}

.legal-section__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.legal-section__head > i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: rgba(191, 222, 199, 0.74);
    color: var(--green);
    font-size: 1.55rem;
}

.legal-section__head h2 {
    margin: 2px 0 0;
    color: var(--ink);
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.16;
}

.legal-text {
    color: var(--ink);
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.75;
}

.contact-hero {
    padding: 34px 0 28px;
    background: #ffffff;
    border-bottom: 1px solid var(--line);
}

.contact-hero .shell {
    display: grid;
    gap: 12px;
}

.contact-hero h1 {
    max-width: 760px;
    color: var(--ink);
    font-size: clamp(2.15rem, 4vw, 3.35rem);
    line-height: 1.04;
}

.contact-hero p:not(.eyebrow) {
    max-width: 820px;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.72;
}

.cart-hero .shell,
.about-hero__copy,
.contact-hero .shell {
    gap: 8px;
}

.cart-hero h1,
.catalog-hero h1,
.about-hero__copy h1,
.contact-hero h1 {
    margin-bottom: 4px;
}

.contact-channels {
    padding: 28px 0 18px;
    background: #ffffff;
}

.contact-channels__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.contact-channel-card {
    display: grid;
    gap: 12px;
    align-content: start;
    min-height: 224px;
    padding: 22px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(49, 149, 82, 0.08);
}

.contact-channel-card > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: var(--blue-soft);
    color: var(--blue);
    border-radius: 8px;
    font-size: 1.45rem;
}

.contact-channel-card h2 {
    color: var(--ink);
    font-size: 1.35rem;
}

.contact-channel-card p {
    color: var(--muted);
    line-height: 1.58;
    font-weight: 600;
}

.contact-channel-card a {
    align-self: end;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    color: var(--blue);
    font-weight: 900;
}

.contact-main {
    padding: 18px 0 48px;
    background: #ffffff;
}

.contact-main__grid {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.contact-info-panel,
.contact-form-panel {
    min-width: 0;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(49, 149, 82, 0.08);
}

.contact-info-panel {
    position: sticky;
    top: var(--catalog-sidebar-top, 150px);
    padding: 22px;
}

.contact-info-panel h2,
.contact-form-head h2 {
    color: var(--ink);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.12;
}

.contact-info-list {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.contact-info-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.contact-info-item p {
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.52;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.contact-info-item i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    background: var(--cream);
    color: var(--blue);
    border-radius: 8px;
    font-size: 1.1rem;
}

.contact-info-item b {
    display: block;
    color: var(--ink);
    margin-bottom: 3px;
    font-size: 1rem;
}

.contact-info-item a {
    color: var(--blue);
    font-weight: 900;
}

.contact-form-panel {
    padding: 24px;
}

.contact-form-head {
    display: grid;
    gap: 8px;
    margin-bottom: 22px;
}

.contact-form-head p:not(.eyebrow) {
    max-width: 720px;
    color: var(--muted);
    line-height: 1.65;
    font-weight: 600;
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.contact-form__row {
    display: grid;
    gap: 7px;
}

.contact-form__row--full,
.contact-form__privacy,
.contact-form__turnstile,
.contact-form__actions {
    grid-column: 1 / -1;
}

.contact-form label {
    color: var(--ink);
    font-weight: 900;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(49, 149, 82, 0.24);
    background: #ffffff;
    color: var(--ink);
    border-radius: 8px;
    padding: 0 14px;
    font: inherit;
    font-weight: 700;
    outline: 0;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input:not([type="checkbox"]) {
    min-height: 52px;
}

.contact-form textarea {
    min-height: 148px;
    padding-top: 12px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(49, 149, 82, 0.12);
}

.contact-form__privacy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
    padding: 14px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.contact-form__privacy input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: var(--blue);
}

.contact-form__privacy details {
    grid-column: 2;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.contact-form__privacy summary {
    width: fit-content;
    color: var(--blue);
    cursor: pointer;
    font-weight: 900;
}

.turnstile-widget {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 65px;
    overflow: hidden;
}

.turnstile-widget iframe {
    max-width: 100% !important;
}

.contact-form__turnstile {
    display: grid;
    gap: 10px;
    justify-content: stretch;
    min-width: 0;
    padding: 14px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.contact-form__actions {
    display: flex;
    justify-content: flex-start;
    padding-top: 2px;
}

.contact-form__actions .button {
    min-width: 250px;
}

.location-page {
    background: #ffffff;
}

.location-stores {
    padding: 30px 0 18px;
    background: #ffffff;
}

.location-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.location-card {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 24px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(49, 149, 82, 0.08);
}

.location-card__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.location-card__head > i {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    background: var(--blue-soft);
    color: var(--blue);
    border-radius: 8px;
    font-size: 1.45rem;
}

.location-card__head p {
    margin-bottom: 5px;
    color: var(--blue);
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
}

.location-card__head h3 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    line-height: 1.08;
}

.location-card__head span {
    display: block;
    margin-top: 4px;
}

.location-card__head span,
.location-card__body {
    color: var(--muted);
    font-weight: 700;
}

.location-card__body {
    display: grid;
    gap: 10px;
    line-height: 1.62;
}

.location-card__body span {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
}

.location-card__body i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--blue);
}

.location-card__body p {
    max-width: 560px;
}

.location-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 2px;
}

.location-guide {
    padding: 18px 0 46px;
    background: #ffffff;
}

.location-guide__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
    gap: 18px;
    align-items: stretch;
}

.location-guide__panel,
.location-guide__steps {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(49, 149, 82, 0.08);
}

.location-guide__panel {
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 24px;
    border-left: 5px solid var(--red);
}

.location-guide__panel h2 {
    max-width: 760px;
    color: var(--ink);
    font-size: clamp(1.55rem, 2.8vw, 2.3rem);
    line-height: 1.12;
}

.location-guide__panel p:not(.eyebrow) {
    max-width: 760px;
    color: var(--muted);
    line-height: 1.68;
    font-weight: 600;
}

.location-guide__panel .button {
    justify-self: start;
    margin-top: 4px;
}

.location-guide__steps {
    display: grid;
    gap: 0;
    padding: 8px 20px;
    background: var(--surface);
}

.location-guide__steps div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}

.location-guide__steps div:last-child {
    border-bottom: 0;
}

.location-guide__steps i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: var(--cream);
    color: var(--blue);
    border-radius: 8px;
    font-size: 1.16rem;
}

.location-guide__steps span {
    color: var(--muted);
    line-height: 1.56;
    font-weight: 650;
}

.location-guide__steps b {
    display: block;
    margin-bottom: 2px;
    color: var(--ink);
    font-size: 1rem;
}

.site-footer {
    background: #ffffff;
    border-top: 1px solid var(--line);
}

.footer-help {
    background: var(--red);
    color: #ffffff;
}

.footer-help__inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer-help__inner div {
    display: grid;
    gap: 3px;
}

.footer-help__inner span,
.footer-help__inner a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-help__inner span {
    font-size: 0.92rem;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-help__inner strong {
    font-size: 1.18rem;
}

.footer-help__inner a {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    font-weight: 900;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.footer-help__inner a:hover,
.footer-help__inner a:focus-visible {
    background: #ffffff;
    color: var(--red);
    transform: translateY(-1px);
}

.footer-grid {
    padding: 36px 0 28px;
    display: grid;
    grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(150px, 0.72fr)) minmax(220px, 1fr);
    gap: 24px;
    align-items: start;
}

.footer-brand,
.footer-column,
.footer-contact {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-brand img {
    width: 176px;
    margin-bottom: 14px;
}

.footer-brand p {
    max-width: 330px;
    color: var(--muted);
    font-size: 0.94rem;
}

.footer-social {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.footer-social a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    background: var(--cream);
    color: var(--blue);
    border-radius: 8px;
    font-size: 1.15rem;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
    background: var(--blue);
    border-color: var(--blue);
    color: #ffffff;
    transform: translateY(-1px);
}

.footer-accordion__toggle {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    cursor: default;
    text-align: left;
}

.footer-accordion__toggle span {
    color: var(--ink);
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
}

.footer-accordion__toggle i {
    display: none;
    color: var(--blue);
    font-size: 1rem;
    transition: transform 180ms ease;
}

.footer-accordion__panel {
    display: grid;
    gap: 10px;
}

.footer-column a,
.footer-contact span {
    color: var(--muted);
    font-size: 0.94rem;
}

.footer-column a {
    transition: color 160ms ease, transform 160ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
    color: var(--blue);
    transform: translateX(2px);
}

.footer-contact span,
.footer-phone {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--blue);
}

.footer-phone {
    color: var(--blue-dark);
    font-size: 1.05rem;
    font-weight: 900;
}

.footer-accordion__toggle span {
    display: inline;
    color: var(--ink);
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
}

.footer-accordion__toggle i {
    margin-top: 0;
}

.footer-trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 0 22px;
    border-top: 1px solid var(--line);
}

.footer-badges,
.footer-payments {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-badges span,
.footer-payments span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 800;
}

.footer-badges span {
    background: var(--cream);
    color: var(--blue-dark);
}

.footer-badges i {
    color: var(--blue);
    font-size: 1rem;
}

.footer-payments span {
    border: 1px solid var(--line);
    background: #ffffff;
    color: var(--muted);
}

.footer-bottom {
    background: var(--blue-dark);
    color: rgba(255, 255, 255, 0.84);
}

.footer-bottom__inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 0.86rem;
}

.footer-bottom__inner div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.84);
}

.footer-powered {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

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

@media (max-width: 1040px) {
    .masthead {
        min-height: 74px;
        align-content: flex-start;
        gap: 16px;
        flex-wrap: wrap;
        padding: 14px 0;
    }

    .brand img {
        width: 198px;
    }

    .search {
        order: 4;
        flex: 1 0 100%;
        max-width: none;
        min-width: 0;
        width: 100%;
        margin-bottom: 0;
    }

    .header-actions {
        order: 2;
        margin-left: auto;
        gap: 8px;
    }

    .header-action {
        width: 48px;
        height: 48px;
    }

    .header-action > i {
        font-size: 1.52rem;
    }

    .menu-toggle {
        order: 3;
        display: grid;
    }

    .main-nav {
        display: none;
        border-top: 0;
        padding: 0 0 14px;
        background: transparent;
    }

    .main-nav.is-open {
        display: block;
    }

    .main-nav__inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        min-height: auto;
        padding: 12px;
        background: #ffffff;
        border: 1px solid var(--line);
        border-radius: 12px;
        box-shadow: var(--shadow);
    }

    .main-nav a {
        justify-content: flex-start;
        min-height: 50px;
        padding: 0 14px;
        border: 1px solid var(--line);
        border-radius: 10px;
        background: var(--cream);
    }

    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-summary {
        position: static;
    }

    .order-summary-layout {
        grid-template-columns: 1fr;
    }

    .order-summary-side {
        position: static;
    }

    .payment-main {
        padding: 32px 0 48px;
    }

    .account-layout--with-summary,
    .orders-layout {
        grid-template-columns: 1fr;
    }

    .account-auth-grid,
    .account-register-form .checkout-fields,
    .account-profile-form .checkout-fields {
        grid-template-columns: 1fr;
    }

    .account-register-form .checkout-field--wide,
    .account-profile-form .checkout-field--wide {
        grid-column: auto;
    }

    .account-summary {
        position: static;
    }

    .account-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-nav a:hover,
    .main-nav a:focus-visible {
        transform: none;
    }

    .hero__grid {
        grid-template-columns: 1fr;
    }

    .about-hero__grid,
    .about-content__grid,
    .about-contact-cta__inner,
    .contact-main__grid {
        grid-template-columns: 1fr;
    }

    .about-content__intro {
        position: static;
    }

    .contact-info-panel {
        position: static;
    }

    .contact-channels__grid {
        grid-template-columns: 1fr;
    }

    .cart-layout {
        grid-template-columns: 1fr;
    }

    .cart-summary {
        position: static;
    }

    .cart-item__controls {
        grid-template-columns: minmax(150px, 220px) repeat(2, minmax(100px, 1fr));
    }

    .location-card-grid,
    .location-guide__grid {
        grid-template-columns: 1fr;
    }

    .about-values__grid {
        grid-template-columns: 1fr;
    }

    .about-contact-cta__actions {
        justify-content: flex-start;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand,
    .footer-contact {
        grid-column: span 2;
    }

    .footer-trust {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-hero__grid,
    .catalog-browser__inner {
        grid-template-columns: 1fr;
    }

    .catalog-hero__panel {
        max-width: 560px;
    }

    .catalog-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
        width: min(360px, calc(100vw - 34px));
        height: 100dvh;
        max-height: none;
        overflow-y: auto;
        scrollbar-gutter: auto;
        border-radius: 0 12px 12px 0;
        transform: translateX(-104%);
        transition: transform 240ms ease;
    }

    .catalog-sidebar.is-open {
        transform: translateX(0);
    }

    .catalog-sidebar__head {
        position: sticky;
        top: -18px;
        z-index: 2;
        margin: -18px -18px 0;
        padding: 18px;
        background: #ffffff;
        border-bottom: 1px solid var(--line);
    }

    .catalog-tree-search {
        top: 58px;
        z-index: 2;
        margin: 0 -18px 12px;
        padding: 14px 18px 12px;
        box-shadow: 0 10px 18px rgba(22, 46, 33, 0.06);
    }

    .catalog-tree-search::before {
        left: 0;
        right: 0;
    }

    .catalog-filter-close {
        display: inline-grid;
    }

    .catalog-filter-button {
        display: inline-flex;
    }

    .catalog-results__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-results__tools {
        width: 100%;
        justify-content: flex-start;
    }

    .catalog-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail__grid,
    .product-info__grid {
        grid-template-columns: 1fr;
    }

    .product-gallery,
    .product-summary {
        position: static;
    }

    .product-gallery__main {
        min-height: 360px;
    }

    .product-summary h1 {
        max-width: none;
    }

    .product-carousel__track {
        grid-auto-columns: minmax(230px, 42vw);
    }

    .brand-carousel__track {
        grid-auto-columns: minmax(220px, 42vw);
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

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

    .info-content__grid {
        grid-template-columns: 1fr;
    }

    .info-side {
        position: static;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 721px) and (max-width: 1040px) {
    .hero {
        padding: 34px 0;
    }

    h1 {
        font-size: clamp(2.4rem, 7vw, 4rem);
    }

    .finder {
        max-width: 680px;
    }

    .product-related__carousel .product-carousel__track {
        grid-auto-columns: calc((100% - 28px) / 3);
    }
}

@media (max-width: 720px) {
    .masthead {
        min-height: 0;
        row-gap: 8px;
    }

    .account-auth-grid,
    .account-register-form .checkout-fields,
    .account-profile-form .checkout-fields,
    .password-strength__checks {
        grid-template-columns: 1fr;
    }

    .account-register-form .checkout-field--wide,
    .account-profile-form .checkout-field--wide {
        grid-column: auto;
    }

    .password-strength {
        padding: 12px;
    }

    .password-strength__head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .password-strength__checks {
        gap: 8px;
    }

    .account-check {
        align-items: flex-start;
    }

    .account-check input {
        margin-top: 2px;
    }

    .account-card__head {
        align-items: start;
    }

    .account-card__head > i {
        width: 42px;
        height: 42px;
        font-size: 1.25rem;
    }

    .account-summary--profile {
        grid-template-columns: minmax(0, 1fr);
    }

    .account-summary__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .account-summary__actions form,
    .account-summary__actions .button {
        width: 100%;
    }

    .account-tabs {
        display: flex;
        grid-template-columns: none;
        gap: 7px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
        scrollbar-width: thin;
    }

    .account-tab {
        flex: 0 0 auto;
        min-width: 158px;
        min-height: 54px;
        scroll-snap-align: start;
    }

    .account-tab-panel {
        min-height: 0;
        padding: 16px;
    }

    .account-turnstile,
    .account-turnstile iframe {
        max-width: 100%;
    }

    .search.is-hidden {
        display: none;
        margin: 0;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-6px);
    }

    .mobile-category-shortcut {
        order: 5;
        flex: 1 0 100%;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 10px;
    }

    .info-side {
        grid-template-columns: 1fr;
    }

    .info-cta__inner {
        grid-template-columns: 1fr;
    }

    .info-cta__inner .button {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .shell {
        width: min(100% - 24px, 1160px);
    }

    .account-summary__actions {
        grid-template-columns: 1fr;
    }

    .topbar__inner {
        gap: 8px;
        justify-content: space-between;
        min-height: 34px;
        font-size: 0.78rem;
    }

    .topbar__link--whatsapp {
        justify-content: center;
        width: 32px;
        height: 32px;
        max-width: none;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
    }

    .topbar__link--whatsapp span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .topbar__link--whatsapp i {
        color: rgba(255, 255, 255, 0.78);
        font-size: 1.18rem;
    }

    .topbar__tools {
        gap: 7px;
        flex: 0 0 auto;
    }

    .language-switch {
        padding: 2px;
        gap: 3px;
    }

    .language-switch__item {
        width: 28px;
        min-height: 24px;
        padding: 0;
    }

    .language-switch__item span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .language-switch__item img {
        width: 17px;
        height: 17px;
    }

    .masthead {
        align-items: center;
        align-content: flex-start;
        gap: 8px;
        padding: 10px 0;
    }

    .brand img {
        width: min(138px, calc(100vw - 144px));
    }

    .header-actions {
        gap: 5px;
    }

    .header-action {
        width: 36px;
        height: 36px;
    }

    .header-action > i {
        font-size: 1.2rem;
    }

    .header-action .topbar-cart-badge {
        top: -3px;
        right: -4px;
        min-width: 17px;
        height: 17px;
        padding: 0 4px;
        font-size: 0.62rem;
    }

    .menu-toggle {
        width: 36px;
        height: 36px;
        font-size: 1.32rem;
    }

    .search {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .search input {
        min-height: 48px;
        padding: 0 14px;
    }

    .info-content {
        padding: 24px 0 18px;
    }

    .info-panel,
    .info-cta__inner {
        padding: 16px;
    }

    .info-panel__head {
        align-items: start;
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 12px;
    }

    .info-panel__head > i {
        width: 46px;
        height: 46px;
        font-size: 1.35rem;
    }

    .info-side__card {
        padding: 15px;
    }

    .search button {
        min-width: 96px;
        gap: 6px;
    }

    .mobile-category-shortcut select {
        min-height: 44px;
        padding-left: 12px;
    }

    .main-nav__inner {
        grid-template-columns: 1fr;
        padding: 10px;
        gap: 8px;
    }

    .cart-hero {
        padding: 30px 0;
    }

    .cart-hero h1 {
        font-size: clamp(2rem, 12vw, 3rem);
    }

    .cart-layout-section {
        padding: 24px 0 38px;
    }

    .checkout-main {
        padding: 26px 0 42px;
    }

    .checkout-section {
        padding: 16px;
    }

    .checkout-account-prompt {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        padding: 14px;
    }

    .checkout-account-prompt__action {
        grid-column: 1 / -1;
        justify-self: stretch;
        width: 100%;
    }

    .checkout-section__head {
        gap: 10px;
    }

    .checkout-options,
    .checkout-fields {
        grid-template-columns: 1fr;
    }

    .checkout-field--wide {
        grid-column: auto;
    }

    .checkout-summary__items {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .checkout-summary__items article {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .checkout-summary__items img {
        width: 52px;
        height: 52px;
    }

    .checkout-summary__items b {
        grid-column: 2;
    }

    .order-review-item {
        grid-template-columns: 74px minmax(0, 1fr);
        align-items: start;
    }

    .order-review-item__image {
        width: 74px;
    }

    .order-review-item__meta {
        grid-column: 2;
        justify-items: start;
        text-align: left;
    }

    .order-method-grid,
    .order-data-grid {
        grid-template-columns: 1fr;
    }

    .order-data-box:first-child,
    .order-data-box:nth-child(2),
    .order-data-box:nth-child(3) {
        grid-column: auto;
    }

    .payment-result {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
    }

    .payment-result__icon {
        width: 54px;
        height: 54px;
        font-size: 1.7rem;
    }

    .payment-details,
    .payment-actions {
        grid-template-columns: 1fr;
    }

    .payment-actions .button {
        width: 100%;
    }

    .account-main {
        padding: 26px 0 42px;
    }

    .account-auth-grid,
    .order-history-meta {
        grid-template-columns: 1fr;
    }

    .account-card,
    .account-summary,
    .order-history-card {
        max-width: 100%;
        padding: 12px;
    }

    .account-form-section {
        padding: 14px;
    }

    .account-turnstile {
        justify-items: stretch;
    }

    .account-form-actions .button {
        width: 100%;
    }

    .order-history-card__head {
        display: grid;
    }

    .order-status {
        justify-self: start;
        white-space: normal;
    }

    .order-history-item {
        grid-template-columns: 64px minmax(0, 1fr);
        align-items: start;
    }

    .order-history-item__image {
        width: 64px;
    }

    .order-history-item strong {
        grid-column: 2;
        justify-self: start;
    }

    .cart-main,
    .cart-summary__box,
    .cart-empty {
        padding: 14px;
    }

    .cart-items-head {
        align-items: stretch;
        flex-direction: column;
    }

    .cart-item {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .cart-item__image {
        min-height: 0;
        padding: 8px;
    }

    .cart-item__image img {
        max-height: 70px;
    }

    .cart-item__content {
        gap: 12px;
    }

    .cart-item__title h3 {
        padding-right: 38px;
        font-size: 0.96rem;
    }

    .cart-item__controls {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
    }

    .cart-item__remove {
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .cart-remove-confirm,
    .cart-stock-limit {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cart-remove-confirm .button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .hero {
        padding: 26px 0 30px;
    }

    .about-hero {
        padding: 26px 0;
    }

    .about-hero__grid {
        gap: 18px;
    }

    .about-hero__copy {
        gap: 8px;
    }

    .about-hero__copy h1 {
        font-size: clamp(2rem, 9vw, 2.55rem);
        line-height: 1.08;
    }

    .about-hero__copy p:not(.eyebrow) {
        font-size: 1rem;
        line-height: 1.62;
    }

    .about-contact-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about-hero__panel,
    .about-contact-cta__inner {
        padding: 18px;
    }

    .about-hero__panel {
        min-height: auto;
    }

    .about-hero__panel > strong {
        font-size: clamp(1.65rem, 8vw, 2.25rem);
    }

    .about-content {
        padding: 32px 0;
    }

    .about-content__grid {
        gap: 22px;
    }

    .about-content__intro h2,
    .about-contact-cta h2 {
        font-size: clamp(1.55rem, 7vw, 2.1rem);
    }

    .about-copy {
        font-size: 1rem;
        line-height: 1.68;
    }

    .about-values {
        padding: 22px 0 34px;
    }

    .about-values article {
        min-height: auto;
        padding: 18px;
    }

    .about-contact-cta {
        padding: 28px 0;
    }

    .contact-hero {
        padding: 26px 0;
    }

    .contact-hero h1 {
        font-size: clamp(2rem, 9vw, 2.55rem);
        line-height: 1.08;
    }

    .contact-hero p:not(.eyebrow) {
        font-size: 1rem;
        line-height: 1.62;
    }

    .contact-channels {
        padding: 22px 0 12px;
    }

    .contact-channel-card {
        min-height: auto;
        padding: 18px;
    }

    .contact-main {
        padding: 12px 0 34px;
    }

    .contact-info-panel,
    .contact-form-panel {
        padding: 18px;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .contact-form__turnstile {
        justify-content: stretch;
    }

    .contact-form__actions {
        justify-content: stretch;
    }

    .contact-form__actions .button {
        width: 100%;
    }

    .footer-grid {
        gap: 0;
    }

    .footer-brand {
        padding-bottom: 20px;
    }

    .footer-accordion {
        gap: 0;
        border-top: 1px solid var(--line);
    }

    .footer-accordion__toggle {
        width: 100%;
        min-height: 58px;
        margin-bottom: 0;
        cursor: pointer;
    }

    .footer-accordion__toggle span {
        font-size: 1rem;
    }

    .footer-accordion__toggle i {
        display: inline-flex;
    }

    .footer-accordion.is-open .footer-accordion__toggle i {
        transform: rotate(180deg);
    }

    .footer-accordion__panel {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-bottom: 0;
        transition: max-height 220ms ease, opacity 160ms ease, padding-bottom 180ms ease;
    }

    .footer-accordion.is-open .footer-accordion__panel {
        max-height: 360px;
        opacity: 1;
        padding-bottom: 20px;
    }

    .location-stores {
        padding: 24px 0 12px;
    }

    .location-card {
        padding: 18px;
    }

    .location-card__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .location-guide {
        padding: 18px 0 34px;
    }

    .location-guide__panel,
    .location-guide__steps {
        padding: 18px;
    }

    .location-guide__panel h2 {
        font-size: clamp(1.45rem, 7vw, 2rem);
    }

    .location-guide__panel .button {
        width: 100%;
    }

    h1 {
        font-size: clamp(2.05rem, 10.5vw, 2.55rem);
        line-height: 1.04;
    }

    .hero__copy {
        padding: 8px 0 0;
    }

    .finder {
        padding: 16px;
    }

    .finder__options,
    .category-grid,
    .product-grid {
        grid-template-columns: 1fr;
    }

    .catalog-page .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-hero {
        padding: 30px 0 26px;
    }

    .catalog-hero h1 {
        font-size: clamp(2rem, 10vw, 2.65rem);
    }

    .catalog-hero__text {
        font-size: 1rem;
    }

    .catalog-hero__panel {
        padding: 16px;
    }

    .catalog-browser {
        padding: 26px 0 34px;
    }

    .catalog-results__tools {
        display: grid;
        grid-template-columns: 1fr;
    }

    .catalog-filter-button,
    .catalog-sort,
    .catalog-sort select {
        width: 100%;
    }

    .catalog-filter-button {
        min-height: 52px;
        gap: 10px;
        padding: 0 18px;
        font-size: 1rem;
    }

    .catalog-sort {
        justify-content: space-between;
    }

    .catalog-view {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-view-button {
        width: auto;
    }

    .product-detail {
        padding: 18px 0 28px;
    }

    .product-detail__grid {
        gap: 14px;
    }

    .product-gallery {
        padding: 14px;
    }

    .product-summary {
        gap: 14px;
        padding: 0;
    }

    .product-summary__content {
        gap: 12px;
        padding-top: 0;
    }

    .product-gallery__main {
        min-height: 260px;
    }

    .product-gallery__main img {
        max-height: 230px;
    }

    .product-summary h1 {
        max-width: none;
        font-size: clamp(1.35rem, 5.8vw, 1.75rem);
    }

    .product-price strong {
        font-size: clamp(1.8rem, 8.6vw, 2.25rem);
    }

    .product-highlights {
        gap: 7px;
    }

    .product-highlights span {
        min-height: 34px;
        padding: 7px 9px;
        font-size: 0.9rem;
    }

    .product-buybox {
        padding: 14px;
    }

    .product-quantity {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-quantity div {
        width: 100%;
        grid-template-columns: 48px 1fr 48px;
    }

    .product-info {
        padding: 28px 0;
    }

    .product-info__panel,
    .product-specs {
        padding: 16px;
    }

    .product-carousel__track {
        grid-auto-columns: calc((100vw - 38px) / 2);
        gap: 10px;
        padding-inline: 12px;
    }

    .product-related__carousel .product-carousel__track {
        grid-auto-columns: calc((100% - 10px) / 2);
        padding-inline: 0;
    }

    .product-carousel .product-card__image {
        min-height: 132px;
        padding: 14px 10px 10px;
    }

    .product-carousel .product-card__image img {
        height: 104px;
    }

    .product-carousel .product-card__body {
        gap: 8px;
        padding: 12px;
    }

    .product-carousel .product-card h3 {
        min-height: 50px;
        font-size: 0.84rem;
        line-height: 1.22;
    }

    .product-carousel .price strong {
        font-size: 1.1rem;
    }

    .product-carousel .product-card__cta {
        min-height: 38px;
        font-size: 0.82rem;
    }

    .product-carousel__button {
        width: 38px;
        height: 38px;
    }

    .product-carousel__button--prev {
        left: 8px;
    }

    .product-carousel__button--next {
        right: 8px;
    }

    .catalog-chip {
        min-height: 38px;
        padding: 0 12px;
        font-size: 0.84rem;
    }

    .catalog-product-grid {
        gap: 10px;
    }

    .catalog-product-grid .product-card .product-card__image {
        min-height: 132px;
        padding: 14px 10px 10px;
    }

    .catalog-product-grid .product-card .product-card__image img {
        height: 104px;
    }

    .catalog-product-grid .product-card .product-card__image span {
        top: 8px;
        left: 8px;
        min-height: 24px;
        padding: 0 8px;
        font-size: 0.68rem;
    }

    .catalog-product-grid .product-card .product-card__body {
        gap: 8px;
        padding: 12px;
    }

    .catalog-product-grid .product-card .product-card__category {
        font-size: 0.68rem;
    }

    .catalog-product-grid .product-card h3 {
        font-size: 0.84rem;
        line-height: 1.22;
        min-height: 50px;
    }

    .catalog-product-grid .product-card .price del {
        font-size: 0.74rem;
    }

    .catalog-product-grid .product-card .price strong {
        font-size: 1.1rem;
    }

    .catalog-product-grid .product-card .product-card__meta {
        font-size: 0.72rem;
        gap: 4px;
    }

    .catalog-product-grid .product-card .product-card__meta span:last-child {
        display: none;
    }

    .catalog-product-grid .product-card .product-card__cta {
        min-height: 38px;
        font-size: 0.82rem;
    }

    .catalog-product-grid.is-list {
        grid-template-columns: 1fr;
    }

    .catalog-product-grid.is-list .product-card {
        display: grid;
        grid-template-columns: 126px minmax(0, 1fr);
        min-height: 0;
    }

    .catalog-product-grid.is-list .product-card__image {
        min-height: 100%;
        padding: 12px 8px;
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }

    .catalog-product-grid.is-list .product-card__image img {
        height: 96px;
    }

    .catalog-product-grid.is-list .product-card__body {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto 1fr auto;
        gap: 6px;
    }

    .catalog-product-grid.is-list .product-card__category,
    .catalog-product-grid.is-list .product-card h3,
    .catalog-product-grid.is-list .product-card__meta,
    .catalog-product-grid.is-list .price,
    .catalog-product-grid.is-list .product-card__actions {
        grid-column: 1;
        grid-row: auto;
        justify-self: stretch;
        text-align: left;
    }

    .finder__options a {
        justify-content: flex-start;
        padding-inline: 24px;
        text-align: left;
    }

    .finder__notice {
        justify-items: start;
        text-align: left;
    }

    .brand-carousel::before,
    .brand-carousel::after {
        width: 18px;
    }

    .brand-carousel__track {
        grid-auto-columns: calc((100vw - 38px) / 2);
        padding-inline: 12px;
    }

    .brand-tile {
        min-height: 98px;
    }

    .brand-tile img {
        max-width: 86%;
        max-height: 76px;
    }

    .brand-carousel__button {
        width: 38px;
        height: 38px;
    }

    .brand-carousel__button--prev {
        left: 8px;
    }

    .brand-carousel__button--next {
        right: 8px;
    }

    .section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-help__inner,
    .footer-bottom__inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px 0;
    }

    .footer-help__inner a {
        width: 100%;
        justify-content: center;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        padding: 28px 0 24px;
    }

    .footer-brand,
    .footer-contact {
        grid-column: auto;
    }

    .footer-brand img {
        width: 158px;
    }

    .footer-bottom__inner div {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .product-card h3 {
        min-height: auto;
    }

    .product-footer {
        align-items: stretch;
        flex-direction: column;
    }

.product-footer .button {
    width: 100%;
}
}

.contact-form__notice {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    display: grid;
    gap: 6px;
    font-weight: 750;
    line-height: 1.45;
    margin-bottom: 18px;
    padding: 14px 16px;
}

.contact-form__notice--success {
    background: rgba(191, 222, 199, .38);
    color: var(--green);
}

.contact-form__notice--error {
    background: rgba(242, 100, 55, .1);
    border-color: rgba(242, 100, 55, .35);
    color: var(--orange);
}

@media (max-width: 380px) {
    .mobile-category-shortcut {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .cart-item {
        grid-template-columns: 1fr;
    }

    .cart-item__image {
        width: 96px;
        justify-self: start;
    }

    .cart-item__content,
    .cart-item__controls {
        grid-column: 1 / -1;
    }
}
