
#pscBar{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#fff;
border-top:1px solid #ddd;
z-index:9999;
box-shadow:0 -3px 10px rgba(0,0,0,0.08);
}

.psc-inner{
max-width:1100px;
margin:auto;
display:flex;
align-items:center;
gap:16px;
padding:10px 40px;
}

.psc-img img{
width:48px;
border-radius:6px;
margin-left:6px;
}

.psc-info{
flex:1;
}

#pscTitle{
font-size:14px;
font-weight:600;
}

#pscPrice{
color:#2c7be5;
font-weight:600;
}

#pscStock{
font-size:11px;
color:#777;
}

#pscVariants{
margin-left:auto;
margin-right:10px;
}

#pscVariants select{
padding:5px;
font-size:12px;
}

.psc-qty{
display:flex;
gap:4px;
}

.psc-qty button{
width:26px;
height:26px;
border:1px solid #ccc;
background:#fff;
}

.psc-qty input{
width:38px;
text-align:center;
}

#pscAdd{
background:#2c7be5;
border:none;
color:#fff;
padding:8px 18px;
border-radius:6px;
}

#pscAdd.psc-disabled{
background:#aaa;
cursor:not-allowed;
}

@media(max-width:768px){

#pscTitle{display:none}

.psc-inner{
gap:10px;
padding:8px 12px;
}

.psc-img img{
width:36px;
}

}

@media (max-width:768px){

#pscBar{
height:56px;
}

.psc-inner{
padding:6px 10px;
gap:6px;
align-items:center;
}

/* Titel komplett ausblenden */
#pscTitle{
display:none;
}

/* Bild kleiner */
.psc-img img{
width:30px;
}

/* Preis kompakt */
#pscPrice{
font-size:12px;
white-space:nowrap;
}

/* Varianten kleiner */
#pscVariants select{
font-size:11px;
height:28px;
max-width:110px;
}

/* Menge kompakt */
.psc-qty button{
width:22px;
height:22px;
}

.psc-qty input{
width:28px;
height:22px;
font-size:11px;
}

/* Warenkorb Button */
#pscAdd{
padding:6px 10px;
font-size:12px;
border-radius:5px;
white-space:nowrap;
}

/* Lagertext ausblenden */
#pscStock{
display:none;
}

}

@media (max-width:768px){

#back-top,
.back-to-top,
.scroll-top,
.go-top{
bottom:80px !important;
}

}
