.uc-custom-product [field="descr"] {
    display: flex;
    flex-direction: column;
}


.uc-custom-product [field="descr"] a {
    background-color: #a00ddc;
    color: white !important;
    padding: 0.5rem;
    width: max-content;
    border-radius: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}


.uc-custom-product [href*="ozon"] {
    background-color: #1ca9ff !important;
}