.banner_ad:first-of-type {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  justify-content: center !important;
}

.banner_ad:first-of-type > * {
  flex: 1 1 30% !important;
  max-width: 30% !important;
  position: relative !important;
  aspect-ratio: 1 / 1 !important;
}

@media (max-width: 768px) {
  .banner_ad:first-of-type {
    flex-direction: column !important;
  }

  .banner_ad:first-of-type > * {
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }
}
@media (max-width:1199px){
a#cart-button {
    display: block !important;
}
salla-cart-summary.ml-\[5px\].rtl\:ml-\[unset\].rtl\:mr-\[5px\].hidden.lg\:flex.items-center.justify-between.gap-\[7px\].pointer-events-none.hydrated {
    display: block !important;
}
.s-cart-summary-wrapper #s-cart-icon {
    display: none !important;
}}