.page-title {
    margin-block: 3rem;
    line-height: 2.688rem;
}

@media ( min-width: 1100px ) {
    .page-title {
        position: relative;
        top: 3px;
    }
}

.products-row { flex-wrap: nowrap; }

.products-row .radio__label { gap: 0.5rem; }

.products-row .radio__input:checked + .radio__label { font-weight: 500; }

.compare__remove {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    background: var(--color-medium-light);
    border-radius: 0.125rem;
}

.compare__remove .ic { --ic-h: 0.5rem; }

.compare__image { padding-bottom: 92.716%; }

.compare__title {
    font-family: var(--font-secondary);
    font-size: 1.125rem;
    line-height: 1.563rem;
    letter-spacing: -0.02em;
    color: var(--color-dark);
}

.compare__price ins {
    order: 0;
    font-weight: 700;
    font-size: 1.313rem;
    line-height: 1.75rem;
    text-decoration: none;
    color: var(--color-dark);
}

.compare__price del {
    order: 1;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-medium-dark);
}

.compare__add-to-cart {
    font-size: 0.75rem;
    line-height: 0.75rem;
}

.attributes-row-wrap {
    padding-top: 1rem;
    padding-bottom: 0.938rem;
    border-bottom: 1px solid var(--color-medium-light);
}
.products-row + .attributes-row-wrap { padding-top: 0; }

.attributes-row {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-dark);
}

.attributes-row__label { color: var(--color-medium-dark); }

@media ( max-width: 767px ) {
    .page-title {
        margin-block: 1.5rem;
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .products-row-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-inline: calc(0px - var(--gutters));
        padding-inline: var(--gutters);
    }

    .products-row-wrap::-webkit-scrollbar {
        display: none;
    }

    .products-row, .attributes-row { --row-gutters: 0.5rem; }

    .compare__image { padding-bottom: 118.43%; }

    .compare .fs-xs { line-height: 1.2; }

    .compare__title {
        font-size: 0.875rem;
        line-height: 1.44;
    }

    .compare__price ins {
        font-size: 1rem;
        line-height: 1.36;
    }
    .compare__price del { font-size: 0.75rem; }

    .compare__add-to-cart { padding: calc(1rem - 2px) calc(2rem - 4px); }

    .attributes-row-wrap {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .attributes-row-wrap + .attributes-row-wrap { margin-top: 1rem; }

    .products-row + .attributes-row-wrap {
        margin-top: 0.75rem;
    }

    .attributes-row {
        flex-wrap: nowrap;
    }

    .attributes-row__label--mobile {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .attributes-row__label--mobile::after {
        content: "";
        flex: 1 1 0;
        align-self: center;
        height: 1px;
        background-color: var(--color-medium-light);
    }
}