/** Shopify CDN: Minification failed

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

**/
#MainContent { padding-top: 0 !important; }
.about-what-is { padding-bottom: 0 !important; }
.about-why { padding-top: 20px !important; }
/* OUR COMMUNITY second section - Britannic Bold */
#shopify-section-template--26261447967009__17757025456ec0c30e p { font-family: "Britannic Bold", "Arial Black", sans-serif !important; font-weight: bold !important; }


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

:root {
  --font-heading: 'Britannic Bold', 'Oswald', sans-serif;
  --font-body: 'Lato', sans-serif;
  --font-accent: 'Lato', sans-serif;
  --heading-size: 28px;
  --body-size: 15px;
}

/* =============================================
   PUIU MAMEI — Main Stylesheet v2
   ============================================= */

/* ---- Reset & Base ---- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

/* ---- Utility ---- */
.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.link-arrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
  font-family: var(--font-nav);
}

.link-arrow:hover {
  opacity: 0.6;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.25s;
  border: 2px solid;
  font-family: var(--font-nav);
}

.btn:hover {
  opacity: 0.75;
}



.shopify-section-group-header-group:has(.site-header) {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}


/* ========================================
   GLOBAL TYPOGRAPHY
   ======================================== */
body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--body-size);
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.section-heading,
.hero-heading {
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: var(--heading-size);
  line-height: 1.2;
}

p, li, a, span, td, th, label, input, textarea, select, button {
  font-family: var(--font-body);
  font-weight: 300;
}

/* ========================================
   ANNOUNCEMENT BAR
   ======================================== */
.announcement-bar {
  padding: 8px 0;
  text-align: center;
  position: relative;
}

.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  position: relative;
}

.announcement-text {
  margin: 0;
  font-family: var(--font-body);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}

.announcement-close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.announcement-close:hover {
  opacity: 1;
}

/* ========================================
   NAVIGATION HEADER
   ======================================== */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  z-index: 1000;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  position: relative;
}

.header-logo {
  text-align: center;
}

.header-icons {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 40px 14px;
  border-bottom: 1px solid #e8e8e8;
}

.header-nav .nav-link {
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  transition: opacity 0.2s;
  font-weight: 400;
}

.header-nav .nav-link:hover {
  opacity: 0.6;
}

.header-nav .nav-link--active {
  font-weight: 600;
}

.nav-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-main {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.logo-sub {
  font-family: var(--font-accent);
  font-size: 11px;
  margin-top: 2px;
  font-style: italic;
}

.nav-logo-img {
  display: block;
}

.cart-btn {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.85rem;
}

.cart-count {
  font-family: var(--font-body);
  font-size: 0.75rem;
}

/* --- Hamburger (mobile) --- */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-line {
  width: 22px;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

/* --- Mobile drawer --- */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1100;
}

.mobile-nav-overlay.active { display: block; }

.mobile-nav-drawer {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 300px;
  background: #fff;
  z-index: 1200;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.mobile-nav-drawer.active { transform: translateX(0); }

.mobile-nav-close {
  background: none;
  border: none;
  cursor: pointer;
  align-self: flex-end;
  margin-bottom: 24px;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.mobile-nav-link {
  font-family: var(--font-body);
  font-size: 1rem;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-nav-footer {
  border-top: 1px solid #e8e8e8;
  padding-top: 16px;
}

/* =============================================
   HERO SECTION
   ============================================= */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-image-wrap {
  position: absolute;
  inset: 0;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-img--placeholder {
  width: 100%;
  height: 100%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(20px, 3vw, 40px);
  
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  
  padding: 0 40px;
}

.hero-text {
  max-width: 700px;
  margin: 0;
  text-align: left;
}

.hero-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: var(--font-nav);
}

.hero-heading {
  font-size: 50px; /* 👈 your size */
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  font-family: var(--font-heading);
  white-space: pre-line;
}

.hero-cta {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* =============================================
   ABOUT BRAND SECTION
   ============================================= */
.about-section {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-heading {
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin-top: 8px;
  font-family: var(--font-heading);
  white-space: pre-line;
}

.about-text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 440px;
}

/* =============================================
   SHOP ALL / PRODUCT GRID
   ============================================= */
.shop-section {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.shop-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
}

.shop-heading {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-top: 6px;
  font-family: var(--font-heading);
}

.product-grid {
  display: grid;
  gap: 20px;
}

.product-card {
  display: block;
  cursor: pointer;
}

.product-image-wrap {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #f5f5f5;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img {
  transform: scale(1.03);
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 2;
  font-family: var(--font-nav);
}

.product-card {
  display: block;
  width: 100%;
}

.product-info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 8px;
}

.product-info > * {
  min-width: 0;
}

.product-name {
  flex: 1 1 auto;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--font-nav);
  line-height: 1.4;
}

.product-price {
  flex: 0 0 auto;
  margin: 0;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-nav);
  white-space: nowrap;
  text-align: right;
}

.product-variant {
  font-size: 13px;
  margin-top: 3px;
}

/* =============================================
   FEATURE BANNER
   ============================================= */
.feature-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.feature-image-wrap {
  position: absolute;
  inset: 0;
}

.feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-overlay {
  position: absolute;
  inset: 0;
}

.feature-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.feature-heading {
  font-size: clamp(32px, 4vw, 80px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin: 16px 0 32px;
  font-family: var(--font-heading);
  white-space: pre-line;
}

/* =============================================
   USP / FEATURES GRID
   ============================================= */
.usp-section {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 24px !important;
  padding-bottom: 16px !important;
}

.usp-label {
  text-align: center;
  margin-bottom: 48px;
}

.usp-grid {
  display: grid;
  gap: 40px;
}

.usp-item {
  padding: 0;
}

.usp-title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  font-family: var(--font-heading);
}

.usp-divider {
  width: 32px;
  height: 2px;
  margin-bottom: 14px;
}

.usp-text {
  font-size: 14px;
  line-height: 1.65;
}

/* =============================================
   COMMUNITY SECTION
   ============================================= */
.community-section {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.community-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.community-heading {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-top: 6px;
  font-family: var(--font-heading);
}

.community-grid {
  display: grid;
  gap: 2px;
}

.community-item {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f0f0f0;
}

.community-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.community-item:hover .community-img {
  transform: scale(1.04);
}

/* =============================================
   RICH TEXT SECTION
   ============================================= */
.rich-text-section {
  padding-left: 20px;
  padding-right: 20px;
}

.rich-text-heading {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.95;
  margin-bottom: 10px;
  font-family: var(--font-heading);
}

.rich-text-body {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* =============================================
   IMAGE WITH TEXT
   ============================================= */
.image-text-section {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.image-text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.image-text-grid--reversed {
  direction: rtl;
}

.image-text-grid--reversed > * {
  direction: ltr;
}

.image-text-image {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #f5f5f5;
}

.image-text-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-text-placeholder {
  width: 100%;
  height: 100%;
  background: #e8e8e8;
}

.image-text-content {
  padding: 20px 0;
}

/* =============================================
   COLLAPSIBLE / FAQ
   ============================================= */
.collapsible-section {
  padding-left: 20px;
  padding-right: 20px;
}

.collapsible-inner {
  max-width: 900px;
  margin: 0 auto;
}

.collapsible-heading {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 48px;
  font-family: var(--font-heading);
}

.collapsible-item {
  border-bottom: 1px solid;
}

.collapsible-item:first-of-type {
  border-top: 1px solid;
}

.collapsible-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  list-style: none;
  font-family: var(--font-nav);
}

.collapsible-summary::-webkit-details-marker {
  display: none;
}

.collapsible-icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.2s;
}

details[open] .collapsible-icon {
  transform: rotate(45deg);
}

.collapsible-answer {
  padding: 0 0 24px;
  font-size: 15px;
  line-height: 1.7;
}

/* =============================================
   FOOTER
   ============================================= */

.site-footer {
  /* colors set inline */
}

.footer-social {
  padding: 10px 0px;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 64px 40px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}

.footer-brand {
  min-width: 0;
}

.footer-logo {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: var(--font-heading);
}

.footer-tagline {
  font-size: 13px;
  margin-bottom: 0;
  font-style: italic;
}

.footer-desc {
  font-size: 13px;
  line-height: 1.6;
}

.footer-nav-columns {
  display: flex;
  gap: 32px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  min-width: 120px;
}

.footer-nav-list li {
  margin: 0;
}

.footer-nav-list a {
  font-size: 14px;
  transition: opacity 0.2s;
}

.footer-nav-list a:hover {
  opacity: 0.7;
}

.footer-newsletter {
  min-width: 0;
  width: 100%;
  max-width: 420px;
  justify-self: end;
}

.footer-nav-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--font-nav);
}

.newsletter-form {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid;
}

.newsletter-input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 12px 16px;
  font-size: 13px;
  font-family: inherit;
}

.newsletter-input::placeholder {
  opacity: 0.5;
}

.newsletter-btn {
  flex: 0 0 auto;
  border: none;
  padding: 12px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--font-nav);
  transition: opacity 0.2s;
  white-space: nowrap;
}

.newsletter-btn:hover {
  opacity: 0.85;
}

.newsletter-note {
  font-size: 11px;
  line-height: 1.5;
}

.footer-bottom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  border-top: 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-copy {
  font-size: 11px;
  letter-spacing: 0.05em;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-legal a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

.footer-legal a:hover {
  opacity: 0.7;
}

/* =============================================
   FOOTER RESPONSIVE
   ============================================= */

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 20px 32px;
  }

  .footer-newsletter {
    max-width: 100%;
    justify-self: stretch;
  }

  .footer-bottom {
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-legal {
    gap: 16px;
  }

  /* Announcement bar - auto height, smaller text, allow wrap */
  .announcement-bar { display: block !important; padding: 6px 10px !important; height: auto !important; min-height: auto !important; overflow: visible !important; }
  .announcement-text { font-size: 8px !important; line-height: 1.25 !important; white-space: normal !important; overflow: visible !important; text-overflow: unset !important; display: block !important; height: auto !important; }
  
  /* Black block - tight padding */
  .feature-banner { height: auto !important; min-height: 0 !important; background: #000 !important; }
  .feature-content { position: relative !important; inset: auto !important; padding: 24px 16px !important; }
  .feature-image-wrap { display: none !important; }
  .feature-overlay { display: none !important; }
  .feature-heading { font-size: 20px !important; line-height: 1.15 !important; }
  .feature-banner .btn { margin-top: 8px !important; }
  
  /* USP section - tight padding */
  .usp-section { padding: 24px 16px !important; }
  
  /* Page padding reductions */
  .community-hero { padding: 24px 16px 16px !important; }
  .about-what-is { padding: 16px 0 !important; }
  .about-why { padding: 16px 0 !important; }
  .rich-text-section { padding: 24px 20px 16px !important; }
  .shop-section { padding: 16px 16px 30px !important; }

}

@media (max-width: 600px) {
  .footer-nav-columns {
    gap: 24px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-input,
  .newsletter-btn {
    width: 100%;
    max-width: 100%;
  }

  .newsletter-btn {
    padding: 14px 16px;
  }

  .footer-bottom {
    align-items: center;
    text-align: center;
  }

  .footer-legal {
    justify-content: center;
  }

  /* 1. Announcement bar - smaller text, allow wrap */
  .announcement-bar { padding: 4px 8px !important; min-height: auto !important; }
  .announcement-text { font-size: 9px !important; line-height: 1.3 !important; white-space: normal !important; overflow: visible !important; text-overflow: unset !important; }
  
  /* 2. Black block - reduce padding */
  .feature-content { padding: 20px 16px !important; }
  .feature-heading { font-size: 24px !important; line-height: 1.15 !important; }
  
  /* 3. USP section - reduce padding */
  .usp-section { padding: 30px 16px !important; }
  
  /* 4. Burger menu - show nav as mobile dropdown */
  body.nav-open .header-nav { display: flex !important; flex-direction: column !important; position: absolute !important; top: 100% !important; left: 0 !important; right: 0 !important; background: #fff !important; z-index: 999 !important; padding: 16px !important; box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important; gap: 12px !important; }
  body.nav-open .header-nav a { font-size: 14px !important; padding: 8px 0 !important; border-bottom: 1px solid #eee !important; }
  .site-header { position: relative !important; }
  .mobile-nav-overlay.is-active { display: block !important; position: fixed !important; inset: 0 !important; background: rgba(0,0,0,0.3) !important; z-index: 998 !important; }
  
  /* 5-7. General page section padding reduction (About Us, Contact, Community) */
  .page-content { padding: 20px 16px !important; }
  .page-section { padding: 20px 0 !important; }
  .about-section, .contact-section, .community-section { padding: 20px 16px !important; }
  .section-content { padding: 20px 16px !important; }
  .page-header { padding: 20px 16px !important; }
  .rte { padding: 0 !important; }
  .template-page .shopify-section { padding: 15px 0 !important; }
  .about-what-is { padding: 20px 0 !important; }
  .about-brand { padding: 20px 0 !important; }
  
  /* Shop section - tighten */
  .shop-section { padding: 20px 16px 40px !important; }


  /* Page padding reductions - About Us */
  .community-hero { padding: 30px 16px 20px !important; }
  .about-what-is { padding: 20px 0 !important; }
  .about-why { padding: 20px 0 !important; }
  
  /* Page padding reductions - Contact Us */
  .rich-text-section { padding: 30px 20px 20px !important; }
  
}

/* =============================================
   MAIN TEMPLATES
   ============================================= */

/* Collection page */
.main-collection-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.main-collection-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  font-family: var(--font-heading);
}

.main-collection-desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 600px;
}

.collection-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 40px 0 0;
  font-family: var(--font-nav);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.collection-pagination a,
.collection-pagination span {
  padding: 8px 14px;
  border: 1px solid #e0e0e0;
}

.collection-pagination .current {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* Product page */
.main-product-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.product-media img {
  width: 100%;
  height: auto;
}

.product-main-image {
  margin-bottom: 12px;
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.product-thumbnail {
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
  background: #f5f5f5;
}

.product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-vendor {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: var(--font-nav);
}

.product-page-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  font-family: var(--font-heading);
}

.product-page-price {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: var(--font-nav);
}

.product-page-desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.product-variants {
  margin-bottom: 24px;
}

.product-option {
  margin-bottom: 16px;
}

.product-option-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: var(--font-nav);
}

.product-option-select {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  background: #fff;
  font-family: inherit;
  cursor: pointer;
}

.product-add-btn {
  width: 100%;
  padding: 16px;
  font-size: 13px;
}

.product-add-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Cart page */
.main-cart-inner {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
  font-family: var(--font-heading);
}

.cart-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid;
  align-items: center;
}

.cart-item-image {
  width: 80px;
  flex-shrink: 0;
}

.cart-item-image img {
  width: 80px;
  height: 100px;
  object-fit: cover;
}

.cart-item-details {
  flex: 1;
}

.cart-item-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  font-family: var(--font-nav);
}

.cart-item-variant {
  font-size: 13px;
  margin-top: 4px;
}

.cart-item-price {
  margin-top: 8px;
  font-weight: 700;
  font-family: var(--font-nav);
}

.cart-qty-input {
  width: 60px;
  text-align: center;
  padding: 8px;
  border: 1px solid;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
}

.cart-footer {
  padding: 24px 0;
  text-align: right;
}

.cart-total {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  font-family: var(--font-nav);
}

.cart-empty {
  padding: 40px 0;
}

/* Search page */
.main-search-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.search-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  font-family: var(--font-heading);
}

.search-form {
  margin-bottom: 40px;
}

.search-input-wrap {
  display: flex;
  border: 2px solid;
}

.search-input {
  flex: 1;
  min-width: 0;
  padding: 12px 16px;
  border: none;
  font-size: 16px;
  font-family: inherit;
  background: transparent;
  outline: none;
}

/* Generic page */
.main-page-inner {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-title {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
  font-family: var(--font-heading);
}

.page-body {
  font-size: 16px;
  line-height: 1.8;
}

.page-body h2 {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 40px 0 16px;
}

.page-body p {
  margin-bottom: 20px;
}

/* 404 page */
.main-404-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.error-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: var(--font-heading);
}

.error-text {
  margin-bottom: 32px;
}

/* Password page */
.main-password-inner {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.password-title {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: var(--font-heading);
}

.password-text {
  margin-bottom: 32px;
}

.password-form {
  display: flex;
  border: 2px solid;
}

.password-input {
  flex: 1;
  min-width: 0;
  padding: 12px 16px;
  border: none;
  font-size: 14px;
  font-family: inherit;
  background: transparent;
  outline: none;
}

/* =============================================
   ABOUT US PAGE
   ============================================= */
.about-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-hero-heading {
  font-size: clamp(40px, 5vw, 50px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  font-family: var(--font-heading);
}

.about-hero-intro {
  font-size: 15px;
  line-height: 1.8;
}

.about-hero-intro p {
  margin-bottom: 16px;
}

.about-hero-image img {
  width: 100%;
  height: auto;
}

.about-what-is-inner {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.about-what-is-heading {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  font-family: var(--font-heading);
}

.about-what-is-text {
  font-size: 16px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 32px;
}

.about-what-is-text p {
  margin-bottom: 16px;
}

.about-what-is-image {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
}

.about-what-is-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-why-inner {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.about-why-heading {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  font-family: var(--font-heading);
}

.about-why-text {
  font-size: 16px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.about-why-text p {
  margin-bottom: 16px;
}

/* =============================================
   COMMUNITY PAGE
   ============================================= */
.community-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.community-hero-heading {
  font-size: clamp(40px, 5vw, 50px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  font-family: var(--font-heading);
}

.community-hero-body {
  font-size: 15px;
  line-height: 1.8;
}

.community-hero-body p {
  margin-bottom: 16px;
}

.community-hero-image img {
  width: 100%;
  height: auto;
}

.community-quote-inner {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.community-blockquote {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.4;
  font-style: normal;
  font-family: var(--font-heading);
  white-space: pre-line;
}

/* =============================================
   RESPONSIVE — TABLET (max-width: 900px)
   ============================================= */
@media (max-width: 900px) {
  /* Show hamburger, hide desktop nav links */
  .nav-hamburger {
    display: flex;
    left: 16px;
  }

  .header-nav {
    display: none;
  }

  .header-top {
    padding: 10px 16px;
  }

  .nav-logo-img {
    max-width: 140px !important;
    width: 140px !important;
    height: auto !important;
  }

  .header-icons {
    right: 16px;
  }

  .nav-left,
  .nav-right .nav-link {
    display: none;
  }

  .nav-inner {
    padding: 0 16px;
    height: 56px;
  }

  .nav-right {
    gap: 16px;
  }

  .nav-center {
    padding: 0 12px;
  }

  /* Hero */
  .hero-content {
    padding: 24px 20px 32px;
  }

  .hero-cta {
    margin-top: 20px;
  }

  /* Sections */
  .about-section,
  .shop-section,
  .usp-section,
  .community-section,
  .image-text-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .usp-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px;
  }

  .community-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .image-text-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    direction: ltr;
  }

  .image-text-grid--reversed {
    direction: ltr;
  }

  /* Feature banner */
  .feature-content {
    padding: 24px;
  }

  .feature-heading {
    font-size: clamp(28px, 7vw, 48px);
  }

  /* About & Community pages */
  .about-hero-inner,
  .community-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-what-is-inner,
  .about-why-inner,
  .community-quote-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Template pages */
  .main-product-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-collection-inner,
  .main-search-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Footer */
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 20px 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 16px 20px;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* =============================================
   RESPONSIVE — MOBILE (max-width: 600px)
   ============================================= */
@media (max-width: 600px) {
  .announcement-bar {
    height: 32px;
  }

  .hero-content {
    padding: 20px 16px 28px;
  }

  .hero-label {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .btn {
    padding: 10px 22px;
    font-size: 11px;
  }

  .product-grid {
    grid-template-columns: 1fr !important;
  }

  .usp-grid {
    grid-template-columns: 1fr !important;
  }

  .community-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .about-section,
  .shop-section,
  .community-section,
  .usp-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about-heading {
    font-size: clamp(28px, 8vw, 40px);
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-btn {
    padding: 14px;
  }

  .collapsible-summary {
    font-size: 13px;
  }






  .announcement-inner { padding: 0 32px; }

  /* Hero mobile fix — full image, no crop */
  .hero { height: auto !important; min-height: 0 !important; position: relative !important; }
  .hero-image-wrap { position: relative !important; inset: auto !important; }
  .hero-img { width: 100% !important; height: auto !important; object-fit: contain !important; display: block !important; }
  .hero-overlay { position: absolute !important; inset: 0 !important; }
  .hero-content { position: absolute !important; bottom: 0 !important; top: auto !important; left: 0 !important; right: 0 !important; padding: 8px 16px 12px !important; text-align: center !important; align-items: center !important; justify-content: center !important; max-width: none !important; background: none !important; }
  .hero-heading { font-size: 14px !important; line-height: 1.2 !important; letter-spacing: 0.5px !important; text-align: center !important; }
  .hero-text { text-align: center !important; }
  .hero-cta, .hero-content .btn, .hero-content a.btn { display: none !important; }
}


/* ==========
product collapsable sections
==================== */

.product-accordions {
  margin-top: 24px;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  background: none;
  border: none;
  font-size: 15px;
  cursor: pointer;
}

.accordion-icon {
  transition: transform 0.3s ease;
  font-size: 18px;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.accordion-inner {
  padding-bottom: 16px;
  font-size: 14px;
  color: #555;
}

/* =======
images carousel
========== */
.product-gallery {
  position: relative;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  transition: transform 0.4s ease;
}

.gallery-slide {
  min-width: 100%;
}

.gallery-slide img {
  width: 100%;
  display: block;
}

/* ARROWS */

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: #121212;
  border: none;
  font-size: 14px;  /* arrow size stays the same */
  cursor: pointer;
  z-index: 2;

  /* Make clickable area bigger */
  padding: 20px;   /* bigger hitbox */
  line-height: 1;
  width: auto;      /* keep arrow width as-is */
  height: auto;     /* keep arrow height as-is */
}
/* positioning */
.gallery-arrow.prev {
  left: 10px;
}

.gallery-arrow.next {
  right: 10px;
}

.gallery-arrow:hover {
  opacity: 0.6;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 10;
}

.lightbox-arrow.prev { left: 20px; }
.lightbox-arrow.next { right: 20px; }

@media (max-width: 600px) {
  .accordion-header,
  .accordion-header a {
    color: #000 !important;
  }
}


/* =============================================
   MAIN CONTENT OFFSET
   ============================================= */
main,
.main-collection-inner,
.main-product-inner,
.main-cart-inner,
.main-search-inner,
.main-page-inner,
.main-404-inner,
.main-password-inner {
  padding-top: 20px; /* 36px bar + 68px header + 50px gap */
}

/* ===== HOW TO USE PAGE - Layout Fixes ===== */
/* Desktop layout improvements */
#shopify-section-template--26302327718177__17743152377a2aaadb { padding: 0 !important; }
.ai-how-to-use-acjficc9nqmtucnf3baigenblockda463efexkyy4 { width: 100% !important; max-width: 1200px !important; margin: 0 auto !important; padding: 40px 40px 60px !important; }
.ai-how-to-use__header-acjficc9nqmtucnf3baigenblockda463efexkyy4 { margin-bottom: 40px !important; }
.ai-how-to-use__title-acjficc9nqmtucnf3baigenblockda463efexkyy4 { font-size: 42px !important; letter-spacing: 4px !important; margin-top: 0 !important; }
.ai-how-to-use__steps-acjficc9nqmtucnf3baigenblockda463efexkyy4 { gap: 60px !important; }
.ai-how-to-use__step-acjficc9nqmtucnf3baigenblockda463efexkyy4 { gap: 40px !important; align-items: center !important; }
.ai-how-to-use__image-wrapper-acjficc9nqmtucnf3baigenblockda463efexkyy4 { border-radius: 0 !important; }
.ai-how-to-use__image-acjficc9nqmtucnf3baigenblockda463efexkyy4 { width: 100% !important; height: auto !important; object-fit: contain !important; }
.ai-how-to-use__step-title-acjficc9nqmtucnf3baigenblockda463efexkyy4 { font-size: 24px !important; letter-spacing: 3px !important; margin-bottom: 16px !important; }
.ai-how-to-use__step-description-acjficc9nqmtucnf3baigenblockda463efexkyy4 { font-size: 16px !important; line-height: 1.6 !important; }

/* Mobile layout - How To Use */
.globo-form-app.default-layout { margin-top: 10px !important; }

@media (max-width: 768px) {
  .about-what-is {
    padding-bottom: 0 !important;
    background-color: #fff !important;
  }
  .ai-how-to-use-acjficc9nqmtucnf3baigenblockda463efexkyy4 { padding: 20px 16px 40px !important; }
  .ai-how-to-use__header-acjficc9nqmtucnf3baigenblockda463efexkyy4 { margin-bottom: 30px !important; }
  .ai-how-to-use__title-acjficc9nqmtucnf3baigenblockda463efexkyy4 { font-size: 28px !important; letter-spacing: 3px !important; }
  .ai-how-to-use__steps-acjficc9nqmtucnf3baigenblockda463efexkyy4 { gap: 40px !important; }
  .ai-how-to-use__step-acjficc9nqmtucnf3baigenblockda463efexkyy4 { grid-template-columns: 1fr !important; gap: 16px !important; text-align: center !important; }
  .ai-how-to-use__step-acjficc9nqmtucnf3baigenblockda463efexkyy4:nth-child(2n) .ai-how-to-use__image-wrapper-acjficc9nqmtucnf3baigenblockda463efexkyy4 { order: 0 !important; }
  .ai-how-to-use__step-acjficc9nqmtucnf3baigenblockda463efexkyy4:nth-child(2n) .ai-how-to-use__content-acjficc9nqmtucnf3baigenblockda463efexkyy4 { order: 0 !important; }
  .ai-how-to-use__content-acjficc9nqmtucnf3baigenblockda463efexkyy4 { padding: 0 10px !important; }
  .ai-how-to-use__step-title-acjficc9nqmtucnf3baigenblockda463efexkyy4 { font-size: 20px !important; letter-spacing: 2px !important; }
  .ai-how-to-use__step-description-acjficc9nqmtucnf3baigenblockda463efexkyy4 { font-size: 15px !important; line-height: 1.5 !important; }
  .ai-how-to-use__image-wrapper-acjficc9nqmtucnf3baigenblockda463efexkyy4 { max-width: 320px !important; margin: 0 auto !important; }
}


@media (max-width: 768px) {
  .rich-text-heading {
    font-size: 7.5vw;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    line-height: 1.05;
  }
  .rich-text-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}


/* Hide price on shop/collection page */
.product-price { display: none !important; }
