/* Eggs Shop — Cookie consent bottom sheet */

html.et-cookie-consent-given #cookie-law-info-bar {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#cookie-law-info-bar {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #1e3a5f !important;
  font-family: 'Quicksand', 'Ubuntu', Arial, sans-serif !important;
  position: fixed !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  width: calc(100% - 32px) !important;
  max-width: calc(100% - 32px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  z-index: 99999 !important;
  box-sizing: border-box !important;
  pointer-events: auto !important;
}

#cookie-law-info-bar > span,
#cookie-law-info-bar .et-cookie-bar__shell {
  display: block !important;
  width: 100% !important;
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 14px 40px 14px 14px;
  background: #ffffff !important;
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(30, 58, 95, 0.14), 0 2px 8px rgba(30, 58, 95, 0.06);
  box-sizing: border-box;
}

#cookie-law-info-bar.et-cookie-bar--ready {
  animation: et-cookie-sheet-in 0.32s ease-out forwards;
}

@keyframes et-cookie-sheet-in {
  from {
    opacity: 0;
    transform: translateY(calc(100% + 16px));
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes et-cookie-sheet-in-centered {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(calc(100% + 16px));
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

#cookie-law-info-bar .et-cookie-bar__header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

#cookie-law-info-bar .et-cookie-bar__visual {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cookie-law-info-bar .et-cookie-bar__visual img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

#cookie-law-info-bar .et-cookie-bar__content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0;
}

#cookie-law-info-bar .et-cookie-bar__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #1e3a5f;
  letter-spacing: 0;
}

#cookie-law-info-bar .cli-bar-message {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #5a6b7d !important;
  text-align: left !important;
}

#cookie-law-info-bar .cli-bar-btn_container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

#cookie-law-info-bar .cli-plugin-button,
#cookie-law-info-bar .cli-bar-btn_container a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100% !important;
  min-width: 0;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid #d5dde8 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #1e3a5f !important;
  font-family: 'Quicksand', 'Ubuntu', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: normal;
  text-align: center;
  box-shadow: none !important;
  cursor: pointer;
  box-sizing: border-box !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#cookie-law-info-bar .cli-plugin-button:hover,
#cookie-law-info-bar .cli-bar-btn_container a:hover {
  background: #f7f9fc !important;
  color: #1e3a5f !important;
  border-color: #c5d0df !important;
}

#cookie-law-info-bar #et-cli-essential-btn::before {
  content: '';
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: center / contain no-repeat url('https://eggstime.com/wp-content/uploads/2026/06/leaf.png');
}

#cookie-law-info-bar #wt-cli-accept-all-btn {
  background: #61a229 !important;
  border-color: #61a229 !important;
  color: #ffffff !important;
}

#cookie-law-info-bar #wt-cli-accept-all-btn::before {
  content: '';
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}

#cookie-law-info-bar #wt-cli-accept-all-btn:hover {
  background: #4e8221 !important;
  border-color: #4e8221 !important;
  color: #ffffff !important;
}

#cookie-law-info-bar .cli_settings_button::before {
  content: '';
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238e44ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42'/%3E%3C/svg%3E");
}

#cookie-law-info-bar .et-cookie-bar__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8a97a8;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

#cookie-law-info-bar .et-cookie-bar__close:hover {
  color: #1e3a5f;
  background: rgba(30, 58, 95, 0.06);
}

#cookie-law-info-again {
  font-family: 'Quicksand', 'Ubuntu', Arial, sans-serif !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 24px rgba(30, 58, 95, 0.12) !important;
}

/* No full-page overlay from Cookie Law Info */
#cookie-law-info-bar ~ .cli-modal-backdrop,
.cli-modal-backdrop.cli-show,
#cliSettingsPopup ~ .cli-modal-backdrop {
  background: transparent !important;
  backdrop-filter: none !important;
}

@media screen and (min-width: 480px) {
  #cookie-law-info-bar {
    left: 50% !important;
    right: auto !important;
    width: 92% !important;
    max-width: 640px !important;
    transform: translateX(-50%);
  }

  #cookie-law-info-bar.et-cookie-bar--ready {
    animation-name: et-cookie-sheet-in-centered;
  }

  #cookie-law-info-bar .cli-plugin-button,
  #cookie-law-info-bar .cli-bar-btn_container a {
    font-size: 13px !important;
    padding: 0 12px !important;
  }
}

@media screen and (max-width: 479px) {
  #cookie-law-info-bar .cli-bar-btn_container {
    grid-template-columns: 1fr;
  }

  #cookie-law-info-bar .cli-plugin-button,
  #cookie-law-info-bar .cli-bar-btn_container a {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 767px) {
  #cookie-law-info-bar .cli-bar-container.cli-style-v2 {
    padding: 12px 36px 12px 12px;
    gap: 10px;
  }

  #cookie-law-info-bar .et-cookie-bar__title {
    font-size: 15px;
  }

  #cookie-law-info-bar .cli-bar-message {
    font-size: 12px !important;
  }
}
