/** Shopify CDN: Minification failed

Line 100:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

/* ============================
   🖥️ Desktop-Only Wrapper
============================ */
.desktop-only {
  display: block;
}

@media (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}

/* ======================
   BASE STYLES
====================== */
.landing-page * {
  box-sizing: border-box;
}
.landing-page {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  background-color: #000000;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  line-height: 1.6;
}

/* ======================
   TYPOGRAPHY
====================== */
h1, h2, h3, h4 {
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}
p, span, li {
  font-weight: 400;
  margin-bottom: 12px;
  color: #cccccc;
}

/* ======================
   UTILITY CLASSES
====================== */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}
.text-center {
  text-align: center;
}
.mb-20 { margin-bottom: 20px; }
.mt-40 { margin-top: 40px; }

/* ======================
   BUTTONS
====================== */
.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.btn-primary {
  background-color: #ffffff;
  color: #000000;
}
.btn-secondary {
  background-color: #1E3A8A;
  color: #ffffff;
}
.btn:hover {
  opacity: 0.9;
}

/* ======================
   RESPONSIVE HELPERS
====================== */
@media (min-width: 768px) {
  .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,700&display=swap');

/* ======================
   ANNOUNCEMENT BAR
====================== */
.announcement-bar {
  background-color: #169B00;
  padding: 12px 0;
  text-align: center;
}

.announcement-bar p {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 700;
  color: white;
  margin: 0;
  font-size: 16px;
}
/* ======================
   HEADER SECTION
====================== */
.custom-header {
  background-color: #ffffff; /* Make header white */
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 5%;
  position: relative;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-logo img {
  max-height: 60px;
  width: auto;
}

.nav-link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.nav-link:hover {
  text-decoration: underline;
}

.cart-icon {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}
/* ⭐ Review Badge Section */
.review-badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2e2e2e;
  border-radius: 14px;
  padding: 15px 285px;  /* ✅ Very wide horizontal padding */
  margin: 24px auto;
  margin-top: -5px;
  max-width: 620px;
  color: white;
  font-family: 'Poppins', sans-serif;
  gap: 20px;
}

.stars {
  color: #facc15;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
   margin-left: -250px;
}

.review-text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.avatars {
  display: flex;
  align-items: center;
   margin-left: 12px;
}

.avatars img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  margin-left: -8px;
  z-index: 1;
}

.avatars img:first-child {
  margin-left: 0;
}

.more-users {
  background-color: #2e2e2e;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  border: 2px solid #fff;
  margin-left: -8px;
  z-index: 0;
}
/* 💰 Refund Badge */
.refund-badge {
  display: flex;
  align-items: center;
  border: 2px dashed #ccc;
  padding: 10px 20px; /* ✅ You can adjust this freely now */
  border-radius: 12px;
  margin-top: -10px;   /* ✅ This now works as expected */
  max-width: 540px;   /* ✅ Matches .review-badge */
  width: 100%;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.refund-badge img {
  width: 100px;
  height: auto;
  margin-right: 18px;
}

.refund-text h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
}

.refund-text p {
  margin: 5px 0 0;
  font-size: 13.5px;
  font-weight: 400;  /* ✅ Unbolded */
  color: #f0f0f0;
  line-height: 1.4;
}

/* ✅ Desktop Announcement Bar */
.announcement-bar {
  display: block;
}

/* ✅ Hide Desktop Bar + Show Mobile/Tablet */
.announcement-bar-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .announcement-bar {
    display: none;
  }

  .announcement-bar-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    width: 100%;
    height: 100px; /* 🔽 Slightly thinner */
    background-color: #169B00;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    padding: 0;
    z-index: 999;
    text-align: center;
  }

  .announcement-bar-mobile p {
    margin: 0 auto;
    max-width: 90%;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
}
/* ============================
   📱 Mobile/Tablet Header Layout – Max Size + Overlay
============================ */
.mobile-header { display: none; }
@media (max-width: 1024px) {
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    padding: 48px 28px 36px;
    height: 160px;
    position: relative;
    z-index: 1000; /* sit above the overlay */
  }

  .mobile-left,
  .mobile-right {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .mobile-left {
    margin-left: 18px;
  }

  .mobile-right {
    margin-right: 18px;
  }

  .mobile-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .mobile-logo {
    height: 200px;
    width: auto;
    filter: brightness(0) invert(1);
    display: block;
  }

  .cart-icon {
    font-size: 60px;
    color: #FFFFFF;
    text-decoration: none;
  }

  .dropdown-toggle {
    background: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 70px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 6px 12px;
    line-height: 1;
  }

  .custom-header {
    display: none !important;
  }
}

/* ============================
   🌓 Fullscreen Overlay Navigation
============================ */
.mobile-menu-overlay {
  display: none;           /* hidden by default */
  position: fixed;
  top: 160px;              /* offset by header height */
  left: 0;
  right: 0;
  bottom: 0;               /* stretch to bottom */
  background-color: black;
  z-index: 998;            /* just under the header */
  
  /* prepare flex layout for when it’s open */
 flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  box-sizing: border-box;
}

.mobile-menu-overlay.open {
  display: flex;           /* show when .open is added */
}

/* Close button */
.close-menu {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1001;             /* above overlay content */
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

/* Top block (logo + nav) */
.overlay-logo {
  height: 100px;
  margin-bottom: 32px;
  filter: brightness(0) invert(1);
}

.overlay-nav {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 40px;
}

.overlay-link {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 50px;
  text-decoration: none;
  font-weight: 600;
}

/* Bottom block (account buttons) */
.overlay-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.btn-login,
.btn-register {
  font-size: 35px;
  font-weight: 600;
  padding: 48px 96px;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  box-sizing: border-box;
}

.btn-login {
  background-color: #ef4444;
  color: white;
}

.btn-register {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}
.account-title {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 35px; /* Change to desired size */
  font-weight: 700;
  padding-left: 4px; /* Optional for alignment */
}

/* (Optional) cart icon in overlay */
.overlay-cart {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 32px;
  color: white;
  text-decoration: none;
}

/* ============================
   📱 Mobile-Only – Canva & Figma Section
============================ */
@media (max-width: 1024px) {
  .mobile-logo-strip {
    display: block !important;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 32px;
    margin-right: -40 px;
    margin-left: 40px;
  }

  .logo-line {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
  }

  .logo-label {
    font-size: 50px;      
    margin-right: 6px;
     margin-top: 15px;
    color: #ffffff;
      filter: brightness(120%);
  }

  .logo-img {
    height: 200px;
    vertical-align: middle;
  }

  .canva-img {
    margin: 0 6px;
  }

  .logo-and {
    font-size: 50px;  
    margin: 0 6px;
    font-weight: 700;
    color: #ffffff;
      filter: brightness(120%);
  }

  .figma-img {
    margin-left: -55px;
  }
}
/* ============================
   📱 Mobile Visibility Control
============================ */
.mobile-only {
  display: block;
}

@media (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
}
/* ============================
   📱 Mobile Hero Headline Styling – FINAL
============================ */
@media (max-width: 1024px) {
  .mobile-hero-headline {
    text-align: left;
    padding: 48px 24px 32px;
    margin-top: -150px; /* ⬆ Pulls entire section upward */
    margin-left: 15px;
  }

  .mobile-hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .mobile-hero-title .highlight {
    color: #ef4444;
  }

  .inline-white {
    color: #ffffff;
    font-weight: 700;
    margin-left: 6px;
  }

  .mobile-subheadline {
    font-family: 'Poppins', sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
  }

  .mobile-hero-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 33px;
  color: #ffffff;
  filter: brightness(250%) !important;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 12px;
}

  .mobile-sub-subheading {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #dddddd;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding-right: 10px;
  }
}
/* ============================
   📱 Mobile Hero (hero list, CTA, badges) Styling 
============================ */
.mobile-only {
  display: block;
}

@media (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .mobile-hero-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 32px;
  }

  .mobile-hero-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    color: #888888;
    margin-bottom: 16px;
    margin-left: 60px;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .mobile-hero-list img {
    width: 60px;
    height: auto;
    filter: brightness(60%);
  }

  .mobile-btn-cta {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 22px 32px;
    background-color: #dc2626;
    color: 	#ffffff;
    text-decoration: none;
    border-radius: 8px;
    width: 100%;
    margin: 32px 0;
  }

@media (max-width: 1024px) {
  .mobile-review-badge {
    background-color: #2e2e2e;
    border-radius: 14px;
    padding: 24px 0;
    font-family: 'Poppins', sans-serif;
  }

  .review-inner {
    display: flex;
    align-items: center;
    justify-content: center; /* ✅ center everything inside */
    gap: 16px;                /* ✅ even spacing between items */
    max-width: 90%;
    margin: 0 auto;
    padding: 0 12px;
    flex-wrap: wrap;          /* ✅ prevent overflow on small screens */
    
    margin-left: 230px; /* ✅ nudges entire row slightly to the right */
  }

  .stars {
    color: #facc15;
    font-size: 40px;
    font-weight: 600;
    white-space: nowrap;
  }

  .review-text {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
  }

  .avatars {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
  }

  .avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -8px;
    z-index: 1;
  }

  .avatars img:first-child {
    margin-left: 0;
  }

  .more-users {
    background-color: #444;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    border: 2px solid #fff;
    margin-left: -8px;
    z-index: 0;
  }
}


  .mobile-refund-badge {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 5px;
    border: 10px dashed #ccc;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    max-width: 90%;        /* ✅ reduce container width */
    margin: 0 auto;        /* ✅ center the box */
    padding-left: 80px;    /* ✅ shift content slightly right */
    margin-top: 30px;
  }

  .mobile-refund-badge img {
    width: 180px;
    height: auto;
  }

  .mobile-refund-badge .refund-text h3 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: -5px;
    color: #ffffff;
  }

  .mobile-refund-badge .refund-text p {
    font-size: 16px;
    color: #dddddd;
    margin: 0;
    line-height: 1.4;
  }
}

