@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600&family=Literata:opsz,wght@7..72,600&display=swap');

:root {
    --rd-bg: #f1f0e7;
    --rd-muted: #dee2d5;
    --rd-dark: #163a36;
    --rd-footer: #24352b;
    --rd-text: #1c2921;
    --rd-copy: #576359;
    --rd-border: #d1cfbf;
    --rd-orange: #e34f24;
}

body:has(.redesign-category) { background: var(--rd-bg); color: var(--rd-text); font-family: 'Golos Text', Arial, sans-serif; }
body:has(.redesign-category) > .header,
body:has(.redesign-category) > .side-cart,
body:has(.redesign-category) > .footer { display: none !important; }
body:has(.redesign-category) .content { padding: 0 !important; background: var(--rd-bg); }
body:has(.redesign-category) .content > .container-xxl { width: 100% !important; max-width: none !important; padding: 0 !important; margin: 0 !important; }
body:has(.redesign-category) .content > .container-xxl > .breadcrumbs,
body:has(.redesign-category) .content > .container-xxl > h1.title { display: none !important; }

.redesign-category, .redesign-category * { box-sizing: border-box; }
.redesign-category { width: 100%; position: relative; overflow: hidden; background: var(--rd-bg); color: var(--rd-text); }
.redesign-category a { color: inherit; text-decoration: none; }
.redesign-category h1, .redesign-category h2, .redesign-category h3, .redesign-category p { margin-top: 0; }
.redesign-category h2 { max-width: none !important; text-align: left !important; text-transform: none !important; }
.redesign-category__container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* The Figma frame uses the full viewport width. This keeps the 1200px grid
   aligned to its x=120 reference edge when the browser reserves a scrollbar. */
@media (min-width: 1241px) {
    .redesign-category__container,
    .redesign-header__inner,
    .redesign-category__body.content-items,
    .redesign-footer__inner {
        margin-right: 0 !important;
        margin-left: calc((100vw - 1200px) / 2) !important;
    }
}

/* Header — Figma 182:383 */
.redesign-header, .redesign-header * { box-sizing: border-box; }
.redesign-header { height: 80px; padding-top: 8px; background: var(--rd-dark); color: #fff; font-family: 'Golos Text', Arial, sans-serif; }
.redesign-header a { color: inherit; text-decoration: none; }
.redesign-header button, .redesign-header input { font: inherit; }
.redesign-header img { display: block; max-width: 100%; }
.redesign-header__inner { width: min(1200px, calc(100% - 48px)); height: 64px; display: flex; align-items: center; margin: 0 auto; }
.redesign-header__logo { width: 104px; height: 46px; display: flex; flex: 0 0 104px; align-items: center; margin-right: 51px; }
.redesign-header__logo img { width: 104px; height: 46px; object-fit: contain; }
.redesign-header__nav { width: 480px; height: 48px; display: flex; flex: 0 0 480px; align-items: center; gap: 12px; }
.redesign-header__nav a { height: 48px; position: relative; display: flex; align-items: center; color: #f1f0e7; font-size: 13px; font-weight: 600; line-height: normal; white-space: nowrap; }
.redesign-header__nav a.is-active::after { width: 100%; height: 2px; position: absolute; bottom: 3px; left: 0; content: ''; border-radius: 1px; background: var(--rd-orange); }
.redesign-header__search { width: 210px; height: 48px; display: flex; flex: 0 0 210px; align-items: center; margin-left: 51px; overflow: hidden; border: 1px solid rgba(241,240,231,.45); border-radius: 12px; background: #204b46; }
.redesign-header__search button { width: 42px; height: 46px; position: relative; flex: 0 0 42px; border: 0; background: transparent; }
.redesign-header__search button span { width: 14px; height: 14px; position: absolute; top: 15px; left: 16px; border: 1.5px solid #fff; border-radius: 50%; opacity: .8; }
.redesign-header__search button span::after { width: 5px; height: 1.5px; position: absolute; right: -3px; bottom: -2px; content: ''; transform: rotate(45deg); background: #fff; }
.redesign-header__search input { min-width: 0; height: 46px; flex: 1; border: 0; outline: 0; padding: 0; background: transparent; color: #fff; font: 13px/normal 'Golos Text', sans-serif; }
.redesign-header__search input::placeholder { color: rgba(255,255,255,.68); }
.redesign-header__phone { width: 152px; height: 52px; display: flex; flex: 0 0 152px; flex-direction: column; justify-content: center; margin-left: 51px; color: #fff; }
.redesign-header__phone strong { font-size: 14px; font-weight: 600; line-height: 17px; }
.redesign-header__phone span { margin-top: 2px; color: rgba(241,240,231,.6); font-size: 12px; line-height: normal; }
.redesign-header__cart { width: 48px; height: 48px; position: relative; display: flex; flex: 0 0 48px; align-items: center; justify-content: center; margin-left: 51px; border-radius: 12px; background: #d96b3b; }
.redesign-header__cart img { width: 22px; height: 22px; }
.redesign-header__cart-count { min-width: 28px; height: 22px; position: absolute; top: -4px; right: -7px; display: flex; align-items: center; justify-content: center; padding: 0 6px; border: 0; border-radius: 999px; background: #d96b3b; color: #fff; font-size: 12px; font-weight: 600; line-height: 16px; }
.redesign-header__burger { display: none; }

/* Hero — Figma 182:430 */
.redesign-category__hero { height: 232px; padding: 13px 0; background: var(--rd-bg); }
.redesign-category__hero-inner { height: 206px; display: flex; align-items: center; justify-content: space-between; }
.redesign-category__hero-copy { width: 700px; height: 206px; display: flex; flex-direction: column; justify-content: center; padding-top: 4px; }
.redesign-category__breadcrumbs { height: 18px; display: flex; align-items: center; gap: 7px; color: #6d756c; font-size: 12px; font-weight: 500; line-height: 18px; }
.redesign-category__eyebrow { margin-top: 6px; color: #bd552b; font-size: 12px; font-weight: 600; line-height: 14px; letter-spacing: 1.1px; }
.redesign-category__hero h1 { margin: 2px 0 0; color: #1d2725; font-family: 'Literata', Georgia, serif; font-size: 52px; font-weight: 600; line-height: 60px; }
.redesign-category__hero-copy > p { width: 650px; margin: 0; color: #827f77; font-size: 17px; line-height: 28px; }
.redesign-category__chips { height: 36px; display: flex; gap: 10px; margin-top: 6px; }
.redesign-category__chips span { height: 36px; display: flex; align-items: center; padding: 0 18px; border: 1px solid #ded8cd; border-radius: 18px; background: #fff; color: #2e655d; font-size: 12px; font-weight: 500; line-height: 16px; }
.redesign-category__hero-image { width: 420px; height: 200px; flex: 0 0 420px; overflow: hidden; border-radius: 20px; background: #e5e3d6; }
.redesign-category__hero-image img { width: 100%; height: 100%; object-fit: cover; }

/* Subsections — Figma 182:448 */
.redesign-category__subsections { height: auto; min-height: 180px; padding: 18px 0; background: var(--rd-muted); }
.redesign-category__subsections h2 { margin: 0; color: #1d2725; font-family: 'Literata', Georgia, serif; font-size: 28px; font-weight: 600; line-height: 36px; letter-spacing: -.2px; }
.redesign-category__subsection-links { display: grid; grid-template-columns: repeat(5, 224px); gap: 10px 20px; margin-top: 10px; }
.redesign-category__subsection-links a { width: 224px; height: auto; min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 10px 13px 10px 14px; border: 1px solid #d6d1c2; border-radius: 14px; background: #fff; box-shadow: 0 6px 9px rgba(26,41,31,.06); color: #223028; font-size: 14px; font-weight: 600; line-height: 20px; }
.redesign-category__subsection-links a > span { min-width: 1px; flex: 1 0 0; letter-spacing: .1px; }
.redesign-category__subsection-links a i { width: 24px; height: 24px; display: flex; flex: 0 0 24px; align-items: center; justify-content: center; overflow: hidden; border-radius: 50%; background: #ede8db; color: #24362b; font-family: 'Golos Text', Arial, sans-serif; font-size: 0; font-style: normal; font-weight: 600; line-height: 17px; }
.redesign-category__subsection-links a i::before { content: '→'; display: block; font-family: 'Golos Text', Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 17px; transform: scaleX(.786); transform-origin: center; }
.redesign-category__subsection-links a:hover { border-color: #2e655d; transform: translateY(-1px); }

/* Catalog toolbar and layout — Figma 182:458 */
.redesign-category__catalog { padding: 40px 0; background: var(--rd-bg); }
.redesign-category__toolbar { height: 64px; display: flex; align-items: center; justify-content: space-between; }
.redesign-category__results { width: 464px; height: 56px; }
.redesign-category__results h2 { margin: 0; font-family: 'Literata', Georgia, serif; font-size: 28px; font-weight: 600; line-height: 36px; white-space: nowrap; }
.redesign-category__results span { display: block; margin-top: 2px; color: #827f77; font-size: 14px; line-height: 17px; }
.redesign-category__sort { width: 226px; height: 44px; position: relative; margin-left: auto; }
.redesign-category__sort select { width: 226px; height: 44px; appearance: none; border: 1px solid #ded8cd; border-radius: 12px; outline: 0; padding: 0 44px 0 16px; background: #fff; box-shadow: 0 4px 12px rgba(26,41,31,.05); color: #1d2725; font: 600 12px/44px 'Golos Text', sans-serif; }
.redesign-category__sort select:focus-visible { outline: 2px solid #2e655d; outline-offset: 2px; }
.redesign-category__sort-icon { position: absolute; top: 13px; right: 13px; bottom: 13px; width: 18px; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.redesign-category__sort-icon svg { width: 12px; height: 8px; overflow: visible; stroke: #1d2725; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5px; }
.redesign-category__sort-icon path { fill: none; }
.redesign-category__per-page { width: 220px; height: 44px; display: flex; align-items: center; gap: 10px; margin-left: 145px; }
.redesign-category__per-page > span { font-size: 13px; font-weight: 500; white-space: nowrap; }
.redesign-category__per-page > div { height: 44px; display: flex; gap: 4px; padding: 4px; border-radius: 12px; background: #efe9de; }
.redesign-category__per-page a { width: 48px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #fff; font-size: 14px; font-weight: 600; }
.redesign-category__per-page a.is-active { background: var(--rd-dark); color: #fff; }
.redesign-category__filter-button { display: none; }
.redesign-category__body.content-items { width: min(1200px, calc(100% - 48px)); display: grid; grid-template-columns: 260px minmax(0, 908px); gap: 32px; margin: 24px auto 0; }
.redesign-category__body.content-items { min-height: 0; }
.redesign-category__body .content-aside-item, .redesign-category__body .content-main-item { width: auto; min-width: 0; margin: 0; padding: 0 !important; }
.redesign-category__body .aside-content-products, .redesign-category__body .catalog, .redesign-category__body .content-main-item > .js-ajax-block-sort:not(.content-products) { display: none !important; }

/* Smart filter — Figma 182:480 */
.redesign-category__body .content-forms { width: 260px !important; min-width: 260px !important; min-height: 0 !important; height: auto !important; position: relative; display: flex; flex-direction: column; overflow: visible; margin: 0 !important; padding: 24px !important; border: 1px solid #d6d1c2; border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(26,41,31,.07); }
.redesign-category__body .content-forms::before { content: 'Фильтры'; display: block; flex: 0 0 45px; order: 0; height: 45px; margin: 0 0 16px !important; border-bottom: 1px solid #ded8cd; color: #1d2725; font-size: 18px; font-weight: 600; line-height: 28px; }
.redesign-category__body .filter-group { width: 212px !important; flex: 0 0 auto; margin: 0 0 16px !important; overflow: hidden; }
.redesign-category__body .filter-group--price { order: 1; }
.redesign-category__body .filter-group--availability { order: 2; }
.redesign-category__body .filter-group--form { order: 3; }
.redesign-category__body .filter-group--thickness { order: 4; }
.redesign-category__body .filter-group--color { order: 5; }
.redesign-category__body .filter-group--default { order: 5; }
.redesign-category__body .form-buttons { order: 6; }
.redesign-category__body .content-forms-item { margin: 0; }
.redesign-category__body .forms-title { width: auto !important; height: 16px; align-self: flex-start; margin: 0 0 4px !important; padding: 0 !important; color: #1d2725; font-family: 'Golos Text', Arial, sans-serif !important; font-size: 13px !important; font-weight: 600 !important; line-height: 16px !important; text-transform: none !important; }
.redesign-category__body .filter-option { width: 212px; min-height: 36px; height: 36px; display: flex; align-items: center; gap: 10px; margin: 0 !important; padding: 0 !important; }
.redesign-category__body .filter-group--form { min-height: 0; height: auto; overflow: visible; }
.redesign-category__body .filter-group--form .filter-option { min-height: 36px; height: 36px; }
.redesign-category__body .filter-group--form .filter-option + .filter-option { margin-top: 0 !important; }
.redesign-category__body .filter-group--availability,
.redesign-category__body .filter-group--thickness,
.redesign-category__body .filter-group--color { height: auto; min-height: 0; }
.redesign-category__body .filter-group--color { margin-bottom: 24px !important; }
.redesign-category__body .filter-group--form:not(:has(.filter-option)),
.redesign-category__body .filter-group--thickness:not(:has(.filter-option)),
.redesign-category__body .filter-group--color:not(:has(.filter-option)),
.redesign-category__body .filter-group--default:not(:has(.filter-option)) { display: none !important; }
.redesign-category__body .filter-group--color .forms-title, .redesign-category__body .filter-group--thickness .forms-title { margin-bottom: 12px !important; }
.redesign-category__body .filter-group--color .filter-option + .filter-option { margin-top: 4px !important; }
.redesign-category__body .filter-option input[type='checkbox'] { width: 18px; height: 18px; position: static !important; flex: 0 0 18px; margin: 0; appearance: none; border: 1px solid #c7cbbe; border-radius: 5px; opacity: 1 !important; background: #fff; cursor: pointer; }
.redesign-category__body .filter-option input[type='checkbox']:checked { border-color: var(--rd-dark); background: var(--rd-dark); box-shadow: inset 0 0 0 4px #fff; }
.redesign-category__body .filter-option input[type='checkbox']:focus-visible { outline: 2px solid var(--rd-orange); outline-offset: 2px; }
.redesign-category__body .filter-option label { width: auto; min-width: 0; display: flex !important; flex: 1 1 auto; align-items: center; margin: 0; color: #223028; font-size: 12px; font-weight: 400; line-height: 18px; }
.redesign-category__body .filter-option label::before { display: none !important; content: none !important; }
.redesign-category__body .filter-group--form label img { display: none; }
.redesign-category__body .filter-group--color label { color: #223028 !important; font-family: 'Golos Text', Arial, sans-serif !important; font-size: 12px !important; font-weight: 400 !important; line-height: 14px !important; white-space: nowrap; }
.redesign-category__body .filter-group--color label img { width: 22px; height: 22px; order: 2; margin: 0 0 0 auto; border: 1px solid #c7c4b5; border-radius: 6px; object-fit: cover; }
.redesign-category__body .filter-group--thickness .content-forms-item { display: grid; grid-template-columns: repeat(3, 65px); column-gap: 8px; row-gap: 8px; }
.redesign-category__body .filter-group--thickness .forms-title { grid-column: 1 / -1; margin: 0 0 4px !important; }
.redesign-category__body .filter-group--thickness .filter-option { width: 65px !important; min-width: 0; min-height: 44px; height: 44px; position: relative; overflow: hidden; border: 1px solid #d1cfbf; border-radius: 8px; background: #fff; }
.redesign-category__body .filter-group--thickness .filter-option input[type='checkbox'] { position: absolute !important; z-index: 2; inset: 0; width: 100% !important; height: 100% !important; margin: 0 !important; appearance: none; border: 0; border-radius: 0; opacity: 0 !important; cursor: pointer; }
.redesign-category__body .filter-group--thickness .filter-option label { width: 100% !important; height: 100% !important; position: relative; z-index: 1; display: flex !important; flex: 0 0 100% !important; align-items: center; justify-content: center; margin: 0 !important; color: #1c2921; font-family: 'Golos Text', Arial, sans-serif !important; font-size: 12px !important; font-weight: 500 !important; line-height: 14px !important; text-align: center; white-space: nowrap; pointer-events: none; }
.redesign-category__body .filter-group--thickness .filter-option label::before { display: none !important; content: none !important; }
.redesign-category__body .filter-group--thickness .filter-option:has(input:checked) { border-color: var(--rd-dark); background: var(--rd-dark); }
.redesign-category__body .filter-group--thickness .filter-option:has(input:checked) label { color: #fff; }
.redesign-category__body .filter-group--thickness .filter-option:has(input:focus-visible) { outline: 2px solid var(--rd-orange); outline-offset: 2px; }
.redesign-category__body .filter-group--price { height: 110px; }
.redesign-category__body .filter-group--price .forms-title { margin-bottom: 0 !important; }
.redesign-category__body .df-range { height: 82px; margin-top: 0 !important; overflow: visible; }
.redesign-category__body .df-range__inputs { height: 42px; display: flex; gap: 8px; margin: 12px 0 0 !important; }
.redesign-category__body .df-range__input-wrap { width: 102px; height: 42px; position: relative; }
.redesign-category__body .df-range__input-wrap span { position: absolute; z-index: 1; top: 12px; left: 12px; color: #827f77; font-size: 12px; }
.redesign-category__body .df-range__input-wrap input { width: 102px; height: 42px; border: 1px solid #ded8cd; border-radius: 10px; padding: 0 8px 0 30px; color: #223028; font-size: 12px; }
.redesign-category__body .df-range__slider { width: 212px; height: 28px !important; position: relative; margin: 12px 0 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; overflow: visible !important; }
.redesign-category__body .df-range__slider::before { width: 212px; height: 4px; position: absolute; z-index: 0; top: 12px; left: 0; content: ''; border-radius: 2px; background: #ded8cd; }
.redesign-category__body .df-range__slider .noUi-base { width: 166px; height: 4px; position: relative; top: 12px; margin: 0 20px; }
.redesign-category__body .df-range__slider .noUi-connects { height: 4px; border-radius: 2px; background: #ded8cd; }
.redesign-category__body .df-range__slider div { margin-top: 0 !important; }
.redesign-category__body .df-range__slider .noUi-connect { background: #d96b3b; }
.redesign-category__body .df-range__slider.noUi-horizontal .noUi-handle { width: 16px; height: 16px; right: -8px; top: -6px; border: 3px solid #d96b3b; border-radius: 50%; background: #fff; box-shadow: none; cursor: grab; }
.redesign-category__body .df-range__slider.noUi-horizontal .noUi-handle::before,
.redesign-category__body .df-range__slider.noUi-horizontal .noUi-handle::after { display: none; }
.redesign-category__body .df-range__slider.noUi-horizontal .noUi-handle:focus-visible { outline: 2px solid var(--rd-dark); outline-offset: 2px; }
.redesign-category__body .form-buttons { width: 228px; height: 112px; position: relative; right: auto; bottom: auto; left: auto; display: grid; flex: 0 0 112px; gap: 8px; margin: 0 -9px !important; padding: 12px 0; }
.redesign-category__body .form-buttons .btn-submit { min-height: 44px; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 10px; background: var(--rd-dark); color: #fff; font-size: 12px; font-weight: 600; }
.redesign-category__body .form-buttons .btn-submit.d-lg-none { display: none !important; }
.redesign-category__body .form-buttons .btn-reset { min-height: 36px; display: flex; align-items: center; justify-content: center; margin-top: 0 !important; color: #2e655d; font-size: 12px; font-weight: 500; }

/* Products — Figma 182:554 */
.redesign-category__body .content-products { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 20px; margin: 0 !important; }
.redesign-product-card { width: 289px; height: 470px; display: flex; flex-direction: column; gap: 8px; padding: 16px; border: 1px solid #d6d1c2; border-radius: 18px; background: #fff; box-shadow: 0 10px 14px rgba(26,41,31,.10); }
.redesign-category__body .content-products .redesign-product-card__main { width: auto !important; height: auto !important; min-height: 0; display: flex; flex: 1 1 auto !important; flex-direction: column; gap: 8px; margin: 0 !important; padding: 0 !important; }
.redesign-product-card__image { width: 257px; height: 190px; position: relative; display: flex; flex: 0 0 190px; align-items: center; justify-content: center; overflow: hidden; border-radius: 12px; background: #e5e3d6; }
.redesign-product-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s ease; }
.redesign-product-card:hover .redesign-product-card__image img { transform: scale(1.03); }
.redesign-product-card__badge { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 5px 8px; border-radius: 7px; background: var(--rd-orange); color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .3px; }
.redesign-product-card__name { color: #223028; font-size: 16px; font-weight: 600; line-height: 22px; }
.redesign-product-card__meta { color: #526659; font-size: 13px; line-height: 19px; }
.redesign-product-card__bottom { display: flex; flex-direction: column; gap: 8px; }
.redesign-product-card__availability { min-height: 18px; color: #bd552b; font-size: 13px; font-weight: 500; line-height: 18px; }
.redesign-product-card__availability.is-available { color: #398059; }
.redesign-product-card__old-price { margin-bottom: -6px; color: #827f77; font-size: 12px; line-height: 15px; text-decoration: line-through; }
.redesign-product-card__price { color: #223028; font-size: 23px; font-weight: 600; line-height: 29px; }
.redesign-category__body .content-products .redesign-product-card__cart { width: 257px !important; height: 44px !important; min-height: 44px !important; display: flex; flex: 0 0 44px !important; align-items: center; justify-content: center; margin: 0 !important; padding: 0 !important; border: 0; border-radius: 12px; background: var(--rd-dark); color: #fff !important; cursor: pointer; font: 600 14px/44px 'Golos Text', sans-serif; }
.redesign-product-card__cart.is-request { background: var(--rd-orange); }

/* In-grid support banner — Figma 182:666 */
.redesign-category__support { min-height: 136px; display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; padding: 20px 24px; border: 1px solid #e8c7a3; border-radius: 16px; background: #f6f2e5; }
.redesign-category__support span { display: block; color: var(--rd-orange); font-size: 12px; font-weight: 600; line-height: 16px; letter-spacing: .6px; }
.redesign-category__support h2 { margin: 6px 0 0; font-family: 'Golos Text', sans-serif; font-size: 22px; font-weight: 600; line-height: 28px; }
.redesign-category__support p { margin: 6px 0 0; color: #59695e; font-size: 14px; line-height: 18px; }
.redesign-category__support > a { width: 220px; height: 48px; display: flex; align-items: center; justify-content: center; flex: 0 0 220px; border-radius: 12px; background: var(--rd-orange); color: #fff; font-size: 14px; font-weight: 600; }
.redesign-category__body .bx-pagination, .redesign-category__body .navigation { grid-column: 1 / -1; }

/* Consultation CTA — Figma 182:807 */
.redesign-category__consultation { height: 396px; display: flex; align-items: center; background: var(--rd-footer); }
.redesign-category__consultation-inner { height: 316px; display: flex; align-items: center; gap: 80px; padding: 24px 0; }
.redesign-category__consultation-copy { width: 540px; height: 252px; display: flex; flex-direction: column; gap: 14px; }
.redesign-category__consultation-copy > span { color: var(--rd-orange); font-size: 12px; font-weight: 600; line-height: 16px; letter-spacing: .72px; }
.redesign-category__consultation-copy h2 { width: 520px; margin: 0; color: #fff; font-family: 'Literata', Georgia, serif; font-size: 34px; font-weight: 600; line-height: 42px; }
.redesign-category__consultation-copy p { width: 520px; margin: 0; color: #d1dbd4; font-size: 16px; line-height: 22px; }
.redesign-category__consultation-copy ul { display: flex; gap: 18px; margin: 0; padding: 0; color: #e0e8e3; list-style: none; }
.redesign-category__consultation-copy li { display: flex; align-items: center; gap: 7px; padding-left: 0; font-size: 13px; font-weight: 500; line-height: 18px; white-space: nowrap; }
.redesign-category__consultation-copy li::before { width: 7px; height: 7px; content: ''; border-radius: 50%; background: var(--rd-orange); }
.redesign-category__consultation-form { width: 580px; min-height: 288px; padding: 18px 24px; border-radius: 16px; background: #f6f2e5; }
.redesign-calculation { display: flex; flex-direction: column; gap: 10px; }
.redesign-calculation__row { display: flex; gap: 12px; }
.redesign-calculation label { display: flex; flex: 1; flex-direction: column; gap: 6px; margin: 0; color: var(--rd-text); font-size: 13px; font-weight: 500; line-height: 16px; }
.redesign-calculation input { width: 100%; height: 44px; border: 1px solid #c7ccbd; border-radius: 8px; outline: 0; padding: 0 14px; background: #fff; color: var(--rd-text); font: 400 14px/20px 'Golos Text', sans-serif; }
.redesign-calculation input:focus { border-color: var(--rd-dark); box-shadow: 0 0 0 2px rgba(22,58,54,.12); }
.redesign-calculation button { width: 100%; height: 48px; border: 0; border-radius: 12px; background: var(--rd-orange); color: #fff; font: 600 15px/48px 'Golos Text', sans-serif; cursor: pointer; }
.redesign-calculation > p { margin: 0; color: #576359; font-size: 12px; line-height: 16px; }
.redesign-calculation > p a { color: var(--rd-dark); text-decoration: underline; }
.redesign-calculation__errors { margin-bottom: 8px; color: #b73520; font-size: 12px; }
.redesign-calculation__success { min-height: 252px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; }

/* SEO content — Figma 182:840 */
.redesign-category__seo { padding: 72px 0 80px; background: var(--rd-bg); }
.redesign-category__guide { margin: 0 auto; }
.redesign-category__guide-intro { width: 900px; }
.redesign-category__guide-intro > span { display: block; color: var(--rd-orange); font-size: 12px; font-weight: 600; line-height: 28px; letter-spacing: .72px; }
.redesign-category__guide-intro h2 { margin: 14px 0 0; font-family: 'Literata', Georgia, serif; font-size: 40px; font-weight: 600; line-height: 59px; }
.redesign-category__guide-intro p { width: 880px; margin: 14px 0 0; color: #576359; font-size: 17px; line-height: 24px; }
.redesign-category__purpose-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.redesign-category__purpose-cards article { height: 190px; padding: 20px; border: 1px solid var(--rd-border); border-radius: 16px; background: #fff; }
.redesign-category__purpose-cards h3 { margin: 0; font-family: 'Literata', Georgia, serif; font-size: 22px; font-weight: 600; line-height: 29px; }
.redesign-category__purpose-cards p { margin: 10px 0 0; color: #576359; font-size: 14px; line-height: 17px; }
.redesign-category__purpose-cards a { display: inline-block; margin-top: 10px; color: var(--rd-orange); font-size: 14px; font-weight: 600; line-height: 17px; }
.redesign-category__thickness-guide { width: 900px; height: 320px; margin-top: 48px; }
.redesign-category__thickness-guide h2, .redesign-category__guide-sections > h2 { margin: 0; font-family: 'Literata', Georgia, serif; font-size: 28px; font-weight: 600; line-height: 42px; }
.redesign-category__thickness-guide table { width: 900px; height: 260px; margin-top: 18px; overflow: hidden; border: 1px solid var(--rd-border); border-spacing: 0; border-radius: 16px; background: #fff; }
.redesign-category__thickness-guide tr { height: 52px !important; }
.redesign-category__thickness-guide th, .redesign-category__thickness-guide td { height: 52px !important; border: 0 !important; padding: 0 18px !important; color: var(--rd-text) !important; font: 400 14px/17px 'Golos Text', sans-serif !important; text-align: left !important; vertical-align: middle !important; }
.redesign-category__thickness-guide th:first-child, .redesign-category__thickness-guide td:first-child { width: 610px; }
.redesign-category__thickness-guide th { background: var(--rd-dark); color: #fff !important; font-weight: 600 !important; }
.redesign-category__thickness-guide tbody tr:nth-child(even) { background: #f0ebdb; }
.redesign-category__thickness-guide td:last-child { font-weight: 600 !important; }
.redesign-category__guide-sections { margin-top: 48px; }
.redesign-category__guide-columns { display: grid; grid-template-columns: repeat(2, 572px); gap: 56px; margin-top: 22px; }
.redesign-category__guide-columns article + article { margin-top: 28px; }
.redesign-category__guide-columns h3 { margin: 0; color: var(--rd-dark); font-family: 'Literata', Georgia, serif; font-size: 21px; font-weight: 600; line-height: 29px; }
.redesign-category__guide-columns p { margin: 8px 0 0; color: #576359; font-size: 15px; line-height: 18px; }
.redesign-category__context-links { margin-top: 48px; }
.redesign-category__context-links h2 { margin: 0; font-family: 'Literata', Georgia, serif; font-size: 22px; font-weight: 600; line-height: 33px; }
.redesign-category__context-links > div { display: flex; gap: 10px; margin-top: 14px; }
.redesign-category__context-links a { height: 48px; display: flex; align-items: center; padding: 0 16px; border: 1px solid var(--rd-border); border-radius: 12px; background: #fff; color: var(--rd-dark); font-size: 14px; font-weight: 600; line-height: 17px; white-space: nowrap; }
.redesign-category__faq { min-height: 0; margin-top: 48px; padding: 36px 40px; border-radius: 20px; background: #f0ebdb; }
.redesign-category__faq > h2 { margin: 0; font-family: 'Literata', Georgia, serif; font-size: 34px; font-weight: 600; line-height: 50px; }
.redesign-category__faq > p { margin: 16px 0; color: #576359; font-size: 15px; line-height: 18px; }
.redesign-category__faq details { min-height: 68px; margin-bottom: 16px; overflow: hidden; border: 1px solid var(--rd-border); border-radius: 12px; background: #fff; }
.redesign-category__faq summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: var(--rd-text); cursor: pointer; font-size: 16px; font-weight: 600; line-height: 19px; list-style: none; }
.redesign-category__faq summary::-webkit-details-marker { display: none; }
.redesign-category__faq summary::after { content: '＋'; color: var(--rd-dark); font-size: 22px; font-weight: 500; }
.redesign-category__faq details[open] summary::after { content: '−'; }
.redesign-category__faq details p { margin: -1px 20px 16px; color: #576359; font-size: 14px; line-height: 20px; }

/* Footer — Figma 182:968 */
.redesign-footer { height: 440px; display: flex; justify-content: center; padding-top: 50px; background: var(--rd-footer); color: var(--rd-bg); }
.redesign-footer__inner { width: 1200px; height: 340px; position: relative; display: grid; grid-template-columns: 360px 220px 220px 256px; gap: 48px; }
.redesign-footer__inner > div { display: flex; flex-direction: column; align-items: flex-start; }
.redesign-footer__brand img { width: 112px; height: 49px; margin-bottom: 12px; object-fit: contain; }
.redesign-footer__brand span, .redesign-footer__brand a { margin-bottom: 12px; font-size: 13px; line-height: 16px; opacity: .68; }
.redesign-footer__brand a:first-of-type { font-size: 15px; font-weight: 600; line-height: 18px; opacity: 1; }
.redesign-footer h2 { margin: 0 0 12px; color: var(--rd-bg); font-family: 'Golos Text', sans-serif; font-size: 15px; font-weight: 600; line-height: 18px; }
.redesign-footer__inner > div:not(.redesign-footer__brand):not(.redesign-footer__legal):not(.redesign-footer__bottom) a { margin-bottom: 12px; font-size: 13px; line-height: 16px; opacity: .64; }
.redesign-footer__legal strong { font-size: 14px; line-height: 17px; }
.redesign-footer__legal p { width: 250px; margin: 12px 0; font-size: 12px; line-height: 18px; opacity: .56; }
.redesign-footer__legal span { font-size: 12px; line-height: 14px; opacity: .56; }
.redesign-footer__bottom { width: 1200px; height: 48px; position: absolute; bottom: 0; left: 0; display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.58); font-size: 12px; line-height: 14px; }
.redesign-footer__bottom span:last-child { color: rgba(255,255,255,.72); font-weight: 500; letter-spacing: .5px; }

@media (max-width: 1240px) {
    .redesign-header__logo { margin-right: 28px; }
    .redesign-header__nav { flex: 1 1 auto; }
    .redesign-header__search { margin-left: 24px; }
    .redesign-header__phone { margin-left: 24px; }
    .redesign-header__cart { margin-left: 24px; }
    .redesign-category__subsection-links { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .redesign-category__subsection-links a { width: auto; }
    .redesign-category__toolbar { height: auto; flex-wrap: wrap; gap: 16px; }
    .redesign-category__results { width: 100%; }
    .redesign-category__filter-button { width: 160px; height: 44px; display: block; border: 0; border-radius: 12px; background: var(--rd-dark); color: #fff; font-size: 14px; font-weight: 600; }
    /* The catalog sidebar is hidden in this range, so its overlay must be
       available before the legacy 989px breakpoint. */
    body:has(.redesign-category) .filter-mob-menu { display: block; }
    body:has(.redesign-category) .filter-mob-menu:not(.active) { transform: translateX(-100%) !important; }
    body:has(.redesign-category) .filter-mob-menu.active { transform: translateX(0) !important; }
    body:has(.redesign-category) .filter-close-btn { min-width: 44px; min-height: 44px; }
    .redesign-category__sort { margin-left: 0; }
    .redesign-category__per-page { margin-left: auto; }
    .redesign-category__body.content-items { min-height: 0; display: block; }
    .redesign-category__body .content-aside-item { display: none; }
    .redesign-category__body .content-products { width: 100% !important; max-width: 100% !important; grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .redesign-product-card { width: 100%; min-width: 0; }
    .redesign-category__body .content-products .redesign-product-card__image,
    .redesign-category__body .content-products .redesign-product-card__cart { width: 100% !important; }
    .redesign-footer { height: auto; min-height: 440px; }
    .redesign-footer__inner { width: min(100% - 48px, 1100px); grid-template-columns: 1.4fr 1fr 1fr; }
    .redesign-footer__legal { display: none !important; }
    .redesign-footer__bottom { width: 100%; }
}

@media (max-width: 1100px) {
    .redesign-header__inner { justify-content: space-between; }
    .redesign-header__nav, .redesign-header__search, .redesign-header__phone { display: none; }
    .redesign-header__cart { margin-left: auto; }
    .redesign-header__burger { width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; margin-left: 12px; border: 0; border-radius: 10px; background: rgba(255,255,255,.08); }
    .redesign-header__burger span { width: 20px; height: 2px; background: #fff; }
    .mob-menu { display: block; }
    .mob-menu:not(.active) { transform: translateX(-100%) !important; }
    .mob-menu.active { transform: translateX(0) !important; }
    .redesign-category__hero-copy { width: calc(100% - 380px); }
    .redesign-category__hero-copy > p { width: 100%; }
    .redesign-category__hero-image { width: 340px; flex-basis: 340px; }
    .redesign-category__subsection-links { grid-template-columns: repeat(3, 1fr); }
    .redesign-category__subsections { height: auto; min-height: 180px; }
    .redesign-category__toolbar { height: auto; flex-wrap: wrap; gap: 16px; }
    .redesign-category__results { width: 100%; }
    .redesign-category__filter-button { width: 160px; height: 44px; display: block; border: 0; border-radius: 12px; background: var(--rd-dark); color: #fff; font-size: 14px; font-weight: 600; }
    .redesign-category__sort { margin-left: 0; }
    .redesign-category__per-page { margin-left: auto; }
    .redesign-category__body.content-items { min-height: 0; display: block; }
    .redesign-category__body .content-aside-item { display: none; }
    .redesign-category__body .content-products { width: 100% !important; max-width: 100% !important; grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .redesign-product-card { width: 100%; min-width: 0; }
    .redesign-category__body .content-products .redesign-product-card__image,
    .redesign-category__body .content-products .redesign-product-card__cart { width: 100% !important; }
    .redesign-category__consultation { height: auto; padding: 48px 0; }
    .redesign-category__consultation-inner { height: auto; gap: 40px; }
    .redesign-category__consultation-copy, .redesign-category__consultation-form { width: calc(50% - 20px); }
    .redesign-category__consultation-copy h2, .redesign-category__consultation-copy p { width: 100%; }
    .redesign-category__consultation-copy ul { flex-wrap: wrap; }
    .redesign-category__guide-intro, .redesign-category__guide-intro p, .redesign-category__thickness-guide, .redesign-category__thickness-guide table { width: 100%; }
    .redesign-category__guide-columns { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .redesign-category__context-links > div { flex-wrap: wrap; }
    .redesign-footer__inner { max-width: 900px; }
}

@media (min-width: 768px) and (max-width: 900px) {
    .redesign-category__body .content-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .redesign-category__container, .redesign-header__inner { width: calc(100% - 32px); }
    .redesign-header { height: 64px; padding-top: 0; }
    .redesign-header__inner { height: 64px; margin: 0 auto; }
    .redesign-header__logo, .redesign-header__logo img { width: 88px; height: 39px; }
    .redesign-header__logo { flex-basis: 88px; }
    .redesign-header__cart { width: 42px; height: 42px; flex-basis: 42px; }
    .redesign-category__hero { height: auto; padding: 24px 0; }
    .redesign-category__hero-inner { height: auto; display: block; }
    .redesign-category__hero-copy { width: 100%; height: auto; }
    .redesign-category__breadcrumbs { overflow: hidden; white-space: nowrap; }
    .redesign-category__eyebrow { line-height: 18px; }
    .redesign-category__hero h1 { font-size: 36px; line-height: 44px; }
    .redesign-category__hero-copy > p { font-size: 15px; line-height: 23px; }
    .redesign-category__chips { height: auto; flex-wrap: wrap; }
    .redesign-category__hero-image { width: 100%; height: 190px; margin-top: 20px; }
    .redesign-category__subsections { padding: 24px 0; }
    .redesign-category__subsections h2 { font-size: 24px; line-height: 32px; }
    .redesign-category__subsection-links { grid-template-columns: 1fr; gap: 10px; }
    .redesign-category__subsection-links a { width: 100%; }
    .redesign-category__catalog { padding: 32px 0; }
    .redesign-category__results { width: 100%; }
    .redesign-category__results h2 { font-size: 24px; line-height: 32px; }
    .redesign-category__filter-button { width: calc(50% - 6px); }
    .redesign-category__sort { width: calc(50% - 6px); margin: 0; }
    .redesign-category__sort select { width: 100%; }
    .redesign-category__per-page { width: 100%; margin: 0; }
    .redesign-category__body.content-items { width: calc(100% - 32px); display: block; margin-top: 24px; }
    .redesign-category__body .content-aside-item { display: none; }
    .redesign-category__body .content-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
    .redesign-product-card { width: 100%; height: 400px; padding: 10px; border-radius: 14px; }
    .redesign-category__body .content-products .redesign-product-card__main { gap: 7px; }
    .redesign-product-card__image { width: 100%; height: 130px; flex-basis: 130px; border-radius: 10px; }
    .redesign-product-card__badge { top: 7px; left: 7px; padding: 4px 6px; font-size: 8px; }
    .redesign-product-card__name { display: -webkit-box; overflow: hidden; font-size: 13px; line-height: 17px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .redesign-product-card__meta { font-size: 11px; line-height: 15px; }
    .redesign-product-card__bottom { gap: 4px; }
    .redesign-product-card__availability { min-height: 15px; font-size: 11px; line-height: 15px; }
    .redesign-product-card__old-price { margin-bottom: -4px; font-size: 10px; line-height: 13px; }
    .redesign-product-card__price { font-size: 16px; line-height: 22px; white-space: nowrap; }
    .redesign-category__body .content-products .redesign-product-card__cart { width: 100% !important; height: 40px !important; min-height: 40px !important; flex-basis: 40px !important; border-radius: 10px; font-size: 12px; line-height: 40px; }
    .redesign-category__support { display: block; padding: 20px; }
    .redesign-category__support > a { width: 100%; margin-top: 16px; }
    .redesign-category__consultation { padding: 40px 0; }
    .redesign-category__consultation-inner { display: block; padding: 0; }
    .redesign-category__consultation-copy, .redesign-category__consultation-form { width: 100%; height: auto; }
    .redesign-category__consultation-copy h2 { font-size: 30px; line-height: 38px; }
    .redesign-category__consultation-copy ul { display: grid; gap: 8px; }
    .redesign-category__consultation-form { margin-top: 28px; padding: 18px; }
    .redesign-calculation__row { display: grid; }
    .redesign-category__seo { padding: 48px 0; }
    .redesign-category__guide-intro h2 { font-size: 32px; line-height: 42px; }
    .redesign-category__guide-intro p { font-size: 15px; line-height: 22px; }
    .redesign-category__purpose-cards { grid-template-columns: 1fr; margin-top: 32px; }
    .redesign-category__purpose-cards article { height: auto; min-height: 170px; }
    .redesign-category__thickness-guide { overflow-x: auto; }
    .redesign-category__thickness-guide table { min-width: 620px; }
    .redesign-category__guide-columns { grid-template-columns: 1fr; gap: 28px; }
    .redesign-category__context-links > div { display: grid; grid-template-columns: 1fr; }
    .redesign-category__faq { min-height: 0; padding: 28px 20px; }
    .redesign-category__faq > h2 { font-size: 28px; line-height: 38px; }
    .redesign-category__faq summary { font-size: 14px; line-height: 19px; }
    .redesign-footer { min-height: 600px; padding-top: 40px; }
    .redesign-footer__inner { width: calc(100% - 32px); height: 520px; grid-template-columns: 1fr 1fr; gap: 28px 20px; }
    .redesign-footer__brand { grid-column: 1 / -1; }
    .redesign-footer__bottom { height: 70px; align-items: flex-start !important; flex-direction: column !important; justify-content: center; gap: 8px; }
    body:has(.redesign-category) .filter-close-btn { min-width: 44px; min-height: 44px; }
}
