/** Shopify CDN: Minification failed

Line 214:0 Unexpected "}"

**/
/* ================================
   ZEREAN LABS STYLE OVERRIDE
   Premium Typography & Design System
   ================================ */

/* ===== COLOR PALETTE ===== */
:root {
  --zerean-maroon: #a9313e;
  --zerean-maroon-dark: #8a2830;
  --zerean-maroon-light: #c44d5a;
  --zerean-cream: #fdfbf9;
  --zerean-off-white: #faf8f6;
  --zerean-dark: #121212;
  --zerean-gray: #888888;
  --zerean-light-gray: #f5f5f5;
  --zerean-border: #e8e8e8;

  /* ZereanLabs Green palette */
  --zerean-green: #006d52;
  --zerean-green-light: #00875a;
  --zerean-green-bg: #f5f7f5;
  --zerean-green-border: #e8ebe8;

  /* Thick borders */
  --border-thick: 2px;
  /* Thick borders */
  --border-thick: 2px;
  --border-radius-lg: 12px;
  --border-radius-sm: 8px;

  /* Override theme colors */
  --color-accent: var(--zerean-maroon);
  --color-accent-hover: var(--zerean-maroon-dark);
}

/* ===== TYPOGRAPHY ===== */

/* Serif font for headings - Abril Fatface */
h1,
h2,
h3,
.h1,
.h2,
.h3,
.heading-display,
.product-title,
.section-heading,
[class*="heading"],
[class*="title"]:not(.button):not(input):not(select) {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

/* Override specific sections to use Roboto */
.logo-cloud__heading {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase !important;
  color: #333;
  margin: 0 0 20px 0;
}

/* Sans-serif for body - Montserrat */
body,
p,
span,
a,
li,
label,
input,
select,
textarea,
button,
.paragraph,
.body-text,
nav,
header,
footer {
  font-family: 'Inter', sans-serif;
}

/* Navigation specific */
.header__nav,
.header-nav,
.nav-link,
.menu-link,
header a,
nav a {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

/* Logo - Serif style */
.header__heading,
.header__heading-link,
.site-logo,
.logo-text {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.8rem !important;
  letter-spacing: 0;
  color: var(--zerean-dark);
}

/* ===== BUTTONS ===== */
.button--primary,
.btn-primary,
[class*="button"][class*="primary"],
.shopify-payment-button button,
button[name="add"] {
  background-color: var(--zerean-maroon) !important;
  color: white !important;
  border: none !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 16px 32px !important;
  border-radius: 4px !important;
  transition: all 0.3s ease;
}

.button--primary:hover,
.btn-primary:hover,
[class*="button"][class*="primary"]:hover,
.shopify-payment-button button:hover,
button[name="add"]:hover {
  background-color: var(--zerean-maroon-dark) !important;
  transform: translateY(-2px);
  background-color: var(--zerean-maroon-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(169, 49, 62, 0.3);
}

/* Fix for product form submit button to ensure high contrast */
.product-form__submit {
  background-color: var(--zerean-maroon) !important;
  color: white !important;
  border-radius: 4px !important;
}

.product-form__submit:hover {
  background-color: var(--zerean-maroon-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(169, 49, 62, 0.3);
}

/* Secondary buttons */
.button--secondary,
.btn-secondary,
[class*="button"][class*="secondary"] {
  background-color: transparent !important;
  color: var(--zerean-dark) !important;
  border: 2px solid var(--zerean-dark) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 30px !important;
  border-radius: 4px !important;
  transition: all 0.3s ease;
}

.button--secondary:hover,
.btn-secondary:hover {
  background-color: var(--zerean-dark) !important;
  color: white !important;
}

/* ===== ANNOUNCEMENT BAR ===== */
.announcement-bar,
.announcement,
[class*="announcement"] {
  background-color: var(--zerean-maroon) !important;
  color: white !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0 !important;
  /* Remove padding to prevent stacking */
}

.announcement-bar a,
.announcement a {
  color: white !important;
  color: white !important;
  text-decoration: underline;
}

/* ===== HERO SECTION POLISH ===== */
.hero__content-wrapper {
  gap: 24px !important;
  /* Increase spacing between hero elements */
}

.hero__text {
  margin-bottom: 24px !important;
}

}

/* ===== HEADER / NAVBAR ===== */
.header__heading-link .h2 {
  font-family: 'Roboto', serif !important;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.header,
header,
.shopify-section-header {
  background-color: white !important;
  border-bottom: 1px solid var(--zerean-border);
}

.header__heading-link {
  text-decoration: none !important;
}

/* ===== TRUST ELEMENTS ===== */
.trust-score,
.trustpilot,
.rating-display {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--zerean-dark);
}

/* Grayscale Trust Icons */
.trust-bar__icon img,
.trust-bar__icon svg,
.trust-icons img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.trust-bar__item:hover .trust-bar__icon img,
.trust-bar__item:hover .trust-bar__icon svg,
.trust-bar__item:hover .trust-icons img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.trust-stars {
  color: #00B67A;
  /* Trustpilot green */
}

/* ===== PRODUCT CARDS ===== */
.product-card__title,
.card-product__title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.2rem !important;
  color: var(--zerean-dark);
}

.product-card__price,
.card-product__price {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--zerean-maroon);
}

/* ===== BENEFIT LISTS ===== */
.benefit-item,
.feature-item,
.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}

.benefit-check,
.feature-check {
  color: var(--zerean-maroon);
  font-weight: bold;
}

/* Maroon checkmark style */
.zerean-check::before {
  content: "✓";
  color: var(--zerean-maroon);
  font-weight: bold;
  margin-right: 10px;
}

/* ===== SECTIONS ===== */
.section--cream,
.bg-cream {
  background-color: var(--zerean-cream) !important;
}

.section--white,
.bg-white {
  background-color: white !important;
}

/* ===== FOOTER ===== */
footer,
.footer {
  background-color: var(--zerean-off-white) !important;
  border-top: 1px solid var(--zerean-border);
}

footer a,
.footer a {
  color: var(--zerean-dark);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
}

footer a:hover,
.footer a:hover {
  color: var(--zerean-maroon);
}

/* ===== BADGES ===== */
.badge-save,
.badge-discount {
  background-color: var(--zerean-maroon) !important;
  color: white !important;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  padding: 4px 10px;
  border-radius: 3px;
  text-transform: uppercase;
}

/* ===== FORM INPUTS ===== */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea,
select {
  font-family: 'Inter', sans-serif !important;
  border: 2px solid var(--zerean-border) !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--zerean-green) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 109, 82, 0.15) !important;
}

/* ===== VARIANT PILLS PREMIUM - BORDURES ÉPAISSES ===== */
.variant-pill,
.swatch,
[class*="variant"] [class*="pill"],
[class*="option"] button,
.product-form__input--pill label,
fieldset[data-variant-style="pills"] label {
  border: 2px solid #ddd !important;
  border-radius: 8px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  padding: 12px 20px !important;
  transition: all 0.2s ease !important;
}

.variant-pill:hover,
.swatch:hover,
[class*="variant"] [class*="pill"]:hover,
[class*="option"] button:hover,
.product-form__input--pill label:hover,
fieldset[data-variant-style="pills"] label:hover {
  border-color: var(--zerean-green) !important;
  background: var(--zerean-green-bg) !important;
}

.variant-pill.is-selected,
.variant-pill[aria-checked="true"],
.swatch.is-selected,
[class*="variant"] [class*="pill"].selected,
[class*="option"] button[aria-checked="true"],
.product-form__input--pill input:checked+label,
fieldset[data-variant-style="pills"] input:checked+label {
  border-color: var(--zerean-green) !important;
  border-width: 2.5px !important;
  background: var(--zerean-green-bg) !important;
  color: var(--zerean-dark) !important;
}

/* ===== QUANTITY SELECTOR THICK BORDERS ===== */
.quantity-selector {
  border: 2px solid var(--zerean-dark) !important;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* Ensure buttons don't overflow corners */
}

/* Remove default borders from input and buttons inside selector */
.quantity-selector input,
.quantity-selector button {
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.quantity-selector input {
  color: var(--zerean-dark) !important;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  text-align: center !important;
  width: 4rem !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 100% !important;
  min-height: 44px !important;
  background: transparent !important;
  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.quantity-selector input::-webkit-outer-spin-button,
.quantity-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector button {
  font-weight: 600 !important;
  cursor: pointer;
  padding: 0 12px;
  height: 100% !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* ===== MOBILE RESPONSIVE ===== */
@media screen and (max-width: 768px) {

  h1,
  .h1 {
    font-size: 2rem !important;
  }

  h2,
  .h2 {
    font-size: 1.5rem !important;
  }

  .header__heading,
  .header__heading-link {
    font-size: 1.4rem !important;
  }

  .button--primary,
  .btn-primary {
    padding: 14px 24px !important;
    font-size: 0.8rem !important;
  }
}