* {
  border: 0;
  padding: 0;
}
.penguin-logo {
  width: 400px !important;
}
.head-section {
  background-color: rgba(255, 251, 240, 1);
}
.penguin-navbar {
  background-color: 0;
}
h1 {
  font-family: "Bebas Neue", cursive;
}
#text-style {
  color: rgba(250, 190, 76, 1);
  font-size: 80px;
}
.text-style2 {
  font-size: 80px;
}
.penguin-catagory,
.text-style2 {
  color: rgba(54, 57, 88, 1);
}
.penguin-card-img {
  padding: 5%;
  background-color: rgba(241, 241, 241, 1);
  margin: 4% auto;
}
.penguin-info {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}
.penguin-card-border,
.penguin-card-img {
  border-radius: 1em;
}

.penguin-card-footer,
.penguin-card-border {
  background-color: white;
  border: 0;
}
.penguin-btn {
  background-color: rgba(164, 188, 70, 1);
  color: white;
}
.footer-section {
  background-color: hsla(72, 47%, 51%, 0.486);
  padding: 3% 1% 1% 1%;
}

.filter-btn {
  border: 1px solid rgba(164, 188, 70, 1);
  color: rgba(164, 188, 70, 1);
  border-radius: 0.25rem;
  padding: 6px 16px;
  transition: 0.3s;
}

.filter-btn:hover {
  background-color: rgba(164, 188, 70, 1);
  color: #fff;
}

.filter-btn.active {
  background-color: rgba(164, 188, 70, 1);
  color: #fff;
}


.size-label {
  font-weight: 500;
  color: #444;
  margin-right: 5px;
}

.size-badge {
  background-color: rgba(164, 188, 70, 0.15);
  color: rgba(164, 188, 70, 1);
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
}




.price-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-text-style {
  color: rgba(250, 190, 76, 1);
  font-weight: bold;
}
.price-old-text-style {
  text-decoration: line-through;
  color: #888;
  font-size: 18px;
}


.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff4d4d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 8px;
  z-index: 10;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2); /* depth */
}

.thumbnail-scroll {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding: 10px 0;
  scroll-behavior: smooth;
}

/* Hide scrollbar (optional but looks premium) */
.thumbnail-scroll::-webkit-scrollbar {
  height: 6px;
}

.thumbnail-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* Thumbnail images */
.thumb-img {
  flex: 0 0 auto; /* IMPORTANT for horizontal scroll */
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: 0.3s;
}

.thumb-img:hover {
  transform: scale(1.1);
}

.active-thumb {
  border: 2px solid black;
}

/* REMOVE black click effect */
.thumb-arrow:focus,
.thumb-arrow:active {
  outline: none;
  box-shadow: none;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  color: rgba(0,0,0,0.5);
  border: none;
  font-size: 22px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

.nav-arrow:hover {
  background: white;
}

.nav-arrow:focus {
  outline: none;
  box-shadow: none;
}

.nav-arrow:active {
  outline: none;
  box-shadow: none;
}
