.like-product,
.like-product * {
    box-sizing: border-box;
}

@keyframes likeWholesaleCardGlow {
    0% {
        box-shadow: 0 16px 40px rgba(29, 26, 23, 0.08);
        border-color: var(--like-line, #e8d8c8);
    }

    38% {
        box-shadow:
            0 18px 48px rgba(29, 26, 23, 0.1),
            0 0 0 4px rgba(239, 127, 26, 0.1),
            0 0 34px rgba(239, 127, 26, 0.24);
        border-color: rgba(239, 127, 26, 0.5);
    }

    100% {
        box-shadow: 0 16px 40px rgba(29, 26, 23, 0.08);
        border-color: var(--like-line, #e8d8c8);
    }
}

@keyframes likeWholesalePricePop {
    0% {
        opacity: 0.88;
        transform: translateY(6px) scale(0.94);
        filter: blur(1px);
    }

    42% {
        opacity: 1;
        transform: translateY(-2px) scale(1.1);
        filter: blur(0);
    }

    72% {
        transform: translateY(0) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1.03);
        filter: blur(0);
    }
}

@keyframes likeWholesalePriceShine {
    0% {
        transform: translateX(-130%) skewX(-18deg);
        opacity: 0;
    }

    28% {
        opacity: 0.72;
    }

    68% {
        opacity: 0.42;
    }

    100% {
        transform: translateX(150%) skewX(-18deg);
        opacity: 0;
    }
}

@keyframes likeWholesaleArrowComplete {
    0% {
        opacity: 1;
        transform: translateX(0) scaleX(1);
    }

    40% {
        opacity: 1;
        transform: translateX(8px) scaleX(1.04);
    }

    100% {
        opacity: 0;
        transform: translateX(20px) scaleX(0.72);
    }
}

.like-product {
    max-width: 1440px;
    margin: 0 auto;
    padding: 36px 24px 72px;
    color: var(--like-text, #1f1a16);
    font-family: var(--like-font-body);
}

.like-product a,
.like-product button,
.like-product [role='button'] {
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.like-product button,
.like-product [role='button'] {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.like-product button:focus,
.like-product [role='button']:focus {
    outline: none;
}

.like-product button:focus-visible,
.like-product [role='button']:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(239, 127, 26, 0.35);
}

.like-product__intro {
    max-width: none;
    margin: 0 0 38px;
}

.like-product__visual-column {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.like-product__intro-kicker,
.like-product__section-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--like-orange-dark, #b95707);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.like-product__lead {
    max-width: 720px;
    margin-bottom: 28px;
    color: var(--like-text-soft, #434242);
    font-size: 20px;
    line-height: 1.65;
}

.like-product__top,
.like-product__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
    gap: 48px;
    align-items: start;
}

.like-product__media-panel {
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.like-product__purchase-panel {
    position: sticky;
    top: 98px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-self: start;
    padding: 42px 28px 28px;
    border: 1px solid var(--like-border, #e7e2dc);
    border-radius: var(--like-radius-xl, 24px);
    background: var(--like-card-bg, #ffffff);
    box-shadow: var(--like-shadow-card, 0 18px 46px rgba(43, 42, 41, 0.1));
}

.like-product__purchase-panel .like-product__meta {
    position: static;
    top: auto;
    margin-top: 18px;
    margin-bottom: 8px;
    padding-top: 2px;
    transform: none;
}

.like-product__gallery {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
    gap: 14px;
    padding-bottom: 0;
    background: transparent;
}

.like-product__gallery-card {
    position: relative;
    order: 1;
    min-height: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.like-product__gallery-main {
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    border-radius: 28px;
    background: transparent;
    cursor: zoom-in;
    box-shadow: none;
}

.like-product__image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
}

.like-product__image-placeholder {
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9b948b;
    font-size: 16px;
}

.like-product__gallery-badges {
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    pointer-events: none;
}

.like-product__gallery-badge {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 13px;
    border: 1px solid rgba(227, 221, 211, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--like-text, #1f1a16);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    backdrop-filter: blur(10px);
}

.like-product__gallery-badge.is-stock {
    border-color: var(--like-text, #1f1a16);
    background: var(--like-text, #1f1a16);
    color: #ffffff;
}

.like-product__gallery-badge.is-out {
    border-color: #ead2c9;
    background: #fff7f3;
    color: #9b2f1f;
}

.like-product__gallery-badge.is-hit {
    border-color: #e5cfa9;
    background: var(--like-orange-soft, #fff1e4);
    color: var(--like-orange-dark, #b95707);
}

.like-product__gallery-badge.is-new {
    border-color: #d5e6d9;
    background: #f0fbf3;
    color: #2f6a3d;
}

.like-product__gallery-badge.is-sale {
    border-color: #ead2c9;
    background: #fff1ed;
    color: #9b2f1f;
}

.like-product__gallery-badge.is-logo {
    border-color: var(--like-line, #e8d8c8);
    background: rgba(255, 255, 255, 0.9);
    color: var(--like-text, #1f1a16);
}

.like-product__gallery-zoom-button {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 3;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(227, 221, 211, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--like-text, #1f1a16);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.like-product__gallery-zoom-button:hover {
    border-color: var(--like-orange, #ef7f1a);
    color: var(--like-orange-dark, #b95707);
    background: var(--like-orange-pale, #fff8f1);
}

.like-product__gallery-zoom-button[hidden] {
    display: none;
}

.like-product__gallery-note {
    order: 3;
    margin: 0;
    color: rgba(117, 108, 99, 0.56);
    font-size: 13px;
    line-height: 1.45;
}

.like-product__gallery-thumbs {
    order: 2;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.like-product__gallery-thumbs[hidden] {
    display: none;
}

.like-product__gallery-thumb {
    width: 116px;
    height: 116px;
    flex: 0 0 116px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--like-line, #e8d8c8);
    border-radius: 20px;
    background: #f7f4ef;
    cursor: pointer;
}

.like-product__gallery-thumb:hover,
.like-product__gallery-thumb.is-active {
    border-color: var(--like-orange, #ef7f1a);
    box-shadow: 0 0 0 3px rgba(239, 127, 26, 0.14);
}

.like-product__gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.like-product__summary {
    padding-top: 0;
}

.like-product__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
    color: var(--like-text-muted, #898989);
    font-size: 14px;
}

.like-product__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid var(--like-border, #e7e2dc);
    border-radius: var(--like-radius-pill, 999px);
    background: var(--like-card-bg, #ffffff);
}

.like-product__meta strong {
    margin-left: 4px;
}

.like-product__title {
    margin: 0 0 20px;
    max-width: none;
    color: var(--like-text, #1f1a16);
    font-family: var(--like-font-heading);
    font-size: clamp(36px, 4vw, 64px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0;
}

@media (min-width: 761px) {
    .like-product__title {
        white-space: nowrap;
    }
}

.like-product__preview {
    max-width: 720px;
    margin-bottom: 24px;
    color: var(--like-text-soft, #434242);
    font-size: 18px;
    line-height: 1.7;
}

.like-product__offers {
    margin: 0;
}

.like-product__offers-label {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 10px;
    color: #5f5750;
    font-size: 14px;
    font-weight: 800;
}

.like-product__offers-label span {
    color: var(--like-text, #1f1a16);
}

.like-product__offers-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0;
}

.like-product__offer-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px 0 10px;
    border: 1px solid var(--like-line, #e8d8c8);
    border-radius: 999px;
    background: #fbfaf8;
    color: var(--like-text, #1f1a16);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    user-select: none;
}

.like-product__offer-btn:hover {
    border-color: var(--like-orange, #ef7f1a);
    background: var(--like-orange-pale, #fff8f1);
    color: var(--like-orange-dark, #b95707);
}

.like-product__offer-btn.is-active {
    border-color: var(--like-text, #1f1a16);
    background: var(--like-text, #1f1a16);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(29, 26, 23, 0.12);
}

.like-product__offer-btn.is-not-available {
    opacity: 0.48;
}

.like-product__offers--compact .like-product__offers-list {
    max-height: 92px;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 8px;
    scrollbar-width: thin;
}

.like-product__offers--compact .like-product__offer-btn {
    width: 34px;
    height: 34px;
    min-height: 34px;
    flex: 0 0 34px;
    justify-content: center;
    gap: 0;
    padding: 0;
    border-radius: 999px;
}

.like-product__offers--compact .like-product__offer-name {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.like-product__offers--compact .like-product__offer-swatch {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
}

.like-product__offers--compact .like-product__offer-btn.is-active {
    box-shadow: 0 0 0 3px rgba(239, 127, 26, 0.2);
}

.like-product__offer-swatch {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border: 1px solid rgba(29, 26, 23, 0.18);
    border-radius: 50%;
    background: transparent;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.like-product__offer-swatch[data-like-color-xml='BLACK'] {
    background: #111111;
}

.like-product__offer-swatch[data-like-color-xml='WHITE'] {
    background: #ffffff;
}

.like-product__offer-swatch[data-like-color-xml='GRAY'] {
    background: #8f8f8f;
}

.like-product__offer-swatch[data-like-color-xml='LIGHT_GRAY'] {
    background: #cfcfcf;
}

.like-product__offer-swatch[data-like-color-xml='DARK_GRAY'] {
    background: #4a4a4a;
}

.like-product__offer-swatch[data-like-color-xml='RED'] {
    background: #b72124;
}

.like-product__offer-swatch[data-like-color-xml='BLUE'] {
    background: #2257a8;
}

.like-product__offer-swatch[data-like-color-xml='GREEN'] {
    background: #2f7d4f;
}

.like-product__offer-swatch[data-like-color-xml='BEIGE'] {
    background: #d6c0a2;
}

.like-product__offer-swatch[data-like-color-xml='BROWN'] {
    background: #7a4a2a;
}

.like-product__offer-swatch[data-like-color-xml='PINK'] {
    background: #e7a7b7;
}

.like-product__offer-swatch[data-like-color-xml='PURPLE'] {
    background: #6f4a8e;
}

.like-product__offer-swatch[data-like-color-xml='GOLD'] {
    background: linear-gradient(135deg, #f3d47a, #b8872f);
}

.like-product__offer-swatch[data-like-color-xml='SILVER'] {
    background: linear-gradient(135deg, #f1f1f1, #a9a9a9);
}

.like-product__offer-swatch[data-like-has-color="1"] {
    background: var(--like-swatch-bg, var(--like-swatch-color));
}

.like-product__offer-swatch.is-multicolor {
    border-color: rgba(29, 26, 23, 0.16);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.46);
}

.like-product__choice-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.like-product-action {
    min-width: 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 14px;
    border: 1px solid var(--like-line, #e8d8c8);
    border-radius: 999px;
    background: #fffdfb;
    color: var(--like-text, #1f1a16);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    cursor: pointer;
}

.like-product-action:hover {
    border-color: rgba(239, 127, 26, 0.5);
    background: var(--like-orange-pale, #fff8f1);
    color: var(--like-orange-dark, #b95707);
    transform: translateY(-1px);
}

.like-product-action.is-active {
    border-color: rgba(239, 127, 26, 0.52);
    background: var(--like-orange-pale, #fff8f1);
    color: var(--like-orange-dark, #b95707);
    box-shadow: 0 10px 22px rgba(239, 127, 26, 0.12);
}

.like-product-action.is-loading {
    opacity: 0.72;
    cursor: wait;
}

.like-product-action__icon {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.like-product-action__icon svg {
    width: 19px;
    height: 19px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.like-product-action--favorite.is-active .like-product-action__icon svg {
    fill: currentColor;
}

.like-product__quick-specs {
    margin: 0;
    padding: 16px 0 0;
    border-top: 1px solid #eee4d9;
    border-radius: 0;
    background: transparent;
    min-width: 0;
}

.like-product__quick-specs-title {
    margin-bottom: 12px;
    color: var(--like-text, #1f1a16);
    font-size: 15px;
    font-weight: 900;
}

.like-product__quick-specs-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    margin: 0;
    min-width: 0;
}

.like-product__quick-spec {
    min-width: 0;
}

.like-product__quick-spec dt {
    margin: 0 0 3px;
    color: #7d746b;
    font-size: 12px;
    font-weight: 700;
}

.like-product__quick-spec dd {
    margin: 0;
    color: var(--like-text, #1f1a16);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: normal;
}

.like-product__buy-card {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--like-line, #e8d8c8);
    border-radius: 22px;
    background: #fffdfb;
    box-shadow: 0 16px 40px rgba(29, 26, 23, 0.08);
}

.like-product.is-wholesale-applied .like-product__buy-card {
    animation: likeWholesaleCardGlow 0.9s ease both;
}

.like-product__price-row {
    display: grid;
    grid-template-columns: minmax(128px, auto) minmax(120px, 1fr) minmax(108px, auto);
    gap: 18px;
    align-items: center;
    margin-bottom: 0;
}

.like-product.is-wholesale-applied .like-product__price-row {
    grid-template-columns: 1fr;
}

.like-product__price-main {
    min-width: 128px;
    transition: transform 0.28s ease, color 0.28s ease;
}

.like-product__price-label {
    margin-bottom: 6px;
    color: #7d746b;
    font-size: 14px;
}

.like-product.is-wholesale-applied .like-product__price-label {
    color: var(--like-orange-dark, #b95707);
    font-weight: 800;
}

.like-product__price {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: var(--like-text, #1f1a16);
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    white-space: nowrap;
    transition: color 0.28s ease, transform 0.28s ease, text-shadow 0.28s ease;
}

.like-product__price::after {
    content: "";
    position: absolute;
    top: -18%;
    bottom: -18%;
    left: 0;
    width: 42%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.75),
        transparent
    );
    transform: translateX(-130%) skewX(-18deg);
    opacity: 0;
    pointer-events: none;
}

.like-product.is-wholesale-applied .like-product__price {
    color: var(--like-orange-dark, #b95707);
    text-shadow: 0 8px 24px rgba(239, 127, 26, 0.18);
    animation: likeWholesalePricePop 0.68s cubic-bezier(0.2, 1.2, 0.2, 1) both;
}

.like-product.is-wholesale-applied .like-product__price::after {
    animation: likeWholesalePriceShine 0.78s ease 0.1s both;
}

.like-product__price-progress {
    min-width: 0;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.like-product__price-progress[hidden] {
    display: none;
}

.like-product__price-progress-track {
    position: relative;
    height: 14px;
    overflow: visible;
    border-radius: 999px;
    background: var(--like-orange-soft, #fff1e4);
}

.like-product__price-progress-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    min-width: 8px;
    max-width: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--like-orange, #ef7f1a), var(--like-orange, #ef7f1a));
    transition: width 0.35s ease;
}

.like-product__price-progress-arrow {
    position: absolute;
    top: 50%;
    right: -2px;
    width: 19px;
    height: 19px;
    border-top: 4px solid var(--like-orange, #ef7f1a);
    border-right: 4px solid var(--like-orange, #ef7f1a);
    transform: translateY(-50%) rotate(45deg);
}

.like-product__price-target {
    min-width: 108px;
    color: var(--like-text, #1f1a16);
    opacity: 0.42;
    text-align: right;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.like-product__price-target[hidden] {
    display: none;
}

.like-product__price-target-label {
    margin-bottom: 4px;
    color: #7d746b;
    font-size: 12px;
    font-weight: 700;
}

.like-product__price-target-value {
    color: var(--like-orange-dark, #b95707);
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.like-product__price-target-note {
    margin-top: 4px;
    color: #7d746b;
    font-size: 12px;
    font-weight: 800;
}

.like-product.is-wholesale-applied .like-product__price-progress {
    animation: likeWholesaleArrowComplete 0.42s ease both;
}

.like-product.is-wholesale-applied .like-product__price-target {
    opacity: 0;
    transform: translateX(-8px) scale(0.96);
}

.like-product__add-panel {
    display: grid;
    gap: 18px;
}

.like-product__add-panel[hidden] {
    display: none;
}

.like-product__delivery-preview {
    display: grid;
    gap: 7px;
    padding: 18px 22px;
    border: 1px solid var(--like-line, #e8d8c8);
    border-radius: 22px;
    background: #fffdfb;
    box-shadow: none;
}

.like-product__delivery-preview-main {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
}

.like-product__delivery-preview-main span {
    color: #7d746b;
    font-size: 13px;
    font-weight: 800;
}

.like-product__delivery-preview-main strong {
    color: var(--like-text, #1f1a16);
    font-size: 15px;
    font-weight: 900;
    text-align: right;
}

.like-product__delivery-preview-note {
    color: #756c63;
    font-size: 13px;
    line-height: 1.45;
}

.like-product__quantity-label {
    margin-bottom: 10px;
    color: #5f5750;
    font-size: 14px;
    font-weight: 800;
}

.like-product__quantity-control {
    width: 180px;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    overflow: hidden;
    border: 1px solid var(--like-line, #e8d8c8);
    border-radius: 18px;
    background: #fbfaf8;
}

.like-product__qty-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--like-text, #1f1a16);
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.like-product__qty-btn:hover {
    background: var(--like-orange-soft, #fff1e4);
}

.like-product__qty-input {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-right: 1px solid var(--like-line, #e8d8c8);
    border-left: 1px solid var(--like-line, #e8d8c8);
    background: #ffffff;
    color: var(--like-text, #1f1a16);
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    outline: none;
}

.like-product__quick-qty {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.like-product__quick-qty[hidden] {
    display: none;
}

.like-product__quick-btn {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid var(--like-line, #e8d8c8);
    border-radius: 999px;
    background: #fbfaf8;
    color: var(--like-text, #1f1a16);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.like-product__quick-btn:hover {
    border-color: var(--like-orange, #ef7f1a);
    color: var(--like-orange-dark, #b95707);
    background: var(--like-orange-pale, #fff8f1);
}

.like-product__quick-btn.is-wholesale-threshold {
    position: relative;
    border-color: rgba(239, 127, 26, 0.72);
    background: var(--like-orange-soft, #fff1e4);
    color: var(--like-orange-dark, #b95707);
    font-weight: 900;
    box-shadow: 0 0 0 3px rgba(239, 127, 26, 0.1);
}

.like-product__quick-btn.is-wholesale-threshold::after {
    content: "опт";
    position: absolute;
    top: -10px;
    right: -8px;
    min-width: 24px;
    min-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--like-text, #1f1a16);
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
}


.like-product__total {
    color: #403a35;
    font-size: 16px;
}

.like-product__total strong {
    font-size: 22px;
}

.like-product__submit {
    width: 100%;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--like-text, #1f1a16);
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    user-select: none;
}

.like-product__submit:hover {
    background: #000000;
}

.like-product__cart-panel {
    display: grid;
    gap: 12px;
}

.like-product__cart-panel[hidden] {
    display: none;
}

.like-product__cart-control {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    width: 100%;
    min-height: 58px;
    overflow: hidden;
    border: 1px solid var(--like-line, #e8d8c8);
    border-radius: 18px;
    background: #ffffff;
}

.like-product__cart-control-btn {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fbfaf8;
    color: var(--like-text, #1f1a16);
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    border: 0;
    outline: none;
    box-shadow: none;
}

.like-product__cart-control-btn:hover {
    background: var(--like-orange-soft, #fff1e4);
}

.like-product__cart-control-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 8px 12px;
    border-right: 1px solid var(--like-line, #e8d8c8);
    border-left: 1px solid var(--like-line, #e8d8c8);
    color: var(--like-text, #1f1a16);
    text-align: center;
    text-decoration: none;
}

.like-product__cart-control-main {
    color: var(--like-orange, #ef7f1a);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
}

.like-product__cart-control-link {
    color: var(--like-text, #1f1a16);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
}

.like-product__cart-control-center:hover .like-product__cart-control-link {
    color: var(--like-orange, #ef7f1a);
}

.like-product__cart-reset {
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ead2c9;
    border-radius: 16px;
    background: #fff7f3;
    color: #9b2f1f;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    user-select: none;
    outline: none;
}

.like-product__cart-reset:hover {
    background: #f5e8e5;
}

.like-product.is-basket-loading .like-product__cart-control-btn,
.like-product.is-basket-loading .like-product__submit,
.like-product.is-basket-loading .like-product__cart-reset {
    opacity: 0.55;
    cursor: wait;
    pointer-events: none;
}

.like-product__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 0;
}

.like-product__secondary-action {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid var(--like-line, #e8d8c8);
    border-radius: 16px;
    background: #fbfaf8;
    color: var(--like-text, #1f1a16);
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.like-product__secondary-action:hover {
    border-color: var(--like-orange, #ef7f1a);
    color: var(--like-orange-dark, #b95707);
    background: var(--like-orange-pale, #fff8f1);
}

.like-product__request {
    padding: 16px;
    border-radius: 18px;
    background: #f7f4ef;
    color: #5f5750;
}

.like-product__request[hidden] {
    display: none;
}

.like-product__details {
    display: grid;
    gap: 34px;
    margin-top: 72px;
    width: 100%;
}

.like-product__details-grid,
.like-product__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
    align-items: start;
    max-width: none;
}

.like-product__section {
    min-width: 0;
    padding: 30px;
    border: 1px solid rgba(232, 216, 200, 0.82);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(29, 26, 23, 0.05);
}

.like-product__section--description {
    max-width: none;
}

.like-product__section h2 {
    margin: 0 0 24px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.like-product__characteristics {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--like-line, #e8d8c8);
    border-radius: 20px;
    background: #ffffff;
}

.like-product__characteristic {
    display: grid;
    grid-template-columns: minmax(150px, 0.8fr) minmax(180px, 1.2fr);
    gap: 20px;
    padding: 18px 22px;
    border-bottom: 1px solid #eee8df;
}

.like-product__characteristic[hidden] {
    display: none;
}

.like-product__characteristic:last-child {
    border-bottom: 0;
}

.like-product__characteristic dt {
    color: #756c63;
    font-weight: 500;
}

.like-product__characteristic dd {
    margin: 0;
    color: var(--like-text, #1f1a16);
    font-weight: 800;
    text-align: right;
}

.like-product__description {
    color: #403a35;
    font-size: 18px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.like-product__service-list {
    display: grid;
    gap: 12px;
}

.like-product__service-item {
    display: grid;
    gap: 6px;
    padding: 18px;
    border: 1px solid #eee4d9;
    border-radius: 18px;
    background: #fbfaf8;
}

.like-product__service-item strong {
    color: var(--like-text, #1f1a16);
    font-size: 16px;
    font-weight: 900;
}

.like-product__service-item span {
    color: #5f5750;
    font-size: 14px;
    line-height: 1.55;
}

.like-product__description p:first-child {
    margin-top: 0;
}

.like-product__description p:last-child {
    margin-bottom: 0;
}

.like-product__description h2,
.like-product__description h3,
.like-product__description h4 {
    margin: 30px 0 14px;
    color: var(--like-text, #1f1a16);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.like-product__description h2:first-child,
.like-product__description h3:first-child,
.like-product__description h4:first-child {
    margin-top: 0;
}

.like-product__description p {
    margin: 0 0 18px;
}

.like-product__description p:first-child {
    margin-top: 0;
}

.like-product__description p:last-child {
    margin-bottom: 0;
}

.like-product__description ul,
.like-product__description ol {
    margin: 0 0 20px;
    padding-left: 22px;
}

.like-product__description li {
    margin: 0 0 8px;
}

.like-product__description img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 22px 0;
    border-radius: 20px;
}

.like-product__description figure {
    max-width: 100%;
    margin: 26px 0;
}

.like-product__description figure img {
    margin: 0;
}

.like-product__description figcaption {
    margin-top: 10px;
    color: #756c63;
    font-size: 14px;
    line-height: 1.45;
}

.like-product__description table {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    margin: 24px 0;
    white-space: nowrap;
}

.like-product__description th,
.like-product__description td {
    padding: 12px 14px;
    border: 1px solid #eee4d9;
    text-align: left;
    vertical-align: top;
}

.like-product__description th {
    background: #fbfaf8;
    color: var(--like-text, #1f1a16);
    font-weight: 900;
}

.like-product__marketplaces {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.like-product__marketplace-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border: 1px solid var(--like-line, #e8d8c8);
    border-radius: 999px;
    background: #fbfaf8;
    color: var(--like-text, #1f1a16);
    font-weight: 700;
    text-decoration: none;
}

.like-product__marketplace-link:hover {
    border-color: var(--like-orange, #ef7f1a);
    color: var(--like-orange-dark, #b95707);
    background: var(--like-orange-pale, #fff8f1);
}

.like-product__zoom {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 18px;
    padding: 32px;
    background: rgba(17, 15, 13, 0.88);
    backdrop-filter: blur(12px);
}

.like-product__zoom[hidden] {
    display: none;
}

.like-product__zoom-stage {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    cursor: zoom-in;
}

.like-product__zoom-image {
    display: block;
    max-width: 92vw;
    max-height: 82vh;
    object-fit: contain;
    transform-origin: center;
    transition: transform 0.18s ease;
    will-change: transform;
}

.like-product__zoom-close {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--like-text, #1f1a16);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.like-product__zoom-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--like-text, #1f1a16);
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transform: translateY(-50%);
}

.like-product__zoom-nav:hover {
    background: var(--like-orange-pale, #fff8f1);
    color: var(--like-orange-dark, #b95707);
}

.like-product__zoom-nav[hidden] {
    display: none;
}

.like-product__zoom-nav--prev {
    left: 26px;
}

.like-product__zoom-nav--next {
    right: 26px;
}

.like-product__zoom-controls {
    display: inline-flex;
    justify-self: center;
    gap: 8px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.like-product__zoom-controls button {
    min-width: 52px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: var(--like-text, #1f1a16);
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
}

.like-product-zoom-open {
    overflow: hidden;
}

input[type='number'] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

@media (max-width: 1100px) {
    .like-product__top,
    .like-product__hero,
    .like-product__details-grid,
    .like-product__content {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .like-product__purchase-panel {
        position: static;
    }

    .like-product__gallery {
        height: auto;
        grid-template-rows: auto auto auto;
        padding-bottom: 0;
    }

    .like-product__gallery-card,
    .like-product__gallery-main,
    .like-product__image-placeholder {
        min-height: 420px;
    }

    .like-product__gallery-note {
        position: static;
        order: 3;
        margin-top: 2px;
    }

    .like-product__gallery-thumbs {
        order: 2;
    }
}

@media (max-width: 760px) {
    .like-product__price-row {
        grid-template-columns: 1fr auto;
    }

    .like-product.is-wholesale-applied .like-product__price-row {
        grid-template-columns: 1fr;
    }

    .like-product__price-progress {
        grid-column: 1 / -1;
        order: 3;
    }

    .like-product__price-target {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .like-product {
        padding: 28px 16px 48px;
    }

    .like-product__intro {
        margin-bottom: 22px;
    }

    .like-product__title {
        font-size: 34px;
        line-height: 1.08;
    }

    .like-product__lead {
        font-size: 16px;
        line-height: 1.55;
    }

    .like-product__top,
    .like-product__hero {
        gap: 18px;
    }

    .like-product__media-panel,
    .like-product__purchase-panel,
    .like-product__section {
        padding: 16px;
        border-radius: 22px;
    }

    .like-product__gallery-card,
    .like-product__gallery-main,
    .like-product__image-placeholder {
        min-height: 340px;
        border-radius: 22px;
    }

    .like-product__gallery-main {
        border-radius: 22px;
    }

    .like-product__gallery-badges {
        top: 14px;
        left: 14px;
        gap: 6px;
    }

    .like-product__gallery-badge {
        min-height: 26px;
        padding: 5px 10px;
        font-size: 12px;
    }

    .like-product__gallery-zoom-button {
        right: 14px;
        bottom: 14px;
    }

    .like-product__gallery-thumb {
        width: 86px;
        height: 86px;
        flex-basis: 86px;
        border-radius: 16px;
    }

    .like-product__buy-card {
        padding: 18px;
        border-radius: 20px;
    }

    .like-product__price-row {
        grid-template-columns: 1fr;
    }

    .like-product__price {
        font-size: 36px;
    }

    .like-product__actions {
        grid-template-columns: 1fr;
    }

    .like-product__quick-specs-list {
        grid-template-columns: 1fr;
    }

    .like-product__offers--compact .like-product__offers-list {
        max-height: none;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .like-product__quantity-control {
        width: 100%;
    }

    .like-product__characteristic {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .like-product__characteristic dd {
        text-align: left;
    }

    .like-product__details {
        gap: 18px;
        margin-top: 36px;
    }

    .like-product__zoom {
        padding: 18px;
    }

    .like-product__zoom-image {
        max-width: 94vw;
        max-height: 78vh;
    }
}


/* ==========================================================================
   LIKE product card final overrides
   Purpose: hard override Bitrix/global button and component cache side-effects.
   ========================================================================== */

.like-product .like-product__gallery {
    position: relative !important;
    height: 100% !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto auto !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.like-product .like-product__gallery-card {
    order: 1 !important;
    position: relative !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.like-product .like-product__gallery-main {
    width: 100% !important;
    min-height: 420px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 28px !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: zoom-in !important;
}

.like-product .like-product__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
}

.like-product .like-product__gallery-thumbs {
    order: 2 !important;
    display: flex !important;
    gap: 12px !important;
    padding: 0 0 4px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow-x: auto !important;
}

.like-product .like-product__gallery-thumbs[hidden] {
    display: none !important;
}

.like-product .like-product__gallery-note {
    order: 3 !important;
    position: static !important;
    margin: -2px 0 0 !important;
    padding: 0 !important;
    color: rgba(117, 108, 99, 0.48) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    background: transparent !important;
}

.like-product .like-product__quick-btn.is-wholesale-threshold {
    position: relative !important;
    border-color: rgba(239, 127, 26, 0.72) !important;
    background: var(--like-orange-soft, #fff1e4) !important;
    color: var(--like-orange-dark, #b95707) !important;
    box-shadow: 0 0 0 3px rgba(239, 127, 26, 0.11) !important;
}

.like-product .like-product__quick-btn.is-wholesale-threshold::after {
    content: "опт" !important;
    position: absolute !important;
    top: -10px !important;
    right: -8px !important;
    min-width: 24px !important;
    height: 17px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 6px !important;
    border-radius: 999px !important;
    background: var(--like-text, #1f1a16) !important;
    color: #ffffff !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
}

.like-product .like-product__zoom {
    position: fixed !important;
    z-index: 999999 !important;
    inset: 0 !important;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto !important;
    gap: 18px !important;
    padding: 32px !important;
    background: rgba(17, 15, 13, 0.88) !important;
    backdrop-filter: blur(12px) !important;
}

.like-product .like-product__zoom[hidden] {
    display: none !important;
}

.like-product .like-product__zoom-stage {
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: auto !important;
    cursor: zoom-in !important;
}

.like-product .like-product__zoom-image {
    display: block !important;
    max-width: 92vw !important;
    max-height: 82vh !important;
    object-fit: contain !important;
    transform-origin: center !important;
    transition: transform 0.18s ease !important;
    will-change: transform !important;
}

.like-product button.like-product__zoom-nav,
.like-product .like-product__zoom button.like-product__zoom-nav,
button.like-product__zoom-nav {
    all: unset;
    box-sizing: border-box !important;
    position: fixed !important;
    top: 50% !important;
    z-index: 1000001 !important;
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: var(--like-text, #1f1a16) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24) !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    opacity: 0.94 !important;
}

.like-product button.like-product__zoom-nav:hover,
.like-product .like-product__zoom button.like-product__zoom-nav:hover,
button.like-product__zoom-nav:hover {
    background: var(--like-orange-pale, #fff8f1) !important;
    color: var(--like-orange-dark, #b95707) !important;
    transform: translateY(-50%) scale(1.04) !important;
}

.like-product button.like-product__zoom-nav[hidden],
.like-product .like-product__zoom button.like-product__zoom-nav[hidden],
button.like-product__zoom-nav[hidden] {
    display: none !important;
}

.like-product button.like-product__zoom-nav--prev,
.like-product .like-product__zoom button.like-product__zoom-nav--prev,
button.like-product__zoom-nav--prev {
    left: 32px !important;
    right: auto !important;
}

.like-product button.like-product__zoom-nav--next,
.like-product .like-product__zoom button.like-product__zoom-nav--next,
button.like-product__zoom-nav--next {
    right: 32px !important;
    left: auto !important;
}

.like-product .like-product__zoom-nav-icon {
    width: 26px !important;
    height: 26px !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.6 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    pointer-events: none !important;
}

.like-product .like-product__zoom-controls {
    position: relative !important;
    z-index: 1000002 !important;
}

@media (max-width: 640px) {
    .like-product .like-product__gallery-main {
        min-height: 340px !important;
        border-radius: 22px !important;
    }

    .like-product button.like-product__zoom-nav,
    .like-product .like-product__zoom button.like-product__zoom-nav,
    button.like-product__zoom-nav {
        width: 46px !important;
        min-width: 46px !important;
        max-width: 46px !important;
        height: 46px !important;
        min-height: 46px !important;
        max-height: 46px !important;
    }

    .like-product button.like-product__zoom-nav--prev,
    .like-product .like-product__zoom button.like-product__zoom-nav--prev,
    button.like-product__zoom-nav--prev {
        left: 12px !important;
    }

    .like-product button.like-product__zoom-nav--next,
    .like-product .like-product__zoom button.like-product__zoom-nav--next,
    button.like-product__zoom-nav--next {
        right: 12px !important;
    }

    .like-product .like-product__zoom-nav-icon {
        width: 22px !important;
        height: 22px !important;
    }
}


/* ===============================
   LIKE brand final product layer
   =============================== */

.like-product .like-product__offer-btn.is-active,
.like-product__offer-btn.is-active {
    border-color: var(--like-orange, #ef7f1a) !important;
    background: var(--like-orange, #ef7f1a) !important;
    color: #ffffff !important;
}

.like-product .like-product__submit,
.like-product__submit {
    background: var(--like-brand-orange, #ef7f1a) !important;
    color: #ffffff !important;
}

.like-product .like-product__submit:hover,
.like-product__submit:hover {
    background: var(--like-accent-hover, #d96e0c) !important;
}

.like-product .like-product__gallery-badge.is-stock,
.like-product__gallery-badge.is-stock {
    border-color: var(--like-text, #1f1a16) !important;
    background: var(--like-text, #1f1a16) !important;
}

.like-product .like-product__gallery-badge.is-hit,
.like-product__gallery-badge.is-hit,
.like-product .like-product__quick-btn.is-wholesale-threshold,
.like-product__quick-btn.is-wholesale-threshold {
    border-color: rgba(239, 127, 26, 0.42) !important;
    background: var(--like-orange-soft, #fff1e4) !important;
    color: var(--like-orange-dark, #b95707) !important;
}

.like-product .like-product__price-progress-fill,
.like-product__price-progress-fill {
    background: linear-gradient(90deg, var(--like-orange, #ef7f1a), var(--like-orange-hover, #d86e10)) !important;
}

.like-product .like-product__price-progress-arrow,
.like-product__price-progress-arrow {
    border-top-color: var(--like-orange, #ef7f1a) !important;
    border-right-color: var(--like-orange, #ef7f1a) !important;
}

.like-product.is-wholesale-applied .like-product__price,
.like-product.is-wholesale-applied .like-product__price-label {
    color: var(--like-orange-dark, #b95707) !important;
}

html[data-like-theme="dark"] .like-product {
    background: var(--like-bg);
    color: var(--like-text);
}

html[data-like-theme="dark"] .like-product__purchase-panel,
html[data-like-theme="dark"] .like-product__buy-card,
html[data-like-theme="dark"] .like-product__delivery-preview,
html[data-like-theme="dark"] .like-product__section,
html[data-like-theme="dark"] .like-product__characteristics {
    border-color: var(--like-border);
    background: var(--like-card-bg);
    color: var(--like-text);
    box-shadow: var(--like-shadow-soft);
}

html[data-like-theme="dark"] .like-product__buy-card {
    background: var(--like-panel-bg);
}

html[data-like-theme="dark"] .like-product__meta span,
html[data-like-theme="dark"] .like-product__offer-btn,
html[data-like-theme="dark"] .like-product__quick-btn,
html[data-like-theme="dark"] .like-product__quantity-control,
html[data-like-theme="dark"] .like-product__cart-control,
html[data-like-theme="dark"] .like-product__secondary-action,
html[data-like-theme="dark"] .like-product__service-item,
html[data-like-theme="dark"] .like-product__gallery-thumb {
    border-color: var(--like-border);
    background: var(--like-panel-bg-soft);
    color: var(--like-text);
}

html[data-like-theme="dark"] .like-product__qty-input {
    border-color: var(--like-border);
    background: var(--like-input-bg);
    color: var(--like-text);
}

html[data-like-theme="dark"] .like-product__qty-btn,
html[data-like-theme="dark"] .like-product__cart-control-btn {
    color: var(--like-text);
}

html[data-like-theme="dark"] .like-product__cart-control-center {
    border-color: var(--like-border);
    color: var(--like-text);
}

html[data-like-theme="dark"] .like-product__meta,
html[data-like-theme="dark"] .like-product__preview,
html[data-like-theme="dark"] .like-product__offers-label,
html[data-like-theme="dark"] .like-product__price-label,
html[data-like-theme="dark"] .like-product__price-target-label,
html[data-like-theme="dark"] .like-product__price-target-note,
html[data-like-theme="dark"] .like-product__delivery-preview-main span,
html[data-like-theme="dark"] .like-product__delivery-preview-note,
html[data-like-theme="dark"] .like-product__quantity-label,
html[data-like-theme="dark"] .like-product__total,
html[data-like-theme="dark"] .like-product__description,
html[data-like-theme="dark"] .like-product__service-item span,
html[data-like-theme="dark"] .like-product__quick-spec dt,
html[data-like-theme="dark"] .like-product__characteristic dt,
html[data-like-theme="dark"] .like-product__gallery-note {
    color: var(--like-text-muted);
}

html[data-like-theme="dark"] .like-product__title,
html[data-like-theme="dark"] .like-product__price,
html[data-like-theme="dark"] .like-product__price-target,
html[data-like-theme="dark"] .like-product__delivery-preview-main strong,
html[data-like-theme="dark"] .like-product__quick-spec dd,
html[data-like-theme="dark"] .like-product__characteristic dd,
html[data-like-theme="dark"] .like-product__section h2,
html[data-like-theme="dark"] .like-product__description h2,
html[data-like-theme="dark"] .like-product__description h3,
html[data-like-theme="dark"] .like-product__description h4,
html[data-like-theme="dark"] .like-product__service-item strong {
    color: var(--like-text);
}

html[data-like-theme="dark"] .like-product .like-product__offer-btn.is-active,
html[data-like-theme="dark"] .like-product__offer-btn.is-active,
html[data-like-theme="dark"] .like-product .like-product__submit,
html[data-like-theme="dark"] .like-product__submit {
    background: var(--like-orange) !important;
    color: #ffffff !important;
}

html[data-like-theme="dark"] .like-product .like-product__submit:hover,
html[data-like-theme="dark"] .like-product__submit:hover {
    background: var(--like-orange-hover) !important;
}

html[data-like-theme="dark"] .like-product .like-product__gallery-badge.is-stock,
html[data-like-theme="dark"] .like-product__gallery-badge.is-stock {
    border-color: var(--like-border-strong) !important;
    background: rgba(247, 239, 230, 0.1) !important;
    color: var(--like-text) !important;
}

html[data-like-theme="dark"] .like-product__gallery-badge,
html[data-like-theme="dark"] .like-product__gallery-zoom-button {
    border-color: var(--like-border);
    background: rgba(31, 25, 20, 0.84);
    color: var(--like-text);
}

html[data-like-theme="dark"] .like-product .like-product__quick-btn.is-wholesale-threshold,
html[data-like-theme="dark"] .like-product__quick-btn.is-wholesale-threshold {
    border-color: rgba(240, 138, 42, 0.5) !important;
    background: var(--like-orange-pale) !important;
    color: var(--like-orange-dark) !important;
}

html[data-like-theme="dark"] .like-product__price-progress-track {
    background: rgba(240, 138, 42, 0.18);
}

html[data-like-theme="dark"] .like-product__cart-reset {
    border-color: rgba(255, 122, 92, 0.28);
    background: var(--like-danger-soft);
    color: var(--like-danger);
}

html[data-like-theme="dark"] .like-product__characteristic,
html[data-like-theme="dark"] .like-product__quick-specs {
    border-color: var(--like-border);
}

html[data-like-theme="dark"] .like-product__request {
    background: var(--like-panel-bg-soft);
    color: var(--like-text-muted);
}

html[data-like-theme="dark"] .like-product-action {
    border-color: var(--like-border);
    background: var(--like-panel-bg-soft);
    color: var(--like-text);
}

html[data-like-theme="dark"] .like-product-action:hover,
html[data-like-theme="dark"] .like-product-action.is-active {
    border-color: rgba(240, 138, 42, 0.5);
    background: var(--like-orange-pale);
    color: var(--like-orange-dark);
}

@media (max-width: 640px) {
    .like-product__choice-actions {
        grid-template-columns: 1fr;
    }

    .like-product-action {
        min-height: 46px;
    }
}
