body{
    background-color: #f6f6f6;
}
h1{
    color: #4C54D7;
    font-family: robo;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0% 2px 0%;
}
h2{
    color: black;
    font-family: robo;
    font-size: 12px;
    font-weight: 600;
    margin: 3px 0% 25px 0%;
}
h3{
    color: #222;
    font-family: robo;
    font-size: 13px;
    font-weight: 600;
    margin: 0% 0% 2px 0%;
}
.advert {
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    border-radius: 20px;
    background-image: url("/meta/data/bgd.png");
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    gap: 1%;
    margin-top: 62px;
}
  .advert::-webkit-scrollbar {
    display: none; 
}
.ad {
    flex: 0 0 100%;
    scroll-snap-align: center;
    scroll-snap-stop: always; 
    margin: 0;
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 2em;
    user-select: none;
}
.main{
   width: 100%;
   object-fit: cover;
}
.animation{
   width: 30px;
   height: 30px;
   margin: 3px 5px 0px 0px;
}
.store{
   width: fit-content;
   margin-top: 6px;
   flex: 0 0 auto;
   scroll-snap-align: start;
   scroll-snap-stop: always;
}
.store .brand{
   width: 200px;
   height: 110px;
   background-color: #f6f6f6;
   border: 2px solid #bdbdbd;
   border-radius: 20px;
   flex: 0 0 auto;
}
.mark{
   width: 100px;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
   display: block;
}
.line{
    border-radius: 7px;
    height: 2px;
    background-color: black;
    border: none;
    margin: 0%;
}
.slider{
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
}
.slider::-webkit-scrollbar {
    display: none; 
}
.product{
    margin-top: 6px;
    background-color: white;
    padding: 6px;
    width: 120px;
    border-radius: 7px;
    height: 215px;
}
.product .img{
    width: 115px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    display: block;
}
.product .tags{
    text-decoration: none;
    color: white;
    background-color: red;
    font-family: robo;
    font-size: 12px;
    padding: 3px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.product .buy{
    color: white;
    font-family: robo;
    font-size: 15px;
    border: none;
    padding: 7px;
    width: 98%;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
    display: block;
    margin: 0 auto;
    background-color: #4C54D7;
}

.product-list{
    background: linear-gradient(to bottom, #BC153C, white);
    width: 90%;
    max-width: 850px;
    padding: 10px;
    border-radius: 10px;
    font-family: robo;
    font-size: 13px;
    color: white;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 5px;
}
.menu {
    width: 85%;
    position: fixed;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: white;
    z-index: 9999; 
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 8px;
}
.menu .bar{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0% 2%;
}
.menu .bar .ico{
    width: 12%;
    color: grey;
}