ul li {
  margin: 15px 0 !important;
}
.site-header {
position: sticky;
top: 0;
z-index: 999;
}
a, button {
transition: all 0.3s ease;
}

a:hover, button:hover {
opacity: 0.8;
}
.woocommerce ul.products li.product img {
transition: transform 0.4s ease;
}

.woocommerce ul.products li.product:hover img {
transform: scale(1.1);
}

/* website slider styling */
