.catalog-page {
    background: #f4f6f8;
    color: #1f2a33;
    font-family: Arial, sans-serif;
}

.catalog-header {
    background: #fff;
    border-bottom: 1px solid #d9e0e6;
}

.catalog-header__inner,
.catalog-shell,
.catalog-footer__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 16px;
}

.catalog-header__inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.catalog-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #202833;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}

.catalog-logo:hover {
    color: #202833;
    text-decoration: none;
}

.catalog-logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.catalog-search,
.catalog-inline-search {
    display: flex;
    gap: 8px;
}

.catalog-search {
    flex: 1;
}

.catalog-search input,
.catalog-inline-search input {
    width: 100%;
    height: 42px;
    border: 1px solid #cbd4dc;
    border-radius: 4px;
    padding: 0 12px;
    background: #fff;
}

.catalog-search button,
.catalog-inline-search button,
.catalog-button,
.catalog-hero__action {
    height: 42px;
    border: 0;
    border-radius: 4px;
    background: #d40000;
    color: #fff;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.catalog-search button:hover,
.catalog-inline-search button:hover,
.catalog-button:hover,
.catalog-hero__action:hover {
    background: #b80000;
    color: #fff;
    text-decoration: none;
}

.catalog-add-form button,
.catalog-cart-update {
    height: 42px;
    border: 0;
    border-radius: 4px;
    background: #d40000;
    color: #fff;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.catalog-add-form button:hover,
.catalog-cart-update:hover {
    background: #b80000;
    color: #fff;
    text-decoration: none;
}

.catalog-cart-link,
.catalog-secondary-link {
    color: #d40000;
    font-weight: 700;
}

.catalog-header__link {
    color: #596672;
    white-space: nowrap;
}

.catalog-shell {
    padding-top: 24px;
    padding-bottom: 40px;
}

.catalog-hero,
.catalog-section {
    background: #fff;
    border: 1px solid #dfe5ea;
    border-radius: 6px;
    padding: 22px;
    margin-bottom: 20px;
}

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

.catalog-hero--home {
    border-top: 3px solid #d40000;
}

.catalog-hero__side {
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catalog-hero h1,
.catalog-section h1,
.catalog-section h2,
.catalog-product h1 {
    margin: 0;
    color: #202833;
    letter-spacing: 0;
}

.catalog-hero p,
.catalog-section p {
    margin: 8px 0 0;
    color: #596672;
}

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

.catalog-section__head--wrap {
    align-items: flex-start;
}

.catalog-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 10px;
}

.catalog-category-grid--compact {
    margin-bottom: 18px;
}

.catalog-category-tile {
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #d7dfe6;
    border-radius: 6px;
    color: #25313d;
    background: #fbfcfd;
    font-weight: 700;
    text-decoration: none;
}

.catalog-category-tile:hover {
    border-color: #d40000;
    color: #d40000;
    text-decoration: none;
}

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

.catalog-product-card {
    min-height: 360px;
    border: 1px solid #dfe5ea;
    border-radius: 6px;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.catalog-product-card__image {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #f8fafb;
}

.catalog-product-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.catalog-product-card__body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.catalog-product-card__title {
    min-height: 44px;
    color: #202833;
    font-weight: 700;
}

.catalog-product-card__meta,
.catalog-product-card__stock {
    color: #5d6975;
    font-size: 13px;
}

.catalog-product-card__price,
.catalog-product__price {
    margin-top: auto;
    color: #202833;
    font-size: 28px;
    font-weight: 800;
}

.catalog-product-card__price span,
.catalog-product__price span {
    font-size: 15px;
    font-weight: 400;
}

.catalog-add-form,
.catalog-product-cart-form {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
}

.catalog-add-form input,
.catalog-product-cart-form input,
.catalog-cart-qty {
    width: 64px;
    height: 42px;
    border: 1px solid #cbd4dc;
    border-radius: 4px;
    padding: 0 8px;
}

.catalog-add-form button {
    flex: 1;
}

.catalog-add-form i,
.catalog-product-cart-form i {
    margin-right: 6px;
}

.catalog-product {
    display: grid;
    grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
    gap: 28px;
    background: #fff;
    border: 1px solid #dfe5ea;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 20px;
}

.catalog-product--disabled {
    opacity: 0.5;
}

.catalog-product__image {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafb;
}

.catalog-product__image img {
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
}

.new-site-product-media {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 98px;
    gap: 12px;
    align-items: start;
}

.new-site-product-media__main {
    position: relative;
    min-height: 340px;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
}

.new-site-product-media__main.is-zoomed {
    grid-column: 1 / -1;
    min-height: 70vh;
    cursor: zoom-out;
    z-index: 3;
}

.new-site-product-media__main.is-zoomed img {
    max-height: 70vh;
}

.new-site-product-media__main .new-site-product-card__state-ribbon {
    right: 10px;
    bottom: 10px;
}

.new-site-photo-lightbox-open {
    overflow: hidden;
}

.new-site-photo-lightbox {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    grid-template-columns: 15% minmax(0, 1fr) 15%;
    align-items: stretch;
    background: rgba(15, 20, 27, .82);
}

.new-site-photo-lightbox[hidden] {
    display: none !important;
}

.new-site-photo-lightbox__figure {
    min-width: 0;
    margin: 0;
    padding: 28px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.new-site-photo-lightbox__figure img {
    max-width: 100%;
    max-height: calc(100vh - 96px);
    object-fit: contain;
    background: #fff;
    box-shadow: 0 16px 44px rgba(0, 0, 0, .38);
}

.new-site-photo-lightbox__figure figcaption {
    min-height: 22px;
    color: #fff;
    font-weight: 800;
}

.new-site-photo-lightbox__arrow {
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .78);
    font-size: clamp(64px, 10vw, 130px);
    font-weight: 300;
    line-height: 1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .45);
}

.new-site-photo-lightbox__arrow:hover,
.new-site-photo-lightbox__arrow:focus {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    outline: 0;
}

.new-site-photo-lightbox__arrow:disabled {
    opacity: .2;
    cursor: default;
}

.new-site-photo-lightbox__close {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: #202833;
    font-size: 30px;
    line-height: 38px;
}

.new-site-manager-photo-controls--main {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    padding: 4px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 1px 5px rgba(20, 28, 36, .18);
}

.new-site-product-gallery {
    width: 100%;
    display: flex;
    gap: 8px;
}

.new-site-product-gallery--vertical {
    flex-direction: column;
    align-items: stretch;
    max-height: 420px;
    overflow-y: auto;
}

.new-site-product-gallery__item {
    position: relative;
}

.new-site-product-gallery__item--hidden .new-site-product-gallery__thumb {
    opacity: .45;
}

.new-site-product-gallery__thumb {
    aspect-ratio: 1 / 1;
    width: 88px;
    height: auto;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7dfe6;
    border-radius: 4px;
    background: #fff;
    cursor: zoom-in;
}

.new-site-product-gallery__thumb.is-zoomed {
    position: fixed;
    inset: 24px;
    z-index: 1060;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, .98);
    border-color: #d40000;
    box-shadow: 0 12px 36px rgba(20, 28, 36, .28);
    cursor: zoom-out;
}

.new-site-product-gallery__thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.new-site-product-gallery__delete {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 4px;
    background: #d40000;
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(20, 28, 36, .25);
}

.new-site-product-gallery__visibility {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 2;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(20, 28, 36, .25);
}

.new-site-product-gallery__visibility--hide {
    background: #d9534f;
}

.new-site-product-gallery__visibility--show {
    background: #39a853;
}

.new-site-product-title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.new-site-product-title h1 {
    min-width: 0;
    flex: 1;
}

.new-site-crm-edit-button {
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin-top: 3px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #f0ad4e;
    color: #fff;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(24, 36, 48, 0.18);
}

.new-site-crm-edit-button:hover,
.new-site-crm-edit-button:focus {
    color: #fff;
    opacity: 0.88;
    outline: 0;
}

.catalog-product__info dl {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 8px 14px;
    margin: 20px 0;
}

.catalog-product__info dt {
    color: #6a7682;
    font-weight: 400;
}

.catalog-product__info dd {
    margin: 0;
    color: #202833;
}

.new-site-product-warehouse-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.new-site-product-warehouse-row + .new-site-product-warehouse-row {
    margin-top: 3px;
}

.new-site-product-warehouse-row span {
    color: #697785;
    white-space: nowrap;
}

.new-site-warehouse-page {
    display: grid;
    gap: 18px;
}

.new-site-warehouse-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.new-site-warehouse-head h1,
.new-site-warehouse-section-head h2 {
    margin: 0;
}

.new-site-warehouse-groups,
.new-site-warehouse-level {
    display: grid;
    gap: 14px;
}

.new-site-warehouse-group,
.new-site-warehouse-level {
    padding: 16px;
    border: 1px solid #dfe6ed;
    border-radius: 6px;
    background: #fff;
}

.new-site-warehouse-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.new-site-warehouse-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.new-site-warehouse-order-button {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #4aa3c7;
    color: #fff;
}

.new-site-warehouse-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 10px;
}

.new-site-warehouse-grid--cells {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.new-site-warehouse-tile-wrap {
    position: relative;
    min-width: 0;
}

.new-site-warehouse-tile-edit {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 4px;
    background: #f0ad4e;
    color: #fff;
}

.new-site-warehouse-tile {
    display: grid;
    gap: 6px;
    min-height: 96px;
    padding: 12px 44px 12px 12px;
    border: 1px solid #dfe6ed;
    border-radius: 6px;
    background: #f8fafc;
    color: #202833;
    text-decoration: none;
}

.new-site-warehouse-tile:hover,
.new-site-warehouse-tile.is-active {
    border-color: #b40000;
    background: #fff7f7;
    color: #202833;
    text-decoration: none;
}

.new-site-warehouse-tile strong {
    font-size: 15px;
    line-height: 1.25;
}

.new-site-warehouse-tile span,
.new-site-warehouse-tile em {
    color: #697785;
    font-style: normal;
}

.new-site-warehouse-add {
    position: relative;
}

.new-site-warehouse-add summary {
    height: 34px;
    padding: 0 12px;
    border-radius: 4px;
    background: #2d8f4e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.new-site-warehouse-add summary::-webkit-details-marker {
    display: none;
}

.new-site-warehouse-add form {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 40px;
    width: 280px;
    padding: 12px;
    border: 1px solid #dfe6ed;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(20, 31, 43, .16);
}

.new-site-warehouse-add form input {
    margin-bottom: 8px;
}

.new-site-warehouse-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
}

.new-site-warehouse-product-wrap {
    position: relative;
    min-width: 0;
}

.new-site-warehouse-product-tools {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
}

.new-site-warehouse-product-tools .new-site-manager-controls__btn {
    width: 30px;
    height: 30px;
}

.new-site-warehouse-product {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 46px 10px 10px;
    border: 1px solid #dfe6ed;
    border-radius: 6px;
    background: #fff;
    color: #202833;
    text-decoration: none;
}

.new-site-warehouse-product:hover {
    border-color: #b40000;
    color: #202833;
    text-decoration: none;
}

.new-site-warehouse-product img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: #f8fafc;
}

.new-site-warehouse-product span {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.new-site-warehouse-product strong {
    line-height: 1.25;
}

.new-site-warehouse-product em {
    color: #697785;
    font-style: normal;
}

.new-site-warehouse-product b {
    color: #1f7a3f;
}

.new-site-warehouse-product--disabled {
    opacity: .5;
}

.new-site-warehouse-empty {
    margin: 0;
    color: #697785;
}

.new-site-product-characteristics dl {
    display: grid;
    grid-template-columns: minmax(180px, .35fr) minmax(0, 1fr);
    gap: 0;
    margin: 16px 0 0;
}

.new-site-product-characteristics dt,
.new-site-product-characteristics dd {
    border-top: 1px solid #edf1f4;
    padding: 9px 0;
}

.new-site-product-characteristics dt {
    color: #6a7682;
    font-weight: 700;
    padding-right: 18px;
}

.new-site-product-characteristics dd {
    color: #202833;
    margin: 0;
}

.catalog-vat {
    color: #d40000;
    margin: 0 0 18px;
}

.catalog-product-cart-form {
    margin-bottom: 14px;
}

.catalog-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    color: #66727d;
}

.catalog-breadcrumbs a {
    color: #d40000;
}

.catalog-empty {
    padding: 20px;
    background: #f8fafb;
    border: 1px dashed #cbd4dc;
}

.catalog-cart-table {
    border: 1px solid #dfe5ea;
    border-radius: 6px;
    overflow: hidden;
}

.catalog-cart-row {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 120px 90px 120px 80px;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-top: 1px solid #edf1f4;
}

.catalog-cart-row:first-child {
    border-top: 0;
}

.catalog-cart-row--head {
    background: #f6f8fa;
    color: #596672;
    font-weight: 700;
}

.catalog-cart-product {
    display: flex;
    gap: 12px;
    align-items: center;
}

.catalog-cart-product img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    background: #f8fafb;
}

.catalog-cart-product a {
    color: #202833;
    font-weight: 700;
}

.catalog-cart-product span {
    display: block;
    margin-top: 4px;
    color: #6a7682;
    font-size: 13px;
}

.catalog-cart-sum,
.catalog-cart-total {
    color: #202833;
    font-weight: 800;
}

.catalog-cart-remove {
    color: #d40000;
}

.catalog-cart-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-top: 18px;
}

.catalog-description {
    color: #2a3540;
    line-height: 1.55;
}

.catalog-footer {
    border-top: 1px solid #d9e0e6;
    background: #fff;
    color: #687481;
    padding: 18px 0;
}

.new-site-page {
    background: #eef2f5;
    color: #202833;
    font-family: Arial, sans-serif;
}

.new-site-header,
.new-site-footer {
    background: #fff;
    border-bottom: 1px solid #d9e0e6;
}

.new-site-content-shell,
.new-site-footer > div {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 16px;
}

.new-site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(32, 40, 51, .08);
}

.new-site-page {
    padding-top: 74px;
}

.new-site-header__top {
    min-height: 74px;
    width: 100%;
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 0 24px;
}

.new-site-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    color: #202833;
    text-decoration: none;
}

.new-site-logo:hover {
    color: #202833;
    text-decoration: none;
}

.new-site-logo img {
    width: 134px;
    height: auto;
    max-height: 40px;
    object-fit: contain;
}

.new-site-catalog-menu {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: stretch;
    height: 42px;
}

.new-site-catalog-menu__link,
.new-site-catalog-menu__toggle {
    border: 0;
    background: #d40000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
}

.new-site-catalog-menu__link {
    min-width: 108px;
    border-radius: 4px 0 0 4px;
    padding: 0 18px;
}

.new-site-catalog-menu__toggle {
    width: 42px;
    border-left: 1px solid rgba(255, 255, 255, .32);
    border-radius: 0 4px 4px 0;
    padding: 0;
}

.new-site-catalog-menu__link:hover,
.new-site-catalog-menu__toggle:hover,
.new-site-catalog-menu--open .new-site-catalog-menu__link,
.new-site-catalog-menu--open .new-site-catalog-menu__toggle {
    background: #b80000;
    color: #fff;
    text-decoration: none;
}

.new-site-catalog-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 80;
    width: min(560px, calc(100vw - 32px));
    max-height: calc(100vh - 104px);
    overflow: hidden;
    border: 1px solid #aeb9c3;
    border-top: 2px solid #b40000;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 32, 43, .24);
}

.new-site-catalog-dropdown__scroll {
    max-height: calc(100vh - 108px);
    overflow: auto;
    padding: 10px 0;
}

.new-site-catalog-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.new-site-catalog-dropdown ul ul {
    padding-left: 16px;
    border-left: 1px solid #edf1f4;
    margin-left: 18px;
}

.new-site-catalog-dropdown li {
    margin: 0;
}

.new-site-catalog-dropdown__link {
    display: block;
    padding: 8px 16px;
    color: #202833;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.new-site-catalog-dropdown ul ul .new-site-catalog-dropdown__link {
    color: #41505f;
    font-size: 13px;
    font-weight: 600;
}

.new-site-catalog-dropdown__link:hover {
    background: #f7f9fb;
    color: #b40000;
    text-decoration: none;
}

.new-site-search {
    flex: 1;
    min-width: 180px;
    display: flex;
    gap: 8px;
    position: relative;
}

.new-site-search input {
    width: 100%;
    height: 42px;
    border: 1px solid #cbd4dc;
    border-radius: 4px;
    padding: 0 12px;
}

.new-site-search--open input {
    border-color: #b40000;
    box-shadow: inset 0 0 0 1px rgba(180, 0, 0, 0.15);
}

.new-site-search button,
.new-site-cart-button,
.new-site-favorites-header-button,
.new-site-warehouse-header-button,
.new-site-crm-button,
.new-site-add-form button {
    height: 42px;
    border: 0;
    border-radius: 4px;
    background: #d40000;
    color: #fff;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.new-site-mobile-actions {
    display: none;
}

.new-site-search button i {
    margin-right: 6px;
}

.new-site-search button:hover,
.new-site-cart-button:hover,
.new-site-warehouse-header-button:hover,
.new-site-crm-button:hover,
.new-site-add-form button:hover {
    background: #b80000;
    color: #fff;
    text-decoration: none;
}

.new-site-header__actions {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.new-site-favorites-header-button {
    border: 1px solid #d7dfe6;
    background: #fff;
    color: #202833;
    gap: 7px;
}

.new-site-favorites-header-button i {
    color: #d40000;
}

.new-site-favorites-header-button span {
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #d40000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    font-size: 12px;
    line-height: 1;
}

.new-site-favorites-header-button:hover {
    border-color: #d40000;
    background: #fff5f5;
    color: #202833;
    text-decoration: none;
}

.new-site-crm-button {
    background: #303b46;
}

.new-site-warehouse-header-button {
    background: #2d8f4e;
    gap: 7px;
}

.new-site-warehouse-header-button:hover {
    background: #23733e;
}

.new-site-crm-button:hover {
    background: #202833;
}

.new-site-header-cart {
    display: inline-flex;
    align-items: stretch;
    height: 42px;
}

.new-site-header-cart__summary {
    border-radius: 4px 0 0 4px;
    gap: 7px;
}

.new-site-header-cart:not(.new-site-header-cart--filled) .new-site-header-cart__summary {
    border-radius: 4px;
}

.new-site-header-cart__amount:empty {
    display: none;
}

.new-site-header-cart__count {
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    color: #d40000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    font-size: 12px;
    line-height: 1;
}

.new-site-header-cart__toggle {
    width: 42px;
    min-height: 42px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .35);
    border-radius: 0 4px 4px 0;
    background: #d40000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.new-site-header-cart__toggle:hover,
.new-site-header-cart__toggle:focus {
    background: #b80000;
    color: #fff;
    outline: 0;
}

.new-site-cart-button i,
.new-site-favorites-header-button i,
.new-site-add-form i {
    margin-right: 6px;
}

.new-site-search__suggestions {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 40;
    max-height: 440px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #aeb9c3;
    border-top: 2px solid #b40000;
    box-shadow: 0 8px 22px rgba(20, 32, 43, 0.24);
}

.new-site-search--open .new-site-search__suggestions {
    left: var(--new-site-search-panel-left);
    right: auto;
    width: var(--new-site-search-panel-width);
}

.new-site-search__category-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    padding: 8px 10px;
    border-bottom: 1px solid #d8e0e6;
    background: #f8fafb;
}

.new-site-search__category {
    min-height: 58px;
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
    border: 1px solid #d7dfe6;
    background: #fbfcfd;
    color: #2b6f7f;
    font-weight: 700;
    text-decoration: none;
}

.new-site-search__category:hover {
    border-color: #b40000;
    color: #b40000;
    text-decoration: none;
}

.new-site-search__category-image {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e0e6eb;
}

.new-site-search__category-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.new-site-search__category-title {
    overflow: hidden;
    font-size: 13px;
    line-height: 1.25;
}

.new-site-search__product {
    min-height: 36px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px 92px 34px;
    align-items: center;
    gap: 8px;
    padding: 4px 8px 4px 10px;
    border-bottom: 1px solid #d8e0e6;
    background: #fff;
}

.new-site-search__product:last-child {
    border-bottom: 0;
}

.new-site-search__product:hover {
    background: #f9fbfc;
}

.new-site-search__product-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid #d8e0e6;
    background: #fff;
}

.new-site-search__product-card:hover {
    background: #f9fbfc;
}

.new-site-search__product-card-image {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #edf1f4;
    background: #fff;
}

.new-site-search__product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new-site-search__product-card-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.new-site-search__product-card-title {
    color: #202833;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.new-site-search__product-card-title:hover {
    color: #b40000;
    text-decoration: none;
}

.new-site-search__product-card-meta {
    color: #687481;
    font-size: 12px;
}

.new-site-search__product-card-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 34px;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.new-site-search__product-title {
    overflow: hidden;
    color: #2b6f7f;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-site-search__product-title:hover {
    color: #b40000;
    text-decoration: none;
}

.new-site-search__product-stock {
    color: #687481;
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
}

.new-site-search__product-price {
    color: #a93636;
    font-size: 18px;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

.new-site-search__cart-form {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.new-site-search .new-site-search__cart-form button {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 3px;
    padding: 0;
    font-size: 12px;
}

.new-site-search .new-site-search__cart-form--added button {
    background: #b40000;
}

.new-site-search .new-site-search__cart-form--disabled button {
    background: #8c98a3;
    cursor: not-allowed;
    opacity: 0.55;
}

.new-site-search__empty {
    padding: 12px 14px;
    color: #687481;
}

.new-site-nav {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 24px;
    border-top: 1px solid #edf1f4;
}

.new-site-nav a {
    color: #303b46;
    font-weight: 700;
}

.new-site-content-shell {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding-top: 22px;
    padding-bottom: 34px;
}

.new-site-content-shell--with-cart {
    grid-template-columns: minmax(0, 80%) minmax(0, 20%);
}

.new-site-content-shell--with-filters {
    grid-template-columns: minmax(0, 20%) minmax(0, 80%);
}

.new-site-content-shell--with-filters.new-site-content-shell--with-cart {
    grid-template-columns: minmax(0, 20%) minmax(0, 60%) minmax(0, 20%);
}

.new-site-content-shell--filters-hidden {
    grid-template-columns: minmax(0, 1fr);
}

.new-site-content-shell--filters-hidden.new-site-content-shell--with-cart {
    grid-template-columns: minmax(0, 80%) minmax(0, 20%);
}

.new-site-content-shell--cart-hidden.new-site-content-shell--with-cart {
    grid-template-columns: minmax(0, 1fr);
}

.new-site-content-shell--cart-hidden.new-site-content-shell--with-filters {
    grid-template-columns: minmax(0, 20%) minmax(0, 80%);
}

.new-site-content-shell--filters-hidden.new-site-content-shell--cart-hidden,
.new-site-content-shell--filters-hidden.new-site-content-shell--cart-hidden.new-site-content-shell--with-cart,
.new-site-content-shell--filters-hidden.new-site-content-shell--cart-hidden.new-site-content-shell--with-filters {
    grid-template-columns: minmax(0, 1fr);
}

.new-site-main {
    min-width: 0;
}

.new-site-hero,
.new-site-section {
    margin-bottom: 18px;
}

.new-site-hero--storefront {
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.new-site-hero__content,
.new-site-hero-catalog,
.new-site-feature-strip,
.new-site-section--flat {
    background: #fff;
    border: 1px solid #dfe5ea;
    border-radius: 6px;
}

.new-site-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    border-top: 4px solid #d40000;
}

.new-site-hero-banner-slider {
    min-height: 360px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe5ea;
    border-top: 4px solid #d40000;
    border-radius: 6px;
}

.new-site-hero-banner-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 34px;
    color: #202833;
    background-color: #fff;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    text-decoration: none;
}

.new-site-hero-banner-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.new-site-hero-banner-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 15%;
    min-width: 72px;
    border: 0;
    padding: 0;
    background: rgba(32, 40, 51, .12);
    color: rgba(255, 255, 255, .74);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    text-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    box-shadow: inset 0 0 42px rgba(255, 255, 255, .12);
    transition: background .2s ease, color .2s ease;
}

.new-site-hero-banner-nav:hover,
.new-site-hero-banner-nav:focus {
    background: rgba(32, 40, 51, .22);
    color: rgba(255, 255, 255, .95);
}

.new-site-hero-banner-nav--prev {
    left: 0;
}

.new-site-hero-banner-nav--next {
    right: 0;
}

.new-site-hero-banner-tools {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 4;
    display: flex;
    gap: 6px;
}

.new-site-hero-banner-tools--fallback {
    right: 14px;
    top: 14px;
}

.new-site-hero-banner-tool {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.new-site-hero-banner-tool--add {
    background: #22b455;
}

.new-site-hero-banner-tool--edit {
    background: #f0ad4e;
}

.new-site-hero-banner-tool--settings {
    background: #3b92c6;
}

.new-site-hero-banner-slide:hover,
.new-site-hero-banner-slide:focus {
    color: #202833;
    text-decoration: none;
}

.new-site-hero-banner-slide__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, var(--new-site-banner-shade-opacity-left, .96)) 0%, rgba(255, 255, 255, var(--new-site-banner-shade-opacity-mid, .88)) 46%, rgba(255, 255, 255, var(--new-site-banner-shade-opacity, .42)) 100%);
}

.new-site-hero-banner-slide__content {
    position: relative;
    z-index: 1;
    max-width: 680px;
    display: flex;
    flex-direction: column;
}

.new-site-hero-banner-slide__title {
    font-size: 34px;
    line-height: 1.18;
    font-weight: 700;
}

.new-site-hero-banner-slide__text {
    max-width: 620px;
    color: #596672;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.55;
}

.new-site-hero-banner-dots {
    position: absolute;
    left: 34px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    gap: 8px;
}

.new-site-hero-banner-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cbd4dc;
}

.new-site-hero-banner-dots button.is-active {
    background: #d40000;
}

.new-site-banner-editor__grid,
.new-site-banner-settings__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
}

.new-site-banner-editor__photo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 14px;
    align-items: start;
}

.new-site-banner-editor__photo img,
.new-site-banner-settings__thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #dfe5ea;
    border-radius: 4px;
    background: #fff;
}

.new-site-banner-editor__check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0;
    font-weight: 700;
}

.new-site-banner-editor__actions {
    margin-top: 14px;
}

.new-site-banner-settings__top {
    align-items: end;
    margin-bottom: 16px;
}

.new-site-banner-settings__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.new-site-banner-settings__row {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto 120px 120px 42px;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #dfe5ea;
    border-radius: 4px;
    background: #fff;
}

.new-site-banner-settings__title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.new-site-banner-settings__title span {
    color: #6b7785;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-site-banner-settings__order {
    margin: 0;
}

.new-site-banner-settings__delete {
    width: 40px;
    height: 36px;
}

.new-site-eyebrow {
    color: #d40000;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.new-site-hero h1,
.new-site-section h1,
.new-site-section h2 {
    margin: 0;
    letter-spacing: 0;
}

.new-site-hero p,
.new-site-section p {
    max-width: 680px;
    color: #596672;
    margin: 10px 0 18px;
}

.new-site-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.new-site-primary-link,
.new-site-secondary-link {
    min-height: 44px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    padding: 0 18px;
    text-decoration: none;
}

.new-site-primary-link {
    background: #d40000;
    color: #fff;
}

.new-site-primary-link:hover {
    background: #b80000;
    color: #fff;
    text-decoration: none;
}

.new-site-secondary-link {
    border: 1px solid #cbd4dc;
    color: #25313d;
    background: #fff;
}

.new-site-secondary-link:hover {
    border-color: #d40000;
    color: #d40000;
    text-decoration: none;
}

.new-site-hero__metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.new-site-hero__metrics span {
    border: 1px solid #e1e7ec;
    border-radius: 4px;
    background: #f8fafb;
    color: #596672;
    padding: 9px 11px;
}

.new-site-hero__metrics strong {
    color: #202833;
}

.new-site-hero-catalog {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.new-site-hero-catalog__head,
.new-site-hero-catalog__featured,
.new-site-hero-catalog__list a,
.new-site-category-tile {
    display: flex;
    align-items: center;
}

.new-site-hero-catalog__head {
    justify-content: space-between;
    color: #202833;
    font-weight: 800;
}

.new-site-hero-catalog__head a,
.new-site-hero-catalog__list a,
.new-site-section__head a {
    color: #d40000;
}

.new-site-hero-catalog__featured {
    min-height: 64px;
    justify-content: space-between;
    border-radius: 4px;
    background: #202833;
    color: #fff;
    font-weight: 800;
    padding: 14px;
}

.new-site-hero-catalog__featured:hover {
    color: #fff;
    text-decoration: none;
}

.new-site-hero-catalog__list {
    display: grid;
    gap: 8px;
}

.new-site-hero-catalog__list a {
    min-height: 38px;
    justify-content: space-between;
    border-bottom: 1px solid #edf1f4;
    color: #25313d;
    font-weight: 700;
}

.new-site-hero-catalog__list a:hover {
    color: #d40000;
    text-decoration: none;
}

.new-site-hero-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: auto;
}

.new-site-hero-products a {
    height: 82px;
    border: 1px solid #dfe5ea;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafb;
    padding: 8px;
}

.new-site-hero-products img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.new-site-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 18px;
}

.new-site-feature-strip div {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #edf1f4;
    padding: 14px 16px;
    color: #25313d;
    font-weight: 700;
}

.new-site-feature-strip div:last-child {
    border-right: 0;
}

.new-site-feature-strip i {
    color: #d40000;
    font-size: 20px;
}

.new-site-section--flat {
    padding: 24px;
}

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

.new-site-section__head a {
    font-weight: 700;
}

.new-site-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    color: #697683;
    font-size: 13px;
}

.new-site-breadcrumbs a {
    color: #d40000;
    font-weight: 700;
}

.new-site-breadcrumbs span:last-child {
    color: #25313d;
    font-weight: 700;
}

.new-site-category-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 12px;
}

.new-site-category-tile {
    position: relative;
    min-height: 214px;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #d7dfe6;
    border-radius: 6px;
    color: #25313d;
    background: #fbfcfd;
    font-weight: 800;
    padding: 12px;
}

.new-site-category-tile:hover {
    border-color: #d40000;
    color: #d40000;
    text-decoration: none;
}

.new-site-category-grid__image,
.new-site-category-tile__image {
    aspect-ratio: 1 / 1;
    width: 100%;
    border: 1px solid #edf1f4;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.new-site-category-grid__image img,
.new-site-category-tile__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new-site-category-tile__title {
    min-height: 42px;
    display: flex;
    align-items: center;
}

.new-site-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 12px;
}

.new-site-search-results-categories {
    margin-bottom: 20px;
}

.new-site-search-results-categories h2 {
    margin: 0 0 12px;
    color: #202833;
    font-size: 22px;
    letter-spacing: 0;
}

.new-site-search-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.new-site-category-grid--compact {
    margin-bottom: 18px;
}

.new-site-category-grid a,
.new-site-category-grid__item {
    position: relative;
    min-height: 198px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #d7dfe6;
    border-radius: 6px;
    color: #25313d;
    background: #fbfcfd;
    font-weight: 700;
    padding: 12px;
}

.new-site-category-grid a:hover,
.new-site-category-grid__item:hover {
    border-color: #d40000;
    color: #d40000;
    text-decoration: none;
}

.new-site-category-grid a.new-site-category-grid__item--text,
.new-site-category-grid__item--text {
    min-height: 64px;
    justify-content: center;
}

.new-site-category-grid__item--disabled {
    opacity: 0.5;
}

.new-site-filter-panel {
    border: 1px solid #d7dfe6;
    border-radius: 6px;
    background: #fbfcfd;
    margin-bottom: 18px;
    padding: 14px;
}

.new-site-filter-sidebar {
    position: sticky;
    top: 16px;
    align-self: start;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
}

.new-site-filter-sidebar .new-site-filter-panel {
    margin-bottom: 0;
    padding: 10px;
}

.new-site-filter-panel__head,
.new-site-filter-panel__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.new-site-panel-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.new-site-panel-hide-button {
    min-height: 28px;
    border: 1px solid #cfd8df;
    border-radius: 4px;
    background: #fff;
    color: #596672;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
}

.new-site-panel-hide-button:hover {
    border-color: #d40000;
    color: #d40000;
}

.new-site-filter-open-button {
    min-height: 34px;
    border: 1px solid #cfd8df;
    border-radius: 4px;
    background: #fff;
    color: #25313d;
    font-weight: 800;
    margin-top: 8px;
    padding: 0 14px;
}

.new-site-filter-open-button:hover,
.new-site-filter-open-button:focus {
    border-color: #d40000;
    color: #d40000;
    outline: 0;
}

.new-site-filter-panel__head {
    margin-bottom: 12px;
}

.new-site-filter-panel__head h2 {
    margin: 0;
    font-size: 18px;
}

.new-site-filter-panel__head a,
.new-site-filter-panel__actions a {
    color: #d40000;
    font-weight: 700;
}

.new-site-filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 12px;
}

.new-site-filter-sidebar .new-site-filter-grid {
    grid-template-columns: 1fr;
    gap: 10px;
}

.new-site-filter-block {
    min-width: 0;
    border: 1px solid #e1e7ec;
    border-radius: 6px;
    background: #fff;
    margin: 0;
    padding: 10px;
}

.new-site-filter-block legend {
    width: auto;
    border: 0;
    color: #25313d;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 8px;
    padding: 0;
}

.new-site-filter-block__values {
    max-height: 180px;
    overflow: auto;
    display: grid;
    gap: 6px;
}

.new-site-filter-sidebar .new-site-filter-block__values {
    max-height: 220px;
}

.new-site-filter-block__values label {
    min-height: 28px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 8px;
    color: #25313d;
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
}

.new-site-filter-block__values input {
    margin-top: 2px;
    flex: 0 0 auto;
}

.new-site-filter-value-label {
    min-width: 0;
}

.new-site-filter-count {
    color: rgba(89, 102, 114, 0.55);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.new-site-filter-panel__actions {
    border-top: 1px solid #edf1f4;
    margin-top: 12px;
    padding-top: 12px;
}

.new-site-filter-panel__actions button {
    min-height: 40px;
    border: 0;
    border-radius: 4px;
    background: #d40000;
    color: #fff;
    font-weight: 800;
    padding: 0 18px;
}

.new-site-catalog-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    margin: 0 0 16px;
}

.new-site-catalog-toolbar label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5d6975;
    font-size: 13px;
    font-weight: 700;
}

.new-site-catalog-toolbar select {
    height: 36px;
    border: 1px solid #cbd4dc;
    border-radius: 4px;
    background: #fff;
    color: #202833;
    padding: 0 10px;
}

.new-site-category-count {
    color: #6a7682;
    font-size: 12px;
    font-weight: 700;
}

.new-site-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(0, 230px));
    justify-content: start;
    align-items: start;
    gap: 14px;
}

.new-site-product-grid--list-photo,
.new-site-product-grid--list-no-photo {
    display: flex;
    flex-direction: column;
}

.new-site-product-group {
    margin: 0 0 26px;
}

.new-site-product-group h2 {
    margin: 0 0 12px;
    color: #202833;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
}

.new-site-product-card {
    position: relative;
    min-height: 360px;
    max-width: none;
    border: 1px solid #dfe5ea;
    border-radius: 6px;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.new-site-product-card--tiles {
    width: 230px;
    max-width: 100%;
}

.new-site-product-card--disabled {
    opacity: 0.5;
}

.new-site-product-card--list-photo {
    max-width: none;
    min-height: 150px;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
}

.new-site-product-card--list-no-photo {
    max-width: none;
    min-height: 120px;
}

.new-site-product-card__image {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #f8fafb;
}

.new-site-product-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.new-site-product-card__image-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-site-product-card__image-inner img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.new-site-product-card__photo-count {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 32px;
    min-height: 24px;
    padding: 3px 7px;
    border-radius: 12px;
    background: rgba(32, 40, 51, .86);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
}

.new-site-product-card__photo-count--above-ribbon {
    bottom: 31px;
}

.new-site-product-card__state-ribbon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    max-width: 78%;
    padding: 5px 9px;
    border-radius: 6px 0 0 0;
    color: #202833;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: right;
    box-shadow: 0 -2px 8px rgba(32, 40, 51, .14);
}

.new-site-product-card__state-ribbon--used {
    background: rgba(255, 214, 82, .94);
}

.new-site-product-card__state-ribbon--discount {
    background: rgba(255, 163, 163, .94);
    color: #8a0000;
}

.new-site-product-card__characteristic-plus {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.new-site-product-card__characteristic-plus button {
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: rgba(39, 174, 96, .62);
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 52px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(32, 40, 51, .18);
    cursor: pointer;
    pointer-events: auto;
}

.new-site-product-card__body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.new-site-product-card__title {
    min-height: 44px;
    color: #202833;
    font-weight: 700;
}

.new-site-product-card__meta {
    color: #5d6975;
    font-size: 13px;
}

.new-site-product-card__stock {
    color: #3f7b47;
    font-size: 13px;
    font-weight: 700;
}

.new-site-product-card__price {
    margin-top: auto;
    color: #202833;
    font-size: 28px;
    font-weight: 800;
}

.new-site-product-card__price span {
    font-size: 15px;
    font-weight: 400;
}

.new-site-visual-old-price {
    color: #7d8791;
    font-weight: 800;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.new-site-product-card__old-price {
    margin-top: auto;
    font-size: 17px;
}

.new-site-product-card__old-price + .new-site-product-card__price {
    margin-top: 0;
}

.catalog-product__old-price {
    margin-top: 18px;
    font-size: 22px;
}

.new-site-product-card__status {
    align-self: flex-start;
    padding: 3px 7px;
    border-radius: 3px;
    background: #eef1f4;
    color: #5d6975;
    font-size: 12px;
    font-weight: 800;
}

.new-site-product-card--list-photo .new-site-product-card__image {
    width: 150px;
    height: 150px;
    min-height: 0;
    aspect-ratio: 1 / 1;
    align-self: start;
}

.new-site-product-card--list-photo .new-site-product-card__title,
.new-site-product-card--list-no-photo .new-site-product-card__title {
    min-height: 0;
}

.new-site-product-card--list-photo .new-site-product-card__body,
.new-site-product-card--list-no-photo .new-site-product-card__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 16px;
}

.new-site-product-card--list-photo .new-site-product-card__title,
.new-site-product-card--list-no-photo .new-site-product-card__title {
    grid-column: 1 / 2;
}

.new-site-product-card--list-photo .new-site-product-card__price,
.new-site-product-card--list-no-photo .new-site-product-card__price {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    margin: 0;
    text-align: right;
    white-space: nowrap;
}

.new-site-product-card--list-photo .new-site-add-form,
.new-site-product-card--list-no-photo .new-site-add-form {
    grid-column: 1 / 3;
    max-width: 260px;
}

.new-site-add-form {
    display: flex;
    gap: 8px;
    align-items: center;
}

.new-site-add-form input {
    width: 64px;
    height: 42px;
    border: 1px solid #cbd4dc;
    border-radius: 4px;
    padding: 0 8px;
}

.new-site-add-form button {
    flex: 1;
}

.new-site-add-form--disabled input,
.new-site-add-form--disabled button,
.catalog-button--disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.new-site-add-form--disabled button,
.catalog-button--disabled {
    background: #8c98a3;
}

.new-site-product-favorite-slot {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
}

.new-site-product-favorite-slot--inline {
    position: static;
    display: inline-flex;
    margin-right: 8px;
    vertical-align: middle;
}

.new-site-favorite-button {
    min-width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid #d7dfe6;
    border-radius: 4px;
    background: #fff;
    color: #8c98a3;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(32, 40, 51, .12);
}

.new-site-favorite-button--active {
    border-color: #d40000;
    color: #d40000;
}

.new-site-favorite-button:hover,
.new-site-favorite-button:focus {
    border-color: #d40000;
    color: #d40000;
    outline: 0;
}

.new-site-favorite-button:disabled {
    opacity: .72;
    cursor: wait;
}

.new-site-favorite-button--error {
    border-color: #b80000;
    background: #fff1f1;
}

.new-site-favorite-button__count {
    min-width: 16px;
    color: #202833;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.new-site-manager-controls-slot {
    display: flex;
    margin: 0 0 8px;
}

.new-site-product-card > .new-site-manager-controls-slot {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    margin: 0;
}

.new-site-manager-controls,
.new-site-manager-photo-controls,
.new-site-category-photo-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.new-site-manager-photo-controls {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
}

.new-site-category-photo-controls {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    padding: 3px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 1px 4px rgba(24, 36, 48, 0.18);
}

.new-site-category-discount-editor h3 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 800;
}

.new-site-category-discount-editor label {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
}

.new-site-category-discount-editor label span {
    display: block;
    margin-bottom: 5px;
}

.new-site-category-discount-editor input[type="number"] {
    width: 180px;
    max-width: 100%;
    height: 34px;
    padding: 6px 9px;
    border: 1px solid #ccd4dc;
    border-radius: 4px;
}

.new-site-category-discount-editor__check {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
}

.new-site-category-discount-editor__check input {
    margin: 0;
}

.new-site-category-discount-editor__hint {
    color: #66727f;
}

.new-site-manager-controls__btn {
    width: 21px;
    height: 21px;
    min-width: 21px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(24, 36, 48, 0.16);
}

.new-site-manager-controls__btn:hover,
.new-site-manager-controls__btn:focus {
    color: #fff;
    opacity: 0.88;
    outline: 0;
}

.new-site-manager-controls__btn--barcode,
.new-site-manager-controls__btn--add,
.new-site-manager-controls__btn--play {
    background: #49b55a;
}

.new-site-manager-controls__btn--delete,
.new-site-manager-controls__btn--stop {
    background: #d9534f;
}

.new-site-manager-controls__btn--edit {
    background: #f0ad4e;
}

.new-site-manager-controls__btn--history {
    background: #5bc0de;
}

.new-site-manager-controls__btn--stop {
    opacity: 0.55;
}

.new-site-manager-modal .ajax-container {
    min-height: 80px;
}

.new-site-category-photo-modal__current {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf1f4;
    margin-bottom: 14px;
}

.new-site-category-photo-modal__current img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border: 1px solid #dfe5ea;
    background: #fff;
}

.new-site-category-photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: 10px;
    max-height: 60vh;
    overflow-y: auto;
}

.new-site-category-photo-choice {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 1px solid #d7dfe6;
    border-radius: 5px;
    background: #fff;
    padding: 8px;
    color: #202833;
    font-weight: 700;
    text-align: left;
}

.new-site-category-photo-choice:hover,
.new-site-category-photo-choice:focus {
    border-color: #d40000;
    outline: 0;
}

.new-site-category-photo-choice img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: contain;
    background: #fff;
}

.new-site-category-photo-choice span,
.new-site-category-photo-empty {
    color: #687481;
    font-size: 12px;
}

.new-site-category-order-editor h3 {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 800;
}

.new-site-category-order-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.new-site-category-order-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid #d7dfe6;
    border-radius: 4px;
    background: #fff;
}

.new-site-category-order-row__title {
    font-weight: 700;
}

.new-site-category-order-row__actions {
    display: inline-flex;
    gap: 6px;
}

.new-site-category-order-actions {
    margin-top: 14px;
}

.new-site-crm-edit-modal .modal-dialog {
    width: min(1180px, calc(100vw - 40px));
}

.new-site-crm-edit-modal .modal-body {
    padding: 0;
}

.new-site-crm-edit-modal iframe {
    display: block;
    width: 100%;
    height: min(76vh, 820px);
    min-height: 560px;
    border: 0;
    background: #fff;
}

.new-site-manager-barcode-preview {
    min-height: 88px;
    margin-bottom: 12px;
    text-align: center;
}

.new-site-manager-file-form {
    display: none;
}

.new-site-footer {
    border-top: 1px solid #d9e0e6;
    border-bottom: 0;
    color: #596672;
}

.new-site-footer > div {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.new-site-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.new-site-trust-grid div {
    border: 1px solid #dfe5ea;
    border-radius: 6px;
    background: #fbfcfd;
    padding: 16px;
}

.new-site-trust-grid strong,
.new-site-trust-grid span {
    display: block;
}

.new-site-trust-grid strong {
    color: #202833;
    font-size: 16px;
    margin-bottom: 8px;
}

.new-site-trust-grid span {
    color: #596672;
}

.new-site-flash {
    max-width: 1180px;
    margin: 0 auto 14px;
    border-radius: 6px;
    padding: 12px 14px;
    font-weight: 700;
}

.new-site-flash--success {
    border: 1px solid #b7dfbf;
    background: #eaf7ed;
    color: #276c34;
}

.new-site-flash--error {
    border: 1px solid #edc0c0;
    background: #fff0f0;
    color: #9d1919;
}

.new-site-static-cart {
    position: sticky;
    top: 90px;
    align-self: start;
    max-height: calc(100vh - 106px);
    overflow-y: auto;
    border: 1px solid #cfd8df;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(32, 40, 51, 0.10);
}

.new-site-cart-page {
    width: 100%;
    max-width: none;
}

.new-site-cart-page .new-site-static-cart {
    position: static;
    max-height: none;
    overflow: visible;
}

.new-site-cart-page .new-site-panel-actions {
    display: none;
}

.new-site-cart-page--wide .new-site-static-cart {
    width: 100%;
}

@media (min-width: 900px) {
    .new-site-cart-page--wide .new-site-static-cart {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
        align-items: start;
    }

    .new-site-cart-page--wide .new-site-static-cart__head {
        grid-column: 1 / -1;
    }

    .new-site-cart-page--wide .new-site-checkout-form {
        border-top: 0;
        border-left: 1px solid #dfe5ea;
    }
}

.new-site-collapsed-cart {
    position: fixed;
    top: 92px;
    right: 18px;
    z-index: 55;
    display: none;
    align-items: stretch;
    border: 1px solid #cfd8df;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(32, 40, 51, 0.18);
    overflow: hidden;
}

.new-site-content-shell--cart-hidden .new-site-collapsed-cart {
    display: inline-flex;
}

.new-site-collapsed-cart__summary,
.new-site-collapsed-cart__toggle {
    min-height: 42px;
    border: 0;
    background: #d40000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.new-site-collapsed-cart__summary {
    gap: 8px;
    padding: 0 13px;
    text-decoration: none;
}

.new-site-collapsed-cart__summary:hover,
.new-site-collapsed-cart__summary:focus,
.new-site-collapsed-cart__toggle:hover,
.new-site-collapsed-cart__toggle:focus {
    background: #b80000;
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.new-site-collapsed-cart__toggle {
    width: 42px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 18px;
}

.new-site-fly-to-cart {
    position: fixed;
    z-index: 10000;
    pointer-events: none;
    object-fit: contain;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(32, 40, 51, 0.24);
    transform-origin: center;
    transition: transform 1300ms cubic-bezier(.22,.8,.24,1), opacity 1300ms cubic-bezier(.22,.8,.24,1);
    will-change: transform, opacity;
}

.new-site-static-cart__head {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5ebf0;
    background: #fff;
    padding: 12px 14px;
}

.new-site-static-cart__head strong {
    color: #202833;
    font-size: 18px;
}

.new-site-static-cart__head a {
    color: #d40000;
    font-weight: 700;
}

.new-site-static-cart__items,
.new-site-checkout-form {
    padding: 12px 14px;
}

.new-site-static-cart__item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    border-bottom: 1px solid #edf1f4;
    padding: 10px 0;
}

.new-site-static-cart__item--inactive {
    opacity: 0.5;
}

.new-site-static-cart__item img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    background: #f8fafb;
}

.new-site-static-cart__item a {
    color: #202833;
    font-weight: 700;
}

.new-site-static-cart__item span {
    display: block;
    color: #687481;
    font-size: 12px;
}

.new-site-static-cart__item-controls {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}

.new-site-static-cart__item-controls input {
    width: 56px;
    height: 32px;
    border: 1px solid #cbd4dc;
    border-radius: 4px;
    padding: 0 6px;
}

.new-site-static-cart__item-controls a {
    color: #d40000;
    font-size: 12px;
}

.new-site-static-cart__remove {
    border: 0;
    background: transparent;
    color: #d40000;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    text-align: right;
}

.new-site-static-cart__remove:hover,
.new-site-static-cart__remove:focus {
    color: #b80000;
    outline: 0;
}

.new-site-cart-related {
    grid-column: 1 / -1;
    margin-top: 9px;
}

.new-site-cart-related__head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.new-site-cart-related-thumbs {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
}

.new-site-cart-related-thumbs img {
    width: 34px;
    height: 34px;
    border: 1px solid #dfe5ea;
    border-radius: 4px;
    object-fit: cover;
    background: #fff;
}

.new-site-cart-related__toggle {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border: 1px solid #d7dfe6;
    border-radius: 4px;
    background: #fff;
    color: #d40000;
    text-align: center;
}

.new-site-cart-related__toggle--open i {
    transform: rotate(180deg);
}

.new-site-cart-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.new-site-cart-related-grid[hidden] {
    display: none !important;
}

.new-site-cart-related-card {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    gap: 6px;
    border: 1px solid #dfe5ea;
    border-radius: 5px;
    background: #fff;
    color: #202833;
    padding: 8px;
    text-decoration: none;
}

.new-site-cart-related-card:hover,
.new-site-cart-related-card:focus {
    border-color: #d40000;
    color: #202833;
    text-decoration: none;
    outline: 0;
}

.new-site-cart-related-card__link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #202833;
    text-decoration: none;
}

.new-site-cart-related-card__link:hover,
.new-site-cart-related-card__link:focus {
    color: #202833;
    text-decoration: none;
    outline: 0;
}

.new-site-cart-related-card__image {
    height: 190px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafb;
}
.new-site-cart-related-card__image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.new-site-cart-related-card__title {
    color: #202833;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.new-site-cart-related-card__meta {
    color: #687481;
    font-size: 11px;
}

.new-site-cart-related-card__stock {
    color: #687481;
    font-size: 12px;
}

.new-site-cart-related-card__price {
    margin-top: auto;
    color: #202833;
    font-size: 17px;
    font-weight: 800;
}

.new-site-cart-related-add-button {
    min-height: 34px;
    border: 0;
    border-radius: 4px;
    background: #d40000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.new-site-cart-related-add-button:hover,
.new-site-cart-related-add-button:focus {
    background: #b80000;
    color: #fff;
    outline: 0;
}

.new-site-cart-related-add-button:disabled {
    opacity: .72;
    cursor: wait;
}

.new-site-static-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
    color: #202833;
    font-size: 18px;
}

.new-site-static-cart__secondary,
.new-site-checkout-form__submit {
    width: 100%;
    min-height: 40px;
    border: 0;
    border-radius: 4px;
    font-weight: 800;
}

.new-site-static-cart__secondary {
    background: #eef2f5;
    color: #25313d;
}

.new-site-checkout-form {
    border-top: 1px solid #dfe5ea;
}

.new-site-checkout-form [hidden] {
    display: none !important;
}

.new-site-checkout-form__section {
    display: grid;
    gap: 9px;
    margin-bottom: 14px;
}

.new-site-checkout-bookmarks {
    position: relative;
    z-index: 2;
}

.new-site-checkout-bookmarks__toggle,
.new-site-checkout-form__bookmark-save {
    min-height: 34px;
    border: 1px solid #cbd4dc;
    border-radius: 4px;
    background: #fff;
    color: #25313d;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 10px;
}

.new-site-checkout-bookmarks__toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.new-site-checkout-bookmarks__toggle:hover,
.new-site-checkout-bookmarks__toggle:focus,
.new-site-checkout-form__bookmark-save:hover,
.new-site-checkout-form__bookmark-save:focus {
    border-color: #aab6c0;
    background: #f7f9fa;
    color: #202833;
    outline: 0;
}

.new-site-checkout-bookmarks__list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 80;
    width: min(100%, 420px);
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid #cbd4dc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(32, 40, 51, 0.18);
}

.new-site-checkout-bookmarks__item {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #edf1f4;
    background: #fff;
    color: #202833;
    padding: 9px 10px;
    text-align: left;
}

.new-site-checkout-bookmarks__item:last-child {
    border-bottom: 0;
}

.new-site-checkout-bookmarks__item:hover,
.new-site-checkout-bookmarks__item:focus {
    background: #f7f9fa;
    outline: 0;
}

.new-site-checkout-bookmarks__item strong,
.new-site-checkout-bookmarks__item span {
    display: block;
}

.new-site-checkout-bookmarks__item strong {
    font-size: 14px;
}

.new-site-checkout-bookmarks__item span {
    margin-top: 2px;
    color: #687481;
    font-size: 12px;
}

.new-site-checkout-form__bookmark-save {
    width: 100%;
    margin-bottom: 8px;
}

.new-site-checkout-form__field-group {
    display: grid;
    gap: 9px;
}

.new-site-checkout-form__title,
.new-site-checkout-form__label {
    color: #202833;
    font-weight: 800;
}

.new-site-checkout-form__status,
.new-site-checkout-form__delivery,
.new-site-checkout-form__conditional {
    display: grid;
    gap: 7px;
}

.new-site-checkout-form label {
    margin: 0;
    color: #2d3945;
    font-weight: 600;
}

.new-site-checkout-form input[type="text"],
.new-site-checkout-form input[type="tel"],
.new-site-checkout-form input[type="email"],
.new-site-checkout-form input[type="number"],
.new-site-checkout-form textarea {
    width: 100%;
    min-height: 38px;
    border: 1px solid #cbd4dc;
    border-radius: 4px;
    padding: 8px 10px;
}

.new-site-checkout-form textarea {
    min-height: 72px;
    resize: vertical;
}

.new-site-checkout-form__hint,
.new-site-checkout-form__agree {
    color: #687481;
    font-size: 12px;
    line-height: 1.35;
}

.new-site-checkout-form__notice {
    border-radius: 4px;
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
}

.new-site-checkout-form__notice--danger {
    background: rgba(212, 0, 0, 0.30);
    color: #7a0000;
}

.new-site-checkout-form__city-choice {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.new-site-dadata {
    position: relative;
}

.new-site-dadata__suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 3px);
    z-index: 70;
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #cbd4dc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(32, 40, 51, 0.18);
}

.new-site-dadata__suggestion {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #edf1f4;
    background: #fff;
    color: #202833;
    padding: 8px 10px;
    text-align: left;
}

.new-site-dadata__suggestion:last-child {
    border-bottom: 0;
}

.new-site-dadata__suggestion:hover,
.new-site-dadata__suggestion:focus {
    background: #f8fafb;
    outline: 0;
}

.new-site-dadata__suggestion strong,
.new-site-dadata__suggestion span {
    display: block;
}

.new-site-dadata__suggestion span {
    color: #687481;
    font-size: 12px;
    margin-top: 2px;
}

.new-site-checkout-form__sms {
    display: block;
    margin-bottom: 12px;
}

.new-site-checkout-form__submit {
    background: #d40000;
    color: #fff;
}

.new-site-checkout-form__submit--disabled,
.new-site-checkout-form__submit:disabled {
    background: #8c98a3;
    cursor: not-allowed;
}

.new-site-invoice {
    margin-bottom: 18px;
    border: 1px solid #cfd8df;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(32, 40, 51, 0.08);
    overflow: hidden;
}

.new-site-invoice__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid #dfe5ea;
}

.new-site-invoice__head div {
    display: grid;
    gap: 4px;
}

.new-site-invoice__head strong {
    color: #202833;
    font-size: 20px;
}

.new-site-invoice__head span {
    color: #687481;
}

.new-site-invoice__head a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #d40000;
    color: #fff;
    padding: 0 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.new-site-invoice__head a:hover,
.new-site-invoice__head a:focus {
    background: #b80000;
    color: #fff;
    text-decoration: none;
}

.new-site-invoice iframe {
    width: 100%;
    min-height: 760px;
    display: block;
    border: 0;
    background: #f8fafb;
}

@media (max-width: 760px) {
    .catalog-header__inner,
    .catalog-hero,
    .catalog-section__head {
        align-items: stretch;
        flex-direction: column;
    }

    .catalog-search,
    .catalog-inline-search {
        width: 100%;
    }

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

    .catalog-product__info dl {
        grid-template-columns: 1fr;
    }

    .new-site-product-characteristics dl {
        grid-template-columns: 1fr;
    }

    .new-site-product-characteristics dd {
        padding-top: 0;
    }

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

    .catalog-cart-row,
    .catalog-cart-row--head {
        grid-template-columns: 1fr;
    }

    .catalog-cart-row--head {
        display: none;
    }

    .catalog-cart-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .new-site-page {
        padding-top: 112px;
    }

    .new-site-section__head,
    .new-site-footer > div {
        align-items: stretch;
        flex-direction: column;
    }

    .new-site-header__top {
        min-height: 112px;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-areas:
            "logo actions"
            "search search";
        align-items: center;
        gap: 8px 10px;
        padding: 8px 10px 10px;
    }

    .new-site-logo {
        grid-area: logo;
    }

    .new-site-logo img {
        width: 112px;
        max-height: 36px;
    }

    .new-site-mobile-actions {
        grid-area: actions;
        display: flex;
        justify-content: flex-end;
        gap: 6px;
    }

    .new-site-mobile-action {
        position: relative;
        width: 40px;
        height: 38px;
        border: 1px solid #d7dfe6;
        border-radius: 4px;
        background: #fff;
        color: #202833;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .new-site-mobile-action--cart {
        background: #d40000;
        border-color: #d40000;
        color: #fff;
    }

    .new-site-mobile-action--crm {
        background: #303b46;
        border-color: #303b46;
        color: #fff;
    }

    .new-site-mobile-action--warehouse {
        background: #2d8f4e;
        border-color: #2d8f4e;
        color: #fff;
    }

    .new-site-mobile-action span {
        position: absolute;
        top: -7px;
        right: -6px;
        min-width: 18px;
        height: 18px;
        border-radius: 9px;
        background: #d40000;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
        font-size: 11px;
        font-weight: 800;
        line-height: 1;
    }

    .new-site-mobile-action--cart span {
        background: #fff;
        color: #d40000;
    }

    .new-site-catalog-menu,
    .new-site-header__actions {
        display: none;
    }

    .new-site-search {
        grid-area: search;
        width: 100%;
        min-width: 0;
        gap: 8px;
    }

    .new-site-search input {
        height: 44px;
        min-width: 0;
    }

    .new-site-search button {
        width: 48px;
        min-width: 48px;
        height: 44px;
        padding: 0;
    }

    .new-site-search button i {
        margin-right: 0;
    }

    .new-site-search button span {
        display: none;
    }

    .new-site-header-cart__toggle {
        display: none;
    }

    .new-site-search__suggestions {
        max-height: 70vh;
    }

    .new-site-search--open .new-site-search__suggestions {
        left: 0;
        right: 0;
        width: 100%;
    }

    .new-site-search__category-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .new-site-category-grid,
    .new-site-category-showcase,
    .new-site-search-category-grid,
    .new-site-product-grid,
    .catalog-category-grid,
    .catalog-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        gap: 8px;
    }

    .new-site-product-card--tiles {
        width: 100%;
        max-width: none;
    }

    .new-site-product-card--tiles .new-site-product-card__image {
        max-width: none;
    }

    .new-site-category-grid a,
    .new-site-category-grid__item,
    .new-site-category-tile {
        min-height: 150px;
        padding: 8px;
        font-size: 12px;
    }

    .new-site-category-grid a.new-site-category-grid__item--text,
    .new-site-category-grid__item--text {
        min-height: 54px;
    }

    .new-site-product-card {
        min-height: 0;
    }

    .new-site-product-card__body {
        padding: 9px;
        gap: 6px;
    }

    .new-site-product-card__title {
        min-height: 0;
        font-size: 12px;
        line-height: 1.25;
    }

    .new-site-product-card__price {
        font-size: 20px;
    }

    .new-site-add-form,
    .new-site-product-card .new-site-add-form {
        gap: 5px;
    }

    .new-site-add-form input {
        width: 46px;
        height: 34px;
    }

    .new-site-add-form button {
        min-height: 34px;
        padding: 0 8px;
        font-size: 0;
    }

    .new-site-add-form button i {
        margin-right: 0;
        font-size: 14px;
    }

    .new-site-search__product {
        grid-template-columns: minmax(0, 1fr) 34px;
        gap: 4px 8px;
    }

    .new-site-search__product-card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .new-site-search__product-card-bottom {
        grid-template-columns: minmax(0, 1fr) 34px;
    }

    .new-site-search__product-card-bottom .new-site-search__product-price {
        grid-column: 1 / 2;
    }

    .new-site-search__product-card-bottom .new-site-search__cart-form {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }

    .new-site-search__product-stock,
    .new-site-search__product-price {
        text-align: left;
    }

    .new-site-search__product-stock {
        grid-column: 1 / 2;
    }

    .new-site-search__product-price {
        grid-column: 1 / 2;
        font-size: 16px;
    }

    .new-site-search__cart-form {
        grid-column: 2 / 3;
        grid-row: 1 / 4;
        align-self: center;
    }

    .new-site-hero--storefront,
    .new-site-feature-strip,
    .new-site-trust-grid {
        grid-template-columns: 1fr;
    }

    .new-site-hero__content {
        padding: 24px;
    }

    .new-site-hero-banner-slider {
        min-height: 150px;
    }

    .new-site-hero-banner-slide {
        padding: 12px 16px;
        background-position: center;
    }

    .new-site-hero-banner-slide__shade {
        background: rgba(255, 255, 255, var(--new-site-banner-shade-opacity-left, .9));
    }

    .new-site-hero-banner-slide__title {
        font-size: 22px;
    }

    .new-site-hero-banner-slide__text {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.35;
    }

    .new-site-hero-banner-dots {
        left: 16px;
        bottom: 10px;
    }

    .new-site-hero-banner-nav {
        width: 15%;
        min-width: 48px;
        font-size: 42px;
    }

    .new-site-hero-banner-tools {
        right: 12px;
        top: 12px;
    }

    .new-site-banner-editor__grid,
    .new-site-banner-settings__top,
    .new-site-banner-editor__photo,
    .new-site-banner-settings__row {
        grid-template-columns: 1fr;
    }

    .new-site-feature-strip div {
        border-right: 0;
        border-bottom: 1px solid #edf1f4;
    }

    .new-site-feature-strip div:last-child {
        border-bottom: 0;
    }

    .new-site-filter-panel__head,
    .new-site-filter-panel__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .new-site-filter-panel__actions button {
        width: 100%;
    }

    .new-site-content-shell,
    .new-site-content-shell--with-cart,
    .new-site-content-shell--with-filters,
    .new-site-content-shell--with-filters.new-site-content-shell--with-cart,
    .new-site-content-shell--filters-hidden,
    .new-site-content-shell--cart-hidden {
        display: block;
    }

    .new-site-filter-sidebar {
        position: static;
        max-height: none;
        margin: 0 12px 18px;
        overflow: visible;
    }

    .new-site-static-cart {
        position: static;
        width: auto;
        max-width: none;
        margin: 0 12px 18px;
        box-shadow: none;
    }

    .new-site-collapsed-cart {
        top: 12px;
        right: 12px;
        max-width: calc(100vw - 24px);
    }

    .new-site-collapsed-cart__summary {
        padding: 0 10px;
    }

    .new-site-invoice__head {
        align-items: stretch;
        flex-direction: column;
    }

    .new-site-invoice__head a {
        width: 100%;
    }

    .new-site-invoice iframe {
        min-height: 620px;
    }
}


.new-site-contacts-header-button {
    border: 1px solid #d7dfe6;
    background: #fff;
    color: #202833;
    gap: 7px;
    height: 42px;
    border-radius: 4px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.new-site-contacts-header-button i {
    color: #d40000;
}

.new-site-contacts-header-button:hover {
    border-color: #d40000;
    background: #fff5f5;
    color: #202833;
    text-decoration: none;
}

.new-site-mobile-action--contacts {
    color: #202833;
}

.new-site-footer-contacts-button {
    border: 0;
    border-radius: 4px;
    height: 38px;
    min-width: 130px;
    background: #d40000;
    color: #fff;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 14px;
}

.new-site-footer-contacts-button:hover,
.new-site-footer-contacts-button:focus {
    background: #b80000;
    color: #fff;
}

.new-site-params-modal .modal-dialog {
    width: min(820px, calc(100vw - 40px));
}

.new-site-params-modal .modal-body {
    max-height: 65vh;
    overflow: auto;
}

.new-site-params-modal__status {
    margin: 0 0 12px;
    min-height: 18px;
    color: #2e3b45;
    font-size: 13px;
}

.new-site-params-modal__status--error {
    color: #9f1f1f;
}

.new-site-params-modal__status--success {
    color: #0a7a40;
}

.new-site-params-modal__loading,
.new-site-params-modal__empty {
    margin: 6px 0;
    color: #596672;
}

.new-site-params-modal__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: stretch;
    background: transparent;
    padding: 6px 4px 10px;
    margin-bottom: 8px;
}

.new-site-params-modal__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #4f5d6a;
    font-size: 13px;
    align-items: center;
    text-align: center;
}

.new-site-params-modal__size-editor {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.new-site-params-modal__size-btn {
    border: 1px solid #9cb4c6;
    background: #f4f7fb;
    color: #42515f;
    border-radius: 3px;
    width: 26px;
    height: 22px;
    line-height: 20px;
    font-weight: 700;
    font-size: 11px;
}

.new-site-params-modal__size-btn:hover,
.new-site-params-modal__size-btn:focus {
    background: #e6edf6;
}

.new-site-params-modal__size-value {
    min-width: 22px;
    text-align: center;
    font-size: 12px;
}

.new-site-params-modal__readonly {
    width: 100%;
    min-height: 32px;
    border: 0;
    border-radius: 0;
    padding: 6px 8px;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: pre-wrap;
    background: transparent;
    color: #2b3540;
}

.new-site-params-modal__phone {
    color: #d40000;
    text-decoration: none;
}

.new-site-params-modal__phone:hover,
.new-site-params-modal__phone:focus {
    text-decoration: underline;
}

.new-site-params-modal__input {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 0;
    padding: 8px;
    line-height: 1.35;
    resize: vertical;
    overflow: hidden;
    background: #fff;
    color: #2b3540;
    min-height: 42px;
    word-break: break-word;
    white-space: pre-wrap;
}

.new-site-params-modal__input[disabled] {
    background: #f4f7f9;
    color: #6a7681;
    border: 0;
}

.new-site-params-modal__add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 2px 0 10px;
    border: 1px solid #1e9f3f;
    border-radius: 50%;
    background: #16a64f;
    color: #fff;
}

.new-site-params-modal__add:hover,
.new-site-params-modal__add:focus {
    background: #188c45;
    color: #fff;
}

@media (max-width: 980px) {
    .new-site-contacts-header-button {
        display: none;
    }

    .new-site-params-modal .modal-dialog {
        margin: 8px auto;
    }

    .new-site-params-modal__row {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
