* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'GeneralSans' !important; */
  -webkit-font-smoothing: antialiased !important;

}
:not([class*="fa-"]) {
  font-family: 'GeneralSans', sans-serif; /* Fallback to sans-serif */
}

/* 3. Base Styles for Content */
body {
  font-family: 'GeneralSans', sans-serif;
  background-color: #000;
  color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

.layer {
  width: 100%;
  height: 500px;
  position: absolute;
  background: linear-gradient(1deg, #111111, #00000000);
  top: -500px;
  display: block;
  left: 0;
}

/* Tagline */
.tagline {
  background: #f9b17d;
  padding: 17px 0;
  text-align: center;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	
	position: fixed;
    top: 0;
    width: 100%;
	z-index: 9;
}

.tagline-text {
  font-size: 16px;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.3px;
  -webkit-font-smoothing: antialiased;
}

/* Header */
.header {
  position: fixed;
  top: 50px;
  width: 100%;
  background:#000;
  z-index: 1000;
  padding: 21px 0;
}

.header-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
      padding: 0 50px;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  width: 138px;
	height: auto;
}

.navigation {
  display: flex;
  gap: 40px;
}

.nav-link {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.nav-link-highlighted {
  color: #00F19F !important;
  font-weight: 600 !important;
}


.nav-link:hover {
/*   opacity: 0.7; */
	color: #00f19f;
	cursor: pointer;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 23px;
}

.language-option {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: #ffffff;
}

.cta-button {
  height: 40px;
  background: #ffffff;
  color: #000000;
  padding: 12px 36px;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button:hover {
    background: #ffffff;
    color: #8e8e8e;
}

/* Hamburger Menu (Hidden by Default) */
.hamburger {
  display: none;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  z-index: 1001;

	position: absolute;
	left: 13px;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

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

.mobile-nav .nav-link {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

/* Hero Section */
.hero {
  height: 100vh;
/*   background: linear-gradient(rgb(0 0 0 / 9%), #111),
    url('/wp-content/themes/neotek-child/pauer-template/img/Hero-Image-1x.png');
  background-position: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;

}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  bottom: -100px;
  height: 300px;
  background: linear-gradient(to top, #111 0%, transparent 100%);
  pointer-events: none;
}

.hero-content {
  max-width: 1440px;
  padding: 0 40px;
	margin-top: 80px;
}

.hero-content h1 {
  font-size: clamp(48px, 8vw, 129px);
  font-weight: 400;
  font-style: normal;
  line-height: 130px;
  margin-bottom: 50px;
  letter-spacing: -3.6px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}

.hero-content p {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 670px;
  letter-spacing: -0.6px;
  color: #ffffff;
  opacity: 0.9;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

/* Three Soaps Section */
.three-soaps {
  background: #111111;
  padding: 80px 40px;
  text-align: center;
  position: relative;
}

.three-soaps::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #000 0%, transparent 100%);
  pointer-events: none;
}

.section-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: -1.2px;
  color: #f5f5f7;
  -webkit-font-smoothing: antialiased;
}

.section-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 80px;
  letter-spacing: 0.2px;
  color: #86868b;
  -webkit-font-smoothing: antialiased;
}

.soaps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.soap-card {
  text-align: left;
  transition: transform 0.3s ease;
}

.soap-card:hover {
  transform: translateY(-10px);
}

.soap-image {
  width: 100%;
  height: 540px;
  aspect-ratio: 3 / 4;
  margin-bottom: 30px;
  border-radius: 28px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
}

.soap-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.soap-image:hover::before {
  background: transparent;
}


.soap-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -1.2px;
  color: #ffffff;
}

.soap-card p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 0px;
  text-align: left;
  padding: 0px 105px 0px 0px;
  color: #86868b;
  -webkit-font-smoothing: antialiased;
}

.soap-card:nth-child(1) .tidec {
  -webkit-font-smoothing: none;
  font-weight: 500;
  color: #d28a8d;
}

.soap-card:nth-child(2) .endurec {
  -webkit-font-smoothing: none;
  font-weight: 500;
  color: #f9b17d;
}

.soap-card:nth-child(3) .solarisc {
  -webkit-font-smoothing: none;
  font-weight: 500;
  color: #c0e4dc;
}

.shop-button {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease;
  padding: 0px;
}

/* .shop-button:hover {
  text-decoration: underline;
} */

/* Box Section */
.box-section {
  background: #000;
  padding: 50px 40px;
  text-align: center;
}

.box-container {
  max-width: 1200px;
  margin: 0 auto;
}

.box-image {
  width: 1004px;
  height: 778.327px;
  flex-shrink: 0;
  aspect-ratio: 89/69;
  margin: 0 auto;
  background: url('/wp-content/themes/neotek-child/pauer-template/img/box.png');
  background-size: cover;
  background-position: center;
  aspect-ratio: 4/3;
  border-radius: 12px;
  position: relative;
  transform: perspective(1000px) rotateX(-5deg) rotateY(2deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

/* Botanicals Section */
.botanicals {
  background: #000000;
  padding: 60px 40px;
}

.botanicals-container {
  max-width: 1200px;
  margin: 0 auto;
}

.botanicals-header {
  text-align: left;
  margin-bottom: 80px;
  max-width: 720px;
}

.botanicals-header h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.07;
  margin-bottom: 20px;
  letter-spacing: -0.28px;
  color: #f5f5f7;
}

.botanicals-header p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.2px;
  color: #86868b;
}

.botanicals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
}

.botanical-item {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.23px;
  padding-right: 81px;
  -webkit-font-smoothing: antialiased;
          color: white;
}

.botanical-item .botanical-highlight {
  color: #00f19f;
  font-weight: 500;
  margin-bottom: 10px;
}

.botanical-item p {
  font-size: 21px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* Athletes Section */
.athletes {
  background: #000000;
  padding: 15px 40px;
  position: relative;
  overflow: hidden;
}

.athletes-container {
  /* max-width: 1200px; */
  position: relative;
  margin: 0 auto;
      padding: 0 0 0 186px;
}

.athletes h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 28px;
  letter-spacing: 0.13px;
  color: #f5f5f7;
}

.athletes-grid {
  position: relative;
  gap: 30px;
  /* width: 100% !important; */
}

.athlete-card {
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  max-width: 390px;
  aspect-ratio: 3/4;
display: block;

      /* max-width: 390px; */
    /* max-height: 520px; */
  position: relative;
  /* overflow: hidden; */
  filter: grayscale(1);
  transition: transform 0.3s ease, opacity 0.6s ease;
}

/* .athlete-card:hover {
  /* transform: translateY(-10px); */
  filter: grayscale(0);
} */

.athlete-card::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
     background: linear-gradient(180deg, rgb(0 0 0 / 33%) 0%, #000000 70%);
    border-radius: 0px 0px 24px 24px;
    border-bottom: solid 1px #0a0a0a;
}

/* .athlete-card:hover::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.136) 0%, #000000ad 70%);
} */

.athlete-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}

.athlete-card h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: 0.23px;
  color: #f5f5f7;
}

.athlete-card p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 0.23px;
  color: #86868b;
}

/* .athlete-triathlete {
  background-image: url('https://images.unsplash.com/photo-1530549387789-4c1017266635?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80');
}

.athlete-runner {
  background-image: url('https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80');
}

.athlete-cyclist {
  background-image: url('https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80');
} */

.slider-prev-btn,
.slider-next-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
  font-size: 20px;
  z-index: 3;
  transition: background 0.3s ease;
  padding: 0px;
}

.slider-prev-btn:hover,
.slider-next-btn:hover {
  color: black;
}

.slider-prev-btn {
  left: 24px;
}

.slider-next-btn {
  right: 24px;
}

.slider-prev-btn:hover,
.slider-next-btn:hover {
  background: #f0f0f0;
}

.slider-prev-btn i,
.slider-next-btn i {
  font-size: 14px;
}

.swiper-button-disabled.slider-prev-btn {
  display: none;
}

.swiper-button-disabled.slider-next-btn {
  display: none;
}
/* FAQ Section */
.faq {
  background: #000000;
  padding: 78px 40px 44px;
}

.faq-container {
  max-width: 914px;
  margin: 0 auto;
}

.faq h2 {
  font-size: 58px;
  font-weight: 600;
  line-height: 1.07;
  margin-bottom: 60px;
  letter-spacing: -0.28px;
  color: #f5f5f7;
}

.faq-item {
  border: 1px solid #464646;
  border-radius: 12px;
  margin-bottom: 12px;
  background: transparent;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #555;
}

.faq-question {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  padding: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  background: none;
  border: none;
  color: #f5f5f7;
  width: 100%;
  text-align: left;
  letter-spacing: -0.28px;
}

.faq-question:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.faq-question::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-question.active::after {
  transform: rotate(180deg);
}

.faq-answer {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.22px;
  color: #f5f5f7;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-answer.active {
  max-height: 200px;
  padding: 0 16px 16px 16px;
  -webkit-font-smoothing: antialiased;
}

/* Footer */
.footer {
  background: #000000;
  padding: 0px 40px 40px;
}

.footer-container {
  max-width: 914px;
  margin: 0 auto;
}

.legal-disclosure {
  margin-bottom: 60px;
}

.legal-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 2.5;
  margin-bottom: 16px;
  letter-spacing: -0.28px;
  color: #ffffff;
}

.legal-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.28px;
  color: #f5f5f7;
}

.legal-text p{
	margin-bottom: 1rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}

.footer-left h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.32;
  margin-bottom: 20px;
  letter-spacing: -0.48px;
  color: #999999;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.48px;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  -webkit-font-smoothing: antialiased;
}

.footer-links a:hover {
  color: #00F19F;
}

.footer-right {
  text-align: center;
}

.footer-right h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.32;
  margin-bottom: 7px;
  letter-spacing: -0.48px;
  color: #ffffff;
}

.social-icons {
  display: flex;
  gap: 11px;
  justify-content: right;
}

.social-icon {
  width: 35px;
  height: 35px;
  background: #373737;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

/* .social-icon:hover {
  background: #555;
} */

.social-icon .fa-instagram{
	color: #fff;
	position: relative;
	top: 7px;
    font-size: 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.footer-logo {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;

    height: 30px;
    width: 100px;
}

.footer-location {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -0.42px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-location::before {
  content: '🇩🇴';
  font-size: 16px;
}

 /* --------------------------------------- */

 /* Hero About Us Section */
.about-hero {
height: auto;

/*   background: linear-gradient(rgb(0 0 0 / 0%), #00000069), 
    url('/wp-content/themes/neotek-child/pauer-template/img/the-motion.png');
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat; */
	position: relative;
    display: flex;
        margin-top: 58px;
        max-height: 1580px;
}

.about-hero-content {
    max-width: 1440px;
    text-align: left;
    position: relative;
    margin: 0 auto;
    padding-left: 122px;
    
}

.about-hero-content h1 {
  padding-top: 155px;
  font-size: clamp(48px, 8vw, 119px);
  font-weight: 400;
  font-style: normal;
  line-height: 115px;
  /* line-height: 0.8; */
  letter-spacing: -3.6px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

/* Origin Section */
.about-origin-section {
margin-top: 165px;
  /* text-align: center; */
}

.origin-section-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: -1.2px;
  color: #f5f5f7;
  -webkit-font-smoothing: antialiased;
}

.origin-section-subtitle {
font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 720px;
    /* margin: 0 auto 80px; */
    letter-spacing: 0.2px;
    color: white;
    -webkit-font-smoothing: antialiased;
    /* max-width: 575px; */
}

/* Craft Section */
.about-craft-section {
  margin-top: 40px;
  text-align: center;
}

.craft-section-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: -1.2px;
  color: #f5f5f7;
  -webkit-font-smoothing: antialiased;
}

.craft-section-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 80px;
  letter-spacing: 0.2px;
  color: #86868b;
  -webkit-font-smoothing: antialiased;
}

 .craft-container {
  margin-top: 40px;
}
.craft-rows {
  display: flex;
    align-items: start;
    gap: 60px;
}
.craft-rows .origin-section-subtitle {

}
.craft-rows .craft-image {
width: 552px;
height: 728px;
  flex-shrink: 0;
  margin: 0 auto;
  background: url('https://pauer.store/wp-content/uploads/2025/08/COMPOSITION.png');
  background-size: cover;
  background-position: center;
  aspect-ratio: 4/3;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

/* Philosophy Section */
.about-philosophy-section {
  margin-top: 40px;
  text-align: center;
      margin-bottom: 200px;
}

.philosophy-section-title {
 color: var(--Brand-Titles, #F5F5F7);
text-align: center;
font-size: 56px;
font-style: normal;
font-weight: 600;
line-height: 84px; /* 150% */
letter-spacing: -1.2px;
}

.philosophy-section-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 65px;
  letter-spacing: 0.2px;
color: var(--Brand-Text-Secondary, #86868B);
  -webkit-font-smoothing: antialiased;
}
.philosophy-section-subtitle2 {
color: var(--Brand-Titles, #F5F5F7);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 160% */
letter-spacing: 0.216px;
    margin-bottom: 55px;
}
.philosophy-section-subtitle3 {
color: var(--Brand-Text-Secondary, #86868B);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 160% */
letter-spacing: 0.216px;
	max-width: 800px;
	margin: 0 auto;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.philosophy-item {
  text-align: center;
}

.philosophy-item h3 {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
  letter-spacing: 0.216px;
  margin-bottom: 0px;
}

.philosophy-item p {
  color: var(--Brand-Titles, #F5F5F7);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.216px;
  padding: 0 40px;
}

.philosophy-item:nth-child(1) h3 {
  color: #d28a8d;
}

.philosophy-item:nth-child(2) h3 {
  color: #f9b17d;
}

.philosophy-item:nth-child(3) h3 {
  color: #c0e4dc;
}

.origin-high {
    color: #00f19f;
  font-weight: 500;
  margin-bottom: 10px;
}

.divider-custom {
  height: 370px; width: 100%;
}

/* RITUALS */

 /* --------------------------------------- */

.rituals-hero {
height: auto;

/*   background: linear-gradient(rgb(0 0 0 / 0%), #00000069), 
    url('/wp-content/themes/neotek-child/pauer-template/img/woman-background.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat; */
	
	position: relative;
    display: flex;
        margin-top: 71px;
        max-height: 2525px;
}

.rituals-hero-content {
    max-width: 1440px;
    text-align: left;
    position: relative;
    /* margin: 0 auto; */
    padding-left: 122px;
    
}


.rituals-hero-content h1 {
    padding-top: 155px;
    font-size: clamp(48px, 8vw, 119px);
    font-weight: 400;
    font-style: normal;
    line-height: 115px;
    /* line-height: 0.8; */
    letter-spacing: -3.6px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 40px;
}

/* Origin Section */
.rituals-origin-section {
margin-top: 165px;
  /* text-align: center; */
}

.rituals-origin-section-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: -1.2px;
  color: #f5f5f7;
  -webkit-font-smoothing: antialiased;
}

.rituals-origin-section-subtitle {
font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    max-width: 720px;
    /* margin: 0 auto 80px; */
    letter-spacing: 0.2px;
    color: white;
    -webkit-font-smoothing: antialiased;
    /* max-width: 575px; */
    margin-bottom: 90px;
}

.rituals-origin-section-subtitle p{
	margin-bottom: 1rem;
}

/* Craft Section */
.rituals-craft-section {
  margin-top: 40px;
  text-align: left;
      padding-right: 75px;
}

.rituals-craft-section-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: -1.2px;
  color: #f5f5f7;
  -webkit-font-smoothing: antialiased;
}

.rituals-craft-section-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 80px;
  letter-spacing: 0.2px;
  color: #86868b;
  -webkit-font-smoothing: antialiased;
}

 .rituals-craft-container {
  margin-top: 40px;
}
.ruvan {
  color: var(--Brand-Endure, #C0E4DC) !important;

}
.rituals-craft-rows {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 3;
    row-gap: 0px;
    column-gap: 10px;
}

.rituals-craft-rows .rituals-craft-image {
width: 552px;
height: 728px;
  flex-shrink: 0;
  margin: 0 auto;
  background: url('/wp-content/themes/neotek-child/pauer-template/img/the-craft.png');
  background-size: cover;
  background-position: center;
  aspect-ratio: 4/3;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

/* Philosophy Section */
.rituals-philosophy-section {
  margin-top: 40px;
  text-align: center;
      margin-bottom: 200px;
}

.rituals-philosophy-section-title {
 color: var(--Brand-Titles, #F5F5F7);
text-align: center;
font-size: 56px;
font-style: normal;
font-weight: 600;
line-height: 84px; /* 150% */
letter-spacing: -1.2px;
}

.rituals-philosophy-section-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 65px;
  letter-spacing: 0.2px;
color: var(--Brand-Text-Secondary, #86868B);
  -webkit-font-smoothing: antialiased;
}
.rituals-philosophy-section-subtitle2 {
color: var(--Brand-Titles, #F5F5F7);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 160% */
letter-spacing: 0.216px;
    margin-bottom: 55px;
}
.rituals-philosophy-section-subtitle3 {
color: var(--Brand-Text-Secondary, #86868B);
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 160% */
letter-spacing: 0.216px;
}

.rituals-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.rituals-philosophy-item {
  text-align: center;
}

.rituals-philosophy-item h3 {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
  letter-spacing: 0.216px;
  margin-bottom: 0px;
}

.rituals-philosophy-item p {
  color: var(--Brand-Titles, #F5F5F7);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.216px;
  padding: 0 40px;
}

.rituals-philosophy-item:nth-child(1) h3 {
  color: #d28a8d;
}

.rituals-philosophy-item:nth-child(2) h3 {
  color: #f9b17d;
}

.rituals-philosophy-item:nth-child(3) h3 {
  color: #c0e4dc;
}

a[disabled] {
  pointer-events: none;
  color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

button[disabled] {
  pointer-events: none;
  background-color: #666;
  color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.rituals-origin-high {
    color: #00f19f;
  font-weight: 500;
  margin-bottom: 10px;
}

.rituals-divider-custom {
  height: 150px; width: 100%;
}


/* .rituals-craft-rows {} */
/* .rituals-origin-section rituals-craft-section {} */
.rituals-origin-section-title {
  color: var(--Brand-Tide, #D28A8D);
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 152.381% */
letter-spacing: 0.216px;
    margin-bottom: 0px;
}
.solaris {
  color: #F9B17D;
}
.rituals-origin-section-s1 {
  color: var(--Brand-Titles, #F5F5F7);
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 152.381% */
letter-spacing: 0.216px;
    margin-bottom: 0px;
}
.rituals-origin-section-s2 {
  color: var(--Brand-Titles, #F5F5F7);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 160% */
letter-spacing: 0.216px;
}
.key-ingredients {
  color: var(--Brand-Titles, #F5F5F7);
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 152.381% */
letter-spacing: 0.216px;
}

.key-ingredients-title {
  color: var(--Brand-Highlights, #00F19F);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 177.778% */
letter-spacing: 0.216px;
    display: block;
}

.key-ingredients-content {
  color: var(--Brand-Titles, #F5F5F7);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 32px;
letter-spacing: 0.216px;
}


.use-ritual {
  color: var(--Brand-Text-Secondary, #86868B);

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 200% */
letter-spacing: 0.216px;
}

/* Generic */

.generic-section {
padding-top: 155px;
      max-width: 1440px;
    text-align: left;
    position: relative;
    margin: 0px auto;
    padding: 130px 160px;
	margin-top: 70px;
}

.generic-section h1 {
  	color: var(--Brand-Titles, #F5F5F7);
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px; /* 107.143% */
	letter-spacing: -0.28px;
}

.generic-section h2{
  	color: var(--Brand-Titles, #fff);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px; /* 107.143% */
	letter-spacing: -0.28px;
}

.generic-section p {
  color: var(--Brand-Titles, #F5F5F7);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 160% */
letter-spacing: 0.216px;
}