.catalog-page{overflow:clip}.catalog-breadcrumbs{margin-top:24px;color:var(--color-text-body);font-size:var(--fs-caption);line-height:var(--lh-caption)}.catalog-breadcrumbs ol{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.catalog-breadcrumbs li{display:inline-flex;align-items:center;gap:8px}.catalog-breadcrumbs li:not(:last-child):after{content:"";width:7px;height:7px;border-top:1px solid;border-right:1px solid;transform:rotate(45deg)}.catalog-breadcrumbs a{text-decoration:underline;text-decoration-color:transparent}.catalog-breadcrumbs a:focus-visible,.catalog-breadcrumbs a:hover{text-decoration-color:currentColor}.catalog-hero{justify-content:center;min-height:290px;margin:16px 0 0;padding:48px 180px;overflow:hidden;border-radius:32px;background-color:var(--color-bg-rose);box-shadow:0 0 26px hsla(0,2%,64%,.25);text-align:center}.catalog-hero,.catalog-hero__copy{position:relative;display:flex;align-items:center}.catalog-hero__copy{z-index:1;flex-direction:column;gap:16px;max-width:900px}.catalog-hero h1{color:var(--color-text-title);font-size:var(--fs-h1);font-weight:500;line-height:var(--lh-h1)}.catalog-hero p{color:var(--color-text-title);font-size:var(--fs-body-lg);line-height:var(--lh-body-lg)}.catalog-hero__stars{position:absolute;width:141px;height:114px;object-fit:contain;pointer-events:none;user-select:none}.catalog-hero__stars--left{top:35px;left:45px}.catalog-hero__stars--right{right:34px;bottom:31px;transform:rotate(180deg)}.catalog-listing{margin-top:40px;margin-bottom:var(--section-space)}.catalog-toolbar{display:grid;grid-template-columns:328px minmax(0,1fr) 264px;align-items:center;min-height:48px}.catalog-toolbar__trigger{display:none;align-items:center;gap:8px;padding:8px 0;color:var(--color-text-title);font-size:var(--fs-caption);font-weight:500;line-height:var(--lh-caption);cursor:pointer}.catalog-sidebar__title svg,.catalog-toolbar__trigger svg{width:24px;height:24px;stroke-width:1.5}.catalog-toolbar__status{grid-column:1;color:var(--color-text-body);font-size:var(--fs-caption);line-height:var(--lh-caption)}.catalog-toolbar__sort{grid-column:3;justify-self:end}.catalog-sort-form{position:relative;width:264px}.catalog-sort{position:relative;width:100%}.catalog-sort summary{display:flex;align-items:center;justify-content:flex-start;gap:8px;width:100%;min-height:48px;padding:9px 16px;border:1px solid #cab0a1;border-radius:12px;background-color:var(--color-bg-card);color:var(--color-text-title);cursor:pointer;list-style:none}.catalog-sort summary::-webkit-details-marker{display:none}.catalog-sort summary>span{color:var(--color-icon-accent)}.catalog-sort summary strong,.catalog-sort summary>span{font-size:var(--fs-caption);line-height:var(--lh-caption)}.catalog-sort summary strong{font-weight:400}.catalog-sort summary svg{width:16px;height:16px;transition:transform .2s ease}.catalog-sort[open] summary svg{transform:rotate(180deg)}.catalog-sort__menu{position:absolute;top:calc(100% + 5px);right:0;z-index:4;width:100%;padding:0;overflow:hidden;border-radius:16px;background-color:var(--color-bg-card)}.catalog-sort__menu :is(button,a){display:flex;align-items:center;width:100%;min-height:44px;padding:12px 16px;border:0;background-color:transparent;color:var(--color-text-price);font-size:12px;line-height:20px;text-align:left;text-decoration:none;cursor:pointer}.catalog-sort__menu :is(button,a).is-current,.catalog-sort__menu :is(button,a).is-selected,.catalog-sort__menu :is(button,a):focus-visible,.catalog-sort__menu :is(button,a):hover{background-color:var(--color-border-soft)}.catalog-toolbar__trigger--sort{display:none}.catalog-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.catalog-filter-chip{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px 8px 16px;border-radius:999px;background-color:#e8d6d1;color:var(--color-text-title);font-size:var(--fs-caption);line-height:var(--lh-caption)}.catalog-filter-chip:focus-visible,.catalog-filter-chip:hover{background-color:var(--color-peach)}.catalog-filter-chip svg{width:16px;height:16px;stroke-width:1.5}.catalog-layout{display:grid;grid-template-columns:328px minmax(0,1fr);gap:16px;margin-top:24px}.catalog-sidebar{min-width:0}.catalog-sidebar__title{display:flex;align-items:center;gap:8px;margin-bottom:28px;color:var(--color-text-title);font-size:24px;font-weight:500;line-height:32px}.catalog-filter-form{display:flex;flex-direction:column;gap:0}.catalog-filter{padding:0 0 24px;border-bottom:1px solid rgba(178,147,126,.45)}.catalog-filter+.catalog-filter{padding-top:24px}.catalog-filter summary{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--color-text-title);font-size:var(--fs-h4);font-weight:500;line-height:var(--lh-h4);cursor:pointer;list-style:none}.catalog-filter summary::-webkit-details-marker{display:none}.catalog-filter summary>span:not(.catalog-filter__label){width:9px;height:9px;margin-right:4px;border-top:1px solid;border-left:1px solid;transform:rotate(45deg);transition:transform .2s ease}.catalog-filter:not([open]) summary>span:not(.catalog-filter__label){transform:rotate(225deg)}.catalog-filter__body{display:flex;flex-direction:column;gap:12px;padding-top:16px}.catalog-filter__body--type{gap:10px}.catalog-filter--price>summary{min-height:40px;padding-block:8px}.catalog-filter--price>summary>.catalog-filter__label{min-width:0}.catalog-filter--price>summary>svg{width:16px;height:16px;flex:0 0 16px;color:var(--color-text-title);transition:transform .2s ease}.catalog-filter--price[open]>summary>svg{transform:rotate(180deg)}.catalog-filter--price>.catalog-filter__body{gap:16px;padding-top:0}.catalog-choice{position:relative;display:flex;align-items:flex-start;gap:8px;min-width:0;color:var(--color-text-title);font-size:var(--fs-body);line-height:var(--lh-body);text-decoration:none;cursor:pointer}.catalog-choice input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.catalog-choice__indicator{position:relative;display:inline-flex;width:20px;height:20px;margin-top:2px;flex:0 0 20px;border:1px solid rgba(61,53,47,.45);border-radius:5px;background-color:var(--color-bg)}.catalog-choice input:checked+.catalog-choice__indicator,.catalog-choice.is-selected .catalog-choice__indicator{border-color:var(--color-text-body);background-color:var(--color-text-body)}.catalog-choice input:checked+.catalog-choice__indicator:after,.catalog-choice.is-selected .catalog-choice__indicator:after{content:"";position:absolute;top:4px;left:7px;width:4px;height:7px;border-right:1.5px solid #fff;border-bottom:1.5px solid #fff;transform:rotate(45deg)}.catalog-choice input:focus-visible+.catalog-choice__indicator{outline:2px solid var(--color-text-dark);outline-offset:2px}.catalog-choice:focus-visible .catalog-choice__indicator{outline:2px solid var(--color-text-dark);outline-offset:2px}.catalog-choice--category{align-items:center;font-weight:500}.catalog-choice--child{padding-left:16px;font-size:var(--fs-caption);line-height:var(--lh-caption)}.catalog-choice--child .catalog-choice__indicator{margin-top:0}.catalog-category,.catalog-category__children{display:flex;flex-direction:column;gap:8px}.catalog-category__count{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:24px;margin-left:auto;padding:2px 8px;border-radius:999px;background-color:#d3b9ad;color:var(--color-text-title);font-size:12px;font-weight:400;line-height:20px}.catalog-price-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.catalog-price-inputs input{width:100%;min-height:40px;padding:8px 24px;border-radius:999px;background-color:var(--color-bg-card);color:var(--color-text-title);font-size:var(--fs-caption);line-height:var(--lh-caption)}.catalog-price-inputs input::placeholder{color:var(--color-text-title);opacity:1}.catalog-price-inputs input::-webkit-inner-spin-button,.catalog-price-inputs input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.catalog-price-inputs input[type=number]{-moz-appearance:textfield}.catalog-price-inputs input:focus,.catalog-price-range input[type=range]:focus{outline:none;box-shadow:none}.catalog-filter--price.is-unavailable .catalog-price-inputs,.catalog-filter--price.is-unavailable .catalog-price-range{opacity:.45;pointer-events:none}.catalog-price-filter__notice{margin:0;color:var(--color-text-body);font-size:12px;line-height:18px}.catalog-price-filter__notice[hidden]{display:none}.catalog-price-range{position:relative;display:grid;grid-template-columns:1fr;align-items:center;min-height:36px;margin-top:0}.catalog-price-range__labels{display:flex;align-self:start;justify-content:space-between;margin-bottom:9px;color:var(--color-text-body);font-size:var(--fs-caption);line-height:var(--lh-caption)}.catalog-price-range__track{position:absolute;right:0;bottom:5px;left:0;z-index:0;height:6px;border-radius:999px;background-color:var(--color-bg-card)}.catalog-price-range__track span{position:absolute;top:0;bottom:0;left:0;width:100%;border-radius:inherit;background-color:var(--color-price-range)}.catalog-price-range input[type=range]{position:absolute;right:0;bottom:0;left:0;width:100%;height:16px;margin:0;padding:0;z-index:1;appearance:none;background:transparent;pointer-events:none}.catalog-price-range input[type=range]::-webkit-slider-thumb{width:16px;height:16px;margin-top:-5px;box-sizing:border-box;border:2px solid var(--color-bg-card);border-radius:50%;appearance:none;background:var(--color-price-range);box-shadow:none;cursor:grab;pointer-events:auto}.catalog-price-range input[type=range]::-moz-range-thumb{width:16px;height:16px;box-sizing:border-box;border:2px solid var(--color-bg-card);border-radius:50%;background:var(--color-price-range);box-shadow:none;cursor:grab;pointer-events:auto}.catalog-price-range input[type=range]::-webkit-slider-runnable-track{height:6px;background:transparent}.catalog-price-range input[type=range]::-moz-range-progress,.catalog-price-range input[type=range]::-moz-range-track{height:6px;border:0;background:transparent}.catalog-price-range input[type=range]:active::-moz-range-thumb,.catalog-price-range input[type=range]:active::-webkit-slider-thumb{cursor:grabbing}.catalog-filter-form__actions{display:flex;flex-direction:column;gap:16px;padding-top:24px}.catalog-clear-link{align-self:flex-start;color:var(--color-text-title);font-size:var(--fs-caption);line-height:var(--lh-caption);text-decoration:underline}.catalog-filter-form__apply{width:100%;min-height:60px;border-radius:16px}.catalog-sidebar__form .catalog-clear-link,html.catalog-js .catalog-sidebar__form .catalog-filter-form__apply{display:none}.catalog-results-shell{position:relative;min-width:0}.catalog-results-shell.is-loading{height:426px;min-height:426px;overflow:hidden}.catalog-results{min-width:0;transition:opacity .18s ease}.catalog-results.is-loading{height:426px;overflow:hidden;opacity:0;pointer-events:none;visibility:hidden}.catalog-spinner{position:absolute;top:50%;left:50%;z-index:3;display:grid;place-items:center;width:100px;height:100px;transform:translate(-50%,-50%);pointer-events:none}.catalog-spinner[hidden]{display:none!important}.catalog-spinner__wheel{position:relative;width:100px;height:100px;animation:catalog-spinner-steps .88s steps(4) infinite}.catalog-spinner__segment{position:absolute;top:0;left:45.833px;width:8.333px;height:25px;border-radius:20.833px;transform-origin:4.167px 50px}.catalog-spinner__segment:first-child{background-color:#3d352f;transform:rotate(0deg)}.catalog-spinner__segment:nth-child(2){background-color:#564940;transform:rotate(45deg)}.catalog-spinner__segment:nth-child(3){background-color:#6e594b;transform:rotate(90deg)}.catalog-spinner__segment:nth-child(4){background-color:#b2937e;transform:rotate(135deg)}.catalog-spinner__segment:nth-child(5){background-color:#d3b9ad;transform:rotate(180deg)}.catalog-spinner__segment:nth-child(6){background-color:#cab0a1;transform:rotate(225deg)}.catalog-spinner__segment:nth-child(7){background-color:#d8c1b5;transform:rotate(270deg)}.catalog-spinner__segment:nth-child(8){background-color:#e8d6d1;transform:rotate(315deg)}@keyframes catalog-spinner-steps{to{transform:rotate(1turn)}}.catalog-results__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.catalog-grid .product_box,.catalog-results__grid .product_box{gap:16px}.catalog-results__grid .product_box__media{aspect-ratio:328/362;padding:3px 30px;border-radius:32px}.catalog-results__grid .product_box__content{gap:24px;padding:0 16px}.catalog-results__grid .product_box__title{min-height:24px;font-size:var(--fs-h4);line-height:var(--lh-h4)}.catalog-results__grid .product_box__bottom{min-height:48px}.catalog-results__grid .product_box__button{border-radius:12px}.catalog-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;gap:16px;min-height:280px;padding:64px 24px;border-radius:32px;background-color:var(--color-bg-card);text-align:center}.catalog-empty h2{font-size:var(--fs-h3);line-height:var(--lh-h3)}.catalog-empty p{max-width:470px;color:var(--color-text-body)}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:56px}.catalog-pagination__pages{display:flex;align-items:center;gap:4px}.catalog-pagination__arrow,.catalog-pagination__ellipsis,.catalog-pagination__page{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background-color:var(--color-bg-card);color:var(--color-text-title);font-size:var(--fs-caption);line-height:var(--lh-caption)}.catalog-pagination__arrow{background-color:var(--color-bg-green)}.catalog-pagination__arrow--next{background-color:var(--color-bg-green-hover)}.catalog-pagination__arrow:focus-visible,.catalog-pagination__arrow:hover,.catalog-pagination__page:focus-visible,.catalog-pagination__page:hover{transform:translateY(-2px);box-shadow:0 5px 14px rgba(61,53,47,.15)}.catalog-pagination__arrow svg{width:32px;height:32px;stroke-width:1.5}.catalog-pagination__page.is-current{background-color:var(--color-bg-rose)}.catalog-pagination__arrow.is-disabled{opacity:.45}.catalog-fallback,.catalog-panel{display:none}.catalog-page>.contact-cta{margin-top:0}@media (max-width:1399px){.catalog-breadcrumbs{margin-top:20px;font-size:12px;line-height:20px}.catalog-hero{min-height:328px;margin-top:16px;padding:48px 112px;border-radius:16px}.catalog-hero__copy{gap:12px;max-width:478px}.catalog-hero h1{font-size:18px;line-height:24px}.catalog-hero p{font-size:12px;line-height:20px}.catalog-hero__stars{width:110px;height:auto}.catalog-hero__stars--left{top:36px;left:35px}.catalog-hero__stars--right{right:27px;bottom:34px}.catalog-listing{margin-top:96px}.catalog-toolbar{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);min-height:40px}.catalog-toolbar__trigger{display:none}html.catalog-js .catalog-toolbar__trigger{display:inline-flex}.catalog-toolbar__status{grid-column:2;justify-self:center;font-size:12px;line-height:20px;white-space:nowrap}.catalog-toolbar__sort{grid-column:3;justify-self:end}.catalog-toolbar__trigger--sort,html.catalog-js .catalog-sort-form{display:none}html.catalog-js .catalog-toolbar__trigger--sort{display:inline-flex;justify-content:flex-end;width:40px;height:40px;padding:8px}.catalog-active-filters{margin-top:12px}.catalog-layout{display:block;margin-top:16px}.catalog-sidebar{display:none}.catalog-results__grid{gap:16px}.catalog-results__grid .product_box{gap:8px}.catalog-results__grid .product_box__media{aspect-ratio:224/217;padding:8px 18px;border-radius:24px}.catalog-results__grid .product_box__badge{top:8px;right:8px}.catalog-results__grid .product_box__content{gap:16px;padding:0 8px}.catalog-results__grid .product_box__title{display:-webkit-box;min-height:48px;overflow:hidden;font-size:18px;line-height:24px;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-results__grid .product_box__bottom{flex-direction:column;align-items:stretch;gap:8px;min-height:80px}.catalog-results__grid .product_box__price{font-size:18px;line-height:24px}.catalog-results__grid .product_box__button{width:100%;min-height:48px;padding:12px 16px;font-size:14px;font-weight:500;line-height:20px}.catalog-pagination{gap:24px;margin-top:64px}.catalog-pagination__ellipsis,.catalog-pagination__page{width:56px;height:56px}.catalog-fallback{display:block;margin-top:32px}html.catalog-js .catalog-fallback{display:none}.catalog-fallback>details{padding:16px;border-radius:16px;background-color:var(--color-bg-card)}.catalog-fallback>details>summary{color:var(--color-text-title);font-weight:500;cursor:pointer}.catalog-fallback .catalog-filter-form{margin-top:20px}.catalog-panel{position:fixed;inset:0;z-index:100;display:block;visibility:hidden;pointer-events:none}.catalog-panel.is-open{visibility:visible;pointer-events:auto}.catalog-panel__backdrop{position:absolute;inset:0;width:100%;height:100%;background-color:#000;opacity:0;transition:opacity .25s ease}.catalog-panel.is-open .catalog-panel__backdrop{opacity:.48}.catalog-panel__sheet{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(496px,calc(100% - 48px));height:100%;padding:24px 32px 24px 16px;overflow:auto;background-color:var(--color-bg);box-shadow:-12px 0 30px rgba(0,0,0,.08);transform:translateX(100%);transition:transform .25s cubic-bezier(.16,1,.3,1)}.catalog-panel.is-open .catalog-panel__sheet{transform:translateX(0)}.catalog-panel__sheet--sort{height:484px}.catalog-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.catalog-panel__header h2{font-size:32px;font-weight:500;line-height:40px}.catalog-panel__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;color:#000;cursor:pointer}.catalog-panel__close svg{width:28px;height:28px;stroke-width:1.6}.catalog-panel__selected{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:24px;color:var(--color-text-title);font-size:var(--fs-caption);line-height:var(--lh-caption)}.catalog-panel__selected strong{font-weight:400}.catalog-panel__selected a{color:inherit;text-decoration:underline;white-space:nowrap}.catalog-panel__chips{margin-top:8px;margin-bottom:16px}.catalog-panel .catalog-filter-chip{gap:6px;min-height:24px;padding:2px 8px 2px 10px;font-size:12px;line-height:20px}.catalog-panel .catalog-filter-chip svg{width:14px;height:14px}.catalog-panel__filter-form .catalog-filter:first-child,.catalog-panel__sort-form .catalog-sort-options{border-top:0}.catalog-panel .catalog-filter{padding-bottom:24px}.catalog-panel .catalog-choice{align-items:center;min-height:28px;padding-top:4px;padding-bottom:4px}.catalog-panel .catalog-choice__indicator{margin-top:0}.catalog-panel .catalog-category,.catalog-panel .catalog-category__children,.catalog-panel .catalog-filter__body,.catalog-panel .catalog-filter__body--type{gap:4px}.catalog-panel .catalog-filter+.catalog-filter{padding-top:24px}.catalog-panel .catalog-filter-form__actions{margin-top:auto}.catalog-panel .catalog-filter-form__actions .catalog-clear-link{display:none}.catalog-panel__sort-form{display:flex;flex:1;flex-direction:column;margin-top:32px}.catalog-sort-options{display:flex;flex-direction:column;gap:12px;padding:0;border:0}.catalog-sort-options legend{margin-bottom:16px;color:var(--color-text-title);font-size:var(--fs-h4);font-weight:500;line-height:var(--lh-h4)}.catalog-panel__sort-form .catalog-filter-form__apply{margin-top:auto}body.catalog-panel-open{overflow:hidden}}@media (max-width:767px){.catalog-breadcrumbs{margin-top:24px}.catalog-breadcrumbs li,.catalog-breadcrumbs ol{gap:7px}.catalog-hero{min-height:217px;margin-top:16px;padding:30px 36px;border-radius:16px}.catalog-hero__copy{gap:12px;max-width:285px}.catalog-hero__stars{width:92px}.catalog-hero__stars--left{top:18px;left:15px}.catalog-hero__stars--right{right:11px;bottom:13px}.catalog-listing{margin-top:68px}.catalog-toolbar__trigger{font-size:var(--fs-caption);line-height:var(--lh-caption)}.catalog-toolbar__trigger svg{width:22px;height:22px}.catalog-toolbar__status{font-size:12px;line-height:20px}.catalog-toolbar__trigger--sort{width:32px;height:40px;padding-right:0}.catalog-active-filters{margin-top:16px}.catalog-layout{margin-top:0}.catalog-results__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:32px}.catalog-results__grid .product_box__media{aspect-ratio:173/217;padding:16px}.catalog-results__grid .product_box__content{gap:16px}.catalog-results__grid .product_box__button{padding-right:8px;padding-left:8px}.catalog-pagination{gap:16px;margin-top:64px}.catalog-pagination__pages{gap:4px}.catalog-pagination__arrow{width:64px;height:64px}.catalog-pagination__ellipsis,.catalog-pagination__page{width:56px;height:56px}.catalog-pagination__pages .catalog-pagination__page:nth-of-type(2):not(.is-current){display:none}.catalog-empty{min-height:220px;padding:40px 20px;border-radius:24px}.catalog-empty h2{font-size:18px;line-height:24px}.catalog-panel__sheet{top:auto;right:0;bottom:0;width:100%;height:auto;max-height:calc(100dvh - 24px);padding:24px;border-radius:32px 32px 0 0;transform:translateY(100%)}.catalog-panel.is-open .catalog-panel__sheet{transform:translateY(0)}.catalog-panel__sheet--sort{height:484px}.catalog-panel__header h2{font-size:32px;line-height:40px}.catalog-panel__selected{margin-top:24px}.catalog-panel__chips{margin-bottom:16px}.catalog-panel .catalog-choice{font-size:var(--fs-caption);line-height:var(--lh-caption)}.catalog-panel .catalog-choice--child{font-size:var(--fs-caption)}.catalog-panel .catalog-filter summary,.catalog-panel .catalog-sort-options legend{font-size:18px;line-height:24px}.catalog-panel .catalog-category__count{min-height:24px}.catalog-panel .catalog-filter-form__apply{min-height:60px}}@media (prefers-reduced-motion:reduce){.catalog-filter--price>summary>svg,.catalog-pagination__arrow,.catalog-pagination__page,.catalog-panel__backdrop,.catalog-panel__sheet,.catalog-results,.catalog-sort summary svg{transition:none}.catalog-spinner__wheel{animation:none}}.search-results-page{justify-content:flex-start}.search-results-page__intro{display:flex;flex-direction:column;gap:8px;margin-top:24px}.search-results-page__intro h1{color:var(--color-text-title);font-size:var(--fs-h1);font-weight:500;line-height:var(--lh-h1)}.search-results-page__intro p{color:var(--color-text-title);font-size:var(--fs-body-lg);line-height:var(--lh-body-lg)}.search-results-page__listing{margin-top:56px}.search-results-page__toolbar{position:relative}.search-results-page__filter-drawer,.search-results-page__sort-icon{display:none}.search-results-page__filter-form{min-width:0}.catalog-filter--price>.search-results-page__price-form{padding-top:16px}.search-results-page__price-range{display:flex;flex-direction:column;gap:8px}.search-results-page__price-track{position:relative;display:block;height:6px;border-radius:999px;background-color:var(--color-bg-card)}.search-results-page__price-track>span{top:0;bottom:0;width:calc(var(--search-price-end, 100%) - var(--search-price-start, 0%));border-radius:inherit}.search-results-page__price-track i,.search-results-page__price-track>span{position:absolute;left:var(--search-price-start,0);background-color:var(--color-price-range)}.search-results-page__price-track i{top:50%;width:16px;height:16px;border:2px solid var(--color-bg-card);border-radius:50%;transform:translate(-1px,-50%)}.search-results-page__price-track i:last-child{right:auto;left:var(--search-price-end,100%);transform:translate(1px,-50%)}.search-results-page__price-submit{min-height:44px;margin-top:4px;padding:10px 16px;border-radius:12px;font-size:var(--fs-caption);line-height:var(--lh-caption)}.search-results-page__clear{margin-top:16px}.search-results-page__empty-wrap{flex:1 1 auto}.search-results-page--empty{min-height:720px}.search-results-page__empty{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:132px;margin-bottom:0;text-align:center}.search-results-page__empty h2{color:var(--color-text-title);font-size:var(--fs-h2);font-weight:500;line-height:var(--lh-h2)}.search-results-page__empty p{max-width:550px;color:var(--color-text-title);font-size:var(--fs-body-lg);line-height:var(--lh-body-lg)}.search-results-page__empty-button{min-height:64px;margin-top:2px;padding:18px 24px;border-radius:16px;font-weight:700}.catalog-page>.contact-section{margin-top:0}@media (max-width:1399px){.search-results-page--empty{min-height:441px}.search-results-page__intro{margin-top:16px}.search-results-page__intro h1{font-size:32px;line-height:40px}.search-results-page__intro p{font-size:14px;line-height:20px}.search-results-page__listing{margin-top:96px}.search-results-page__filter-drawer{display:block;grid-column:1;justify-self:start}.search-results-page__filter-drawer>summary{display:inline-flex;list-style:none}.search-results-page__filter-drawer>summary::-webkit-details-marker{display:none}.search-results-page__filter-drawer[open]>summary{color:var(--color-primary)}.search-results-page__filter-drawer-panel{position:absolute;top:calc(100% + 12px);left:0;z-index:6;width:min(464px,calc(100vw - 64px));max-height:min(720px,calc(100vh - var(--header-height) - 64px));padding:24px;overflow:auto;border-radius:24px;background-color:var(--color-bg);box-shadow:0 12px 32px rgba(61,53,47,.16)}.search-results-page__filter-drawer-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.search-results-page__filter-drawer-heading h2{font-size:24px;line-height:32px}.search-results-page__filter-drawer-heading span{max-width:170px;color:var(--color-text-body);font-size:12px;line-height:16px;text-align:right}.search-results-page__sort-form{width:40px}.search-results-page__sort summary{justify-content:center;min-height:40px;padding:8px;border:0;background-color:transparent}.search-results-page__sort-chevron,.search-results-page__sort-current,.search-results-page__sort-prefix{display:none}.search-results-page__sort summary .search-results-page__sort-icon{display:block;width:24px;height:24px;flex:0 0 24px;transform:none}.search-results-page__sort .catalog-sort__menu{width:232px}.search-results-page__empty{gap:12px;margin-top:60px}.search-results-page__empty h2{font-size:24px;line-height:32px}.search-results-page__empty p{font-size:14px;line-height:20px}.search-results-page__empty-example{display:none}.search-results-page__empty-button{min-height:44px;margin-top:4px;padding:12px 24px;border-radius:999px;font-size:14px;line-height:20px}}@media (max-width:767px){.search-results-page--empty{min-height:530px}.search-results-page__intro{margin-top:24px}.search-results-page__listing{margin-top:80px}.search-results-page__filter-drawer-panel{width:calc(100vw - 32px);max-height:calc(100dvh - var(--header-height) - 48px);padding:20px 16px;border-radius:20px}.search-results-page__filter-drawer-heading span{display:none}.search-results-page__sort .catalog-sort__menu{right:0;width:min(232px,calc(100vw - 32px))}.search-results-page__price-submit{width:100%}.search-results-page__empty{gap:12px;margin-top:104px}.search-results-page__empty h2{max-width:330px}.search-results-page__empty p{max-width:360px}}