/*
Template: astra
Theme Name: Geist Eesti
Theme URI: https://geist.ee
Author: Kristjan Tiido
Author URI: https://spetsymarketing.com
Version: 1.0
*/

#page {
	padding-top: 196px;
}
header {
	position: fixed !important;
    width: 100%;
    transition: top .6s ease;
    top: 0;
}
header.scrolled {
	top: -40px;
}


/* Mobile Menu Styles */
.geist-menu-overlay {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background-color: rgba(0, 0, 0, 0.5);
display: none;
z-index: 9998;
}

.geist-mobile-menu {
position: fixed;
top: 0;
left: -100%;
width: 90vw;
height: 100vh;
background: white;
z-index: 9999;
padding: 2rem;
transition: left 0.3s ease;
overflow-y: auto;
}

.geist-close-btn {
position: absolute;
display: flex;
flex-direction: row;
gap: 10px;
top: 1rem;
left: 1rem;
font-size: 16px;
background: none;
border: none;
cursor: pointer;
z-index: 10001;
}

.geist-burger-btn {
cursor: pointer;
z-index: 10000;
}

.geist-burger-btn img {
width: 30px;
height: 24px;
}

.geist-menu-open .geist-mobile-menu {
left: 0;
}

.geist-menu-open .geist-menu-overlay {
display: block;
}

.geist-menu-open body,
.geist-menu-open {
overflow: hidden;
}

.custom-cart-icon-wrapper {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    .custom-cart-bubble {
        position: absolute;
        top: -6px;
        right: -6px;
        background: black;
        color: white;
        font-size: 12px;
        font-weight: bold;
        padding: 2px 6px;
        border-radius: 50%;
        min-width: 20px;
        text-align: center;
    }
    .custom-cart-icon-wrapper svg {
        width: 26px;
        height: 26px;
        stroke: #000;
    }