

/* Start:/local/templates/zimnie/components/zimnie/catalog.section/catalog_block/style.css?1788524640142139*/
/* ============================================================
   zimnie* — product page redesign
   ============================================================ */
:root {
    /* Brand */
    --brand: #2017E0;
    --brand-hover: #1810BF;
    --brand-soft: #EEEDFE;

    /* Status / accents */
    --green: #22C55E;
    --green-soft: #DCFCE7;
    --red: #EF4444;
    --red-soft: #FEE4E2;
    --orange: #F59E0B;
    --orange-soft: #FEF3C7;

    /* Neutrals */
    --bg: #EAEFF2;
    --bg-pattern: #DDE3E8;
    --card: #FFFFFF;
    --muted: #F5F7F9;
    --border: #E6EAEE;
    --border-strong: #D7DCE2;
    --text: #1A1B1F;
    --text-2: #6F7682;
    --text-3: #9AA0AA;

    /* Geometry */
    --r-sm: 10px;
    --r-md: 14px;
    --r-lg: 20px;
    --r-pill: 999px;
    --shadow: 0 1px 2px rgba(20, 24, 40, 0.04);
    --container: 1280px;
    --gutter: 16px;

    --font: "Manrope", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}






/* ============================================================
   BG VARIANTS — toggle via body[data-bg="N"]
   N=0 → default (mountains, existing image)
   N=1 → none
   N=2 → soft sky gradient
   N=3 → subtle dot grid
   N=4 → diagonal lines
   N=5 → soft snowflake pattern
   ============================================================ */



/* Brand asterisks (реальный логотип zimnie*) + классические снежинки */
a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: "Manrope", sans-serif;
    cursor: pointer;
    border: 0;
    background: none;
    color: inherit;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

input {
    font-family: "Manrope", sans-serif;
}

.container {
    margin: 0 auto;
    padding: 0 var(--gutter);
}






/* =============================================================
   TOPBAR + HEADER (white, no pattern)
   ============================================================= */
.shell-white {
    background: #fff;
    position: relative;
    z-index: 2;
}

.topbar {
    border-bottom: 1px solid var(--border);
    font-size: 13px;
    color: var(--text-2);
}

.topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    gap: 16px;
}

.topbar__left,
.topbar__right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.topbar a.callback {
    color: var(--brand);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.topbar .phone {
    color: var(--text);
    font-weight: 500;
}

.topbar .city {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.header {
    border-bottom: 1px solid var(--border);
}

.header__inner {
    display: flex;
    align-items: center;
    gap: 22px;
    height: 76px;
}

.burger {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--r-sm);
    color: var(--text);
}

.burger:hover {
    background: var(--muted);
}

.logo {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: var(--brand);
    display: inline-flex;
    align-items: baseline;
}

.logo .ast {
    color: var(--brand);
    margin-left: 1px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    justify-content: center;
}

.nav__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: var(--r-sm);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text);
    white-space: nowrap;
}

.nav__link.is-primary {
    color: var(--brand);
}

.nav__link:hover {
    background: var(--muted);
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.icon-btn {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--r-sm);
    color: var(--text);
}

.icon-btn:hover {
    background: var(--muted);
}

.icon-btn .cnt {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cart-btn {
    margin-left: 4px;
    height: 42px;
    padding: 0 14px 0 12px;
    border-radius: var(--r-sm);
    background: var(--brand);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 13px;
    position: relative;
}

.cart-btn:hover {
    background: var(--brand-hover);
}

.cart-btn .cnt {
    background: var(--green);
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}






/* =============================================================
   FLOATING SIDE PANEL (right edge)
   ============================================================= */
.side-panel {
    position: fixed;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: var(--r-md);
    box-shadow: 0 4px 18px rgba(20, 24, 40, 0.06);
    display: flex;
    flex-direction: column;
    padding: 8px;
    gap: 4px;
    z-index: 50;
}

.side-panel button {
    width: 36px;
    height: 36px;
    border-radius: var(--r-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-2);
}

.side-panel button:hover {
    background: var(--muted);
    color: var(--brand);
}

@media (max-width: 1180px) {
.side-panel {
        display: none;
    }










}






/* =============================================================
   BREADCRUMBS
   ============================================================= */

/* =============================================================
   TABS
   ============================================================= */
.tabs {
    background: #fff;
    border-radius: var(--r-md);
    padding: 8px;
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    box-shadow: var(--shadow);
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tabs::-webkit-scrollbar {
    display: none;
}

.tabs__item {
    flex: 1;
    text-align: center;
    padding: 12px 14px;
    border-radius: var(--r-sm);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-2);
    white-space: nowrap;
    transition: all 0.15s;
}

.tabs__item.is-active {
    color: var(--brand);
    font-weight: 600;
}






/* =============================================================
   CARD baseline
   ============================================================= */
.card {
    background: var(--card);
    border-radius: var(--r-md);
    box-shadow: var(--shadow);
}






/* =============================================================
   MAIN PRODUCT GRID
   ============================================================= */
.product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 16px;
    align-items: stretch;
    margin-bottom: 16px;
}

.left-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.right-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

@media (max-width: 1024px) {
.product-grid {
        grid-template-columns: 1fr;
    }










}






/* Gallery */
.gallery {
    padding: 32px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.gallery__main {
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.gallery__main svg {
    max-width: 100%;
    height: auto;
}






/* Square gallery variant: square hero + thumbnail carousel below */
.gallery--square {
    padding: 24px;
}

.gallery__main--square {
    aspect-ratio: 1 / 1;
    height: auto;
    max-width: 80%;
    margin: 0 auto 16px;
    background: var(--muted);
    border-radius: var(--r-md);
    align-items: center;
    justify-content: center;
    gap: 0;
}

.gallery__thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 4px 2px;
}

.gallery__thumbs::-webkit-scrollbar {
    display: none;
}

.gallery__thumb {
    flex: 0 0 auto;
    width: 88px;
    aspect-ratio: 1 / 1;
    background: var(--muted);
    border: 1.5px solid transparent;
    border-radius: var(--r-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

.gallery__thumb:hover {
    border-color: var(--border-strong);
}

.gallery__thumb.is-active {
    border-color: var(--brand);
    background: #fff;
}

.gallery__thumb svg {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 760px) {
.gallery__thumb {
        width: 64px;
    }

.gallery--square {
        padding: 16px;
    }










}






/* Promo gallery variant: split layout — promo banner left (on page bg), product on white card right */
.gallery--promo {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.gallery__promo-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    margin-bottom: 20px;
}

.gallery__promo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 24px 8px;
    overflow: hidden;
}

.gallery__promo img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
}

.gallery__main--side {
    background: #fff;
    border-radius: var(--r-md);
    border-bottom-right-radius: 0; /* keeps the asymmetric join with info card */
    padding: 24px;
    height: auto;
    min-height: 240px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gallery--promo .gallery__thumbs {
    justify-content: center;
}

@media (max-width: 760px) {
.gallery__promo-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

.gallery__main--side {
        padding: 16px;
    }










}

.gallery__pager {
    position: absolute;
    bottom: 16px;
    right: 20px;
    color: #DDE3E8;
    font-size: 28px;
    line-height: 1;
}






/* =============================================================
   PRODUCT INFO SIDEBAR
   ============================================================= */
.info {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #fff;
    border-radius: var(--r-md);
    box-shadow: var(--shadow);
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.info__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rating {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: var(--green);
}

.rating svg {
    width: 16px;
    height: 16px;
}

.rating .empty {
    color: rgba(34, 197, 94, 0.25);
}

.info__icons {
    display: flex;
    gap: 2px;
}

.info__icons .icon-btn {
    width: 32px;
    height: 32px;
    color: var(--text-2);
}

.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    border-radius: 4px 12px 4px 12px;
}

.chip.alt-shape {
    border-radius: 4px 12px 4px 12px;
}

.chip.warn {
    background: var(--orange);
}

.chip.dang {
    background: var(--red);
}

.chip.succ {
    background: var(--green);
}

.sku {
    color: var(--text-3);
    font-size: 12px;
}

h1.product-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.01em;
}

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

.price-old {
    color: #B0B3BA;
    font-size: 17px;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 500;
}

.price-current {
    border: 1.5px solid var(--green);
    color: var(--brand);
    border-radius: var(--r-pill);
    padding: 8px 22px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.price-current.green {
    border-color: var(--green);
    color: var(--brand);
}

.field-label {
    font-size: 13px;
    color: var(--text-2);
    margin-bottom: 8px;
}

.size-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.size {
    min-width: 50px;
    padding: 9px 14px;
    border-radius: var(--r-sm);
    border: 1px solid var(--border-strong);
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s;
}

.size:hover {
    border-color: var(--brand);
}

.size.is-active {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.qty-and-cta {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 10px;
}

.qty {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    height: 48px;
    border: 1px solid var(--border-strong);
    border-radius: var(--r-pill);
    align-items: center;
    background: #fff;
    overflow: hidden;
}

.qty button {
    font-size: 18px;
    color: var(--text-2);
    height: 100%;
}

.qty input {
    border: 0;
    outline: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    background: transparent;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    height: 48px;
    border-radius: var(--r-pill);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.btn-primary {
    background: var(--brand);
    color: #fff;
}

.btn-primary:hover {
    background: var(--brand-hover);
}

.btn-outline {
    background: #fff;
    color: var(--brand);
    border: 1.5px solid var(--brand);
}

.btn-outline:hover {
    background: var(--brand-soft);
}

.btn-block {
    width: 100%;
}

.delivery-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--text-2);
}

.delivery-row .item {
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
}

.delivery-row .item svg {
    flex-shrink: 0;
    margin-top: 1px;
}

.delivery-row a {
    color: var(--text);
    border-bottom: 1px dashed var(--text-3);
}

.disclaimer-row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-size: 11px;
    color: var(--text-2);
    line-height: 1.4;
}

.disclaimer-link {
    color: var(--text);
    border-bottom: 1px dashed var(--text-3);
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
}

.brand-row {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
    flex-wrap: wrap;
}

.brand-logo {
    font-weight: 800;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    color: #000;
}

.brand-logo .rdot {
    color: var(--red);
    font-size: 22px;
    line-height: 0;
}

.brand-row .links {
    display: flex;
    gap: 16px;
    font-size: 12px;
    flex-wrap: wrap;
}

.brand-row .links a {
    color: var(--text-2);
    border-bottom: 1px dashed var(--text-3);
}

.brand-row .links a:hover {
    color: var(--brand);
}






/* =============================================================
   DESCRIPTION + SIDEBAR EXTRAS
   ============================================================= */
.desc-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 16px;
    margin-bottom: 24px;
    align-items: start;
}

@media (max-width: 1024px) {
.desc-grid {
        grid-template-columns: 1fr;
    }










}

.desc-card {
    padding: 32px;
    /* asymmetric: top-right flat (joins info card on the right) */
    border-top-right-radius: 0;
}

.desc-card h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
}

.desc-card p {
    color: var(--text);
    margin: 0 0 28px;
    max-width: 760px;
    font-size: 14px;
    line-height: 1.55;
}

.specs-title {
    font-size: 22px;
    font-weight: 700;
    margin: 8px 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.specs-title .toggle {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-2);
    border-radius: 50%;
}

.specs {
    width: 100%;
    border-collapse: collapse;
}

.specs tr {
    border-bottom: 1px solid var(--border);
}

.specs td {
    padding: 14px 6px;
    font-size: 14px;
    vertical-align: middle;
}

.specs td:first-child {
    color: var(--text);
}

.specs td:last-child {
    text-align: right;
    color: var(--brand);
    font-weight: 500;
}

.sidebar-extra {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.brand-card {
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.brand-card .links {
    display: flex;
    gap: 18px;
    font-size: 12px;
}

.brand-card .links a {
    color: var(--text-2);
    border-bottom: 1px dashed var(--text-3);
}

.consult {
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.consult__icon {
    width: 80px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.consult__icon img {
    width: 100%;
    height: auto;
    display: block;
}

.consult__title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}

.consult__sub {
    font-size: 12px;
    color: var(--text-2);
    margin-bottom: 14px;
    line-height: 1.4;
}

.consult .btn {
    height: 36px;
    padding: 8px 18px;
    font-size: 11px;
}






/* =============================================================
   SECTION HEADER
   ============================================================= */
.section-h {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 28px 0 16px;
}

.section-h.tiered .small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-2);
    letter-spacing: normal;
    margin-bottom: 6px;
}






/* =============================================================
   PRODUCT CARDS GRID
   ============================================================= */
.products {
    display: grid;
    gap: 16px;
}

.products.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

.products.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1100px) {
.products.cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }










}

@media (max-width: 900px) {
.products.cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }










}

@media (max-width: 600px) {
.products.cols-4,
.products.cols-3 {
        grid-template-columns: 1fr;
    }










}

.pcard {
    background: #fff;
    border-radius: var(--r-md);
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow);
    overflow: hidden;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: transform 0.2s, box-shadow 0.2s;
}

.pcard:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(20, 24, 40, 0.08);
}

.pcard__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 14px 0;
}

.pcard__icons {
    display: flex;
    gap: 2px;
}

.pcard__icons .icon-btn {
    width: 28px;
    height: 28px;
    color: var(--text-3);
}

.pcard__icons .icon-btn:hover {
    color: var(--brand);
    background: var(--brand-soft);
}

.pcard__img {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px 4px;
}

.pcard__img svg {
    max-width: 100%;
    max-height: 100%;
}

.pcard__body {
    padding: 12px 18px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pcard__sku {
    font-size: 11px;
    color: var(--text-3);
}

.pcard__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    min-height: 40px;
    color: var(--text);
}

.pcard__attrs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 10px;
    font-size: 12px;
    border-top: 1px solid var(--border);
    padding-top: 10px;
}

.pcard__attrs.cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.pcard__attrs .label {
    color: var(--text-3);
    font-size: 11px;
}

.pcard__attrs .value {
    color: var(--text);
    font-weight: 500;
    font-size: 12px;
}

.pcard__price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.pcard__price-old {
    color: #B0B3BA;
    text-decoration: line-through;
    font-size: 13px;
}

.pcard__price-current {
    border: 1.5px solid var(--green);
    color: var(--brand);
    border-radius: var(--r-pill);
    padding: 6px 16px;
    font-size: 15px;
    font-weight: 700;
}

.pcard__price-current.alt {
    border-color: var(--green);
    color: var(--brand);
}

.pcard__cta {
    margin: 0 14px 14px;
    height: 44px;
    font-size: 12px;
}






/* =============================================================
   REVIEWS
   ============================================================= */
.reviews-section {
    margin-top: 8px;
}

.reviews-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.reviews-head__title .small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-2);
    margin-bottom: 4px;
}

.reviews-head__title .big {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.reviews {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr) 60px;
    align-items: stretch;
    gap: 16px;
}

.reviews__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-3);
    font-size: 48px;
    font-weight: 300;
    background: none;
    border: 0;
    cursor: pointer;
    line-height: 1;
}






font-size:

36
px

;
font-weight:

300
;
cursor: pointer

;
}
.reviews__nav:hover {
    color: var(--brand);
}

.reviews__inner {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    padding: 8px 0;
}

@media (max-width: 760px) {
.reviews {
        grid-template-columns: 30px minmax(0, 1fr) 30px;
        gap: 6px;
    }

.reviews__nav {
        font-size: 24px;
    }

.reviews__inner {
        grid-template-columns: 1fr;
        padding: 18px;
        gap: 16px;
    }










}

.review-img {
    background: #fff;
    border-radius: var(--r-md);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 28px;
    box-shadow: var(--shadow);
}

.review-text {
    padding: 24px 0 0;
}

.review-text .author {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 13px;
}

.review-text p {
    margin: 0;
    color: var(--text-2);
    font-size: 13px;
    line-height: 1.55;
}

.review-dots {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.review-dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-3);
    font-size: 12px;
    cursor: pointer;
}

.review-dot.is-active {
    background: var(--brand);
    color: #fff;
}






/* =============================================================
   STORES
   ============================================================= */
.stores {
    background: #fff;
    border-radius: var(--r-md);
    box-shadow: var(--shadow);
    padding: 8px 24px;
}

.store {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
}

.store:last-child {
    border-bottom: 0;
}

@media (max-width: 600px) {
.store {
        grid-template-columns: 1fr;
    }










}

.store__map {
    height: 90px;
    border-radius: var(--r-sm);
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
    repeating-linear-gradient(45deg, #E5E9EE 0 6px, #ECEFF3 6px 12px),
    #EAEFF2;
    position: relative;
    overflow: hidden;
}

.store__map::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 38%, rgba(0, 0, 0, 0.06) 38%, rgba(0, 0, 0, 0.06) 39%, transparent 39%),
    linear-gradient(90deg, transparent 38%, rgba(0, 0, 0, 0.06) 38%, rgba(0, 0, 0, 0.06) 39%, transparent 39%);
}

.store__map .pin {
    position: absolute;
    left: 38%;
    top: 30%;
    color: var(--brand);
    font-size: 22px;
    font-weight: 700;
    z-index: 2;
}

.store__title {
    font-size: 11px;
    color: var(--text-3);
    margin-bottom: 4px;
}

.store__name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
}

.store__addr {
    font-size: 13px;
    color: var(--text-2);
    margin-bottom: 14px;
}

.store__attrs {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.store__attrs .group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.store__attrs .group .lbl {
    font-size: 11px;
    color: var(--text-3);
}

.color-pill {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: conic-gradient(#fbbf24 0 33%, #2017E0 33% 66%, #16a34a 66%);
}

.color-pill.alt {
    background: conic-gradient(#ef4444 0 50%, #2017E0 50%);
}

.size-tags {
    display: flex;
    gap: 4px;
}

.size-tag {
    padding: 4px 10px;
    border: 1px solid var(--border-strong);
    border-radius: var(--r-sm);
    font-size: 12px;
    font-weight: 500;
    color: var(--text);
    background: #fff;
}






/* =============================================================
   FOOTER
   ============================================================= */
.footer {
    background: #fff;
    margin-top: 32px;
    padding: 48px 0 24px;
}

.footer__cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 1.6fr;
    gap: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border);
}

@media (max-width: 900px) {
.footer__cols {
        grid-template-columns: 1fr 1fr;
    }










}

.footer h4 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer ul a {
    color: var(--text-2);
    font-size: 13px;
    letter-spacing: 0.04em;
}

.footer ul a:hover {
    color: var(--brand);
}

.footer__cat ul a {
    color: var(--text);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.subscribe {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border-strong);
    border-radius: var(--r-pill);
    padding: 4px 4px 4px 18px;
    margin-bottom: 18px;
}

.subscribe input {
    flex: 1;
    border: 0;
    outline: 0;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-2);
    background: transparent;
}

.subscribe button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
}

.contact-list .item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-2);
}

.contact-list .item svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--text-3);
}

.contact-list .item strong {
    color: var(--text);
    font-weight: 600;
}

.callback-sm {
    color: var(--brand);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
}

.footer__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 0;
}

.social {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-3);
    font-size: 11px;
    font-weight: 700;
}

.social:hover {
    background: var(--brand);
    color: #fff;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: var(--text-3);
    flex-wrap: wrap;
    gap: 16px;
}

.payments {
    display: flex;
    gap: 14px;
    align-items: center;
    opacity: 0.7;
    font-size: 11px;
}

.payments span {
    display: inline-flex;
    align-items: center;
}






/* =============================================================
   RESPONSIVE TWEAKS
   ============================================================= */
@media (max-width: 1180px) {
.nav__link {
        padding: 10px;
        font-size: 12px;
        gap: 4px;
    }

.nav__link span.label-long {
        display: none;
    }










}

@media (max-width: 960px) {
.nav {
        display: none;
    }










}

@media (max-width: 880px) {
.topbar__inner {
        font-size: 12px;
        height: 34px;
    }

.header__inner {
        height: 64px;
        gap: 12px;
    }

.logo {
        font-size: 22px;
    }

.gallery {
        padding: 18px;
    }

.gallery__main {
        height: 240px;
        gap: 8px;
    }

.info {
        padding: 18px;
    }

h1.product-title {
        font-size: 20px;
    }

.price-current {
        font-size: 18px;
        padding: 6px 18px;
    }

.desc-card {
        padding: 22px;
    }

.desc-card h2 {
        font-size: 22px;
    }

.section-h {
        font-size: 22px;
    }

.container {
        padding: 0 12px;
    }

.cart-btn {
        padding: 0 10px;
    }










}

@media (max-width: 520px) {
.qty-and-cta {
        grid-template-columns: 100px 1fr;
    }

.topbar {
        display: none;
    }

.header__inner {
        height: 56px;
    }

.icon-btn {
        width: 36px;
        height: 36px;
    }

.header__actions .icon-btn:not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }

.cart-btn span:not(.cnt) {
        display: none;
    }










}






/* =============================================================
   PRODUCT-GRID RESPONSIVE (left-col / right-col stack)
   ============================================================= */
@media (max-width: 1024px) {
.product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }






    /* When stacked, all corners rounded for clarity */
.tabs,
.gallery,
.info,
.desc-card,
.consult {
        border-radius: var(--r-md) !important;
    }

.gallery__main {
        height: 240px;
    }

h1.product-title {
        font-size: 22px;
    }










}

@media (max-width: 760px) {
.container {
        padding: 0 14px;
    }

.tabs__item {
        padding: 10px 12px;
        font-size: 12px;
    }

.gallery {
        padding: 18px;
    }

.gallery__main {
        height: 180px;
        gap: 10px;
    }

.info {
        padding: 18px;
        gap: 14px;
    }

.info__icons {
        gap: 4px;
    }

.price-row {
        gap: 12px;
        flex-wrap: wrap;
    }

.price-current {
        font-size: 18px;
        padding: 6px 16px;
    }

.price-old {
        font-size: 14px;
    }

.badges {
        gap: 4px;
    }

.chip {
        font-size: 11px;
        padding: 5px 10px;
    }

.desc-card {
        padding: 20px;
    }

.desc-card h2 {
        font-size: 20px;
    }

.specs td {
        padding: 10px 0;
        font-size: 12px;
    }

.consult {
        padding: 16px;
        gap: 14px;
        flex-direction: row;
    }

.consult__icon {
        width: 60px;
    }

.reviews-head__title .big {
        font-size: 22px;
    }

.section-h {
        font-size: 22px;
        margin-bottom: 14px;
    }

.stores {
        padding: 4px 16px;
    }

.qty-and-cta {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 8px;
    }

.footer__cols {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

.footer {
        padding: 28px 0;
    }










}

@media (max-width: 480px) {
.footer__cols {
        grid-template-columns: 1fr;
    }

.gallery__main {
        height: 140px;
    }

.product-grid,
.desc-grid {
        gap: 12px;
    }

.qty-and-cta {
        grid-template-columns: 1fr;
    }

.qty {
        width: 100%;
    }

.delivery-row {
        flex-direction: column;
        gap: 8px;
    }

.brand-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }










}







/* =============================================================
   CATALOG / LISTING PAGE
   ============================================================= */
.sort {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sort__label {
    color: var(--text-2);
    font-size: 13px;
}

.sort__select {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    padding: 8px 32px 8px 12px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    color: var(--text);
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'><path fill='none' stroke='%236F7682' stroke-width='2' stroke-linecap='round' d='M6 9l6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
}

.sort__select:focus {
    outline: none;
    border-color: var(--brand);
}

.view-toggle {
    display: inline-flex;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    overflow: hidden;
}

.view-toggle__btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-2);
    cursor: pointer;
}

.view-toggle__btn.is-active {
    background: var(--brand);
    color: #fff;
}

.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid var(--border);
    padding: 7px 12px;
    border-radius: var(--r-pill);
    font-size: 13px;
    color: var(--text);
    cursor: pointer;
}

.filter-chip:hover {
    border-color: var(--brand);
}

.filter-chip .x {
    color: var(--text-3);
    font-size: 16px;
    line-height: 1;
}

.filter-chip--clear {
    color: var(--brand);
    border-color: transparent;
}

.filter-chip--clear:hover {
    background: var(--brand-soft);
}

.catalog-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

@media (max-width: 960px) {
.catalog-grid {
        grid-template-columns: 1fr;
    }










}

.filters {
    background: #fff;
    border-radius: var(--r-md);
    padding: 20px;
    align-self: start;
    position: sticky;
    top: 16px;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
}

.filters::-webkit-scrollbar {
    width: 6px;
}

.filters::-webkit-scrollbar-thumb {
    background: var(--border-strong);
    border-radius: 3px;
}

.filters__mobile-toggle {
    display: none;
    width: 100%;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 960px) {
.filters {
        position: static;
        padding: 0;
        background: transparent;
        max-height: none;
    }

.filters__mobile-toggle {
        display: flex;
    }

.filters__body {
        display: none;
        background: #fff;
        border-radius: var(--r-md);
        padding: 18px;
        margin-top: 10px;
    }

.filters[data-open="true"] .filters__body {
        display: block;
    }










}

.filter-group {
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}

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

.filter-group:last-of-type {
    border-bottom: 0;
}

.filter-group__head {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.filter-group__more {
    margin-top: 8px;
    color: var(--brand);
    font-size: 13px;
    border-bottom: 1px dashed var(--brand);
}

.filter-group--switches {
    padding-top: 16px;
    padding-bottom: 16px;
}

.price-range {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 6px;
    align-items: center;
    margin-bottom: 14px;
}

.price-range input {
    background: var(--muted);
    border: 1px solid transparent;
    border-radius: var(--r-sm);
    padding: 9px 10px;
    font-size: 13px;
    font-family: "Manrope", sans-serif;
    width: 100%;
}

.price-range input:focus {
    outline: 0;
    border-color: var(--brand);
    background: #fff;
}

.price-range .dash {
    color: var(--text-3);
}

.price-slider {
    position: relative;
    height: 18px;
    margin: 8px 9px 4px;
    cursor: pointer;
}

.price-slider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    transform: translateY(-50%);
    background: var(--border-strong);
    border-radius: 2px;
}

.price-slider .fill {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 25%;
    height: 4px;
    transform: translateY(-50%);
    background: var(--brand);
    border-radius: 2px;
}

.price-slider .track {
    display: none;
}

.price-slider .thumb {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid var(--brand);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(32, 23, 224, 0.18);
    transform: translate(-50%, -50%);
    transition: transform 0.15s, box-shadow 0.15s;
}

.price-slider .thumb:hover,
.price-slider .thumb:focus-visible {
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 3px 10px rgba(32, 23, 224, 0.28);
    outline: none;
}

.price-slider .thumb.left {
    left: 15%;
}

.price-slider .thumb.right {
    left: 75%;
}

.price-slider__ticks {
    display: flex;
    justify-content: space-between;
    margin: 6px 4px 0;
    font-size: 11px;
    color: var(--text-3);
}

.check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    padding: 6px 0;
    cursor: pointer;
}

.check input {
    width: 16px;
    height: 16px;
    accent-color: var(--brand);
    cursor: pointer;
    flex-shrink: 0;
}

.check span {
    flex: 1;
}

.check i {
    color: var(--text-3);
    font-size: 12px;
    font-style: normal;
}

.size-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.size-pick {
    padding: 8px 4px;
    border: 1px solid var(--border);
    background: #fff;
    border-radius: var(--r-sm);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

.size-pick:hover {
    border-color: var(--brand);
}

.size-pick.is-active {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.size-pick.disabled {
    color: var(--text-3);
    background: var(--muted);
    text-decoration: line-through;
    pointer-events: none;
}

.color-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

.color-pick {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
}

.color-pick.is-active {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--brand);
}

.filters__apply {
    margin-top: 16px;
}

.catalog-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.products.cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 960px) {
.products.cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }










}

@media (max-width: 600px) {
.products.cols-3 {
        grid-template-columns: 1fr;
    }










}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.page-btn {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
    cursor: pointer;
    padding: 0 12px;
}

.page-btn:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.page-btn.is-active {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.page-btn--nav {
    font-size: 18px;
    line-height: 1;
}

.page-dots {
    color: var(--text-3);
    padding: 0 4px;
}

.seo-block {
    background: #fff;
    border-radius: var(--r-md);
    padding: 28px;
    margin-top: 8px;
}

.seo-block h2 {
    font-size: 20px;
    margin: 0 0 12px;
    font-weight: 700;
}

.seo-block p {
    color: var(--text-2);
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}







/* =============================================================
   SUBCATEGORIES (catalog top tiles)
   ============================================================= */
.subcats {
    margin-bottom: 24px;
}

.subcat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 14px;
}

@media (max-width: 960px) {
.subcat-grid {
        grid-template-columns: repeat(2, 1fr);
    }










}

@media (max-width: 480px) {
.subcat-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }










}

.subcat-tile {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: var(--r-md);
    padding: 20px;
    text-align: center;
    transition: transform 0.15s, box-shadow 0.15s;
    border: 1px solid var(--border);
}

.subcat-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(20, 24, 40, 0.06);
    border-color: var(--brand);
}

.subcat-tile__img {
    background: var(--muted);
    border-radius: var(--r-sm);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.subcat-tile__img.placeholder {
    position: relative;
    background-image: linear-gradient(45deg, transparent 48%, var(--text-3) 48%, var(--text-3) 52%, transparent 52%),
    linear-gradient(-45deg, transparent 48%, var(--text-3) 48%, var(--text-3) 52%, transparent 52%);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.25;
}

.subcat-tile__title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
}

.subcat-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.subcat-pill {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-pill);
    padding: 8px 14px;
    font-size: 13px;
    color: var(--brand);
}

.subcat-pill:hover {
    background: var(--brand-soft);
    border-color: var(--brand);
}






/* =============================================================
   PRODUCT CARD — HOVER GALLERY
   ============================================================= */
.pcard__img.has-hover {
    position: relative;
}

.pcard__img .hov-img {
    display: none;
}

.pcard__img .hov-img.is-active {
    display: block;
}

.pcard__img-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 4px;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.pcard__img.has-hover:hover .pcard__img-dots {
    opacity: 1;
}

.pcard__img-dots .dot {
    width: 18px;
    height: 3px;
    background: var(--text-3);
    border-radius: 2px;
    opacity: 0.5;
    transition: opacity 0.15s, background 0.15s;
}

.pcard__img-dots .dot.is-active {
    background: var(--brand);
    opacity: 1;
}

.pcard__img-hot {
    position: absolute;
    inset: 0;
    display: flex;
}

.pcard__img-hot span {
    flex: 1;
}







/* =============================================================
   PCARD — listing variant (rating, color/size pickers in card)
   ============================================================= */
.pcard__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.pcard__rating .rating svg {
    width: 12px;
    height: 12px;
}

.pcard__rating .pcard__sku {
    font-size: 11px;
    color: var(--text-3);
    margin-left: auto;
}

.pcard__price-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 10px 0 14px;
}

.pcard__price-line .pcard__price-row {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pcard__cart-btn {
    width: 36px;
    height: 36px;
    border: 1px solid var(--border);
    background: #fff;
    border-radius: var(--r-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-2);
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.15s;
}

.pcard__cart-btn:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.pcard__option {
    margin-top: 10px;
}

.pcard__option-label {
    font-size: 12px;
    color: var(--text-3);
    margin-bottom: 6px;
}

.pcard__option-label span {
    color: var(--text-2);
}

.pcard-colors {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.pcard-color {
    width: 44px;
    height: 36px;
    border: 1.5px solid var(--border);
    background: #fff;
    border-radius: 6px;
    padding: 3px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: border-color 0.15s;
}

.pcard-color:hover {
    border-color: var(--text-3);
}

.pcard-color.is-active {
    border-color: var(--brand);
}

.pcard-color svg {
    max-width: 100%;
    max-height: 100%;
}

.pcard-sizes {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.pcard-size {
    min-width: 38px;
    padding: 7px 10px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

.pcard-size:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.pcard-size.is-active {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.pcard-size--more {
    background: var(--brand-soft);
    color: var(--brand);
    border-color: transparent;
    font-weight: 600;
}







/* === pcard listing v2 tweaks === */
.pcard__img.has-hover {
    min-height: 180px;
    padding: 10px 0;
}

.pcard__price-line {
    align-items: flex-end;
    gap: 10px;
}

.pcard__price-line .pcard__price-row {
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.pcard__price-line .pcard__price-old {
    font-size: 12px;
}

.pcard__price-line .pcard__price-current {
    font-size: 18px;
    font-weight: 700;
}

.pcard__cart-btn {
    width: 40px;
    height: 40px;
}







/* === pcard listing v3 — spec + pill price === */
.pcard__sku {
    color: #9CA3AF;
    font-size: 12px;
    margin: 0 0 6px;
}

.pcard__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin: 0 0 12px;
}

.pcard__sep {
    height: 1px;
    background: #E5E7EB;
    margin: 0 0 12px;
}

.pcard__specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0 0 14px;
}

.pcard__spec-label {
    color: #9CA3AF;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.pcard__spec-value {
    color: #111;
    font-size: 13px;
    font-weight: 600;
}

.pcard__price-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0 0 2px;
}

.pcard__price-old {
    color: #B0B3BA;
    text-decoration: line-through;
    font-size: 26px;
    font-weight: 500;
}

.pcard__price-pill {
    border: 1.5px solid #22C55E;
    color: #2563EB;
    font-weight: 800;
    font-size: 18px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #fff;
}

.pcard__cart-wide {
    width: 100%;
    height: 44px;
    border-radius: 999px;
    background: #2A3FBE;
    color: #fff;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.02em;
}

.pcard__cart-wide:hover {
    background: #1F2FA0;
}







/* === Load more button === */
.load-more {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 18px auto 28px;
    min-width: 280px;
    padding: 14px 32px;
    background: transparent;
    color: var(--text-2);
    border: 1.5px solid var(--border-strong);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .25s ease, border-color .25s ease, background-color .25s ease, transform .15s ease;
}

.load-more__label {
    position: relative;
    z-index: 2;
}

.load-more:hover {
    color: #fff;
    border-color: var(--brand);
    background: var(--brand);
}

.load-more:active {
    transform: translateY(1px);
}

.load-more.is-loading {
    pointer-events: none;
    color: var(--text-3);
}

.load-more.is-loading .load-more__label::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    vertical-align: -1px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: lmspin .7s linear infinite;
}






@keyframes lmspin {
    to {
        transform: rotate(360deg);
    }
}
.catalog-grid + .pagination {
    margin-top: 28px;
}

.pagination + .load-more {
    display: flex;
}







/* === Catalog boots: rating hidden on mobile (see media query) === */


/* === Real product photos in pcard listing === */
/* Desktop: hide colors-overflow button (mobile-only feature) */
.pcard-color--more {
    display: none;
}

.pcard__img.has-hover img.hov-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
    opacity: 0;
    transition: opacity .15s ease;
}

.pcard__img.has-hover img.hov-img.is-active {
    opacity: 1;
}

.pcard-color img.pcard-color-img,
.pcard-color .pcard-color-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}







/* === Product page: color picker + size system tabs === */
.pp-colors {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pp-color {
    width: 64px;
    height: 48px;
    border: 2px solid var(--border);
    background: #fff;
    border-radius: 8px;
    padding: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: border-color .15s;
}

.pp-color:hover {
    border-color: var(--text-3);
}

.pp-color.is-active {
    border-color: var(--brand);
}

.pp-color svg {
    max-width: 100%;
    max-height: 100%;
}

.size-systems {
    display: inline-flex;
    background: var(--muted);
    border-radius: 999px;
    padding: 4px;
    margin-bottom: 10px;
    gap: 4px;
    border: 0;
}

.size-sys {
    height: 32px;
    min-width: 48px;
    padding: 0 14px;
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--text-2);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, color .15s, box-shadow .15s;
}

.size-sys:hover {
    color: var(--text);
}

.size-sys.is-active {
    background: #fff;
    color: var(--brand);
    box-shadow: 0 1px 3px rgba(20, 24, 40, .08);
}

.size-list[hidden] {
    display: none !important;
}

.size-table-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: var(--text-2);
    font-size: 13px;
    border-bottom: 1px dashed var(--text-3);
    padding-bottom: 1px;
}

.size-table-link:hover {
    color: var(--brand);
    border-bottom-color: var(--brand);
}

.size-table-link svg {
    flex-shrink: 0;
}







/* =============================================================
   SKI LISTING — horizontal full-width product card (1 per row)
   ============================================================= */
.products.cols-1 {
    grid-template-columns: 1fr;
    gap: 14px;
}

.pcard-ski {
    background: #fff;
    border-radius: 0 28px 0 28px;
    border: 1px solid var(--border);
    display: grid;
    grid-template-columns: minmax(340px, 36%) 1fr minmax(230px, 260px);
    gap: 0;
    overflow: hidden;
    transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}

.pcard-ski:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(20, 24, 40, 0.06);
    border-color: var(--border-strong);
}






/* Asymmetric corner signature on main blocks for ski listings only */
.listing-skis .filters {
    border-radius: 0 28px 0 28px;
}

.listing-skis .seo-block {
    border-radius: 0 28px 0 28px;
}






/* MEDIA — left column */
.pcard-ski__media {
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 24px;
    min-height: 220px;
    border-right: 1px dashed var(--border);
}

.pcard-ski__media svg.ski-img,
.pcard-ski__media img.ski-img {
    width: 100%;
    height: auto;
    max-height: 130px;
    object-fit: contain;
}

.pcard-ski__badges {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.pcard-ski__media-icons {
    position: absolute;
    top: 14px;
    right: 14px;
    display: flex;
    gap: 2px;
}

.pcard-ski__media-icons .icon-btn {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    color: var(--text-2);
    border: 1px solid var(--border);
}

.pcard-ski__media-icons .icon-btn:hover {
    color: var(--brand);
    background: #fff;
}

.pcard-ski__media-icons .icon-btn.is-active {
    color: var(--brand);
}

.pcard-ski__thumbs {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
}

.pcard-ski__thumbs span {
    width: 18px;
    height: 3px;
    border-radius: 2px;
    background: rgba(20, 24, 40, 0.18);
}

.pcard-ski__thumbs span.is-active {
    background: var(--brand);
}






/* BODY — middle column */
.pcard-ski__body {
    padding: 18px 22px 18px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.pcard-ski__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--text-3);
    font-size: 12px;
}

.pcard-ski__top .rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pcard-ski__top .rating svg {
    width: 14px;
    height: 14px;
    color: #F9B72E;
}

.pcard-ski__top .rating svg.empty {
    color: #E1E4E8;
}

.pcard-ski__top .reviews-cnt {
    color: var(--text-2);
}

.pcard-ski__sku {
    color: var(--text-3);
    font-size: 12px;
}

.pcard-ski__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text);
    margin: 0;
    letter-spacing: -0.005em;
}

.pcard-ski__title a:hover {
    color: var(--brand);
}

.pcard-ski__attrs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 18px;
    padding: 12px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.pcard-ski__attrs > div {
    min-width: 0;
}

.pcard-ski__attrs .label {
    color: var(--text-3);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}

.pcard-ski__attrs .value {
    color: var(--text);
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pcard-ski__sizes {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pcard-ski__sizes-label {
    color: var(--text-3);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pcard-ski__sizes-list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.pcard-ski-size {
    min-width: 44px;
    height: 30px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--r-sm);
    border: 1px solid var(--border-strong);
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    cursor: pointer;
    transition: all 0.15s;
}

.pcard-ski-size:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.pcard-ski-size.is-active {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.pcard-ski-size.disabled {
    color: var(--text-3);
    background: var(--muted);
    text-decoration: line-through;
    pointer-events: none;
    border-color: var(--border);
}






/* BUY — right column */
.pcard-ski__buy {
    padding: 18px 22px;
    border-left: 1px dashed var(--border);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.pcard-ski__price-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pcard-ski__price-old {
    color: #B0B3BA;
    text-decoration: line-through;
    font-size: 15px;
    font-weight: 500;
}

.pcard-ski__price {
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.005em;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1.5px solid var(--green);
}

.pcard-ski__price.discount {
    color: #2563EB;
}

.pcard-ski__save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: var(--green-soft);
    color: #166534;
    padding: 4px 10px;
    border-radius: var(--r-pill);
    font-size: 11px;
    font-weight: 600;
    width: 100%;
}

.pcard-ski__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pcard-ski__cta {
    height: 44px;
    font-size: 13px;
    width: 100%;
}

.pcard-ski__1click {
    height: 36px;
    font-size: 12px;
    background: transparent;
    border: 1px solid var(--border-strong);
    color: var(--text);
    border-radius: var(--r-pill);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
}

.pcard-ski__1click:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.pcard-ski__delivery {
    font-size: 11px;
    color: var(--text-2);
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding-top: 6px;
    border-top: 1px dashed var(--border);
}

.pcard-ski__delivery svg {
    flex-shrink: 0;
    margin-top: 1px;
    color: var(--green);
}






/* Mobile: stack into one column */
@media (max-width: 900px) {
.pcard-ski {
        grid-template-columns: 1fr;
    }

.pcard-ski__media {
        min-height: 160px;
        padding: 20px;
    }

.pcard-ski__buy {
        border-left: 0;
        border-top: 1px dashed var(--border);
    }

.pcard-ski__attrs {
        grid-template-columns: repeat(2, 1fr);
    }










}







/* =============================================================
   SKI LISTING WIDE — full-width image, stacked layout
   ============================================================= */
.pcard-skiwide {
    background: #fff;
    border-radius: 0 28px 0 28px;
    border: 1px solid var(--border);
    padding: 22px 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}

.pcard-skiwide:hover {
    box-shadow: 0 8px 22px rgba(20, 24, 40, 0.06);
    border-color: var(--border-strong);
}

.pcard-skiwide__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: flex-start;
}

.pcard-skiwide__title-col {
    min-width: 0;
}

.pcard-skiwide__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text);
    margin: 0 0 12px;
    letter-spacing: -0.005em;
}

.pcard-skiwide__title a:hover {
    color: var(--brand);
}

.pcard-skiwide__meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pcard-skiwide__act-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0;
    gap: 0;
    font-size: 0;
    letter-spacing: 0;
    text-transform: none;
    color: var(--text-2);
    cursor: pointer;
    transition: all 0.15s;
}

.pcard-skiwide__act-btn:hover {
    color: var(--brand);
    border-color: var(--brand);
}

.pcard-skiwide__act-btn.is-active {
    color: var(--brand);
    border-color: var(--brand);
    background: var(--brand-soft);
}

.pcard-skiwide__act-btn svg {
    color: currentColor;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}






/* Strip row between header and media: badges left, fav+compare actions right */
.pcard-skiwide__strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 4px 0 10px;
    padding: 0 4px;
}

.pcard-skiwide__strip > .pcard-skiwide__badges {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    top: auto;
    left: auto;
}

.pcard-skiwide__strip > .pcard-skiwide__price-actions {
    display: flex;
    gap: 10px;
    margin: 0;
    flex-shrink: 0;
}

.pcard-skiwide__strip .pcard-skiwide__act-btn {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    border: 1.5px solid #EEEDFE;
    background: #fff;
    color: #C7C2EA;
}

.pcard-skiwide__strip .pcard-skiwide__act-btn svg {
    width: 14px;
    height: 14px;
}

.pcard-skiwide__strip .pcard-skiwide__act-btn:hover {
    color: var(--brand);
    border-color: var(--brand);
}

.pcard-skiwide__strip .pcard-skiwide__act-btn.is-active {
    color: var(--brand);
    border-color: var(--brand);
    background: var(--brand-soft);
}






/* When act-btns are relocated under the price (JS moves them into .price-col),
   restyle as large rounded squares with pastel lavender icons. */
.pcard-skiwide__price-actions {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.pcard-skiwide__price-col .pcard-skiwide__act-btn {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    border: 1.5px solid #EEEDFE;
    background: #fff;
    color: #C7C2EA; /* lavender / muted brand */
    box-shadow: 0 1px 0 rgba(20, 24, 40, 0.02);
}

.pcard-skiwide__price-col .pcard-skiwide__act-btn svg {
    width: 26px;
    height: 26px;
    stroke-width: 2;
}

.pcard-skiwide__price-col .pcard-skiwide__act-btn:hover {
    color: var(--brand);
    border-color: var(--brand);
    background: #fff;
}

.pcard-skiwide__price-col .pcard-skiwide__act-btn.is-active {
    color: var(--brand);
    border-color: var(--brand);
    background: var(--brand-soft);
}

.pcard-skiwide__rating {
    display: none;
}

.pcard-skiwide__price-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    white-space: nowrap;
}

.pcard-skiwide__price-old {
    color: #B0B3BA;
    text-decoration: line-through;
    font-size: 15px;
    font-weight: 500;
}

.pcard-skiwide__price {
    font-size: 22px;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.005em;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 999px;
    background: #fff;
    border: 1.5px solid var(--green);
}

.pcard-skiwide__price.discount {
    color: #2563EB;
}

.pcard-skiwide__save {
    background: var(--green-soft);
    color: #166534;
    padding: 3px 8px;
    border-radius: var(--r-pill);
    font-size: 11px;
    font-weight: 600;
    margin-top: 4px;
}






/* MEDIA — full width */
.pcard-skiwide__media {
    position: relative;
    background: #fff;
    padding: 12px 32px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}

.pcard-skiwide__media svg.ski-img,
.pcard-skiwide__media img.ski-img {
    width: 96%;
    height: auto;
    max-height: 170px;
    object-fit: contain;
}

.pcard-skiwide__badges {
    position: absolute;
    top: 14px;
    left: 16px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
}

.pcard-skiwide__thumbs {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}

.pcard-skiwide__thumbs span {
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: rgba(20, 24, 40, 0.18);
}

.pcard-skiwide__thumbs span.is-active {
    background: var(--brand);
}






/* FOOT row — desktop: 3 columns.
   Col 1: specs (Geometry, Radius)
   Col 2: article (Артикул) + level widget (Уровень)
   Col 3: sizes (Ростовка) + buy button
   Wrappers built in JS. */
.pcard-skiwide__foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(220px, 280px);
    column-gap: 28px;
    align-items: center;
}

.pcard-skiwide__leftcol,
.pcard-skiwide__midcol,
.pcard-skiwide__rightcol {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-self: center;
}

.pcard-skiwide__rightcol {
    gap: 12px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.pcard-skiwide__rightcol > .pcard-skiwide__sizes,
.pcard-skiwide__rightcol > .pcard-skiwide__buy {
    width: 100%;
}

.pcard-skiwide__rightcol .btn-primary,
.pcard-skiwide__rightcol .pcard-skiwide__1click {
    width: 100%;
}

.pcard-skiwide__sku-c {
    grid-area: auto;
    text-align: left;
    font-size: 15px;
    color: var(--text-3);
    padding: 0;
    margin: 0;
    align-self: auto;
}

.pcard-skiwide__sku-c strong {
    color: var(--text-2);
    font-weight: 500;
}

.pcard-skiwide__lvl {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    align-items: center;
    font-size: 15px;
}

.pcard-skiwide__lvl-label {
    color: var(--text-3);
    font-weight: 500;
}

.pcard-skiwide__specs {
    grid-area: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    row-gap: 10px;
    align-items: baseline;
    font-size: 15px;
}

.pcard-skiwide__specs dt {
    color: var(--text-3);
    font-weight: 500;
}

.pcard-skiwide__specs dd {
    margin: 0;
    color: var(--text);
    font-weight: 600;
}






/* Sizes block — moved into right col wrapper by JS */
.pcard-skiwide__sizes {
    grid-area: auto;
    grid-column: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 0;
}

.pcard-skiwide__sizes-label {
    color: var(--text-3);
    font-size: 12px;
    font-weight: 500;
}

.pcard-skiwide__sizes-list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.pcard-skiwide__buy {
    grid-area: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: center;
    justify-content: center;
}

.pcard-skiwide__buy .btn-primary {
    height: 48px;
    font-size: 13px;
    width: 100%;
}

.pcard-skiwide__buy .btn-primary.is-in-cart {
    background: var(--brand);
}

.pcard-skiwide__1click {
    display: none !important;
}






/* =============================================================
   LEVEL OF PREPARATION — Aurora gradient (green)
   Markup:
     <div class="lvl-aurora" style="--lvl-from: 60%; --lvl-to: 0%;">
       <div class="lvl-aurora__track">
         <div class="lvl-aurora__fill"></div>
         <div class="lvl-aurora__ticks">
           <span class="lvl-aurora__tick"></span> ×10
         </div>
       </div>
       <span class="lvl-aurora__txt">7–10</span>
     </div>
   --lvl-from = (lower_level - 1) * 10%
   --lvl-to   = (10 - upper_level) * 10%
   ============================================================= */
.lvl-aurora {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.lvl-aurora__track {
    flex: 1;
    min-width: 130px;
    max-width: 220px;
    height: 12px;
    background: #E5E9EE;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

.lvl-aurora__fill {
    position: absolute;
    left: var(--lvl-from, 60%);
    right: var(--lvl-to, 0%);
    top: 0;
    bottom: 0;
    border-radius: 999px;
    background: linear-gradient(90deg,
    #15803D 0%,
    #22C55E 28%,
    #84CC16 55%,
    #22C55E 80%,
    #15803D 100%);
    background-size: 220% 100%;
    animation: lvl-aurora-shift 4s ease-in-out infinite;
}






@keyframes lvl-aurora-shift {
    0%, 100% {
        background-position: 0% 0;
    }
    50% {
        background-position: 100% 0;
    }
}
.lvl-aurora__ticks {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    pointer-events: none;
}

.lvl-aurora__tick {
    width: 2px;
    height: 4px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 1px;
}

.lvl-aurora__txt {
    color: #15803D;
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    letter-spacing: 0.02em;
}






/* Qty + cart variant (alternate state) */
.pcard-skiwide__qty-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 8px;
}

.pcard-skiwide__qty {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: stretch;
    border: 1px solid var(--border-strong);
    border-radius: var(--r-sm);
    overflow: hidden;
    height: 48px;
}

.pcard-skiwide__qty button {
    background: #fff;
    color: var(--text);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.pcard-skiwide__qty button:hover {
    background: var(--muted);
}

.pcard-skiwide__qty input {
    border: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    background: #fff;
    outline: none;
}

.pcard-skiwide__qty-row .btn-primary {
    height: 48px;
}






/* Mobile collapse */
@media (max-width: 900px) {
.pcard-skiwide {
        padding: 18px 18px 20px;
    }

.pcard-skiwide__head {
        grid-template-columns: 1fr;
    }

.pcard-skiwide__price-col {
        flex-direction: row;
        align-items: baseline;
        gap: 10px;
    }

.pcard-skiwide__foot {
        grid-template-columns: 1fr;
        gap: 14px;
    }

.pcard-skiwide__sku-c {
        text-align: left;
    }










}







/* =============================================================
   MOBILE REFINEMENTS — ≤480px (phones)
   Polished, comfortable gutters; nothing flush against edges.
   ============================================================= */
@media (max-width: 480px) {
:root {
        --gutter: 16px;
    }

.container {
        padding: 0 16px;
    }






    /* HEADER: roomier, hide topbar, compress icons to essentials */
.topbar {
        display: none;
    }

.header {
        border-bottom: 1px solid var(--border);
    }

.header__inner {
        height: 60px;
        gap: 10px;
    }

.burger {
        width: 40px;
        height: 40px;
    }

.logo {
        font-size: 22px;
        flex: 1;
    }

.header__actions {
        gap: 2px;
        margin-left: auto;
    }

.header__actions .icon-btn {
        width: 40px;
        height: 40px;
    }






    /* Only keep search + cart in header on phone */
.header__actions .icon-btn[aria-label="Профиль"],
.header__actions .icon-btn[aria-label="Сравнение"],
.header__actions .icon-btn[aria-label="Избранное"] {
        display: none;
    }

.cart-btn {
        height: 40px;
        padding: 0 12px;
        margin-left: 4px;
    }

.cart-btn span:not(.cnt) {
        display: none;
    }






    /* BREADCRUMBS: single-row horizontal scroll, with edge fade */

    /* TABS: compact, tap-friendly */
.tabs {
        padding: 6px;
        gap: 4px;
        border-radius: var(--r-md);
    }

.tabs__item {
        padding: 11px 12px;
        font-size: 12px;
    }






    /* PRODUCT GRID: stacked single col */
.product-grid {
        gap: 14px;
        margin-bottom: 16px;
    }

.right-col {
        gap: 14px;
    }






    /* GALLERY */
.gallery {
        padding: 18px 16px;
        border-radius: var(--r-md);
    }

.gallery__main {
        height: 220px;
        gap: 10px;
    }

.gallery--square {
        padding: 16px;
    }

.gallery__main--square {
        max-width: 100%;
    }

.gallery__thumb {
        width: 58px;
    }

.gallery__pager {
        font-size: 22px;
        bottom: 12px;
        right: 16px;
    }






    /* INFO sidebar */
.info {
        padding: 18px;
        gap: 14px;
        border-radius: var(--r-md);
    }

h1.product-title {
        font-size: 19px;
        line-height: 1.3;
    }

.price-row {
        gap: 12px;
    }

.price-old {
        font-size: 13px;
    }

.price-current {
        font-size: 17px;
        padding: 6px 16px;
    }

.chip {
        font-size: 10px;
        padding: 5px 10px;
    }

.info__top {
        gap: 8px;
    }

.info__icons .icon-btn {
        width: 32px;
        height: 32px;
    }

.qty-and-cta {
        grid-template-columns: 100px 1fr;
        gap: 10px;
    }

.qty {
        height: 46px;
    }

.btn {
        height: 46px;
        font-size: 12px;
        padding: 10px 14px;
        gap: 6px;
    }

.delivery-row {
        flex-direction: column;
        gap: 10px;
    }

.field-label {
        font-size: 12px;
        margin-bottom: 8px;
    }

.size {
        min-width: 46px;
        padding: 9px 12px;
        font-size: 13px;
    }

.pp-color {
        width: 56px;
        height: 44px;
    }

.size-systems {
        padding: 3px;
        gap: 2px;
    }

.size-sys {
        height: 30px;
        min-width: 42px;
        padding: 0 10px;
        font-size: 10px;
    }

.brand-row {
        gap: 12px;
        padding-top: 16px;
    }

.brand-row .links {
        gap: 12px;
    }

.brand-row .links a {
        font-size: 11px;
    }

.disclaimer-row {
        gap: 10px;
        font-size: 10px;
    }






    /* DESCRIPTION + SPECS */
.desc-card {
        padding: 18px;
    }

.desc-card h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }

.desc-card p {
        font-size: 13px;
        margin-bottom: 22px;
    }

.specs-title {
        font-size: 17px;
    }

.specs td {
        padding: 11px 0;
        font-size: 12px;
    }






    /* CONSULT */
.consult {
        padding: 16px;
        gap: 14px;
    }

.consult__icon {
        width: 52px;
    }

.consult__title {
        font-size: 14px;
    }

.consult__sub {
        font-size: 11px;
        margin-bottom: 10px;
    }






    /* SECTION HEADERS */
.section-h {
        font-size: 20px;
        margin: 22px 0 14px;
    }






    /* RELATED / SIMILAR — horizontal scroll with proper edge padding */
.products.cols-4,
.products.cols-3 {
        grid-template-columns: 280px;
        grid-auto-flow: column;
        grid-auto-columns: 280px;
        overflow-x: auto;
        overflow-y: visible;
        scrollbar-width: none;
        padding: 4px 16px 12px;
        margin: 0 -16px;
        gap: 12px;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 16px;
    }

.products.cols-4::-webkit-scrollbar,
.products.cols-3::-webkit-scrollbar {
        display: none;
    }

.products.cols-4 > .pcard,
.products.cols-3 > .pcard {
        scroll-snap-align: start;
    }

.pcard {
        border-radius: var(--r-md);
    }

.pcard__img {
        height: 130px;
        padding: 10px 14px 4px;
    }

.pcard__img.has-hover {
        min-height: 130px;
    }

.pcard__body {
        padding: 12px 16px 14px;
        gap: 8px;
    }

.pcard__title {
        font-size: 13px;
        min-height: 0;
        margin-bottom: 4px;
    }

.pcard__cta {
        height: 40px;
        font-size: 11px;
        margin: 0 14px 14px;
    }






    /* CATALOG LISTING HEAD */
.sort {
        flex: 1;
        min-width: 0;
    }

.sort__label {
        display: none;
    }

.sort__select {
        font-size: 12px;
        padding: 9px 28px 9px 12px;
        width: 100%;
    }

.view-toggle__btn {
        width: 34px;
        height: 34px;
    }






    /* FILTER CHIPS — horizontal scroll bleed */
.active-filters {
        gap: 6px;
        margin-bottom: 14px;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        padding: 2px 16px;
        margin-left: -16px;
        margin-right: -16px;
    }

.active-filters::-webkit-scrollbar {
        display: none;
    }

.filter-chip {
        font-size: 12px;
        padding: 6px 11px;
        flex-shrink: 0;
        white-space: nowrap;
    }






    /* MOBILE FILTER DRAWER — bottom-sheet style */
.filters {
        position: static;
        padding: 0;
        background: transparent;
        max-height: none;
    }

.filters__mobile-toggle {
        display: flex !important;
        width: 100%;
        padding: 12px 16px;
        background: #fff;
        border: 1px solid var(--border);
        border-radius: var(--r-md);
        font-size: 13px;
        font-weight: 600;
        justify-content: space-between;
        align-items: center;
    }

.filters__mobile-toggle::before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 10px;
        margin-right: 10px;
        background: linear-gradient(currentColor, currentColor) 0 0 / 14px 2px no-repeat,
        linear-gradient(currentColor, currentColor) 2px 4px / 10px 2px no-repeat,
        linear-gradient(currentColor, currentColor) 4px 8px / 6px 2px no-repeat;
    }

.filters__body {
        display: none;
    }

.filters[data-open="true"] .filters__body {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 200;
        background: #fff;
        margin: 0;
        border-radius: 0;
        padding: 60px 20px 88px;
        overflow-y: auto;
    }

.filters[data-open="true"] .filters__body::before {
        content: 'Фильтры';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 52px;
        background: #fff;
        border-bottom: 1px solid var(--border);
        display: flex;
        align-items: center;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 700;
        z-index: 2;
    }

.filters[data-open="true"] .filters__body::after {
        content: '✕';
        position: fixed;
        top: 12px;
        right: 12px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: var(--muted);
        color: var(--text);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        z-index: 3;
        cursor: pointer;
    }

.filters[data-open="true"] .filters__apply {
        position: fixed;
        bottom: 16px;
        left: 16px;
        right: 16px;
        width: auto;
        margin: 0;
        height: 50px;
        z-index: 2;
        box-shadow: 0 6px 22px rgba(32, 23, 224, 0.25);
    }

.filter-group {
        padding: 16px 0;
    }

.filter-group__head {
        font-size: 14px;
    }

.check {
        font-size: 13px;
        padding: 7px 0;
    }

.size-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 6px;
    }

.size-pick {
        padding: 9px 4px;
        font-size: 13px;
    }

.color-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }






    /* SUBCATEGORIES */
.subcat-grid {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

.subcat-tile {
        padding: 14px;
    }

.subcat-tile__img {
        margin-bottom: 10px;
    }

.subcat-tile__title {
        font-size: 13px;
    }

.subcat-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        padding: 2px 16px;
        margin: 0 -16px;
        gap: 8px;
    }

.subcat-pills::-webkit-scrollbar {
        display: none;
    }

.subcat-pill {
        flex-shrink: 0;
        font-size: 12px;
        padding: 7px 12px;
    }






    /* CATALOG main grid (boots) — 2 cols on phone */
.catalog-main .products.cols-3 {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row;
        grid-auto-columns: initial;
        overflow: visible;
        padding: 0;
        margin: 0;
        gap: 10px;
    }

.catalog-main .pcard {
        border-radius: 0 var(--r-md) 0 var(--r-md);
    }

.catalog-main .pcard__head {
        padding: 10px 10px 0;
    }

.catalog-main .pcard__title {
        font-size: 12px;
        margin-bottom: 6px;
        line-height: 1.3;
    }

.catalog-main .pcard__rating .pcard__sku {
        display: none;
    }

.catalog-main .pcard__rating .rating svg {
        width: 10px;
        height: 10px;
    }

.catalog-main .pcard__option {
        margin-top: 6px;
    }

.catalog-main .pcard__option-label {
        font-size: 10px;
        margin-bottom: 4px;
    }

.catalog-main .pcard__option-label span {
        display: none;
    }

.catalog-main .pcard-color:nth-child(n+5) {
        display: none;
    }

.catalog-main .pcard-size {
        min-width: 28px;
        padding: 5px 6px;
        font-size: 11px;
    }

.catalog-main .pcard-size:nth-child(n+4) {
        display: none;
    }

.catalog-main .pcard__price-line {
        gap: 6px;
        margin: 10px 0 10px;
        flex-direction: column;
        align-items: flex-start;
    }

.catalog-main .pcard__price-old {
        font-size: 13px;
    }

.catalog-main .pcard__price-pill {
        font-size: 13px;
        padding: 5px 12px;
    }

.catalog-main .pcard__cart-wide {
        height: 40px;
        font-size: 11px;
        gap: 6px;
    }

.catalog-main .pcard__img {
        height: auto;
        min-height: 130px;
        padding: 6px 0;
    }

.catalog-main .pcard__img.has-hover {
        min-height: 140px;
        padding: 6px 0;
    }

.catalog-main .pcard__body {
        padding: 12px;
        gap: 6px;
    }

.catalog-main .chip {
        font-size: 9px;
        padding: 4px 7px;
    }






    /* WIDE SKI LISTING — vertical stack with comfortable padding */
.pcard-skiwide {
        padding: 16px 16px 18px;
        gap: 14px;
        border-radius: 0 24px 0 24px;
    }

.pcard-skiwide__head {
        grid-template-columns: 1fr;
        gap: 10px;
    }

.pcard-skiwide__title {
        font-size: 16px;
        margin-bottom: 10px;
    }

.pcard-skiwide__price-col {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        justify-content: flex-start;
    }

.pcard-skiwide__price {
        font-size: 19px;
        padding: 7px 16px;
    }

.pcard-skiwide__price-old {
        font-size: 14px;
    }

.pcard-skiwide__meta-row {
        gap: 6px;
    }

.pcard-skiwide__act-btn {
        font-size: 10px;
        padding: 7px 10px;
    }

.pcard-skiwide__rating {
        font-size: 11px;
        margin-left: 0;
    }

.pcard-skiwide__media {
        padding: 14px 18px 30px;
        min-height: 140px;
    }

.pcard-skiwide__media svg.ski-img,
.pcard-skiwide__media img.ski-img {
        max-height: 120px;
    }

.pcard-skiwide__badges {
        top: 10px;
        left: 12px;
        gap: 5px;
    }

.pcard-skiwide__foot {
        gap: 14px;
    }

.pcard-skiwide__specs {
        font-size: 12px;
        row-gap: 5px;
        column-gap: 12px;
    }

.pcard-skiwide__sku-c {
        font-size: 11px;
        padding-top: 4px;
        border-top: 1px dashed var(--border);
    }

.pcard-skiwide__buy {
        gap: 8px;
    }

.pcard-skiwide__buy .btn-primary {
        height: 46px;
        font-size: 12px;
    }

.pcard-skiwide__1click {
        height: 38px;
        font-size: 11px;
    }

.pcard-ski-size {
        min-width: 40px;
        height: 30px;
        padding: 0 8px;
        font-size: 12px;
    }






    /* REVIEWS */
.reviews-head__title .big {
        font-size: 19px;
    }

.reviews-head__title .small {
        font-size: 12px;
    }

.reviews {
        grid-template-columns: 1fr;
        gap: 8px;
    }

.reviews__nav {
        display: none;
    }

.reviews__inner {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
        background: #fff;
        border-radius: var(--r-md);
    }

.review-img {
        min-height: 140px;
        padding: 18px;
        box-shadow: none;
        background: var(--muted);
    }

.review-text {
        padding: 0;
    }






    /* STORES */
.stores {
        padding: 4px 16px;
    }

.store {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px 0;
    }

.store__map {
        height: 84px;
    }

.store__name {
        font-size: 15px;
    }

.store__addr {
        font-size: 12px;
        margin-bottom: 12px;
    }

.store__attrs {
        gap: 20px;
    }






    /* PAGINATION compact */
.page-btn {
        min-width: 36px;
        height: 36px;
        font-size: 12px;
        padding: 0 10px;
    }

.pagination {
        gap: 6px;
        margin-top: 12px;
    }

.load-more {
        min-width: 220px;
        padding: 13px 24px;
        font-size: 11px;
        margin: 14px auto 22px;
    }






    /* SEO block */
.seo-block {
        padding: 20px 18px;
    }

.seo-block h2 {
        font-size: 17px;
    }

.seo-block p {
        font-size: 12px;
    }






    /* FOOTER */
.footer {
        padding: 28px 0 20px;
    }

.footer__cols {
        grid-template-columns: 1fr;
        gap: 0;
    }

.footer__cols > div {
        border-bottom: 1px solid var(--border);
        padding: 16px 0;
    }

.footer__cols > div:first-child {
        padding-top: 4px;
    }

.footer h4 {
        margin-bottom: 12px;
    }

.footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        font-size: 11px;
        gap: 12px;
    }

.payments {
        flex-wrap: wrap;
        gap: 10px;
    }






    /* Hide floating side panel on phone */
.side-panel {
        display: none;
    }










}






/* Even tighter on 360-and-under */
@media (max-width: 380px) {
.header__inner {
        gap: 6px;
    }

.logo {
        font-size: 20px;
    }

.subcat-grid {
        grid-template-columns: 1fr 1fr;
    }

.gallery__main {
        height: 190px;
    }

.pcard-skiwide__title {
        font-size: 15px;
    }

.catalog-main .pcard__title {
        font-size: 11px;
    }










}






/* =============================================================
   STICKY MOBILE BUY-BAR — appears on product pages
   Activated by adding class="has-mobile-buybar" to body
   ============================================================= */
.mobile-buybar {
    display: none;
}







/* =============================================================
   MOBILE v2 — fixes per spec
   • product page: gallery + info SIDE-BY-SIDE
   • breadcrumbs: swipeable, no ellipsis cut on current
   • catalog (boots): price next to cart button, bigger color picker,
     no size selector, prices on one horizontal line
   • catalog wide-ski: icon-only fav/compare, no rating text,
     no size selection, geometry & radius as iconified chips,
     price next to "В корзину" button
   ============================================================= */
@media (max-width: 480px) {

    /* ---------- BREADCRUMBS: full swipe ---------- */

    /* ---------- PRODUCT PAGE: title → gallery (badges overlay) → info → desc ---------- */
.product-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }






    /* Flatten cols into the grid via display:contents, then control order */
.product-grid > .left-col,
.product-grid > .right-col {
        display: contents;
    }






    /* Order of effective children once JS moves title before gallery & badges into gallery:
     1 tabs · 2 title · 3 gallery · 4 info · 5 desc · 6 consult */
.product-grid .tabs {
        order: 1;
    }






    /* h1 title — selector covers BOTH the in-place position (inside .info) and the
     JS-moved position (direct child of .left-col) */
.product-grid h1.product-title {
        order: 2;
        margin: 0;
        padding: 2px 4px;
        font-size: 19px;
        line-height: 1.3;
        font-weight: 700;
        letter-spacing: -0.005em;
    }

.product-grid .gallery {
        order: 3;
        position: relative;
        padding: 18px 16px;
    }

.product-grid .gallery__main {
        height: 220px;
        gap: 10px;
    }

.product-grid .gallery--square {
        padding: 16px;
    }

.product-grid .gallery--square .gallery__main--square {
        aspect-ratio: 1;
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

.product-grid .info {
        order: 4;
        padding: 18px;
        gap: 14px;
    }

.product-grid .desc-card {
        order: 5;
    }

.product-grid .consult {
        order: 6;
    }






    /* Badges overlay (JS moves .badges into .gallery on mobile) */
.product-grid .gallery > .badges {
        position: absolute;
        top: 14px;
        left: 14px;
        right: 14px;
        z-index: 3;
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        margin: 0;
        pointer-events: none;
    }






    /* Hide rating/share row inside info on mobile (out of scope per spec) */
.product-grid .info__top {
        display: none;
    }






    /* Info contents — restore normal mobile look */
.product-grid .info .field-label .js-pp-color-name,
.product-grid .info .field-label .js-pp-size-name {
        display: inline;
    }






    /* Hide qty + cart inside info — sticky bottom buy-bar already handles purchase */
.product-grid .info .qty-and-cta {
        display: none;
    }

.product-grid .info .delivery-row {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.product-grid .info .btn-outline.btn-block {
        display: inline-flex;
    }

.product-grid .info .brand-row {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

.product-grid .info .pp-color {
        width: 56px;
        height: 44px;
    }

.product-grid .info .pp-color:nth-child(n+5) {
        display: inline-flex;
    }

.product-grid .info .size-systems {
        display: inline-flex;
    }

.product-grid .info .size-table-link {
        display: inline-flex;
    }

.product-grid .info .price-row {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }






    /* Hide bottom sticky buy-bar duplicates — title above gallery makes the page top
     scannable enough; keep buy-bar for the in-hand quick-buy */
    /* ---------- CATALOG (boots) pcard — prices full-width, cart full-width ---------- */
.catalog-main .pcard__body {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }






    /* Hide rating on mobile boot cards */
.catalog-main .pcard__rating {
        display: none;
    }






    /* Color picker: solid colored circles (mobile only) */
.catalog-main .pcard-colors {
        gap: 8px;
    }

.catalog-main .pcard-color {
        width: 32px;
        height: 32px;
        padding: 0;
        border-radius: 50%;
        border: 1.5px solid #fff;
        box-shadow: 0 0 0 1.5px var(--border);
        background-clip: padding-box;
        transition: box-shadow 0.15s, transform 0.15s;
    }

.catalog-main .pcard-color:hover {
        box-shadow: 0 0 0 1.5px var(--text-2);
    }

.catalog-main .pcard-color.is-active {
        box-shadow: 0 0 0 2px var(--brand);
    }

.catalog-main .pcard-color > img,
.catalog-main .pcard-color .pcard-color-img {
        display: none;
    }

.catalog-main .pcard-color[data-img="boot-green"] {
        background: #84cc16;
    }

.catalog-main .pcard-color[data-img="boot-blue"] {
        background: #1e3a8a;
    }

.catalog-main .pcard-color[data-img="boot-black"] {
        background: #18181b;
    }

.catalog-main .pcard-color[data-img="boot-red"] {
        background: #dc2626;
    }

.catalog-main .pcard-color[data-img="boot-white"] {
        background: #f5f5f5;
    }

.catalog-main .pcard-color[data-img="boot-grey"] {
        background: #6b7280;
    }






    /* Two-color (bicolor) swatch — diagonal split, colors set via CSS vars */
.catalog-main .pcard-color--bicolor {
        background: linear-gradient(
                135deg,
                var(--c1, #84cc16) 0 50%,
                var(--c2, #18181b) 50% 100%
        ) !important;
    }

.catalog-main .pcard-color:nth-child(n+5) {
        display: none;
    }






    /* "+N" overflow indicator for cards with > 3 colors (mobile only) */
.catalog-main .pcard-color--more {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1.5px dashed var(--brand);
        background: var(--brand-soft);
        color: var(--brand);
        font-size: 11px;
        font-weight: 800;
        box-shadow: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
        font-family: "Manrope", sans-serif;
        transition: background 0.12s, transform 0.12s;
    }

.catalog-main .pcard-color--more:hover {
        background: #fff;
        transform: scale(1.05);
    }

.catalog-main .pcard-color--more img {
        display: none;
    }






    /* Hide size selector entirely (second .pcard__option block) */
.catalog-main .pcard__option + .pcard__option {
        display: none;
    }






    /* Prices: own full-width row — both fit on one line */
.catalog-main .pcard__price-line {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
        margin: 4px 0 0;
        padding: 0;
        width: 100%;
        flex-wrap: nowrap;
        min-width: 0;
    }

.catalog-main .pcard__price-old {
        font-size: 11px;
        flex-shrink: 0;
        white-space: nowrap;
    }

.catalog-main .pcard__price-pill {
        font-size: 13px;
        padding: 5px 10px;
        font-weight: 800;
        flex-shrink: 0;
        white-space: nowrap;
    }






    /* Cart button: own full-width row below, with text + icon */
.catalog-main .pcard__cart-wide {
        width: 100%;
        height: 42px;
        padding: 0 16px;
        border-radius: 999px;
        font-size: 11px;
        margin: 0;
        gap: 8px;
    }

.catalog-main .pcard__cart-wide svg {
        width: 16px;
        height: 16px;
    }







    /* Wrappers built by JS — flatten back so the mobile pcard grid sees
     specs / sku / lvl / sizes / buy directly */
    /* ---------- WIDE SKI CARD: simple flex column, order-based stack ---------- */
.pcard-skiwide {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 14px 14px 16px;
        position: relative;
    }






    /* Flatten all wrappers via display:contents so their children become
     direct flex items of the card */
.pcard-skiwide__head,
.pcard-skiwide__title-col,
.pcard-skiwide__meta-row,
.pcard-skiwide__foot,
.pcard-skiwide__leftcol,
.pcard-skiwide__midcol,
.pcard-skiwide__rightcol {
        display: contents;
    }






    /* Visual order, regardless of DOM position */
.pcard-skiwide__title {
        order: 1;
        margin: 0;
        font-size: 15px;
        line-height: 1.3;
        padding: 0;
    }

.pcard-skiwide__strip {
        order: 2;
    }

.pcard-skiwide__media {
        order: 3;
    }

.pcard-skiwide__specs {
        order: 4;
    }

.pcard-skiwide__sku-c {
        order: 5;
    }

.pcard-skiwide__lvl {
        order: 6;
    }

.pcard-skiwide__sizes {
        order: 7;
    }

.pcard-skiwide__price-col {
        order: 8;
    }

.pcard-skiwide__buy {
        order: 9;
    }






    /* Star rating hidden */
.pcard-skiwide__rating {
        display: none;
    }






    /* Strip: badges left, icon buttons right */
.pcard-skiwide__strip {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin: 0;
        padding: 0;
    }

.pcard-skiwide__strip .pcard-skiwide__badges {
        position: static;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 4px;
    }

.pcard-skiwide__strip .pcard-skiwide__price-actions {
        display: flex;
        gap: 6px;
        margin: 0;
        flex-shrink: 0;
    }

.pcard-skiwide__act-btn {
        position: static;
        top: auto;
        right: auto;
        width: 26px;
        height: 26px;
        padding: 0;
        border-radius: 6px;
        font-size: 0;
        gap: 0;
        text-transform: none;
        letter-spacing: 0;
        background: #fff;
        border: 1.5px solid #EEEDFE;
        color: #C7C2EA;
        justify-content: center;
    }

.pcard-skiwide__act-btn svg {
        width: 13px;
        height: 13px;
    }

.pcard-skiwide__act-btn.is-active {
        background: var(--brand-soft);
        color: var(--brand);
        border-color: var(--brand);
    }






    /* Media */
.pcard-skiwide__media {
        padding: 8px 12px 26px;
        min-height: 130px;
    }

.pcard-skiwide__media img.ski-img,
.pcard-skiwide__media svg.ski-img {
        max-height: 110px;
    }






    /* Specs (Geo + Radius) */
.pcard-skiwide__specs {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 12px;
        row-gap: 4px;
        align-items: baseline;
        font-size: 12px;
        margin: 0;
    }

.pcard-skiwide__specs dt {
        color: var(--text-3);
        font-weight: 500;
    }

.pcard-skiwide__specs dd {
        margin: 0;
        color: var(--text);
        font-weight: 600;
    }






    /* Article */
.pcard-skiwide__sku-c {
        display: block;
        font-size: 11px;
        color: var(--text-3);
        text-align: left;
        padding: 0;
        border-top: none;
        margin: 0;
    }






    /* Уровень — label + aurora widget */
.pcard-skiwide__lvl {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 10px;
        align-items: center;
        font-size: 12px;
    }

.pcard-skiwide__lvl-label {
        display: inline;
        color: var(--text-3);
        font-weight: 500;
    }






    /* Sizes */
.pcard-skiwide__sizes {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }






    /* Price row */
.pcard-skiwide__price-col {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: nowrap;
        white-space: nowrap;
        margin: 0;
    }

.pcard-skiwide__price-old {
        font-size: 13px;
    }

.pcard-skiwide__price {
        font-size: 18px;
        padding: 6px 14px;
    }






    /* Buy button row */
.pcard-skiwide__buy {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

.pcard-skiwide__buy .btn-primary {
        width: 100%;
        height: 46px;
        border-radius: 999px;
        font-size: 12px;
    }

.pcard-skiwide__1click {
        display: none !important;
    }






    /* Alternate qty+cart variant: hide qty, keep button */
.pcard-skiwide__qty-row {
        display: contents;
    }

.pcard-skiwide__qty {
        display: none;
    }

.pcard-skiwide__qty-row .btn-primary {
        width: 100%;
        padding: 0 18px;
        height: 46px;
    }










}







/* ============================================================
   zimnie* catalog_block — интеграция в Aspro
   ============================================================ */
/* убираем оригинальную белую плашку page-top (заголовок вынесен в .listing-head) */

/* Aspro кнопка фильтра (#navigation) — компактная */

/* === zimnie catalog_block moved styles: start === */
/* Moved from template.php runtime CSS injection. Keep this block near the end so it overrides Aspro defaults. */
.zimnie-cb-grid > .zimnie-pcard-host-cb {
    align-self: stretch !important
}

.zimnie-cb-grid > .zimnie-pcard-host-cb > .pcard {
    height: 100% !important;
    min-height: 100% !important
}

.zimnie-cb-grid > .zimnie-pcard-host-cb {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    display: flex !important
}

.zimnie-cb-grid > .zimnie-pcard-host-cb {
    flex-direction: column
}

.pcard {
    font-family: "Manrope", sans-serif;
    background: #fff;
    border: 1px solid #E6EAEE;
    border-radius: 0 16px 0 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 540px !important;
    width: 100%;
    color: #1A1B1F;
    text-decoration: none;
    position: relative;
    transition: box-shadow .15s ease, transform .15s ease
}

.pcard:hover {
    box-shadow: 0 8px 24px rgba(20, 24, 40, 0.08)
}

.pcard__head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 12px 8px 12px;
    min-height: 78px;
    height: 78px;
    box-sizing: border-box
}

.pcard__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 6px;
    align-content: flex-start;
    align-items: flex-start;
    max-width: calc(100% - 80px);
    max-height: 52px;
    overflow: hidden
}

.pcard__head .chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px 10px 3px 10px;
    line-height: 1.1;
    letter-spacing: .02em;
    height: 22px
}

.pcard__head .chip.warn {
    background: #F59E0B
}

.pcard__head .chip.dang {
    background: #EF4444
}

.pcard__head .chip.succ {
    background: #22C55E
}

.pcard__icons {
    display: flex;
    gap: 6px;
    margin-left: auto;
    flex-shrink: 0
}

.pcard__icons .icon-btn {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 7px;
    border: 1px solid #EEEDFE;
    background: #fff;
    color: #C7C2EA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background .15s, color .15s, border-color .15s
}

.pcard__icons .icon-btn:hover {
    border-color: #2017E0;
    background: #fff;
    color: #2017E0
}

.pcard__icons .icon-btn.is-active {
    background: #EEEDFE;
    border-color: #2017E0;
    color: #2017E0
}

.pcard__icons .icon-btn svg,
.pcard__icons .icon-btn use {
    color: inherit;
}

.pcard__icons .icon-btn[data-act="fav"].is-active svg path {
    fill: currentColor;
    stroke: currentColor;
}

.pcard__img {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1/0.95 !important;
    flex: none !important;
    flex-shrink: 0 !important;
    height: auto !important;
    min-height: 260px !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    background-origin: content-box !important;
    background-clip: content-box !important;
    padding: 6px 14px !important;
    box-sizing: border-box !important;
    overflow: hidden;
    text-decoration: none
}

.pcard.pcard--no-colors .pcard__img {
    aspect-ratio: 1/1.1 !important;
    min-height: 320px !important
}

.pcard.pcard--no-colors.pcard--no-sizes .pcard__img {
    aspect-ratio: 1/1.22 !important;
    min-height: 360px !important
}

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

.pcard__body {
    padding: 10px 14px 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1
}

.pcard__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #9AA0AA;
    gap: 6px;
    min-height: 14px
}

.pcard__sku {
    color: #9AA0AA;
    font-size: 12px
}

.pcard__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #1A1B1F;
    text-decoration: none;
    min-height: 38px;
    margin: 2px 0
}

.pcard__title:hover {
    color: #2017E0
}

.pcard__price-line {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 8px
}

.pcard__price-old {
    font-size: 13px;
    color: #9AA0AA;
    text-decoration: line-through;
    font-weight: 500
}

.pcard__price-pill {
    background: #fff !important;
    color: #2017E0 !important;
    font-weight: 700;
    font-size: 16px;
    padding: 6px 16px;
    border-radius: 999px;
    line-height: 1.2;
    border: 1px solid #22C55E !important;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0
}

.pcard__cart-wide,
.pcard .pcard__cart-wide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #2017E0;
    color: #fff;
    border: none;
    padding: 11px 16px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: background .15s;
    text-decoration: none
}

.pcard__cart-wide:hover {
    background: #150FB0;
    color: #fff
}

.pcard__cart-wide svg {
    flex-shrink: 0
}

.pcard__rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 14px;
    margin-bottom: 2px
}

.pcard__rating:empty {
    display: none
}

.zimnie-filter-floating-btn {
    display: none !important
}

@media (max-width: 1024px) {
    /* Грид на мобиле — переключение на FLEX-WRAP вместо grid: устойчиво к Aspro mobile-overflow/swipeignore */

    /* Каждый host — ровно 50% от ширины родителя, минус половина gap */
body div.zimnie-cb-grid > .zimnie-pcard-host-cb {
        width: calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        min-width: 0 !important;
        flex: 0 0 calc(50% - 5px) !important;
        float: none !important;
        scroll-snap-align: none !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important
    }

body div.zimnie-cb-grid > .zimnie-pcard-host-cb > .pcard {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important
    }






    /* Top wrapper / catalog_block — overflow visible, no horizontal scroll */



    /* Aspro mobile-overflow / swipeignore / flexbox--row класс — занулить эффект */



    /* Сетка подкатегорий: 2-3 колонки */

    /* Listing-head в столбик: title+count, sort/filterbar отдельно */

    /* Filterbar — chips wrap, sort на всю ширину под ними */

    /* В listing-head__actions sort тоже на всю ширину (когда нет chips) */

    /* Прячем встроенную Aspro-кнопку фильтра */

    /* Кнопка «Фильтры» — pill на всю ширину */

    /* main-catalog-wrapper в столбик: фильтр сверху (когда открыт), товары снизу */

    /* Фильтр свёрнут по умолчанию, раскрывается по тапу */

    /* Внутри фильтра — ширина 100% */

    /* Фильтр-popup пилюли — узкий */

    /* Хлебные крошки на мобиле — без max-width в 1280 */

    /* Подкатегории-плитки уменьшенный padding */

    /* PCard на мобиле — компактнее */
.pcard {
        min-height: 380px !important;
        border-radius: 0 14px 0 14px !important
    }

.pcard__head {
        padding: 10px 10px 6px 10px !important;
        min-height: 50px
    }

.pcard__head .chip {
        font-size: 10px !important;
        padding: 3px 7px !important;
        height: 20px !important
    }

.pcard__icons .icon-btn {
        width: 26px !important;
        height: 26px !important
    }

.pcard__body {
        padding: 8px 10px 12px 10px !important
    }

.pcard__title {
        font-size: 13px !important;
        min-height: 34px !important
    }

.pcard__price-pill {
        font-size: 14px !important;
        padding: 5px 12px !important
    }

.pcard__price-old {
        font-size: 12px !important
    }

.pcard__cart-wide,
.pcard .pcard__cart-wide {
        font-size: 11px !important;
        padding: 9px 12px !important
    }

.pcard-colors .pcard-color {
        width: 24px !important;
        height: 24px !important
    }

.pcard-sizes .pcard-size {
        min-width: 26px !important;
        height: 22px !important;
        font-size: 10px !important;
        padding: 0 5px !important
    }










}

@media (max-width: 520px) {
    /* Совсем узкий экран — 2 колонки остаются но компактнее */

    /* Активные пилюли — без длинных тестов на узких */





}

@media (max-width: 480px) {
    /* Хлебные крошки — свайп без ellipsis у последней */

    /* Подкатегории — 2×2 */

    /* PCard на мобиле — круглые цветные свотчи, размеры скрыты, цена в строку */
.pcard {
        min-height: auto !important;
        border-radius: 0 14px 0 14px !important
    }

.pcard .pcard__rating {
        display: none !important
    }

.pcard .pcard__body {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        padding: 10px 12px 12px 12px !important
    }

.pcard .pcard__title {
        font-size: 12px !important;
        line-height: 1.3 !important;
        min-height: auto !important
    }






    /* Свотчи цвета — круглые 32px, без миниатюр */
.pcard-colors {
        gap: 8px !important;
        margin: 2px 0 4px 0 !important
    }

.pcard-colors .pcard-color {
        width: 32px !important;
        height: 32px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        border: 1.5px solid #fff !important;
        box-shadow: 0 0 0 1.5px #E6EAEE !important;
        background-clip: padding-box !important;
        background-size: cover !important;
        background-position: center !important;
        transition: box-shadow .15s, transform .15s
    }

.pcard-colors .pcard-color.is-active {
        box-shadow: 0 0 0 2px #2017E0 !important;
        border-color: #fff !important;
        transform: none !important
    }

.pcard-colors .pcard-color > img,
.pcard-colors .pcard-color .pcard-color-img {
        display: none !important
    }






    /* На мобиле показываем максимум 4 свотча: 3 цветных + 1 --more, в один ряд (nowrap) */
.pcard-colors {
        flex-wrap: nowrap !important;
        gap: 6px !important
    }

.pcard-colors .pcard-color:not(.pcard-color--more):nth-child(n+4) {
        display: none !important
    }






    /* Цветные кружки чуть меньше — чтобы 3+more гарантированно влезали даже на 360px */
.pcard-colors .pcard-color {
        width: 30px !important;
        height: 30px !important
    }






    /* --more всегда показывается на мобиле если есть */
.pcard-colors .pcard-color--more[data-more-desktop='0'] {
        display: none !important
    }






    /* +N круг — пунктирная синяя, цифра из data-more-mobile */
.pcard-colors .pcard-color--more {
        width: 30px !important;
        height: 30px !important;
        border-radius: 50% !important;
        border: 1.5px dashed #2017E0 !important;
        background: #EBE9FC !important;
        color: #2017E0 !important;
        font-size: 10px !important;
        font-weight: 800 !important;
        box-shadow: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important
    }

.pcard-colors .pcard-color--more::before {
        content: '+' attr(data-more-mobile) !important
    }






    /* Размеры скрыты — размер выбирается в cart-popover */
.pcard .pcard-sizes,
.pcard-sizes {
        display: none !important
    }

.pcard .pcard-option-label {
        display: none !important
    }






    /* Цена — одна строка (старая + pill), nowrap, оба не сжимаются */
.pcard__price-line {
        display: flex !important;
        flex-direction: row !important;
        align-items: baseline !important;
        gap: 8px !important;
        margin: 4px 0 0 0 !important;
        padding: 0 !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
        min-width: 0 !important
    }

.pcard__price-old {
        font-size: 11px !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important
    }

.pcard__price-pill {
        font-size: 13px !important;
        padding: 5px 10px !important;
        font-weight: 800 !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        border-width: 1px !important
    }






    /* Кнопка корзины — отдельная строка, на всю ширину */
.pcard__cart-wide,
.pcard .pcard__cart-wide {
        width: 100% !important;
        height: 42px !important;
        padding: 0 16px !important;
        border-radius: 999px !important;
        font-size: 11px !important;
        margin: 0 !important;
        gap: 8px !important
    }

.pcard__cart-wide svg {
        width: 16px !important;
        height: 16px !important
    }






    /* Фото компактнее */
.pcard__img {
        min-height: 140px !important;
        padding: 8px 16px !important;
        aspect-ratio: 1/0.85 !important
    }

.pcard__head {
        padding: 10px 10px 4px 10px !important;
        min-height: auto !important
    }

.pcard__head .chip {
        font-size: 10px !important;
        padding: 3px 7px !important;
        height: 20px !important
    }

.pcard__icons .icon-btn {
        width: 26px !important;
        height: 26px !important
    }






    /* Бейджи: максимум 2 на мобиле + НЕ обрезать содержимое */
    /* pcard.overflow:hidden ломает выход бейджей — снимаем; border-radius сохраним через pcard__img */
.pcard {
        overflow: visible !important;
        height: auto !important
    }

.pcard__img {
        overflow: hidden !important
    }






    /* Head на мобиле — фиксированная высота под 2 ряда бейджей, чтобы карточки были одинаковой высоты */
.pcard__head {
        align-items: flex-start !important;
        min-height: 60px !important;
        height: 60px !important;
        padding: 8px 8px 4px 8px !important;
        gap: 6px !important;
        overflow: visible !important;
        box-sizing: border-box !important
    }

.pcard__head .pcard__badges,
body div.zimnie-cb-grid .pcard__head .pcard__badges {
        max-width: calc(100% - 64px) !important;
        max-height: none !important;
        overflow: visible !important;
        gap: 4px !important;
        flex-wrap: wrap !important;
        align-content: flex-start !important
    }






    /* Chip — переноситься в 2 строки, не обрезаться */
.pcard__head .chip,
body div.zimnie-cb-grid .pcard__head .chip {
        height: auto !important;
        padding: 3px 7px !important;
        font-size: 10px !important;
        line-height: 1.15 !important;
        white-space: normal !important;
        word-break: break-word !important;
        letter-spacing: 0 !important;
        border-radius: 3px 10px 3px 10px !important;
        max-width: 100% !important;
        overflow: visible !important;
        text-align: center !important;
        display: inline-flex !important;
        align-items: center !important
    }

body div.zimnie-cb-grid .pcard .pcard__head .pcard__badges .chip:nth-child(n+3),
body .pcard__badges .chip:nth-child(n+3),
.pcard__badges .chip:nth-child(n+3) {
        display: none !important;
        visibility: hidden !important
    }










}

@media (max-width: 380px) {
body div.zimnie-cb-grid > .zimnie-pcard-host-cb {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }










}

.bottom_nav,
.bottom_nav.ski {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 22px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 28px 0 !important
}

.bottom_nav .module-pagination,
.bottom_nav.ski .module-pagination {
    width: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important
}

.bottom_nav .nums {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    flex-wrap: wrap !important
}

.bottom_nav .nums a.dark_link,
.bottom_nav .nums span.cur,
.bottom_nav .nums .flex-direction-nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid #E6EAEE !important;
    border-radius: 10px !important;
    color: #1A1B1F !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    font-family: "Manrope", sans-serif !important}

.bottom_nav .nums span.cur {
    background: #2017E0 !important;
    border-color: #2017E0 !important;
    color: #fff !important
}

.bottom_nav .nums a.dark_link:hover,
.bottom_nav .nums .flex-direction-nav a:hover {
    border-color: #2017E0 !important;
    color: #2017E0 !important;
    background: #fff !important
}

.bottom_nav .nums span.point_sep {
    background: transparent !important;
    border: 0 !important;
    color: #9AA0AA !important;
    min-width: 18px !important;
    width: auto !important;
    height: 40px !important;
    padding: 0 2px !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important
}

.bottom_nav .nums .flex-direction-nav,
.bottom_nav .nums .flex-direction-nav li {
    display: contents !important
}

.bottom_nav .nums .flex-nav-prev a {
    order: -1 !important
}

.bottom_nav .nums .flex-nav-next a {
    order: 99 !important
}

@media (max-width: 520px) {
.bottom_nav .module-pagination,
.bottom_nav.ski .module-pagination {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

.bottom_nav .module-pagination::-webkit-scrollbar,
.bottom_nav.ski .module-pagination::-webkit-scrollbar {
        display: none !important;
    }

.bottom_nav {
        margin-left: -16px;
        margin-right: -16px;
    }

.bottom_nav .nums {
        flex-wrap: nowrap !important;
        gap: 4px !important;
        width: max-content !important;
        min-width: 100% !important;
        padding: 0 4px !important;
    }

.bottom_nav .nums a.dark_link,
.bottom_nav .nums span.cur,
.bottom_nav .nums .flex-direction-nav a {
        min-width: 30px !important;
        width: 30px !important;
        height: 30px !important;
        padding: 0 !important;
        border-radius: 8px !important;
        font-size: 14px !important;
    }










}

.smart_filter_active_box,
.bx_smart_filter_active_box {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 12px 0 16px 0 !important;
    padding: 0 !important;
    align-items: center
}

.smart_filter_active_box .smart_filter_active {
    background: #2017E0 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 7px 14px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: default !important
}

.smart_filter_active_box .smart_filter_active a,
.smart_filter_active_box .smart_filter_active .filter_close {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    background: transparent !important;
    margin-left: 4px
}

.smart_filter_active_box .smart_filter_active_clear,
.smart_filter_active_clear {
    background: transparent !important;
    color: #6F7682 !important;
    border: 1px solid #E6EAEE !important;
    border-radius: 999px !important;
    padding: 7px 14px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    cursor: pointer !important
}

.smart_filter_active_box .smart_filter_active_clear:hover {
    color: #2017E0 !important;
    border-color: #2017E0 !important
}

.pcard-colors {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0 6px 0
}

.pcard-colors .pcard-color {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1.5px solid #E6EAEE;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    transition: border-color .12s, transform .12s
}

.pcard-colors .pcard-color:hover {
    border-color: #9AA0AA
}

.pcard-colors .pcard-color.is-active {
    border-color: #2017E0;
    border-width: 2px;
    transform: scale(1.08)
}

.pcard-colors .pcard-color.is-missing {
    opacity: .35;
    cursor: not-allowed;
    position: relative
}

.pcard-colors .pcard-color.is-missing::after {
    content: '';
    position: absolute;
    inset: auto 0 50% 0;
    height: 1px;
    background: #9AA0AA;
    transform: rotate(-45deg)
}

.pcard-colors .pcard-color--more {
    width: 33px !important;
    height: 33px !important;
    border-radius: 50% !important;
    border: 1.5px dashed #2017E0 !important;
    background: #EBE9FC !important;
    color: #2017E0 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    transform: none !important;
    background-image: none !important
}

.pcard-colors .pcard-color--more:hover {
    background: #fff !important;
    transform: scale(1.05) !important
}

.pcard-colors .pcard-color--more::before {
    content: '+' attr(data-more-desktop)
}

.pcard-colors .pcard-color--more[data-more-desktop='0'],
.pcard-colors .pcard-color--more[data-more-mobile='0'] {
    display: none !important
}

.pcard-colors .pcard-color:not(.pcard-color--more):nth-child(n+6) {
    display: none !important
}

.pcard-sizes .pcard-size:not(.pcard-size--more):nth-child(n+6) {
    display: none !important
}

.pcard-sizes {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin: 0 0 6px 0
}

.pcard-option-label {
    margin: 2px 0 4px;
    color: #6F7682;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3
}

.pcard-sizes .pcard-size {
    min-width: 30px;
    height: 24px;
    padding: 0 7px;
    border: 1px solid #E6EAEE;
    background: #fff;
    color: #1A1B1F;
    font-size: 11px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .12s, color .12s, background .12s
}

.pcard-sizes .pcard-size:hover {
    border-color: #9AA0AA
}

.pcard-sizes .pcard-size.is-active {
    border-color: #2017E0;
    color: #2017E0;
    background: rgba(32, 23, 224, .06)
}

.pcard-sizes .pcard-size.is-missing {
    color: #C2C8D0;
    text-decoration: line-through;
    cursor: not-allowed;
    background: #FAFAFB
}

.pcard-sizes .pcard-size--more {
    background: #F1F3F6;
    color: #6F7682;
    border-color: #E6EAEE
}

.pcard__img.has-hover {
    position: relative
}

.pcard__img-hot {
    position: absolute;
    inset: 0;
    display: flex;
    pointer-events: none
}

.pcard:hover .pcard__img-hot,
.pcard__img.has-hover:hover .pcard__img-hot {
    pointer-events: auto
}

.pcard__img-hot span {
    flex: 1;
    height: 100%;
    cursor: pointer
}

.pcard__img-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    opacity: 0;
    transition: opacity .15s;
    pointer-events: none;
    z-index: 2
}

.pcard:hover .pcard__img-dots {
    opacity: 1
}

.pcard__img-dots i {
    width: 18px;
    height: 3px;
    border-radius: 2px;
    background: rgba(154, 160, 170, .6);
    display: inline-block;
    transition: background .12s
}

.pcard__img-dots i.is-active {
    background: #2017E0
}

.cpop {
    --cp-brand: #2017E0;
    --cp-brand-hover: #1810BF;
    --cp-green: #22C55E;
    --cp-text: #1A1B1F;
    --cp-text-2: #6F7682;
    --cp-text-3: #9AA0AA;
    --cp-border: #E6EAEE;
    --cp-border-2: #D7DCE2;
    --cp-muted: #F5F7F9;
    --cp-card: #fff;
    position: absolute;
    z-index: 1100;
    width: 440px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    background: var(--cp-card);
    border: 0;
    border-radius: 14px;
    box-shadow: 0 30px 80px -10px rgba(20, 24, 40, .32);
    padding: 26px;
    font-family: "Manrope", sans-serif;
    color: var(--cp-text);
    box-sizing: border-box
}

.cpop * {
    box-sizing: border-box
}

.cpop[hidden] {
    display: none
}

.cpop__arrow {
    display: none
}

.cpop[data-placement='bottom'] .cpop__arrow {
    top: auto;
    bottom: -7px;
    border-left: none;
    border-top: none;
    border-right: 1px solid #E6EAEE;
    border-bottom: 1px solid #E6EAEE;
    border-radius: 0 0 2px 0
}

.cpop__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border: 0;
    background: var(--cp-muted);
    color: var(--cp-text);
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    font-family: "Manrope", sans-serif}

.cpop__close:hover {
    background: var(--cp-border)
}

.cpop__head {
    margin: 0 0 16px;
    padding-right: 36px
}

.cpop__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--cp-text);
    letter-spacing: 0;
    margin: 0
}

.cpop__product {
    display: none
}

.cpop-prod {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--cp-muted);
    border-radius: 14px;
    margin-bottom: 18px
}

.cpop-prod__img {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: var(--cp-card);
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.cpop-prod__info {
    flex: 1;
    min-width: 0
}

.cpop-prod__title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
    color: var(--cp-text)
}

.cpop-prod__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap
}

.cpop-prod__old {
    font-size: 11px;
    color: var(--cp-text-3);
    text-decoration: line-through
}

.cpop-prod__new {
    font-size: 14px;
    font-weight: 800;
    color: var(--cp-brand);
    padding: 2px 10px;
    border-radius: 999px;
    border: 1.5px solid var(--cp-green);
    white-space: nowrap
}

.cpop__field {
    margin-bottom: 16px
}

.cpop__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: var(--cp-text-3);
    margin-bottom: 8px
}

.cpop__label-val {
    display: none !important
}

.zimnie-cpop-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1090 !important;
    background: rgba(20, 24, 40, .42);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    pointer-events: auto;
    opacity: 0;
    transition: opacity .18s ease
}

.zimnie-cpop-backdrop.is-open {
    opacity: 1
}

[data-popover='zcart'] {
    z-index: 1100 !important
}

.pcard.zimnie-cpop-source {
    z-index: 1095 !important
}

.cpop__sz-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.cpop__field[hidden] {
    display: none !important
}

.cpop__sw-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.cpop__sw {
    width: 58px;
    height: 42px;
    padding: 0;
    border: 1.5px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1.5px var(--cp-border);
    cursor: pointer;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: padding-box;
    transition: box-shadow .12s
}

.cpop__sw:hover {
    box-shadow: 0 0 0 1.5px var(--cp-text-2)
}

.cpop__sw.is-active {
    box-shadow: 0 0 0 2px var(--cp-brand)
}

.cpop__sw.disabled {
    opacity: .4;
    pointer-events: none;
    position: relative
}

.cpop__sw.disabled::after {
    content: '';
    position: absolute;
    inset: auto 0 50% 0;
    height: 1.5px;
    background: #9AA0AA;
    transform: rotate(-45deg)
}

.cpop__sz {
    min-width: 44px;
    height: 32px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cp-border-2);
    background: #fff;
    color: var(--cp-text);
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    transition: all .12s
}

.cpop__sz:hover {
    border-color: var(--cp-brand);
    color: var(--cp-brand)
}

.cpop__sz.is-active {
    border-color: var(--cp-brand);
    background: var(--cp-brand);
    color: #fff
}

.cpop__sz.disabled {
    color: var(--cp-text-3);
    cursor: not-allowed;
    background: var(--cp-muted);
    text-decoration: line-through
}

.cpop__cta {
    position: relative;
    margin-top: 18px;
    width: 100%;
    height: 48px;
    background: var(--cp-brand);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0 16px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-family: "Manrope", sans-serif;
    transition: background .12s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.cpop__cta:hover {
    background: var(--cp-brand-hover)
}

.cpop__cta:disabled {
    opacity: .5;
    cursor: not-allowed
}

.cpop.is-success > * {
    display: none
}

.cpop.is-success::after {
    content: '\2713  Товар добавлен в корзину';
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--cp-green);
    padding: 48px 0
}

@media (max-width: 520px) {
.cpop {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: 92vh !important;
        border-radius: 24px 24px 0 0 !important;
        padding: 18px 18px 24px !important
    }

.cpop::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: var(--cp-border-2);
        border-radius: 2px;
        margin: -6px auto 12px
    }

.cpop__title {
        font-size: 15px
    }

.cpop__arrow {
        display: none
    }










}

@media (max-width: 480px) {
.bottom_nav .nums a.dark_link.nav-second-neighbour {
		display: none !important
	}










}






/* Listing card: price stays visible, variants and cart live in the hover layer. */
.pcard {
    position: relative
}

.pcard__hover-reveal {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.pcard__body > .pcard__price-line {
    margin-top: 4px
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
.pcard {
        overflow: visible !important;
        z-index: 1
    }

.pcard:hover,
.pcard:has(:focus-visible) {
        z-index: 25;
        border-bottom-left-radius: 0 !important
    }

.pcard__body {
        position: relative
    }

.pcard__hover-reveal {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        padding: 0 14px 16px;
        background: #fff;
        border-radius: 0 0 var(--r-md) var(--r-md);
        box-shadow: 0 16px 22px rgba(20, 24, 40, .10);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-4px);
        pointer-events: none;
        transition: opacity .16s ease, transform .16s ease, visibility .16s ease
    }

.pcard:hover .pcard__hover-reveal,
.pcard:has(:focus-visible) .pcard__hover-reveal {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto
    }

.pcard__hover-reveal .pcard-colors {
        margin-top: 0
    }

.pcard__hover-reveal .pcard__cart-wide {
        margin-top: 6px
    }










}






/* Keep the regular listing drawer in sync with the catalog_ski mobile filter. */

/* === zimnie catalog_block moved styles: end === */
/* Favorite/compare controls shared with the compact ski listing. */
.catalog_block .like_icons {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
}

.catalog_block .like_icons .wish_item,
.catalog_block .like_icons .compare_item,
.catalog_block .like_icons .wish_item_button,
.catalog_block .like_icons .compare_item_button {
	position: static !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 28px !important;
	width: 28px !important;
	min-width: 28px !important;
	height: 28px !important;
	min-height: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #c7c2ea !important;
	background: #fff !important;
	border: 1px solid #eeedfe !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.catalog_block .like_icons .wish_item > i,
.catalog_block .like_icons .compare_item > i,
.catalog_block .like_icons .wish_item svg,
.catalog_block .like_icons .compare_item svg {
	display: block !important;
	width: 14px !important;
	height: 14px !important;
	color: inherit !important;
}

.catalog_block .like_icons .wish_item svg path,
.catalog_block .like_icons .compare_item svg path {
	color: inherit !important;
	fill: none !important;
	stroke: currentColor !important;
}

.catalog_block .like_icons .wish_item > .ripple,
.catalog_block .like_icons .compare_item > .ripple {
	display: none !important;
	animation: none !important;
}

.catalog_block .like_icons .item-action:hover > .wish_item,
.catalog_block .like_icons .item-action:hover > .compare_item,
.catalog_block .like_icons .wish_item:hover,
.catalog_block .like_icons .compare_item:hover {
	color: #2017e0 !important;
	background: #fff !important;
	border-color: #2017e0 !important;
}

.catalog_block .like_icons .wish_item:active,
.catalog_block .like_icons .compare_item:active {
	color: #2017e0 !important;
	background: #eeedfe !important;
	border: 1px solid #2017e0 !important;
}

.catalog_block .like_icons .wish_item.added,
.catalog_block .like_icons .wish_item.in,
.catalog_block .like_icons .compare_item.added,
.catalog_block .like_icons .compare_item.in {
	color: #2017e0 !important;
	background: #eeedfe !important;
	border: 1px solid #2017e0 !important;
}

.catalog_block .like_icons .wish_item.added svg path,
.catalog_block .like_icons .wish_item.in svg path {
	fill: currentColor !important;
	stroke: currentColor !important;
}

html:not(.zimnie-cb-ready) .js_wrapper_items .catalog_item_wrapp {
    visibility: hidden
}

.zimnie-cb-grid.row,
.zimnie-cb-grid {
    display: grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0
}

.zimnie-cb-grid.row::before,
.zimnie-cb-grid.row::after,
.zimnie-cb-grid::before,
.zimnie-cb-grid::after {
    display: none;
    content: none
}

.zimnie-cb-grid {
    align-items: stretch
}

.zimnie-cb-grid > [class*='col-'] {
    width: auto;
    max-width: none;
    flex: none;
    padding: 0;
    margin: 0;
    float: none;
    display: flex
}

.zimnie-cb-orig-hidden {
    display: none
}

@media (max-width: 1024px) {
body div.zimnie-cb-grid,
body div.zimnie-cb-grid.row,
body .catalog_block.zimnie-cb-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        overflow-x: visible;
        overflow-y: visible;
        scroll-snap-type: none;
        touch-action: auto;
        -webkit-overflow-scrolling: auto;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        grid-template-columns:none
    }

body div.zimnie-cb-grid > [class*='col-'] {
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
        min-width: 0;
        flex: 0 0 calc(50% - 5px);
        float: none;
        scroll-snap-align: none;
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        box-sizing: border-box
    }

}

@media (max-width: 520px) {
.zimnie-cb-grid.row,
.zimnie-cb-grid {
        gap: 8px
    }

}

@media (max-width: 380px) {
body div.zimnie-cb-grid > [class*='col-'] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
}

}

/* Stable catalog pagination after Bitrix replaces .bottom_nav via AJAX. */
html .bottom_nav > .module-pagination {
    order: 1
}

html .bottom_nav > .ajax_load_btn.zimnie-more-btn {
    order: 2;
    width: min(300px, 100%);
    height: 50px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer
}

html .bottom_nav > .ajax_load_btn.zimnie-more-btn > .more_text_ajax {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 24px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cfd5dc;
    border-radius: 25px;
    color: #687386;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease
}

html body .bottom_nav > .ajax_load_btn.zimnie-more-btn:hover {
    background: transparent;
    box-shadow: none
}

html body .bottom_nav > .ajax_load_btn.zimnie-more-btn:hover > .more_text_ajax {
    background: #2017e0;
    border-color: #2017e0;
    color: #fff
}

/* End */


/* Start:/local/templates/zimnie/css/bonus-system.min.css?17876068411535*/
.bonus-system-block,.bonus_item_cart,.lt_cart_bonus_all{font-size:.8rem;line-height:1rem;position:relative;padding:4px 0 0 14px;width:max-content}.bonus-system-block:empty,.bonus_item_cart:empty,.lt_cart_bonus_all:empty{display:none}.bonus-system-block:after,.bonus_item_cart:after,.lt_cart_bonus_all:after{content:'';display:block;position:absolute;left:0;top:3px;bottom:0;width:11px;background:url(/local/templates/zimnie/css/../images/svg/bonus_icon.svg) center no-repeat}.catalog_item.big .bonus-system-block{color:#fff}.catalog_item.big .bonus-system-block:not(:empty):after{background:url(/local/templates/zimnie/css/../images/svg/bonus_icon_white.svg) center no-repeat}.services_buy_block .bonus-system-block{margin-left:9px}.body-info__bottom .sale_block~.bonus-system-block{margin-top:5px}.prices-services-detail .bonus-system-block{margin-left:8px}.bonus_item_cart{margin-bottom:5px}.basket_fly .items_wrap .bonus-system-block,.basket_hover_block .bonus-system-block,.lt_cart_bonus_all{margin-left:auto}#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line [id^=bonus]>span{background:var(--card_bg_black);position:relative;z-index:1}.bx-soa-section-content.lt_bonus_cont_success{background-color:var(--black_bg_black);padding-top:26px}.bonus_comment_min_max{color:var(--white_text_black)}#bonus_payment_block .bx-soa-coupon-input.lt_no_arrow:before{display:none}#bonus_payment_block #bonus_payfield_block .bx-soa-coupon-input{display:inline-block;vertical-align:baseline;overflow:visible}#bonus_payment_block #bonus_payfield_block .bx-soa-coupon-input input{margin-bottom:10px}
/* End */


/* Start:/local/templates/zimnie/css/animation/animation_ext.css?17876068414934*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition{
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.animated.duration03{

-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.animated.duration04{

-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
-o-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.animated.duration05{

-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.duration06{

-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.animated.duration07{

-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.animated.duration08{

-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.duration09{

-webkit-animation-duration: 0.9s;
-moz-animation-duration: 0.9s;
-o-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.animated.duration10{

-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.delay01{

-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;}

.delay03{

-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;}


.delay05{

-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;}

.delay055{

-webkit-animation-delay: 0.55s;
-moz-animation-delay: 0.55s;
-o-animation-delay: 0.55s;
animation-delay: 0.55s;}

.delay06{

-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;}
.delay065{

-webkit-animation-delay: 0.65s;
-moz-animation-delay: 0.65s;
-o-animation-delay: 0.65s;
animation-delay: 0.65s;}

.delay07{

-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;}

.delay08{

-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;}

.delay09{

-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;}

.delay11,.delay011{

-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
animation-delay: 1.1s;}

.delay12, .delay012{

-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;}

.delay13,.delay013{

-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;}

.delay15, .delay015{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay17, .delay017{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay19, .delay019{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay21, .delay021{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

@-webkit-keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}

/* WebKit  Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
/* End */
/* /local/templates/zimnie/components/zimnie/catalog.section/catalog_block/style.css?1788524640142139 */
/* /local/templates/zimnie/css/bonus-system.min.css?17876068411535 */
/* /local/templates/zimnie/css/animation/animation_ext.css?17876068414934 */
