/* Eggs Shop — Cookie Law Info bar redesign */

#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;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 16px !important;
  position: fixed !important;
  z-index: 99999 !important;
  box-sizing: border-box !important;
}

#cookie-law-info-bar > span {
  display: block !important;
  width: 100% !important;
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1341px;
  margin: 0 auto;
  padding: 22px 56px 22px 24px;
  background: #ffffff !important;
  border: 1px solid rgba(30, 58, 95, 0.08);
  border-radius: 28px;
  box-shadow: 0 16px 48px rgba(30, 58, 95, 0.14);
  box-sizing: border-box;
}

#cookie-law-info-bar.et-cookie-bar--ready .cli-bar-container.cli-style-v2 {
  flex-wrap: nowrap;
}

#cookie-law-info-bar .et-cookie-bar__visual {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cookie-law-info-bar .et-cookie-bar__visual img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

#cookie-law-info-bar .et-cookie-bar__content {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 8px;
}

#cookie-law-info-bar .et-cookie-bar__title {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #1e3a5f;
  letter-spacing: 0;
}

#cookie-law-info-bar .cli-bar-message {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  color: #5a6b7d !important;
  text-align: left !important;
}

#cookie-law-info-bar .cli-bar-btn_container {
  display: flex !important;
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  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: 8px;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid #d5dde8 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #1e3a5f !important;
  font-family: 'Quicksand', 'Ubuntu', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
  box-shadow: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 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: 20px;
  height: 20px;
  flex: 0 0 20px;
  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: 18px;
  height: 18px;
  flex: 0 0 18px;
  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: 18px;
  height: 18px;
  flex: 0 0 18px;
  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: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8a97a8;
  font-size: 28px;
  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;
}

@media screen and (max-width: 1023px) {
  #cookie-law-info-bar {
    padding: 12px !important;
  }

  #cookie-law-info-bar .cli-bar-container.cli-style-v2 {
    flex-direction: column;
   
    gap: 16px;
    padding: 20px 18px 18px;
    border-radius: 22px;
  }

  #cookie-law-info-bar .et-cookie-bar__visual {
    flex-basis: auto;
    width: 56px;
    height: 56px;
  }

  #cookie-law-info-bar .et-cookie-bar__visual img {
    width: 52px;
    height: 52px;
  }

  #cookie-law-info-bar .et-cookie-bar__title {
    font-size: 20px;
  }

  #cookie-law-info-bar .cli-bar-message {
    font-size: 14px !important;
  }

  #cookie-law-info-bar .cli-bar-btn_container {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  #cookie-law-info-bar .cli-plugin-button,
  #cookie-law-info-bar .cli-bar-btn_container a {
    width: 100% !important;
    justify-content: center !important;
  }

  #cookie-law-info-bar .et-cookie-bar__close {
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #cookie-law-info-bar .et-cookie-bar__content {
    padding-right: 28px;
  }
}
