.cmpo-page {
    --cmpo-ink: #202838;
    --cmpo-muted: #657080;
    --cmpo-accent: #b66d49;
    --cmpo-accent-dark: #8f4f32;
    --cmpo-paper: #f7f4ee;
    --cmpo-line: rgba(32, 40, 56, .1);
    background: #fff;
}

.cmpo-hero {
    padding-top: 24px;
    background:
        radial-gradient(circle at 8% 8%, rgba(191, 119, 82, .1), transparent 28%),
        linear-gradient(180deg, #f7f4ee 0%, #fff 55%);
}

.cmpo-breadcrumb {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #7b8490;
    font-size: 13px;
}

.cmpo-breadcrumb a,
.cmpo-breadcrumb a:hover,
.cmpo-breadcrumb a:focus,
.cmpo-breadcrumb a:visited {
    color: var(--cmpo-accent-dark);
    font-weight: 750;
    text-decoration: none;
}

.cmpo-breadcrumb i {
    color: #b6bbc2;
    font-size: 9px;
}

.cmpo-breadcrumb span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cmpo-page .spv2-kicker {
    color: var(--cmpo-accent-dark);
}

.cmpo-product-heading {
    max-width: 980px;
    margin-bottom: 22px;
}

.cmpo-product-heading h1 {
    max-width: 900px;
    margin: 10px 0 0;
    color: var(--cmpo-ink);
    font-size: clamp(32px, 3.35vw, 48px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.035em;
}

.cmpo-page .spv2-gallery-card {
    border-color: rgba(32, 40, 56, .09);
    background: #fff;
    box-shadow: 0 18px 48px rgba(32, 40, 56, .11);
}

.cmpo-page .spv2-gallery-stage,
.cmpo-page .spv2-gallery-slide,
.cmpo-page .spv2-gallery-slide img {
    background: transparent;
}

.cmpo-page .spv2-gallery-slide {
    padding: 10px;
}

.cmpo-page .spv2-gallery-slide img {
    border-radius: 10px;
    object-fit: contain;
}

.cmpo-page .spv2-gallery-thumb {
    background: #fff;
}

.cmpo-page .spv2-gallery-thumb img {
    object-fit: contain;
    background: transparent;
}

.cmpo-gallery-trust div {
    border-color: rgba(182, 109, 73, .13);
}

.cmpo-gallery-trust strong {
    color: var(--cmpo-ink);
}

.cmpo-gallery-trust span {
    font-size: 13px;
}

.cmpo-order-card {
    border-color: rgba(32, 40, 56, .09);
    box-shadow: 0 18px 52px rgba(32, 40, 56, .09);
}

.cmpo-page .spv2-desktop-title .h1,
.cmpo-page .spv2-mobile-title h1 {
    margin: 0 0 16px;
    color: var(--cmpo-ink);
    font-size: 34px;
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: -.025em;
}

.cmpo-intro-card {
    background: linear-gradient(145deg, #f8f5ef, #fff);
    border-color: rgba(182, 109, 73, .14);
}

.cmpo-intro-note {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 13px;
    padding: 11px 12px;
    border: 1px solid rgba(182, 109, 73, .16);
    border-radius: 10px;
    background: rgba(255, 255, 255, .82);
}

.cmpo-intro-note > i {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border-radius: 9px;
    background: rgba(182, 109, 73, .1);
    color: var(--cmpo-accent-dark);
    font-size: 14px;
}

.cmpo-intro-note span {
    color: #687382;
    font-size: 13px;
    line-height: 1.42;
}

.cmpo-intro-note strong {
    color: var(--cmpo-ink);
}

.cmpo-format-chooser {
    margin: 14px 0 20px;
    padding: 16px 14px;
    border: 1px solid rgba(32, 40, 56, .11);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 13px 28px rgba(32, 40, 56, .04);
}

.cmpo-format-heading {
    margin-bottom: 12px;
}

.cmpo-format-heading .cmp-kicker {
    display: inline-flex;
    margin-bottom: 6px;
    border-radius: 999px;
    color: #7b8b9a;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .7px;
}

.cmpo-format-heading h2 {
    margin: 0;
    color: var(--cmpo-ink);
    font-size: 19px;
    line-height: 1.2;
    font-weight: 860;
    letter-spacing: -.01em;
}

.cmpo-format-heading p {
    margin: 6px 0 0;
    color: var(--cmpo-muted);
    font-size: 13px;
    line-height: 1.45;
}

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

.cmpo-format-item {
    position: relative;
    min-width: 0;
    padding: 11px 11px 12px;
    border: 1px solid rgba(32, 40, 56, .11);
    border-radius: 13px;
    background: #fcfbf8;
    color: var(--cmpo-ink);
}

.cmpo-format-item.is-featured {
    border-color: rgba(182, 109, 73, .34);
    box-shadow: 0 10px 26px rgba(182, 109, 73, .13);
}

.cmpo-format-label {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 5px 8px;
    border: 1px solid rgba(182, 109, 73, .28);
    border-radius: 999px;
    color: #6f4a33;
    background: rgba(182, 109, 73, .09);
    font-size: 9px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .5px;
}

.cmpo-format-icon {
    height: 76px;
    margin-bottom: 9px;
    overflow: hidden;
    border-radius: 11px;
    background: #fff;
}

.cmpo-format-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmpo-format-item > span {
    display: block;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 760;
}

.cmpo-format-item strong {
    display: block;
    margin-top: 8px;
    color: var(--cmpo-accent-dark);
    font-size: 15px;
}

.cmpo-format-item p {
    margin: 6px 0 0;
    color: #6f7788;
    font-size: 12px;
    line-height: 1.45;
}

.cmpo-premium-frame-note {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    overflow: hidden;
    margin: -2px 0 20px;
    padding: 18px;
    border: 1px solid rgba(218, 184, 106, .72);
    border-radius: 16px;
    background:
        radial-gradient(circle at 100% 0, rgba(217, 181, 98, .28), transparent 42%),
        linear-gradient(135deg, #273247 0%, #141c2b 72%, #101725 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(20, 28, 43, .22);
}

.cmpo-premium-frame-note::after {
    position: absolute;
    z-index: -1;
    right: -38px;
    bottom: -64px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255, 231, 170, .18);
    border-radius: 50%;
    content: "";
}

.cmpo-premium-frame-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 244, 215, .75);
    border-radius: 15px;
    background: linear-gradient(145deg, #f5deb0, #bd8f39);
    color: #202838;
    box-shadow: 0 8px 22px rgba(8, 13, 23, .26);
    font-size: 21px;
}

.cmpo-premium-frame-copy {
    min-width: 0;
}

.cmpo-premium-frame-kicker {
    display: block;
    margin-bottom: 4px;
    color: #efd69c;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 850;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.cmpo-premium-frame-note h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 850;
}

.cmpo-premium-frame-note p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    line-height: 1.5;
}

.cmpo-premium-frame-chip {
    display: inline-flex;
    max-width: 100%;
    margin-top: 11px;
    padding: 6px 9px;
    border: 1px solid rgba(239, 214, 156, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    color: #fff1cb;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 750;
}

.cmpo-page .spv2-current-price {
    display: block;
    width: 100%;
    border: 0;
    text-align: left;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 255, 255, .13), transparent 42%),
        var(--cmpo-ink);
}

.cmpo-page .spv2-current-price:focus-visible {
    outline: 3px solid rgba(182, 109, 73, .34);
    outline-offset: 3px;
}

.cmpo-page .spv2-current-price span,
.cmpo-page .spv2-current-price:after {
    font-size: 12px;
}

.cmpo-page .spv2-benefits span,
.cmpo-page .spv2-option-label span,
.cmpo-page .spv2-option-grid-material .spv2-option-label em,
.cmpo-page .spv2-option-label .spv2-material-from,
.cmpo-page .spv2-field-hint,
.cmpo-page .spv2-field-error-text {
    font-size: 13px;
}

.cmpo-page .spv2-step-head h2 {
    margin: 0 0 3px;
    color: var(--cmpo-ink);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 850;
}

.cmpo-page .spv2-option-label > b {
    max-width: calc(100% - 20px);
    min-height: 24px;
    padding: 0 8px;
    font-size: 10px;
    text-transform: none;
}

.cmpo-page .spv2-option-input:checked + .spv2-option-label {
    border-color: var(--cmpo-accent-dark);
    background: #fbf8f3;
    box-shadow: 0 0 0 2px rgba(182, 109, 73, .11);
}

.cmpo-page .spv2-step-head > span {
    background: var(--cmpo-ink);
    box-shadow: 0 5px 14px rgba(32, 40, 56, .16);
}

.cmpo-personal-step {
    padding: 20px;
    border: 1px solid rgba(182, 109, 73, .15);
    border-radius: 15px;
    background: linear-gradient(155deg, #fbf9f5, #fff 45%);
}

.cmpo-city-field {
    margin-bottom: 17px;
}

.cmpo-city-field > label {
    font-size: 14px;
}

.cmpo-city-field > label b {
    color: #b4433b;
}

.cmpo-city-input {
    border-radius: 11px;
    box-shadow: 0 9px 24px rgba(32, 40, 56, .055);
}

.cmpo-city-input i {
    min-height: 50px;
    width: 49px;
    border-color: rgba(182, 109, 73, .22);
    background: #f5eee7;
    color: var(--cmpo-accent-dark);
}

.cmpo-city-input .form-control {
    min-height: 50px;
    border-color: rgba(182, 109, 73, .22);
    font-size: 15px;
}

.cmpo-city-help,
.cmpo-city-status {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    color: #7a8490;
    font-size: 13px;
    line-height: 1.45;
}

.cmpo-city-help {
    margin-top: 8px;
}

.cmpo-city-help i {
    margin-top: 2px;
    color: #b58a38;
}

.cmpo-city-status {
    margin-top: 6px;
    color: #8b6b55;
    font-weight: 700;
}

.cmpo-city-status i {
    margin-top: 2px;
}

.cmpo-city-status.is-selected {
    color: #37715a;
}

.cmpo-city-status.is-error {
    color: #b4433b;
}

.cmpo-city-input.has-error i,
.cmpo-city-input.has-error .form-control {
    border-color: #b4433b;
}

.cmpo-city-input.has-error .form-control {
    box-shadow: 0 0 0 3px rgba(180, 67, 59, .1);
}

.cmpo-personal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

.cmpo-optional {
    display: inline-flex;
    margin-left: 6px;
    color: #89919b;
    font-size: 12px;
    line-height: 1;
    font-weight: 650;
    text-transform: lowercase;
}

.cmpo-marker-field select.form-control {
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}

.cmpo-marker-custom {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid rgba(182, 109, 73, .18);
    border-radius: 10px;
    background: rgba(245, 238, 231, .48);
}

.cmpo-marker-custom[hidden] {
    display: none !important;
}

.cmpo-marker-custom > label,
.cmpo-marker-custom > small {
    display: block;
}

.cmpo-marker-custom > label {
    margin-bottom: 7px;
}

.cmpo-marker-custom > input.form-control {
    min-height: 44px;
    border-radius: 10px;
    font-size: 18px;
}

.cmpo-marker-custom > small {
    margin-top: 6px;
}

.spv2-combined-citymap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(32, 40, 56, .1);
}

.spv2-combined-citymap-head {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 17px;
}

.spv2-combined-citymap-head > span {
    display: grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 10px;
    background: #f5eee7;
    color: var(--cmpo-accent-dark);
}

.spv2-combined-citymap-head strong,
.spv2-combined-citymap-head small {
    display: block;
}

.spv2-combined-citymap-head strong {
    color: var(--cmpo-ink);
    font-size: 15px;
}

.spv2-combined-citymap-head small {
    margin-top: 3px;
    color: var(--cmpo-muted);
    font-size: 13px;
    line-height: 1.45;
}

.cmpo-page .spv2-field > small {
    display: block;
    margin-top: 5px;
    color: #87909b;
    font-size: 13px;
    line-height: 1.4;
}

.cmpo-page .spv2-field .form-control:focus {
    border-color: rgba(182, 109, 73, .52);
    box-shadow: 0 0 0 3px rgba(182, 109, 73, .1);
}

.cmpo-page .spv2-input-icon:focus-within i {
    border-color: rgba(182, 109, 73, .52);
    color: var(--cmpo-accent-dark);
}

.cmpo-page .spv2-free-package {
    border-color: rgba(182, 109, 73, .2);
    background: #fbf5ea;
}

.cmpo-page .spv2-main-btn,
.cmpo-page .spv2-main-btn:hover,
.cmpo-page .spv2-main-btn:focus,
.cmpo-page .spv2-main-btn:visited {
    border-color: var(--cmpo-ink);
    background: var(--cmpo-ink);
}

.cmpo-page .spv2-main-btn:hover,
.cmpo-page .spv2-main-btn:focus {
    border-color: var(--cmpo-accent-dark);
    background: var(--cmpo-accent-dark);
}

.cmpo-flow {
    padding: 78px 0 82px;
    border-bottom: 1px solid var(--cmpo-line);
    background: var(--cmpo-paper);
}

.cmpo-section-heading {
    max-width: 690px;
    margin: 0 auto 34px;
    text-align: center;
}

.cmpo-section-heading h2 {
    margin: 0;
    color: var(--cmpo-ink);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.03em;
}

.cmpo-section-heading p {
    margin: 12px auto 0;
    color: var(--cmpo-muted);
    font-size: 15px;
    line-height: 1.6;
}

.cmpo-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.cmpo-flow-grid article {
    position: relative;
    min-width: 0;
    min-height: 225px;
    padding: 25px 21px 22px;
    overflow: hidden;
    border: 1px solid rgba(32, 40, 56, .09);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 11px 28px rgba(32, 40, 56, .05);
}

.cmpo-flow-grid article > span {
    position: absolute;
    top: 12px;
    right: 15px;
    color: rgba(32, 40, 56, .12);
    font-size: 31px;
    font-weight: 900;
}

.cmpo-flow-grid article > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 25px;
    border-radius: 11px;
    background: rgba(182, 109, 73, .1);
    color: var(--cmpo-accent-dark);
    font-size: 16px;
}

.cmpo-flow-grid h3 {
    margin: 0 0 8px;
    color: var(--cmpo-ink);
    font-size: 16px;
    font-weight: 850;
}

.cmpo-flow-grid p {
    margin: 0;
    color: var(--cmpo-muted);
    font-size: 14px;
    line-height: 1.55;
}

.cmpo-catalog-link {
    margin-top: 27px;
    text-align: center;
}

.cmpo-catalog-link a,
.cmpo-catalog-link a:hover,
.cmpo-catalog-link a:focus,
.cmpo-catalog-link a:visited {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    padding: 8px 15px;
    border: 1px solid rgba(32, 40, 56, .13);
    border-radius: 10px;
    background: #fff;
    color: var(--cmpo-ink);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.cmpo-catalog-link a:hover,
.cmpo-catalog-link a:focus {
    border-color: rgba(182, 109, 73, .32);
    color: var(--cmpo-accent-dark);
}

.cmpo-related,
.cmpo-faq {
    padding: 76px 0;
    border-bottom: 1px solid var(--cmpo-line);
}

.cmpo-related {
    background: #fff;
}

.cmpo-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.cmpo-related-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(32, 40, 56, .1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(32, 40, 56, .065);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.cmpo-related-card:hover,
.cmpo-related-card:focus-within {
    border-color: rgba(182, 109, 73, .34);
    box-shadow: 0 16px 38px rgba(32, 40, 56, .11);
}

.cmpo-related-card.is-lumi {
    border-color: rgba(130, 93, 191, .24);
}

.cmpo-related-card.is-premium {
    border-color: rgba(155, 122, 53, .3);
}

.cmpo-related-card > a,
.cmpo-related-card > a:hover,
.cmpo-related-card > a:focus,
.cmpo-related-card > a:visited {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.cmpo-related-card > a:focus-visible {
    outline: 3px solid rgba(182, 109, 73, .34);
    outline-offset: -4px;
}

.cmpo-related-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #fff;
}

.cmpo-related-media > img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    background: transparent;
    transition: transform .28s ease;
}

.cmpo-related-card:hover .cmpo-related-media > img {
    transform: scale(1.018);
}

.cmpo-related-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: linear-gradient(145deg, #f6f2ec, #fff);
    color: var(--cmpo-accent-dark);
    font-size: 32px;
}

.cmpo-related-badges {
    position: absolute;
    z-index: 4;
    top: 10px;
    right: 10px;
    left: 10px;
    display: block;
    pointer-events: none;
}

.cmpo-related-badges .catalog-section-badges {
    align-items: flex-start;
}

.cmpo-related-badges .catalog-section-badge {
    max-width: 100%;
    min-height: 24px;
    padding: 4px 7px;
    box-shadow: 0 5px 14px rgba(32, 40, 56, .1);
    font-size: 11px;
}

.cmpo-related-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 17px;
}

.cmpo-related-body > strong {
    display: -webkit-box;
    min-height: 2.5em;
    overflow: hidden;
    margin: 0;
    color: var(--cmpo-ink);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 850;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cmpo-related-description {
    display: -webkit-box;
    min-height: 4.44em;
    overflow: hidden;
    margin-top: 8px;
    color: var(--cmpo-muted);
    font-size: 13px;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.cmpo-related-body > b {
    margin-top: 13px;
    color: var(--cmpo-ink);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 850;
}

.cmpo-related-body > em {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 13px;
    color: var(--cmpo-accent-dark);
    font-size: 13px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 800;
}

.cmpo-faq {
    background: var(--cmpo-paper);
}

.cmpo-faq-list {
    max-width: 880px;
    margin: 0 auto;
}

.cmpo-faq-list details {
    overflow: hidden;
    border: 1px solid rgba(32, 40, 56, .1);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(32, 40, 56, .04);
}

.cmpo-faq-list details + details {
    margin-top: 10px;
}

.cmpo-faq-list summary {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 17px;
    color: var(--cmpo-ink);
    cursor: pointer;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 850;
    list-style: none;
}

.cmpo-faq-list summary::-webkit-details-marker {
    display: none;
}

.cmpo-faq-list summary i {
    flex: 0 0 auto;
    color: var(--cmpo-accent-dark);
    transition: transform .18s ease;
}

.cmpo-faq-list details[open] summary i {
    transform: rotate(45deg);
}

.cmpo-faq-list summary:focus-visible {
    outline: 3px solid rgba(182, 109, 73, .3);
    outline-offset: -4px;
}

.cmpo-faq-list p {
    margin: 0;
    padding: 0 17px 17px;
    color: var(--cmpo-muted);
    font-size: 14px;
    line-height: 1.62;
}

@media (max-width: 1199.98px) {
    .cmpo-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cmpo-flow-grid article {
        min-height: 190px;
    }

    .cmpo-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .cmpo-hero {
        padding-top: 20px;
    }

    .cmpo-breadcrumb {
        margin-bottom: 14px;
    }

    .cmpo-product-heading {
        margin-bottom: 18px;
    }

    .cmpo-page .spv2-mobile-title h1 {
        margin-bottom: 15px;
        font-size: 31px;
    }
}

@media (max-width: 767.98px) {
    .cmpo-hero {
        padding-top: 14px;
    }

    .cmpo-breadcrumb {
        margin-bottom: 12px;
        font-size: 13px;
    }

    .cmpo-page .spv2-mobile-title h1 {
        font-size: 27px;
    }

    .cmpo-product-heading h1 {
        margin-top: 8px;
        font-size: 29px;
        line-height: 1.12;
    }

    .cmpo-page .spv2-gallery-slide {
        padding: 6px;
    }

    .cmpo-personal-step {
        padding: 17px 13px;
    }

    .cmpo-personal-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .cmpo-city-input i {
        width: 43px;
        min-height: 48px;
    }

    .cmpo-city-input .form-control {
        min-height: 48px;
        font-size: 14px;
    }

    .cmpo-page .spv2-benefits span,
    .cmpo-page .spv2-inline-field > label,
    .cmpo-page .spv2-field .form-control {
        font-size: 13px;
    }

    .cmpo-page .spv2-mobile-sticky span {
        font-size: 12px;
    }

    .cmpo-page .spv2-mobile-sticky button,
    .cmpo-page .spv2-prev-btn {
        min-height: 44px;
    }

    .cmpo-flow {
        padding: 52px 0 58px;
    }

    .cmpo-related,
    .cmpo-faq {
        padding: 52px 0;
    }

    .cmpo-section-heading {
        margin-bottom: 25px;
        text-align: left;
    }

    .cmpo-section-heading h2 {
        font-size: 28px;
    }

    .cmpo-section-heading p {
        font-size: 14px;
    }

    .cmpo-flow-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
    }

    .cmpo-flow-grid article {
        min-height: 0;
        padding: 20px;
    }

    .cmpo-flow-grid article > i {
        margin-bottom: 17px;
    }

    .cmpo-related-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 11px;
    }

    .cmpo-related-card > a {
        display: grid;
        grid-template-columns: 118px minmax(0, 1fr);
    }

    .cmpo-related-media {
        height: 100%;
        min-height: 168px;
        aspect-ratio: auto;
    }

    .cmpo-related-body {
        padding: 14px;
    }

    .cmpo-related-body > strong {
        min-height: 3.75em;
        font-size: 16px;
        -webkit-line-clamp: 3;
    }

    .cmpo-related-description {
        display: none;
    }

    .cmpo-related-badges {
        top: 7px;
        right: 7px;
        left: 7px;
    }

    .cmpo-related-badges .catalog-section-badges {
        gap: 4px;
    }

    .cmpo-related-badges .catalog-section-badge {
        min-height: 22px;
        padding: 3px 6px;
        font-size: 10px;
    }

    .cmpo-faq-list summary {
        min-height: 54px;
        padding: 13px 14px;
        font-size: 15px;
    }

    .cmpo-faq-list p {
        padding: 0 14px 15px;
        font-size: 14px;
    }

    .cmpo-format-chooser {
        padding: 14px 11px 12px;
    }

    .cmpo-format-heading h2 {
        font-size: 17px;
    }

    .cmpo-format-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }
}

@media (max-width: 420px) {
    .cmpo-page .spv2-order-card {
        padding-right: 12px;
        padding-left: 12px;
    }

    .cmpo-intro-note {
        grid-template-columns: 31px minmax(0, 1fr);
        padding: 10px;
    }

    .cmpo-intro-note > i {
        width: 31px;
        height: 31px;
    }

    .cmpo-premium-frame-note {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 11px;
        padding: 15px 13px;
    }

    .cmpo-premium-frame-icon {
        width: 44px;
        height: 44px;
        border-radius: 13px;
        font-size: 18px;
    }

    .cmpo-premium-frame-note h3 {
        font-size: 17px;
    }

    .cmpo-premium-frame-chip {
        border-radius: 10px;
    }

    .cmpo-city-help,
    .cmpo-city-status {
        font-size: 13px;
    }

    .cmpo-related-card > a {
        grid-template-columns: 102px minmax(0, 1fr);
    }

    .cmpo-related-body > em {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cmpo-page * {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

.cmpo-page .spv2-gallery-thumb:focus-visible,
.cmpo-page .spv2-gallery-arrow:focus-visible,
.cmpo-page .spv2-option-input:focus-visible + .spv2-option-label,
.cmpo-page .spv2-main-btn:focus-visible,
.cmpo-page .spv2-prev-btn:focus-visible,
.cmpo-catalog-link a:focus-visible {
    outline: 3px solid rgba(182, 109, 73, .32);
    outline-offset: 3px;
}
