body{
    background:#f7f7fb;
    font-family:Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
}

.card{
    border:0;
    border-radius:18px;
    overflow:hidden;
    transition:.25s;
}

.card:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.08)!important;
}

.btn{
    border-radius:12px;
}

.form-control,
.form-select{
    border-radius:12px;
}

footer{
    background:#fff;
}

.product-img{
    height:230px;
    object-fit:cover;
    background:#eee;
}

/* ADMIN */

.admin-shell{
    min-height:100vh;
}

.admin-sidebar{
    width:260px;
    min-height:100vh;
    position:sticky;
    top:0;
}

.admin-sidebar .nav-link{
    border-radius:10px;
}

.admin-sidebar .nav-link:hover{
    background:rgba(255,255,255,.12);
}

@media(max-width:900px){
    .admin-shell{
        display:block!important;
    }

    .admin-sidebar{
        width:100%;
        min-height:auto;
        position:relative;
    }
}

/* HEADER ALBASTRU */

.site-header{
    position:relative;
    z-index:3000;
    background:#0057b8;
}

.navbar{
    background:#0057b8!important;
    position:relative;
    z-index:3001;
    min-height:76px;
    padding:14px 0;
    box-shadow:0 4px 18px rgba(0,0,0,.18);
}

.navbar-brand{
    color:#fff!important;
    font-weight:800;
    font-size:1.35rem;
}

.navbar-brand:hover{
    color:#ffdd57!important;
}

.navbar .nav-link{
    color:#fff!important;
    font-weight:700;
    padding:10px 14px!important;
}

.navbar .nav-link:hover{
    color:#ffdd57!important;
}

.navbar-toggler{
    border-color:rgba(255,255,255,.6);
}

.navbar-toggler-icon{
    filter:invert(1);
}

/* Warenkorb */

.navbar .btn,
.navbar a[href*="cart"]{
    background:#ff6b00!important;
    color:#fff!important;
    border:none!important;
    font-weight:800;
    opacity:1!important;
    visibility:visible!important;
}

.navbar .btn:hover,
.navbar a[href*="cart"]:hover{
    background:#e65f00!important;
    color:#fff!important;
}

/* CAROUSEL */

#homeCarousel{
    position:relative;
    z-index:1;
    margin:0 0 40px 0;
    overflow:hidden;
}

#homeCarousel .carousel-inner{
    border-radius:0;
    overflow:hidden;
}

#homeCarousel .carousel-item{
    position:relative;
    z-index:1;
}

#homeCarousel .banner-slide{
    height:650px;
    position:relative;
    display:flex;
    align-items:center;
    overflow:hidden;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

#homeCarousel .banner-slide::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.55),
        rgba(0,0,0,.15)
    );
    z-index:1;
}

#homeCarousel .banner-content{
    position:relative;
    z-index:2;
    max-width:700px;
    padding:4rem;
}

#homeCarousel .banner-content h1{
    font-size:clamp(2.8rem,5vw,4.8rem);
    font-weight:800;
    color:#fff;
    line-height:1.1;
    margin-bottom:20px;
    text-shadow:0 3px 10px rgba(0,0,0,.4);
}

#homeCarousel .banner-content .lead{
    color:#fff;
    font-size:1.4rem;
    margin-bottom:25px;
    text-shadow:0 3px 10px rgba(0,0,0,.4);
}

#homeCarousel .btn{
    padding:14px 30px;
    font-size:1.1rem;
    font-weight:700;
}

#homeCarousel .carousel-control-prev,
#homeCarousel .carousel-control-next{
    width:70px;
    z-index:5;
}

#homeCarousel .carousel-control-prev-icon,
#homeCarousel .carousel-control-next-icon{
    width:3rem;
    height:3rem;
    border-radius:50%;
    padding:20px;
    background-color:rgba(0,0,0,.35);
}

#homeCarousel .carousel-indicators{
    margin-bottom:20px;
    z-index:5;
}

#homeCarousel .carousel-indicators [data-bs-target]{
    width:12px;
    height:12px;
    border-radius:50%;
}

/* RESPONSIVE */

@media(max-width:992px){
    #homeCarousel .banner-slide{
        height:500px;
    }
}

@media(max-width:768px){
    .navbar{
        min-height:auto;
        padding:10px 0;
    }

    #homeCarousel .banner-slide{
        height:350px;
    }

    #homeCarousel .banner-content{
        padding:2rem;
    }

    #homeCarousel .banner-content h1{
        font-size:2rem;
    }

    #homeCarousel .banner-content .lead{
        font-size:1rem;
    }
}

@media(max-width:480px){
    #homeCarousel .banner-slide{
        height:250px;
    }

    #homeCarousel .banner-content{
        padding:1rem;
    }

    #homeCarousel .banner-content h1{
        font-size:1.4rem;
    }
}
.top-header{

background:#003e88;

font-size:14px;

}

.top-header a{

text-decoration:none;

}

.top-header a:hover{

opacity:.8;

}
.top-header{

background:#003e88;

font-size:14px;

}

.social-icon{

display:inline-flex;

align-items:center;

justify-content:center;

width:34px;

height:34px;

border-radius:50%;

background:rgba(255,255,255,.15);

color:#fff;

margin-left:8px;

text-decoration:none;

font-size:18px;

transition:.25s;

}

.social-icon:hover{

background:#fff;

color:#0057b8;

transform:translateY(-2px);

}
.footer-social{

margin-top:20px;

}

.footer-social .social-icon{

display:inline-flex;

align-items:center;

justify-content:center;

width:40px;

height:40px;

border-radius:50%;

background:#0057b8;

color:#fff;

margin-right:10px;

font-size:18px;

text-decoration:none;

transition:.25s;

}

.footer-social .social-icon:hover{

background:#ff6b00;

color:#fff;

transform:translateY(-2px);

}
/* FOOTER */

.site-footer{

background:#0057b8;

color:#fff;

}

.footer-title{

font-weight:700;

margin-bottom:18px;

}

.footer-text{

opacity:.9;

margin-bottom:20px;

}

.footer-company-info div{

display:block;

margin-bottom:10px;

}

.footer-company-info i{

margin-right:10px;

width:20px;

}

.footer-link{

color:#fff;

text-decoration:none;

margin-bottom:10px;

opacity:.9;

transition:.2s;

}

.footer-link:hover{

color:#ffd54a;

padding-left:5px;

}

.footer-divider{

opacity:.2;

border-color:#fff;

margin-top:30px;

}

.footer-copyright{

opacity:.8;

}

.footer-social{

display:flex;

gap:10px;

flex-wrap:wrap;

}

.footer-social-icon{

display:flex;

align-items:center;

justify-content:center;

width:40px;

height:40px;

border-radius:50%;

background:rgba(255,255,255,.15);

color:#fff;

font-size:18px;

text-decoration:none;

transition:.25s;

}

.footer-social-icon:hover{

background:#ff6b00;

color:#fff;

transform:translateY(-2px);

}