header, .navbar {
  margin-top: 0 !important;
  padding-top: 10px !important;
  top: 0 !important;
}

.back-button-container {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 100px;
  padding: 0 20px;
}

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #3b141c;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(59,20,28,0.15);
}

.back-button:hover {
  background: #f3961c;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(243,150,28,0.3);
}

.back-button i {
  font-size: 12px;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.footer-section {
  flex-shrink: 0;
}

.coffee-page-animate, 
.iced-coffee-page-animate, 
.iced-tea-page-animate, 
.milk-shake-page-animate, 
.smoothie-drinks-page-animate, 
.mocktail-page-animate, 
.smoothie-bowl-page-animate, 
.submarine-page-animate, 
.burger-page-animate {
  animation: fadeSlideIn 0.7s cubic-bezier(.4,1.4,.6,1) both;
}


.coffee-drinks-row , 
.iced-coffee-drinks-row , 
.iced-tea-drinks-row , 
.milk-shake-drinks-row ,
.smoothie-drinks-row ,
.mocktail-drinks-row ,
.smoothie-bowl-row ,
.submarine-row ,
.burger-row {
  margin-top: 50px;
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.coffee-drink-card ,
.iced-coffee-drink-card ,
.iced-tea-drink-card ,
.milk-shake-drink-card ,
.smoothie-drink-card ,
.mocktail-drink-card ,
.smoothie-bowl-card ,
.submarine-card ,
.burger-card {
  width: 270px;
  min-height: 320px;
  background: #3b141c;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(59,20,28,0.10);
  padding: 28px 18px 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.2s;
  opacity: 0;
}

.coffee-drink-card.slide-in-left ,
.iced-coffee-drink-card.slide-in-left ,
.iced-tea-drink-card.slide-in-left ,
.milk-shake-drink-card.slide-in-left ,
.smoothie-drink-card.slide-in-left ,
.mocktail-drink-card.slide-in-left ,
.smoothie-bowl-card.slide-in-left ,
.submarine-card.slide-in-left ,
.burger-card.slide-in-left {
  animation: slideInLeft 0.7s cubic-bezier(.4,1.4,.6,1) 0.1s forwards;
}

.coffee-drink-card.slide-in-up ,
.iced-coffee-drink-card.slide-in-up ,
.iced-tea-drink-card.slide-in-up ,
.milk-shake-drink-card.slide-in-up ,
.smoothie-drink-card.slide-in-up ,
.mocktail-drink-card.slide-in-up ,
.smoothie-bowl-card.slide-in-up ,
.submarine-card.slide-in-up ,
.burger-card.slide-in-up {
  animation: slideInUp 0.7s cubic-bezier(.4,1.4,.6,1) 0.3s forwards;
}

.coffee-drink-card.slide-in-right ,
.iced-coffee-drink-card.slide-in-right ,
.iced-tea-drink-card.slide-in-right ,
.milk-shake-drink-card.slide-in-right ,
.smoothie-drink-card.slide-in-right ,
.mocktail-drink-card.slide-in-right ,
.smoothie-bowl-card.slide-in-right ,
.submarine-card.slide-in-right ,
.burger-card.slide-in-right {
  animation: slideInRight 0.7s cubic-bezier(.4,1.4,.6,1) 0.2s forwards;
}


@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-60px) scale(0.95); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(60px) scale(0.95); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes slideInUp {
  from { opacity: 0; transform: translateY(40px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.coffee-drink-card img ,
.iced-coffee-drink-card img ,
.iced-tea-drink-card img ,
.milk-shake-drink-card img ,
.smoothie-drink-card img ,
.mocktail-drink-card img ,
.smoothie-bowl-card img ,
.submarine-card img ,
.burger-card img {
  width: 210px;
  height: 210px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  background: #fff;
  display: block;
  transition: transform 0.3s cubic-bezier(.4,1.4,.6,1);
}

.coffee-drink-card img:hover ,
.iced-coffee-drink-card img:hover ,
.iced-tea-drink-card img:hover ,
.milk-shake-drink-card img:hover ,
.smoothie-drink-card img:hover ,
.mocktail-drink-card img:hover ,
.smoothie-bowl-card img:hover ,
.submarine-card img:hover ,
.burger-card img:hover {
  transform: scale(1.13);
  cursor: zoom-in;
}

.coffee-drink-name ,
.iced-coffee-drink-name ,
.iced-tea-drink-name ,
.milk-shake-drink-name ,
.smoothie-drink-name ,
.mocktail-drink-name ,
.smoothie-bowl-name ,
.submarine-name ,
.burger-name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.coffee-drink-price ,
.iced-coffee-drink-price ,
.iced-tea-drink-price ,
.milk-shake-drink-price ,
.smoothie-drink-price ,
.mocktail-drink-price ,
.smoothie-bowl-price ,
.submarine-price ,
.burger-price {
  color: #f3961c;
  font-weight: 700;
  font-size: 16px;
}

.coffee-section h1 ,
.iced-coffee-section h1 ,
.iced-tea-section h1 ,
.milk-shake-section h1 ,
.smoothie-drinks-section h1 ,
.mocktail-section h1 ,
.smoothie-bowl-section h1 ,
.submarine-section h1 ,
.burger-section h1 {
  font-size: 30px;
  font-weight: 700;
  color: #3b141c;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 0;
  letter-spacing: 0.16px;
  opacity: 0;
  transform: translateY(30px);
  animation: h1FadeInUp 0.8s cubic-bezier(.4,1.4,.6,1) 0.2s forwards;
}

@keyframes h1FadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  .coffee-drinks-row ,
  .iced-coffee-drinks-row ,
  .iced-tea-drinks-row ,
  .milk-shake-drinks-row ,
  .smoothie-drinks-row ,
  .mocktail-drinks-row ,
  .smoothie-bowl-row ,
  .submarine-row ,
  .burger-row { 
    gap: 16px; 
  }
  
  .coffee-drink-card ,
  .iced-coffee-drink-card ,
  .iced-tea-drink-card ,
  .milk-shake-drink-card ,
  .smoothie-drink-card ,
  .mocktail-drink-card ,
  .smoothie-bowl-card ,
  .submarine-card ,
  .burger-card {
    width: 100%;
    max-width: 320px;
    min-height: 260px;
  }
  
  .coffee-drink-card img ,
  .iced-coffee-drink-card img ,
  .iced-tea-drink-card img ,
  .milk-shake-drink-card img ,
  .smoothie-drink-card img ,
  .mocktail-drink-card img ,
  .smoothie-bowl-card img ,
  .submarine-card img ,
  .burger-card img {
    width: 150px;
    height: 150px;
  }
  
} 