#komplet-cena {
    text-align: center;
    font-size: 1.625rem;
    font-weight: bold;
}
#cena-VAT {
text-align: center;
}
 #duplicate-add_to_cart {
display: block;
    font-size: .8125rem;
    line-height: 20px;
    padding: .57rem 2rem;
margin: 20px auto;
background: var(--color-secondary);
}
.s-grid{
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 10px 0;
}
.img-glow{
background: #cf97828f;
}
.s-flex{
display: flex;
flex: 1 1 48%;
gap: 20px;
padding: 10px;
box-shadow:  0px 0px 1px 0px black,  0px -2px 2px 0px grey inset;
cursor: pointer;
line-height: 1.3;
}
.s-flex:hover{
box-shadow: 0px 0px 3px 1px black;
}
.s-flex img{
height: 150px;
}
#moje-uprava .s-flex span{
font-size: 1.5rem;
}
.celni-uchyt-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    place-items: stretch;
padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)
}

.celni-uchyt-img {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
max-width: 260px;
    justify-self: center;

    padding: 10px;
    text-align: center;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.sample-box {
margin: 20px 0;
}

@media screen and (max-width: 850px) {
.s-flex{
flex-direction: column;
align-items: center;
text-align:center;
}
}

@media screen and (max-width: 650px) {
.celni-uchyt-box {
    grid-template-columns: repeat(1, 1fr);
}
}


