*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-decoration: none;
}

ul {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
  }

body{
    background-color: #313131;

    display: flex;
    overflow:visible;
    justify-content: center;  /* Allinea orizzontalmente */
    align-items: center;      /* Allinea verticalmente */
    min-height: 100vh;        /* Imposta l'altezza minima al 100% della finestra*/
    flex-direction: column;

}


footer,
main,
header{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

img.logo{
max-width: 150px;
    border-radius: 50%;
    border: 0.2rem solid #B13838;
}

.main-color{
    color: #ff1d1d;
}

h1{
    margin-top: 1rem;
    font-size: 2.5rem;
}

h2{
    margin-top: 0.1rem;
    font-size: 2rem;
}

h3{
    margin-top: 0.1rem;
    font-size: 1.5rem;
}

.instagram:before{
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    margin-right: 0.3rem;
    content: "\f16d";
}

.twitter:before{
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    margin-right: 0.3rem;
    content: "\e61b";
}

.tiktok:before{
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    margin-right: 0.3rem;
    content: "\e07b";
}

.whatsapp:before{
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    margin-right: 0.3rem;
    content: "\f232";
}

.site:before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.3rem;
    content: "\f0e8";
}

.facebook:before{
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    margin-right: 0.3rem;
    content: "\f09a";
}

.ebay:before{
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    margin-right: 0.3rem;
    content: "\f4f4";
}

.eshop:before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.3rem;
    content: "\f291";
}

.arrow-left:before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.3rem;
    content: "\f060";
}

.mail:before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.3rem;
    content: "\f199";
}

.btn{
    margin-top: 0.8rem;
    border-radius: 0.5rem;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    width: 20rem;
    color: black;
    padding: 0.6rem;
    background-image: linear-gradient(191deg, #F1FFFA 9%, #FFFFFF 100%);
    border: black solid 0.1rem;
}

.btn:focus,
.btn:hover{
    background-color: transparent;
    background-image: linear-gradient(141deg, #F1FFFA 72%, #B13838 100%);
}

section.low-footer{
    margin: 1rem 0;
    font-size: 0.7rem;
    color: white;
}

.fa-heart{
    color: red;
}

.fa-mug-saucer{
    color: rgb(0, 0, 0);
}

section.low-footer>p>a{
    color: white;
    font-weight: 500;
}

section.low-footer>a{
    color: #FFFFFF;
    font-weight: 700;
}

.privacy{
    color: white;
    font-size: 0.7rem;
    padding-top: 1rem;
    max-width: 1000px ;
}

ul>li,
section.privacy>p{
    margin-top: 0.3rem;
    font-size: 1rem;
    
}

section.privacy>ul>li>a,
section.privacy>p>a{
    font-weight: 900;
    color: white;
}

li::before{
    content: "• ";
}



.cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 1rem 0.3rem;
    font-size: 0.9rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
  
.cookies-eu-banner button {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
    border-radius: 10px;
    padding: 0.5rem 2rem;
  }
  
  .cookies-eu-banner button:hover {
    background: #fff;
    color: #222;
  }

  .hidden {
    display: none;
  }

  .cookies-eu-banner a {
    color: white;
    font-weight: 800;
  }

.cookies-eu-banner p {
    line-height: 1.5rem;
}