:root {
    --zt-brand: #ffb800;
    --zt-brand-hover: #eaaa00;
    --zt-brand-active: #d99f00;
    --zt-brand-soft: #fff7df;
    --zt-brand-rgb: 255, 184, 0;
    --zt-ink: #0f141a;
    --zt-secondary: #4d5966;
    --zt-muted: #7b8793;
    --zt-border: #d4dce3;
    --zt-divider: #e5e9ed;
    --zt-surface: #f7f8fa;
    --zt-surface-alt: #f2f4f6;
    --zt-success: #168747;
    --zt-success-hover: #0f743b;
    --zt-success-soft: #effaf3;
    --zt-danger-alt: #c83a3a;
    --zt-danger-soft: #fff0f0;
    --zt-font-family: Inter, Arial, sans-serif;
    --zt-radius-5: 5px;
    --zt-radius-6: 6px;
    --zt-radius-7: 7px;
    --zt-radius-10: 10px;
    --zt-radius-11: 11px;
    --zt-radius-12: 12px;
    --zt-radius-20: 20px;
    --zt-radius-card: 12px;
    --zt-radius-control: 10px;
    --zt-focus-ring: 0 0 0 3px rgba(255, 184, 0, .18);
}

.poisk-results-container {
width: 100%;
}
.poisk-results-container .t-col_12 {
box-sizing: border-box;
}
.poisk-results {
--poisk-yellow:var(--zt-brand);
--poisk-yellow-hover:var(--zt-brand-hover);
--poisk-yellow-active:var(--zt-brand-active);
--poisk-yellow-soft:var(--zt-brand-soft);
--poisk-text:var(--zt-ink);
--poisk-secondary:var(--zt-secondary);
--poisk-muted:var(--zt-muted);
--poisk-border:var(--zt-border);
--poisk-divider:var(--zt-divider);
--poisk-light:var(--zt-surface);
--poisk-light-2:var(--zt-surface-alt);
--poisk-green:var(--zt-success);
--poisk-green-hover:var(--zt-success-hover);
--poisk-green-soft:var(--zt-success-soft);
--poisk-red:var(--zt-danger-alt);
--poisk-red-soft:var(--zt-danger-soft);
--poisk-toolbar-sticky-top: 10px;
--poisk-toolbar-height: 58px;
width: 100%;
max-width: none;
margin: 32px 0 80px;
padding: 0;
box-sizing: border-box;
color: var(--poisk-text);
font-family:
var(--zt-font-family);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.poisk-results[hidden],
.poisk-results__loading[hidden],
.poisk-results__empty[hidden],
.poisk-results__error[hidden],
.poisk-results__catalog[hidden],
.poisk-results__batch-summary[hidden],
.poisk-pagination[hidden],
.poisk-filters__backdrop[hidden],
.poisk-product__added[hidden],
.poisk-cart-toast[hidden] {
display: none !important;
}
.poisk-results *,
.poisk-results *::before,
.poisk-results *::after,
.poisk-cart-toast *,
.poisk-cart-toast *::before,
.poisk-cart-toast *::after {
box-sizing: border-box;
}
.poisk-results button,
.poisk-results input {
font-family: inherit;
}
.poisk-results__header {
margin-bottom: 18px;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 30px;
}
.poisk-results__header-content {
min-width: 0;
}
.poisk-results__label {
margin-bottom: 8px;
color: var(--poisk-yellow);
font-size: 12px;
font-weight: 800;
line-height: 1.2;
letter-spacing: 0.12em;
}
.poisk-results__title {
margin: 0;
color: var(--poisk-text);
font-size: clamp(30px, 4vw, 46px);
font-weight: 800;
line-height: 1.08;
letter-spacing: -0.035em;
}
.poisk-results__title span {
color: var(--poisk-yellow);
}
.poisk-results__subtitle {
margin: 10px 0 0;
color: var(--poisk-secondary);
font-size: 15px;
font-weight: 500;
line-height: 1.5;
}
.poisk-results__counter {
flex: 0 0 auto;
padding-bottom: 4px;
color: var(--poisk-secondary);
font-size: 14px;
font-weight: 650;
line-height: 1.4;
white-space: nowrap;
}
.poisk-results__query {
min-height: 52px;
margin-bottom: 16px;
padding: 14px 18px;
display: flex;
align-items: center;
background: var(--poisk-light);
color: var(--poisk-secondary);
border: 1px solid var(--poisk-border);
border-radius:var(--zt-radius-10);
font-size: 14px;
font-weight: 500;
line-height: 1.45;
}
.poisk-results__query strong {
color: var(--poisk-text);
font-weight: 750;
}
.poisk-results__batch-summary {
margin: -4px 0 16px;
padding: 12px 16px;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
gap: 8px 14px;
background: #FFFDF5;
color: var(--poisk-secondary);
border: 1px solid rgba(var(--zt-brand-rgb), 0.35);
border-radius:var(--zt-radius-10);
font-size: 12px;
line-height: 1.45;
}
.poisk-results__batch-summary strong {
color: var(--poisk-text);
font-weight: 750;
}
.poisk-results__batch-summary-found {
color: var(--poisk-green);
font-weight: 700;
}
.poisk-results__batch-summary-missing {
color: var(--zt-danger-alt);
font-weight: 700;
}
.poisk-results__batch-missing-list {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.poisk-results__batch-missing-list span {
padding: 4px 7px;
background: var(--zt-danger-soft);
color: #8B3535;
border-radius:var(--zt-radius-5);
font-size: 10px;
font-weight: 650;
}
.poisk-results__toolbar {
position: sticky;
top: var(--poisk-toolbar-sticky-top);
z-index: 80;
width: 100%;
min-height: 58px;
margin-bottom: 18px;
padding: 10px 12px 10px 18px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
background:
linear-gradient(135deg, var(--zt-ink) 0%, #19222D 100%);
color: #FFFFFF;
border: 1px solid #252F3A;
border-radius:var(--zt-radius-11);
box-shadow:
0 10px 28px
rgba(17, 24, 32, 0.12);
isolation: isolate;
}
.poisk-results__toolbar[hidden] {
display: none !important;
}
.poisk-results__toolbar-summary {
min-width: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 7px;
color: #D5DAE0;
font-size: 13px;
font-weight: 500;
line-height: 1.4;
}
.poisk-results__toolbar-summary strong {
overflow: hidden;
color: #FFFFFF;
font-size: 15px;
font-weight: 800;
text-overflow: ellipsis;
white-space: nowrap;
}
.poisk-results__toolbar-badge {
min-height: 24px;
padding: 4px 8px;
display: inline-flex;
align-items: center;
background: #29333E;
color: #C7CDD4;
border: 1px solid #36414C;
border-radius:var(--zt-radius-6);
font-size: 10px;
font-weight: 700;
line-height: 1.2;
}
.poisk-results__toolbar-actions {
flex: 0 0 auto;
display: flex;
align-items: center;
gap: 8px;
}
.poisk-results__export-label {
margin-right: 2px;
color: #ABB3BC;
font-size: 10px;
font-weight: 600;
white-space: nowrap;
}
.poisk-results__export-button {
min-height: 36px;
padding: 0 12px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
background: #222C37;
color: #FFFFFF;
border: 1px solid #33404D;
border-radius:var(--zt-radius-7);
font-family: inherit;
font-size: 11px;
font-weight: 750;
line-height: 1;
cursor: pointer;
transition:
background-color 0.18s ease,
border-color 0.18s ease,
transform 0.12s ease;
}
.poisk-results__export-button svg {
width: 16px;
height: 16px;
fill: none;
stroke: currentColor;
stroke-width: 1.7;
stroke-linecap: round;
stroke-linejoin: round;
}
.poisk-results__export-button:hover {
background: #303C49;
border-color: #465462;
}
.poisk-results__export-button:active {
transform: translateY(1px);
}
.poisk-results__export-button:disabled {
opacity: 0.45;
cursor: not-allowed;
}
.poisk-results__sort-wrap {
min-height: 36px;
min-width: 238px;
padding: 0 10px 0 12px;
display: flex;
align-items: center;
gap: 6px;
background: #17202A;
border: 1px solid #2C3743;
border-radius:var(--zt-radius-7);
}
.poisk-results__sort-wrap > span {
color: #8F99A4;
font-size: 10px;
font-weight: 600;
white-space: nowrap;
}
.poisk-results__sort {
width: 135px;
height: 34px;
min-width: 0;
padding: 0 22px 0 0;
appearance: auto;
background: transparent;
color: #FFFFFF;
border: 0;
outline: 0;
font-family: inherit;
font-size: 11px;
font-weight: 700;
cursor: pointer;
}
.poisk-results__sort option {
background: #FFFFFF;
color: var(--zt-ink);
}
.poisk-results__list {
width: 100%;
display: grid;
gap: 14px;
}
.poisk-pagination {
width: 100%;
margin-top: 20px;
padding: 14px 16px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
background: #FFFFFF;
border: 1px solid var(--poisk-border);
border-radius:var(--zt-radius-card);
}
.poisk-pagination__info {
color: var(--poisk-secondary);
font-size: 12px;
font-weight: 600;
line-height: 1.4;
}
.poisk-pagination__controls,
.poisk-pagination__pages {
display: flex;
align-items: center;
gap: 7px;
}
.poisk-pagination__button {
min-width: 38px;
height: 38px;
padding: 0 11px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
background: #FFFFFF;
color: var(--poisk-text);
border: 1px solid var(--poisk-border);
border-radius:var(--zt-radius-7);
font-family: inherit;
font-size: 12px;
font-weight: 750;
line-height: 1;
cursor: pointer;
transition:
background-color 0.18s ease,
border-color 0.18s ease,
color 0.18s ease,
transform 0.12s ease;
}
.poisk-pagination__button:hover:not(:disabled):not(.poisk-pagination__button--active) {
background: var(--poisk-yellow-soft);
border-color: rgba(var(--zt-brand-rgb), 0.55);
}
.poisk-pagination__button:active:not(:disabled) {
transform: translateY(1px);
}
.poisk-pagination__button--active {
background: var(--poisk-yellow);
color: var(--poisk-text);
border-color: var(--poisk-yellow);
cursor: default;
}
.poisk-pagination__button:disabled {
background: var(--poisk-light);
color: #A6AFB8;
border-color: var(--poisk-divider);
cursor: not-allowed;
}
.poisk-pagination__ellipsis {
min-width: 24px;
color: var(--poisk-muted);
font-size: 13px;
font-weight: 700;
text-align: center;
}
.poisk-product {
position: relative;
width: 100%;
min-width: 0;
min-height: 164px;
padding: 12px 16px;
display: grid;
grid-template-columns:
135px
minmax(0, 1fr)
minmax(380px, 420px);
grid-template-rows: 1fr;
column-gap: 18px;
row-gap: 0;
align-items: stretch;
overflow: visible;
background: #FFFFFF;
border: 1px solid var(--poisk-border);
border-radius:var(--zt-radius-card);
transition:
border-color 0.18s ease,
transform 0.18s ease;
}
.poisk-product::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 4px;
background: var(--poisk-yellow);
content: "";
opacity: 1;
transition: opacity 0.18s ease;
}
.poisk-product:hover {
z-index: 2;
border-color: #C4CDD5;
transform: translateY(-1px);
}
.poisk-product:hover::before {
opacity: 1;
}
.poisk-product__image-wrap {
position: relative;
grid-column: 1;
grid-row: 1;
width: 135px !important;
height: 90px !important;
min-height: 0 !important;
aspect-ratio: 3 / 2 !important;
flex: 0 0 135px;
align-self: center;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
background: var(--poisk-light-2);
border: 1px solid var(--poisk-divider);
border-radius:var(--zt-radius-10);
}
.poisk-product__image {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
object-position: center;
}
.poisk-product__image-label {
position: absolute;
right: 8px;
bottom: 8px;
padding: 4px 7px;
background: rgba(255, 255, 255, 0.94);
color: var(--poisk-muted);
border: 1px solid var(--poisk-divider);
border-radius:var(--zt-radius-5);
font-size: 9px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.03em;
}
.poisk-product__content {
min-width: 0;
grid-column: 2;
grid-row: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.poisk-product__info {
min-width: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.poisk-product__heading {
min-width: 0;
display: flex;
align-items: center;
gap: 12px;
}
.poisk-product__badges {
margin-bottom: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
}
.poisk-product__brand {
min-height: 27px;
padding: 5px 9px;
display: inline-flex;
align-items: center;
background: var(--poisk-yellow-soft);
color: #896100;
border: 1px solid rgba(var(--zt-brand-rgb), 0.35);
border-radius:var(--zt-radius-6);
font-size: 11px;
font-weight: 800;
line-height: 1.2;
letter-spacing: 0.04em;
}
.poisk-product__stock {
min-height: 27px;
margin-left: auto;
padding: 5px 9px;
display: inline-flex;
align-items: center;
gap: 7px;
background: var(--poisk-green-soft);
color: var(--poisk-green);
border-radius:var(--zt-radius-6);
font-size: 11px;
font-weight: 750;
line-height: 1.2;
white-space: nowrap;
}
.poisk-product__stock::before {
width: 7px;
height: 7px;
flex: 0 0 7px;
background: currentColor;
border-radius: 50%;
content: "";
}
.poisk-product__stock--empty {
background: var(--poisk-red-soft);
color: var(--poisk-red);
}
.poisk-product__title {
min-width: 0;
margin: 0;
flex: 0 1 auto;
overflow: hidden;
color: var(--poisk-text);
font-size: 17px;
font-weight: 750;
line-height: 1.3;
letter-spacing: -0.015em;
text-overflow: ellipsis;
white-space: nowrap;
}
.poisk-product__properties {
margin-top: 16px;
display: grid;
grid-template-columns:
minmax(0, 0.9fr)
minmax(0, 0.65fr)
minmax(0, 0.95fr)
minmax(0, 1.4fr)
minmax(0, 1fr);
gap: 11px 18px;
align-items: end;
}
.poisk-product__property {
min-width: 0;
}
.poisk-product__property--wide {
grid-column: auto;
}
.poisk-product__property--location {
display: none;
}
.poisk-product__property--unit-price .poisk-product__property-value {
font-weight: 800;
}
.poisk-product__property-label {
margin-bottom: 3px;
display: block;
color: var(--poisk-muted);
font-size: 11px;
font-weight: 500;
line-height: 1.3;
}
.poisk-product__property-value {
display: block;
overflow: hidden;
color: var(--poisk-text);
font-size: 13px;
font-weight: 650;
line-height: 1.45;
text-overflow: ellipsis;
white-space: nowrap;
}
.poisk-product__property-value--wrap {
white-space: normal;
word-break: break-word;
}
.poisk-product__replacements {
position: relative;
max-width: 100%;
padding: 0;
display: inline-flex;
align-items: center;
background: transparent;
color: var(--poisk-text);
border: 0;
border-bottom: 1px dashed rgba(15, 20, 26, 0.36);
font: inherit;
font-size: 13px;
font-weight: 650;
line-height: 1.45;
text-align: left;
cursor: pointer;
}
.poisk-product__replacements > span {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.poisk-product__replacements::before {
position: absolute;
bottom: calc(100% + 4px);
left: 15px;
z-index: 20;
width: 8px;
height: 8px;
background: var(--poisk-text);
content: "";
opacity: 0;
pointer-events: none;
transform: rotate(45deg) translateY(3px);
transition: opacity 0.16s ease, transform 0.16s ease;
}
.poisk-product__replacements::after {
position: absolute;
bottom: calc(100% + 8px);
left: 0;
z-index: 21;
padding: 7px 10px;
background: var(--poisk-text);
color: #FFFFFF;
border-radius:var(--zt-radius-6);
box-shadow: 0 8px 20px rgba(15, 20, 26, 0.18);
content: "Искать замены";
font-size: 11px;
font-weight: 700;
line-height: 1.2;
opacity: 0;
pointer-events: none;
white-space: nowrap;
transform: translateY(3px);
transition: opacity 0.16s ease, transform 0.16s ease;
}
.poisk-product__replacements:hover,
.poisk-product__replacements:focus-visible {
color: #8A6200;
border-color: #8A6200;
outline: none;
}
.poisk-product__replacements:hover::before,
.poisk-product__replacements:focus-visible::before {
opacity: 1;
transform: rotate(45deg) translateY(0);
}
.poisk-product__replacements:hover::after,
.poisk-product__replacements:focus-visible::after {
opacity: 1;
transform: translateY(0);
}
.poisk-product__delivery {
display: flex;
align-items: center;
gap: 7px;
}
.poisk-product__delivery svg {
width: 17px;
height: 17px;
flex: 0 0 17px;
color: #59636E;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.poisk-product__commerce {
min-width: 0;
margin-top: 20px;
padding-top: 18px;
grid-column: 2;
grid-row: 2;
display: grid;
grid-template-columns: repeat(2, max-content);
align-self: end;
justify-content: start;
border-top: 1px solid var(--poisk-divider);
}
.poisk-product__commerce-item {
min-width: 0;
padding: 0 30px;
display: flex;
align-items: center;
justify-content: center;
gap: 9px;
}
.poisk-product__commerce-item:first-child {
padding-left: 0;
}
.poisk-product__commerce-item:last-child {
padding-right: 0;
}
.poisk-product__commerce-item + .poisk-product__commerce-item {
border-left: 1px solid var(--poisk-divider);
}
.poisk-product__commerce-label {
margin-bottom: 0;
color: var(--poisk-muted);
font-size: 12px;
font-weight: 550;
line-height: 1.3;
}
.poisk-product__commerce-value {
min-width: 0;
display: flex;
align-items: center;
gap: 8px;
color: var(--poisk-text);
font-size: 13px;
font-weight: 750;
line-height: 1.35;
}
.poisk-product__commerce-value--price {
font-size: 15px;
font-weight: 800;
}
.poisk-product__commerce-value--stock {
color: var(--poisk-green);
}
.poisk-product__commerce-value--stock-empty {
color: var(--poisk-red);
}
.poisk-product__commerce-dot {
width: 7px;
height: 7px;
flex: 0 0 7px;
background: currentColor;
border-radius: 50%;
}
.poisk-product__commerce-icon {
width: 18px;
height: 18px;
flex: 0 0 18px;
color: #59636E;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.poisk-product__buy {
min-width: 0;
padding: 0 0 0 22px;
grid-column: 3;
grid-row: 1;
display: grid;
grid-template-rows: auto auto;
align-content: center;
gap: 15px;
border-left: 1px solid var(--poisk-divider);
}
.poisk-product__total-row {
margin: 0;
display: grid;
grid-template-columns: minmax(0, 1fr) 44px;
align-items: start;
gap: 16px;
}
.poisk-product__total-block {
min-width: 0;
}
.poisk-product__price-heading {
min-height: 30px;
display: flex;
align-items: center;
flex-wrap: nowrap;
gap: 14px;
}
.poisk-product__client-price-label {
height: 30px;
padding: 0 12px;
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(180deg, #FFF7E7 0%, #FFF0CC 100%);
color: #E38B00;
border: 1px solid rgba(var(--zt-brand-rgb), 0.16);
border-radius: 7px;
font-size: 12px;
font-weight: 600;
line-height: 1;
letter-spacing: 0.005em;
white-space: nowrap;
}
.poisk-product__old-total-price {
min-width: 0;
overflow: hidden;
color: #858E98;
font-size: 13px;
font-weight: 500;
line-height: 1.2;
text-decoration-line: line-through;
text-decoration-color: currentColor;
text-decoration-thickness: 1.5px;
text-overflow: ellipsis;
white-space: nowrap;
}
.poisk-product__total-label {
display: none;
}
.poisk-product__total-price {
margin-top: 8px;
display: block;
color: var(--poisk-text);
font-size: 31px;
font-weight: 700;
line-height: 1;
letter-spacing: -0.025em;
white-space: nowrap;
}
.poisk-product__favorite {
width: 44px;
height: 44px;
flex: 0 0 44px;
margin-left: auto;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
background: #FFFFFF;
color: #606B76;
border: 1px solid #D5DCE3;
border-radius: 10px;
box-shadow: 0 2px 7px rgba(15, 20, 26, 0.025);
cursor: pointer;
transition:
background-color 0.18s ease,
border-color 0.18s ease,
box-shadow 0.18s ease,
color 0.18s ease,
transform 0.12s ease;
}
.poisk-product__favorite svg {
width: 23px;
height: 23px;
fill: none;
stroke: currentColor;
stroke-width: 1.9;
stroke-linecap: round;
stroke-linejoin: round;
}
.poisk-product__favorite:hover {
background: var(--poisk-yellow-soft);
color: var(--poisk-text);
border-color: rgba(var(--zt-brand-rgb), 0.55);
box-shadow: 0 4px 12px rgba(15, 20, 26, 0.06);
}
.poisk-product__favorite:active {
transform: scale(0.95);
}
.poisk-product__favorite--active {
background: #FFF1F1;
color: #D54848;
border-color: #F1CACA;
}
.poisk-product__favorite--active svg {
fill: currentColor;
}
.poisk-product__favorite--active:hover {
background: #FFE7E7;
color: #C83A3A;
border-color: #E9B7B7;
}
.poisk-product__quantity-label {
display: none;
}
.poisk-product__cart-control {
width: 100%;
min-width: 0;
display: grid;
grid-template-columns: 130px minmax(180px, 1fr);
align-items: stretch;
gap: 14px;
background: transparent;
border: 0;
box-shadow: none;
}
.poisk-product__quantity-block {
min-width: 0;
}
.poisk-product__quantity {
width: 100%;
height: 48px;
margin-bottom: 0;
display: grid;
grid-template-columns: 38px minmax(52px, 1fr) 38px;
overflow: hidden;
background: #FFFFFF;
border: 1px solid #D5DCE3 !important;
border-radius: 9px !important;
box-shadow: 0 2px 7px rgba(15, 20, 26, 0.025);
transition:
border-color 0.18s ease,
box-shadow 0.18s ease;
}
.poisk-product__quantity:focus-within {
border-color: var(--poisk-yellow) !important;
box-shadow: 0 0 0 3px rgba(var(--zt-brand-rgb), 0.14);
}
.poisk-product__quantity-button {
width: 38px;
height: 46px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
background: #FFFFFF;
color: #343E48;
border: 0;
font-size: 20px;
font-weight: 500;
line-height: 1;
cursor: pointer;
transition:
background-color 0.18s ease,
color 0.18s ease;
}
.poisk-product__quantity-button:hover {
background: var(--poisk-yellow-soft);
}
.poisk-product__quantity-button:disabled {
color: #BCC3CA;
cursor: not-allowed;
}
.poisk-product__quantity-input {
width: 100%;
height: 46px;
min-width: 0;
padding: 0;
appearance: textfield;
-moz-appearance: textfield;
background: #FFFFFF;
color: var(--poisk-text);
border: 0;
border-right: 1px solid #DEE3E8;
border-left: 1px solid #DEE3E8;
outline: none;
text-align: center;
font-size: 15px;
font-weight: 600;
}
.poisk-product__quantity-input::-webkit-outer-spin-button,
.poisk-product__quantity-input::-webkit-inner-spin-button {
margin: 0;
-webkit-appearance: none;
}
.poisk-product__cart-button {
width: 100%;
min-width: 0;
min-height: 48px;
padding: 0 18px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
background: linear-gradient(180deg, #FFC72F 0%, #FFB800 100%);
color: #FFFFFF;
border: 1px solid #FFB800 !important;
border-radius: 9px !important;
box-shadow: 0 5px 12px rgba(var(--zt-brand-rgb), 0.17);
font-size: 14px;
font-weight: 600;
line-height: 1.2;
cursor: pointer;
transition:
background-color 0.18s ease,
border-color 0.18s ease,
box-shadow 0.18s ease,
color 0.18s ease,
transform 0.12s ease;
}
.poisk-product__cart-button svg {
width: 19px;
height: 19px;
flex: 0 0 19px;
fill: none;
stroke: currentColor;
stroke-width: 1.9;
stroke-linecap: round;
stroke-linejoin: round;
}
.poisk-product__cart-button span {
min-width: 0;
white-space: nowrap;
}
.poisk-product__cart-button strong {
font-weight: 700;
}
.poisk-product__cart-button:hover {
background: var(--poisk-yellow-hover);
border-color: var(--poisk-yellow-hover) !important;
box-shadow: 0 8px 18px rgba(var(--zt-brand-rgb), 0.25);
}
.poisk-product__cart-button:active {
background: var(--poisk-yellow-active);
transform: translateY(1px);
}
.poisk-product__cart-button:focus-visible {
outline: none;
box-shadow:
0 0 0 3px rgba(var(--zt-brand-rgb), 0.18),
0 7px 16px rgba(var(--zt-brand-rgb), 0.20);
}
.poisk-product__cart-button:disabled {
background: #E5E8EB;
color: #969FA8;
border-color: #E5E8EB !important;
box-shadow: none;
cursor: not-allowed;
}
.poisk-product__cart-button--added {
background: #FFFFFF;
color: #168747;
border-color: #168747 !important;
box-shadow: none;
}
.poisk-product__cart-button--added:hover {
background: #F0FBF4;
color: #0F743B;
border-color: #0F743B !important;
box-shadow: none;
}
.poisk-product__cart-button--added:focus-visible {
box-shadow: 0 0 0 3px rgba(22, 135, 71, 0.14);
}
.poisk-product__added {
margin-top: 9px;
padding: 8px 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
background: var(--poisk-green-soft);
color: var(--poisk-green);
border-radius:var(--zt-radius-7);
font-size: 11px;
font-weight: 700;
line-height: 1.35;
text-align: center;
}
.poisk-product__added svg {
width: 15px;
height: 15px;
flex: 0 0 15px;
fill: none;
stroke: currentColor;
stroke-width: 2.2;
stroke-linecap: round;
stroke-linejoin: round;
}
.poisk-results__loading {
min-height: 230px;
align-items: center;
justify-content: center;
gap: 13px;
color: var(--poisk-secondary);
font-size: 14px;
font-weight: 600;
}
.poisk-results__loading:not([hidden]) {
display: flex;
}
.poisk-results__spinner {
width: 26px;
height: 26px;
border: 3px solid #E5E9ED;
border-top-color: var(--poisk-yellow);
border-radius: 50%;
animation: poisk-results-spin 0.75s linear infinite;
}
@keyframes poisk-results-spin {
to {
transform: rotate(360deg);
}
}
.poisk-results__empty,
.poisk-results__error {
padding: 50px 24px;
background: var(--poisk-light);
border: 1px solid var(--poisk-border);
border-radius:var(--zt-radius-card);
text-align: center;
}
.poisk-results__empty-icon {
width: 62px;
height: 62px;
margin: 0 auto 17px;
display: flex;
align-items: center;
justify-content: center;
background: var(--poisk-yellow-soft);
color: var(--poisk-yellow);
border-radius: 50%;
}
.poisk-results__empty-icon svg {
width: 28px;
height: 28px;
fill: none;
stroke: currentColor;
stroke-width: 1.9;
stroke-linecap: round;
}
.poisk-results__empty h3,
.poisk-results__error strong {
display: block;
margin: 0 0 8px;
color: var(--poisk-text);
font-size: 21px;
font-weight: 750;
line-height: 1.3;
}
.poisk-results__empty p,
.poisk-results__error span {
margin: 0;
color: var(--poisk-secondary);
font-size: 14px;
line-height: 1.5;
}
.poisk-results__retry {
min-height: 42px;
margin-top: 16px;
padding: 0 20px;
background: var(--poisk-yellow);
color: var(--poisk-text);
border: 0;
border-radius:var(--zt-radius-control);
font-size: 14px;
font-weight: 750;
cursor: pointer;
}
.poisk-cart-toast {
position: fixed;
right: 24px;
bottom: 24px;
z-index: 999999;
width: min(410px, calc(100vw - 32px));
padding: 15px 17px;
display: flex;
align-items: center;
gap: 13px;
background: #FFFFFF;
color: var(--zt-ink);
border: 1px solid #CFE8D9;
border-radius:var(--zt-radius-12);
box-shadow:
0 16px 40px
rgba(17, 24, 32, 0.16);
font-family:
var(--zt-font-family);
transform: translateY(20px);
opacity: 0;
transition:
transform 0.22s ease,
opacity 0.22s ease;
}
.poisk-cart-toast--visible {
transform: translateY(0);
opacity: 1;
}
.poisk-cart-toast__icon {
width: 38px;
height: 38px;
flex: 0 0 38px;
display: flex;
align-items: center;
justify-content: center;
background: var(--zt-success-soft);
color: var(--zt-success);
border-radius: 50%;
}
.poisk-cart-toast__icon svg {
width: 20px;
height: 20px;
fill: none;
stroke: currentColor;
stroke-width: 2.2;
stroke-linecap: round;
stroke-linejoin: round;
}
.poisk-cart-toast__text {
min-width: 0;
display: flex;
flex-direction: column;
gap: 3px;
}
.poisk-cart-toast__text strong {
color: var(--zt-ink);
font-size: 14px;
font-weight: 800;
line-height: 1.25;
}
.poisk-cart-toast__text span {
overflow: hidden;
color: var(--zt-secondary);
font-size: 12px;
font-weight: 500;
line-height: 1.4;
text-overflow: ellipsis;
white-space: nowrap;
}
@media screen and (max-width: 1100px) {
.poisk-results__toolbar {
align-items: stretch;
flex-direction: column;
}
.poisk-results__toolbar-actions {
width: 100%;
flex-wrap: wrap;
}
.poisk-results__sort-wrap {
margin-left: auto;
}
}
@media screen and (max-width: 640px) {
.poisk-results__toolbar {
padding: 14px;
}
.poisk-results__toolbar-summary strong {
width: 100%;
}
.poisk-results__toolbar-actions {
display: grid;
grid-template-columns: 1fr 1fr;
}
.poisk-results__export-label {
grid-column: 1 / -1;
}
.poisk-results__export-button {
width: 100%;
}
.poisk-results__sort-wrap {
width: 100%;
min-width: 0;
margin-left: 0;
grid-column: 1 / -1;
}
.poisk-results__sort {
width: 100%;
}
}
@media screen and (max-width: 1199px) {
.poisk-product {
min-height: 154px;
padding: 12px 14px;
grid-template-columns:
120px
minmax(0, 1fr)
minmax(330px, 365px);
gap: 14px;
}
.poisk-product__image-wrap {
width: 120px !important;
height: 80px !important;
aspect-ratio: 3 / 2 !important;
flex-basis: 120px;
}
.poisk-product__properties {
grid-template-columns:
repeat(3, minmax(0, 1fr));
gap: 10px 14px;
}
.poisk-product__property--replacements {
grid-column: span 2;
}
.poisk-product__buy {
padding-left: 18px;
gap: 12px;
}
.poisk-product__client-price-label {
height: 27px;
padding: 0 10px;
font-size: 11px;
font-weight: 650;
}
.poisk-product__old-total-price {
font-size: 12px;
}
.poisk-product__total-price {
font-size: 28px;
font-weight: 700;
}
.poisk-product__favorite {
width: 40px;
height: 40px;
flex-basis: 40px;
}
.poisk-product__cart-control {
grid-template-columns: 118px minmax(155px, 1fr);
gap: 10px;
}
.poisk-product__quantity,
.poisk-product__cart-button {
min-height: 44px;
height: 44px;
}
.poisk-product__quantity {
grid-template-columns: 32px minmax(38px, 1fr) 32px;
}
.poisk-product__quantity-button {
width: 32px;
height: 42px;
}
.poisk-product__quantity-input {
height: 42px;
}
.poisk-product__cart-button {
gap: 7px;
font-size: 12.5px;
font-weight: 600;
}
.poisk-product__cart-button svg {
width: 17px;
height: 17px;
flex-basis: 17px;
}
}
@media screen and (max-width: 980px) {
.poisk-results-container {
padding-right: 20px;
padding-left: 20px;
}
.poisk-results-container .t-col {
width: 100%;
margin-right: 0;
margin-left: 0;
}
.poisk-product {
min-height: 0;
grid-template-columns:
120px
minmax(0, 1fr);
}
.poisk-product__image-wrap {
width: 120px !important;
height: 80px !important;
aspect-ratio: 3 / 2 !important;
flex-basis: 120px;
}
.poisk-product__image-wrap {
grid-column: 1;
grid-row: 1;
}
.poisk-product__content {
grid-column: 2;
grid-row: 1;
}
.poisk-product__buy {
grid-column: 1 / -1;
grid-row: auto;
padding-top: 12px;
padding-left: 0;
display: grid;
grid-template-columns:
minmax(170px, 1fr)
minmax(330px, 430px);
align-items: end;
gap: 12px;
border-top: 1px solid var(--poisk-divider);
border-left: 0;
}
.poisk-product__total-row {
margin-bottom: 0;
}
.poisk-product__cart-control {
align-self: end;
}
.poisk-product__added {
grid-column: 2;
}
}
@media screen and (max-width: 640px) {
.poisk-results-container {
padding-right: 10px;
padding-left: 10px;
}
.poisk-results {
margin-top: 24px;
margin-bottom: 60px;
}
.poisk-results__header {
align-items: flex-start;
flex-direction: column;
gap: 12px;
}
.poisk-results__counter {
padding-bottom: 0;
}
.poisk-results__query {
align-items: flex-start;
}
.poisk-product {
padding: 12px;
grid-template-columns:
90px
minmax(0, 1fr);
gap: 12px;
}
.poisk-product__image-wrap {
width: 90px !important;
height: 60px !important;
aspect-ratio: 3 / 2 !important;
flex-basis: 90px;
}
.poisk-product__image-label {
display: none;
}
.poisk-product__badges {
margin-bottom: 8px;
}
.poisk-product__heading {
align-items: flex-start;
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 7px 9px;
}
.poisk-product__heading .poisk-product__badges {
margin-bottom: 0;
}
.poisk-product__heading .poisk-product__stock {
margin-left: 0;
grid-column: 1 / -1;
justify-self: start;
}
.poisk-product__brand,
.poisk-product__stock {
font-size: 10px;
}
.poisk-product__title {
margin-bottom: 0;
font-size: 15px;
line-height: 1.35;
}
.poisk-product__properties {
margin-top: 12px;
grid-column: 1 / -1;
grid-template-columns:
repeat(2, minmax(0, 1fr));
gap: 11px 14px;
}
.poisk-product__property--wide {
grid-column: 1 / -1;
}
.poisk-product__buy {
grid-column: 1 / -1;
padding-top: 12px;
display: grid;
grid-template-columns: 1fr;
gap: 10px;
}
.poisk-product__cart-control {
grid-template-columns: 116px minmax(0, 1fr);
}
.poisk-product__added {
grid-column: auto;
}
.poisk-pagination {
padding: 12px;
align-items: stretch;
flex-direction: column;
}
.poisk-pagination__info {
text-align: center;
}
.poisk-pagination__controls {
justify-content: space-between;
}
.poisk-pagination__pages {
justify-content: center;
}
.poisk-pagination__button--direction span:not([aria-hidden]) {
display: none;
}
.poisk-cart-toast {
right: 16px;
bottom: 16px;
}
}
@media screen and (max-width: 420px) {
.poisk-product {
grid-template-columns: 72px minmax(0, 1fr);
}
.poisk-product__image-wrap {
width: 72px !important;
height: 48px !important;
aspect-ratio: 3 / 2 !important;
flex-basis: 72px;
}
.poisk-product__properties {
grid-template-columns: 1fr;
}
.poisk-product__property--wide {
grid-column: auto;
}
}
.poisk-results .poisk-results__toolbar {
background: #EEF2F5;
color: var(--poisk-text);
border: 1px solid var(--poisk-border);
box-shadow: 0 10px 26px rgba(15, 20, 26, 0.08);
}
.poisk-results .poisk-results__toolbar-summary {
color: rgba(15, 20, 26, 0.72);
}
.poisk-results .poisk-results__toolbar-summary strong {
color: var(--poisk-text);
}
.poisk-results .poisk-results__toolbar-badge {
background: #FFFFFF;
color: var(--poisk-text);
border-color: var(--poisk-border);
}
.poisk-results .poisk-results__export-label,
.poisk-results .poisk-results__sort-wrap > span {
color: rgba(15, 20, 26, 0.7);
}
.poisk-results .poisk-results__export-button,
.poisk-results .poisk-results__filter-toggle {
background: #FFFFFF;
color: var(--poisk-text);
border-color: var(--poisk-border);
}
.poisk-results .poisk-results__export-button:hover,
.poisk-results .poisk-results__filter-toggle:hover {
background: #FFFFFF;
border-color: rgba(15, 20, 26, 0.28);
}
.poisk-results .poisk-results__sort-wrap {
position: relative;
min-width: 286px;
min-height: 44px;
padding: 4px 36px 4px 13px;
gap: 10px;
background: #FFFFFF;
border-color: var(--poisk-border);
border-radius:var(--zt-radius-control);
}
.poisk-results .poisk-results__sort-wrap::after {
position: absolute;
top: 50%;
right: 15px;
width: 7px;
height: 7px;
border-right: 2px solid #53606B;
border-bottom: 2px solid #53606B;
content: "";
transform: translateY(-65%) rotate(45deg);
pointer-events: none;
}
.poisk-results .poisk-results__sort {
width: 170px;
height: 34px;
padding: 0 28px 0 11px;
appearance: none;
background: #FFFFFF;
color: var(--poisk-text);
border: 1px solid rgba(15, 20, 26, 0.16);
border-radius:var(--zt-radius-7);
cursor: pointer;
}
.poisk-results .poisk-results__sort:focus {
border-color: var(--poisk-yellow);
box-shadow: 0 0 0 3px rgba(var(--zt-brand-rgb), 0.16);
}
.poisk-results__query,
.poisk-results__counter {
display: none !important;
}
.poisk-results__filter-toggle {
min-height: 36px;
padding: 0 11px;
display: none;
align-items: center;
justify-content: center;
gap: 7px;
border: 1px solid var(--poisk-border);
border-radius:var(--zt-radius-7);
font-family: inherit;
font-size: 11px;
font-weight: 750;
cursor: pointer;
}
.poisk-results__filter-toggle svg {
width: 16px;
height: 16px;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
}
.poisk-results__filter-toggle-count {
min-width: 19px;
height: 19px;
padding: 0 5px;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--poisk-yellow);
color: var(--poisk-text);
border-radius:var(--zt-radius-20);
font-size: 9px;
font-weight: 800;
}
.poisk-results__catalog {
position: relative;
display: grid;
grid-template-columns: 255px minmax(0, 1fr);
gap: 18px;
align-items: start;
}
.poisk-results__main {
min-width: 0;
}
.poisk-filters {
position: sticky;
top: 18px;
overflow: hidden;
background: linear-gradient(180deg, #FFFDF7 0%, #FFFFFF 100%);
border: 1px solid #EADFAF;
border-radius:var(--zt-radius-card);
box-shadow: 0 12px 32px rgba(139, 102, 0, 0.07);
color: var(--poisk-text);
}
.poisk-filters__header {
min-height: 74px;
padding: 17px 17px 14px;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
background: linear-gradient(135deg, var(--zt-brand-soft) 0%, #FFFDF6 100%);
border-bottom: 1px solid #EEE2B5;
}
.poisk-filters__eyebrow {
display: block;
margin-bottom: 4px;
color: #9A7000;
font-size: 9px;
font-weight: 800;
line-height: 1.2;
letter-spacing: 0.09em;
}
.poisk-filters__title {
display: block;
color: var(--poisk-text);
font-size: 20px;
font-weight: 800;
line-height: 1.15;
}
.poisk-filters__header-actions {
display: flex;
align-items: center;
gap: 4px;
}
.poisk-filters__reset {
padding: 3px 0;
background: transparent;
color: var(--poisk-secondary);
border: 0;
border-bottom: 1px dashed #AAB1B8;
font-family: inherit;
font-size: 10px;
font-weight: 600;
cursor: pointer;
}
.poisk-filters__reset:hover {
color: #8A6200;
border-color: #8A6200;
}
.poisk-filters__reset:disabled {
opacity: 0.45;
cursor: default;
}
.poisk-filters__close {
width: 34px;
height: 34px;
padding: 0;
display: none;
align-items: center;
justify-content: center;
background: #FFFFFF;
color: var(--poisk-text);
border: 1px solid var(--poisk-border);
border-radius:var(--zt-radius-control);
cursor: pointer;
}
.poisk-filters__close svg {
width: 17px;
height: 17px;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
}
.poisk-filters__group {
padding: 0 17px;
border-bottom: 1px solid var(--poisk-divider);
}
.poisk-filters__group--last {
border-bottom: 0;
}
.poisk-filters__group-title {
width: 100%;
min-height: 51px;
padding: 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
background: transparent;
color: var(--poisk-text);
border: 0;
font-family: inherit;
font-size: 13px;
font-weight: 800;
text-align: left;
cursor: pointer;
}
.poisk-filters__group-title svg {
width: 17px;
height: 17px;
fill: none;
stroke: var(--zt-muted);
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
transition: transform 0.18s ease;
}
.poisk-filters__group-title[aria-expanded="false"] svg {
transform: rotate(180deg);
}
.poisk-filters__group-title[aria-expanded="false"] + .poisk-filters__group-body {
display: none;
}
.poisk-filters__group-body {
padding: 0 0 16px;
}
.poisk-filters__search {
position: relative;
display: block;
margin-bottom: 11px;
}
.poisk-filters__search svg {
position: absolute;
top: 50%;
left: 11px;
width: 15px;
height: 15px;
fill: none;
stroke: #A0A7AF;
stroke-width: 1.7;
stroke-linecap: round;
transform: translateY(-50%);
pointer-events: none;
}
.poisk-filters__search input {
width: 100%;
height: 38px;
padding: 0 10px 0 34px;
background: #FFFFFF;
color: var(--poisk-text);
border: 1px solid var(--poisk-border);
border-radius:var(--zt-radius-control);
outline: none;
font-family: inherit;
font-size: 11px;
}
.poisk-filters__search input:focus,
.poisk-filters__price input:focus {
border-color: var(--poisk-yellow);
box-shadow: 0 0 0 3px rgba(var(--zt-brand-rgb), 0.13);
}
.poisk-filters__options {
display: grid;
gap: 8px;
}
.poisk-filters__option {
min-width: 0;
display: grid;
grid-template-columns: 17px minmax(0, 1fr) auto;
align-items: center;
gap: 8px;
color: var(--poisk-secondary);
font-size: 11px;
font-weight: 550;
line-height: 1.35;
cursor: pointer;
}
.poisk-filters__option input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.poisk-filters__checkbox {
position: relative;
width: 17px;
height: 17px;
background: #FFFFFF;
border: 1px solid #CFD6DD;
border-radius:var(--zt-radius-4);
transition: background-color 0.15s ease, border-color 0.15s ease;
}
.poisk-filters__option input:checked + .poisk-filters__checkbox {
background: var(--poisk-yellow);
border-color: var(--poisk-yellow);
}
.poisk-filters__option input:checked + .poisk-filters__checkbox::after {
position: absolute;
top: 3px;
left: 5px;
width: 4px;
height: 7px;
border-right: 2px solid var(--poisk-text);
border-bottom: 2px solid var(--poisk-text);
content: "";
transform: rotate(45deg);
}
.poisk-filters__option-text {
min-width: 0;
overflow: hidden;
color: var(--poisk-text);
text-overflow: ellipsis;
white-space: nowrap;
}
.poisk-filters__option-count {
color: var(--poisk-muted);
font-size: 10px;
}
.poisk-filters__more {
margin-top: 11px;
padding: 2px 0;
background: transparent;
color: #8A6200;
border: 0;
border-bottom: 1px dashed rgba(138, 98, 0, 0.5);
font-family: inherit;
font-size: 10px;
font-weight: 700;
cursor: pointer;
}
.poisk-filters__price {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
}
.poisk-filters__price label {
position: relative;
display: block;
}
.poisk-filters__price label > span {
position: absolute;
top: 50%;
left: 10px;
color: var(--poisk-muted);
font-size: 10px;
transform: translateY(-50%);
pointer-events: none;
}
.poisk-filters__price input {
width: 100%;
height: 40px;
padding: 0 8px 0 28px;
background: #FFFFFF;
color: var(--poisk-text);
border: 1px solid var(--poisk-border);
border-radius:var(--zt-radius-control);
outline: none;
font-family: inherit;
font-size: 11px;
font-weight: 650;
}
.poisk-filters__apply {
width: calc(100% - 34px);
min-height: 44px;
margin: 0 17px 17px;
padding: 0 14px;
display: none;
align-items: center;
justify-content: center;
gap: 4px;
background: var(--poisk-yellow);
color: var(--poisk-text);
border: 1px solid var(--poisk-yellow);
border-radius:var(--zt-radius-control);
font-family: inherit;
font-size: 12px;
font-weight: 800;
cursor: pointer;
}
.poisk-filters__backdrop {
display: none;
}
.poisk-results .poisk-filters {
top:
calc(
var(--poisk-toolbar-sticky-top) +
var(--poisk-toolbar-height) +
12px
);
background: #EEF2F5;
color: var(--poisk-text);
border-color: var(--poisk-border);
box-shadow: 0 14px 34px rgba(15, 20, 26, 0.1);
}
.poisk-results .poisk-filters__header {
background: #EEF2F5;
border-bottom-color: var(--poisk-border);
}
.poisk-results .poisk-filters__eyebrow {
color: rgba(15, 20, 26, 0.64);
}
.poisk-results .poisk-filters__title,
.poisk-results .poisk-filters__group-title,
.poisk-results .poisk-filters__option-text {
color: var(--poisk-text);
}
.poisk-results .poisk-filters__reset {
color: rgba(15, 20, 26, 0.62);
border-color: rgba(15, 20, 26, 0.38);
}
.poisk-results .poisk-filters__reset:hover,
.poisk-results .poisk-filters__more {
color: var(--poisk-text);
border-color: rgba(15, 20, 26, 0.5);
}
.poisk-results .poisk-filters__group {
border-bottom-color: rgba(15, 20, 26, 0.14);
}
.poisk-results .poisk-filters__group-title svg {
stroke: rgba(15, 20, 26, 0.62);
}
.poisk-results .poisk-filters__search input,
.poisk-results .poisk-filters__price input {
background: rgba(255, 255, 255, 0.86);
color: var(--poisk-text);
border-color: rgba(15, 20, 26, 0.18);
}
.poisk-results .poisk-filters__search input::placeholder,
.poisk-results .poisk-filters__price input::placeholder {
color: rgba(15, 20, 26, 0.5);
opacity: 1;
}
.poisk-results .poisk-filters__search svg {
stroke: rgba(15, 20, 26, 0.56);
}
.poisk-results .poisk-filters__option {
color: rgba(15, 20, 26, 0.78);
}
.poisk-results .poisk-filters__checkbox {
background: rgba(255, 255, 255, 0.9);
border-color: rgba(15, 20, 26, 0.24);
}
.poisk-results .poisk-filters__option input:checked + .poisk-filters__checkbox {
background: var(--poisk-text);
border-color: var(--poisk-text);
}
.poisk-results .poisk-filters__option input:checked + .poisk-filters__checkbox::after {
border-color: #FFFFFF;
}
.poisk-results .poisk-filters__option-count,
.poisk-results .poisk-filters__price label > span {
color: rgba(15, 20, 26, 0.52);
}
.poisk-results .poisk-filters__close {
background: rgba(255, 255, 255, 0.86);
color: var(--poisk-text);
border-color: rgba(15, 20, 26, 0.18);
}
.poisk-results .poisk-filters__apply {
background: var(--poisk-text);
color: #FFFFFF;
border-color: var(--poisk-text);
}
@media screen and (max-width: 1100px) {
.poisk-results__catalog {
grid-template-columns: 225px minmax(0, 1fr);
gap: 14px;
}
.poisk-filters__group,
.poisk-filters__header {
padding-right: 14px;
padding-left: 14px;
}
}
@media screen and (max-width: 980px) {
.poisk-results__filter-toggle {
display: inline-flex;
}
.poisk-results__catalog {
display: block;
}
.poisk-results .poisk-filters {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 1000001;
width: min(355px, calc(100vw - 36px));
overflow-y: auto;
border-radius: 0 16px 16px 0;
transform: translateX(-105%);
transition: transform 0.24s ease;
}
.poisk-filters.is-open {
transform: translateX(0);
}
.poisk-filters__close,
.poisk-filters__apply {
display: flex;
}
.poisk-filters__backdrop:not([hidden]) {
position: fixed;
inset: 0;
z-index: 1000000;
display: block;
background: rgba(17, 24, 32, 0.45);
border: 0;
backdrop-filter: blur(2px);
}
body.poisk-filters-open {
overflow: hidden;
}
}
@media screen and (max-width: 640px) {
.poisk-results .poisk-results__toolbar {
padding: 12px;
}
.poisk-results__toolbar-actions {
width: 100%;
}
.poisk-results__filter-toggle,
.poisk-results__export-button {
flex: 1 1 auto;
}
.poisk-results__export-label {
display: none;
}
.poisk-results__sort-wrap {
width: 100%;
}
}


/* Защита геометрии модуля покупки от общих правил темы */
.poisk-results .poisk-product__buy,
.poisk-results .poisk-product__cart-control,
.poisk-results .poisk-product__quantity-block,
.poisk-results .poisk-product__cart-button {
min-width: 0 !important;
max-width: 100% !important;
}
.poisk-results .poisk-product__cart-button {
font-weight: 600 !important;
}
.poisk-results .poisk-product__cart-button strong {
font-weight: 700 !important;
}
.poisk-results .poisk-product__quantity-input,
.poisk-results .poisk-product__client-price-label {
font-weight: 600 !important;
}
.poisk-results .poisk-product__old-total-price {
font-weight: 500 !important;
}
.poisk-results .poisk-product__total-price {
font-weight: 700 !important;
}
@media screen and (min-width: 1200px) {
.poisk-results .poisk-product {
grid-template-columns: 198px minmax(0, 1fr) minmax(380px, 420px) !important;
column-gap: 18px !important;
row-gap: 0 !important;
}
.poisk-results .poisk-product__image-wrap {
width: 198px !important;
height: 132px !important;
min-height: 0 !important;
aspect-ratio: 3 / 2 !important;
flex: 0 0 198px !important;
align-self: center !important;
}
.poisk-results .poisk-product__content {
height: 132px;
min-height: 132px;
align-self: center;
justify-content: flex-start;
}
.poisk-results .poisk-product__info {
height: 100%;
justify-content: space-between;
}
.poisk-results .poisk-product__heading {
min-height: 30px;
align-items: center;
}
.poisk-results .poisk-product__brand,
.poisk-results .poisk-product__stock {
height: 30px;
min-height: 30px;
padding-top: 0;
padding-bottom: 0;
}
.poisk-results .poisk-product__brand {
padding-right: 11px;
padding-left: 11px;
}
.poisk-results .poisk-product__stock {
padding-right: 10px;
padding-left: 10px;
}
.poisk-results .poisk-product__properties {
margin-top: 0;
grid-template-columns: repeat(5, minmax(0, 1fr));
column-gap: clamp(18px, 1.6vw, 30px);
row-gap: 0;
align-items: end;
}
}
@media screen and (min-width: 981px) and (max-width: 1199px) {
.poisk-results .poisk-product {
grid-template-columns: 183px minmax(0, 1fr) minmax(330px, 365px) !important;
column-gap: 14px !important;
row-gap: 0 !important;
}
.poisk-results .poisk-product__image-wrap {
width: 183px !important;
height: 122px !important;
min-height: 0 !important;
aspect-ratio: 3 / 2 !important;
flex: 0 0 183px !important;
align-self: center !important;
}
.poisk-results .poisk-product__content {
height: 122px;
min-height: 122px;
align-self: center;
justify-content: flex-start;
}
.poisk-results .poisk-product__info {
height: 100%;
justify-content: space-between;
}
.poisk-results .poisk-product__heading {
min-height: 27px;
align-items: center;
}
.poisk-results .poisk-product__brand,
.poisk-results .poisk-product__stock {
height: 27px;
min-height: 27px;
padding-top: 0;
padding-bottom: 0;
}
.poisk-results .poisk-product__properties {
margin-top: 0;
}
}

/* Галерея фотографий товара */
.poisk-results .poisk-product__image-wrap {
isolation: isolate;
cursor: zoom-in;
touch-action: pan-y;
user-select: none;
}
.poisk-product__image-track {
width: 100%;
height: 100%;
display: flex;
transform: translate3d(0, 0, 0);
transition: transform 0.28s cubic-bezier(.22, .61, .36, 1);
will-change: transform;
}
.poisk-product__image-track .poisk-product__image {
width: 100%;
height: 100%;
min-width: 100%;
flex: 0 0 100%;
object-fit: contain;
object-position: center;
pointer-events: none;
}
.poisk-product__image-progress {
position: absolute;
right: 10px;
bottom: 9px;
left: 10px;
z-index: 4;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
pointer-events: none;
}
.poisk-product__image-progress-button {
width: clamp(13px, 18%, 25px);
max-width: 25px;
height: 4px;
padding: 0;
display: block;
background: rgba(116, 126, 136, .46);
border: 0;
border-radius: 999px;
box-shadow: 0 1px 3px rgba(15, 20, 26, .12);
cursor: pointer;
pointer-events: auto;
transition:
width .18s ease,
background-color .18s ease,
transform .18s ease;
}
.poisk-product__image-progress-button:hover {
background: rgba(77, 89, 102, .72);
transform: translateY(-1px);
}
.poisk-product__image-progress-button.is-active {
background: var(--poisk-yellow);
box-shadow: 0 1px 4px rgba(var(--zt-brand-rgb), .34);
}
.poisk-product__image-zoom {
position: absolute;
top: 8px;
right: 8px;
z-index: 5;
width: 30px;
height: 30px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, .9);
color: var(--poisk-text);
border: 1px solid rgba(212, 220, 227, .92);
border-radius: 8px;
box-shadow: 0 3px 10px rgba(15, 20, 26, .08);
cursor: zoom-in;
opacity: 0;
transform: translateY(-3px);
transition:
opacity .18s ease,
transform .18s ease,
background-color .18s ease;
}
.poisk-product__image-wrap:hover .poisk-product__image-zoom,
.poisk-product__image-zoom:focus-visible {
opacity: 1;
transform: translateY(0);
}
.poisk-product__image-zoom:hover {
background: #FFFFFF;
}
.poisk-product__image-zoom svg {
width: 17px;
height: 17px;
fill: none;
stroke: currentColor;
stroke-width: 1.9;
stroke-linecap: round;
stroke-linejoin: round;
}

/* Полноэкранное увеличение */
.poisk-gallery-modal {
position: fixed;
inset: 0;
z-index: 1000005;
padding: 28px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(15, 20, 26, .88);
backdrop-filter: blur(7px);
}
.poisk-gallery-modal[hidden] {
display: none !important;
}
.poisk-gallery-modal__dialog {
position: relative;
width: min(1180px, calc(100vw - 56px));
height: min(82vh, 790px);
display: flex;
align-items: center;
justify-content: center;
}
.poisk-gallery-modal__image {
max-width: 100%;
max-height: 100%;
display: block;
object-fit: contain;
border-radius: 12px;
box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}
.poisk-gallery-modal__close,
.poisk-gallery-modal__nav {
position: absolute;
z-index: 2;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, .94);
color: var(--poisk-text);
border: 1px solid rgba(255, 255, 255, .5);
box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
cursor: pointer;
transition:
background-color .18s ease,
transform .18s ease;
}
.poisk-gallery-modal__close:hover,
.poisk-gallery-modal__nav:hover {
background: var(--poisk-yellow);
transform: scale(1.04);
}
.poisk-gallery-modal__close {
top: 0;
right: 0;
width: 42px;
height: 42px;
border-radius: 10px;
font-size: 26px;
line-height: 1;
}
.poisk-gallery-modal__nav {
top: 50%;
width: 46px;
height: 54px;
border-radius: 10px;
font-size: 31px;
transform: translateY(-50%);
}
.poisk-gallery-modal__nav:hover {
transform: translateY(-50%) scale(1.04);
}
.poisk-gallery-modal__nav--prev {
left: 0;
}
.poisk-gallery-modal__nav--next {
right: 0;
}
.poisk-gallery-modal__nav[hidden] {
display: none !important;
}
.poisk-gallery-modal__progress {
position: absolute;
bottom: 2px;
left: 50%;
z-index: 2;
display: flex;
gap: 6px;
transform: translateX(-50%);
}
.poisk-gallery-modal__progress span {
width: 26px;
height: 4px;
display: block;
background: rgba(255, 255, 255, .48);
border-radius: 999px;
}
.poisk-gallery-modal__progress span.is-active {
background: var(--poisk-yellow);
}
body.poisk-gallery-open {
overflow: hidden;
}
@media screen and (hover: none) {
.poisk-product__image-zoom {
opacity: 1;
transform: none;
}
}
@media screen and (max-width: 640px) {
.poisk-product__image-progress {
right: 6px;
bottom: 5px;
left: 6px;
gap: 3px;
}
.poisk-product__image-progress-button {
height: 3px;
}
.poisk-product__image-zoom {
top: 5px;
right: 5px;
width: 26px;
height: 26px;
}
.poisk-gallery-modal {
padding: 14px;
}
.poisk-gallery-modal__dialog {
width: calc(100vw - 28px);
height: 82vh;
}
.poisk-gallery-modal__nav {
width: 38px;
height: 46px;
}
}


/* Bitrix integration helpers */
.poisk-results .poisk-results__list.cards {
    display: block;
}

.poisk-results .catalog-section,
.poisk-results .catalog-section .items,
.poisk-results .catalog-section .item {
    min-width: 0;
}

.poisk-results .catalog-section .bx-section-desc {
    margin-bottom: 16px;
}

.poisk-results .poisk-filter-links {
    margin: 0;
    padding: 0 17px 14px;
    display: grid;
    gap: 7px;
}

.poisk-results .poisk-filter-links:empty {
    display: none;
}

.poisk-results .poisk-filter-links a {
    color: var(--poisk-secondary);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.poisk-results .poisk-filter-links a:hover {
    color: var(--poisk-text);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.poisk-results__page-size-wrap {
    min-height: 44px;
    padding: 4px 7px 4px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--poisk-secondary);
    border: 1px solid var(--poisk-border);
    border-radius: var(--zt-radius-control);
    white-space: nowrap;
}

.poisk-results__page-size-wrap > span {
    font-size: 11px;
    font-weight: 650;
}

.poisk-results__page-size {
    height: 34px;
    min-width: 66px;
    padding: 0 27px 0 10px;
    background: var(--poisk-light);
    color: var(--poisk-text);
    border: 0;
    border-radius: var(--zt-radius-7);
    outline: 0;
    font: 700 12px/1 var(--zt-font-family);
    cursor: pointer;
}

.poisk-results__page-size:focus-visible {
    box-shadow: var(--zt-focus-ring);
}

.poisk-results .poisk-filters__group-title[aria-expanded="false"] svg {
    transform: rotate(180deg);
}

.poisk-results .poisk-filters__group-title svg {
    transition: transform .18s ease;
}

@media screen and (max-width: 700px) {
    .poisk-results__page-size-wrap {
        width: 100%;
        justify-content: space-between;
    }

    .poisk-results__page-size {
        min-width: 92px;
    }
}

.poisk-results .poisk-filter-links__title {
    margin: 3px 0 5px;
    color: var(--poisk-text);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.poisk-results .poisk-filter-links__item {
    min-height: 32px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: var(--zt-radius-7);
}

.poisk-results .poisk-filter-links__item small {
    color: var(--poisk-muted);
    font-size: 10px;
}

.poisk-results .poisk-filter-links__item.is-active {
    background: #fff;
    color: var(--poisk-text);
    box-shadow: inset 3px 0 0 var(--poisk-yellow);
}

@media screen and (max-width: 640px) {
    .poisk-results__page-size-wrap {
        grid-column: 1 / -1;
    }
}


/* ZIPTEH v2: штатный умный фильтр в компоновке как на Tilda */
.poisk-results .poisk-results__toolbar-actions {
    margin-left: auto;
}

.poisk-results .poisk-filter-native-wrap {
    margin: 0;
}

.poisk-results .poisk-filters__native {
    width: 100%;
}

.poisk-results .poisk-filters__apply {
    display: flex;
    background: linear-gradient(180deg, #ffc72f 0%, #ffb800 100%);
    color: #111820;
    border-color: #ffb800;
    box-shadow: 0 5px 12px rgba(var(--zt-brand-rgb), .17);
}

.poisk-results .poisk-filters__apply:hover {
    background: var(--poisk-yellow-hover);
    border-color: var(--poisk-yellow-hover);
}

.poisk-results .poisk-filter-links.poisk-filters__group {
    margin: 0;
    padding: 0 17px;
    display: block;
}

.poisk-results .poisk-filter-links .poisk-filters__group-body {
    padding-bottom: 16px;
}

.poisk-results .poisk-filter-links .poisk-filters__options {
    gap: 8px;
}

.poisk-results .poisk-filter-links__item {
    min-width: 0;
    min-height: 24px;
    padding: 0;
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr) auto;
    align-items: center;
    justify-content: initial;
    gap: 8px;
    color: var(--poisk-text);
    border-radius: 0;
    font-size: 11px;
    font-weight: 550;
    line-height: 1.35;
    text-decoration: none;
}

.poisk-results .poisk-filter-links__item:hover {
    color: var(--poisk-text);
    text-decoration: none;
}

.poisk-results .poisk-filter-links__marker {
    position: relative;
    width: 17px;
    height: 17px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(15, 20, 26, .24);
    border-radius: var(--zt-radius-4);
}

.poisk-results .poisk-filter-links__item.is-active .poisk-filter-links__marker {
    background: var(--poisk-yellow);
    border-color: var(--poisk-yellow);
}

.poisk-results .poisk-filter-links__item.is-active .poisk-filter-links__marker::after {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 4px;
    height: 7px;
    border-right: 2px solid #111820;
    border-bottom: 2px solid #111820;
    content: "";
    transform: rotate(45deg);
}

.poisk-results .poisk-filter-links__name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.poisk-results .poisk-filter-links__item.is-active {
    background: transparent;
    box-shadow: none;
    font-weight: 700;
}

.poisk-results .poisk-product__property--unit-price .poisk-product__property-value {
    white-space: normal;
}

@media screen and (max-width: 640px) {
    .poisk-results__filter-toggle {
        flex: 1 1 auto;
    }
}

.poisk-results .poisk-filters__footer {
    padding: 0 17px 17px;
}

.poisk-results .poisk-filters__footer .poisk-filters__apply {
    width: 100%;
    margin: 0;
}
