/*
Theme Name: Taurus Gun Shop USA
Theme URI: https://taurusgunshopusa.com
Author: Your Name
Description: Minimal and clean WordPress theme for Taurus Gun Shop USA.
Version: 1.0
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

header, footer {
  background: #333;
  color: #fff;
}

nav {
  display: flex;
  gap: 20px;
}

a {
  color: inherit;
  text-decoration: none;
}
.carousel {
  position: relative;
  max-width: 800px;
  margin: 40px auto;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
}

.carousel button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
}

.carousel .prev {
  left: 10px;
}

.carousel .next {
  right: 10px;
}
