.elementor-100 .elementor-element.elementor-element-1590a43{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-28f5032 */.schoolwear-swatchbook-grid,
.workwear-swatchbook-grid {
  display: grid;
  gap: 20px;
  padding: 20px 0;
  text-align: center;
  grid-template-columns: repeat(1, 1fr); /* Mobile */
}

@media (min-width: 768px) {
  .schoolwear-swatchbook-grid,
  .workwear-swatchbook-grid {
    grid-template-columns: repeat(3, 1fr); /* Tablet */
  }
}

@media (min-width: 1024px) {
  .schoolwear-swatchbook-grid,
  .workwear-swatchbook-grid {
    grid-template-columns: repeat(4, 1fr); /* Desktop */
  }
}

.swatch-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.swatch-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.swatch-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.swatch-title {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}/* End custom CSS */