.description h4 {
    color: #5c5c5c;
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.us-product-stickers-discount:not(.showed),
.us-module-stickers-sticker-discount:not(.showed) {
    display: none !important;
    max-width: 86px !important;
}

/*  Страница категории -> пропали миниатюры фоток, правим...  */
.image-additional-list .image-additional-item:not(:first-child) {
    display: inline-block;
}

.nulled-price {
    color: #b7b7b7;
    font-size: 18px;
    font-weight: 600;
}

/* Всплывающее окно Обработка файлов Cookie */

#consent-cookies {
    z-index: 999999 !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 16px;
    color: white;
    background: rgba(0, 0, 0, 0.75);
}

/*.Оформление заказа */
#shipping-new {
    display: none !important;
}

#consent-cookies .notification__info {
    flex: 1 1 100%;
}

#consent-cookies h3 {
    color: white;
    text-align: center;
    margin: 18px auto 4px auto;
}

#consent-cookies a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

#consent-cookies p {
    margin: 12px auto 8px auto;
    text-indent: 12px;
}

#consent-cookies form legend {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}

#consent-cookies .notification__wrapper {
    margin: 16px auto;
}

.notification--fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}

.notification__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.notification__info {
    flex: 1 1 45%;
    min-width: 300px;
}

.notification__settings {
    flex: 1 1 45%;
    min-width: 300px;
    /* Изначально скрыто, но можно управлять через JS */
    /* display: none; - лучше управлять через inline style или JS */
}

.notification__buttons {
    flex-basis: 100%;
    text-align: right;
    margin-top: 15px;
}

.notification__button {
    margin-left: 10px;
}
