/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.hover-wrapper img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.hover-wrapper img:hover {
  transform: scale(1.05);
  filter: brightness(0.85);
}

.sl-overlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.sl-wrapper .sl-image img {
  max-width: 800px !important;
  max-height: 80vh !important;
  width: auto !important;
  height: auto !important;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  border-radius: 8px;
}

