/* ADIEVA Store — https://adieva.store */
html {
  background: linear-gradient(145deg, #e8f4fd 0%, #fff 25%, #d6ebfa 50%, #fff 75%, #c5e3f8 100%) fixed !important;
  min-height: 100%;
}
body { background: transparent !important; min-height: 100vh; }
:root, [class*="color-scheme"] {
  --color-background: rgb(240 248 255 / 0.92) !important;
  --color-background-rgb: 240 248 255 !important;
}
.color-scheme-1, .shopify-section.section {
  background-color: rgb(240 248 255 / 0.85) !important;
}
header, footer, .header, .footer {
  background-color: rgb(255 255 255 / 0.9) !important;
}
.product-card, .card, .card-wrapper {
  background-color: rgb(255 255 255 / 0.95) !important;
}
.header-logo__image, .header-logo img {
  height: 88px !important;
  width: auto !important;
  max-width: 160px !important;
  object-fit: contain !important;
}
@media (max-width: 749px) {
  .header-logo__image, .header-logo img {
    height: 64px !important;
    max-width: 120px !important;
  }
}
.adieva-hidden-product { display: none !important; }
