


.store-img {
    /* height: 40%; */
    border-style: solid;
    border-width: 2px;
    border-radius: 2px;
    border-color: black;
    filter:blur(1px);
    width: 100%;
    length: 100%;
}

.store-img-div {
    width: 80vw;
    height: 20vh;
    display: flex;
    margin: auto;
    justify-content:center;
    margin-top: 2.5%;
    /* border-color: black;
    border-style: dotted;
    border-width: 2px; 
    background-color: whitesmoke;
    */
    gap: 5%;
    overflow-x: auto;
    flex-shrink: 0;
}

.main-store-div {
    display:  flex;
    gap: 5%;
}

.store-section {
    text-align: center;
    background-color: whitesmoke;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    width: 10vw;
}


.store-section-potato {
    background-image: url("../images/potatis-3.jpg");
    background-position-x: center;
    background-repeat: no-repeat;
    background-position: center; 
}

.store-section-carrot {
    background-image: url("../images/morot1.webp");
    background-position-x: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


.store-section h3, .store-section h4 {
    font-family: Arial, Helvetica, sans-serif;
}

.store-section button {
    margin-bottom: 10%;

}

.fixed-message {
    display: none;;
    position: fixed;
    bottom: 0;
    text-align: center;
    background-color: red;
    width: 100vw;
}
