.product-page__option img {
    width: 80px;
}.option__img {
    width: 26px;
    padding: px;
    border: solid 2px rgba(0,0,0,.0);
    border-radius: 3px;
    pointer-events: none;
    transition: all ease-in-out .15s;
}.option__img.selected {
    border-color: red; /* Цвет для выбранной опции */
}.header-block {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0 10px;
}.header-menu__btn {
    height: 34px;
    padding: 0 20px;
    font-weight: 500;
    font-size: .95em;
    border: none;
    border-radius: 22px;
    white-space: nowrap;
}.category-wall__item {
    position: relative;
    width: 100%;
    margin: 0 0 20px !important;
    padding: 0;
    border-radius: 22px; /* Добавление радиуса */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Добавление тени */
}*[class*='col-'] {
    padding: 0 0px;
}.home-banner__item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex: 0 0 90%;
    margin: 0 0 20px;
    padding: 14px;
    border-radius: 22px;
}main {
    flex: 1 0 auto;
    padding: 0px 0;
*[class*='col-'] {
    padding: 0 10px;
.home-banner__item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    margin: 0 0 20px;
    padding: 14px;
    border-radius: 22px;
