/** Shopify CDN: Minification failed

Line 332:3 Unexpected "/"
Line 345:0 Unexpected "}"

**/
:root {
  --font-primary: 'Plus Jakarta Sans', sans-serif;
  --font-heading: 'Space Grotesk', sans-serif;
}

/* Apply globally */
body {
  font-family: var(--font-primary);
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}

/* Optional: buttons, inputs */
button,
input,
textarea {
  font-family: var(--font-primary);
}
.site-header{
    /* background:#0000004d !important; */
    backdrop-filter:blur(16px);
    padding:0px !important;
    /* position: fixed; */
    right: 0;
    /* top: 0; */
    left: 0;
}
.site-nav__link{
    font-size:11px !important;
 
}
.site-nav{
  display:flex;
  gap:34px
}
.site-nav__icons{
  display:flex;
  gap:15px;
}
/* parent must be relative */
.site-nav__link {
  position: relative;
  font-family: monospace; /* same as font-mono-data */
  font-size: 11px;
  /* color: rgba(255, 255, 255, 0.7); */
  padding: 4px 0;
  transition: all 0.3s ease;
}

/* hover text color + glow */
.site-nav__link:hover  {
  color: #39ff14;
  filter: drop-shadow(0 0 8px rgba(57,255,20,0.6));
}

/* underline animation (pseudo-element) */
.site-nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;

  width: 100%;
  height: 2px;
  background: #39ff14;

  box-shadow: 0 0 8px rgba(57,255,20,0.8);

  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

/* hover = expand underline */
.site-nav__item:hover::after {
  transform: scaleX(100%);
  transform-origin: left;
}
    .site-nav__link--icon .icon

 {
        height: 20px !important;
        width: 20px !important;
    }
    
/* .announcement {
  background: linear-gradient(90deg, #ff7a00, #ff3d3d, #ff2e79) !important;
  position: relative;
  overflow: hidden;
} */
.announcement {
    position: relative;
    overflow: hidden;

    background: linear-gradient(
        to right,
        hsl(340,80%,55%),
        hsl(25,90%,55%),
        hsl(340,80%,55%)
    );

    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;

    padding: 8px 16px;  /* same as px-4 py-1.5 */
    text-align: center;
}

@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


@keyframes shimmerSweep {
  0%   { left: -60%; }
  100% { left: 120%; }
}
    .announcement__text {
        font-size: 11px !important;
        padding: 0px 23px 7px !important;
    }
    /* =============================================================
   SMOKEHALO — Footer Restyle (matches Lovable design)
   
   Add to bottom of custom-header.css or upload as custom-footer.css
   and link in theme.liquid: {{ 'custom-footer.css' | asset_url | stylesheet_tag }}
   ============================================================= */

/* ===== Section background — soft mint gradient ===== */
.site-footer {
  background: linear-gradient(135deg, hsl(150 50% 90%), hsl(180 60% 88%), hsl(220 65% 92%));
  border-top: none !important;
  padding: 30px 0 0 !important;
}

/* ===== Top grid layout ===== */
.site-footer .grid {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr 1fr 1fr !important;
  gap: 2rem !important;
  float: none !important;
  width: 100% !important;
  padding-bottom: 3rem !important;
}

.site-footer .grid .grid__item {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
}

.site-footer .footer__clear {
  display: none !important;
}

/* ===== Logo block ===== */
.site-footer .footer__logo-text,
.site-footer .footer__logo-link,
.site-footer .footer__logo a {
  font-family: 'Plus Jakarta Sans', serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  text-decoration: none !important;
  letter-spacing: -0.02em !important;
}

.site-footer .footer__logo-image img {
  filter: none !important;
}

/* Description text under logo */
.site-footer .footer-custom__text,
.site-footer .rte p,
.site-footer .footer__item--logo_social .rte,
.site-footer .footer__social-text {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  color: rgba(26, 26, 26, 0.6) !important;
  line-height: 1.6 !important;
  margin-top: 1rem !important;
  max-width: 280px !important;
}

/* Social icons */
.site-footer .social-icons a {
  color: rgba(26, 26, 26, 0.5) !important;
  transition: color 0.2s ease !important;
}

.site-footer .social-icons a:hover {
  color: #1a1a1a !important;
}

/* ===== Menu columns ===== */
.site-footer .footer__title,
.site-footer .footer-menu__title,
.site-footer h4 {
  font-family: 'Space Grotesk', monospace, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  font-weight: 600 !important;
  margin-bottom: 1.25rem !important;
}

.site-footer .footer__collapsible-trigger-layout .icon {
  display: none !important;
}

/* Menu links */
.site-footer .site-footer__linklist a,
.site-footer .footer-menu__list a,
.site-footer .footer__links a {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  color: rgba(26, 26, 26, 0.7) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
  padding: 0 !important;
  line-height: 2 !important;
}

.site-footer .site-footer__linklist a:hover,
.site-footer .footer-menu__list a:hover,
.site-footer .footer__links a:hover {
  color: #1a1a1a !important;
}

/* Remove bullet points and list styles */
.site-footer .site-footer__linklist,
.site-footer .footer-menu__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site-footer .site-footer__linklist li,
.site-footer .footer-menu__list li {
  padding: 0 !important;
  margin: 0 !important;
}

/* ===== Newsletter block ===== */
.site-footer .grid-newsletter {
  max-width: 100% !important;
}

.site-footer .footer__newsletter-input,
.site-footer .newsletter__input {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13px !important;
  border: 1px solid rgba(26, 26, 26, 0.2) !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: 0 !important;
}

/* ===== Bottom bar ===== */
.site-footer__bottom {
  border-top: 1px solid rgba(26, 26, 26, 0.1) !important;
  padding: 1.5rem 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 1rem !important;
}

.site-footer__bottom .footer__copyright,
.site-footer__bottom .site-footer__bottom-block {
  font-family: 'Space Grotesk', monospace, sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(26, 26, 26, 0.5) !important;
  width: auto !important;
  text-align: left !important;
}

/* Powered by link — hide or style */
.site-footer .footer__powered_by {
  display: none !important;
}

/* Payment icons */
.site-footer .payment-icons {
  justify-content: center !important;
}

.site-footer .payment-icons .icon--payment {
  opacity: 0.4 !important;
}

/* ===== Remove any theme box shadows or borders ===== */
.site-footer,
.site-footer__bottom {
  box-shadow: none !important;
}

/* ===== Mobile ===== */
@media only screen and (max-width: 749px) {
  .site-footer .grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    text-align: left !important;
  }
  .ai-collection-grid-aawnwcnbwstftzdrfsshopbycategoryg4ywkb{
    margin-top:-85px !important;
  }
  /* .ai-hero-overlay-asddpuk1jwjfrdu50raigenblockdc6a850aeekj6{
    height:112vh;
  } */
} */

  .site-footer__bottom {
    flex-direction: column !important;
    text-align: center !important;
    gap: 0.75rem !important;
  }

  .site-footer .footer__logo-text,
  .site-footer .footer__logo-link,
  .site-footer .footer__logo a {
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
  .site-footer .grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

.grid {
    list-style: none;
    margin: 0  !important;
    padding: 0;}
    
    /* Fix announcement bar to very top */
.shopify-section-group-header-group:has(.announcement) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* Fix header right below the announcement bar */
.shopify-section-group-header-group:has(#HeaderWrapper) {
  position: fixed;
  top: 40px; /* adjust to match your announcement bar height */
  left: 0;
  width: 100%;
  z-index: 999;
}



/* Mobile adjustments */
@media screen and (max-width: 768px) {
  /* .main-content {
    padding-top: 100px;
  } */
   .announcement__text {
    font-size: 10px!important;
}
.announcement {
padding: 1px 16px; 
   }
.header-layout{
  padding-top:10px;
}
.video-parent-section{
height:100vh;
}
}

.header-logo a, .site-header__logo a{
  color:#ffffff !important;
}
.site-header{
  border:none !important;
}
.sub-heading{
  font-size: .875rem;
    line-height: 1.25rem;
    text-transform:none;

}
/* .ai-cs__collection-row{
  padding:25px !important;
} */

/* Default: no padding (for pages with hero banners) */
  main#MainContent {
    padding-top: 0;
  }

  /* Product pages need padding to clear the header */
  body.template-product main#MainContent {
    padding-top: 100px !important;
  }

/* Age Gate — Centered Portrait Modal */

  .agp__wrapper.agp__wrapper {
    position: fixed !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    z-index: 99999 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .agp__wrapper.agp__wrapper::before {
    content: '' !important;
    position: fixed !important;
    inset: 0 !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    z-index: -1 !important;
  }

  .agp__container.agp__container {
    background: #b3d9f2 !important;
    border-radius: 16px !important;
    padding: 50px 40px !important;
    max-width: 420px !important;
    width: 90% !important;
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
    text-align: center !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  }

  .agp__background--image.agp__background--image,
  .agp__background--color.agp__background--color,
  .agp__modalImage.agp__modalImage {
    display: none !important;
    background: transparent !important;
    background-color: transparent !important;
  }

  .agp__row,
  .agp__row.has-image {
    background: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    display: block !important;
  }

  .agp__rowWrapper,
  .agp__rowInner {
    background: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    flex: unset !important;
    display: block !important;
  }

  .agp__message,
  .agp__message * {
    color: #1a1a1a !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
  }

  .agp__message::before {
    content: 'WELCOME' !important;
    display: block !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    color: #1a1a1a !important;
    margin-bottom: 20px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
  }

  .agp__disclaimer {
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 12px !important;
  }

  .agp__buttonType__container {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    margin-top: 20px !important;
  }

  /* Hide No button */
  .agp__buttonType__buttonContainer--fail {
    display: none !important;
  }

  /* Yes button — site gradient */
  .agp__buttonType__buttonContainer--pass .agp__button {
     background:#0000004d;
    background-size: 200% auto !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 16px 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    letter-spacing: 0.5px !important;
  }

  .agp__buttonType__buttonContainer--pass .agp__button:hover {
    background-position: right center !important;
    /* box-shadow: 0 4px 15px rgba(232, 76, 138, 0.4) !important; */
  }

  body:has(.agp__wrapper) {
    overflow: hidden !important;
  }
  /* Home page header: white bg, black text */
.header-wrapper--home .site-header {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e5e5e5;
}
.header-wrapper--home .site-nav__link,
.header-wrapper--home .site-nav__dropdown-link,
.header-wrapper--home .header-item--icons a,
.header-wrapper--home .site-header__logo-link {
  color: #000000;
}

/* All other pages: gradient bg, white text (your current look) */
.header-wrapper:not(.header-wrapper--home) .site-header {
  background:#0000004d;
}
.header-wrapper:not(.header-wrapper--home) .site-nav__link,
.header-wrapper:not(.header-wrapper--home) .site-nav__dropdown-link,
.header-wrapper:not(.header-wrapper--home) .header-item--icons a,
.header-wrapper:not(.header-wrapper--home) .site-header__logo-link {
  color: #ffffff;
}
.index-section{
          margin: 150px 0 !important;
        margin-bottom: 0 !important;
}