/** Shopify CDN: Minification failed

Line 848:0 Expected "}" to go with "{"

**/
.puritides-landing {
  background: #fbf7ef;
  color: #061a33;
  font-family: Montserrat, sans-serif;
}

.puritides-hero {
  min-height: 620px;
  background: radial-gradient(circle at right, #102d4d 0%, #061a33 55%, #03111f 100%);
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  padding: 70px 70px 50px;
  overflow: hidden;
}

.eyebrow,
.section-kicker {
  color: #c79a3d;
  letter-spacing: 5px;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 12px;
}

.puritides-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 82px;
  line-height: .9;
  color: white;
  margin: 0 0 24px;
  letter-spacing: 1px;
}

.hero-copy {
  color: white;
  max-width: 520px;
  line-height: 1.7;
  font-size: 17px;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  margin-top: 30px;
}

.btn-gold,
.btn-outline {
  padding: 18px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.btn-gold {
  background: linear-gradient(135deg, #d4a13f, #b47c25);
  color: white;
}

.btn-outline {
  border: 1px solid #c79a3d;
  color: white;
}

.puritides-hero-image img {
  width: 100%;
  display: block;
}

.puritides-trust-image {
    width: 100%;
    overflow: hidden;
    background: #061a33;
}

.puritides-trust-image img {
    width: 100%;
    height: 200px;      /* Change this to 160px, 180px, 200px, 220px */
    object-fit: cover;
    display: block;
}



.puritides-featured {
  padding: 36px 36px 28px;
  text-align: center;
}

.puritides-featured h2,
.puritides-quality h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 44px;
  letter-spacing: 5px;
  margin: 0 0 28px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
}

.product-card {
  background: #fff;
  border: 1px solid #d8c7a8;
  border-radius: 6px;
  padding: 18px 12px;
  transition: .25s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card a {
  text-decoration: none;
  color: #061a33;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: contain;
}

.product-card h3 {
  font-size: 14px;
  margin: 12px 0 8px;
}

.price {
  font-size: 12px;
  font-weight: 700;
}

.view-btn {
  display: block;
  margin-top: 12px;
  border: 1px solid #c79a3d;
  padding: 10px;
  font-size: 11px;
  font-weight: 800;
}

.puritides-quality {
  display: grid;
  grid-template-columns: .9fr 1.4fr;
  align-items: center;
  padding: 48px 70px;
  background: #f8f1e7;
}

.quality-image img {
  width: 100%;
}

.quality-content p {
  font-size: 16px;
  line-height: 1.6;
}

.quality-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.quality-icons div {
  border-left: 1px solid #c79a3d;
  padding-left: 18px;
}

.quality-icons strong {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 8px;
}

.quality-icons span {
  font-size: 12px;
  line-height: 1.5;
}

.puritides-faq {
  margin: 28px;
  border: 1px solid #c79a3d;
  border-radius: 6px;
  background: #fff;
  display: grid;
  grid-template-columns: 90px 1fr 1.2fr;
  align-items: center;
  gap: 22px;
  padding: 24px 34px;
}

.faq-icon {
  width: 62px;
  height: 62px;
  background: #061a33;
  color: #c79a3d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
}

.puritides-faq p {
  color: #c79a3d;
  letter-spacing: 2px;
  font-weight: 800;
  margin: 0;
}

.puritides-faq h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  margin: 6px 0 0;
}

.faq-answer {
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .puritides-hero,
  .puritides-quality,
  .puritides-faq {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  .puritides-hero h1 {
    font-size: 54px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .puritides-trust-bar {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
    gap: 22px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quality-icons {
    grid-template-columns: 1fr;
  }
}
puritides-landing * {
  box-sizing: border-box;
}

.puritides-landing h1,
.puritides-landing h2,
.puritides-landing h3,
.puritides-landing p {
  margin: 0;
}

.puritides-landing img {
  display: block;
  max-width: 100%;
}

.puritides-hero {
  overflow: hidden;
}

.puritides-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Featured Products Horizontal Marquee */
.puritides-featured {
  width: 100%;
  overflow: hidden;
  padding: 36px 0 36px;
  text-align: center;
}

.puritides-featured .section-kicker,
.puritides-featured h2 {
  text-align: center;
  width: 100%;
}

.puritides-marquee {
  width: 100%;
  overflow: hidden;
  margin-top: 24px;
}

.puritides-marquee-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 18px;
  width: max-content;
  animation: puritidesMarquee 35s linear infinite;
}

.puritides-marquee .product-card {
  flex: 0 0 170px !important;
  width: 170px !important;
  min-width: 170px !important;
  max-width: 170px !important;
  display: block !important;
}

.puritides-marquee .product-card h3 {
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}

.puritides-marquee:hover .puritides-marquee-track {
  animation-play-state: paused;
}

@keyframes puritidesMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* FORCE FULL HERO BANNER */

.puritides-hero {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  background: #061a33 !important;
  overflow: visible !important;
}

.puritides-hero-banner {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}
/* FIX HERO SECTION ONLY */

.puritides-hero {
  display: block !important;
  padding: 0 !important;
  min-height: auto !important;
  background: #061a33 !important;
}

.puritides-hero-content {
  display: none !important;
}

.puritides-hero-image {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.puritides-hero-image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}

/* TRUST BAR - CROPPED HEIGHT */

.puritides-trust-image {
  width: 100% !important;
  height: 180px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}

.puritides-trust-image img {
  display: block !important;
  width: 100% !important;
  height: 180px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}


/* FIX RESEARCH STACK GRID */

.puritides-stacks-section {
  padding: 50px 48px 70px;
  background: #fbf7ef;
  text-align: center;
}

.stacks-grid {
  max-width: 1280px;
  margin: 35px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stack-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #061a33;
  border: 1px solid rgba(201, 150, 59, 0.35);
}

.stack-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.stack-card h3 {
  display: none;
}

.stack-card .stack-btn {
  display: none;
}

@media (max-width: 900px) {
  .stacks-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stack-card img {
    height: 170px;
  }
}


/* ================================
   PURITIDES SHOP BY GOAL
================================ */

.goal-icons-row {
  width: 100%;
  max-width: 1150px;
  margin: 30px auto 12px;
  padding: 0 20px;

  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 24px;

  align-items: start;
  justify-content: center;
}

.goal-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  text-align: center;
  text-decoration: none !important;
  color: #071d33;

  font-size: 14px;
  font-weight: 600;

  transition:
    transform 0.25s ease,
    color 0.25s ease;
}

goal-item .goal-svg{
  width: 92px;
  height: 92px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1.5px solid #c9963b;
  border-radius: 50%;

  background: #fbf6ed;

  font-size: 38px;
  line-height: 1;

  margin-bottom: 12px;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.goal-item p {
  margin: 0;
  color: #071d33;

  font-size: 14px;
  line-height: 1.3;
}

.goal-item:hover {
  transform: translateY(-4px);
  color: #c9963b;
}

.goal-item:hover span {
  transform: scale(1.06);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7, 29, 51, 0.14);
}

.goal-note {
  text-align: center;
  margin: 16px auto 30px;
  color: #071d33;
  font-size: 14px;
}

/* TABLET */

@media screen and (max-width: 990px) {
  .goal-icons-row {
    grid-template-columns: repeat(4, 1fr);
    max-width: 700px;
  }
}

/* MOBILE */

@media screen and (max-width: 600px) {
  .goal-icons-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 14px;
    padding: 0 16px;
  }

  .goal-item span {
    width: 78px;
    height: 78px;
    font-size: 31px;
  }

  .goal-item p {
    font-size: 13px;
  }
}


.shop-goal-banner{
  max-width: 1180px;
  margin: 0 auto 8px !important;
  padding: 0 !important;
  overflow: hidden;
}

.shop-goal-banner img{
  width: 100%;
  height: auto;
  display: block;
  

  /* ==========================================
   RESEARCH STACKS SECTION
========================================== */

.research-stacks-header {
  text-align: center;
  margin: 22px auto 14px;
}

.research-stacks-header h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #071d33;
}

.research-stacks-header p {
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

/* ==========================================
   PURITIDES RESEARCH STACKS — FINAL CLEAN CSS
========================================== */

.research-stacks-header {
  text-align: center;
  width: 100%;
  margin: 24px auto 22px;
  padding: 0 20px;
}

.research-stacks-header h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  letter-spacing: 4px;
}

.research-stacks-header p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.stacks-grid {
  width: calc(100% - 48px);
  max-width: 1400px;
  margin: 0 auto 50px;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}




/* FINAL RESEARCH STACK SIZE FIX */

.puritides-stacks-section .stacks-grid{
  width: 98vw !important;
  max-width: 1500px !important;
  margin: 0 auto 35px !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}

.puritides-stacks-section .stack-card{
  width: 100% !important;
  max-width: none !important;
}

.puritides-stacks-section .stack-card img{
  width: 100% !important;
  height: 235px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 8px !important;
}

/* REMOVE GAP ABOVE WHY RESEARCHERS BANNER */

.puritides-stacks-section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.stacks-grid {
  margin-bottom: 20px !important;
}

.puritides-why-banner {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.puritides-why-banner img {
  width: 100% !important;
  height: 220x !important;
  display: block !important;
}
/* HIDE RESEARCH USE AGREEMENT SECTION */

.research-use-agreement {
  display: none !important;
}/* MOBILE RESEARCH STACKS GRID FIX */
@media screen and (max-width: 749px) {
  .puritides-landing .stacks-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .puritides-landing .stack-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .puritides-landing .stack-card img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: cover !important;
    display: block !important;
  }
}
/* MOBILE RESEARCH STACKS - CLEAN FULL IMAGE VIEW */
@media screen and (max-width: 749px) {
  .puritides-landing .stacks-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 0 20px !important;
  }

  .puritides-landing .stack-card img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 14px !important;
  }
}
/* MOBILE HEADER LOGO SIZE */
@media screen and (max-width: 749px) {
  .header__heading-logo {
    width: 140px !important;
    max-width: 140px !important;
    height: auto !important;
  }

  .header__heading-link {
    padding: 0 !important;
  }
}

/* PURITIDES SCROLLING TRUST BAR */

.puritides-trust-marquee {
  width: 100vw !important;
  max-width: none !important;
  overflow: hidden !important;
  background: #071d33 !important;
  border-top: 1px solid #c9963b !important;
  border-bottom: 1px solid #c9963b !important;
  padding: 10px 0 !important;
  white-space: nowrap !important;
  position: relative;
}

.puritides-trust-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  align-items: center;
  gap: 55px;
  white-space: nowrap !important;
  animation: puritidesTrustScroll 32s linear infinite !important;
  will-change: transform;
}

.puritides-trust-track span {
  display: inline-block !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  color: #f7e7bd !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@keyframes puritidesTrustScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* HOMEPAGE FEATURED PRODUCT MARQUEE */

.puritides-marquee .product-card h3 {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #071d33 !important;
}

.puritides-marquee .product-card .price {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #9b6a22 !important;
}

.puritides-marquee .view-btn {
  display: block !important;
  width: 100% !important;
  background: #071d33 !important;
  color: #fbf6ed !important;
  border: 1px solid #c9963b !important;
  padding: 12px 14px !important;
  margin-top: 12px !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.puritides-marquee .view-btn:hover {
  background: #c9963b !important;
  color: #071d33 !important;
}
