/** Shopify CDN: Minification failed

Line 3900:0 Unexpected "}"

**/
/* Admin bar removal */
#admin-bar-iframe, #preview-bar-iframe, #PBarNextFrameWrapper {
   display: none !important;
}

/* Font definitions */
@font-face {
  font-family: 'BystanderSans';
  src:  url('/cdn/shop/files/the-bystander-collection-sans-bold.woff2') format('woff2'),
        url('/cdn/shop/files/the-bystander-collection-sans-bold.woff') format('woff');
}

@font-face {
  font-family: 'BystanderSerif';
  src:  url('/cdn/shop/files/BystanderSerif-SemiBold.woff2') format('woff2'),
        url('/cdn/shop/files/BystanderSerif-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Gibson';
  font-weight: 500;
  src: url('gibson-medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Gibson';
  font-weight: 600;
  src: url('gibson-semibold.woff2') format('woff2');
}

/* Typography */

h1, .h1, .shopify-policy__body p  strong{
  color: #4D0504;
}

h2.jdgm-rev-widg__title {
  color: #4D0504;
    font-family: 'BystanderSans';
  font-size: 50pt;
}

h3, h2, p {
    margin-block-start: 0px !important;
}

@media screen and (max-width: 769px) {

p {
  font-size: 16px !important;
  line-height: 1.5em;
}
h3 {
font-size: 25pt  !important;
    line-height: 28pt  !important;


}
}
.announcement-bar__message {
  padding: 15px 0;
  font-weight: 500;
}




.product-action .libra-btn {
    background: #FFF4E3 !important;
    color: #4d0504;
}

.product-image-container {
  transition: transform 0.25s ease;
}

.product-card:hover .product-image-container {
  transform: translateY(-8px);
}





/* Weighted slider styles */
.weighted-slider {
  height: 100vh;
  display: block;
  width: 100%;
  margin-top: -1.5vh;
  overflow: hidden;
}

.touchevents .weighted-slider {
  height: auto;
}

.weighted-slider .weighted-slide, .slide__bg {
  display: block !important;
  width: 100%;
  height: 100vh;
  position: relative;
}

.slide__bg {
  z-index: -1;
}

.touchevents .slide__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100% !important;
}

.slide__title {
  position: absolute;
  top: 45%;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF4E3;
  font-family: 'BystanderSans';
  font-size: 100pt;
  line-height: 120pt;
  z-index: -1;
  margin: 0;
  transition: transform 0.1s ease-out;
}

.slide__title span {
  width: calc(50% - 175px);
  display: inline-block;
}

.slide__title span.part-a {
  text-align: right;
}

.slide__title span.part-b {
  text-align: left;
}

.slide__title .headline-split {
  width: 350px;
  display: inline-block;
  height: 10px;
}


.mega-menu__content--wide {
  max-width: 1600px;   /* adjust as needed */
  width: calc(100vw - 80px);
  margin: 0 auto;
}


.prod-closeup {
  position: absolute;
  width: 210px;
  top: 24%;
  right: 8.5%;
  left: auto;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.5));
}

.prod-accent {
  position: absolute;
  width: 250px;
  bottom: 0;
  left:5%;

}

/* Animation for the superfood cluster - subtle bouncing hover effect */
.prod-closeup {
  animation: float 3s linear infinite;
}

/* Slick Slider specific styles for weighted slider */
.weighted-slider .weighted-slider-wrapper {
  height: 100vh;
  width: 100%;
}

.weighted-slider .weighted-slider-wrapper.slick-initialized {
  height: 100vh;
}

.touchevents .weighted-slider .weighted-slider-wrapper.slick-initialized {
  height: auto;
}

.weighted-slider .slick-list,
.weighted-slider .slick-track {
  height: 100%;
}

.weighted-slider .weighted-slide {
  height: 100vh;
  position: relative;
}

/* Ensure slides maintain proper structure */
.weighted-slider .slick-slide > div {
  height: 100vh;
}

/* Override any conflicting Slick default styles */
.weighted-slider .slick-slide {
  height: auto;
}

.touchevents .weighted-slider .weighted-slide {
  height: auto;
  min-height: 70vh;
  padding: 2.5vh 0;
}

.weighted-slider .slick-slide > div > .weighted-slide {
  height: 100vh;
}

.card--card, .card--standard .card__inner, .card--card:after, .card--standard .card__inner:after {
  background: transparent;
}



.footer__content-bottom {
  border-top: none !important;
}

@keyframes float {
  0% {
    transform: translateY(2.5px) rotate(-5deg);
  }
  50% {
    transform: translateY(-5px) rotate(5deg);
  }
  90% {
    transform: translateY(5px) rotate(-1.5deg);
  }
  100% {
    transform: translateY(2.5px) rotate(-5deg);
  }
}

/* Animation for the green spice splash - expansion effect */
.prod-accent {
animation: float 4s linear infinite;
}

@keyframes expand {
  0% {
    transform: scale(0.45);
    opacity: 0.9;
    bottom: -50%;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    bottom: 0%;
  }
}
@media screen and (min-width: 1138px) and (max-width: 1250px)  {
  .slide__title span {
    width: calc(50% - 240px) !important;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1400px)  {

  .superfood-slider-section .section-title {
    font-family: BystanderSans;
    color: #4a1500;
    font-size: 50px;
    line-height: 50px;
    margin: 100px 0 20px;
}
}


/* Weighted Slider Mobile Responsiveness */
@media screen and (max-width: 989px) {
  .slide__title {
    font-size: 80pt;
    line-height: 80pt;
    top: 35%;
  }
  
  .slide__title span {
    width: calc(50% - 180px);
  }
  
  .slide__title .headline-split {
    width: 240px;
  }
  
  .prod-image {
    width: 300px;
    left: calc(50% - 150px);
    top: 30%;
  }
  
  .prod-closeup {
    width: 150px;
    right: 10%;
  }
  
  .prod-accent {
    width: 250px;
    left: 5%;
  }
}

@media screen and (max-width: 769px) {

  .contact-header__heading {
           font-size: 36px !important;
        margin-top: -30px;
  }

  .contact-image-column img {
    max-width: 110%;
    height: auto;
    border-radius: 30px;
    margin-top: 0vh;
    padding: 0px 20px;
}
  .slide__title {
    font-size: 42pt;
    line-height: 40pt;
    top: 12%;
    padding: 0 20px;
    z-index: 10;
  }

  .contact-content__container {
    gap: 10px !important;
  }
  
  .slide__title span {
    width: calc(50% - 40px);
    display: inline-block;
    text-align: center;
  }
  
  .slide__title span.part-a {
    text-align: center;
  }
  
  .slide__title span.part-b {
    text-align: center;
  }
  
  .slide__title .headline-split {
    width: 80px;
    margin: 0 auto;
    display: none;
  }
  
  .prod-image {
    width: 320px;
    left: calc(50% - 160px);
    top: 38%;
    z-index: 5;
  }
  
  .prod-closeup {
    display: none !important;
  }
  
  .prod-accent {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .slide__title {
    font-size: 52pt;
    line-height: 48pt;
    position: relative;
    top: 5%;
  }
  
  .slide__title span {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 8px;
  }
  
  .slide__title .headline-split {
    width: 60px;
    margin: 4px auto;
  }
  
  .prod-image {
    width: 270px;
    position: relative;
    display: block;
    top: 6.5%;
    left: calc(50% - 115px);
  }
  
  .prod-closeup {
    display: none;
  }
  
  .prod-accent {
    width: 280px;
    left: -25%;
  }
}

/* ================================ */
/* Standardized Button Styles */
/* ================================ */

.libra-btn {
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    font-family: BystanderSans;
 font-weight: 500;
    font-size: 18pt;
    line-height: 18pt;
    display: inline-block;
    border-radius: 7px 7px 0 0;
    border: 0;
    cursor: pointer;
    transition: background .2s ease;
    color: #fff4e3;
    background: #4d0504;
}

.libra-btn:hover {
  background: #A82EC6 !important;
  color: #FFFFFF !important;
}



/* ================================ */
/* Libra Collection Styles */
/* ================================ */

/* Collection Page Wrapper */
.collection-page-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFF4E3;
}

/* Collection Header Banner */
.collection-header-banner {
  width: 100%;
  padding: 60px 0;
  background-color: #A82FC6; /* Purple background */
  background-image: url('https://cdn.shopify.com/s/files/1/0695/2478/3407/files/header-bg.jpg?v=1678141862');
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 180px;
}

.collection-header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.collection-title {
  font-family: 'BystanderSans', sans-serif;
  font-weight: 500;
  font-size: 65px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #FFF4E3;
  line-height: 1.2;
  text-shadow: 3px 3px 3px #A82EC6;
 
}

.collection-subtitle {
  font-family: 'Gibson', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #FFF4E3;
  margin: 0;
  
}


/* Collection Filter Tabs */
.collection-tabs {
  width: 100%;
  background-color: #4D0504; /* Dark brown background */
  padding: 0;
  margin: 0;
}

.collection-tabs-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.collection-tab {
  font-family: BystanderSans;
  font-weight: 500;
  font-size: 18pt;
  line-height: 18pt;
  color: #FFF4E3;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 14px 14px;
  display: inline-block;
  transition: background-color .3s ease;
  margin: 10px 7px;
  border-radius: 7px 7px 0 0;
}

.collection-tab:hover,
.collection-tab.active {
  background-color: #FFF4E3;
  color: #6b1a19;
}

/* Products Container */
.collection-products-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Product Card */
.product-card {
  margin-bottom: 0px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.product-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.product-image-container {
  position: relative;
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  z-index: 2;
  text-align: center;
  margin-bottom: -15px;
  padding: 0 20px;
}

.product-featured-image {
  width: 85%;
  max-width: 300px;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

.product-badge {
  position: absolute;
  top: 0px;
  left: 25%;
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 0px;
  z-index: 3;
  width: 50%;
  height: 30px;
}

.product-badge img {
  width: 100%;
}

.product-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin-top: -5%;
  min-height: 20vh;
}

.product-info-background {
  background-color: #4D0504; /* Dark brown background */
  padding: 15px 10px 25px 10px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
}

/* Triangular top for the brown background */
.product-info-background::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%);
  border-bottom: 70px solid #4D0504;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  width: 100%;
  height: 70px;
}


.product-title-container {
  text-align: center;
  margin: 10px 0 15px 0;
  padding: 0;
}

.product-title {
  font-family: 'BystanderSans', sans-serif;
  font-weight: 500 !important;
  
  text-transform: uppercase;
  font-size: 26pt !important;
  line-height: 26pt;
  margin: 0;
  color: #FFF4E3; /* White text */
}

.superfood-slider-section .product-title {
  color: #4D0504;
  margin-top: 10px;
}

.product-action {
  text-align: center;
  margin: 15px 0 0 0;
}



.product-description {
  margin: 0px 0 !important;
  font-family: 'Gibson', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4D0504;
}

.product-attribute {
  position: relative;
  background-color: transparent !important;
  color: #4d0504 !important;
  padding: 0px 0 !important;
  border-radius: 5px !important;
  font-size: 20pt !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-family: BystanderSans !important;
  margin-right: 18px !important;
  line-height: 12pt;
}

.product-attribute::after {
  content: "";
  display: block;
  position: absolute;
  right: -17.5px;
  width: 6px;
  height: 6px;
  background: #4d0504;
  border-radius: 50%;
  top: 6px;
}

.product-attributes {
  margin: 0px !important;
}

.product-attributes div.product-attribute:last-of-type::after {
  display: none;
}

.flavor-option {
  background: #F4E5D0 !important;
  padding: 12px 8px !important;
  border: none !important;
}

.flavor-option.selected {
  background: #4D0504 !important;
  padding: 12px 8px !important;
  border: none !important;
}

.flavor-image {
  width: 100%;
  margin-bottom: 5px !important;
  display: flex;
  justify-content: center;
}

.flavor-title {
  font-weight: bold !important;
  color: #4D0504 !important;
  text-align: center !important;
  font-size: 11pt !important;
  line-height: 11pt !important;
  letter-spacing: 0.02em !important;
  font-family: 'BystanderSans' !important;
}

.flavor-options {
  margin-top: 0px !important;
}

.flavor-option.selected .flavor-title {
  color: #FFF4E3 !important;
}


.variant-option .variant-title {
  color: #FFF4E3 !important;
  font-family: 'BystanderSans' !important;
}


.quantity-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
  height: 40px !important;
}

.quantity-selector .variant-label {
  display: none !important;
}

.quantity-down {
  border-radius: 8px 0 0 0 !important;
}

.quantity-up {
  border-radius: 0 8px 0 0 !important;
}


.cart-action-row .add-to-cart-button {
  flex: 0.4 !important;
  padding: 10px 30px 10px 30px;
  background-color: #A82EC6 !important;
  color: #FFF4E3 !important;
  border: none !important;
  border-radius: 8px 8px 0 0 !important;
  font-family: 'BystanderSans', sans-serif !important;
  font-size: 18px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  min-height: 40px !important;
  margin: 0 !important;
}

.cart-action-row .add-to-cart-button:hover {

  background-color: #4D0504  !important;

}

.secure-checkout {
  display: none !important;
}


.product-main-image-wrapper {
  background-color: #f5e4d1 !important;
  padding: 75px 75px 40px !important;
}

.flavor-option:hover {
  background: #A82EC6 !important;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .collection-title {
    font-size: 55px;
  }
}

@media screen and (max-width: 900px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .collection-title {
    font-size: 45px;
  }
  
  .collection-tabs-inner {
    flex-wrap: wrap;
  }
  
  .collection-tab {
    font-size: 14pt;
    line-height: 14pt;
    padding: 6px 12px 12px;
  }
}

.whats-inside-section {
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.whats-inside-title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1px;
  font-family: 'BystanderSans', sans-serif;
  color: #4D0504;
}

.whats-inside-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.nutrition-facts {
  flex: 0.7;
  max-width: 350px;
}

.nutrition-image {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ingredients-info {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.ingredients-list h3,
.product-qualities h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-family: 'BystanderSans', sans-serif;
  color: #4D0504;
}

.ingredients-list p {
  color: #4D0504;
  font-size: 32px;
  margin: 0;
  font-family: 'BystanderSans';
  line-height: 32px;
}

.quality-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.quality-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(50% - 25px);
}

.quality-icon img,
.quality-icon svg {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.quality-icon span {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: 'Gibson', sans-serif;
  color: #4D0504;
}

/* Mobile Styles for What's Inside Section */
@media screen and (max-width: 767px) {
  .whats-inside-section {
    padding: 50px 20px;
  }
  
  .whats-inside-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .whats-inside-content {
    flex-direction: column;
    gap: 40px;
  }
  
  .nutrition-facts {
    max-width: 100%;
  }
  
  .quality-icon {
    width: calc(50% - 15px);
  }
  
  .quality-icon img,
  .quality-icon svg {
    width: 60px;
    height: 60px;
  }

  .collection-header-content {
    margin-top: 100px;
}
}

/* ================================ */
/* Custom Footer Styles */
/* ================================ */

.footer {
  background-color: #570504;
  color: #FFF4E3;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 0 !important;
  padding: 50px 0 30px;
}

.footer__content-top {
  padding: 0;
  position: relative;
}

.footer__blocks-wrapper {
  display: grid;
  grid-template-columns: 0.925fr 0.925fr 2fr 2fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  /* align-items: end; */
}

/* Footer Headings */
.footer-block__heading {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  font-size: 16pt !important;
  line-height: 16pt;
  margin-bottom: 7.5px !important;
  color: #FFF4E3;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.touchevents .footer-block__heading {
  font-size: 26pt !important;
}

.touchevents .footer-block--menu .footer-block__heading {
  font-size: 38pt !important;
  margin-bottom: 5px !important;
  margin-top: 10px;
}

/* Footer Menu Links */
.footer-block__details-content .list-menu__item--link {
  font-family: 'Gibson', sans-serif;
  font-size: 14px;
  color: #FFF4E3;
  opacity: 0.9;
  line-height: 1.8;
  text-decoration: none;
  transition: all 0.2s ease;
  text-transform: uppercase;
  display: block;
  padding: 2px 0;
}

.footer-block__details-content .list-menu__item--link:hover {
  opacity: 1;
  color: #FFF4E3;
}

/* Footer Logo */
.footer-block--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  margin-bottom: 20px;
  text-align: center;
}

.footer-logo__image {
  max-width: 140px;
  height: auto;
}

/* Footer Social Icons */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: start;
}

.footer-social-icon {
  color: #FFF4E3;
  font-size: 24px;
  transition: opacity 0.2s ease;
}

.list-social__link {
  color: #FFF4E3 !important;
  padding: 0 !important;
}

.list-social__link .svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px !important;
  height: 20px !important;
  margin-right: 2.5px;
}

.list-social__item .icon {
  height: 30px !important;
  width: 30px !important;
}

.footer-social-icon:hover {
  opacity: 0.8;
}

/* Footer Copyright - Desktop styles */
.footer-copyright {
  text-align: center;
  margin-top: 15px;
}

.footer-copyright p {
  font-family: 'Gibson', sans-serif;
  font-size: 12px;
  color: #FFF4E3;
  opacity: 0.8;
}

/* Hide mobile copyright on desktop */
.footer-copyright-mobile {
  display: none !important;
}

/* Ensure copyright stays in original position on desktop */
@media screen and (min-width: 750px) {
  .footer-block--logo .footer-copyright {
    display: block !important;
    position: static !important;
    width: auto !important;
    margin-left: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    margin-top: 15px !important;
  }
  
  .footer__blocks-wrapper {
    padding-bottom: 0 !important;
  }
}

/* Product Ingredients Styles */
.product-ingredients {
  background-color: #FFF4E3;
  padding: 80px 0 150px;
  position: relative;
  overflow: hidden;
}

.product-ingredients .product-bg-text {
  position: absolute;
  top: -120px;
  left: -20px;
  text-align: left;
  font-family: BystanderSans, sans-serif;
  font-size: 225pt;
  line-height: 275pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff4e3;
  opacity: 0.15;
  z-index: 0;
}

.product-ingredients .section-title {
  font-family: 'BystanderSans', sans-serif;
  font-size: 50pt;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #FFF4E3;
  position: relative;
  z-index: 1;
}

.product-ingredients .page-width {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 0px;
  position: relative;
  z-index: 1;
}

.nutrition-facts {
  flex: 0.7;
  max-width: 350px;
}

.nutrition-facts img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ingredients-info {
  flex: 1.3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ingredients-list .section-title,
.certification-badges .section-title {
  font-weight: 400;
  margin: 30px 0px 0px;
  font-family: BystanderSans, sans-serif;
  color: #4d0504;
  text-transform: uppercase;
  text-align: left;
  font-size: 38pt;
  line-height: 38pt;
}

.ingredients-list p {
  color: #4D0504;
  font-size: 18px;
  margin: 0;
  font-family: 'Gibson', sans-serif;
  line-height: 1.5;
}

.certification-badges {
  margin-top: 20px;
}

.c-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.certification-badge {
  width: 80px;
  height: auto;
}

.certification-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 989px) {
  .product-ingredients .page-width {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  
  .nutrition-facts {
    max-width: 300px;
  }
  
  .ingredients-info {
    text-align: center;
  }
  
  .c-badges {
    justify-content: center;
  }
}

@media screen and (max-width: 749px) {
  .product-ingredients {
    padding: 60px 0;
  }
  
  .product-ingredients .section-title, .certification-badges .section-title {
    font-size: 24pt;
    line-height: 24pt;;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .product-ingredients > .section-title {
    font-size: 34pt;
    line-height: 50pt;
    margin-bottom: 30px;
    margin-top: 0;
  }
  
  .nutrition-facts {
    max-width: 350px;
  }

  .ingredients-list {
    padding: 25px 25px !important;
  }

  .certification-badges {
    padding: 25px 25px 50px !important;
  }

  .ingredients-list h3,
  .certification-badges h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .ingredients-list p {
    font-size: 16px;
  }
  
  .certification-badge {
    width: 60px;
    height: 60px;
  }

  .certification-badge img {
    min-width: 60px !important;
  }

  .product-ingredients .product-bg-text {
    position: absolute;
    top: -70px;
    left: -20px;
    text-align: left;
    font-family: BystanderSans, sans-serif;
    font-size: 80pt;
    line-height: 155pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff4e3;
    opacity: .15;
    z-index: 0;
  }
}

/* Product Features Styles */
.product-features {
  overflow: visible;
  margin-top: 0;
  position: relative;
  background-color: transparent;
  padding: 40px 0 60px;
  color: #FFF4E3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  min-height: 80vh;
}

.product-features-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.features-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.product-features-circle {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-bottom: 15vh;
  margin-top: 20vh;
}

.product-features-inner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 2;
}

.orbital {
  position: absolute;
  width: 600px;
  max-width: 90vw;
  /* animation: rotate 60s linear infinite; */ /* Rotation disabled */
  opacity: 0.9;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.attribute-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.attribute-tag {
  position: absolute;
  background-color: transparent;
  border-radius: 8px;
  padding: 12px 20px;
  font-family: BystanderSans, sans-serif;
  font-weight: 700;
  font-size: 18pt;
  color: #FFF3E3;
  box-shadow: none;
  transition: all .5s ease-in-out;
  white-space: nowrap;
}

.attribute-tag.visible {
  opacity: 1;
}

/* .attribute-tag.hidden {
  opacity: 0;
} */

.position-1 {
  top: 20%;
  left: 15%;
}

.position-2 {
  top: 25%;
  right: 15%;
}

.position-3 {
  bottom: 25%;
  left: 12.5%;
}

.position-4 {
  bottom: 20%;
  right: 12.5%;
}

.product-features-content {
  position: relative;
  padding: 40px 0;
  text-align: center;
  z-index: 2;
}

.product-features-image-container {
  margin-bottom: 30px;
}

.product-features-image {
  border-radius: 10px;
}

.feature-headline {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 42px;
  color: #FFF4E3;
  margin: 0;
  line-height: 1.1;
  text-align: center;
}

/* Add responsive styles for product features */
@media screen and (max-width: 767px) {
  .product-features-circle {
    height: 400px;
  }
  
  .orbital {
    width: 400px;
  }
  
  .product-features-inner-circle {
    width: 180px;
    height: 180px;
  }
  
  .attribute-tag {
    font-size: 12px;
    padding: 8px 15px;
  }
  
  .feature-headline {
    font-size: 32px;
  }
  
  .position-1 {
    top: 15%;
    left: 10%;
  }
  
  .position-2 {
    top: 20%;
    right: 10%;
  }
  
  .position-3 {
    bottom: 20%;
    left: 15%;
  }
  
  .position-4 {
    bottom: 15%;
    right: 15%;
  }
}

/* Product FAQ Styles */
.product-faq {
  background-color: #FFF4E3;
  padding: 80px 0;
}

.faq-title-container {
  text-align: center;
  margin-bottom: 40px;
}

.faq-main-title {
  font-family: 'BystanderSans', sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4D0504;
  margin: 0;
}

.product-faq .page-width {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0px;
  border-top: 2px solid #4d0504;
}

.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(77, 5, 4, 0.2);
}

.faq-question {
  font-family: 'BystanderSans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #4D0504;
  padding: 15px 5px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-toggle {
  font-size: 24px;
  color: #4D0504;
  transition: transform 0.3s;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  font-family: 'Gibson', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4D0504;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer.active {
  max-height: 500px;
  padding: 0 0 20px;
}

.faq-button-container {
  text-align: center;
  margin-top: 40px;
}


@media screen and (max-width: 749px) {
  .product-faq {
    padding: 60px 0;
  }
  
  .faq-main-title {
    font-size: 28px;
  }
  
  .faq-question {
    font-size: 16px;
  }
  
  .faq-answer {
    font-size: 14px;
  }
}

/* Newsletter Section */

.newsletter-form, .newsletter-form__field-wrapper {
  max-width: none !important;
}

.footer-block--newsletter {
  max-width: 100%;
}

.footer-block--newsletter .footer-block__heading {
  font-size: 16pt;
  line-height: 16pt;
  margin-bottom: 0;
}

.newsletter-subtitle {
  font-family: 'Gibson', sans-serif;
  font-size: 14px;
  color: #FFF4E3;
  margin-bottom: 7.5px;
  margin-top: 5px;
}

.newsletter-form__field-wrapper {
  display: flex;
  position: relative;
}

.newsletter-form__field-wrapper .field {
  display: flex;
  width: 100%;
  position: relative;
  border: none;
  border-radius: 0;
}

.newsletter-form__field-wrapper .field__input {
  padding: 6px 12px;
  background-color: #FFF4E3;
  color: #570504;
  border: none;
  font-family: 'BystanderSans';
  font-size: 10pt;
  font-weight: 400;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  flex-grow: 0;
  width: 73.5%;
}

.newsletter-form__field-wrapper .field__input::placeholder {
  color: #570504;
  opacity: 1;
}

.newsletter-form__field-wrapper .field::after {
  border: none;
  box-shadow: none;
}

.newsletter-form__button {
  width: auto !important;
  right: var(--inputs-border-width);
  border-radius: 10px 10px 0px 0px !important;
  background: #A82FC6 !important;
  font-family: 'BystanderSans' !important;
  font-weight: 400 !important;
  font-size: 11pt !important;
  padding: 0 13px !important;
  color: #fff4e3;
}

/* Subscribe button variant - newsletter specific styling */
.subscribe-button {
  background-color: #333333;
  font-family: 'Gibson', sans-serif;
  font-size: 12px;
  padding: 0 15px;
  height: 40px;
  white-space: nowrap;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}

.subscribe-button:hover {
  background-color: #555;
  opacity: 1;
}



.header__icon--menu {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Responsive footer styles */
@media screen and (max-width: 990px) {
  .footer__blocks-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .footer-block--logo {
    grid-column: 1 / -1;
    order: -1;
  }
  
  .footer-block--newsletter {
    grid-column: 1 / -1;
  }
  
  .newsletter-form__field-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 749px) {
  .footer {
    padding: 40px 0 30px;
  }
  
  /* Mobile Footer Ordering Fix
   * The newsletter block is added AFTER the block loop in footer.liquid,
   * so it appears last in the DOM. We use flexbox order to reposition it.
   * 
   * Desired order:
   * 1. Newsletter (order: 0)
   * 2. SHOP menu (order: 1) 
   * 3. LEARN menu (order: 2)
   * 4. Image/Logo (order: 3)
   * 5. Footer bottom (natural position)
   */
  
  .footer__blocks-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px;
  }
  
  /* Set very high default order for all footer blocks */
  .footer__blocks-wrapper > * {
    order: 999;
  }
  
  /* Force newsletter to be first - order 0 to ensure it's always first */
  .footer__blocks-wrapper .footer-block--newsletter {
    order: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  
  /* Also target newsletter if it's last-child (when added via settings) */
  .footer__blocks-wrapper > .footer-block:last-child.footer-block--newsletter {
    order: 0 !important;
  }
  
  /* Stack newsletter elements vertically */
  .footer-block--newsletter .footer-block__heading {
    margin-bottom: 10px;
    width: 100%;
  }
  
  .footer-block--newsletter .newsletter-subtitle {
    margin-bottom: 20px;
    width: 100%;
  }
  
  .footer-block--newsletter .newsletter-form__field-wrapper {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
    
  }
  
  .footer-block--newsletter .newsletter-form__field-wrapper .field {
    flex-direction: column;
    gap: 15px;
  }
  
  .footer-block--newsletter .field__input {
    width: 100% !important;
    margin-bottom: 0;
    text-align: center;
    padding: 6px 12px !important;
    background-color: #fff4e3;
    color: #570504;
    border: none;
    font-family: BystanderSans;
    font-size: 14pt;
    font-weight: 400;
    height: 45px;
    border-radius: 5px;
    flex-grow: 0;
    text-align: center;
  }
  
  .footer-block--newsletter .newsletter-form__button,
  .footer-block--newsletter .subscribe-button {
    position: relative;
    width: 100% !important;
    right: auto;
    margin-top: 0;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 10px 20px 10px !important;
  }
  
  /* Center social icons within newsletter block */
  .footer-block--newsletter .footer-social {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    width: 100%;
  }
  
  /* Mobile order: All footer blocks */
  .footer__blocks-wrapper > * {
    width: 100% !important;
  }
  
  /* All menu blocks - set width */
  .footer__blocks-wrapper .footer-block--menu {
    width: 100% !important;
    text-align: center;
  }
  
  /* Use nth-of-type to target menu blocks specifically */
  /* First menu block (SHOP) - order 1 */
  .footer__blocks-wrapper .footer-block--menu:nth-of-type(1) {
    order: 1 !important;
  }
  
  /* Second menu block (LEARN) - order 2 */
  .footer__blocks-wrapper .footer-block--menu:nth-of-type(2) {
    order: 2 !important;
  }
  
  /* Any additional menu blocks */
  .footer__blocks-wrapper .footer-block--menu:nth-of-type(n+3) {
    order: 4 !important;
  }
  
  /* Image and logo blocks - order 3 */
  .footer__blocks-wrapper .footer-block--image,
  .footer__blocks-wrapper .footer-block--logo {
    order: 3 !important;
    text-align: center;
    width: 100%;
  }
  
  .footer-block--image .footer-block__image-wrapper {
    margin: 0 auto;
    text-align: center !important;
  }
  
  .footer-block--logo .footer-logo {
    margin: 0 auto 20px;
  }
  
  /* Extract copyright from logo block and display as its own row */
  .footer-block--logo {
    position: relative;
  }
  
  .footer-block--logo .footer-copyright {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 20px 20px;
    text-align: center;
    background-color: #570504;
    margin-top: 20px;
    order: 4;
  }
  
  .footer-block--logo .footer-copyright p {
    font-family: 'Gibson', sans-serif;
    font-size: 14px;
    color: #FFF4E3;
    opacity: 0.9;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  /* Hide social from logo block on mobile (it's in newsletter) */
  .footer-block--logo .footer-social {
    display: none;
  }
  
  /* Add extra padding to footer blocks wrapper to accommodate copyright */
  .footer__blocks-wrapper {
    padding-bottom: 0px !important; /* Space for absolute copyright */
  }
  
  /* Ensure footer bottom (copyright and policies) stays at the bottom */
  .footer__content-bottom {
    /* Natural DOM order will place this last */
    margin-top: 0px;
  }
  
  /* Hide the original copyright content on mobile */
  .footer__content-bottom .footer__copyright {
    display: block;
    margin-top: 0px;
  }
  
  /* Show and style mobile copyright on mobile only */
  .footer-block--logo .footer-copyright-mobile {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 20px;
    text-align: center;
    background-color: #570504;
    margin-top: 30px;
  }
  
  .footer-copyright-mobile .copyright__content {
    font-family: 'Gibson', sans-serif;
    font-size: 14px;
    color: #FFF4E3;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .footer__copyright > .copyright__content {
    font-size: 10pt;
    font-weight: 400;
    margin-bottom: 50px;
    display: block;
}
  
  .footer-copyright-mobile .copyright__content a {
    color: #FFF4E3;
    text-decoration: none;
  }

  .footer-block__details-content .list-menu__item--link {
    padding-bottom: 0 !important;
  }

  .list-social__link .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px !important;
    height: 40px !important;
    margin-right: 5px;
  }

  .list-social__item .icon {
    height: 40px !important;
    width: 40px !important;
  }

  .policies li {
    margin-left: 0px !important;
  }

  .policies li a {
    padding: .6rem 10px !important;
    display: block;
    font-weight: 600;
    color: #fcf2e1;
    font-size: 9pt !important;
  }
}



@media screen and (max-width: 749px) {
    .section-header {
    position: fixed !important;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1000 !important;
    padding: 15px 0;
  }
  

  .header__inline-menu {
    display: none;
  }
  
  .header__inline-menu li a {
    font-size: 16px;
  }
  
  .header__menu-item {
    padding: 3px 0.5rem;
  }
  
  /* Adjust body to account for fixed header */
  body.homepage {
    padding-top: 0px;
  }
  
  .weighted-slider {
    margin-top: 0;
    padding-top: 0px;
  }
  

}


@media screen and (min-width: 990px) {
    .header:not(.header--middle-left,.header--middle-center) .header__inline-menu {
        margin-top: 0rem !important;
    }
}


    .footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover {
        color: #A82EC6 !important;
        text-decoration: none !important;
        text-underline-offset: .3rem;
    }


/* Hide Instafeed on mobile */
@media screen and (max-width: 749px) {
  #shopify-section-17466546308e1dce9f,
  .instafeed-app,
  #instafeed-app,
  [class*="instafeed"],
  [id*="instafeed"],
  .insta-feed,
  #insta-feed {
    display: none !important;
  }
}

/* Marquee Banner Mobile Responsiveness */
@media screen and (max-width: 749px) {
  .marquee-container {
    padding: 12px 0;
  }
  
  .marquee-item span {
    font-size: 22pt;
  }
  
  .marquee-symbol {
    width: 14px;
    padding: 4px 0 0;
  }
  
  .marquee-symbol img {
    height: 14px;
  }
  
  .marquee-item {
    padding: 0 10px;
  }
}
h1, .h1 {

    font-family: BystanderSans;
  }



    p strong {
      color: #F5E4D1;
    }
/* General Mobile Typography Improvements */
@media screen and (max-width: 749px) {
  body {
    font-size: 13px;
  }
  
  h1, .h1 {
    font-size: 2.4rem;
    font-family: BystanderSans;
  }
  
  h2, .h2 {
    font-size: 1.5rem;
    font-family: BystanderSans;
  }
  
  h3, .h3 {
    font-size: 1.3rem;
  }
  
  .page-width {
    padding: 0 1rem;
  }
  
  
  
  /* Reduce overall spacing for compact mobile layout */
  .section + .section {
    margin-top: 0;
  }
  
  /* Remove section margins on mobile */
  .shopify-section {
    margin: 0 !important;
  }
  
  /* Tighter button spacing */
  .button, .btn, .libra-btn {
    margin: 0.5rem 0;
  }
  
  /* Compact margins throughout */
  p, .rte p {
    margin-bottom: 1rem;
  }
  
  /* Smaller product card spacing */
  .product-card-inner {
    margin-bottom: 1rem;
  }
  
  
}

/* ================================ */
/* Marquee Banner Styles */
/* ================================ */


/* .marquee-banner-section {
  background: #4A1500 !important;
  color: #FAF3E3 !important;
} */

.marquee-container {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background: #4D0504;
}

  
.marquee-track {
  display: flex;
  width: fit-content;
  animation: marquee-scroll 20s linear infinite;
}
  
.marquee-content {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}
  
.marquee-item {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}
  
.marquee-item span {
  font-family: 'BystanderSans';
  font-size: 36pt;
  color: #FAF3E3;
}

.touchevents .marquee-item span {
  font-family: BystanderSans;
  font-size: 30pt;
  color: #faf3e3;
  line-height: 31pt;
}

.marquee-symbol {
  width: 20px;
  padding: 5px 0 0;
}
  
.marquee-symbol img {
  height: 20px;
  width: 100%;
  vertical-align: middle;
  object-fit: contain;
}
  
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Move exactly one copy's width */
  }
}

/* ================================ */
/* Product Features Section Styles */
/* ================================ */

.product-features-section {
  position: relative;
  width: 100%;
  background-color: #FFF4E3;
  padding: 0;
  margin: 0;
  overflow: visible;
}

.product-features-triangle {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #4D0504;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 8%);
  padding: 120px 20px 60px;
}

.product-features-triangle::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 120px solid #4D0504;
  border-left: 400px solid transparent;
  border-right: 400px solid transparent;
  width: 0;
  height: 0;
}

.product-features-content {
  position: absolute;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: none;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
  top: 35vh;
}

.product-feature-item {
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.feature-star {
  width: 30px;
  height: 30px;
  background-image: url('https://cdn.shopify.com/s/files/1/0695/2478/3407/files/star-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.feature-star.left-top {
  position: absolute;
  top: -20px;
  left: -40px;
}

.feature-star.right-bottom {
  position: absolute;
  bottom: -20px;
  right: -40px;
}

.feature-text {
  background-color: #FFF4E3;
  padding: 10px 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.feature-text p {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #4D0504;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}

.feature-product-image {
  max-width: 300px;
  height: auto;
}

.product-learn-more {
  margin-top: 20px;
}

/* Learn more button variant - slightly different styling */
.learn-more-button {
  font-size: 16px;
  color: #FFF4E3;
  background-color: #4D0504;
  padding: 10px 25px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.learn-more-button:hover {
  background-color: #6B1A19;
  opacity: 1;
}

.product-tagline {
  margin-top: 30px;
  text-align: center;
}

.product-tagline p {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #FFF4E3;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
}

/* ================================ */
/* Product Libra Styles */
/* ================================ */

.product-libra {
  background-color: #FFF4E3;
  color: #4D0504;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Gibson', sans-serif;
}

.pre-amble {
  position: relative;
  width: 100vw;
  height: 270px;
}

.pre-amble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.product-header .page-width {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.product-image-container {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 30px 0 0px;
}

.product-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.product-thumbnail.active {
  border-color: #4D0504;
}

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

/* About Page Custom Styling */

.non-homepage h1 {
  text-align: center;
  font-family: 'BystanderSans';
  color: #FFF4E3;
  text-shadow: 3px 3px 3px #A82EC6;
  font-size: 52pt;
  margin-top: 70px;
  margin-bottom: 10px;
}

.touchevents .non-homepage h1 {
  text-align: center;
  font-family: BystanderSans;
  color: #fff4e3;
  text-shadow: 1px 1px 1px black;
  font-size: 32pt;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 36pt;
  padding: 25px 0 0;
}

.non-homepage h2 {
  line-height: 38pt;
}

.non-homepage p {
  text-align: center;
  font-family: Gibson;
  color: #fff4e3 !important;
  text-shadow: 3px 3px 3px #A82EC6;
  margin-top: 70px;
  font-size: 20pt;
  font-weight: 700;
  text-transform: uppercase;
}

.constellation-slide__description {

    color: #FFF4E3 !important;
}

.touchevents .non-homepage p {
  text-align: center;
  font-family: Gibson;
  color: #fff4e3;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  font-size: 14pt;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.about-page-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* Banner Section */
.about-banner {
  background-color: #a82fc6;
  padding: 40px 0;
  text-align: center;
  color: #FFF4E3;
}

.about-banner__heading {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 48px;
  margin-bottom: 10px;
  color: #FFF4E3;
}

.about-banner__subheading {
  font-family: 'Gibson', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}

/* Why Section */
.about-why-section {
  background-color: #4d0504;
  color: #FFF4E3;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  padding-bottom: 120px;
  margin-bottom: -40px;
}

.about-why-section__heading {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.about-why-section__text {
  font-family: 'Gibson', sans-serif;
  font-size: 18px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Main Content Section */
.about-content {
  padding: 80px 20px 60px;
  text-align: center;
  background-color: #f9f3ea;
  position: relative;
}

.about-content:before {
  content: "";
  width: 100%;
  height: 40px;
  background-color: #f9f3ea;
  position: absolute;
  top: -40px;
  left: 0;
}

.about-content__text {
  font-family: 'Gibson', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

/* Constellation Section */
.constellation-section {
  padding: 40px 20px 80px;
  text-align: center;
  background-color: #FFF4E3;
}

.constellation-section__heading {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #4d0504;
}

.constellation-illustration {
  max-width: 300px;
  margin: 0 auto 40px;
  position: relative;
}

.constellation-illustration svg {
  width: 100%;
}

/* Product Categories */
.product-categories {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  padding: 0 20px 30px;
  background-color: #FFF4E3;
}

.product-category {
  background-color: #4d0504;
  color: #FFF4E3;
  text-align: center;
  padding: 10px 30px;
  border-radius: 0;
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 100px;
}

/* Balance Section */
.balance-section {
  background-color: #4d0504;
  color: #FFF4E3;
  display: flex;
  flex-direction: row;
}

.balance-section__content {
  flex: 1;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.balance-section__heading {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 20px;
}

.balance-section__text {
  font-family: 'Gibson', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.balance-section__button {
  background-color: #4a1500;
  color: #FFF4E3;
  padding: 8px 14px 14px;
  text-decoration: none;
  font-family: BystanderSans;
  font-weight: 500;
  font-size: 18pt;
  line-height: 18pt;
  display: inline-block;
  border-radius: 7px 7px 0 0;
  border: 0;
  align-self: flex-start;
}

.balance-section__image {
  flex: 1;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
}

.balance-section__triangle {
  position: relative;
  flex: 1;
}

.balance-section__triangle-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #00aeef;
}

/* Certifications Section */
.certifications-section {
  background-color: #a82fc6;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.certifications-section__heading {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 27pt;
  margin-bottom: 40px;
  color: #FFF4E3 !important;
  letter-spacing: 1px;
}

.certifications-list {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}

.certification-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
}

.certification-icon {
  width: 80px;
  height: 80px;
  background-color: #4d0504;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}


.certification-icon svg {
  width: 40px;
  height: 40px;
  fill: #ffffff;
}

.certification-icon img {
  width: 100px;
  height: 100px;
}

.touchevents .certifications-section .certification-icon img {
  width: 125px;
  height: 125px;
}

.certification-name {
  font-family: BystanderSans, sans-serif;
  font-size: 20pt;
  line-height: 20pt;
  text-transform: uppercase;
  color: #FFF4E3 !important;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 20px;
}

/* Contact Page Custom Styling */

.contact-header {
  /* background-color: #a82fc6; */
  padding: 150px 0 50px;
  text-align: center;
  color: #FFF4E3;
  position: relative;
  overflow: hidden;
}

.touchevents .contact-header {
  padding: 0px 0 50px;
}

.contact-header__heading {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 52pt;
  margin-bottom: 10px;
   text-shadow: 3px 3px 3px #A82EC6;
  color: #FFF4E3;
  position: relative;
  z-index: 2;
   margin-top: 20px;
    margin-bottom: 10px;
}
  .field:after {
    box-shadow: none !important;
  } 
    
   
.contact-header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: 1;
}

/* Contact Content Section */
.contact-content {
  background-color: #FFF4E3;
  padding: 0px 0 40px;
}

.contact-content__container {
  display: flex;
  flex-wrap: wrap;
  gap: 150px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.touchevents .contact-content__container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-form-column {
  flex: 1 1 450px;
}

.contact-image-column {
  flex: 1 1 450px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.contact-image-column img {
  max-width: 110%;
  height: auto;
  border-radius: 5px;

  margin-top: 5vh;
}

.touchevents .contact-image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 5px 15px #0000001a;
  margin-top: 0vh;
}

/* Custom Contact Form */
.custom-contact-form {
  margin-top: 20px;
}

.custom-contact-form__heading {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #4d0504;
  font-size: 38pt;
  margin-bottom: 30px;
}

.custom-contact-form .field {
  margin-bottom: 20px;
}

.custom-contact-form .field__input {
  width: 100%;
  padding: 12px 15px;
  border: none !important;
  background-color: #F5E3D1;
  border-radius: 5px !important;
  font-family: 'Gibson', sans-serif;
  color: #4d0504;
}

.custom-contact-form .field__input::placeholder {
  color: black;
  opacity: 1;
}

.custom-contact-form .text-area {
  min-height: 150px;
  resize: vertical;
}

.custom-contact-form .button {
  background-color: #4a1500;
  color: #FFF4E3;
  padding: 8px 14px 14px;
  text-decoration: none;
  font-family: BystanderSans;
  font-weight: 500;
  font-size: 18pt;
  line-height: 18pt;
  display: inline-block;
  border-radius: 7px 7px 0 0;
  border: 0;
  cursor: pointer;
}

.custom-contact-form .button:hover {
 background: #A82FC6;
}
/* Social Media Section */
.contact-social {
  margin-top: 40px;
}

.contact-social__heading {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #4d0504;
  font-size: 30pt;
  margin-bottom: 20px;
  text-align: center;
}

.contact-social__icons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.contact-social__icon {
  width: 40px;
  height: 40px;
  background-color: #4d0504;
  color: #FFF4E3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.contact-social__icon:hover {
  background-color: #a82fc6;
}

.contact-social__icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

/* Higher Purpose Section Styles */

.higher-purpose {
  position: relative;
  overflow: hidden;
}

.higher-purpose__container {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.higher-purpose__content-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px;
  position: relative;
  z-index: 2;
}

.higher-purpose__image-column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.higher-purpose__heading {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 1px;
}

.higher-purpose__text {
  font-family: 'Gibson', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 600px;
}

.higher-purpose__cta {
  font-family: 'BystanderSans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.higher-purpose__button {
  background-color: #4a1500;
  color: #FFF4E3;
  padding: 8px 14px 14px;
  text-decoration: none;
  font-family: BystanderSans;
  font-weight: 500;
  font-size: 18pt;
  line-height: 18pt;
  display: inline-block;
  border-radius: 7px 7px 0 0;
  border: 0;
  cursor: pointer;
}

.higher-purpose__button:hover {
  opacity: 0.9;
}

.higher-purpose__image {
  max-width: 100%;
  height: auto;
  display: block;
}

.higher-purpose__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Mobile responsive styles */
@media screen and (max-width: 749px) {
  /* Mobile Collection Page */
  .collection-header-banner {
    padding: 30px 10px 30px;
  }
  
  .collection-title {
    font-size: 36pt;
  }
  
  .collection-subtitle {
    font-size: 16pt;
    line-height: 21pt;
  }
  
  .collection-tabs-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5px;
  }
  
  .collection-tab {
    flex: 0 0 auto;
    font-size: 18pt;
    padding: 8px 12px 12px;
    white-space: nowrap;
    margin: 10px 2px;
    font-weight: 300;
  }
  
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 8px;
  }
  
  .product-card {
    max-width: 170px;
    margin-bottom: 15px;
  }

  .product-badge {
    position: absolute;
    top: -10px;
    left: 17.5%;
    font-family: BystanderSans, sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    z-index: 3;
    width: 65%;
    height: 30px;
  }
  
  .product-image-container {
    padding: 0 10px;
    margin-top: 15px;
    margin-bottom: -10px;
  }
  
  .product-featured-image {
    width: 90%;
  }

  .product-info {
    margin-top: 0;
    min-height: 0vh;
  }
  
  .product-info-background {
    padding: 12px 8px 20px 8px;
    min-height: 0vh;
  }
  
  .product-info-background::before {
    top: -120px;
    border-bottom-width: 35px;
    border-left-width: 35px;
    border-right-width: 35px;
    height: 120px;
  }
  

  
  .product-title {
    font-size: 24pt !important;
    line-height: 23pt !important;
    letter-spacing: 0px !important;
  }
  
  .product-action {
    margin: 12px 0 0 0;
  }
  
  .product-action .libra-btn {
    font-size: 12pt;
    line-height: 12pt;
    padding: 5px 10px 8px;
  }
  
  /* Mobile Product Features Section */
  .product-features-section {
    padding: 0;
  }
  
  .product-features-triangle {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 50% 5%);
    padding: 80px 15px 40px;
  }
  
  .product-features-triangle::before {
    top: -80px;
    border-bottom: 80px solid #4D0504;
    border-left: 250px solid transparent;
    border-right: 250px solid transparent;
  }
  
  .product-features-content {
    padding-top: 20px;
  }
  
  .feature-text p {
    font-size: 14px;
  }
  
  .feature-product-image {
    max-width: 200px;
  }
  
  .product-tagline p {
    font-size: 24px;
  }

  /* About page mobile styles */
  .about-banner__heading {
    font-size: 30px;
  }

  .about-why-section__heading {
    font-size: 24px;
  }

  .about-content__text,
  .about-why-section__text {
    font-size: 16px;
  }

  .constellation-section__heading {
    font-size: 20px;
  }

  .constellation-section p {
    font-family: 'Gibson';
  }

  .certification-item {
    width: 90px;
  }

  .certification-icon {
    width: 60px;
    height: 60px;
  }

  .product-type {
    color: #fff4e3;
    text-align: center;
    font-family: 'BystanderSans', sans-serif;

    line-height: 1.2em;
    padding-bottom: 10px;
}

  .certification-name {
    font-size: 16pt;
    line-height: 16pt;
    margin-top: 5px;
  }

  .certification-icon svg {
    width: 30px;
    height: 30px;
  }

  /* Contact page mobile styles */
  .contact-header__heading {
    font-size: 36px;
  }
  
  .contact-content {
    padding: 10px 0;
  }
  
  .contact-form-column {
    order: 2;
  }
  
  .contact-image-column {
    order: 1;
  }
  
  .custom-contact-form__heading {
    font-size: 24px;
  }

  /* Higher purpose mobile styles */
  .higher-purpose__content-column {
    padding: 30px 15px;
  }
  
  .higher-purpose__image-column {
    min-height: 250px;
  }
  
  .higher-purpose__heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .higher-purpose__text {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  
  .higher-purpose__cta {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .higher-purpose__button {
    font-size: 12pt;
    line-height: 12pt;
    padding: 5px 10px 10px;
  }
}

@media screen and (max-width: 989px) {
  .higher-purpose__container {
    flex-direction: column;
  }
  
  .higher-purpose__content-column {
    text-align: center;
    align-items: center;
    padding: 60px 30px;
    order: 1;
  }
  
  .higher-purpose__image-column {
    order: 2;
    min-height: 400px;
  }
  
  .higher-purpose__heading {
    font-size: 50px;
  }
  
  .higher-purpose__text {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .higher-purpose__image {
    max-height: 500px;
    object-fit: contain;
  }

  /* About page tablet styles */  
  .about-banner__heading {
    font-size: 36px;
  }

  .about-why-section__heading {
    font-size: 28px;
  }

  .about-why-section {
    padding-bottom: 150px;
  }

  .constellation-section__heading {
    font-size: 24px;
  }

  .balance-section {
    flex-direction: column;
  }

  .balance-section__content {
    padding: 40px 20px;
  }

  .balance-section__image {
    min-height: 300px;
    clip-path: none;
  }

  .product-categories {
    gap: 10px;
    flex-wrap: wrap;
  }

  .product-category {
    min-width: auto;
    padding: 8px 20px;
    font-size: 14px;
  }

  .certifications-list {
    gap: 30px 20px;
  }

  .certifications-section {
  background-color: #a82fc6;
  padding: 0px 20px;
  text-align: center;
  position: relative;
}

  .certification-item {
    width: 120px;
  }

  .certification-icon {
    width: 70px;
    height: 70px;
  }

  .certification-icon svg {
    width: 35px;
    height: 35px;
  }


}

.rich-text__heading {
  font-family: 'BystanderSans', sans-serif;
  color: #FFF4E3;
  line-height: 1em;
}

#insta-feed {
  overflow-x: visible !important;
}

#insta-feed h2 {
  font-family: 'BystanderSans';
  margin-bottom: 50px;
}

.instafeed-new-layout-container {
  overflow: visible !important;
}

.instafeed-new-layout-container .instafeed-new-arrow {
  background: transparent !important;
}

.instafeed-new-arrow-prev {
  left: -50px !important;
}

.instafeed-new-arrow-next {
  right: -50px !important;
}


.policies {
  display: inline-flex !important;
}

.footer-block {
  width: 100% !important;
}

.footer-block__details-content .list-menu__item--link {
  color: #FFF4E3 !important;
}

.touchevents .section-header .list-menu__item {
  font-family: 'BystanderSans';
  font-size: 30pt;
  color: #4D0504;
}

@media screen and (max-width: 749px) {

  /* Target Dawn mobile drawer menu */
  .menu-drawer__menu {
    display: flex;
    flex-direction: column;
    gap: 0px !important; 
    padding-top: 32px;
  }

  /* Each menu item full width */
  .menu-drawer__menu-item {
    display: block;
    width: 100%;
  }

  /* Link styling */
  .menu-drawer__menu-item > a,
  .menu-drawer__menu-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between; /* arrow on right */
    width: 100%;
    font-size: 28px; /* adjust to taste */
    padding: 12px 0;
    text-decoration: none;
  }

  /* Remove inline list behavior */
  .menu-drawer__menu li {
    list-style: none;
  }
}
.header__icon--menu .icon {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(.8);
    transition: transform .15s ease, opacity .15s ease;
    stroke: 6px brown solid;
    stroke-width: 2px;
    stroke: #4D0504;
}

span.price {
    font-size: 28px;
    margin: 0px !important;
    padding: 0px !important;
    color: #4D0504;
}



.tabbed-product-slider .slick-current .ingredient-visual {

    overflow: visible;
}

 
.superfood-slider-section .product-subtitle {
  color: #4D0504;
}

.product-type {
    color: #FFF4E3;
    text-align: center;
    font-family: Gibson, sans-serif;
}

.product-features-image {
  width: 400px !important;
  max-width: 50vw;
}

.ingredients-list p {
      font-family: Gibson, sans-serif !important;
    font-size: 16pt !important;
    line-height: 21pt !important;
    color: rgb(77, 5, 4) !important;
    font-weight: 500 !important;
}

.product-features-circle {
  max-width: 900px;          
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   PDP – XL Quantity + ATC sizing
   ========================= */

.cart-action-row{
  display: flex;
  align-items: flex-end;
  gap: 22px;
}

/* Bigger label spacing */
.quantity-selector .variant-label{
  margin-bottom: 14px;
  font-size: 1.2rem;
}


.quantity-container{
  display: flex;
  align-items: center;
  border: 4px solid #5b1a12;  
  border-radius: 14px;
  overflow: hidden;
  background: #fff5e8;        
}


.quantity-button{
  min-width: 70px;
  height: 70px;
  font-size: 34px;
  font-weight: 500;
  border: 0;
  background: transparent;
  color: #5b1a12;
  display: grid;
  place-items: center;
  cursor: pointer;
}

/* 🔢 Input (XL) */
.quantity-input{
  width: 90px;
  height: 70px;
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  border: 0;
  outline: none;
  background: transparent;
  color: #5b1a12;

  -moz-appearance: textfield;
}
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* 🛒 Add to Cart button (XL) */
.add-to-cart-button{
  min-height: 70px;
  padding: 18px 40px;
  font-size: 26px;
  font-weight: 500;
  border-radius: 14px;
  letter-spacing: 0.05em;
}

/* 🔁 Mobile stacking */
@media screen and (max-width: 749px){
  .cart-action-row{
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .add-to-cart-button{
    width: 100%;
  }

  .quantity-container{
    justify-content: center;
  }
}



/* =========================================
   Libra – force XL qty + add-to-cart sizing
   ========================================= */

.product-info-container .cart-action-row {
  display: flex;
  align-items: flex-end;
  gap: 22px !important;
}

.quantity-container {
    
    margin-top: 0px !important;
 
}

/* Quantity wrapper */
.product-info-container .quantity-container {
  display: flex !important;
  align-items: center !important;
  border: 4px solid #5b1a12 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fff5e8 !important; /* remove if you don't want the fill */
}

/* +/- buttons */
.product-info-container .quantity-button {
  min-width: 70px !important;
  height: 70px !important;
  font-size: 34px !important;
  font-weight: 500 !important;
  border: 0 !important;
  background: transparent !important;
  color: #5b1a12 !important;
  display: grid !important;
  place-items: center !important;
}

/* Number input */
.product-info-container .quantity-input {
  max-width: 24px !important;
  height: 70px !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  text-align: center !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  color: #5b1a12 !important;
  -moz-appearance: textfield;
}
.product-info-container .quantity-input::-webkit-outer-spin-button,
.product-info-container .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Add to cart button */
.product-info-container .libra-btn.add-to-cart-button {
  min-height: 70px !important;
  padding: 18px 40px !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  border-radius: 14px !important;
  letter-spacing: 0.05em !important;
}

/* Mobile stacking */
@media screen and (max-width: 749px) {
  .product-info-container .cart-action-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 18px !important;
  }

  .product-info-container .libra-btn.add-to-cart-button {
    width: 100% !important;
  }

  .product-info-container .quantity-container {
    justify-content: center !important;
  }
}


/* Make quantity + ATC perfectly even */

.product-info-container .cart-action-row {
  display: flex;
  align-items: center !important;   /* center them on the same baseline */
  gap: 22px !important;
}

/* Shared target height for both */
:root {
  --pdp-cta-height: 72px; /* tweak this once to go bigger/smaller */
}

/* Quantity container matches height */
.product-info-container .quantity-container {
  height: var(--pdp-cta-height) !important;
  border: 4px solid #5b1a12 !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

/* Inner pieces fill the container height */
.product-info-container .quantity-button,
.product-info-container .quantity-input {
  height: 100% !important;
}

/* +/- buttons */
.product-info-container .quantity-button {
  min-width: 70px !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  background: transparent !important;
  color: #5b1a12 !important;
}

/* Number */
.product-info-container .quantity-input {
  width: 90px !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  text-align: center !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  color: #5b1a12 !important;
  -moz-appearance: textfield;
}
.product-info-container .quantity-input::-webkit-outer-spin-button,
.product-info-container .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Add to Cart button uses the SAME height */
.product-info-container .libra-btn.add-to-cart-button {
  height: var(--pdp-cta-height) !important;
  padding: 0 44px !important;          /* horizontal only */
  font-size: 24px !important;
  font-weight: 500 !important;
  border-radius: 14px !important;
  letter-spacing: 0.05em !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Mobile stacking, still even */
@media screen and (max-width: 749px) {
  .product-info-container .cart-action-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .product-info-container .libra-btn.add-to-cart-button {
    width: 100% !important;
  }

  .product-info-container .quantity-container {
    justify-content: center !important;
  }
}

/* Force ADD TO CART to stay on one line */
.product-info-container .libra-btn.add-to-cart-button {
  white-space: nowrap !important;     /* prevents wrapping */
  min-width: 220px !important;        /* adjust until it fits */
  text-align: center !important;
}

/* --- Perfect optical centering inside qty control --- */

.product-info-container .quantity-container{
  align-items: stretch !important;  /* children fill height */
}

.product-info-container .quantity-button{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;        /* avoid baseline weirdness */
}

.product-info-container .quantity-input{
  padding: 0 !important;
  line-height: 1 !important;        /* don't use giant line-height */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  top: 1px !important;              /* tiny optical nudge; try 0 or 2 if needed */
}


/* Fix attribute tags getting cut off on mobile */
@media screen and (max-width: 749px) {

  /* Make sure nothing in this stack is clipping */
  .product-features-section,
  .product-features,
  .product-features-circle,
  .product-features-circle * {
    overflow: visible !important;
  }

  /* Turn off the triangle clip on mobile */
  .product-features-triangle {
    clip-path: none !important;
  }

  /* Add gutters so tags can't hug the edges */
  .product-features-circle {
    padding: 0 24px;
    box-sizing: border-box;
  }

  .attribute-container {
    inset: 0;              /* top:0 right:0 bottom:0 left:0 */
    padding: 0 24px;       /* safe left/right padding */
    box-sizing: border-box;
  }

  /* Tags can wrap + shrink a bit */
  .attribute-tag {
    font-size: 24px !important;
line-height: 1em !important;

    white-space: normal !important;
    
    text-align: center  !important;
  }

  /* Explicit, safe positions (fully inside viewport) */
  .position-1 {
    top: 18% !important;
    left: 18% !important;
    right: auto !important;
  }

  .position-2 {
    top: 22% !important;
    right: 18% !important;
    left: auto !important;
  }

  .position-3 {
    bottom: 22% !important;
    left: 20% !important;
    right: auto !important;
  }

  .position-4 {
    bottom: 18% !important;
    right: 20% !important;
    left: auto !important;
  }
}


@media screen and (max-width: 749px) {
  .product-libra,
  .product-libra * {
    overflow: visible !important;
  }
}

.superfoods-title {
    font-family: BystanderSans;
    color: #4a1500;
          font-size: 60px !important;
        line-height: 50px !important;
        margin: 20px 0 30px !important;
}
}

@media screen and (max-width: 749px) {
  .contact-header, .pre-amble {
    height: 120px !important;   /* adjust to your preferred height */
    min-height: 120px !important;
    max-height: 120px !important;
    display: flex;
    align-items: center;
  }

  .product-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 !important;
  justify-content: center;  /* ⬅ horizontally center the pills */
  align-items: center;      /* ⬅ vertically center them in the row */
  text-align: center;       /* nice for text inside each */
}

}

/* Fix header overlap on policy pages */
.template-policy main,
.template-privacy-policy main,
.template-terms-of-service main,
.template-refund-policy main,
.template-shipping-policy main {
  padding-top: 120px !important;  /* adjust height depending on header size */
}

.shopify-policy__container {
  padding-top: 150px !important;
}

 
    .header__icon--search, .header__icon--account {
        display: none !important;
    }
