/* Add custom CSS styles below */ 

@media only screen and (max-width: 768px) {


.flex.items-stretch.justify-between.relative {
  position: relative;
  min-height: 108px;
}

/* Center the logo */
.navbar-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Move search button to appear before logo visually */
button[aria-label="Search"] {
  position: absolute;
  right: 30px; /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* Adjust other right elements */
.header-btn, salla-cart-summary {
  margin-right: 60px; /* Make room for the search button */
}




}

.countdown-single{
display: none !important
}


#product-form > salla-product-options > salla-conditional-fields > div > div > div > div > select {
  text-align: center;
}