.header {
  position: relative;
}
.header::before{
  content: "";
  display: block;
  font-size: 0.6rem;
  bottom: -0.46em;
  height: 1em;
  left: 0;
  position: absolute;
  width: 100%;
  background-image: url(/images/onda-rossa.svg);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 10;
}

#searchRow{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#searchRow .searchContainer{
  flex-grow: 1;
  margin-right: 0.7rem;
  position: relative;
}

.searchContainer #resetSearch{
  color: var(--red);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.storeItem{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.storeItem > :first-child{
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.storeItem .bordered{
  border: 2px solid var(--blue);
  border-radius: 1rem;
  overflow: hidden;
}

.storeItem ul.contactList {
  padding-top: .5rem;
}

.storeItem ul.contactList li {
  padding-left: 1.3em;
  margin-bottom: .8em;
  position: relative;
}
.storeItem ul.contactList li,
.storeItem ul.contactList li a{
  font-size: .81rem;
  color: var(--blue);
  font-family: 'BefterSans';
  letter-spacing: .15em;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
}
.storeItem ul.contactList li::before {
  content: "";
  position: absolute;
  width: 1em;
  left: 0;
  top: .1em;
  height: 1em;
  background: url('/images/onda-blu.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.storeItem ul.contactList li.menuLink a{
  text-transform: none;
  text-decoration: underline;
}

.storeItem ul.contactList li.menuLink::before{
  background-image: url('/images/cappello.png');
}



/* =============== MENU LIST =============== */

#storeList{
  row-gap: 30px;
}

.storeItem ul.getMeal{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
}

.storeItem ul.getMeal li{
  flex: 0 0 100%;
  max-width: 100%;
}

.storeItem ul.getMeal li:first-child{
  min-height: 2.24rem;
}

.storeItem ul.getMeal .customBtn{
  height: 100%;
  border-style: solid;
  border-width: 2px;
  display: block;
  text-align: center;
  border-radius: 0.5em;
  position: relative;
}

.storeItem ul.getMeal .customBtn.disabled, .storeItem ul.getMeal .customBtn.disabled:hover{
  background-color: #cfcfcf;
  border: #cfcfcf;
  color: var(--white);
  pointer-events: none;
}

.storeItem ul.getMeal .customBtn.disabled img{
  filter: saturate(0);
}

.storeItem ul.getMeal .glovoBtn span{
  position: absolute;
  display: block;
  height: 1em;
  width: 60%;
  max-width: calc(100% - 1.44rem);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.storeItem ul.getMeal .glovoBtn img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 1.5em;
  height: 2.2em;
  object-fit: contain;
}


#searchBtn{
  max-height: 46px;
  border-radius: 10px;
  border:2px solid var(--blue);
  padding: 0.41em 0.51rem;
  cursor: pointer;
}

#searchBtn svg .lens-circle,
#searchBtn svg .lens-stick{
  stroke: currentColor;
}

#search{
  border: 2px solid var(--blue);
  height: 100%;
}

/* =============== LOYALTY =============== */

#loyalty{
  position: relative;
}

#loyalty::before,
#loyalty::after{
  content: "";
  display: block;
  position: absolute;
  background-image: url(/images/onda-blu-dark.svg);
  font-size: 0.6rem;
  height: 1em;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  z-index: 10;
}

#loyalty::before{
  top: -0.45em;
}

#loyalty::after{
  bottom: -0.45em;
}

#sostenibilita{
  position: relative;
}

#sostenibilita .resizer{
  position: relative;
}

#sostenibilita .resizer .imgContainer{
  border-radius: 1rem;
  overflow: hidden;
}


@media(max-width: 991px){

}

@media(max-width: 767px){

  /* =============== MENU LIST =============== */
  .storeItem ul.getMeal li{
    flex: 1 0 0;
  }

  .storeItem ul.getMeal li:nth-child(1){
    max-width: 35%;
  }

  .storeItem ul.getMeal li:last-child{
    flex: 0 0 100%;
  }

  #sostenibilita .resizer{
    margin: 0 -15px;
  }

}

@media(max-width: 374px){
  .storeItem ul.getMeal li:first-child {
    min-height: 2.66rem;
  }

  .storeItem ul.getMeal li, .storeItem ul.getMeal li:nth-child(1){
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media(min-width: 768px){
  #search,#searchBtn{
    height: 50px;
    max-height: 50px;
  }
}

@media(min-width: 1200px){

}

@media(min-width: 1800px){
}
