body {
    background: #fbfaf8;
    color: #172033;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[x-cloak] {
    display: none !important;
}

.seo-text {
    margin: 0 auto;
    max-width: 1120px;
    padding: 18px 20px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
}

.seo-text p {
    margin: 0;
}

.seo-text p + p {
    margin-top: 10px;
}

.seo-text-intro {
    padding-top: 24px;
}

.seo-text-footer {
    padding-bottom: 34px;
}

a {
    color: #0f766e;
}

.btn-primary {
    --bs-btn-bg: #092437;
    --bs-btn-border-color: #092437;
    --bs-btn-hover-bg: #12364d;
    --bs-btn-hover-border-color: #12364d;
    --bs-btn-active-bg: #092437;
    --bs-btn-active-border-color: #092437;
}

.catalog-topbar {
    background: linear-gradient(135deg, #343634 0%, #242625 46%, #171817 100%);
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    box-shadow: 0 16px 38px rgb(15 23 42 / 20%);
    position: sticky;
    top: 0;
    z-index: 50;
}

.catalog-header-row {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: auto minmax(0, 1fr);
}

.catalog-brand {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    line-height: 1;
    text-decoration: none;
}

.catalog-brand-logo {
    display: block;
    height: auto;
    max-height: 64px;
    width: 226px;
}

.catalog-header-nav {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: flex-end;
    justify-self: end;
    min-width: 0;
    width: 100%;
}

.catalog-header-nav a {
    align-items: center;
    border-radius: 999px;
    color: rgb(255 255 255 / 78%);
    display: inline-flex;
    font-size: 14px;
    font-weight: 750;
    gap: 7px;
    min-height: 42px;
    padding: 9px 11px;
    text-decoration: none;
    white-space: nowrap;
}

.catalog-header-nav a i {
    color: rgb(255 255 255 / 62%);
    font-size: 15px;
    line-height: 1;
}

.catalog-header-nav a.is-active {
    background: #ffffff;
    color: #172033;
}

.catalog-header-nav a.is-active i {
    color: #0f766e;
}

.catalog-header-nav a:hover,
.catalog-header-nav a:focus {
    background: rgb(255 255 255 / 10%);
    color: #ffffff;
}

.catalog-header-nav a.is-active:hover,
.catalog-header-nav a.is-active:focus {
    background: #ffffff;
    color: #172033;
}

.nav-counter {
    background: #ffffff;
    border-radius: 999px;
    color: #242625;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    margin-left: 5px;
    min-width: 18px;
    padding: 2px 5px;
    justify-content: center;
}

.nav-counter.is-empty {
    display: none;
}

.user-menu-placeholder {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.user-menu-placeholder a,
.catalog-main-nav a {
    border: 1px solid #dbe2ea;
    border-radius: 999px;
    color: #475467;
    text-decoration: none;
}

.user-menu-placeholder a {
    background: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
}

.catalog-search-toggle {
    align-items: center;
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 16%);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 850;
    gap: 8px;
    height: 40px;
    justify-content: center;
    padding: 0 16px;
}

.catalog-search-toggle:hover,
.catalog-search-toggle:focus {
    background: #0f766e;
    border-color: #0f766e;
    color: #ffffff;
}

.catalog-search-toggle i {
    font-size: 18px;
    line-height: 1;
}

.catalog-search-toggle-mobile {
    display: none;
}

.catalog-header-search-form {
    align-items: center;
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 16%);
    border-radius: 999px;
    display: grid;
    flex: 1 1 300px;
    gap: 8px;
    grid-template-columns: auto minmax(180px, 1fr) auto;
    margin-left: 10px;
    max-width: 430px;
    min-height: 46px;
    padding: 4px 5px 4px 15px;
    position: relative;
}

.catalog-header-search-form > i {
    color: rgb(255 255 255 / 72%);
    font-size: 18px;
}

.catalog-header-search-form input {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 650;
    min-width: 0;
    outline: 0;
}

.catalog-header-search-form input::placeholder {
    color: rgb(255 255 255 / 55%);
}

.catalog-header-search-form button {
    background: #ffffff;
    border: 0;
    border-radius: 999px;
    color: #172033;
    font-size: 13px;
    font-weight: 900;
    min-height: 36px;
    padding: 0 16px;
}

.catalog-header-search-form:focus-within {
    background: rgb(255 255 255 / 14%);
    border-color: rgb(255 255 255 / 34%);
    box-shadow: 0 0 0 3px rgb(15 118 110 / 26%);
}

.catalog-header-search-form button:hover,
.catalog-header-search-form button:focus {
    background: #e6f5f2;
    color: #0f766e;
}

.mobile-menu-toggle,
.mobile-header-menu,
.mobile-bottom-nav {
    display: none;
}

.mobile-menu-toggle {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 50%;
    color: #172033;
    display: none;
    font-size: 24px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.mobile-header-menu {
    border-top: 1px solid rgb(255 255 255 / 14%);
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
}

.mobile-header-menu a {
    background: rgb(255 255 255 / 8%);
    border: 1px solid rgb(255 255 255 / 16%);
    border-radius: 999px;
    color: #ffffff;
    font-weight: 750;
    padding: 8px 12px;
    text-decoration: none;
}

.catalog-main-nav {
    background: #ffffff;
    border-top: 1px solid #eef1f3;
}

.catalog-main-nav > div {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 14px;
    padding-top: 14px;
}

.catalog-main-nav a {
    align-items: center;
    background: #ffffff;
    color: #273445;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 650;
    gap: 8px;
    min-height: 42px;
    padding: 10px 22px;
}

.catalog-main-nav a.is-active {
    background: #092437;
    border-color: #092437;
    color: #ffffff;
}

.user-menu-placeholder a:hover,
.user-menu-placeholder a:focus,
.catalog-main-nav a:hover,
.catalog-main-nav a:focus {
    background: #e6f5f2;
    border-color: #0f766e;
    color: #0f766e;
}

.catalog-main-nav a.is-active:hover,
.catalog-main-nav a.is-active:focus {
    background: #12364d;
    border-color: #12364d;
    color: #ffffff;
}

.catalog-search-icon,
.favorite-button {
    position: relative;
}

.catalog-search-shell {
    background: rgb(255 255 255 / 72%);
    border-bottom: 1px solid #eef1f3;
    box-shadow: 0 18px 42px rgb(15 23 42 / 5%);
    display: none;
    position: relative;
    z-index: 20;
}

.catalog-search-shell.is-search-page {
    background: linear-gradient(135deg, #ffffff, #f7fbfb);
    border-bottom: 1px solid #e3e8ee;
    display: block;
    padding: 20px 0 24px;
}

.catalog-search-hero {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 24px;
    box-shadow: 0 20px 54px rgb(15 23 42 / 7%);
    display: grid;
    gap: 22px;
    padding: 30px;
}

.catalog-search-hero-copy {
    max-width: 900px;
}

.catalog-search-hero-copy h1 {
    color: #092437;
    font-size: 42px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 12px;
}

.catalog-search-hero-copy p:last-child {
    color: #667085;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    max-width: 780px;
}

.catalog-search-row {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) 120px;
}

.catalog-search-input-wrap {
    position: relative;
}

.catalog-search-input-wrap .form-control {
    border: 1px solid #e2e7ec;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgb(15 23 42 / 6%);
    font-size: 20px;
    min-height: 58px;
    padding-left: 56px;
}

.catalog-search-button {
    border-radius: 18px;
    box-shadow: 0 12px 22px rgb(9 36 55 / 16%);
    font-weight: 800;
}

.catalog-search-shell.is-search-page .catalog-search-row {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 150px;
}

.catalog-search-shell.is-search-page .catalog-search-input-wrap .form-control {
    border-radius: 24px;
    font-size: 22px;
    min-height: 68px;
    padding-left: 62px;
}

.catalog-search-shell.is-search-page .catalog-search-button {
    border-radius: 20px;
    min-height: 68px;
}

.catalog-search-shell.is-search-page .catalog-search-icon {
    font-size: 26px;
    left: 26px;
    top: 20px;
}

.catalog-search-icon {
    color: #172033;
    font-size: 24px;
    left: 24px;
    position: absolute;
    top: 17px;
    z-index: 2;
}

.catalog-suggestions {
    left: 0;
    position: absolute;
    right: 120px;
    top: calc(100% + 6px);
    z-index: 30;
}

.catalog-header-suggestions {
    right: 0;
    top: calc(100% + 8px);
}

.search-suggestions-panel {
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    box-shadow: 0 18px 42px rgb(15 23 42 / 16%);
    max-height: 330px;
    overflow-y: auto;
    padding: 6px;
    scrollbar-color: #aab5c2 transparent;
    scrollbar-width: thin;
}

.search-suggestions-panel::-webkit-scrollbar {
    width: 6px;
}

.search-suggestions-panel::-webkit-scrollbar-thumb {
    background: #aab5c2;
    border-radius: 999px;
}

.catalog-suggestions .search-suggestion-item {
    align-items: center;
    border-radius: 8px;
    color: #172033;
    display: grid;
    font-size: 14px;
    font-weight: 750;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 42px;
    padding: 9px 12px;
    text-decoration: none;
    white-space: normal;
}

.catalog-suggestions .search-suggestion-item + .search-suggestion-item {
    border-top: 1px solid #eef2f6;
}

.search-suggestion-title {
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-suggestion-meta {
    color: #667085;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    white-space: nowrap;
}

.catalog-suggestions .search-suggestion-item:hover,
.catalog-suggestions .search-suggestion-item:focus {
    background: #edf7f4;
    color: #0f3f3b;
}

.catalog-suggestions .search-suggestion-item:hover .search-suggestion-meta,
.catalog-suggestions .search-suggestion-item:focus .search-suggestion-meta {
    color: #0f766e;
}

.search-suggestion-empty {
    color: #667085;
    font-size: 14px;
    padding: 12px;
}

.catalog-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: 320px minmax(0, 1fr);
}

.catalog-layout.is-search-layout {
    grid-template-columns: minmax(0, 1fr);
}

.catalog-facets {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 20px;
    box-shadow: 0 18px 42px rgb(15 23 42 / 7%);
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - 36px);
    overflow: hidden;
    padding: 20px;
    position: sticky;
    top: 18px;
}

.catalog-filter-backdrop {
    display: none;
}

.catalog-filter-panel {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

.facet-panel-head {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.facet-panel-body {
    flex: 1 1 auto;
    margin-right: -10px;
    min-height: 0;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-color: #cfd7df transparent;
    scrollbar-width: thin;
}

.facet-panel-body::-webkit-scrollbar {
    width: 6px;
}

.facet-panel-body::-webkit-scrollbar-thumb {
    background: #cfd7df;
    border-radius: 999px;
}

.facet-panel-body::-webkit-scrollbar-track {
    background: transparent;
}

.facet-close,
.mobile-filter-button {
    display: none;
}

.facet-close {
    background: #f4f6f8;
    border: 1px solid #dbe2ea;
    border-radius: 50%;
    flex: 0 0 auto;
    height: 38px;
    position: relative;
    width: 38px;
}

.facet-close::before,
.facet-close::after {
    background: #172033;
    content: "";
    height: 16px;
    left: 18px;
    position: absolute;
    top: 10px;
    width: 2px;
}

.facet-close::before {
    transform: rotate(45deg);
}

.facet-close::after {
    transform: rotate(-45deg);
}

.facet-panel-title {
    color: #172033;
    font-size: 18px;
    font-weight: 900;
}

.facet-found {
    color: #667085;
    font-size: 14px;
    margin-top: 6px;
}

.facet-reset {
    color: #0f766e;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.facet-group {
    border-top: 1px solid #edf0f3;
    padding: 16px 0;
}

.facet-group:first-child {
    border-top: 0;
    padding-top: 0;
}

.facet-title {
    color: #263545;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
}

.facet-check {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin: 8px 0;
}

.facet-check span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.facet-check .form-check-input {
    border-color: #cfd7df;
}

.facet-check .form-check-input:checked {
    background-color: #0f766e;
    border-color: #0f766e;
}

.facet-check small {
    color: #667085;
}

.facet-check.is-disabled {
    color: #9aa4b2;
    cursor: not-allowed;
}

.facet-check.is-disabled span {
    color: #9aa4b2;
}

.facet-check.is-disabled input {
    cursor: not-allowed;
}

.dimension-filter-list {
    display: grid;
    gap: 16px;
}

.dimension-filter {
    display: grid;
    gap: 10px;
}

.dimension-filter-title {
    color: #475467;
    font-size: 12px;
    font-weight: 800;
}

.price-filter {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.price-filter-inputs,
.range-filter-inputs {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
}

.price-filter-inputs .form-control,
.range-filter-inputs .form-control {
    border-color: #e2e7ec;
    border-radius: 10px;
    min-height: 38px;
}

.price-range,
.range-control {
    height: 34px;
    position: relative;
}

.price-range-track,
.range-track {
    background: #dbe2ea;
    border-radius: 999px;
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 14px;
}

.price-range-track span,
.range-track span {
    border-radius: 999px;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.range-available {
    background: #b8ddd6;
}

.range-selected {
    background: #0f766e;
}

.price-range-input {
    appearance: none;
    background: transparent;
    height: 34px;
    left: 0;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.price-range-input::-webkit-slider-thumb {
    appearance: none;
    background: #ffffff;
    border: 2px solid #0f766e;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgb(15 23 42 / 24%);
    cursor: pointer;
    height: 18px;
    pointer-events: auto;
    width: 18px;
}

.price-range-input::-moz-range-thumb {
    background: #ffffff;
    border: 2px solid #0f766e;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgb(15 23 42 / 24%);
    cursor: pointer;
    height: 18px;
    pointer-events: auto;
    width: 18px;
}

.price-range-input::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
}

.price-range-input::-moz-range-track {
    background: transparent;
    border: 0;
}

.price-range-input-min {
    z-index: 2;
}

.price-range-input-max {
    z-index: 3;
}

.price-filter-bounds,
.range-filter-bounds {
    color: #667085;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}

.facet-actions {
    background: #ffffff;
    border-top: 1px solid #edf0f3;
    box-shadow: 0 -12px 20px rgb(255 255 255 / 92%);
    margin-top: 8px;
    padding: 14px 0 0;
    position: sticky;
    bottom: 0;
    z-index: 20;
}

.facet-actions .btn {
    border-radius: 10px;
    font-weight: 850;
    min-height: 48px;
}

.detail-sidebar {
    align-self: start;
}

.detail-layout .detail-sidebar {
    grid-column: 1;
    grid-row: 1;
}

.detail-main {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
}

.detail-sidebar-link {
    align-items: center;
    border-radius: 6px;
    color: #172033;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding: 8px 0;
    text-decoration: none;
}

.detail-sidebar-link:hover,
.detail-sidebar-link:focus,
.detail-sidebar-link.is-active {
    color: #0f766e;
}

.detail-sidebar-link small {
    color: #667085;
}

.sidebar-stat {
    background: #f7f8fa;
    border-radius: 6px;
    display: grid;
    gap: 4px;
    margin-bottom: 8px;
    padding: 10px;
}

.sidebar-stat span {
    color: #667085;
    font-size: 12px;
}

.sidebar-stat strong {
    color: #172033;
}

.catalog-title {
    color: #092437;
    font-size: 34px;
    font-weight: 900;
    margin: 0 0 4px;
}

.breadcrumbs {
    align-items: center;
    color: #667085;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 750;
    gap: 7px;
    margin-bottom: 10px;
}

.breadcrumbs a {
    color: #0f766e;
    text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #092437;
}

.breadcrumbs a::after {
    color: #98a2b3;
    content: ">";
    margin-left: 7px;
}

.breadcrumbs span {
    color: #667085;
}

.catalog-subtitle {
    color: #667085;
    margin: 0;
}

.catalog-section-head {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.catalog-toolbar {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 18px;
    color: #667085;
    display: flex;
    font-weight: 650;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 12px 14px;
}

.catalog-toolbar-actions {
    align-items: center;
    display: flex;
    gap: 10px;
}

.catalog-toolbar-actions .form-select {
    border-color: #e2e7ec;
    border-radius: 10px;
    min-width: 210px;
}

.category-list-hero {
    align-items: end;
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 20px;
    box-shadow: 0 16px 36px rgb(15 23 42 / 5%);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 28px;
}

.category-list-hero h1 {
    color: #092437;
    font-size: 38px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 10px;
}

.category-list-hero p:last-child {
    color: #667085;
    font-size: 17px;
    margin: 0;
}

.category-list-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.category-list-card {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgb(15 23 42 / 5%);
    overflow: hidden;
}

.category-list-main {
    align-items: center;
    color: #172033;
    display: flex;
    gap: 12px;
    padding: 18px;
    text-decoration: none;
}

.category-list-icon {
    align-items: center;
    background-color: #092437;
    border-radius: 12px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 20px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.category-list-main strong {
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.category-list-main small {
    color: #667085;
    display: block;
    font-weight: 700;
    margin-top: 5px;
}

.category-list-children {
    border-top: 1px solid #edf0f3;
    display: grid;
    padding: 8px 18px 16px;
}

.category-list-children a {
    align-items: center;
    border-radius: 10px;
    color: #344054;
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    text-decoration: none;
}

.category-list-children a:hover,
.category-list-children a:focus,
.category-list-main:hover,
.category-list-main:focus {
    color: #0f766e;
}

.category-list-children small {
    color: #667085;
    font-weight: 800;
}

.site-home-hero {
    align-items: end;
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 20px;
    box-shadow: 0 16px 36px rgb(15 23 42 / 5%);
    display: flex;
    gap: 28px;
    justify-content: space-between;
    min-height: 320px;
    padding: 34px;
}

.site-home-hero h1 {
    color: #092437;
    font-size: 44px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 14px;
    max-width: 760px;
}

.site-home-hero p:last-child {
    color: #667085;
    font-size: 18px;
    margin: 0;
    max-width: 720px;
}

.site-home-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.site-home-section {
    margin-top: 42px;
}

.site-home-section-head {
    margin-bottom: 18px;
    max-width: 760px;
}

.site-home-section-head h2 {
    color: #092437;
    font-size: 32px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 10px;
}

.site-home-section-head p:last-child {
    color: #667085;
    font-size: 17px;
    margin: 0;
}

.site-home-benefits {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-home-benefits article {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 16px;
    box-shadow: 0 14px 32px rgb(15 23 42 / 4%);
    padding: 24px;
}

.site-home-benefits article > span {
    align-items: center;
    background: #e7f4f2;
    border-radius: 14px;
    color: #0f766e;
    display: inline-flex;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    margin-bottom: 18px;
    width: 48px;
}

.site-home-benefits h3 {
    color: #1d2939;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 10px;
}

.site-home-benefits p {
    color: #667085;
    line-height: 1.55;
    margin: 0;
}

.catalog-showcase {
    display: grid;
    gap: 34px;
    margin-top: 42px;
}

.catalog-showcase-section {
    display: grid;
    gap: 18px;
}

.catalog-showcase-head {
    align-items: end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.catalog-showcase-head h2 {
    color: #092437;
    font-size: 30px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 8px;
}

.catalog-showcase-head p {
    color: #667085;
    margin: 0;
    max-width: 860px;
}

.catalog-showcase-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.catalog-showcase-more-card {
    align-items: flex-start;
    background: #f7f8fa;
    border: 1px solid #d9e2ea;
    border-top: 4px solid #0f766e;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgb(15 23 42 / 5%);
    color: #475467;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 28px;
    position: relative;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.catalog-showcase-more-card:hover,
.catalog-showcase-more-card:focus-visible {
    border-color: #9bd5ce;
    border-top-color: #0f766e;
    box-shadow: 0 20px 42px rgb(15 118 110 / 12%);
    color: #475467;
    transform: translateY(-2px);
}

.catalog-showcase-more-icon {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9e2ea;
    border-radius: 14px;
    color: #0f766e;
    display: inline-flex;
    font-size: 28px;
    height: 58px;
    justify-content: center;
    margin-bottom: auto;
    position: relative;
    width: 58px;
    z-index: 1;
}

.catalog-showcase-more-kicker {
    color: #667085;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-top: 52px;
    position: relative;
    z-index: 1;
}

.catalog-showcase-more-card strong {
    color: #092437;
    display: block;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.08;
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

.catalog-showcase-more-card span {
    position: relative;
    z-index: 1;
}

.catalog-showcase-more-card > span:not(.catalog-showcase-more-icon, .catalog-showcase-more-kicker, .catalog-showcase-more-action) {
    line-height: 1.45;
    margin-top: 12px;
}

.catalog-showcase-more-action {
    align-items: center;
    background: #092437;
    border-radius: 10px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 850;
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
    min-height: 42px;
    padding: 10px 14px;
    width: 100%;
}

.view-toggle {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e7ec;
    border-radius: 10px;
    color: #475467;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.view-toggle.is-active {
    background: #dff7f4;
    border-color: #9bd5ce;
    color: #0f766e;
}

.product-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

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

.product-grid.is-list .product-card {
    display: grid;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
}

.product-grid.is-list .product-card-swiper,
.product-grid.is-list .product-image-link {
    aspect-ratio: 16 / 10;
    min-height: 100%;
}

.product-grid.is-list .product-card-body {
    padding: 22px;
}

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

.product-card {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgb(15 23 42 / 5%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.product-media {
    background: #ffffff;
    position: relative;
}

.product-image-link {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: transparent;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.product-card-swiper {
    aspect-ratio: 4 / 3;
    width: 100%;
}

.product-card-swiper .swiper-wrapper,
.product-card-swiper .swiper-slide {
    height: 100%;
}

.product-card-swiper .swiper-pagination {
    bottom: 10px;
}

.product-card-swiper .swiper-pagination-bullet {
    background: #092437;
    height: 7px;
    opacity: .22;
    width: 7px;
}

.product-card-swiper .swiper-pagination-bullet-active {
    background: #0f766e;
    opacity: 1;
}

.product-image-link img {
    display: block;
    height: 86%;
    object-fit: contain;
    width: 90%;
}

.product-image-link span {
    color: #667085;
}

.product-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px;
}

.product-badge,
.product-gallery-count {
    background: rgb(255 255 255 / 92%);
    border: 1px solid #e5e9ef;
    border-radius: 9px;
    color: #475467;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    z-index: 2;
}

.product-badge {
    left: 14px;
    padding: 6px 12px;
    top: 14px;
}

.product-gallery-count {
    bottom: 14px;
    padding: 5px 10px;
    right: 14px;
}

.favorite-button {
    align-items: center;
    background: rgb(255 255 255 / 92%);
    border: 1px solid #e5e9ef;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgb(15 23 42 / 10%);
    color: #172033;
    display: inline-flex;
    font-size: 19px;
    height: 38px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 14px;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
    width: 38px;
    z-index: 3;
}

.favorite-button:hover,
.favorite-button:focus-visible {
    background: #e6f5f2;
    border-color: #0f766e;
    box-shadow: 0 12px 24px rgb(15 118 110 / 18%);
    transform: translateY(-1px) scale(1.04);
}

.favorite-button:hover,
.favorite-button:focus-visible {
    color: #0f766e;
}

.favorite-button:active {
    transform: scale(.94);
}

.favorite-button.is-active {
    background: #e6f5f2;
    border-color: #0f766e;
    color: #0f766e;
}

.favorite-button.is-loading {
    cursor: wait;
    opacity: .72;
}

.product-meta-row {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.product-category {
    color: #667085;
    font-size: 13px;
}

.product-rating {
    display: none;
}

.product-rating::before {
    content: none;
}

.product-card h2 {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
    margin: 8px 0 14px;
}

.product-card h2 a {
    color: #172033;
    text-decoration: none;
}

.product-facts {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    margin: 0 0 14px;
}

.product-facts div {
    background: #f7f8fa;
    border: 1px solid #eef1f3;
    border-radius: 10px;
    min-width: 0;
    padding: 10px 12px;
}

.product-facts dt {
    color: #667085;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
}

.product-facts dd {
    font-size: 18px;
    font-weight: 850;
    line-height: 1.2;
    margin: 4px 0 0;
    overflow-wrap: anywhere;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    min-height: 30px;
}

.tags span {
    background: #f7f8fa;
    border: 1px solid #edf0f3;
    border-radius: 999px;
    color: #344054;
    font-size: 12px;
    padding: 5px 9px;
}

.product-card-actions {
    display: block;
    margin-top: 14px;
}

.product-offers-button {
    align-items: center;
    background: #092437;
    border-radius: 10px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 850;
    justify-content: center;
    min-height: 42px;
    text-decoration: none;
    width: 100%;
}

.product-offers-button:hover,
.product-offers-button:focus {
    background: #12364d;
    color: #ffffff;
}

.empty-state,
.catalog-load-more,
.content-band {
    background: #ffffff;
    border: 1px solid #dde4ec;
    border-radius: 8px;
    color: #667085;
    grid-column: 1 / -1;
    padding: 28px;
}

.catalog-load-more {
    text-align: center;
}

.search-empty-guide {
    background: #ffffff;
    border: 1px solid #dde4ec;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgb(15 23 42 / 5%);
    display: grid;
    gap: 26px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .8fr);
    padding: 30px;
}

.search-empty-copy {
    grid-column: 1 / -1;
    max-width: 720px;
}

.search-empty-copy h2 {
    color: #1d2939;
    font-size: 28px;
    font-weight: 850;
    margin: 0 0 10px;
}

.search-empty-copy p:last-child {
    color: #667085;
    font-size: 17px;
    line-height: 1.55;
    margin: 0;
}

.search-empty-block h3 {
    color: #344054;
    font-size: 16px;
    font-weight: 850;
    margin: 0 0 12px;
}

.search-empty-links,
.search-empty-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-empty-links a,
.search-empty-categories a {
    align-items: center;
    background: #f7f9fb;
    border: 1px solid #dde4ec;
    border-radius: 999px;
    color: #1d2939;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    min-height: 42px;
    padding: 9px 14px;
    text-decoration: none;
}

.search-empty-links a:hover,
.search-empty-links a:focus,
.search-empty-categories a:hover,
.search-empty-categories a:focus {
    background: #e7f4f2;
    border-color: #9fcfca;
    color: #0f766e;
}

.search-empty-categories small {
    color: #667085;
    font-size: 12px;
    font-weight: 750;
}

.search-results-head {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgb(15 23 42 / 5%);
    padding: 22px;
}

.back-link {
    display: inline-block;
    margin-bottom: 16px;
}

.producer-profile-hero {
    align-items: stretch;
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 24px;
    box-shadow: 0 20px 54px rgb(15 23 42 / 7%);
    display: grid;
    gap: 28px;
    grid-template-columns: 220px minmax(0, 1fr) 260px;
    margin-bottom: 28px;
    padding: 30px;
}

.producer-profile-logo {
    align-items: center;
    align-self: start;
    aspect-ratio: 1;
    background: #f2f6f8;
    border: 1px solid #e3e8ee;
    border-radius: 22px;
    color: #0f766e;
    display: flex;
    font-size: 74px;
    font-weight: 950;
    justify-content: center;
    overflow: hidden;
}

.producer-profile-logo img {
    height: 100%;
    object-fit: contain;
    padding: 24px;
    width: 100%;
}

.producer-profile-copy {
    align-self: center;
    min-width: 0;
}

.producer-profile-copy h1 {
    color: #092437;
    font-size: 48px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0 0 14px;
}

.producer-profile-copy p:not(.eyebrow) {
    color: #667085;
    font-size: 18px;
    line-height: 1.55;
    margin: 0;
    max-width: 820px;
}

.producer-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.producer-profile-actions .btn {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.producer-profile-muted {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e3e8ee;
    border-radius: 12px;
    color: #667085;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    min-height: 40px;
    padding: 8px 12px;
}

.producer-profile-stats {
    display: grid;
    gap: 12px;
}

.producer-profile-stats div {
    background: #f8fafc;
    border: 1px solid #e3e8ee;
    border-radius: 16px;
    display: grid;
    gap: 4px;
    padding: 16px;
}

.producer-profile-stats span {
    color: #092437;
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
}

.producer-profile-stats small {
    color: #667085;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.producer-about-card {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 20px;
    box-shadow: 0 16px 38px rgb(15 23 42 / 5%);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(240px, .45fr) minmax(0, 1fr);
    margin-bottom: 34px;
    padding: 26px;
}

.producer-about-card h2 {
    color: #092437;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0;
}

.producer-about-card p:last-child {
    color: #475467;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
}

.producer-page-offers {
    display: grid;
    gap: 18px;
}

.producer-page-offer-card {
    border-radius: 18px;
}

.producer-page-offer-card .producer-offer-body h3 a {
    color: inherit;
    text-decoration: none;
}

.producer-page-offer-card .producer-offer-body h3 a:hover,
.producer-page-offer-card .producer-offer-body h3 a:focus {
    color: #0f766e;
}

.producer-page-offer-name {
    color: #667085;
    line-height: 1.45;
    margin: 8px 0 0;
}

.detail-head,
.producer-head {
    background: #ffffff;
    border: 1px solid #dde4ec;
    border-radius: 8px;
    display: grid;
    gap: 22px;
    grid-template-columns: 320px 1fr;
    margin-bottom: 28px;
    padding: 20px;
}

.detail-head img,
.producer-head img {
    background: #edf1f5;
    border-radius: 6px;
    width: 100%;
}

.detail-head h1,
.producer-head h1 {
    margin: 0 0 18px;
}

.detail-facts {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    max-width: 720px;
}

.price-trend-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dde4ec;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(150px, .7fr) 168px;
    margin: 0 0 18px;
    max-width: 560px;
    padding: 14px 16px;
}

.price-trend-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.price-trend-copy span,
.price-trend-meta {
    color: #667085;
    font-size: 12px;
    font-weight: 750;
}

.price-trend-copy strong {
    color: #111827;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.05;
}

.price-trend-copy small {
    font-size: 12px;
    font-weight: 850;
}

.price-trend-copy small.is-up {
    color: #b42318;
}

.price-trend-copy small.is-down {
    color: #027a48;
}

.price-trend-copy small.is-flat {
    color: #667085;
}

.price-trend-chart {
    height: 54px;
    overflow: visible;
    width: 168px;
}

.price-trend-chart polygon {
    fill: rgb(15 118 110 / 10%);
}

.price-trend-chart line {
    stroke: #cbd5e1;
    stroke-dasharray: 3 4;
    stroke-width: 1.2;
}

.price-trend-chart polyline {
    fill: none;
    stroke: #0f766e;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.price-trend-chart circle {
    fill: #0f766e;
    stroke: #ffffff;
    stroke-width: 2;
}

.price-trend-meta {
    display: flex;
    gap: 10px;
    grid-column: 1 / -1;
    justify-content: space-between;
}

.description,
.producer-head p {
    color: #475467;
    line-height: 1.55;
}

.section-title {
    font-size: 24px;
    margin: 0 0 16px;
}

.offers-heading {
    display: grid;
    gap: 16px;
    margin-bottom: 16px;
}

.offers-heading .section-title {
    color: #092437;
    font-size: 32px;
    font-weight: 950;
    line-height: 1.05;
    margin-bottom: 8px;
}

.offers-heading p {
    color: #667085;
    margin: 0;
}

.producer-offers {
    display: grid;
    gap: 18px;
}

.producer-offer-card {
    background: #ffffff;
    border: 1px solid #dde4ec;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgb(15 23 42 / 5%);
    display: grid;
    gap: 28px;
    grid-template-columns: 380px minmax(0, 1fr) 220px;
    padding: 22px;
}

.producer-offer-gallery {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1.75fr) minmax(104px, .9fr);
}

.producer-offer-image {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #f3f5f7;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.producer-offer-image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.producer-offer-image-product img {
    object-fit: cover;
}

.producer-offer-image-profile {
    background: var(--profile-bg, #f8fafc);
}

.producer-offer-image-profile img {
    filter: drop-shadow(0 0 1px rgb(255 255 255 / 90%)) drop-shadow(0 0 1px rgb(15 23 42 / 75%));
    padding: 12px;
}

.producer-offer-image-empty {
    color: #667085;
    grid-column: 1 / -1;
}

.producer-offer-hidden-image {
    display: none;
}

.producer-offer-body {
    align-content: start;
    display: grid;
    gap: 10px;
}

.producer-offer-producer,
.producer-offer-producer a {
    color: #0f766e;
    font-weight: 900;
    text-decoration: none;
}

.producer-offer-body h3 {
    color: #092437;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
}

.producer-offer-price {
    align-items: baseline;
    color: #092437;
    display: flex;
    flex-wrap: wrap;
    font-size: 30px;
    font-weight: 950;
    gap: 10px;
    line-height: 1;
}

.producer-offer-price-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.producer-offer-price span {
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.offer-price-trend {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    display: grid;
    gap: 8px;
    grid-template-columns: 76px auto;
    min-height: 48px;
    padding: 7px 10px;
}

.offer-price-trend-chart {
    height: 28px;
    overflow: visible;
    width: 76px;
}

.offer-price-trend-chart line {
    stroke: #cbd5e1;
    stroke-dasharray: 3 4;
    stroke-width: 1.3;
}

.offer-price-trend-chart polyline {
    fill: none;
    stroke: #0f766e;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
}

.offer-price-trend-chart circle {
    fill: #0f766e;
    stroke: #ffffff;
    stroke-width: 2;
}

.offer-price-trend div {
    display: grid;
    gap: 1px;
}

.offer-price-trend span {
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.offer-price-trend span.is-up {
    color: #b42318;
}

.offer-price-trend span.is-down {
    color: #027a48;
}

.offer-price-trend span.is-flat {
    color: #667085;
}

.offer-price-trend small {
    color: #667085;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.05;
}

.producer-offer-properties {
    border: 1px solid #edf0f3;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 8px;
    overflow: hidden;
}

.producer-offer-property {
    background: #f8fafc;
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 11px 14px;
}

.producer-offer-property + .producer-offer-property {
    border-left: 1px solid #edf0f3;
}

.producer-offer-property span,
.producer-offer-ai span {
    color: #667085;
    font-size: 12px;
    line-height: 1.15;
}

.producer-offer-property strong,
.producer-offer-ai strong {
    color: #172033;
    font-size: 14px;
    line-height: 1.2;
}

.producer-offer-ai {
    display: grid;
    gap: 3px;
}

.producer-offer-actions {
    align-content: start;
    display: grid;
    gap: 14px;
}

.producer-offer-actions form {
    margin: 0;
}

.producer-offer-actions .offer-favorite-button,
.producer-offer-external {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 10px 14px;
    text-decoration: none;
    width: 100%;
}

.producer-offer-actions .offer-favorite-button i,
.producer-offer-external i {
    font-size: 18px;
    line-height: 1;
    margin-right: 8px;
}

.producer-offer-actions .offer-favorite-button {
    color: #667085;
}

.producer-offer-external {
    background: #ffffff;
    border: 1px solid #0f766e;
    color: #0f766e;
}

.offers-table-wrap {
    background: #ffffff;
    border: 1px solid #dde4ec;
    border-radius: 8px;
    overflow-x: auto;
}

.offers-table {
    border-collapse: collapse;
    min-width: 900px;
    width: 100%;
}

.offers-table th,
.offers-table td {
    border-bottom: 1px solid #edf0f3;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.offers-table th {
    color: #667085;
    font-size: 13px;
}

.offer-property {
    display: grid;
    gap: 2px;
}

.offer-property + .offer-property {
    margin-top: 8px;
}

.offer-property span {
    color: #667085;
    font-size: 12px;
}

.offer-property strong {
    color: #172033;
}

.favorite-inline-form {
    margin: -6px 0 12px;
}

.favorite-text-button,
.offer-favorite-button {
    background: #ffffff;
    border: 1px solid #cfd8e3;
    border-radius: 999px;
    color: #0f766e;
    font-weight: 700;
    padding: 8px 14px;
}

.favorite-text-button.is-active,
.offer-favorite-button.is-active {
    background: #e6f5f2;
    border-color: #0f766e;
}

.product-share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 18px;
}

.product-share-action {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d6dee8;
    border-radius: 8px;
    color: #263545;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 7px;
    min-height: 38px;
    padding: 8px 11px;
    text-decoration: none;
}

.product-share-action i {
    color: #0f766e;
    font-size: 17px;
    line-height: 1;
}

.product-share-action:hover,
.product-share-action:focus {
    background: #edf7f4;
    border-color: #0f766e;
    color: #0f766e;
}

.account-panel {
    background: #ffffff;
    border: 1px solid #dde4ec;
    border-radius: 12px;
    box-shadow: 0 16px 36px rgb(15 23 42 / 5%);
    padding: 24px;
}

.account-panel-narrow {
    margin: 0 auto;
    max-width: 520px;
}

.account-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
}

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

.account-form label {
    display: grid;
    gap: 7px;
}

.account-form label span,
.account-profile dt {
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.account-form input[type="email"],
.account-form input[type="password"] {
    border: 1px solid #cfd8e3;
    border-radius: 10px;
    min-height: 44px;
    padding: 10px 12px;
}

.account-checkbox {
    align-items: flex-start;
    display: flex !important;
    gap: 10px;
    grid-template-columns: none;
}

.account-checkbox input {
    flex: 0 0 auto;
    margin-top: 3px;
}

.account-muted {
    color: #667085;
}

.account-profile {
    background: #f7f8fa;
    border-radius: 10px;
    padding: 14px;
}

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

.favorites-head h1 {
    margin: 0 0 6px;
}

.favorites-head p {
    color: #667085;
    margin: 0;
}

.favorites-section {
    margin-bottom: 36px;
}

.product-grid-favorites {
    max-width: none;
}

.favorite-offers {
    display: grid;
    gap: 14px;
}

.favorite-offer-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dde4ec;
    border-radius: 12px;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) 96px auto;
    padding: 16px;
}

.favorite-offer-card h3 {
    font-size: 18px;
    margin: 4px 0;
}

.favorite-offer-card span,
.favorite-offer-card p {
    color: #667085;
}

.favorite-offer-card img {
    background: #edf1f5;
    border-radius: 8px;
    height: 72px;
    object-fit: contain;
    width: 96px;
}

.profile-image-link {
    align-items: center;
    background: #f7f8fa;
    border: 1px solid #dde4ec;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    min-height: 72px;
    padding: 6px;
    width: 110px;
}

.profile-image-link img {
    max-height: 82px;
    max-width: 100%;
    object-fit: contain;
}

.producer-stats {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.producer-stats span {
    background: #f7f8fa;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 10px;
}

.error-page {
    background: #ffffff;
    border: 1px solid #dde4ec;
    border-radius: 8px;
    margin: 48px auto;
    max-width: 640px;
    padding: 40px;
}

.error-code {
    color: #0f766e;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.error-page h1 {
    font-size: 32px;
    margin: 0 0 12px;
}

.error-page p {
    color: #667085;
}

.error-link {
    display: inline-block;
    font-weight: 800;
    margin-top: 12px;
    text-decoration: none;
}

.empty-state-soft {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgb(15 23 42 / 4%);
}

.eyebrow {
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.favorites-hero,
.account-hero,
.auth-card,
.content-page {
    background:
        linear-gradient(135deg, rgb(255 255 255 / 96%), rgb(244 248 249 / 96%)),
        radial-gradient(circle at 92% 20%, rgb(15 118 110 / 14%), transparent 34%);
    border: 1px solid #e3e8ee;
    border-radius: 24px;
    box-shadow: 0 20px 52px rgb(15 23 42 / 7%);
}

.favorites-hero,
.account-hero {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between;
    margin-bottom: 34px;
    padding: 34px;
}

.favorites-hero h1,
.account-hero h1,
.auth-card h1,
.content-page h1 {
    color: #092437;
    font-size: 46px;
    font-weight: 950;
    line-height: 1;
    margin: 0 0 12px;
}

.favorites-hero p,
.account-hero p,
.auth-copy p,
.content-page p {
    color: #667085;
    font-size: 18px;
    margin: 0;
    max-width: 820px;
}

.favorites-hero-actions {
    align-items: center;
    display: flex;
    gap: 14px;
}

.favorites-summary-pill {
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 18px;
    display: grid;
    min-width: 112px;
    padding: 12px 16px;
    text-align: center;
}

.favorites-summary-pill strong {
    color: #092437;
    font-size: 26px;
    line-height: 1;
}

.favorites-summary-pill span {
    color: #667085;
    font-size: 12px;
    font-weight: 700;
}

.section-heading {
    align-items: end;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.section-heading h2 {
    color: #172033;
    font-size: 30px;
    font-weight: 900;
    margin: 0;
}

.section-heading a {
    font-weight: 800;
    text-decoration: none;
}

.favorites-section {
    margin-bottom: 42px;
}

.favorite-offer-card {
    border-color: #e3e8ee;
    border-radius: 20px;
    box-shadow: 0 16px 36px rgb(15 23 42 / 5%);
    gap: 20px;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    padding: 18px;
}

.favorite-offer-image {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #fbfaf8, #edf1f5);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
}

.favorite-offer-image img,
.favorite-offer-card img {
    display: block;
    height: 86%;
    object-fit: contain;
    width: 90%;
}

.favorite-offer-image span,
.favorite-offer-body p {
    color: #667085;
}

.favorite-offer-body p {
    margin: 0 0 6px;
}

.favorite-offer-card h3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.favorite-offer-card h3 a {
    color: #172033;
    text-decoration: none;
}

.favorite-offer-card h3 a:hover,
.favorite-offer-card h3 a:focus {
    color: #0f766e;
}

.favorite-offer-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.favorite-offer-meta span,
.favorite-offer-meta strong {
    background: #f7f8fa;
    border: 1px solid #edf0f3;
    border-radius: 999px;
    padding: 7px 11px;
}

.favorite-offer-meta strong {
    color: #092437;
}

.account-panel {
    border-radius: 20px;
}

.account-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-panel-wide {
    grid-column: 1 / -1;
}

.account-form input[type="email"],
.account-form input[type="password"],
.account-form input[type="text"] {
    border-radius: 14px;
    min-height: 50px;
    padding: 12px 14px;
}

.account-profile {
    border: 1px solid #edf0f3;
    border-radius: 16px;
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 18px;
}

.account-profile dd {
    font-size: 18px;
    font-weight: 800;
    margin: 4px 0 0;
}

.auth-page {
    display: flex;
    justify-content: center;
}

.auth-card {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, .95fr) minmax(360px, .8fr);
    max-width: 980px;
    padding: 34px;
    width: 100%;
}

.auth-card-compact {
    max-width: 840px;
}

.auth-copy {
    align-content: center;
    display: grid;
}

.auth-form {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 20px;
    box-shadow: 0 14px 36px rgb(15 23 42 / 5%);
    padding: 22px;
}

.account-consent {
    color: #667085;
    font-size: 14px;
    margin: -2px 0 0;
}

.account-favorite-teaser {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.content-page {
    margin: 0 auto;
    max-width: 960px;
    padding: 42px;
}

.legal-document {
    display: grid;
    gap: 18px;
}

.legal-document h2 {
    color: #172033;
    font-size: 24px;
    font-weight: 900;
    margin: 18px 0 0;
}

.legal-document p {
    line-height: 1.65;
}

.legal-document ul {
    color: #4b5563;
    display: grid;
    gap: 8px;
    font-size: 17px;
    line-height: 1.55;
    margin: 0;
    padding-left: 22px;
}

.legal-date {
    font-weight: 800;
}

.legal-requisites {
    background: #ffffff;
    border: 1px solid #e3e8ee;
    border-radius: 18px;
    display: grid;
    gap: 0;
    margin: 4px 0 10px;
    overflow: hidden;
}

.legal-requisites div {
    display: grid;
    gap: 12px;
    grid-template-columns: 180px minmax(0, 1fr);
    padding: 14px 18px;
}

.legal-requisites div + div {
    border-top: 1px solid #edf0f3;
}

.legal-requisites dt {
    color: #667085;
    font-weight: 800;
}

.legal-requisites dd {
    color: #172033;
    font-weight: 800;
    margin: 0;
}

.site-footer {
    background:
        radial-gradient(circle at 15% 12%, rgb(255 255 255 / 8%), transparent 28%),
        radial-gradient(circle at 85% 70%, rgb(255 255 255 / 5%), transparent 24%),
        linear-gradient(145deg, #343534 0%, #242625 48%, #171817 100%);
    border-top: 1px solid rgb(255 255 255 / 12%);
    margin-top: 48px;
    padding: 34px 0;
}

.site-footer > div {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.site-footer-brand p {
    color: rgb(255 255 255 / 72%);
    margin: 12px 0 0;
    max-width: 620px;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
}

.site-footer-links a {
    color: rgb(255 255 255 / 78%);
    font-weight: 700;
    text-decoration: none;
}

.site-footer-links a:hover,
.site-footer-links a:focus {
    color: #ffffff;
}

.site-footer-contact {
    color: #d1d1d1;
    font-size: 14px;
    margin: 0;
}

.cookie-notice {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 18px;
    bottom: 18px;
    box-shadow: 0 18px 46px rgb(15 23 42 / 18%);
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    left: 18px;
    max-width: 760px;
    padding: 18px;
    position: fixed;
    right: 18px;
    z-index: 1200;
}

.cookie-notice[hidden] {
    display: none;
}

.cookie-notice-text {
    color: #4b5563;
    display: grid;
    gap: 4px;
    line-height: 1.45;
}

.cookie-notice-text strong {
    color: #172033;
    font-size: 16px;
}

.maintenance-page {
    background: #f3f6f8;
    color: #172033;
    min-height: 100vh;
}

.maintenance-shell {
    align-items: center;
    display: grid;
    min-height: 100vh;
    padding: 24px;
}

.maintenance-card {
    background: #ffffff;
    border: 1px solid #dde4ec;
    border-radius: 8px;
    box-shadow: 0 18px 60px rgb(15 23 42 / 8%);
    margin: 0 auto;
    max-width: 620px;
    padding: 36px;
    width: 100%;
}

.maintenance-card .catalog-brand-logo {
    filter: drop-shadow(0 8px 20px rgb(15 23 42 / 10%));
}

.maintenance-card h1 {
    color: #092437;
    font-size: 38px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 28px 0 14px;
}

.maintenance-card p {
    color: #667085;
    font-size: 18px;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 991px) {
    body {
        padding-bottom: 76px;
    }

    .site-home-hero,
    .category-list-hero,
    .catalog-showcase-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-home-actions {
        justify-content: flex-start;
    }

    .site-home-benefits {
        grid-template-columns: 1fr;
    }

    .producer-profile-hero {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .producer-profile-stats {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .producer-about-card {
        grid-template-columns: 1fr;
    }

    .catalog-layout,
    .detail-head,
    .producer-head {
        display: block;
    }

    .catalog-header-row {
        gap: 12px;
        grid-template-columns: minmax(0, 1fr) auto auto;
    }

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

    .catalog-brand-logo {
        max-height: 50px;
        width: 178px;
    }

    .catalog-header-nav {
        grid-column: 1 / -1;
        justify-content: flex-start;
        margin-inline: -16px;
        overflow-x: auto;
        padding: 2px 16px 6px;
        scrollbar-width: none;
    }

    .catalog-header-search-form {
        display: none;
    }

    .catalog-header-nav::-webkit-scrollbar,
    .catalog-main-nav > div::-webkit-scrollbar {
        display: none;
    }

    .catalog-search-toggle {
        height: 40px;
        padding: 0;
        width: 40px;
    }

    .catalog-search-toggle-mobile {
        display: inline-flex;
    }

    .catalog-header-nav,
    .catalog-search-toggle-inline {
        display: none;
    }

    .catalog-search-shell {
        display: block;
    }

    .mobile-menu-toggle {
        display: inline-flex;
    }

    .mobile-header-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .catalog-main-nav {
        display: none;
    }

    .mobile-bottom-nav {
        align-items: center;
        background: rgb(255 255 255 / 96%);
        border-top: 1px solid #dbe2ea;
        bottom: 0;
        box-shadow: 0 -12px 34px rgb(15 23 42 / 12%);
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        left: 0;
        padding: 6px 10px calc(6px + env(safe-area-inset-bottom));
        position: fixed;
        right: 0;
        z-index: 70;
    }

    .mobile-bottom-nav a,
    .mobile-bottom-nav button {
        align-items: center;
        background: transparent;
        border: 0;
        color: #263545;
        display: grid;
        gap: 0;
        justify-items: center;
        line-height: 1.05;
        min-height: 48px;
        padding: 4px 1px;
        position: relative;
        text-decoration: none;
    }

    .bottom-nav-label {
        display: none;
    }

    .bottom-nav-icon {
        align-items: center;
        color: #172033;
        display: inline-flex;
        font-size: 24px;
        height: 32px;
        justify-content: center;
        position: relative;
        width: 32px;
    }

    .bottom-nav-icon.is-active,
    .mobile-bottom-nav a:hover .bottom-nav-icon,
    .mobile-bottom-nav button:hover .bottom-nav-icon {
        color: #0f766e;
    }

    .bottom-nav-icon.has-indicator::after,
    .bottom-nav-count {
        background: #0f766e;
        border: 2px solid #ffffff;
        border-radius: 999px;
        color: #ffffff;
    }

    .bottom-nav-icon.has-indicator::after {
        content: "";
        height: 9px;
        min-width: 0;
        position: absolute;
        right: 3px;
        top: 3px;
        width: 9px;
    }

    .bottom-nav-count {
        align-items: center;
        display: inline-flex;
        font-size: 10px;
        font-weight: 900;
        justify-content: center;
        line-height: 1;
        min-width: 17px;
        min-height: 16px;
        padding: 1px 4px;
        position: absolute;
        right: 18px;
        top: 5px;
    }

    .bottom-nav-count.is-empty {
        display: none;
    }

    .user-menu-placeholder {
        justify-content: flex-start;
    }

    .catalog-filter-sheet {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        inset: 0;
        margin: 0;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        transition: opacity .2s ease;
        z-index: 80;
    }

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

    .catalog-filter-backdrop {
        background: rgb(15 23 42 / 42%);
        border: 0;
        display: block;
        inset: 0;
        padding: 0;
        position: fixed;
        width: 100%;
    }

    .catalog-filter-panel {
        background: #ffffff;
        border: 0;
        border-radius: 22px 22px 0 0;
        bottom: 0;
        box-shadow: 0 -18px 52px rgb(15 23 42 / 18%);
        display: flex;
        flex-direction: column;
        left: 0;
        max-height: calc(100dvh - 72px);
        overflow: hidden;
        padding: 18px 20px 0;
        position: fixed;
        right: 0;
        transform: translateY(100%);
        transition: transform .24s ease;
    }

    .catalog-filter-sheet.is-open .catalog-filter-panel {
        transform: translateY(0);
    }

    .facet-panel-head {
        flex: 0 0 auto;
        margin-bottom: 8px;
    }

    .facet-panel-body {
        margin-right: -20px;
        overflow-y: auto;
        padding-bottom: 0;
        padding-right: 20px;
        scrollbar-width: none;
    }

    .facet-panel-body::-webkit-scrollbar {
        display: none;
    }

    .facet-panel-body .price-filter {
        margin-bottom: 16px;
    }

    .facet-panel-body .facet-actions {
        border-top: 0;
        bottom: 0;
        box-shadow: 0 -14px 24px rgb(255 255 255 / 96%);
        margin: 4px -20px 0;
        padding: 12px 20px calc(14px + env(safe-area-inset-bottom));
    }

    .facet-panel-body .facet-actions .btn {
        box-shadow: none;
        display: block;
        width: 100%;
    }

    .facet-reset {
        margin-left: auto;
    }

    .facet-close {
        display: inline-flex;
    }

    .mobile-filter-button {
        align-items: center;
        border-color: #dbe2ea;
        border-radius: 10px;
        color: #263545;
        font-weight: 800;
        justify-content: center;
        min-height: 38px;
    }

    .detail-sidebar {
        margin-bottom: 18px;
        margin-top: 24px;
        max-height: none;
        position: static;
    }

    .detail-main,
    .detail-layout .detail-sidebar {
        grid-column: auto;
        grid-row: auto;
    }

    .account-grid,
    .favorite-offer-card,
    .auth-card,
    .favorites-hero,
    .account-hero,
    .site-footer > div {
        grid-template-columns: 1fr;
    }

    .favorites-head,
    .favorites-hero-actions,
    .account-favorite-teaser {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer-links {
        justify-content: flex-start;
    }

    .legal-requisites div,
    .cookie-notice {
        grid-template-columns: 1fr;
    }

    .producer-offer-card {
        grid-template-columns: 1fr;
    }

    .producer-offer-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .producer-page-offer-card .producer-offer-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .catalog-topbar .container-fluid {
        padding-bottom: 10px !important;
        padding-top: 12px !important;
    }

    .catalog-header-row {
        column-gap: 10px;
    }

    .catalog-header-nav {
        gap: 18px;
        padding-bottom: 2px;
    }

    .catalog-header-nav a {
        font-size: 14px;
    }

    .catalog-main-nav > div {
        gap: 8px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .catalog-main-nav a {
        font-size: 14px;
        min-height: 38px;
        padding: 8px 16px;
    }

    .site-home-hero,
    .category-list-hero {
        padding: 22px;
    }

    .site-home-hero h1,
    .category-list-hero h1 {
        font-size: 34px;
    }

    .site-home-section-head h2 {
        font-size: 27px;
    }

    .producer-profile-hero {
        border-radius: 18px;
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .producer-profile-logo {
        height: 120px;
        width: 120px;
    }

    .producer-profile-copy h1 {
        font-size: 34px;
    }

    .producer-profile-copy p:not(.eyebrow) {
        font-size: 16px;
    }

    .producer-profile-actions .btn,
    .producer-profile-muted {
        width: 100%;
    }

    .producer-profile-stats {
        grid-template-columns: 1fr;
    }

    .producer-about-card {
        padding: 22px;
    }

    .producer-about-card h2 {
        font-size: 25px;
    }

    .catalog-search-shell.is-search-page {
        padding: 14px 0 18px;
    }

    .catalog-search-hero {
        border-radius: 18px;
        padding: 22px;
    }

    .catalog-search-hero-copy h1 {
        font-size: 30px;
    }

    .catalog-search-shell.is-search-page .catalog-search-row {
        grid-template-columns: 1fr;
    }

    .catalog-search-shell.is-search-page .catalog-search-input-wrap .form-control {
        font-size: 17px;
        min-height: 56px;
        padding-left: 50px;
    }

    .catalog-search-shell.is-search-page .catalog-search-button {
        min-height: 52px;
    }

    .catalog-search-shell.is-search-page .catalog-search-icon {
        font-size: 22px;
        left: 18px;
        top: 17px;
    }

    .site-home-actions {
        width: 100%;
    }

    .site-home-actions .btn,
    .catalog-showcase-head .btn {
        width: 100%;
    }

    .catalog-showcase-head h2 {
        font-size: 25px;
    }

    .catalog-search-shell .container-fluid {
        padding-bottom: 14px !important;
        padding-top: 14px !important;
    }

    .catalog-search-row {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .catalog-search-input-wrap .form-control {
        border-radius: 18px;
        font-size: 16px;
        min-height: 50px;
        padding-left: 46px;
        text-overflow: ellipsis;
    }

    .catalog-search-icon {
        font-size: 20px;
        left: 18px;
        top: 16px;
    }

    .catalog-search-button {
        border-radius: 14px;
        min-height: 48px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    main.container-fluid {
        padding-top: 18px !important;
    }

    .catalog-toolbar,
    .catalog-section-head {
        align-items: stretch;
        display: grid;
        gap: 12px;
    }

    .catalog-toolbar-actions {
        align-items: stretch;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto auto;
    }

    .catalog-toolbar-actions .form-select {
        min-width: 0;
    }

    .catalog-title {
        font-size: 28px;
    }

    .catalog-subtitle {
        font-size: 14px;
    }

    .search-empty-guide {
        border-radius: 16px;
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .search-empty-copy h2 {
        font-size: 23px;
    }

    .search-empty-copy p:last-child {
        font-size: 15px;
    }

    .search-empty-links,
    .search-empty-categories {
        display: grid;
        grid-template-columns: 1fr;
    }

    .search-empty-categories a {
        border-radius: 14px;
        justify-content: space-between;
    }

    .catalog-suggestions {
        right: 0;
    }

    .catalog-suggestions .search-suggestion-item {
        align-items: flex-start;
        gap: 3px;
        grid-template-columns: 1fr;
        min-height: 48px;
    }

    .search-suggestion-title {
        white-space: normal;
    }

    .product-facts {
        grid-template-columns: 1fr;
    }

    .product-grid.is-list .product-card {
        display: flex;
    }

    .product-grid.is-list .product-card-swiper,
    .product-grid.is-list .product-image-link {
        aspect-ratio: 4 / 3;
    }

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

    .price-trend-card {
        grid-template-columns: 1fr;
        max-width: none;
    }

    .price-trend-chart {
        width: 100%;
    }

    .price-trend-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .offers-heading .section-title {
        font-size: 28px;
    }

    .offers-heading p {
        display: none;
    }

    .producer-offers {
        gap: 12px;
    }

    .producer-offer-card {
        gap: 14px;
        padding: 16px;
    }

    .producer-offer-gallery {
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
    }

    .producer-offer-body h3 {
        font-size: 18px;
    }

    .producer-offer-price {
        font-size: 26px;
    }

    .producer-offer-price-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .producer-offer-properties {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .producer-offer-property {
        min-height: 58px;
        padding: 10px 12px;
    }

    .producer-offer-property + .producer-offer-property {
        border-left: 0;
    }

    .producer-offer-property:nth-child(2n) {
        border-left: 1px solid #edf0f3;
    }

    .producer-offer-property:nth-child(n + 3) {
        border-top: 1px solid #edf0f3;
    }

    .producer-offer-actions {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .favorites-hero,
    .account-hero,
    .auth-card,
    .content-page {
        padding: 24px;
    }

    .favorites-hero h1,
    .account-hero h1,
    .auth-card h1,
    .content-page h1 {
        font-size: 36px;
    }
}
