.top-bar {
  font-size: 10px;
  color: #66efb6;
  letter-spacing: 1px;
}


.logo {
  font-size: 40px;
  letter-spacing: 10px;
  font-weight: 500;
}


.search-input {
  background: black;
  color: white;
  border: none;
  border-radius: 0%;
}

.search-input::placeholder {
  color: #fdf9f9;

}

.cart {
  float: right;
  font-size: 14px;
  color: ;

}


.menu-bar {
  background: black;
}

.menu-bar .nav-link {
  color: rgba(255, 255, 255, 0.941) !important;
  font-weight: 500;
  margin: 0 10px;
}

.menu-bar .nav-link:hover {
  color: #ccc !important;
}

.navbar-nav .nav-link {
  color: white;
  text-decoration: none;
}


.eid-text {
  color: white;
  font-weight: 500;
  margin-right: 20px;
  white-space: nowrap;
}

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: large;
  letter-spacing: 7px;
  color: black;
}

.line {
  height: 2px;
  background-color: black;
  width: 100%;
}

.image {
  overflow: hidden;
}

.image img {
  transition: transform 0.8s ease;
}

.image:hover img {
  transform: scale(1.1);
}

.newsletter-title {
  font-size: 24px;
  font-weight: 600;
}

.newsletter-title {

  font-size: xx-large;
  color: #000000;
}

.newsletter-input {
  height: 50px;
  border: 1px solid black;

  border-radius: 0;
}

.btn-subscribe {
  height: 50px;
  width: 200px;
  border-radius: 0;
  background-color: #110f0fe3;
  color: #fff;
  padding: 0 30px;
  border: 1px solid black;
  font-size: large;
  letter-spacing: 1px;
}



.about-section {
  background-color: #f8f8f8;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;

}

.text {
  font-size: large;
  border-radius: 0%;
}

.footer {
  background: linear-gradient(to right, #1f1f1f, #2c2c2c);
  color: #ddd;
  font-size: 14px;
}

.footer h6 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 17px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  justify-content: center;
}



.social-icons i {
  background: white;
  color: #000;
  border-radius: 80%;
  padding: 10px;
  font-size: 12px;
}

.divider {
  border-top: 1px solid #444;
  margin: 20px 0;
}

.payment-box {
  background: #fff;
  padding: 2px;
  border-radius: 10px;
  display: inline-block;
}

.card {
  text-align: center;
  border-radius: 0%;
  font-size: 14px;
  letter-spacing: 0px;
}

.card-hover{
background-color: #66efb6;

}


.btn {
  border-radius: 0%;
  color: white;
  font-size: large;
}


body {
  background: #f8f8f8;
}

.product-img {
  width: 100%;
  border-radius: 5px;
}

.thumb-img {
  width: 70px;
  height: 80px;
  object-fit: cover;
  border: 1px solid #ddd;
  cursor: pointer;
}

.thumb-img.active {
  border: 2px solid #000;
}

.price {
  font-size: 22px;
  font-weight: 600;
}

.size-btn {
  border: 1px solid #ccc;
  padding: 6px 12px;
  margin-right: 5px;
  cursor: pointer;
  background: #fff;
}

.size-btn.active {
  border: 2px solid #000;
}

.btn-cart {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 12px;
  border: none;
}

.btn-buy {
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  background: #fff;
  margin-top: 10px;
}

.details {
  font-weight: 600;
  margin-top: 15px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}






.thumb-wrapper {
  position: relative;
  padding: 20px 40px;
}

.thumb-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
}


.thumb-img {
  width: 100px;
  height: 110px;
  object-fit: cover;
  background: #eee;
  border: 2px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.thumb-img.active {
  border: 2px solid #000;
}

.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.arrow-left {
  left: 5px;
}
.arrow-right {
  right: 5px;
}