/* ---- ISOLED specific styling ---- */

/* turn off amasty sticky header */
.ammenu-main-container {
    position: relative !important;
}

.amtheme-backtotop-wrap {
    display: none !important;
}

/* ---- Scroll snapping ---- */

html, body {
    scroll-snap-type: y proximity;
}

.page-title {
    scroll-snap-align: start;
}