/** Shopify CDN: Minification failed

Line 55:19 Expected identifier but found whitespace
Line 55:21 Unexpected "{"
Line 55:30 Expected ":"
Line 55:56 Expected identifier but found "!"
Line 56:8 Expected identifier but found whitespace
Line 56:10 Unexpected "{"
Line 56:19 Expected ":"
Line 56:50 Expected identifier but found "!"
Line 59:14 Expected identifier but found whitespace
Line 59:16 Unexpected "{"
... and 16 more hidden warnings

**/


/* CSS from section stylesheet tags */
@font-face {
  font-family: 'Avenir';
  src: url('/cdn/shop/files/Avenir_Light.ttf?v=1760455123') format('truetype');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/cdn/shop/files/Avenir_Book.ttf?v=1760455103') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/cdn/shop/files/Avenir_Heavy.ttf?v=1760455112') format('truetype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/cdn/shop/files/Avenir_Black.ttf?v=1760455090') format('truetype');
  font-weight: 900; font-style: normal; font-display: swap;
}

.waitlist-footer {
  position: relative; padding: 50px 20px 120px; text-align: left;
  font-family: 'Avenir', sans-serif; background-size: cover; background-position: center center;
  background-repeat: no-repeat; flex-direction: column; justify-content: flex-start; min-height: auto; display: flex;
}
.waitlist-footer * { font-family: 'Avenir', sans-serif !important; }

.waitlist-footer .content {
  max-width: 1200px; margin: 0 auto; flex-direction: column; gap: 20px; display: flex;
}
.waitlist-footer .text-block { flex: 1 1 auto; min-width: 300px; flex-direction: column; position: relative; display: flex; }

.waitlist-footer .waitlist-button { margin-top: 15px; margin-left: 40px; }

.waitlist-footer .waitlist-button a {
  background-color: {{ section.settings.button_color }} !important;
  color: {{ section.settings.button_text_color }} !important;
  padding: 14px 48px !important; border-radius: 999px !important;
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  font-weight: {{ section.settings.button_font_weight }} !important; font-size: {{ section.settings.button_font_size }}px !important;
  line-height: 1 !important; text-decoration: none !important; border: none !important; box-shadow: none !important;
  width: auto !important; min-width: 200px;
}
.waitlist-footer .waitlist-button a:hover { opacity: 0.85; }

.waitlist-footer .disclaimer {
  position: relative; top: 110px; margin-left: 40px; margin-right: 700px;
  color: {{ section.settings.disclaimer_color }}; font-size: {{ section.settings.disclaimer_font_size }}px;
  font-weight: {{ section.settings.disclaimer_font_weight }}; line-height: 1.4;
}

.waitlist-footer-bottom-bar {
  background-color: #054257; color: #ffffff; text-align: center; font-size: 12px;
  padding: 10px 0; width: 100%; font-family: 'Avenir', sans-serif;
}

/* ===== Modal styles (shared) ===== */
.waitlist-modal {
  position: fixed; inset: 0; width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  z-index: 9999; opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
  backdrop-filter: blur(0);
}
/* Hard-hide when closed to prevent flashes on mobile */
.waitlist-modal[aria-hidden="true"] { display: none; }
/* Visible state */
.waitlist-modal[aria-hidden="false"] {
  display: flex; opacity: 1; pointer-events: auto; backdrop-filter: blur(12px);
}
.waitlist-modal__content {
  position: relative; background: rgba(255,255,255,0.95); padding: 40px; border-radius: 32px;
  max-width: 400px; width: 90%; text-align: center; z-index: 2;
  box-shadow: 0 8px 40px rgba(0,0,0,0.15); transform: translateY(-20px); transition: transform 0.3s ease; line-height: 1.6;
}
.waitlist-modal[aria-hidden="false"] .waitlist-modal__content { transform: translateY(0); }
/* Close button */
.waitlist-modal__close {
  position: absolute; top: 12px; right: 16px; background: transparent; border: none;
  font-size: 28px; font-weight: bold; color: #666; cursor: pointer; line-height: 1; transition: color 0.2s;
}
.waitlist-modal__close:hover { color: #000; }

/* ✅ Mobile */
@media screen and (max-width: 900px) {
  .waitlist-footer .content { align-items: center !important; text-align: center !important; }
  .waitlist-footer .text-block h2,
  .waitlist-footer .text-block p.subtext,
  .waitlist-footer .disclaimer {
    margin-left: 0 !important; margin-right: 0 !important; max-width: 90% !important; text-align: center !important;
  }
  .waitlist-footer .waitlist-button {
    transform: translateY(80px) !important; position: relative !important; margin-left: 0 !important; margin-right: 0 !important; z-index: 5 !important;
  }
  .waitlist-footer .waitlist-button a {
    padding: 12px 24px; font-size: 14px; width: 100% !important; box-sizing: border-box !important; display: block !important;
  }
  .waitlist-footer .disclaimer { top: 80px !important; }
}
/* ===== Avenir Custom Fonts ===== */
@font-face {
  font-family: 'Avenir';
  src: url('/cdn/shop/files/Avenir_Light.ttf?v=1760455123') format('truetype');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/cdn/shop/files/Avenir_Book.ttf?v=1760455103') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/cdn/shop/files/Avenir_Heavy.ttf?v=1760455112') format('truetype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/cdn/shop/files/Avenir_Black.ttf?v=1760455090') format('truetype');
  font-weight: 900; font-style: normal; font-display: swap;
}

/* ===== Plant Nurse Section ===== */
.plant-nurse-section {
  background: #f7f5ef;
  padding: 60px 20px;
  font-family: 'Avenir', sans-serif;
  text-align: left;
  box-sizing: border-box;
}

.plant-nurse-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.plant-nurse-heading-description {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.plant-nurse-heading-description h2 {
  font-size: 35px; 
  font-weight: 900;
  color: #03404c; 
  margin: 0;
  margin-left: 50px;
}

.plant-nurse-heading-description .aligned-description {
  font-size: 16px;
  color:#000;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}

.plant-nurse-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.plant-nurse-left {
  flex: 1 1 400px;
  min-width: 280px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.plant-nurse-image {
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.5s ease;
}

.plant-nurse-right {
  flex: 1 1 400px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: flex-start;
}

.plant-nurse-feature {
  display: flex;
  gap: 20px;
  margin: 15px 0;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}
.fade-in-feature:nth-child(1) { animation-delay: 0.2s; }
.fade-in-feature:nth-child(2) { animation-delay: 0.4s; }
.fade-in-feature:nth-child(3) { animation-delay: 0.6s; }
.fade-in-feature:nth-child(4) { animation-delay: 0.8s; }
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }

.feature-icon-container {
  flex: 0 0 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.feature-icon {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.feature-text { flex: 1; display: flex; flex-direction: column; }

.feature-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #03404c;
  margin: 0 0 6px;
}

.feature-text p {
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: 400;
}

/* ===== Unified Button Styles (Plant Hero parity) ===== */
.plant-nurse-button { text-align: center; margin-top: 40px; }
.plant-nurse-button .plant-nurse-btn {
  background: #c8b98e;
  color: white;
  padding: 14px 48px;
  width: 250px;
  border-radius: 32px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  transition: opacity 0.2s, transform 0.2s;
}
.plant-nurse-button .plant-nurse-btn:hover { opacity: 0.8; transform: translateY(-2px); }

/* ===== Modal styles (shared) ===== */
.waitlist-modal {
  position: fixed; top:0; left:0; width:100%; height:100%;
  display:flex; align-items:center; justify-content:center;
  z-index:9999; opacity:0; pointer-events:none; transition: opacity 0.3s ease;
  backdrop-filter: blur(0);
}

/* Hard-hide when closed to prevent flashes on mobile */
.waitlist-modal[aria-hidden="true"] { display: none; }

/* Visible state */
.waitlist-modal[aria-hidden="false"] {
  display: flex;
  opacity:1;
  pointer-events:auto;
  backdrop-filter: blur(12px);
}

.waitlist-modal__content {
  position:relative; background: rgba(255,255,255,0.95); padding: 40px; border-radius: 32px;
  max-width:400px; width:90%; text-align:center; z-index:2;
  box-shadow: 0 8px 40px rgba(0,0,0,0.15); transform: translateY(-20px); transition: transform 0.3s ease; line-height: 1.6;
}
.waitlist-modal[aria-hidden="false"] .waitlist-modal__content { transform: translateY(0); }

/* Close button */
.waitlist-modal__close {
  position: absolute; top: 12px; right: 16px;
  background: transparent; border: none; font-size: 28px; font-weight: bold;
  color: #666; cursor: pointer; line-height: 1; transition: color 0.2s;
}
.waitlist-modal__close:hover { color: #000; }

.waitlist-modal__content h2 { margin-bottom:20px; font-weight:900; line-height:1.3; }
.waitlist-modal__content input { width:100%; padding:12px; margin-bottom:15px; border-radius:6px; border:1px solid #ccc; font-size:16px; line-height:1.5; }
.waitlist-modal__content button { width:100%; padding:14px; border:none; border-radius:32px; background:#c8b98e; color:white; font-weight:600; font-size:16px; cursor:pointer; line-height:1.4; margin-bottom:10px; }
.waitlist-modal__content #waitlist-message { margin-top:12px; font-size:14px; color:#003E4C; line-height:1.5; }
.waitlist-modal__content #waitlist-thankyou { margin-top:15px; }
.waitlist-modal__disclaimer { font-size: 12px; color: #666; margin-top: 18px; line-height: 1.5; }

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .plant-nurse-heading-description { flex-direction: column; margin-left: 0; }
  .plant-nurse-heading-description h2 { font-size: 28px; margin: 0; }
  .plant-nurse-heading-description .aligned-description { font-size: 14px; }
  .plant-nurse-main { flex-direction: column; gap: 20px; }
  .plant-nurse-left, .plant-nurse-right { width: 100%; justify-content: flex-start; align-items: flex-start; text-align: left; }
  .plant-nurse-feature { flex-direction: row; gap: 15px; align-items: flex-start; }
  .feature-icon-container { flex: 0 0 72px; }
  .feature-icon { width: 72px; }
  .feature-text h4 { font-size: 16px; margin-bottom: 4px; }
  .feature-text p { font-size: 14px; }
  .plant-nurse-button .plant-nurse-btn {
    width: 100% !important; max-width: none; padding: 12px 24px; font-size: 16px; box-sizing: border-box;
  }
}