*{
  margin:0px;
  padding: 0px;
}
body {
  overflow-y: hidden; 
}

.fototienda{
  position: top;
 height: 180px;
}

.tarjetatienda{
    text-align: center;
    border-color:#FCB293; /* black;*/
    background-color: #FCDBC4;/*#333;*/
   /* padding: 10px;
    margin-bottom: 10px;*/
    height: 330px;
    width: 180px;
    position: relative;
}
.tarjetatienda div{
    color:#FCB293;/*white;*/
    font-weight: bold;
}

.horizontal-snap {
 /* background-color: blue;*/
  /* margin: 0 auto;*/
   display: grid;
   grid-auto-flow: column;
   gap: 1rem;
   height: calc(330px + 1rem);
   /*padding: 1rem;*/
   
  width: calc(100vw - 1rem);
  margin-left: 1rem ;
   overflow-y: auto;
   overscroll-behavior-x: contain;
   scroll-snap-type: x mandatory;
 }
 .horizontal-snap > .tarjetatienda {
  scroll-snap-align: center;
}

.cajacantidad{
  width: 100%;
 /* border-color: blue;
  border: 1px solid;*/
  display: flex;
  align-items:center;
  justify-content:space-evenly;
  
}
.cantmas, .cantmenos{
  margin: 1rem;
  border-radius: 2em;
  padding: 1rem 2rem;
 /* background-color: #FCB293;/*blue;*/
 border: 2px solid #FCB293;
  display: flex;
  align-items: center;
  justify-content: center;
  

}
.botton{
  /*position: bottom;*/
  margin: 0 auto;
  background-color: #FCB293 /*BLUE*/;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 1em;
  width: calc(100% - 2em);
  border-radius: 2em;
  color:#FCF8f5 !important;
}

.descrip{
  margin-top: 1rem;
}
.tarjetatienda{
  font-size: 14px;
  z-index: 0;
}
.cajaPrecio{
  display: flex;
position: absolute;
top:5px;
right:10px;
background-color: #FCB293;  /*blue;*/
padding: 2px 4px;
color:#FCF8f5 !important;
}
.pprecio{
  padding-right: 0.5em;
  color:#FCF8f5 !important;
}
.euro{
  color:#FCF8f5 !important;
}
#tienda{
  z-index: -2;
}
#carrusel{
  z-index:-2;
}