/* ============================================================
   MOOD THEME — theme.css  (exact reconstruction from moodthca.com)
   Fonts: Josefin Sans + Roboto Condensed
   Colors: cream #fffaee · green #00311c · scroll-green #1c4030
   ============================================================ */

/* ── Google Fonts ──────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* ── Reset / Base ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  background-color: #fff;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
body[data-rsssl="1"] { /* RSSSL compat */ }
img, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }
input, textarea, select { font: inherit; }
:focus-visible { outline: 2px solid #00311c; outline-offset: 3px; }
img:is([sizes="auto"i],[sizes^="auto,"i]) { contain-intrinsic-size: 3000px 1500px; }

/* ── Utilities ─────────────────────────────────────────── */
.flex { display: flex; }
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mob-show { display: none; }
.mob-hide { display: block; }

/* ── Typography globals ────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.059;
}
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }

/* ── Selection ─────────────────────────────────────────── */
::selection { background: #00311c; color: #fff; }

/* ── Scrollbar ─────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #fffaee; }
::-webkit-scrollbar-thumb { background: #00311c; border-radius: 3px; }

/* ── Skip link ─────────────────────────────────────────── */
.skip-link {
  position: fixed; top: -100px; left: 20px;
  background: #00311c; color: #fff;
  padding: 8px 16px; border-radius: 4px;
  font-family: 'Josefin Sans', sans-serif;
  z-index: 9999; transition: top 0.2s;
}
.skip-link:focus { top: 10px; }

/* ════════════════════════════════════════════════════════
   HEADER
════════════════════════════════════════════════════════ */

/* Static header (top of page) */
header#header.heading {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fffaee;
  position: relative;
  z-index: 999;
}
.main-header-cont {
  padding: 0;
  z-index: 9999;
  position: relative;
}
.main-header-cont .flex {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.main-menu-container {
  position: relative;
  z-index: 999;
  padding-left: 0;
  padding-right: 0;
}

/* Logo */
.header-logo img { max-width: 156px; height: auto; }

/* Primary Nav links */
.main-nav {
  position: relative;
  z-index: 99;
  display: flex;
}
.pc__menu .menu {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.main-header-cont .pc__menu li {
  position: relative;
}
.main-header-cont .pc__menu li a {
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 16px;
  display: block;
  transition: color 0.2s;
}
.main-header-cont .pc__menu li a:hover { color: #00311c; }
.main-header-cont .pc__menu li:last-of-type { margin-right: 0; }

/* Sub-menu dropdown */
.sub-menu {
  position: absolute;
  display: none;
  left: 0; top: 33px;
  min-width: 240px;
  z-index: 9;
  list-style: none;
  padding: 10px;
  background: #fffaee;
  box-shadow: 0 8px 11px rgba(0,0,0,0.04);
}
.sub-menu li { margin-right: 0; padding: 10px; }
.main-header-cont .pc__menu .sub-menu li a { padding: 10px; color: #000; }
.main-header-cont .pc__menu li:hover .sub-menu { display: block; }

/* Account bar */
.main-account-cont {
  display: flex;
  flex-flow: wrap;
  padding: 14px 40px;
}
.main-header-profile, .main-header-search { margin-right: 12px; }
.main-header-cart { padding-right: 9px; }
.search-button { cursor: pointer; }

/* Cart icon */
.cart-contents {
  position: relative;
  flex-flow: column;
  justify-content: center;
  display: flex !important;
}
.cart-contents::before {
  content: "";
  display: block;
  width: 17px; height: 17px;
  background-image: url('/wp-content/themes/mood/assets/img/mood/cart.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.cart-contents:hover { text-decoration: none; }
.cart-contents-count {
  position: absolute;
  top: 18px; right: -16px;
  transform: translateY(-105%) translateX(25%);
  font-size: 10px;
  line-height: 16px;
  height: 16px; width: 16px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #2b2b2b;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* Scroll / Sticky header */
.scroll-header {
  position: fixed;
  transition: 0.3s;
  z-index: 999;
  background-color: #1c4030;
  width: 100%;
  box-shadow: 0 8px 11px rgba(0,0,0,0.04);
  top: 0;
  display: none !important;
}
.scroll-header.show { opacity: 0; transition: 0.3s; }
.scroll-header.visible {
  display: flex !important;
  opacity: 1;
}
.scroll-header .pc__menu li a { color: #fff; }
.scroll-header .pc__menu li a:hover { color: #c8c8c8; }
.scroll-header .main-account-cont img { filter: brightness(0) invert(1); }
.scroll-header .main-header-search { opacity: 0; }

/* Search bar */
.search-cont { position: relative; }
.search-container {
  position: absolute;
  left: 0; top: -42px;
  width: 100%;
  transition: 0.4s;
  z-index: 99;
  visibility: hidden;
}
.search-container.active { top: 10px; visibility: visible; }
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input { border-radius: 38px; }

/* Mobile toggle */
.mob__menu { display: none; }
.open-menu-button { background: none; border: none; cursor: pointer; }

/* ════════════════════════════════════════════════════════
   MEGA MENU
════════════════════════════════════════════════════════ */

.menu-item.has-mega { position: relative; }
.mega-menu {
  position: fixed;
  top: 100px; left: 0;
  width: 100%;
  background: #fffaee;
  padding: 30px 0 80px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  z-index: 999;
  display: none;
  border-radius: 0 0 62px 62px;
  transition: 0.25s;
}
.mega-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.megacont { display: flex; justify-content: space-between; align-items: flex-start; }
.mega-left, .mega-right {
  display: flex;
  vertical-align: top;
  justify-content: space-between;
}
.mega-left { width: 35%; }
.mega-right { width: 60%; justify-content: space-around; }

.menu-image img {
  max-width: 100%;
  border-radius: 20px;
  width: 258px; height: 258px;
  object-fit: contain;
}
.menu-icon { width: 20px; height: auto; margin-right: 6px; }

.menu-section { margin-right: 20px; }
.menu-section p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #00311c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.menu-section p a { color: #00311c; }
.menu-section ul { list-style: none; padding: 0; }
.menu-section ul li { margin-bottom: 8px; }
.menu-section ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #333;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.menu-section ul li a:hover { color: #00311c; }

/* Hover category with image swap */
.hover-category-list { position: relative; }
.hover-category {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 15px;
  font-family: 'Josefin Sans', sans-serif;
  color: #333;
  transition: color 0.2s;
}
.hover-category:hover { color: #00311c; }
.hover-category-img {
  width: 32px; height: 32px;
  object-fit: contain;
  border-radius: 6px;
}

/* Mood class section */
.moodclass ul li a {
  font-style: italic;
  font-family: 'Josefin Sans', sans-serif;
}

/* ════════════════════════════════════════════════════════
   MOBILE MENU OVERLAY
════════════════════════════════════════════════════════ */

.overlay {
  position: fixed;
  width: 100%; height: 100dvh;
  top: 0; left: 0;
  z-index: 9999;
  background: #e0e2d5;
  overflow-y: auto;
}
.overlay-slidedown {
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out, visibility 0.4s;
}
.overlay-slidedown.open {
  visibility: visible;
  transform: translateY(0);
}
.submenu-info {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.overlay-close {
  background: none; border: none; cursor: pointer;
  width: 36px; height: 36px;
  position: relative;
}
.overlay-close-ico,
.overlay-close-ico::before,
.overlay-close-ico::after {
  display: block;
  background: #000;
  height: 2px;
  width: 24px;
  position: absolute;
  left: 50%; top: 50%;
}
.overlay-close-ico { transform: translate(-50%, -50%); opacity: 0; }
.overlay-close-ico::before { content: ''; transform: translate(-50%, -50%) rotate(45deg); }
.overlay-close-ico::after { content: ''; transform: translate(-50%, -50%) rotate(-45deg); }

.mob-menu-menulist { padding: 20px 0; }
.mobile__menu ul { list-style: none; padding: 0; margin: 0 auto; display: block; }
.mobile__menu ul li {
  display: block;
  margin-bottom: 32px;
  padding-left: 0;
  text-align: left;
}
.mobile__menu ul li a {
  font-size: 20px;
  line-height: 1.269;
  font-weight: 400;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  transition: color 0.2s;
}
.mobile__menu ul li a:hover { color: #00311c; }
.mob-menu-buttons {
  padding: 20px 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 20px;
}
.mobile-menu-btn {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #00311c;
  border-radius: 46px;
  padding: 12px 32px 8px;
  display: inline-block;
  letter-spacing: 0.05em;
}

/* ════════════════════════════════════════════════════════
   HERO / BIG BANNER
════════════════════════════════════════════════════════ */

.big-banner {
  position: relative;
  background-color: transparent;
  padding-bottom: 60px;
  padding-top: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
}
.big-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.2) 60%,
    rgba(0,0,0,0.1) 100%
  );
  pointer-events: none;
}
.banner-cont {
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: baseline;
  justify-content: normal;
  position: relative;
  z-index: 1;
}
.banner-bg-cont {
  flex-flow: column;
  align-items: baseline;
  justify-content: normal;
  width: 100%;
}
.big-banner h1 {
  color: #fff;
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(40px, 6vw, 64px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.059;
  letter-spacing: -1.92px;
  margin-bottom: 40px;
  max-width: 750px;
}
.big-banner-subtext {
  margin-bottom: 54px;
  display: flex;
  justify-content: normal;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.big-banner-subtext p {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  opacity: 0.9;
}
.big-banner-subtext-dev {
  display: inline-block;
  width: 6px; height: 6px;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  margin: 0 10px;
  vertical-align: middle;
}
.big-banner-button {
  color: #00311c;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 21px;
  background: #fff;
  padding: 12px 36px 8px;
  max-width: 204px;
  width: 100%;
  display: block;
  transition: 0.2s ease-in-out;
  position: relative;
  letter-spacing: 0.04em;
}
.big-banner-button:hover {
  color: #fff;
  background-color: #00311c;
  border-color: #00311c;
}

/* ════════════════════════════════════════════════════════
   HOMEPAGE SECTIONS
════════════════════════════════════════════════════════ */

/* Double heading with link */
.homepage-double-head {
  margin-bottom: 46px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
}
.homepage-double-head h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 400;
  color: #000;
  line-height: 1.059;
  letter-spacing: -0.03em;
}
.homepage-double-head a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00311c;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #00311c;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.homepage-double-head a:hover { opacity: 0.7; }

/* Product banners title */
.product-banners-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 44px;
  font-weight: 400;
}

/* ── Section: Categories (white bg) ── */
.homepage-categories {
  padding: 66px 0;
  position: relative;
  background: #fff;
}
.hp-b2-bg { position: relative; }
.homepage-cat-cont {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.homepage-cat-item {
  margin-bottom: 8px;
  overflow: hidden;
}
.homepage__categories__a {
  width: 360px;
  height: 360px;
  display: block;
  transition: 0.4s;
  border-radius: 45px;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,0.21);
  position: relative;
  overflow: hidden;
}
.homepage__categories__a img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.homepage__categories__a:hover img { transform: scale(1.04); }
.homepage__categories__a span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  background-color: rgba(255,255,255,0.21);
  border: 1px solid #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 16px 6px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  text-align: left;
}
.homepage__categories__a:hover span { color: #fff; background-color: rgba(0,49,28,0.7); border-color: #00311c; }

/* ── Section: Latest Products (cream bg + Swiper) ── */
.sec-latest-products {
  padding: 64px 0;
  position: relative;
  background-color: #fffaee;
  z-index: 1;
}
.sec-latest-products-cont { position: relative; }
.swiper-container { overflow-x: hidden; }
.sec-latest-products-cont .swiper-container { width: 100%; overflow: hidden; }
.sec-latest-products-cont .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

/* Product card in swiper */
.woocommerce-loop-product__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.woocommerce-loop-product__link img {
  width: 100%;
  border-radius: 16px;
  display: block;
  margin-bottom: 0;
  aspect-ratio: 3/4;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.woocommerce-loop-product__link:hover img { transform: scale(1.02); }
.woocommerce-loop-product__title {
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.059;
  letter-spacing: 0;
  min-height: 58px;
  width: 100%;
  order: 1;
  text-align: left;
  padding: 12px 4px 6px;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* Star rating */
.pro-str-rate {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 4px;
}
.star-rating { font-size: 12px; color: #f0b849; }
.numeric-rating { font-size: 11px; color: #999; }

/* Potency badge */
.potency-badge {
  border-radius: 5px;
  color: #444;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  font-weight: 400;
  padding: 8px 12px;
  line-height: 0.9;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 4px 4px 8px;
}
.potency_icon { width: 16px; height: auto; }

/* Product price */
.catalogue-vairation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 76px;
  order: 1;
}
.catalogue-vairation-price {
  color: #00311c;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.059;
  margin-top: 6px;
  margin-bottom: 10px;
  text-align: left;
  display: flex;
  align-items: baseline;
}
.price-from {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  color: #777;
  margin-right: 4px;
  white-space: nowrap;
}
.catalogue-vairation-weight {
  font-size: 12px;
  color: #444;
  border-bottom: 1px solid #dada;
  padding-bottom: 2px;
  text-align: center;
  max-width: 63px;
}
.woocommerce-Price-amount.amount { color: #00311c; }
.woocommerce-Price-currencySymbol { font-size: 0.8em; }

/* Shop all button */
.shopall-centered { display: flex; justify-content: center; align-items: center; }
.sec-latest-products-cont .shopall-centered { margin-top: 24px; }
.shopall-btn {
  font-size: 22px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  line-height: 1.269;
  transition: 0.2s;
  color: #fff;
  border-radius: 46px;
  border: 1px solid #00311c;
  padding: 15px 56px 10px 26px;
  background-color: #00311c;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.shopall-btn::before {
  content: '';
  display: block;
  width: 24px; height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 10'%3E%3Cpath d='M0 5h22M18 1l4 4-4 4' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  right: 18px;
  top: 50%; transform: translateY(-40%);
}
.shopall-btn:hover { background-color: #004d2a; border-color: #004d2a; }

/* ── Section: Best / Categories swiper ── */
.homepage-best {
  padding: 64px 0;
  background-color: #00311c;
}
.homepage-best .homepage-double-head h2 { color: #fff; }
.homepage-best .homepage-double-head a { color: #fff; border-color: #fff; }
.category-slide { max-width: 286px; width: 100%; }
.category-slide img {
  max-width: 286px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
  border-radius: 24px;
  height: auto;
}
.category-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

/* ── Swiper scrollbar ── */
.swiper-scrollbar {
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-bg-color: rgba(0,0,0,.1);
  --swiper-scrollbar-drag-bg-color: #1c4030;
  --swiper-scrollbar-size: 4px;
}
.swiper-scrollbar-drag { background: #333; }
.homepage-best .swiper-scrollbar { --swiper-scrollbar-bg-color: rgba(255,255,255,.2); }
.homepage-best .swiper-scrollbar-drag { background: rgba(255,255,255,0.6); }

/* ════════════════════════════════════════════════════════
   FAQ SECTION
════════════════════════════════════════════════════════ */

.hp-faq {
  padding: 80px 0;
  background-color: #fffaee;
}
.hp-faq-cont {
  gap: 60px;
  align-items: stretch;
  flex-wrap: wrap;
}
.hp-faq-left { flex: 1; min-width: 320px; }
.hp-faq-right {
  max-width: 590px;
  width: 100%;
  background: #fff;
  padding: 36px 96px;
}
.hp-faq-right h2 {
  color: #00311c;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.059;
  letter-spacing: -1.32px;
  margin-bottom: 30px;
}
.hp-faq-right-subhead { color: #00311c; font-size: 18px; font-weight: 400; margin-bottom: 20px; }
.hp-faq-right-text { margin-bottom: 30px; display: flex; align-items: center; gap: 12px; }
.hp-faq-right-text a { color: #000; }
.hp-faq-right-text a:hover { text-decoration: underline; }
.hp-faq-right-text img { width: 34px; height: auto; flex-shrink: 0; }

/* FAQ Accordion */
.single__container {}
.faq-itemprop { margin-bottom: 0; border-bottom: 1px solid rgba(0,49,28,0.15); }
.single__accordion {
  background-color: rgba(255,255,255,0.1);
  color: #00311c;
  cursor: pointer;
  padding: 16px 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.269;
  font-family: 'Josefin Sans', sans-serif;
}
.faq-section-text { flex: 1; padding-right: 12px; }
.faq-section-but {
  width: 42px; height: 42px;
  display: flex; justify-content: center; align-items: center;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.1);
  position: relative;
  transition: 0.2s ease-in-out;
  border: 0.5px solid rgba(0,49,28,0.4);
  flex-shrink: 0;
}
.faq-section-but::before,
.faq-section-but::after {
  content: '';
  height: 2px; width: 10px;
  display: block;
  background-color: #00311c;
  border-radius: 23px;
  position: absolute;
  transition: transform 0.2s;
}
.faq-section-but::before { transform: rotate(45deg); right: 14px; }
.faq-section-but::after  { transform: rotate(-45deg); left: 14px; }
.single__accordion.active .faq-section-but::before { transform: rotate(-45deg); }
.single__accordion.active .faq-section-but::after  { transform: rotate(45deg); }
.single__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.single__panel.open { max-height: 500px; padding-bottom: 16px; }
.single__panel p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  padding-top: 12px;
  margin: 0;
}

/* ════════════════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════════════════ */

footer.footer {
  background-color: #000;
  z-index: 2;
  position: relative;
  padding-top: 58px;
  padding-bottom: 58px;
}
footer.footer .container.flex {
  margin-bottom: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-logo-heading {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(24px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.059;
  letter-spacing: -1.32px;
  margin-bottom: 26px;
}
.footer-subtext { margin-bottom: 0; }
.footer-subtext p {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  opacity: 0.7;
  margin: 0;
}
.footer-green {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 600px;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-menu { min-width: 120px; }

/* Footer widget titles */
.footer .widget-title {
  color: #fff;
  font-size: 14px;
  line-height: 2.029;
  margin-bottom: 0;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer .menu-item { margin-bottom: 2px; }
.footer .menu-item:last-of-type { margin-right: 0; }
.footer .menu-item a {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.269;
  transition: 0.25s;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.8;
}
.footer .menu-item a:hover { text-decoration: underline; opacity: 1; }
.footer .menu { display: flex; flex-flow: column; }
.footer .widget_nav_menu { margin-bottom: 20px; }
.textwidget.custom-html-widget {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.269;
  opacity: 0.8;
}
.footer-copyright {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.269;
  color: #fff;
  opacity: 0.5;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  letter-spacing: 0.08em;
}

/* ════════════════════════════════════════════════════════
   AGE GATE
════════════════════════════════════════════════════════ */

.overlay-verify {
  background: rgba(255,250,238,0.75);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0; left: 0;
  z-index: 9999;
  display: none;
}
.overlay-verify.active { display: block; }
.agy .box {
  background: #fff;
  position: fixed;
  inset: 20% 0 0;
  margin: 0 auto;
  display: block;
  z-index: 99999999;
  max-width: 450px;
  height: 500px;
  padding: 10%;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  border-radius: 12px;
}
.agyheading {
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #00311c;
  margin-bottom: 20px;
}
.agy .box p {
  font-size: 15px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.5;
}
.agy .box .buttons { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.agy .btn {
  padding: 15px 26px 10px !important;
  width: 100%;
  max-width: 280px;
  text-align: center;
}
.agy .btn.btn-alpha {
  font-size: 22px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  line-height: 1.269;
  transition: 0.2s;
  color: #fff;
  border-radius: 46px;
  border: 1px solid #00311c;
  position: relative;
  background-color: #00311c;
  display: block;
}
.agy .btn.btn-alpha:hover { background-color: #004d2a; }
.agy .btn.btn-beta {
  font-size: 22px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  line-height: 1.269;
  transition: 0.2s;
  color: #00311c;
  border-radius: 46px;
  border: 1px solid #00311c;
  position: relative;
  background-color: #fff;
  display: block;
}
.agy .btn.btn-beta:hover { background: #f0f0f0; }
.agy .decor-line {
  display: flex; align-items: center; gap: 12px;
  font-size: 12px; color: #999;
  margin: 0;
}
.agy .decor-line::before,
.agy .decor-line::after {
  content: ''; flex: 1;
  height: 1px; background: #ddd;
}
.agy small {
  display: block;
  margin-top: 16px;
  font-size: 11px;
  color: #999;
}

/* ════════════════════════════════════════════════════════
   WOOCOMMERCE OVERRIDES
════════════════════════════════════════════════════════ */

.woocommerce ul.products { list-style: none; padding: 0; }
.woocommerce ul.products li.product {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0 8px 30px rgba(0,49,28,0.15);
  transform: translateY(-4px);
}
.woocommerce .woocommerce-loop-product__link img {
  border-radius: 0;
}

/* Product badges */
.product-meta-badges {
  display: flex;
  justify-content: normal;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.thc-badge {
  border-radius: 5px;
  color: #444;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 8px 12px;
  line-height: 0.9;
  max-width: 106px;
  border: 1px solid #00311c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.entry-summary .potency-badge {
  max-width: 106px;
  border: 1px solid #00311c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}

/* Breadcrumbs */
.breadcrumbscont { padding-top: 25px; padding-bottom: 0; }
.breadcrumbs ul { display: flex; list-style: none; padding: 0; flex-wrap: wrap; }
.breadcrumbs { margin-bottom: 16px; }
#breadcrumbs a { color: #00311c; }
.kb_title { font-size: 12px; line-height: 14px; color: #989898; }
.kb_sep { font-size: 10px; line-height: 14px; color: #989898; }
.breadcrumbs ul li::after {
  content: '>';
  display: block;
  color: #989898;
  font-size: 10px;
  line-height: 14px;
  margin: 0 5px;
}
.breadcrumbs ul li:last-of-type::after { display: none; }

/* Buttons global */
.btn, button.button, a.button, input[type="submit"] {
  font-family: 'Josefin Sans', sans-serif;
  display: inline-block;
  cursor: pointer;
  border: none;
  transition: 0.2s;
}
.woocommerce a.button,
.woocommerce button.button {
  background-color: #00311c;
  color: #fff;
  border-radius: 46px;
  padding: 12px 26px 8px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: 0.2s;
  border: none;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background-color: #004d2a;
  color: #fff;
}

/* ════════════════════════════════════════════════════════
   BLOG / POST CARDS
════════════════════════════════════════════════════════ */

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.post-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}
.post-card:hover { box-shadow: 0 8px 24px rgba(0,49,28,0.1); transform: translateY(-4px); }
.post-card__thumb { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.post-card:hover .post-card__thumb img { transform: scale(1.04); }
.post-card__body { padding: 20px 24px; }
.post-card__title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}
.post-card:hover .post-card__title { color: #00311c; }
.post-card__meta { font-size: 12px; color: #999; margin-bottom: 10px; }
.post-card__excerpt { font-size: 14px; color: #555; line-height: 1.6; }
.post-card__read {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #00311c;
  font-family: 'Josefin Sans', sans-serif;
  border-bottom: 1px solid #00311c;
  padding-bottom: 2px;
}

/* ════════════════════════════════════════════════════════
   SIDEBAR
════════════════════════════════════════════════════════ */

.blog_sidebar .widget {
  background: #fffaee;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}
.blog_sidebar .widget-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #00311c;
}

/* ════════════════════════════════════════════════════════
   PAGINATION
════════════════════════════════════════════════════════ */

.woocommerce-pagination, .pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 40px 0;
}
.woocommerce-pagination .page-numbers,
.pagination .page-numbers {
  min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 8px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  color: #333;
  transition: all 0.2s;
}
.woocommerce-pagination .page-numbers:hover,
.pagination .page-numbers:hover { border-color: #00311c; color: #00311c; }
.woocommerce-pagination .page-numbers.current,
.pagination .page-numbers.current {
  background: #00311c;
  border-color: #00311c;
  color: #fff;
}

/* ════════════════════════════════════════════════════════
   FORMS
════════════════════════════════════════════════════════ */

.woocommerce-input-wrapper input,
.woocommerce-Input,
.woocommerce form .input-text,
input[type="text"], input[type="email"], input[type="password"],
input[type="search"], textarea, select {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #000;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}
input:focus, textarea:focus, select:focus {
  border-color: #00311c;
  box-shadow: 0 0 0 3px rgba(0,49,28,0.1);
}

/* ════════════════════════════════════════════════════════
   PAGE HEADER
════════════════════════════════════════════════════════ */

.page-header {
  padding: 80px 0 40px;
  background: #fffaee;
}
.page-header h1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 400;
  color: #000;
  letter-spacing: -0.03em;
}

/* ════════════════════════════════════════════════════════
   SINGLE POST / ENTRY
════════════════════════════════════════════════════════ */

.entry-header { padding: 60px 0 40px; }
.entry-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 400;
  color: #000;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.entry-meta {
  font-size: 13px;
  color: #888;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.entry-content {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  max-width: 720px;
}
.entry-content h2 { font-size: 28px; font-family: 'Josefin Sans', sans-serif; margin: 40px 0 16px; color: #00311c; }
.entry-content h3 { font-size: 22px; font-family: 'Josefin Sans', sans-serif; margin: 30px 0 12px; }
.entry-content a { color: #00311c; border-bottom: 1px solid rgba(0,49,28,0.3); }
.entry-content a:hover { border-color: #00311c; }
.entry-content p { margin-bottom: 20px; }
.entry-content ul, .entry-content ol { padding-left: 24px; margin-bottom: 20px; }
.entry-content blockquote {
  border-left: 3px solid #00311c;
  padding: 16px 24px;
  margin: 32px 0;
  background: #fffaee;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-style: italic;
  color: #333;
}
.entry-content img { border-radius: 12px; margin: 24px 0; }

/* ════════════════════════════════════════════════════════
   ERROR 404
════════════════════════════════════════════════════════ */

.error404 h1 { text-align: center; font-size: 128px; color: #00311c; }
.error404 .error-text { text-align: center; }

/* ════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════ */

@media screen and (max-width: 1048px) {
  .pc__menu { display: none; }
  .mob__menu { display: flex; align-items: center; }
  .mob-show { display: block; }
  .mob-hide { display: none; }

  .main-account-cont { padding: 14px 20px; }

  .big-banner { min-height: 80vh; }
  .big-banner h1 { font-size: 40px; letter-spacing: -1px; }

  .homepage-cat-cont { flex-direction: column; align-items: center; }
  .homepage__categories__a { width: 100%; max-width: 400px; height: 280px; }

  .footer-green { padding-left: 0; padding-right: 0; }
  .footer .container.flex { flex-direction: column; }

  .hp-faq-right { padding-left: 36px; padding-right: 36px; }
  .hp-faq-cont { flex-direction: column; }
  .hp-faq-right { max-width: 100%; }

  .blog-grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 768px) {
  .homepage-best { padding: 40px 0; }
  .sec-latest-products { padding: 40px 0; }
  .hp-faq { padding: 40px 0; }
  .homepage-categories { padding: 40px 0; }

  footer.footer .container.flex { gap: 30px; }
  .footer-green { flex-direction: column; gap: 20px; }
  .footer-logo-heading { font-size: 26px; }

  .agy .box { inset: 10% 10px 0; max-width: calc(100% - 20px); height: auto; min-height: 400px; }

  .homepage-double-head { flex-direction: column; gap: 8px; }
  .homepage-double-head h2 { font-size: 28px; }
}

@media screen and (max-width: 480px) {
  .big-banner h1 { font-size: 32px; }
  .big-banner-button { font-size: 18px; }
  .shopall-btn { font-size: 18px; padding: 12px 44px 8px 20px; }
  .footer-logo-heading { font-size: 22px; letter-spacing: -0.5px; }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ── Print ── */
@media print {
  header, footer, .agy, .overlay, .mega-menu, .scroll-header { display: none !important; }
}
