body.home .wraper_inner_banner_main > .container { padding-bottom: 135px !important }
.wraper_header.style-ten .wraper_header_main .header_main .brand-logo img {
    max-width: 200px;
}
.popupaoc-button {
    background: #f95259;
}
.popupaoc-button:hover, .popupaoc-button:focus {
    background: #f95259;
    color: #fff;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
body > .scrollup {
    bottom: 100px !important;
}
#custom_buy_btn {
    /* Чтобы кнопка вела себя как блок и центрировала текст */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    background-color: #E91E63 !important;
    color: #ffffff !important;
    
    /* Убираем line-height, чтобы он не тянул текст вверх/вниз */
    line-height: 1 !important; 
    padding: 20px 40px !important; /* Одинаковые отступы */
    
    text-decoration: none !important;
    border: 2px solid #E91E63 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

/* Инверсия: Белый фон и розовый текст */
#custom_buy_btn:hover {
    background-color: #ffffff !important;
    color: #E91E63 !important;
    border-color: #ffffff !important; /* Рамка тоже белая, чтобы не было розового контура */
}

/* Фикс для иконки, если она вернется */
#custom_buy_btn i {
    margin-right: 10px !important;
    display: inline-block !important;
    line-height: 1 !important;
}

