

/* Start:/local/templates/verdistore/components/bitrix/catalog.section/main/style.css?1761129635922*/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: transparent;
    color: black;               /* Серая стрелка */
    border: 2px solid black;   /* Серая окружность */
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition:
            opacity 0.3s ease,
            visibility 0.3s ease,
            background-color 0.3s ease,
            color 0.3s ease,
            transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: black; /* Серый фон при наведении */
    color: white;              /* Стрелка — белая */
    transform: translateY(-2px);
}
/* End */
/* /local/templates/verdistore/components/bitrix/catalog.section/main/style.css?1761129635922 */
