Skip to content
- Choosing a selection results in a full page refresh.
@media screen and (max-width: 480px) {
#mini-cart {
height: 100vh !important;
height: 100dvh !important;
max-height: 100dvh !important;
bottom: auto !important;
}
#mini-cart .mini-cart__inner {
min-height: 100vh !important;
min-height: 100dvh !important;
justify-content: flex-start !important;
}
#mini-cart .mini-cart__main { flex: 1 1 auto !important; }
}