/* Add custom CSS st/* Remove heavy shadows */
* {
  box-shadow: none !important;
}

/* Disable animations */
* {
  animation: none !important;
  transition: none !important;
}

/* Optimize images */
img {
  max-width: 100%;
  height: auto;
}

/* Reduce header size */
header {
  padding: 10px !important;
}

/* Reduce section spacing */
section {
  margin: 10px 0 !important;
  padding: 10px !important;
}

/* Optimize product cards */
.product-item {
  padding: 5px !important;
}

/* Hide unnecessary effects */
.hover,
:hover {
  transform: none !important;
}yles below */