@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Battambang:wght@100;300;400;700;900&family=Kaisei+Tokumin&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* Reset some defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body */
body {
  font-family: "Oswald", sans-serif;
  line-height: 1.6;
  background-color: #f5f5f5;
  color: #333;
}

.carousel-inner img {
  aspect-ratio: 15/9;
}

.salebox{
  width: 50px;
  height: 50px;
  margin-top: 40px;
}

/* Slider */
/* .slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin: 20px 0;
}

.slider img {
  width: 100%;
  max-width: 1000px;
  scroll-snap-align: start;
  border-radius: 10px;
  margin: auto;
} */

/* Products Section */
/* #products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  justify-content: center;
} */

/* .product-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 15px;
  width: 250px;
  text-align: center;
  max-height: 350px;
}

.product-card img {
  width: 100%;
  border-radius: 5px;
}

.product-card h3 {
  margin: 10px 0;
}

.product-card a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  background-color: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.product-card a:hover {
  background-color: #2980b9;
} */

/* Product Detail */
article {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

article img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

article button {
  padding: 10px 20px;
  background-color: #e67e22;
  color: rgb(244, 239, 239);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}

article button:hover {
  background-color: #d35400;
}

/* Promotions */
.box-discount{
  background: url('../images/Abike.jpg') top/cover no-repeat;
  background-attachment: fixed;
  height: 70vh;
}
.box-discount .offer{
  top:36%;
  left: 8%;
}
.box-discount .offer h1{
  font-size: 3.5rem;
}

.link-list{
  padding: 0;
}
.link-list li{
  list-style-type: none;
}
.link-list li a{
  text-decoration: none;
  color: #27ae60;
  line-height: 2rem;
}
.link-list li a:hover{
  color: #2c3e50;
}

#promotions h2 {
  color: #27ae60;
}

/* Footer */
footer {

  
  background-color: #2c3e50;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}
