.bottom-panel .bottom-btn.orders-icon {
  background-image: var(--icon-orders-white);
}

.items .items-title > h2::before,.items .items-title > h2::after{
  display: none;
}
.items .items-title h2 {
justify-content: center;
}

.map-container a.back-btn {
  color:white;
}


@media only screen and (min-width: 1000px) {

  .items .item .item-buy-now,
  .item-buy-now::before{
    color: black;
    background:white;
    border: 1px solid black;
  }
  .items .item .item-buy-now:hover{
    background: black;
    color: white;
  }
}
  footer .footer-logo{
    height: 14rem;
  } 

  //Apple Safari 26.2 FIX
.items .item .item-photo-content::before{
  content:"";
  display:block;
  width:100%;
  padding-top:100%;
  border-radius: var(--border-radius-lg);

  background-image: var(--item-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

  