body {
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

header.expanded .paddingTop  {
    height: 120px;
}
header {
    background-color: var(--primary-color-header);
    color: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: height 0.3s ease;
    height: 60px;
    overflow: hidden;
}

/* Shadow only in compact/scrolled state */
header:not(.expanded) {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.header-center-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-center-text {
    margin-top: 5px;
    opacity: 0;
    margin-bottom: 10px;
    transform: scale(0.2);
    display: none;
    transition: opacity 0.3s ease, display 0.2s linear, transform 0.3s ease;
}
.header-center-text a{
    
}
.header-center {
    opacity: 1;
    transform: scale(1.2);
    transition: opacity 0.3s ease, display 0.5s linear, transform 0.3s ease;
}

header.expanded .header-center {
    opacity: 1;
    transform: scale(1);
}
header.expanded .bike-icon{
    transform: scale(1.25);
}
header.expanded .bike-icon-second{
    transform: scale(1.25);
}

header.expanded {
    height: 120px; /* Výška po rozšírení */
}

.header-left, .header-right {
    display: flex;
    align-items: center;
}

.header-right a {
    position: relative;
}
.header-right img {
    height: 30px;
    width: auto;
}

.header-right img:hover {
    filter: brightness(0.7);
}

.header-right {
    padding-right: 3%;
}

.icon-invert {
    filter: invert(1);
}

.header-center a {
    position: relative;
    color: var(--text-color);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0.5em 0;
    transition: color 0.3s ease, opacity 0.3s ease;
    padding-right: 8px;
    margin-right: 8px !important;
    margin-top: 25px;
}

.header-center a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--premium-color);
    transition: width 0.3s ease;
    border-radius: 1px;
}

.header-center a:last-child {
    border: none;
    padding-right: 0px;
    margin-right: 0px;
}

.header-center a:hover {
    color: var(--premium-color);
}

.header-center a:hover::after {
    width: 100%;
}

.header-logo {
    padding: 3px;
    font-size: 2.2em;
    font-weight: 600;
    color: white;
    transition: color 0.1s ease-in-out;
    text-decoration: none;
    margin: 0;
}

header.expanded .header-center-text {
    display: block; /* Zobrazí sa pri rozbalení */
    opacity: 1;
    transform: scale(1);
}
header:not(.expanded) .header-center-text {
    display: none;
}

.header-logo:hover {
    color: var(--premium-color);
}
.bike-icon{
    height: 40px;
    margin-left: 3vw;
    transform: scale(1);
    transition: transform 0.3s ease;
}
.bike-icon:hover{
    filter: brightness(0.7);
}
.bike-icon-second{
    height: 40px;
    margin-left: 3vw;
    transform: scale(1);
    transition: transform 0.3s ease;
}
.bike-icon-second:hover{
    filter: brightness(0.7);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 10px;
    font-size: 0.8rem;
    font-weight: 200;
    color: #555;
    max-width: 1400px;
    margin: 10px auto 0 auto;   
}
.footer-content {
    padding: 0 5%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    gap: 40px;
}
.menu-icon {
    display: none;
    height: 40px;
    margin-left: 3vw;
    filter: invert(1);
}
@media (max-width: 1400) {
    .footer-bottom {
        margin: 25px 5% 0 5%; 
    }
}
@media (max-width: 768px) {
    .bike-icon{
        display: none;
    }
    .bike-icon-second{
        scale: 0.8;
        margin-left: 50px;
    }
    .menu-icon {
        display: flex;
    }
    .header-center a {
        margin: 0.1em 0;
    }
    .header-center-text{
        margin-bottom: 50px;
        
    }
    header.expanded .header-center-text {

    }
    .header-center-text a{
        font-size: 1.7rem;
    }
    .header-center-text a {

    }
       
    .header-center{
        width: 100vw;
        position: absolute;
        display: flex;
        justify-content: center;
        bottom: 10px;
        left: 0;
        opacity: 0;
        transform: scale(0);
        transition: opacity 0.3s ease, display 0.5s linear, transform 0.3s ease;
    }
    header.expanded .header-center-text {
        transform: none;
    }
    .footer-bottom{
        padding-top: 10px;
        margin: 25px 5% 0 5%;
    }
    .footer-content{
        flex-direction: column;

    }
}

.site-footer {
    background-color: #0a0a0a;
    color: #fff;
    padding: 60px 0 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}



.footer-section {
    flex: 1;
    min-width: 200px;
    width: 100%;
}

.footer-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 16px;
}

.footer-section p {
    margin: 0;
}

.footer-section a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
}

.footer-section a:hover {
    color: #fff;
    text-decoration: none;
    transform: translateX(3px);
}



.footer-bottom a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-section-text {
    text-align: left;
    font-size: 0.9rem;
    font-weight: 200;
    line-height: 1.8;
}

.header-lang-selector {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 200;
    margin-left: 10%;
    width: 70px;
}

.header-lang-select {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    font-weight: 600;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    margin-right: 3px;
    padding-right: 3px;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.header-lang-select:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.header-lang-select:hover {
    filter: brightness(0.7);
}

.social-icon{
    width: 40px;
    height: 40px;
    filter: brightness(0.7);
    transition: filter 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.social-icon:hover {
    filter: brightness(1);
    transform: translateY(-3px);
}
.footer-section-pay{
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}
.stripe-icon{
    width: 30px;
    height: 30px;
}

.number-of-orders{
    position: absolute;
    top: -7px;
    right: -7px;
    background-color: var(--premium-color);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}

.header-center-width{
    height: 100%;
    max-height: 60px;
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
}
header.expanded .header-center-width {
    max-height: 120px;
}
