

@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

*{
  margin: 0;
  padding: 0;
}
html {
  overflow-x: clip;
}
body {
  overflow-x: clip;
  *{font-family:  "Google Sans", sans-serif;}
}

.nav-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: background-color 0.3s ease;
}

.nav-sticky-wrapper.scrolled {
  background-color: transparent !important;
}

.navbar{
  background-color: rgb(255, 255, 255);
  height: 70px;
  margin: 0 10px;
  padding: .25rem .5rem;
}
@media (min-width: 576px) {
  .navbar {
    height: 90px;
    margin: 0 20px;
    padding: .5rem;
  }
}

.navbar-toggler{
  border: none;
  font-size: 1.25rem;
  color: #F5B027 !important;
}
.navbar-toggler:focus, .btn-close:focus{
  box-shadow: none;
  outline: none;
}

.nav-link{
  font-weight: 600;
  position: relative;
  font-size: 1.2rem;
  color: #003f1f !important;
}

.nav-link:hover {
  color: #198754 !important;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(254,192,14,.25);
  border: 1px solid rgba(254,192,14,.4);
  color: #354c23;
  font-size: .8125rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 10px;
  width: fit-content;
}

.dropdown-menu{
  border-bottom: #F5B027 solid 2px;
  border-top: #F5B027 solid 2px;
}
.dropdown-item {
  font-size: 1.2rem;
  font-weight: 400;
}
.dropdown-item:hover {
  background-color: #fccc6d;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #fcc00f;
  color: #003f1f;
}

/* Let dropdown menus float inside the offcanvas without being clipped */
.navbar .offcanvas-body {
  overflow: visible;
}

.btn-close{
  color: #F5B027 !important;
}

@media (min-width: 1436px) {
  .nav-link::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #fcc00f;
    visibility: hidden;
    transition: .3s ease-in-out;
  }
  .nav-link:hover::before, .nav-link.active::before{
    width: 100%;
    visibility: visible;
  }
}

.top {
  background-color: #198754; 
  
  
}
.stock-ticker {
  padding-block: 5px;
  display: flex;
  align-items: center;
  --gap: 16px;
  gap: var(--gap);
  overflow: hidden;
  background-color: #198754;
  text-decoration: none;
}
@media (min-width: 576px) {
  .stock-ticker {
    padding-block: 8px;
    --gap: 20px;
  }
}
.stock-ticker ul {
  list-style: none;
  display: flex;
  flex-shrink: 0;
  justify-content: space-around;
  gap: var(--gap);
  align-items: center;
  min-width: 100%;
  animation: scroll 30s linear infinite;
  font-size: .8rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .stock-ticker ul {
    font-size: 1rem;
  }
}
.stock-ticker:hover ul {
  animation-play-state: paused;
}
.stock-ticker Ul li a {
  letter-spacing: 3px;
  color: white;
  
}
@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.black-border {
  
  border: 1px solid #003f1f;
  padding: 1rem;
  margin: .25rem;
  
}

.tgreen {
  color: #003f1f;
}



.product-card {
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-image {
    transition: all 0.5s ease;
    height: 500px;
    object-fit: cover;
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

.badge-custom {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.btn-custom {
    background: linear-gradient(45deg, #ffd864, #fcc00f);
    border: none;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    transform: translateX(5px);
    box-shadow: -5px 5px 15px rgba(46, 204, 113, 0.3);
}

.mm5{
  margin-top: 0px;
}
@media screen and (min-width: 1300px) {
  .mm5{
    margin-top: -50px;
    
  }
}

.logoPos{
  position: relative;
  height: 60px;
}

.circle-logo{
  position: relative;
  height: 70px;
  animation: rotate1 5s  infinite ;
}
@keyframes rotate1 {
  0% {
    
  }
 
 100%{
  transform: rotateY(360deg);
 }
}


.out {
  max-width: 1600px;
}

.accordion{
  --bs-accordion-btn-bg: #ffe3cd;
  --bs-accordion-active-bg: #ffcea5;
  --bs-accordion-btn-focus-box-shadow: none;
  
}

.con-bg{
  background-color: #fff4EA;
}
.cuerpo{
  display: flex;
  align-items: center;
  justify-content: center;
 
}

 .card-item{
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  border-radius: 3%;
  margin: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5) ;
}

  .cl-check {
    width: 20px; height: 20px;
    background: var(--green-light);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .price-currency{
   font-size: 13px;
   color: #2c3e50;

  }


/* ===== Inline-style replacements ===== */

.price-info-text {
  font-size: .95rem;
  opacity: .9;
}

.ecsp-title {
  display: none;
}

.footer-dark {
  background-color: #0e1f09; 
}

.footer-text-muted {
  color: rgba(255, 255, 255, 0.7);
}

.footer-text-dim {
  color: rgba(255, 255, 255, 0.7);
}

.footer-heading {
  color: #96aa48;
}

.footer-reviews-badge {
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
  padding: 12px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-stars {
  color: #ffa411;
  font-size: 1rem;
}

.footer-rating-score {
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
}

.footer-rating-count {
  color: rgba(255, 255, 255, .65);
  font-size: .75rem;
}

.footer-reviews-link {
  color: rgba(255, 255, 255, .7);
  font-size: .75rem;
  text-decoration: underline;
  margin-left: 4px;
}

.footer-social-link {
  color: rgba(255, 255, 255, 0.7);
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-email-input {
  background-color: rgba(209, 255, 209, 0.541);
  border: 1px solid rgba(0, 83, 8, 0.2);
  color: #ffffff;
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}


/* ===== Product Page ===== */

.page-breadcrumb {
  background-color: #f8f9fa;
  padding: 6px 0;
  font-size: .7rem;
}
@media (min-width: 576px) {
  .page-breadcrumb {
    padding: 10px 0;
    font-size: .875rem;
  }
}
.page-breadcrumb .breadcrumb-item a {
  color: #003f1f;
  text-decoration: none;
}
.page-breadcrumb .breadcrumb-item.active {
  color: #6c757d;
}

.trust-bar {
  background-color: #003f1f;
  color: #fff;
  padding: 8px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.trust-bar::-webkit-scrollbar {
  display: none;
}
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 20px;
  flex-wrap: nowrap;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .trust-bar-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 28px;
  }
}
.trust-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-size: .8rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .trust-bar-item {
    font-size: .875rem;
  }
}
.trust-bar-item .bi-check-circle-fill {
  color: #F5B027;
}

.product-highlight-card {
  border: 2px solid #F5B027;
  border-radius: 12px;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  background: #fff;
  padding: 28px 24px 24px;
}
.product-highlight-card:hover {
  box-shadow: 0 12px 35px rgba(0, 63, 31, 0.15);
  transform: translateY(-4px);
}

.badge-popular {
  background: linear-gradient(45deg, #ffd864, #fcc00f);
  color: #003f1f;
  font-weight: 700;
  font-size: .8rem;
  padding: 5px 18px;
  border-radius: 20px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(252, 192, 15, 0.4);
}


.dosage-badge {
  background-color: #e8f5ee;
  color: #003f1f;
  font-weight: 600;
  border-radius: 6px;
  padding: 3px 12px;
  font-size: .85rem;
  display: inline-block;
}

.spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.spec-list li {
  border-bottom: 1px solid #f0f0f0;
  padding: 7px 0;
  font-size: .9rem;
}
.spec-list li:last-child {
  border-bottom: none;
}

.why-us-card {
  text-align: center;
  border: 1px solid #e8f5ee;
  border-radius: 12px;
  padding: 28px 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
  background: #fff;
}
.why-us-card:hover {
  box-shadow: 0 8px 25px rgba(0, 63, 31, 0.12);
  transform: translateY(-3px);
}
.why-us-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #003f1f, #198754);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 16px;
}


.comparison-table thead th {
  background-color: #003f1f;
  color: #fff;
  border-color: #1a5c39;
  font-weight: 600;
}
.comparison-table .col-highlight {
  background-color: #fffdf0;
}
.comparison-table thead th.col-highlight {
  background-color: #F5B027;
  color: #003f1f;
  border-color: #e0a020;
}
.comparison-table td,
.comparison-table th {
  vertical-align: middle;
  padding: 12px 16px;
}
.comparison-table tbody tr:hover td {
  background-color: #f8fff8;
}
.comparison-table .col-highlight:hover {
  background-color: #fffce5;
}

.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: #fff;
  border-top: 2px solid #F5B027;
  padding: 12px 16px;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-sticky-cta.visible {
    display: flex;
  }
}

.trust-badge-icon {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .trust-badge-icon {
    width: 90px;
    height: 90px;
  }
}

.related-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}


/* ===== Product Detail — Carousel & Thumbnails ===== */

.product-carousel-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .product-carousel-img {
    height: 560px;
  }
}
.product-carousel-zoomable {
  cursor: zoom-in;
}

.supp-facts-table {
  font-size: .875rem;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d4edda;
}
.supp-facts-table thead tr {
  background: linear-gradient(135deg, #003f1f, #198754);
  color: #fff;
}
.supp-facts-table thead th {
  padding: 10px 14px;
  font-weight: 600;
  border: none;
}
.supp-facts-table tbody tr {
  border-bottom: 1px solid #e8f5ee;
  transition: background-color 0.15s ease;
}
.supp-facts-table tbody tr:last-child {
  border-bottom: none;
}
.supp-facts-table tbody tr:hover {
  background-color: #f0faf4;
}
.supp-facts-table tbody td {
  padding: 9px 14px;
  border: none;
  vertical-align: middle;
}

.product-thumb {
  cursor: pointer;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease;
  flex: 1;
  max-width: 80px;
}
.product-thumb img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .product-thumb {
    max-width: 120px;
  }
  .product-thumb img {
    height: 120px;
  }
}
.product-thumb:hover {
  border-color: #F5B027;
}
.product-thumb.active-thumb {
  border-color: #003f1f;
  box-shadow: 0 0 0 3px rgba(0, 63, 31, 0.15);
}

.carousel-control-prev,
.carousel-control-next {
  width: 12%;
  opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  padding: 18px;
  background-size: 50%;
}

/* ===== Orientation / New Here Page ===== */

.orientation-hero {
  background: linear-gradient(135deg, #003f1f 0%, #198754 100%);
  padding: 3.5rem 0 4rem;
  color: #fff;
}
.orientation-hero h1 { color: #fff; }
.orientation-hero h2 { color: rgba(255,255,255,.88); font-weight: 300; }
.orientation-hero p  { color: rgba(255,255,255,.82); }

.orient-trust-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.orient-trust-pill {
  font-size: .75rem;
  color: #fff;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  padding: 4px 12px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.orient-trust-dot {
  width: 6px; height: 6px;
  background: #F5B027;
  border-radius: 50%;
  flex-shrink: 0;
}

.step-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fffdf0;
  border: 1px solid #F5B027;
  color: #664d03;
  font-size: .75rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 99px;
  margin-bottom: 1rem;
}
.step-num {
  width: 22px; height: 22px;
  background: #F5B027;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 700;
  flex-shrink: 0;
}

.section-card {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-left: 5px solid #003f1f;
}
.section-card.s-green { border-left-color: #198754; }
.section-card.s-amber { border-left-color: #e07b2a; }
.section-card.s-blue  { border-left-color: #0075a7; }
.section-card.s-dark  { border-left-color: #273746; }

.step-pill.green-pill { background: #e8f5ee; border-color: #59ab6e; color: #0a5c2a; }
.step-pill.green-pill .step-num { background: #003f1f; color: #fff; }
.step-pill.amber-pill { background: #faeeda; border-color: #ef9f27; color: #854f0b; }
.step-pill.amber-pill .step-num { background: #e07b2a; color: #fff; }
.step-pill.blue-pill  { background: #e6f1fb; border-color: #85b7eb; color: #185fa5; }
.step-pill.blue-pill  .step-num { background: #0075a7; color: #fff; }
.step-pill.dark-pill  { background: #e9eef5; border-color: #4d7d94; color: #273746; }
.step-pill.dark-pill  .step-num { background: #273746; color: #fff; }

.quality-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.quality-check:last-child { border-bottom: none; }
.qc-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #e8f5ee;
  color: #003f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.qc-title { font-size: .95rem; font-weight: 500; color: #1a1a1a; margin-bottom: 2px; }
.qc-desc  { font-size: .85rem; color: #5a5a5a; line-height: 1.55; }

.safety-box {
  background: #fff8f0;
  border: 1px solid #f0c070;
  border-left: 4px solid #e07b2a;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin: 1rem 0;
}
.safety-box h5 {
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #854f0b;
  margin-bottom: 6px;
}
.safety-box p { font-size: .9rem; color: #5a3a00; line-height: 1.65; margin: 0; }

.profile-card {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 1.25rem;
  height: 100%;
  transition: border-color .2s;
}
.profile-card:hover { border-color: #003f1f; }
.profile-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: .75rem;
}
.profile-card h5 { font-size: 1rem; font-weight: 500; margin-bottom: .4rem; }
.profile-card p  { font-size: .85rem; color: #5a5a5a; line-height: 1.55; margin: 0; }

.progress-nav {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: .5rem;
}
.pn-step {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  color: #8a8a8a;
  cursor: pointer;
}
a.pn-step { color: #8a8a8a; }
a.pn-step.done { color: #198754; }
a.pn-step.active { color: #003f1f; }
.pn-step.active { color: #003f1f; font-weight: 600; }
.pn-step.done   { color: #198754; }
.pn-num {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 600;
  border: 1.5px solid currentColor;
  flex-shrink: 0;
}
.pn-arrow { color: #c0c0c0; font-size: .8rem; margin: 0 4px; }

@media (max-width: 767.98px) {
  .progress-nav {
    padding: .75rem 1rem;
    gap: .35rem .5rem;
  }
  .pn-arrow { display: none; }
  .pn-step {
    font-size: .75rem;
    flex: 0 0 calc(33.333% - .5rem);
  }
}

.orient-cta-banner {
  background: linear-gradient(135deg, #003f1f, #198754);
  border-radius: 12px;
  padding: 2.5rem;
  color: #fff;
  text-align: center;
}
.orient-cta-banner h2 { color: #fff; font-size: 1.6rem; margin-bottom: .75rem; }
.orient-cta-banner p  { color: rgba(255,255,255,.85); margin-bottom: 1.5rem; font-size: 1rem; }

.product-selector-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1.25rem;
  height: 100%;
  text-decoration: none;
  display: block;
  transition: border-color .18s, box-shadow .18s;
  color: inherit;
}
.product-selector-card:hover {
  border-color: #003f1f;
  box-shadow: 0 4px 12px rgba(0,63,31,.12);
  color: inherit;
}
.product-selector-card.popular {
  border: 2px solid #F5B027;
  position: relative;
}
.offers-selector-card.offer{
  border: 2px solid #0a5c2a;
  position: relative;
}
.product-selector-card .ps-label {
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8a8a8a;
  margin-bottom: 6px;
}
.product-selector-card.popular .ps-label { color: #003f1f; }
.product-selector-card h6  { font-size: .95rem; margin-bottom: .5rem; color: #1a1a1a; }
.product-selector-card .ps-price { font-size: 1.3rem; font-weight: 700; color: #003f1f; }
.product-selector-card .ps-note  { font-size: .78rem; color: #6c6c6a; margin-top: 4px; }
.ps-popular-badge {
  position: absolute;
  top: -10px; left: 50%;
  transform: translateX(-50%);
  background: #F5B027;
  color: #000;
  font-size: .68rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 99px;
  white-space: nowrap;
}


.stylus{background: linear-gradient(to right, rgba(255,243,205,.96) 0%, rgba(255,243,205,.82) 55%, rgba(255,243,205,.45) 100%), url('assets/img/apricots-background-specials.webp') center/cover no-repeat;}
