@media (min-width: 777px) {
  .mega-menu .navigation-dropdown-ul.depth-0 > li.navigation-items-item.break-to-new-lines > .sub-menu {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 777px) {
  .mega-menu .navigation-dropdown-ul.depth-0 > li.navigation-items-item.break-to-new-lines {
    --gap-to-fill: 36px;
    --break-to-new-lines-count: 2;
    width: 66% !important;
  }
}
body.page-id-14431 #cart {
  display: none !important;
}
body.page-id-14431 .entry-content {
  padding: 0 !important;
}
body.page-id-14431 .pause-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: #faf7f2;
}
body.page-id-14431 .pause-container {
  box-sizing: border-box;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: white;
  padding: 60px 50px;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}
body.page-id-14431 .pause-logo img {
  max-width: 180px;
  margin-bottom: 30px;
}
body.page-id-14431 .pause-title {
  font-size: clamp(28px, 3vw, 36px);
  margin-bottom: 24px;
  line-height: 1.2;
}
body.page-id-14431 .pause-text {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}
body.page-id-14431 .pause-contact {
  margin: 40px 0;
  padding: 25px;
  background: #fff6db;
  border-radius: 10px;
}
body.page-id-14431 .pause-email a {
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}
body.page-id-14431 .pause-email a:hover {
  text-decoration: underline;
}
body.page-id-14431 .pause-footer-text {
  margin-top: 30px;
  font-size: 15px;
  color: #777;
}

.pause-container {
  animation: fadeUp 0.6s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 777px) {
  body.page-id-14431 .pause-page {
    min-height: auto;
    align-items: flex-start;
    padding: 40px 16px 60px;
  }
  body.page-id-14431 .pause-container {
    padding: 35px 22px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  body.page-id-14431 .pause-logo img {
    max-width: 140px;
    margin-bottom: 20px;
  }
  body.page-id-14431 .pause-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  body.page-id-14431 .pause-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  body.page-id-14431 .pause-contact {
    margin: 28px 0;
    padding: 18px;
  }
  body.page-id-14431 .pause-email a {
    font-size: 17px;
  }
  body.page-id-14431 .pause-footer-text {
    font-size: 14px;
    margin-top: 20px;
  }
}