.snowflake-area {
  pointer-events: none;
}

/* ============================================
   CHRISTMAS OFFER STYLES
   ============================================ */

.christmas-offer {
  text-align: center;
  padding: 60px 15px;
  background: url("/assets/uploads/xmas-offer-bck.webp") no-repeat;
  background-size: contain;
}

.christmas-offer h2 {
  background: #ca244c;
  color: white;
  padding: 20px 35px;
  font-size: 24px;
  display: inline-block;
  margin: 15px auto 30px auto;
  border-radius: 15px;
}

.christmas-offer div.btn-container {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: 40px auto 10px auto;
}

.christmas-offer div.btn-container a.btn.pink {
  position: relative;
  z-index: 20;
}

.christmas-offer div.btn-container:before {
  width: 421px;
  height: 200px;
  position: absolute;
  left: 50%;
  content: "";
  top: 10px;
  z-index: 9;
  transform: translateX(-50%) translateY(-50%);
  background: url("/assets/uploads/giftsbck.png") no-repeat center center;
}

@media (min-width: 1024px) {
  .christmas-offer {
    background: url("/assets/uploads/xmas-offer-bck.webp") no-repeat;
    background-size: cover;
  }
}

.christmas-offer .tabsnav {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  max-width: 900px;
  gap: 1.5rem;
  list-style-type: none;
}

.christmas-offer .tabsnav li {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ============================================
   TABS NAVIGATION STYLES
   ============================================ */

@media (min-width: 768px) {
  .tabsnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .christmas-offer .tabsnav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* ============================================
   CHRISTMAS MENU STYLES
   ============================================ */

.clapi5tab {
  text-align: left;
}

.clapi5tab .menu-container,
.clapi6tab .menu-container {
  border-radius: 15px;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.2),
    0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 30px;
  max-width: 800px;
  margin: 0px auto 60px auto;
  background: #ffffff;
}

.clapi5tab .menu-container h3,
.clapi6tab .menu-container h3 {
  font-weight: semibold;
  font-size: 22px;
  margin-bottom: 10px;
}

.clapi6tab .menu-container ul {
  margin: 0;
}

.clapi6tab .menu-container ul li {
  list-style: none;
  margin-bottom: 10px;
}

.clapi6tab .menu-container .brunch-price {
  font-weight: bold;
  font-size: 22px;
}

.clapi5tab .menu-container .xmas-el-container {
  display: flex;
  gap: 5px;
  align-items: center;
}

.clapi5tab .menu-container .xmas-el-container span {
  display: block;
}

.clapi5tab .menu-container .xmas-el-container span.price {
  min-width: 40px;
}

.clapi5tab .menu-container .xmas-el-container .pointilles {
  border-bottom: dotted 1px black;
  flex-grow: 1;
  margin-bottom: 6px;
  align-self: end;
}

.clapi6tab .menu-section {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px dashed #e0e0e0;
}
.clapi6tab .menu-section:last-of-type {
  margin-bottom: 0;
}
.clapi6tab .menu-section .xmasmenu-item {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.clapi8tab .menu-container .menu-section.mignardises-section {
  border-radius: 15px;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.2),
    0 2px 4px rgba(0, 0, 0, 0.1);
}

.clapi8tab .menu-container .first-part {
  border-bottom: none;
}
@media (max-width: 768px) {
  .clapi5tab .menu-container,
  .clapi6tab .menu-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 30px;
    max-width: unset;
    width: 100%;
    margin: 0px auto 60px auto;
    background: #ffffff;
  }

  .christmas-menu .tabcontainer {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .btn-container a.btn.pink {
    margin-left: auto;
    margin-right: auto;
    display: block;
    align-self: center;
    max-width: 257px;
  }
}

/* ============================================
   FESTIVE MENU HEADER STYLES
   ============================================ */

.xmas-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #ca244c;
  position: relative;
}

.xmas-header h3 {
  margin: 0;
  font-size: 24px;
  color: #ca244c;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.xmas-icon {
  font-size: 32px;
  animation: bounce-gentle 2s ease-in-out infinite;
}

@keyframes bounce-gentle {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.xmas-price-tag {
  display: inline-block;
  background: linear-gradient(135deg, #ca244c 0%, #8b1a36 100%);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: 700;
  align-self: center;
  font-size: 18px;
  margin-bottom: 1rem;
  box-shadow: 0 4px 15px rgba(202, 36, 76, 0.3);
  text-align: center;
  position: relative;
  letter-spacing: 0.5px;
}

.xmas-price-tag::before {
  content: "✨";
  margin-right: 0.5rem;
}

.xmas-price-tag::after {
  content: "✨";
  margin-left: 0.5rem;
}

/* ============================================
   FESTIVE MENU ITEM CONTAINER
   ============================================ */

.xmas-el-container {
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  transition: all 0.3s ease;
}

.xmas-el-container:hover {
  background-color: rgba(202, 36, 76, 0.05);
  padding-left: 0.5rem;
  border-left: 3px solid #ca244c;
  margin-left: -0.5rem;
}

.xmas-el-container span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #2c2c2c;
  font-weight: 500;
}

/* ============================================
   FESTIVE MENU LAYOUT
   ============================================ */

.clapi5tab .menu-container {
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}

.first-part {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px dashed #e0e0e0;
}

.second-part {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .first-part {
    margin-bottom: 0.5rem;
    padding-bottom: 1.5rem;
  }

  .xmas-header {
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
  }

  .xmas-header h3 {
    font-size: 18px;
  }

  .xmas-icon {
    font-size: 24px;
  }

  .xmas-price-tag {
    font-size: 16px;
    padding: 0.6rem 1.2rem;
    margin-bottom: 1rem;
  }
}

/* ============================================
   MENU DE FETE STYLES
   ============================================ */

.clapi7tab .menu-container {
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}

.clapi7tab {
  text-align: left;
}

.menu-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px dashed #e0e0e0;
}

.menu-section:last-of-type {
  border-bottom: none;
}

.menu-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #ca244c;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 1rem;
}

.menu-subtitle::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #ca244c;
}

.xmasmenu-item {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: rgba(202, 36, 76, 0.02);
  border-left: 3px solid #ca244c;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.xmasmenu-item:hover {
  background-color: rgba(202, 36, 76, 0.08);
  transform: translateX(4px);
}

.item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.item-title {
  flex: 1;
  font-size: 15px;
  line-height: 1.6;
  color: #2c2c2c;
  font-weight: 500;
}

.item-price {
  font-weight: 700;
  color: #ca244c;
  font-size: 16px;
  white-space: nowrap;
  padding: 0.25rem 0.75rem;
  background: rgba(202, 36, 76, 0.1);
  border-radius: 4px;
}

.mignardises-section {
  max-width: 800px;
  background: white;
  padding: 2rem;
  border-radius: 8px;
  border-left: 4px solid #ca244c;
  margin: 0 auto 2rem auto;
}

.mignardises-price {
  font-size: 16px;
  font-weight: 700;
  color: #ca244c;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  background: rgba(202, 36, 76, 0.1);
  border-radius: 4px;
  text-align: center;
}

.mignardise-item {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
}

.mignardise-name {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #2c2c2c;
  font-weight: 500;
}

.mignardise-item .pointilles {
  border-bottom: dotted 1px #ca244c;
  flex-grow: 1;
  margin-bottom: 4px;
  align-self: end;
}

@media (max-width: 768px) {
  .menu-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }

  .xmasmenu-item {
    padding: 0.75rem;
    margin-bottom: 1rem;
  }

  .item-header {
    flex-direction: column;
    gap: 0.5rem;
  }

  .item-price {
    font-size: 14px;
  }

  .menu-subtitle {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  .mignardises-section {
    padding: 1.5rem;
    margin-top: 1.5rem;
  }

  .mignardises-price {
    font-size: 14px;
    margin-bottom: 1rem;
  }
}
