
/*
Theme Name: SteJosetex
Author: Alexander Edward Kaspbrak
Version: 1.0
Description: Tema elegante per sartoria e ricamo SteJosetex
*/

body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
}

h1, h2, h3 {
  color: #002060;
}

.hero .slideshow {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.hero .slideshow img {
  width: 100%;
  height: auto;
  scroll-snap-align: start;
  flex-shrink: 0;
}

.grid-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  padding: 40px 20px;
  text-align: center;
}

.grid-links div {
  background: #f8f8f8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.grid-links img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.grid-links p {
  margin: 0;
  padding: 15px;
  background: #002060;
  color: #fff;
  font-weight: bold;
}
