.scv-product-section .scv-product-see-more {
    position: static;
    transform: none;
    min-height: 34px;
    margin-left: auto;
    border-radius: 6px;
}

.scv-product-more-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
}

.scv-product-more-row .scv-product-note {
    margin: 0;
}

@media (max-width: 767px) {
    .scv-product-more-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .scv-product-section .scv-product-see-more {
        margin-left: 0;
    }
}
