/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/
/* ==========================================================================
   OpenClaw custom stylesheet organization — 2026-04-21
   Botanic approved palette:
   Navy #163A5F | Blue #4DA8DA | Green #3E8F5A | Accent #F2B544
   Stone #D9D3C7 | Cloud #F8FBFA | Text #444444 | Muted #777777
   ========================================================================== */

/* ==========================================================================
   1. ORGANIZATION NOTE — current live file status
   This stylesheet still contains legacy page-specific systems.
   This pass is organization-first only: comments, boundaries, and readability.
   No behavioral CSS changes should be introduced in this organization pass.
   ========================================================================== */

/* ==========================================================================
   2. LEGACY PAGE SYSTEM — Activate Your Account page (page 94675)
   Removed from live stylesheet on 2026-05-14.
   The page now renders from the shared .bot-retail-* system, so the old .ba-*
   page-specific block was retired instead of kept as dead CSS.
   ========================================================================== */

/* ==========================================================================
   7. Botanic Brand Guidelines page
   ========================================================================== */


/* ==========================================================================
   3. LEGACY PAGE SYSTEM — Brand Guidelines
   Prefix family: .bgd-wrap
   Status: page-specific legacy CSS to be consolidated later into sitewide patterns.
   ========================================================================== */

.bgd-wrap {
  --navy: #163A5F;
  --blue: #4DA8DA;
  --green: #3E8F5A;
  --cloud: #F8FBFA;
  --stone: #D9D3C7;
  --accent: #F2B544;
  --lime: #CAF673;
  --ink: #23333d;
  --muted: #5f6c74;
  --line: #dbe6ea;
  --white: #ffffff;
  background: linear-gradient(180deg, #f8fbfa 0%, #ffffff 30%, #f2f7fb 100%);
  color: var(--ink);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.45;
  padding: 8px 0 24px;
}
.bgd-wrap * { box-sizing: border-box; }

.bgd-wrap .page {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 42px 46px;
}

/* Shell ownership rule from issue #7:
   Never attach custom width, card, padding, background, border, radius, or
   shadow styling to Kleo/WPBakery outer containers such as .container-wrap or
   .section-container. Botanic retail classes may style WPBakery rows because
   those are the editor-facing elements Jennifer applies custom classes to. */
.bot-about-wrap,
.bot-retail-shell {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   4. Distributor Backoffice left-sidebar child template
   Keep the KLEO left-sidebar page structure, but tune the backoffice sidebar
   width and sidebar menu type only for this child template.
   ========================================================================== */

@media (min-width: 768px) {
  body.page-template-distributor-backoffice-left-sidebar #main-container > .row,
  body.page-template-page-templatesdistributor-backoffice-left-sidebar-php #main-container > .row {
    display: flex;
    align-items: flex-start;
  }

  body.page-template-distributor-backoffice-left-sidebar #main-container > .row > .template-page.tpl-left,
  body.page-template-page-templatesdistributor-backoffice-left-sidebar-php #main-container > .row > .template-page.tpl-left {
    float: none;
    left: auto;
    right: auto;
    width: calc(87.5% - 20px);
    max-width: calc(87.5% - 20px);
    flex: 0 0 calc(87.5% - 20px);
    order: 2;
  }

  body.page-template-distributor-backoffice-left-sidebar #main-container > .row > .sidebar.sidebar-left,
  body.page-template-page-templatesdistributor-backoffice-left-sidebar-php #main-container > .row > .sidebar.sidebar-left {
    float: none;
    left: auto;
    right: auto;
    width: calc(12.5% + 20px);
    max-width: calc(12.5% + 20px);
    flex: 0 0 calc(12.5% + 20px);
    order: 1;
  }
}

body.page-template-distributor-backoffice-left-sidebar .sidebar.sidebar-main .inner-content,
body.page-template-page-templatesdistributor-backoffice-left-sidebar-php .sidebar.sidebar-main .inner-content {
  padding-left: 0;
  padding-right: 0;
}

body.page-template-distributor-backoffice-left-sidebar .sidebar.sidebar-main .widget_nav_menu > h4,
body.page-template-page-templatesdistributor-backoffice-left-sidebar-php .sidebar.sidebar-main .widget_nav_menu > h4,
body.page-template-distributor-backoffice-left-sidebar .sidebar.sidebar-main .widget_nav_menu > .widget-title,
body.page-template-page-templatesdistributor-backoffice-left-sidebar-php .sidebar.sidebar-main .widget_nav_menu > .widget-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 300;
}

body.page-template-distributor-backoffice-left-sidebar .sidebar.sidebar-main .widget_nav_menu .menu a,
body.page-template-page-templatesdistributor-backoffice-left-sidebar-php .sidebar.sidebar-main .widget_nav_menu .menu a {
  font-size: 12px;
  line-height: 1.35;
}


.bgd-wrap .hero {
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  padding: 38px 40px 34px;
  background:
    radial-gradient(circle at top right, rgba(77,168,218,.20), transparent 28%),
    linear-gradient(135deg,#f2f7fb 0%,#ffffff 58%,#f5faf7 100%);
}
.bgd-wrap .topbar { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.bgd-wrap .logo { height:48px; }
.bgd-wrap .tag {
  border:1px solid rgba(22,58,95,.14);
  background:rgba(22,58,95,.06);
  color:var(--navy);
  border-radius:999px;
  padding:8px 14px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.bgd-wrap h1 {
  margin:22px 0 10px;
  font-size:40px;
  line-height:1.03;
  color:var(--navy);
  letter-spacing:-.035em;
}
.bgd-wrap .sub { max-width:90%; margin:0; font-size:18px; color:var(--muted); }
.bgd-wrap .section { margin-top:28px; }
.bgd-wrap .section h2 {
  margin:0 0 10px;
  font-size:24px;
  line-height:1.12;
  color:var(--navy);
  letter-spacing:-.02em;
}
.bgd-wrap .lead { margin:0 0 18px; font-size:16px; color:var(--muted); }
.bgd-wrap .grid-2 { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.bgd-wrap .grid-3 { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.bgd-wrap .grid-4 { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.bgd-wrap .card {
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  padding:20px;
  box-shadow:0 10px 26px rgba(4,25,78,.04);
}
.bgd-wrap .mini { text-transform:uppercase; letter-spacing:.08em; font-size:11px; font-weight:800; color:var(--muted); }
.bgd-wrap .swatch { border-radius:18px; height:110px; border:1px solid rgba(0,0,0,.04); margin-bottom:12px; }
.bgd-wrap .type-sample { border:1px solid var(--line); border-radius:18px; background:#fff; padding:18px; }
.bgd-wrap .type-sample h3 { margin:0 0 8px; color:var(--navy); }
.bgd-wrap .dos-donts { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.bgd-wrap .do, .bgd-wrap .dont { border-radius:18px; padding:18px; border:1px solid var(--line); background:#fff; }
.bgd-wrap .do h3 { color:var(--green); margin:0 0 10px; }
.bgd-wrap .dont h3 { color:#b45353; margin:0 0 10px; }
.bgd-wrap ul.clean { margin:10px 0 0 18px; padding:0; }
.bgd-wrap ul.clean li { margin:6px 0; }
.bgd-wrap .feature-band { display:grid; grid-template-columns:1.1fr .9fr; gap:16px; }
.bgd-wrap .feature-main {
  border-radius:20px; padding:22px; color:#fff;
  background:linear-gradient(135deg,var(--navy),var(--blue) 52%,var(--green));
}
.bgd-wrap .feature-side { border-radius:20px; padding:22px; background:#fff; border:1px solid var(--line); }
.bgd-wrap .pill-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; }
.bgd-wrap .pill { border-radius:999px; padding:8px 12px; font-size:12px; font-weight:700; border:1px solid var(--line); background:#fff; color:var(--navy); }
.bgd-wrap .footer {
  margin-top:28px; border:1px solid var(--line); border-radius:18px; background:#fafdfb; padding:18px 20px; font-size:12px; color:var(--muted);
}
.bgd-wrap .logo-box { border:1px solid var(--line); border-radius:18px; background:#fff; padding:18px; text-align:center; }
.bgd-wrap .mock-dark {
  background:var(--navy); border-radius:18px; padding:24px; display:flex; align-items:center; justify-content:center; min-height:120px;
}
.bgd-wrap .mock-light {
  background:#fff; border:1px dashed var(--line); border-radius:18px; padding:24px; display:flex; align-items:center; justify-content:center; min-height:120px;
}
.bgd-wrap .callout {
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(135deg,#f2f7fb 0%,#ffffff 58%,#f5faf7 100%);
  padding:20px 22px;
  box-shadow:0 10px 26px rgba(4,25,78,.04);
}
.bgd-row { margin-top: 0 !important; }
@media (max-width: 991px) {
  .bgd-wrap .grid-3, .bgd-wrap .grid-4, .bgd-wrap .feature-band { grid-template-columns: 1fr 1fr; }
  .bgd-wrap .page { padding: 32px 26px; }
}
@media (max-width: 767px) {
  .bgd-wrap { padding: 0 0 18px; }
  .bgd-wrap .page { padding: 18px; }
  .bgd-wrap .topbar, .bgd-wrap .grid-2, .bgd-wrap .grid-3, .bgd-wrap .grid-4, .bgd-wrap .feature-band, .bgd-wrap .dos-donts { grid-template-columns: 1fr; display: grid; }
  .bgd-wrap .topbar { gap: 12px; justify-content: start; }
  .bgd-wrap h1 { font-size: 32px; }
  .bgd-wrap .sub { max-width: 100%; font-size: 16px; }
  .bgd-wrap .section h2 { font-size: 22px; }
  .bgd-wrap .hero { padding: 24px 20px; }
}

/* ==========================================================================
   Header CTA button fix — Activate Your Account menu button
   Keep the Botanic yellow CTA, but restore a real pill-button shape instead of
   letting the menu item stretch to full nav height.
   ========================================================================== */
.kleo-main-header li.distributor > a.btn-buy,
.kleo-main-header li.distributor > a.btn-buy:hover,
.kleo-main-header li.distributor > a.btn-buy:focus,
.kleo-main-header .flexMenu-viewMore > ul.flexMenu-popup > li#menu-item-94621 > a.btn-buy,
.kleo-main-header .flexMenu-viewMore > ul.flexMenu-popup > li#menu-item-94621 > a.btn-buy:hover,
.kleo-main-header .flexMenu-viewMore > ul.flexMenu-popup > li#menu-item-94621 > a.btn-buy:focus,
.kleo-main-header .flexMenu-viewMore > ul.flexMenu-popup > li.distributor > a.btn-buy,
.kleo-main-header .flexMenu-viewMore > ul.flexMenu-popup > li.distributor > a.btn-buy:hover,
.kleo-main-header .flexMenu-viewMore > ul.flexMenu-popup > li.distributor > a.btn-buy:focus {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-height: 48px !important;
  margin: 8px 0 !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  line-height: 1.2 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(22,58,95,.14) !important;
  vertical-align: middle !important;
  background: #f2b544 !important;
  background-color: #f2b544 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.kleo-main-header li.distributor > a.btn-buy:hover,
.kleo-main-header li.distributor > a.btn-buy:focus,
.kleo-main-header .flexMenu-viewMore > ul.flexMenu-popup > li#menu-item-94621 > a.btn-buy:hover,
.kleo-main-header .flexMenu-viewMore > ul.flexMenu-popup > li#menu-item-94621 > a.btn-buy:focus,
.kleo-main-header .flexMenu-viewMore > ul.flexMenu-popup > li.distributor > a.btn-buy:hover,
.kleo-main-header .flexMenu-viewMore > ul.flexMenu-popup > li.distributor > a.btn-buy:focus {
  transform: translateY(-1px);
}

/* ==========================================================================
   Theme My Login button styling
   Match shortcode submit buttons to the Botanic gold CTA family.
   ========================================================================== */
.tml .tml-button,
.tml button.tml-button[type="submit"],
.tml input.tml-button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: #f2b544;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  box-shadow: 0 10px 24px rgba(242, 181, 68, 0.28);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
  appearance: none;
}

.tml .tml-button:hover,
.tml button.tml-button[type="submit"]:hover,
.tml input.tml-button[type="submit"]:hover,
.tml .tml-button:focus,
.tml button.tml-button[type="submit"]:focus,
.tml input.tml-button[type="submit"]:focus {
  background: #f2b544;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  transform: translateY(-1px);
}

.tml .tml-button:focus-visible,
.tml button.tml-button[type="submit"]:focus-visible,
.tml input.tml-button[type="submit"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(77, 168, 218, 0.28), 0 10px 24px rgba(242, 181, 68, 0.28);
}


/* ==========================================================================
   TeamSpace referral shortcode copy controls
   Restyle only the atomic username/link copy buttons rendered by the
   distributor share-tools shortcodes.
   ========================================================================== */
.teamspace-copy-button[data-teamspace-copy-success="Username copied."],
.teamspace-copy-button[data-teamspace-copy-success="Referral link copied."],
.teamspace-copy-button[onclick*="Username copied."],
.teamspace-copy-button[onclick*="Referral link copied."] {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  min-height: 0;
  height: auto;
  margin: 0 0 0 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #F2B544;
  -webkit-text-fill-color: #F2B544;
  box-shadow: none;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}

.teamspace-copy-button[data-teamspace-copy-success="Username copied."]:hover,
.teamspace-copy-button[data-teamspace-copy-success="Username copied."]:focus,
.teamspace-copy-button[data-teamspace-copy-success="Referral link copied."]:hover,
.teamspace-copy-button[data-teamspace-copy-success="Referral link copied."]:focus,
.teamspace-copy-button[onclick*="Username copied."]:hover,
.teamspace-copy-button[onclick*="Username copied."]:focus,
.teamspace-copy-button[onclick*="Referral link copied."]:hover,
.teamspace-copy-button[onclick*="Referral link copied."]:focus {
  border: 0;
  background: transparent;
  color: #F2B544;
  -webkit-text-fill-color: #F2B544;
  box-shadow: none;
  text-decoration: none;
  transform: none;
}

.teamspace-copy-button[data-teamspace-copy-success="Username copied."]:focus-visible,
.teamspace-copy-button[data-teamspace-copy-success="Referral link copied."]:focus-visible,
.teamspace-copy-button[onclick*="Username copied."]:focus-visible,
.teamspace-copy-button[onclick*="Referral link copied."]:focus-visible {
  outline: 2px solid rgba(242, 181, 68, 0.45);
  outline-offset: 3px;
}

.teamspace-copy-button[data-teamspace-copy-success="Username copied."] > *,
.teamspace-copy-button[data-teamspace-copy-success="Referral link copied."] > *,
.teamspace-copy-button[onclick*="Username copied."] > *,
.teamspace-copy-button[onclick*="Referral link copied."] > * {
  display: none;
}

.teamspace-copy-button[data-teamspace-copy-success="Username copied."]::before,
.teamspace-copy-button[data-teamspace-copy-success="Referral link copied."]::before,
.teamspace-copy-button[onclick*="Username copied."]::before,
.teamspace-copy-button[onclick*="Referral link copied."]::before {
  content: "\f0c5";
  display: block;
  color: #F2B544;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

p:has(.teamspace-copy-button[data-teamspace-copy-success="Username copied."]),
p:has(.teamspace-copy-button[data-teamspace-copy-success="Referral link copied."]),
p:has(.teamspace-copy-button[onclick*="Username copied."]),
p:has(.teamspace-copy-button[onclick*="Referral link copied."]) {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
}

.teamspace-copy-button[data-teamspace-copy-success="Username copied."] + .teamspace-custom-link-generator__copy-feedback,
.teamspace-copy-button[data-teamspace-copy-success="Referral link copied."] + .teamspace-custom-link-generator__copy-feedback,
.teamspace-copy-button[onclick*="Username copied."] + .teamspace-custom-link-generator__copy-feedback,
.teamspace-copy-button[onclick*="Referral link copied."] + .teamspace-custom-link-generator__copy-feedback,
p:has(.teamspace-copy-button[data-teamspace-copy-success="Username copied."]) + .teamspace-custom-link-generator__copy-feedback,
p:has(.teamspace-copy-button[data-teamspace-copy-success="Referral link copied."]) + .teamspace-custom-link-generator__copy-feedback,
p:has(.teamspace-copy-button[onclick*="Username copied."]) + .teamspace-custom-link-generator__copy-feedback,
p:has(.teamspace-copy-button[onclick*="Referral link copied."]) + .teamspace-custom-link-generator__copy-feedback {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ==========================================================================
   8. Botanic About Us page
   ========================================================================== */


/* ==========================================================================
   4. PAGE SYSTEM — About page components
   Prefix family: .bot-about-*
   Status: cleaner than older legacy sections but still page-scoped.
   ========================================================================== */

.bot-about-wrap {
  --navy: #163a5f;
  --blue: #4da8da;
  --green: #3e8f5a;
  --lime: #caf673;
  --accent: #f2b544;
  --ink: #23333d;
  --muted: #5f6c74;
  --line: #dbe6ea;
  --white: #ffffff;
  box-sizing: border-box;
}

.bot-about-wrap h1,
.bot-about-wrap h2,
.bot-about-wrap h3,
.bot-about-wrap h4 {
  color: var(--navy);
  margin-top: 0;
}

.bot-about-wrap p { color: var(--muted); }
.bot-about-kicker,
.bot-about-mini,
.bot-about-value-tag {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 800;
  color: var(--muted);
}

.bot-about-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  min-height: 460px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 34px rgba(4,25,78,.08);
}
.bot-about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22,58,95,.82) 0%, rgba(22,58,95,.55) 38%, rgba(77,168,218,.30) 100%);
}
.bot-about-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 54px 46px;
}
.bot-about-hero .bot-about-kicker,
.bot-about-hero h1,
.bot-about-hero .bot-about-sub { color: #ffffff; }
.bot-about-hero h1 {
  font-size: 58px;
  line-height: .96;
  letter-spacing: -.05em;
  margin: 14px 0 12px;
}
.bot-about-sub {
  font-size: 20px;
  line-height: 1.5;
  max-width: 680px;
}

.bot-about-hero-box {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 46px 42px 38px;
  margin-top: 8px;
  background: linear-gradient(135deg, #eef6fb 0%, #ffffff 58%, #f4faf6 100%);
  box-shadow: 0 14px 34px rgba(4,25,78,.08);
}
.bot-about-hero-box h1 {
  font-size: 58px;
  line-height: .96;
  letter-spacing: -.05em;
  margin: 14px 0 12px;
}
.bot-about-hero-box .bot-about-sub {
  color: var(--muted);
}
.bot-about-feature-image {
  margin-bottom: 0;
}
.bot-about-feature-image .vc_single_image-wrapper {
  display: block;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(4,25,78,.08);
}
.bot-about-feature-image img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  display: block;
}

.bot-about-overlap-row { margin-top: -88px !important; position: relative; z-index: 5; }
.bot-about-card,
.bot-about-team-card,
.bot-about-icon-card,
.bot-about-quote-card,
.bot-about-callout,
.bot-about-strip,
.bot-about-cta-box {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(4,25,78,.05);
}
.bot-about-card {
  padding: 28px 28px 24px;
  min-height: 100%;
  background: linear-gradient(135deg, #eef6fb 0%, #ffffff 60%, #f4faf6 100%);
}
.bot-about-card h2 {
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 8px 0 12px;
}
.bot-about-card p { font-size: 16px; line-height: 1.6; }

.bot-about-section-head { margin: 24px 0 8px; }
.bot-about-section-head h2 {
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 8px 0 0;
}

.bot-about-team-card { overflow: hidden; min-height: 100%; }
.bot-about-team-image { aspect-ratio: 1 / 1; overflow: hidden; background: #f3f8fb; }
.bot-about-team-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bot-about-team-copy { padding: 22px 22px 20px; text-align: center; }
.bot-about-team-copy h3 { font-size: 28px; line-height: 1.08; margin-bottom: 8px; }
.bot-about-team-copy p { margin: 0; color: var(--muted); font-size: 16px; }

.bot-about-strip {
  padding: 22px 28px;
  text-align: center;
  background: linear-gradient(135deg, #163a5f 0%, #4da8da 45%, #3e8f5a 100%);
  border: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}
.bot-about-strip p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.bot-about-icon-card {
  padding: 24px;
  min-height: 100%;
}
.bot-about-icon-card h3 {
  font-size: 28px;
  line-height: 1.08;
  margin: 8px 0 10px;
}
.bot-about-icon-card p { font-size: 16px; line-height: 1.55; }

.bot-about-value-card {
  min-height: 100%;
  padding: 26px 22px;
  color: #ffffff;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(4,25,78,.05);
}
.bot-about-value-card .bot-about-value-tag,
.bot-about-value-card h3,
.bot-about-value-card p { color: #ffffff; }
.bot-about-value-card h3 {
  font-size: 22px;
  line-height: 1.15;
  margin: 8px 0 10px;
}
.bot-about-value-card p { font-size: 15px; line-height: 1.55; margin: 0; }
.bot-about-value-card.plants { background: #3e8f5a; }
.bot-about-value-card.heart { background: #4da8da; }
.bot-about-value-card.science { background: #f2b544; }
.bot-about-value-card.fun { background: #caf673; color: var(--navy); }
.bot-about-value-card.fun .bot-about-value-tag,
.bot-about-value-card.fun h3,
.bot-about-value-card.fun p { color: var(--navy); }
.bot-about-value-card.sustainable { background: #163a5f; }

.bot-about-callout {
  padding: 26px 28px;
  border-left: 10px solid var(--green);
  background: linear-gradient(135deg, #eef6fb 0%, #ffffff 58%, #f4faf6 100%);
}
.bot-about-hashtags {
  margin: 0 0 12px;
  color: var(--navy) !important;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.bot-about-support {
  margin: 0 0 8px;
  color: var(--muted) !important;
  font-size: 17px;
}
.bot-about-callout h2 {
  font-size: 42px;
  line-height: 1.06;
  letter-spacing: -.04em;
  margin: 0;
}

.bot-about-quote-card {
  padding: 22px 24px;
  min-height: 100%;
  background: #f7faf8;
}
.bot-about-quote-card p {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
}
.bot-about-quote-name {
  font-size: 14px;
  font-weight: 800;
  color: var(--muted);
}

.bot-about-cta-box {
  padding: 34px 30px;
  text-align: center;
  background: linear-gradient(135deg, #eef6fb 0%, #ffffff 55%, #f4faf6 100%);
}
.bot-about-cta-box h2 {
  font-size: 36px;
  line-height: 1.08;
  margin: 10px auto 0;
  max-width: 860px;
}
.bot-about-button-row { margin-top: 18px; }
.bot-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--navy) !important;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
}
.bot-about-button:hover {
  background: #f2b544;
  color: var(--navy) !important;
}

@media (max-width: 991px) {
  .bot-about-hero h1 { font-size: 46px; }
  .bot-about-section-head h2,
  .bot-about-callout h2,
  .bot-about-cta-box h2 { font-size: 32px; }
}
@media (max-width: 767px) {
  .bot-about-hero { min-height: 360px; }
  .bot-about-hero-inner { padding: 28px 22px; }
  .bot-about-hero h1 { font-size: 36px; }
  .bot-about-hero-box { padding: 28px 22px 24px; }
  .bot-about-hero-box h1 { font-size: 36px; }
  .bot-about-sub { font-size: 16px; max-width: 100%; }
  .bot-about-feature-image .vc_single_image-wrapper { border-radius: 22px; }
  .bot-about-overlap-row { margin-top: -40px !important; }
  .bot-about-card,
  .bot-about-icon-card,
  .bot-about-quote-card,
  .bot-about-callout,
  .bot-about-strip,
  .bot-about-cta-box { padding: 18px; border-radius: 18px; }
  .bot-about-card h2,
  .bot-about-team-copy h3,
  .bot-about-icon-card h3 { font-size: 24px; }
  .bot-about-section-head h2,
  .bot-about-callout h2,
  .bot-about-cta-box h2 { font-size: 28px; }
  .bot-about-strip { font-size: 24px; }
  .bot-about-strip p { font-size: inherit; }
}


/* OpenClaw: Events top spacing match Journal - 2026-04-21 */
.post-type-archive-tribe_events .tribe-events-l-container {
  padding-top: 49px !important;
}

/* OPENCLAW BOTANIC RETAIL SYSTEM START */

.bot-retail-shell {
  --bot-ink: var(--navy);
  --bot-muted: var(--muted);
  --bot-line: var(--line);
  box-sizing: border-box;
}
.bot-retail-shell h1,
.bot-retail-shell h2,
.bot-retail-shell h3,
.bot-retail-shell h4 { color: var(--navy); }
.bot-retail-shell p { color: var(--muted); }
.bot-retail-kicker {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--muted);
}
h1.bot-retail-kicker,
h2.bot-retail-kicker,
h3.bot-retail-kicker,
h4.bot-retail-kicker,
h5.bot-retail-kicker,
h6.bot-retail-kicker {
  line-height: 1.45;
}
.bot-retail-kicker + h1,
.bot-retail-kicker + h2,
.bot-retail-kicker + h3,
.bot-retail-kicker + h4,
.bot-retail-kicker + h5,
.bot-retail-kicker + h6 {
  margin-top: 12px;
}
.page-id-94384 .vc_basic_grid .vc_grid.vc_row .vc_grid-item,
.page-id-97758 .vc_basic_grid .vc_grid.vc_row .vc_grid-item {
  display: inline-block !important;
}
.container-wrap.bot-retail-hero > .section-container > .vc_row,
.container-wrap.bot-retail-page-hero > .section-container > .vc_row,
.bot-retail-hero:not(.container-wrap):not(.section-container),
.bot-retail-page-hero:not(.container-wrap):not(.section-container),
.bot-retail-panel,
.bot-retail-strip,
.bot-retail-sale-hero {
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(4,25,78,.05);
}
.container-wrap.bot-retail-hero > .section-container > .vc_row,
.container-wrap.bot-retail-page-hero > .section-container > .vc_row,
.bot-retail-hero:not(.container-wrap):not(.section-container),
.bot-retail-page-hero:not(.container-wrap):not(.section-container) {
  box-sizing: border-box;
  padding: 38px 40px 34px;
  background:
    radial-gradient(circle at top right, rgba(77,168,218,.20), transparent 28%),
    linear-gradient(135deg,#f2f7fb 0%,#ffffff 58%,#f5faf7 100%);
}
.container-wrap.bot-retail-hero > .section-container > .vc_row h1,
.container-wrap.bot-retail-page-hero > .section-container > .vc_row h1,
.container-wrap.bot-retail-hero > .section-container > .vc_row h2,
.container-wrap.bot-retail-page-hero > .section-container > .vc_row h2,
.bot-retail-hero:not(.container-wrap):not(.section-container) h1,
.bot-retail-page-hero:not(.container-wrap):not(.section-container) h1,
.bot-retail-hero:not(.container-wrap):not(.section-container) h2,
.bot-retail-page-hero:not(.container-wrap):not(.section-container) h2 {
  margin: 12px 0 12px;
  font-size: 56px;
  line-height: .96;
  letter-spacing: -.05em;
}
.container-wrap.bot-retail-hero > .section-container > .vc_row h1.bot-retail-kicker,
.container-wrap.bot-retail-page-hero > .section-container > .vc_row h1.bot-retail-kicker,
.container-wrap.bot-retail-hero > .section-container > .vc_row h2.bot-retail-kicker,
.container-wrap.bot-retail-page-hero > .section-container > .vc_row h2.bot-retail-kicker,
.bot-retail-hero:not(.container-wrap):not(.section-container) h1.bot-retail-kicker,
.bot-retail-page-hero:not(.container-wrap):not(.section-container) h1.bot-retail-kicker,
.bot-retail-hero:not(.container-wrap):not(.section-container) h2.bot-retail-kicker,
.bot-retail-page-hero:not(.container-wrap):not(.section-container) h2.bot-retail-kicker {
  line-height: 1.45;
}
.bot-retail-sub {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: var(--muted);
}
.bot-retail-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.bot-retail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  transition: all .18s ease;
}
.bot-retail-button.primary {
  background: #f2b544;
  color: #ffffff;
}
.bot-retail-button.secondary {
  background: rgba(22,58,95,.06);
  color: var(--navy);
  border: 1px solid rgba(22,58,95,.12);
}
.bot-retail-button:hover { transform: translateY(-1px); }

/* Shared WPBakery gradient button class. Add `botanic-gradient-button` in the
   Button element's Extra class name field wherever this treatment is needed. */
.botanic-gradient-button a.vc_btn3.vc_btn3-style-gradient-custom {
  color: #fff;
  border: 0;
  background-color: #163a5f;
  background-image: linear-gradient(to right, #163a5f 0%, #4da8da 50%, #163a5f 100%);
  background-size: 200% 100%;
  transition: all 0.2s ease-in-out;
}

.botanic-gradient-button a.vc_btn3.vc_btn3-style-gradient-custom:hover,
.botanic-gradient-button a.vc_btn3.vc_btn3-style-gradient-custom:focus {
  color: #fff;
  border: 0;
  background-color: #4da8da;
  background-position: 100% 0;
}

/* ==========================================================================
   WPForms buttons — match shared Botanic gold CTA styling
   ========================================================================== */
.wpforms-form input[type=submit],
.wpforms-form button[type=submit],
.wpforms-form .wpforms-page-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f2b544 !important;
  background-color: #f2b544 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(22,58,95,.14) !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

.wpforms-form input[type=submit]:hover,
.wpforms-form input[type=submit]:focus,
.wpforms-form button[type=submit]:hover,
.wpforms-form button[type=submit]:focus,
.wpforms-form .wpforms-page-button:hover,
.wpforms-form .wpforms-page-button:focus {
  background: #f2b544 !important;
  background-color: #f2b544 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(22,58,95,.18) !important;
}

.wpforms-form input[type=submit]:focus,
.wpforms-form button[type=submit]:focus,
.wpforms-form .wpforms-page-button:focus {
  outline: 2px solid rgba(22,58,95,.28);
  outline-offset: 2px;
}

.bot-retail-visual-stack {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  height: 100%;
}
.bot-retail-mock,
.bot-retail-thumb,
.bot-retail-visual {
  border-radius: 20px;
  overflow: hidden;
}
.bot-retail-mock {
  min-height: 150px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  background: linear-gradient(135deg, #163a5f 0%, #4da8da 65%, #6fc27a 100%);
}
.bot-retail-mock.soft { background: linear-gradient(135deg, #4da8da 0%, #7bc8ea 60%, #d8f1f8 100%); color: var(--navy); }
.bot-retail-mock.gold { background: linear-gradient(135deg, #f2b544 0%, #f7d27a 65%, #fff0c9 100%); color: var(--navy); }
.bot-retail-mock.green { background: linear-gradient(135deg, #3e8f5a 0%, #6fc27a 70%, #dff5e4 100%); color: #ffffff; }
.bot-retail-mock strong,
.bot-retail-thumb strong,
.bot-retail-visual strong {
  font-size: 20px;
  line-height: 1.04;
  letter-spacing: -.03em;
}
.bot-retail-mock span,
.bot-retail-thumb span,
.bot-retail-visual span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .95;
}
.bot-retail-section-head { margin-bottom: 4px; }
.bot-retail-section-head h2 {
  margin: 6px 0 8px;
  font-size: 38px;
  line-height: 1.03;
  letter-spacing: -.04em;
}
.bot-retail-lead {
  margin: 0;
  max-width: 860px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
}
.bot-retail-panel {
  background: #ffffff;
  padding: 22px;
  display: flex;
  flex-direction: column;
}
.bot-retail-panel.soft {
  background: linear-gradient(135deg, #f3f8fb 0%, #ffffff 58%, #f4faf6 100%);
}
.bot-retail-thumb,
.bot-retail-visual {
  aspect-ratio: 4 / 3;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.bot-retail-thumb.cleaning,
.bot-retail-visual.cleaning { background: linear-gradient(135deg, #163a5f 0%, #4da8da 55%, #8ad7da 100%); color: #ffffff; }
.bot-retail-thumb.body,
.bot-retail-visual.body { background: linear-gradient(135deg, #f2b544 0%, #f9d98f 58%, #fff4da 100%); color: var(--navy); }
.bot-retail-thumb.hair,
.bot-retail-visual.hair { background: linear-gradient(135deg, #8a5a3b 0%, #c6926a 58%, #f4e0d0 100%); color: #ffffff; }
.bot-retail-thumb.women,
.bot-retail-visual.women { background: linear-gradient(135deg, #d487b3 0%, #efbfd7 62%, #fcecf5 100%); color: #ffffff; }
.bot-retail-thumb.men,
.bot-retail-visual.men { background: linear-gradient(135deg, #35556f 0%, #6f94b4 60%, #dbe8f2 100%); color: #ffffff; }
.bot-retail-thumb.baby,
.bot-retail-visual.baby { background: linear-gradient(135deg, #8dc7f0 0%, #c6e7fb 62%, #eff8ff 100%); color: var(--navy); }
.bot-retail-thumb.pet,
.bot-retail-visual.pet { background: linear-gradient(135deg, #b88354 0%, #d8b08c 62%, #f8ede2 100%); color: #ffffff; }
.bot-retail-thumb.fragrance,
.bot-retail-visual.fragrance { background: linear-gradient(135deg, #6d5d8d 0%, #a39ac9 58%, #ece9f7 100%); color: #ffffff; }
.bot-retail-thumb.supplements,
.bot-retail-visual.supplements { background: linear-gradient(135deg, #3e8f5a 0%, #7fc96c 58%, #e6f6df 100%); color: #ffffff; }
.bot-retail-thumb.hemp,
.bot-retail-visual.hemp { background: linear-gradient(135deg, #1a1d25 0%, #404653 58%, #868d99 100%); color: #ffffff; }
.bot-retail-thumb.surface,
.bot-retail-visual.surface { background: linear-gradient(135deg, #2f6f8d 0%, #70b6d4 58%, #dff3fb 100%); color: #ffffff; }
.bot-retail-thumb.kitchen,
.bot-retail-visual.kitchen { background: linear-gradient(135deg, #235744 0%, #69a886 58%, #dff2e8 100%); color: #ffffff; }
.bot-retail-thumb.bathroom,
.bot-retail-visual.bathroom { background: linear-gradient(135deg, #375f8d 0%, #88b7ea 58%, #e8f2ff 100%); color: #ffffff; }
.bot-retail-thumb.glass,
.bot-retail-visual.glass { background: linear-gradient(135deg, #5d7e96 0%, #a7cada 58%, #edf6fb 100%); color: var(--navy); }
.bot-retail-thumb.laundry,
.bot-retail-visual.laundry { background: linear-gradient(135deg, #5f63a3 0%, #a0aae7 58%, #eef0ff 100%); color: #ffffff; }
.bot-retail-thumb.deep,
.bot-retail-visual.deep { background: linear-gradient(135deg, #2b2f3d 0%, #566173 58%, #d8dde5 100%); color: #ffffff; }
.bot-retail-thumb.starter,
.bot-retail-visual.starter { background: linear-gradient(135deg, #f2b544 0%, #f8da92 58%, #fff6de 100%); color: var(--navy); }
.bot-retail-thumb.bot-retail-thumb-photo,
.bot-retail-visual.bot-retail-thumb-photo {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  isolation: isolate;
}
.bot-retail-thumb.bot-retail-thumb-photo::before,
.bot-retail-visual.bot-retail-thumb-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,20,35,.10) 0%, rgba(9,20,35,.55) 70%, rgba(9,20,35,.78) 100%);
  z-index: 0;
}
.bot-retail-thumb.bot-retail-thumb-photo > *,
.bot-retail-visual.bot-retail-thumb-photo > * {
  position: relative;
  z-index: 1;
}
.bot-retail-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(22,58,95,.08);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.bot-retail-status {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
}
.bot-retail-panel h3 {
  font-size: 24px;
  line-height: 1.07;
  margin: 12px 0 8px;
  letter-spacing: -.03em;
}
.bot-retail-panel p { margin: 0 0 12px; font-size: 15px; line-height: 1.6; }
.bot-retail-price {
  margin-top: auto;
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
}
.bot-retail-note {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
}
.bot-retail-pillars .bot-retail-panel h3 { font-size: 22px; }
.bot-retail-strip {
  padding: 22px 28px;
  text-align: center;
  background: linear-gradient(135deg, #163a5f 0%, #4da8da 45%, #3e8f5a 100%);
  color: #ffffff;
  border: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}
.bot-retail-sale-hero {
  padding: 34px 36px;
  background: linear-gradient(135deg, #17202c 0%, #23364a 48%, #415463 100%);
  color: #ffffff;
  border: 0;
}
.bot-retail-sale-hero h1,
.bot-retail-sale-hero p,
.bot-retail-sale-hero .bot-retail-kicker { color: #ffffff; }
.bot-retail-sale-hero h1 {
  margin: 10px 0 12px;
  font-size: 48px;
  line-height: .98;
  letter-spacing: -.04em;
}
.bot-retail-product-image {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #eef3f7;
  margin-bottom: 16px;
}
.bot-retail-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bot-opp-hero { background: linear-gradient(135deg,#f4f7fb 0%,#ffffff 52%,#eef7f0 100%); }
.bot-opp-stat-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  height: 100%;
}
.bot-opp-stat { justify-content: space-between; }
.bot-opp-stat h3 { margin-top: 14px; }
.bot-opp-note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}
.bot-opp-mini {
  margin-top: auto;
  padding-top: 12px;
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
}
.bot-opp-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(4,25,78,.05);
}
.tablepress,
.bot-opp-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
.bot-opp-table th,
.bot-opp-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 14px;
  line-height: 1.45;
}
.bot-opp-table th {
  background: #f5f8fb;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.bot-opp-table tr:last-child td { border-bottom: 0; }
.bot-opp-docs {
  background: linear-gradient(135deg,#163a5f 0%,#284f78 48%,#4da8da 100%);
}
.bot-opp-docs,
.bot-opp-docs h1,
.bot-opp-docs p,
.bot-opp-docs .bot-retail-kicker { color: #ffffff; }
@media (max-width: 991px) {
  .container-wrap.bot-retail-hero > .section-container > .vc_row h1,
  .container-wrap.bot-retail-page-hero > .section-container > .vc_row h1,
  .container-wrap.bot-retail-hero > .section-container > .vc_row h2,
  .container-wrap.bot-retail-page-hero > .section-container > .vc_row h2,
  .bot-retail-hero:not(.container-wrap):not(.section-container) h1,
  .bot-retail-page-hero:not(.container-wrap):not(.section-container) h1,
  .bot-retail-hero:not(.container-wrap):not(.section-container) h2,
  .bot-retail-page-hero:not(.container-wrap):not(.section-container) h2 { font-size: 40px; }
  .bot-retail-section-head h2 { font-size: 30px; }
  .bot-retail-strip { font-size: 24px; }
}
@media (max-width: 767px) {
  .container-wrap.bot-retail-hero > .section-container > .vc_row,
  .container-wrap.bot-retail-page-hero > .section-container > .vc_row,
  .bot-retail-hero:not(.container-wrap):not(.section-container),
  .bot-retail-page-hero:not(.container-wrap):not(.section-container),
  .bot-retail-sale-hero { padding: 28px 22px 24px; }
  .container-wrap.bot-retail-hero > .section-container > .vc_row h1,
  .container-wrap.bot-retail-page-hero > .section-container > .vc_row h1,
  .container-wrap.bot-retail-hero > .section-container > .vc_row h2,
  .container-wrap.bot-retail-page-hero > .section-container > .vc_row h2,
  .bot-retail-hero:not(.container-wrap):not(.section-container) h1,
  .bot-retail-page-hero:not(.container-wrap):not(.section-container) h1,
  .bot-retail-hero:not(.container-wrap):not(.section-container) h2,
  .bot-retail-page-hero:not(.container-wrap):not(.section-container) h2,
  .bot-retail-sale-hero h1 { font-size: 34px; }
  .bot-retail-sub,
  .bot-retail-lead { font-size: 16px; max-width: 100%; }
  .bot-retail-actions { flex-direction: column; }
  .bot-retail-button { width: 100%; }
  .bot-retail-strip { padding: 18px; font-size: 22px; }
}

/* Shared page titles use the approved smaller scale; the home title retains its own treatment. */
body:not(.home) .container-wrap.bot-retail-hero > .section-container > .vc_row h1,
body:not(.home) .container-wrap.bot-retail-hero > .section-container > .vc_row h2,
body:not(.home) .container-wrap.bot-retail-page-hero > .section-container > .vc_row h1,
body:not(.home) .container-wrap.bot-retail-page-hero > .section-container > .vc_row h2,
body:not(.home) .bot-retail-hero:not(.container-wrap):not(.section-container) h1,
body:not(.home) .bot-retail-hero:not(.container-wrap):not(.section-container) h2,
body:not(.home) .bot-retail-page-hero:not(.container-wrap):not(.section-container) h1,
body:not(.home) .bot-retail-page-hero:not(.container-wrap):not(.section-container) h2 {
  font-size: 42px;
}

@media (max-width: 991px) {
  body:not(.home) .container-wrap.bot-retail-hero > .section-container > .vc_row h1,
  body:not(.home) .container-wrap.bot-retail-hero > .section-container > .vc_row h2,
  body:not(.home) .container-wrap.bot-retail-page-hero > .section-container > .vc_row h1,
  body:not(.home) .container-wrap.bot-retail-page-hero > .section-container > .vc_row h2,
  body:not(.home) .bot-retail-hero:not(.container-wrap):not(.section-container) h1,
  body:not(.home) .bot-retail-hero:not(.container-wrap):not(.section-container) h2,
  body:not(.home) .bot-retail-page-hero:not(.container-wrap):not(.section-container) h1,
  body:not(.home) .bot-retail-page-hero:not(.container-wrap):not(.section-container) h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  body:not(.home) .container-wrap.bot-retail-hero > .section-container > .vc_row h1,
  body:not(.home) .container-wrap.bot-retail-hero > .section-container > .vc_row h2,
  body:not(.home) .container-wrap.bot-retail-page-hero > .section-container > .vc_row h1,
  body:not(.home) .container-wrap.bot-retail-page-hero > .section-container > .vc_row h2,
  body:not(.home) .bot-retail-hero:not(.container-wrap):not(.section-container) h1,
  body:not(.home) .bot-retail-hero:not(.container-wrap):not(.section-container) h2,
  body:not(.home) .bot-retail-page-hero:not(.container-wrap):not(.section-container) h1,
  body:not(.home) .bot-retail-page-hero:not(.container-wrap):not(.section-container) h2 {
    font-size: 32px;
  }
}
/* OPENCLAW BOTANIC RETAIL SYSTEM END */

/* OPENCLAW BOTANIC POST TOUCH START */

/* ==========================================================================
   CULTIVATE TRAINING CENTER — WordPress-rendered Frappe learning views
   Scope: production Cultivate page ID 99886
   ========================================================================== */

.page-id-99886 .botanic-cultivate {
  --cultivate-blue: #163a5f;
  --cultivate-sky: #4da8da;
  --cultivate-green: #3e8f5a;
  --cultivate-ink: #23333d;
  --cultivate-muted: #5f6c74;
  --cultivate-line: #dbe6ea;
  color: var(--cultivate-ink);
  padding: 40px 20px 72px;
}

.page-id-99886 .botanic-cultivate *,
.page-id-99886 .botanic-cultivate *::before,
.page-id-99886 .botanic-cultivate *::after {
  box-sizing: border-box;
}

.page-id-99886 .botanic-cultivate h1,
.page-id-99886 .botanic-cultivate h2,
.page-id-99886 .botanic-cultivate h3 {
  color: var(--cultivate-blue);
  letter-spacing: -.02em;
}

.page-id-99886 .botanic-cultivate__title-block {
  background:
    radial-gradient(circle at 100% 0%, rgba(77,168,218,.2), transparent 28%),
    linear-gradient(135deg,#f2f7fb 0%,#fff 58%,#f5faf7 100%);
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(4,25,78,.05);
  margin-bottom: 30px;
  padding: 38px 40px 34px;
}

.page-id-99886 .botanic-cultivate__kicker {
  color: var(--cultivate-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.45;
  margin: 0;
  text-transform: uppercase;
}

.page-id-99886 .botanic-cultivate__title-block h1 {
  font-size: clamp(36px,5vw,56px);
  line-height: 1.05;
  margin: 12px 0 16px;
  max-width: 900px;
}

.page-id-99886 .botanic-cultivate__title-introduction {
  color: var(--cultivate-ink);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

.page-id-99886 .botanic-cultivate__learner-status {
  align-items: center;
  color: var(--cultivate-muted);
  display: flex;
  font-size: 14px;
  gap: 10px;
  margin: -10px 0 30px;
}

.page-id-99886 .botanic-cultivate__learner-status::before {
  background: var(--cultivate-green);
  border-radius: 50%;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  width: 8px;
}

.page-id-99886 .botanic-cultivate__courses {
  gap: 26px;
  margin-top: 0;
}

.page-id-99886 .botanic-cultivate__course,
.page-id-99886 .botanic-cultivate__article,
.page-id-99886 .botanic-cultivate__chapter,
.page-id-99886 .botanic-cultivate__notice {
  background: #fff;
  border: 1px solid var(--cultivate-line);
  box-shadow: 0 14px 34px rgba(4,25,78,.06);
}

.page-id-99886 .botanic-cultivate__course {
  border-radius: 22px;
  min-width: 0;
  padding: 26px;
}

.page-id-99886 .botanic-cultivate__course-cover {
  background: #eef4f5;
  margin: -26px -26px 24px;
  overflow: hidden;
}

.page-id-99886 .botanic-cultivate__course h2 {
  font-size: 24px;
  line-height: 1.18;
  margin: 0 0 12px;
}

.page-id-99886 .botanic-cultivate__course h2 a {
  color: inherit;
  text-decoration: none;
}

.page-id-99886 .botanic-cultivate__course > p {
  color: var(--cultivate-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.page-id-99886 .botanic-cultivate__course > p:last-child {
  margin: auto 0 0;
  padding-top: 6px;
}

.page-id-99886 .botanic-cultivate .button,
.page-id-99886 .botanic-cultivate button.button {
  background: var(--cultivate-blue);
  border: 2px solid var(--cultivate-blue);
  border-radius: 999px;
  box-shadow: none;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .02em;
  line-height: 1.2;
  min-height: 44px;
  padding: 12px 22px;
  text-decoration: none;
  transition: background-color .18s ease,border-color .18s ease;
}

.page-id-99886 .botanic-cultivate .button:hover,
.page-id-99886 .botanic-cultivate button.button:hover {
  background: var(--cultivate-green);
  border-color: var(--cultivate-green);
  color: #fff;
}

.page-id-99886 .botanic-cultivate a:focus-visible,
.page-id-99886 .botanic-cultivate button:focus-visible {
  outline: 3px solid var(--cultivate-sky);
  outline-offset: 3px;
}

/* Shared keyboard focus for KLEO shell controls outside page components. */
body:not(.wp-admin) :where(
  a[href],
  button,
  input:not([type="hidden"]),
  select,
  textarea,
  [tabindex]:not([tabindex="-1"])
):focus-visible {
  outline: 3px solid #2e718f;
  outline-offset: 3px;
}

.page-id-99886 .botanic-cultivate__progress {
  color: var(--cultivate-ink);
  font-weight: 700;
}

.page-id-99886 .botanic-cultivate__progress progress {
  accent-color: var(--cultivate-green);
  margin-top: 9px;
}

.page-id-99886 .botanic-cultivate__article {
  border-radius: 24px;
  margin: 0 auto;
  max-width: 940px;
  padding: 34px 36px;
}

.page-id-99886 .botanic-cultivate__article > :first-child {
  margin-top: 0;
}

.page-id-99886 .botanic-cultivate__article p,
.page-id-99886 .botanic-cultivate__article li,
.page-id-99886 .botanic-cultivate__article div {
  color: var(--cultivate-ink);
  font-size: 16px;
  line-height: 1.8;
}

.page-id-99886 .botanic-cultivate__article h2 {
  font-size: 28px;
  line-height: 1.15;
  margin: 28px 0 14px;
}

.page-id-99886 .botanic-cultivate__article h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 26px 0 12px;
}

.page-id-99886 .botanic-cultivate__article a:not(.button) {
  color: var(--cultivate-blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(22,58,95,.35);
  text-underline-offset: 3px;
}

.page-id-99886 .botanic-cultivate__back-link {
  display: inline-flex;
  font-size: 14px;
  margin-bottom: 8px;
}

.page-id-99886 .botanic-cultivate__lesson-navigation {
  align-items: center;
  border-top: 1px solid var(--cultivate-line);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto;
  margin-top: 32px;
  padding-top: 24px;
}

.page-id-99886 .botanic-cultivate__lesson-previous {
  font-weight: 700;
}

.page-id-99886 .botanic-cultivate__lesson-next {
  margin: 0;
}

.page-id-99886 .botanic-cultivate__course-hero {
  background: #eef4f5;
  border-radius: 18px;
  margin: 18px 0 28px;
  max-width: 100%;
}

.page-id-99886 .botanic-cultivate__description {
  margin-bottom: 28px;
}

.page-id-99886 .botanic-cultivate__chapter {
  border-radius: 18px;
  box-shadow: none;
  margin: 22px 0;
  padding: 24px 26px;
}

.page-id-99886 .botanic-cultivate__chapter h2 {
  font-size: 22px;
  margin: 0 0 14px;
}

.page-id-99886 .botanic-cultivate__chapter ol {
  margin: 0;
  padding-left: 24px;
}

.page-id-99886 .botanic-cultivate__chapter li {
  border-bottom: 1px solid #edf1f2;
  margin: 0;
  padding: 11px 0;
}

.page-id-99886 .botanic-cultivate__chapter li:last-child {
  border-bottom: 0;
}

.page-id-99886 .botanic-cultivate__completion-check {
  color: var(--cultivate-green);
  display: inline-block;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
  margin-left: 4px;
  vertical-align: -1px;
}

.page-id-99886 .botanic-cultivate__notice {
  border-left: 4px solid var(--cultivate-sky);
  border-radius: 16px;
  margin: 20px 0 28px;
  padding: 18px 22px;
}

.page-id-99886 .botanic-cultivate__notice p {
  margin: 0;
}

.page-id-99886 .botanic-cultivate__notice--success {
  background: #f3f9f5;
  border-color: var(--cultivate-green);
}

.page-id-99886 .botanic-cultivate__notice--error {
  background: #fff8f6;
  border-color: #a95e55;
}

.page-id-99886 .botanic-cultivate__embed {
  max-width: 100%;
  overflow: hidden;
}

.page-id-99886 .botanic-cultivate__embed iframe,
.page-id-99886 .botanic-cultivate__article img {
  max-width: 100%;
}

.page-id-99886 .botanic-cultivate__article figure:not(.botanic-cultivate__course-hero),
.page-id-99886 .botanic-cultivate__article img {
  height: auto;
}

.page-id-99886 .botanic-cultivate__article figure:not(.botanic-cultivate__course-hero) {
  margin: 24px 0;
}

.page-id-99886 .botanic-cultivate__access-action {
  margin: -8px 40px 0;
}

@media (max-width: 600px) {
  .page-id-99886 .botanic-cultivate {
    padding: 24px 14px 52px;
  }

  .page-id-99886 .botanic-cultivate__title-block {
    border-radius: 22px;
    margin-bottom: 24px;
    padding: 28px 22px 26px;
  }

  .page-id-99886 .botanic-cultivate__title-block h1 {
    font-size: clamp(32px,10vw,42px);
  }

  .page-id-99886 .botanic-cultivate__title-introduction {
    font-size: 16px;
  }

  .page-id-99886 .botanic-cultivate__learner-status {
    align-items: flex-start;
    margin: -4px 4px 24px;
  }

  .page-id-99886 .botanic-cultivate__course {
    border-radius: 20px;
    padding: 22px;
  }

  .page-id-99886 .botanic-cultivate__course-cover {
    margin: -22px -22px 20px;
  }

  .page-id-99886 .botanic-cultivate__article {
    border-radius: 20px;
    padding: 24px 22px;
  }

  .page-id-99886 .botanic-cultivate__chapter {
    padding: 20px;
  }

  .page-id-99886 .botanic-cultivate__access-action {
    margin: -4px 22px 0;
  }

  .page-id-99886 .botanic-cultivate__access-action .button {
    width: 100%;
  }

  .page-id-99886 .botanic-cultivate__lesson-navigation {
    grid-template-columns: 1fr;
  }

  .page-id-99886 .botanic-cultivate__lesson-next {
    text-align: center;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-99886 .botanic-cultivate .button,
  .page-id-99886 .botanic-cultivate button.button {
    transition: none;
  }
}

@media (forced-colors: active) {
  .page-id-99886 .botanic-cultivate__title-block,
  .page-id-99886 .botanic-cultivate__course,
  .page-id-99886 .botanic-cultivate__article,
  .page-id-99886 .botanic-cultivate__chapter,
  .page-id-99886 .botanic-cultivate__notice {
    border: 1px solid CanvasText;
    box-shadow: none;
  }
}

/* ==========================================================================
   5. TEMPLATE SYSTEM — Single post content styling
   Scope: .single-post article content
   ========================================================================== */

.single-post article.type-post .article-content {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 34px 36px;
  box-shadow: 0 14px 34px rgba(4,25,78,.06);
}
.single-post article.type-post .article-content > :first-child {
  margin-top: 0;
}
.single-post article.type-post .article-content h2,
.single-post article.type-post .article-content h3,
.single-post article.type-post .article-content h4 {
  color: var(--navy);
  letter-spacing: -.02em;
}
.single-post article.type-post .article-content h2 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.08;
}
.single-post article.type-post .article-content .bot-retail-hero h2,
.single-post article.type-post .article-content .bot-retail-page-hero h2 {
  margin: 12px 0 12px;
  font-size: 56px;
  line-height: .96;
  letter-spacing: -.05em;
}
.single-post article.type-post .article-content h3 {
  margin: 26px 0 12px;
  font-size: 24px;
  line-height: 1.2;
}
.single-post article.type-post .article-content h4 {
  margin: 22px 0 10px;
  font-size: 18px;
  line-height: 1.3;
}
.single-post article.type-post .article-content .bot-retail-kicker + h1,
.single-post article.type-post .article-content .bot-retail-kicker + h2,
.single-post article.type-post .article-content .bot-retail-kicker + h3,
.single-post article.type-post .article-content .bot-retail-kicker + h4,
.single-post article.type-post .article-content .bot-retail-kicker + h5,
.single-post article.type-post .article-content .bot-retail-kicker + h6 {
  margin-top: 12px;
}
.single-post article.type-post .article-content p,
.single-post article.type-post .article-content li,
.single-post article.type-post .article-content div {
  color: var(--body);
  font-size: 16px;
  line-height: 1.8;
}
.single-post article.type-post .article-content .bot-retail-kicker {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: uppercase;
}
.single-post article.type-post .article-content p,
.single-post article.type-post .article-content ul,
.single-post article.type-post .article-content ol,
.single-post article.type-post .article-content blockquote {
  margin-bottom: 16px;
}
.single-post article.type-post .article-content ul,
.single-post article.type-post .article-content ol {
  padding-left: 22px;
}
.single-post article.type-post .article-content a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single-post article.type-post .article-content blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--green);
  background: #f7faf8;
  border-radius: 14px;
}
.single-post article.type-post .article-content img {
  border-radius: 18px;
  height: auto;
}
.single-post article.type-post .article-content .wp-caption,
.single-post article.type-post .article-content .wpb_single_image {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .single-post article.type-post .article-content .bot-retail-hero h2,
  .single-post article.type-post .article-content .bot-retail-page-hero h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .single-post article.type-post .article-content {
    padding: 24px 22px;
    border-radius: 20px;
  }
  .single-post article.type-post .article-content h2 {
    font-size: 28px;
  }
  .single-post article.type-post .article-content .bot-retail-hero h2,
  .single-post article.type-post .article-content .bot-retail-page-hero h2 {
    font-size: 34px;
  }
  .single-post article.type-post .article-content h3 {
    font-size: 22px;
  }
}
/* OPENCLAW BOTANIC POST TOUCH END */
/* ==========================================================================
   Botanic WooCommerce single-product template layer — 2026-04-23
   Refined to better match the calmer live retail storefront style.
   ========================================================================== */


/* ==========================================================================
   6. TEMPLATE SYSTEM — Single product layout and shared product components
   Scope: .single-product and shared .bot-product-* components
   ========================================================================== */

.single-product .product {
  --bot-navy: #163a5f;
  --bot-green: #3e8f5a;
  --bot-line: #dbe6ea;
  --bot-ink: #23333d;
  --bot-muted: #5f6c74;
}

.single-product div.product {
  background: transparent;
}

/* ==========================================================================
   Botanic single-product template refinement — 2026-04-23
   Child-theme WooCommerce template layer for reusable Botanic product pages.
   ========================================================================== */

.single-product .main-title.breadcrumbs-container {
  display: none !important;
}

.single-product .page-title-wrap {
  display: none !important;
}

.single-product #main {
  background: linear-gradient(180deg, #fbfdfb 0%, #f4fbfd 52%, #ffffff 100%);
  padding-top: 18px;
}

.single-product div.product {
  display: block;
}

.single-product .bot-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 30px;
  align-items: stretch;
  margin: 0 0 34px;
}

.single-product .bot-product-summary-card,
.single-product .bot-product-image-card,
.single-product .bot-product-richtext-card,
.single-product .bot-product-callout,
.single-product .bot-product-info-card,
.single-product .related.products,
.single-product .up-sells.products {
  background: #ffffff;
  border: 1px solid var(--bot-line);
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(4, 25, 78, 0.05);
}

.single-product .bot-product-summary-card {
  background: linear-gradient(145deg, #e7f5e5 0%, #eef8ef 34%, #f4fbfd 100%);
  overflow: hidden;
  position: relative;
}

.single-product .bot-product-summary-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 8px;
  background: linear-gradient(90deg, #3e8f5a 0%, #4da8da 55%, #f2b544 100%);
}

.single-product .bot-product-image-card {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.single-product .summary.entry-summary {
  float: none !important;
  margin: 0 !important;
  padding: 40px 38px 38px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.single-product .bot-product-image-card .woocommerce-product-gallery {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.single-product .product_title {
  color: var(--bot-navy);
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin: 0 0 16px;
}

.single-product .price {
  color: var(--bot-green) !important;
  font-weight: 900;
  font-size: 56px !important;
  line-height: 1;
  margin: 8px 0 20px !important;
}

.single-product .price .amount,
.single-product .price bdi {
  font-weight: 900 !important;
}

.single-product .price .wcsatt-sub-options,
.single-product .price .wcsatt-dash {
  display: none !important;
}

.single-product .summary .woocommerce-product-details__short-description,
.single-product .summary .woocommerce-product-details__short-description p {
  color: var(--bot-muted);
  font-size: 17px;
  line-height: 1.75;
}

.single-product .wcsatt-options-wrapper {
  margin: 22px 0 18px;
}

.single-product .wcsatt-options-product-prompt {
  padding: 0;
  border: 0;
  background: transparent;
}

.single-product .wcsatt-options-prompt-text {
  margin-bottom: 12px;
}

.single-product .wcsatt-options-prompt-text-label {
  display: block;
  color: var(--bot-navy) !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 800;
}

.single-product .wcsatt-options-prompt-fieldset,
.single-product .wcsatt-options-prompt-radios {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product .wcsatt-options-prompt-radios {
  display: grid;
  gap: 10px;
}

.single-product .wcsatt-options-prompt-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.single-product .wcsatt-options-prompt-action {
  color: var(--bot-navy);
  font-weight: 700;
  line-height: 1.45;
}

.single-product .wcsatt-options-prompt-action .subscription-price {
  color: var(--bot-green);
  font-weight: 800;
}

.single-product .quantity {
  display: inline-block;
  margin-right: 12px;
}

.single-product .quantity .qty {
  border-radius: 999px;
  border: 1px solid var(--bot-line);
  min-height: 52px;
  min-width: 110px;
  width: 118px;
  padding: 0 16px;
}

.single-product .single_add_to_cart_button,
.single-product .button.alt,
.single-product form.cart .single_add_to_cart_button.button.alt,
.single-product form.cart .single_add_to_cart_button.button.alt:hover,
.single-product form.cart .single_add_to_cart_button.button.alt:focus {
  background: var(--bot-accent) !important;
  border-color: var(--bot-accent) !important;
  color: var(--bot-navy) !important;
  -webkit-text-fill-color: var(--bot-navy) !important;
  border-radius: 999px !important;
  padding: 15px 30px !important;
  min-width: 184px;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
}

.single-product .single_add_to_cart_button:hover,
.single-product .button.alt:hover {
  background: #f2b544 !important;
  border-color: #f2b544 !important;
}

/* ======================================================================
   WooCommerce My Account — TeamSpace profile photo field polish
   Keep this CSS-only. Match the surrounding account form closely without
   adding runtime JS or triggering native file-input chrome.
   ====================================================================== */
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  margin: 28px 0 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  font-weight: 700;
  line-height: inherit;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="file"][name="teamspace_profile_photo"] {
  margin: 0;
  padding: 0;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #444444;
  font-size: 16px;
  line-height: 1.4;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="file"][name="teamspace_profile_photo"]::file-selector-button,
.woocommerce-account .woocommerce-EditAccountForm input[type="file"][name="teamspace_profile_photo"]::-webkit-file-upload-button {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: auto;
  overflow: visible;
  margin: 0 14px 0 0;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #f8fbfa;
  color: #5e5e5e;
  font-family: inherit;
  font-size: 11px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="file"][name="teamspace_profile_photo"]:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type="file"][name="teamspace_profile_photo"]:focus-visible {
  outline: none;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="file"][name="teamspace_profile_photo"]::file-selector-button:hover,
.woocommerce-account .woocommerce-EditAccountForm input[type="file"][name="teamspace_profile_photo"]::-webkit-file-upload-button:hover,
.woocommerce-account .woocommerce-EditAccountForm input[type="file"][name="teamspace_profile_photo"]::file-selector-button:focus,
.woocommerce-account .woocommerce-EditAccountForm input[type="file"][name="teamspace_profile_photo"]::-webkit-file-upload-button:focus {
  color: #5e5e5e;
  background: #f8fbfa;
  border-color: #e5e5e5;
  text-decoration: none;
  outline: none;
}

.single-product .first-payment-date {
  margin-top: 10px;
  color: var(--bot-muted);
}

.single-product .bot-product-body {
  margin-top: 0;
}

.single-product .woocommerce-tabs,
.single-product .bot-product-tabs-wrapper {
  margin: 0;
}

.single-product .woocommerce-Tabs-panel,
.single-product .bot-product-tab-panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0 0 28px;
}

.single-product .woocommerce-Tabs-panel > h2,
.single-product .bot-product-tab-panel > h2 {
  display: none;
}

.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel h3,
.single-product .related.products h2,
.single-product .up-sells h2 {
  color: var(--bot-navy);
}

.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel li {
  color: var(--bot-ink);
  line-height: 1.75;
}

.single-product .bot-product-section {
  margin: 0 0 28px;
}

.single-product .bot-product-richtext-card,
.single-product .bot-product-callout,
.single-product .bot-product-info-card {
  padding: 28px 30px;
  position: relative;
  overflow: hidden;
}

.single-product .bot-product-richtext-card::before,
.single-product .bot-product-callout::before,
.single-product .bot-product-info-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, #4da8da 0%, #3e8f5a 55%, #f2b544 100%);
}

.single-product .bot-product-richtext-card h3,
.single-product .bot-product-callout h3,
.single-product .bot-product-info-card h3 {
  color: var(--bot-navy);
  font-size: 30px;
  line-height: 1.14;
  margin: 0 0 14px;
}

.single-product .bot-product-richtext-card h3::before,
.single-product .bot-product-callout h3::before,
.single-product .bot-product-info-card h3::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4da8da 0%, #3e8f5a 100%);
  vertical-align: middle;
}

.single-product .bot-product-richtext-card p,
.single-product .bot-product-callout p,
.single-product .bot-product-callout li,
.single-product .bot-product-info-card p,
.single-product .bot-product-info-card li {
  color: var(--bot-ink);
  line-height: 1.75;
}

.single-product .bot-product-richtext-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}

.single-product .bot-product-callout {
  background: linear-gradient(135deg, #eaf5ff 0%, #f0faef 58%, #fff8e8 100%);
  border-color: #d7e8f1;
}

.single-product .bot-patch-visual-grid,
.single-product .bot-patch-visual-grid.bot-patch-visual-grid--duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 380px));
  justify-content: center;
  gap: 20px;
  margin: 0;
}

.single-product .bot-patch-visual-card {
  background: #ffffff;
  border: 1px solid var(--bot-line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(4, 25, 78, 0.04);
}

.single-product .bot-patch-visual-card:nth-child(1) {
  box-shadow: 0 12px 24px rgba(77, 168, 218, 0.10);
}

.single-product .bot-patch-visual-card:nth-child(2) {
  box-shadow: 0 12px 24px rgba(62, 143, 90, 0.10);
}

.single-product .bot-patch-visual-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.single-product .bot-patch-visual-card figcaption {
  padding: 12px 14px 14px;
  color: var(--bot-muted);
  font-size: 13px;
  line-height: 1.5;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.single-product .bot-product-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.single-product .bot-product-info-card:nth-child(1) {
  background: linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
}

.single-product .bot-product-info-card:nth-child(2) {
  background: linear-gradient(180deg, #f3fbf2 0%, #ffffff 100%);
}

.single-product .bot-product-info-card:nth-child(3) {
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.single-product .bot-product-info-card:nth-child(4) {
  background: linear-gradient(180deg, #f5fbfa 0%, #ffffff 100%);
}

.single-product .related.products,
.single-product .up-sells.products {
  margin-top: 28px;
  padding: 24px;
}

@media (max-width: 991px) {
  .single-product .bot-product-hero,
  .single-product .bot-patch-visual-grid,
  .single-product .bot-patch-visual-grid.bot-patch-visual-grid--duo,
  .single-product .bot-product-info-grid {
    grid-template-columns: 1fr;
  }

  .single-product .bot-product-summary-card,
  .single-product .bot-product-image-card,
  .single-product .bot-product-richtext-card,
  .single-product .bot-product-callout,
  .single-product .bot-product-info-card,
  .single-product .summary.entry-summary {
    padding: 24px;
  }

  .single-product .product_title {
    font-size: 36px;
  }

  .single-product .price {
    font-size: 42px !important;
  }

  .single-product .bot-product-image-card .woocommerce-product-gallery__image img,
  .single-product .bot-product-image-card .woocommerce-product-gallery__image a img {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover !important;
  }
}

/* Legacy Energy Topical Patch product-ID override stack removed on 2026-05-14.
   The shared single-product template rules below are now the source of truth. */

/* Global product-template lock-in: Option A
   - hero blurb pulls from WooCommerce short description
   - long description remains editable product content/WPBakery area */
.single-product .bot-product-hero {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: start !important;
}

.single-product .bot-product-summary-card {
  background:
    radial-gradient(circle at top right, rgba(77, 168, 218, 0.20), transparent 28%),
    linear-gradient(135deg, #f2f7fb 0%, #ffffff 58%, #f5faf7 100%) !important;
  border: 0;
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(4, 25, 78, 0.05);
  aspect-ratio: 1 / 1;
  min-width: 0;
  overflow: hidden;
}

.single-product .bot-product-summary-card::before {
  display: none !important;
  content: none !important;
}

.single-product .bot-product-image-card {
  border-radius: 26px;
  box-shadow: 0 12px 28px rgba(4, 25, 78, 0.05);
  aspect-ratio: 1 / 1;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
}

.single-product .summary.entry-summary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100%;
  padding: 34px 36px;
}

.single-product .bot-product-kicker {
  color: #23333d;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.88px;
  line-height: 22px;
  text-transform: uppercase;
}

.single-product .product_title.entry-title {
  color: #23333d !important;
  font-family: Manrope, sans-serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  letter-spacing: -1.9px !important;
  margin: 12px 0 14px !important;
}

.single-product div.product > .bot-product-hero {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.single-product .summary.entry-summary > .woocommerce-tabs {
  display: none !important;
}

.single-product .summary .woocommerce-product-details__short-description,
.single-product .summary .woocommerce-product-details__short-description p {
  color: #50606c;
  font-size: 16px;
  line-height: 1.75;
}

.single-product .summary .woocommerce-product-details__short-description {
  margin: 0 0 24px;
}

.single-product .summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.single-product .summary.entry-summary > p.price,
.single-product .summary.entry-summary > p.price.wcprbl-price,
.single-product .summary.entry-summary > .price {
  display: block !important;
  color: #3e8f5a !important;
  font-size: 32px !important;
  font-weight: 900 !important;
  line-height: 0.94 !important;
  letter-spacing: -0.04em !important;
  margin: 8px 0 14px !important;
}

.single-product .summary.entry-summary > p.price .amount,
.single-product .summary.entry-summary > p.price .woocommerce-Price-amount,
.single-product .summary.entry-summary > p.price bdi,
.single-product .summary.entry-summary > p.price ins,
.single-product .summary.entry-summary > p.price del,
.single-product .summary.entry-summary > .price .amount,
.single-product .summary.entry-summary > .price .woocommerce-Price-amount,
.single-product .summary.entry-summary > .price bdi,
.single-product .summary.entry-summary > p.price .woocommerce-Price-currencySymbol,
.single-product .summary.entry-summary > .price .woocommerce-Price-currencySymbol {
  font-size: 32px !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 12px;
  margin-top: 10px;
}

.single-product .wcsatt-options-wrapper {
  width: 100%;
  margin: 18px 0 10px;
}

.single-product .wcsatt-options-prompt-radios {
  gap: 12px;
}

.single-product .wcsatt-options-prompt-label {
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #dbe6ea;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.single-product .wcsatt-options-prompt-label.is-selected {
  border-color: #163a5f;
  box-shadow: 0 0 0 3px rgba(22, 58, 95, 0.08);
}

.single-product .wcsatt-options-prompt-action-input {
  margin: 0;
  accent-color: #163a5f;
}

.single-product .wcsatt-options-prompt-action {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 0 !important;
  color: #163a5f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.single-product .bot-inline-subscribe-prefix {
  color: #163a5f;
}

.single-product .bot-inline-subscribe-price {
  color: #3e8f5a;
  font-weight: 800;
}

.single-product .bot-inline-subscribe-suffix {
  color: #50606c;
  white-space: nowrap;
}

.single-product .wcsatt-options-prompt-action .price,
.single-product .wcsatt-options-prompt-action .price.subscription-price,
.single-product .wcsatt-options-prompt-action .woocommerce-Price-amount,
.single-product .wcsatt-options-prompt-action .subscription-details {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.single-product .quantity {
  margin-right: 0;
}

.single-product .quantity .qty {
  min-height: 52px;
}

.single-product .single_add_to_cart_button,
.single-product .button.alt,
.single-product form.cart .single_add_to_cart_button.button.alt,
.single-product form.cart .single_add_to_cart_button.button.alt:hover,
.single-product form.cart .single_add_to_cart_button.button.alt:focus {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 190px;
  padding: 15px 30px !important;
  border: 0 !important;
  border-color: #f2b544 !important;
  background: #f2b544 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(242, 181, 68, 0.28);
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
}

.single-product .single_add_to_cart_button:hover,
.single-product .button.alt:hover {
  background: #f2b544 !important;
  border-color: #f2b544 !important;
}

.single-product .bot-product-body,
.single-product .bot-product-tabs-wrapper,
.single-product .woocommerce-tabs,
.single-product .bot-product-tab-panel,
.single-product .woocommerce-Tabs-panel {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 991px) {
  .single-product .bot-product-hero {
    gap: 20px !important;
  }

  .single-product .summary.entry-summary {
    padding: 28px 24px;
  }

  .single-product .product_title.entry-title {
    font-size: 36px !important;
    letter-spacing: -1.8px !important;
  }

  .single-product .summary.entry-summary > p.price,
  .single-product .summary.entry-summary > p.price.wcprbl-price,
  .single-product .summary.entry-summary > .price {
    font-size: 32px !important;
  }

  .single-product .wcsatt-options-prompt-action {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .single-product .single_add_to_cart_button,
  .single-product .quantity {
    width: 100%;
  }

  .single-product .quantity .qty,
  .single-product .single_add_to_cart_button {
    width: 100%;
  }

}


/* Shared product-template parity hardening
   Promote the final Energy Topical Patch hero/gallery/description treatment to all products. */
.single-product .bot-product-summary-card,
.single-product .bot-product-image-card {
  border-radius: 26px !important;
}

.single-product .bot-product-image-card {
  position: relative !important;
  display: block !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  line-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #f4f4f1 !important;
  min-height: 0 !important;
  align-self: stretch !important;
}

.single-product .bot-product-gallery-shell {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  height: 100% !important;
  min-height: 100% !important;
}

.single-product .bot-product-gallery-viewport {
  height: 100% !important;
  min-height: 100% !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: inherit !important;
  background: transparent !important;
}

.single-product .bot-product-gallery-scroller {
  position: static !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.single-product .bot-product-gallery-scroller .woocommerce-product-gallery__wrapper {
  display: block !important;
  height: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.single-product .bot-product-gallery-slide,
.single-product .woocommerce-product-gallery__image.bot-product-gallery-slide {
  position: relative !important;
  display: none !important;
  height: 100% !important;
  min-height: 0 !important;
  flex: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

.single-product .bot-product-gallery-slide.is-active,
.single-product .woocommerce-product-gallery__image.bot-product-gallery-slide.is-active {
  display: block !important;
}

.single-product .bot-product-gallery-media {
  position: absolute !important;
  inset: -4px !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.single-product .bot-product-gallery-arrow,
.single-product .bot-product-gallery-arrow-spacer {
  width: 46px !important;
  height: 46px !important;
}

.single-product .bot-product-gallery-arrow-spacer {
  display: none !important;
}

.single-product .bot-product-gallery-arrow {
  position: absolute !important;
  top: 50% !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #1e4f80 !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  box-shadow: none !important;
  line-height: 1 !important;
  text-shadow: none !important;
  appearance: none !important;
}

.single-product .bot-product-gallery-arrow::before,
.single-product .bot-product-gallery-arrow::after {
  display: none !important;
  content: none !important;
}

.single-product .bot-product-gallery-arrow span {
  display: block !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 0.8 !important;
}

.single-product .bot-product-gallery-arrow--prev {
  left: 14px !important;
}

.single-product .bot-product-gallery-arrow--next {
  right: 14px !important;
}

.single-product .bot-product-gallery-arrow:hover,
.single-product .bot-product-gallery-arrow:focus {
  transform: translateY(-50%) !important;
  background: #275f98 !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

.single-product .summary.entry-summary > p.price,
.single-product .summary.entry-summary > p.price.wcprbl-price,
.single-product .summary.entry-summary > .price {
  font-size: 32px !important;
  margin: 8px 0 14px !important;
}

.single-product .bot-product-tab-panel > .bot-product-section:first-child {
  margin: 0 0 26px;
}

.single-product .bot-product-intro-section {
  margin: 0 0 28px;
}

.single-product .bot-product-intro-copy {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  position: static !important;
  overflow: visible !important;
}

.single-product .bot-product-intro-copy::before,
.single-product .bot-product-intro-copy h3::before {
  display: none !important;
  content: none !important;
}

.single-product .bot-product-intro-copy h3 {
  color: #23333d !important;
  font-family: Manrope, sans-serif !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1.03 !important;
  letter-spacing: -0.04em !important;
  margin: 6px 0 8px !important;
}

.single-product .bot-product-intro-copy p {
  color: #50606c !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 0 14px !important;
}

.single-product .bot-product-intro-copy p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .single-product .bot-product-image-card {
    min-height: 360px !important;
  }

  .single-product .bot-product-gallery-viewport {
    aspect-ratio: 4 / 5 !important;
    min-height: 360px !important;
  }

  .single-product .bot-product-gallery-slide,
  .single-product .woocommerce-product-gallery__image.bot-product-gallery-slide {
    min-height: 360px !important;
  }

  .single-product .bot-product-gallery-media {
    inset: -2px !important;
  }

  .single-product .bot-product-gallery-arrow,
  .single-product .bot-product-gallery-arrow-spacer {
    width: 40px !important;
    height: 40px !important;
  }

  .single-product .bot-product-gallery-arrow--prev {
    left: 10px !important;
  }

  .single-product .bot-product-gallery-arrow--next {
    right: 10px !important;
  }

  .single-product .summary.entry-summary > p.price,
  .single-product .summary.entry-summary > p.price.wcprbl-price,
  .single-product .summary.entry-summary > .price {
    font-size: 32px !important;
  }

  .single-product .bot-product-intro-copy h3 {
    font-size: 30px !important;
  }

  .single-product .bot-product-intro-copy p {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {
  .single-product div.product > .bot-product-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .single-product div.product > .bot-product-hero > .bot-product-summary-card,
  .single-product div.product > .bot-product-hero > .bot-product-image-card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .single-product div.product > .bot-product-hero > .bot-product-summary-card {
    aspect-ratio: auto !important;
  }
}


/* ==========================================================================
   ORGANIZATION RULE — do not add new page-specific CSS casually.
   Prefer sitewide component sections, WPBakery class/ID hooks, and minimal CSS.
   Keep equal-height under WPBakery control.
   ========================================================================== */

/* WOOCOMMERCE - Shop Page - Fix stacked images: hide Kleo back image in product grids */
.woocommerce .kleo-woo-back-image {
  display: none !important;
}

/* WOOCOMMERCE - Product listing typography */
.woocommerce ul.products li.product .posted_in {
  display: none !important;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  display: -webkit-box;
  font-size: 16px !important;
  line-height: 1.35 !important;
  margin: 10px 0 6px !important;
  min-height: 2.7em;
  max-height: 2.7em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del {
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.woocommerce ul.products li.product .price small,
.woocommerce ul.products li.product .price .wcsatt-sub-options {
  display: block;
  font-size: 16px !important;
  line-height: 1.3 !important;
  margin-top: 2px;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product .botanic-coming-soon-button,
.woocommerce-page ul.products li.product .botanic-coming-soon-button {
  font-size: 11px !important;
  line-height: 1.2 !important;
  white-space: normal;
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    min-width: 0;
  }

  .woocommerce ul.products li.product h3,
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin: 8px 0 5px !important;
    min-height: 2.6em;
    max-height: 2.6em;
    overflow-wrap: anywhere;
  }

  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price .amount,
  .woocommerce ul.products li.product .price ins,
  .woocommerce ul.products li.product .price del {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  .woocommerce ul.products li.product .price small,
  .woocommerce ul.products li.product .price .wcsatt-sub-options {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button,
  .woocommerce ul.products li.product .botanic-coming-soon-button,
  .woocommerce-page ul.products li.product .botanic-coming-soon-button {
    max-width: 100%;
    padding-left: 12px !important;
    padding-right: 12px !important;
    text-align: center;
  }
}

/* ==========================================================================
   WooCommerce button system
   Standardize WooCommerce-related CTAs sitewide to the approved Botanic gold
   treatment without changing non-WooCommerce form buttons.
   ========================================================================== */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce input[type="submit"],
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.alt,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page input[type="submit"],
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page button.alt,
.woocommerce a.checkout-button,
.woocommerce-page a.checkout-button,
.woocommerce #place_order,
.woocommerce-page #place_order,
.woocommerce .widget_shopping_cart_content .buttons .button,
.woocommerce-page .widget_shopping_cart_content .buttons .button {
  background: #f2b544 !important;
  border: 1px solid #f2b544 !important;
  border-color: #f2b544 !important;
  color: #f8fbfa !important;
  -webkit-text-fill-color: #f8fbfa !important;
}

.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce input[type="submit"]:hover,
.woocommerce input[type="submit"]:focus,
.woocommerce input[type="submit"]:active,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:active,
.woocommerce button.alt:hover,
.woocommerce button.alt:focus,
.woocommerce button.alt:active,
.woocommerce-page a.button:hover,
.woocommerce-page a.button:focus,
.woocommerce-page a.button:active,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page button.button:active,
.woocommerce-page input.button:hover,
.woocommerce-page input.button:focus,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page #respond input#submit:active,
.woocommerce-page input[type="submit"]:hover,
.woocommerce-page input[type="submit"]:focus,
.woocommerce-page input[type="submit"]:active,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button.alt:focus,
.woocommerce-page a.button.alt:active,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button.alt:focus,
.woocommerce-page button.button.alt:active,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button.alt:focus,
.woocommerce-page input.button.alt:active,
.woocommerce-page button.alt:hover,
.woocommerce-page button.alt:focus,
.woocommerce-page button.alt:active,
.woocommerce a.checkout-button:hover,
.woocommerce a.checkout-button:focus,
.woocommerce a.checkout-button:active,
.woocommerce-page a.checkout-button:hover,
.woocommerce-page a.checkout-button:focus,
.woocommerce-page a.checkout-button:active,
.woocommerce #place_order:hover,
.woocommerce #place_order:focus,
.woocommerce #place_order:active,
.woocommerce-page #place_order:hover,
.woocommerce-page #place_order:focus,
.woocommerce-page #place_order:active,
.woocommerce .widget_shopping_cart_content .buttons .button:hover,
.woocommerce .widget_shopping_cart_content .buttons .button:focus,
.woocommerce .widget_shopping_cart_content .buttons .button:active,
.woocommerce-page .widget_shopping_cart_content .buttons .button:hover,
.woocommerce-page .widget_shopping_cart_content .buttons .button:focus,
.woocommerce-page .widget_shopping_cart_content .buttons .button:active {
  background: #f2b544 !important;
  border-color: #f2b544 !important;
  color: #f8fbfa !important;
  -webkit-text-fill-color: #f8fbfa !important;
}
/* WordPress-native Botanic Support account experience. */
.botanic-support {
  --support-navy: #163a5f;
  --support-green: #3e8f5a;
  --support-green-strong: #2f7047;
  --support-gold: #f2b544;
  --support-ink: #25251f;
  --support-soft: #f6f3eb;
  color: var(--support-ink);
}

.botanic-support__hours {
  margin-top: 16px;
}

.botanic-support__header,
.botanic-support__section,
.botanic-support__guidance {
  border: 1px solid #e4dfd2;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  background: #fff;
}

.botanic-support__header {
  background: linear-gradient(135deg, #fbf8f0, #f4eddd);
}

.botanic-support__eyebrow {
  color: #80621f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.botanic-support__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.botanic-support__ticket-list,
.botanic-support__conversation {
  display: grid;
  gap: 12px;
}

.botanic-support__ticket-card,
.botanic-support__ticket-heading {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.botanic-support__ticket-card {
  border: 1px solid #e4dfd2;
  border-radius: 9px;
  color: inherit;
  padding: 15px 16px;
}

.botanic-support__ticket-card strong {
  color: var(--support-navy);
}

.botanic-support__ticket-card small,
.botanic-support__message small,
.botanic-support__form small {
  display: block;
  margin-top: 4px;
}

.botanic-support__ticket-card small {
  color: var(--support-green);
}

.botanic-support__status {
  background: var(--support-green-strong);
  border-radius: 999px;
  color: #ffffff;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
}

.botanic-support__message {
  border-radius: 10px;
  max-width: 88%;
  padding: 14px 16px;
}

.botanic-support__message--customer {
  background: var(--support-soft);
  justify-self: end;
}

.botanic-support__message--support {
  background: #eef3ec;
  justify-self: start;
}

.botanic-support__form {
  border-top: 1px solid #e4dfd2;
  margin-top: 22px;
  padding-top: 20px;
}

.botanic-support__form label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.botanic-support__form input[type="text"],
.botanic-support__form select,
.botanic-support__form textarea {
  width: 100%;
}

.botanic-support__urgent,
.botanic-support__privacy {
  border-left: 4px solid var(--support-gold);
  border-radius: 6px;
  margin: 0 0 20px;
  padding: 12px 14px;
}

.botanic-support__urgent {
  background: #fff8e8;
}

.botanic-support__privacy {
  background: #f2f7fa;
  border-left-color: var(--support-navy);
}

.botanic-support__conditional[hidden] {
  display: none;
}

.botanic-support__form input[type="file"] {
  margin: 0;
  padding: 0;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #444444;
  font-size: 16px;
  line-height: 1.4;
}

.botanic-support__form input[type="file"]::file-selector-button,
.botanic-support__form input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0 14px 0 0;
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #f8fbfa;
  color: #5e5e5e;
  font-family: inherit;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: none;
  cursor: pointer;
}

.botanic-support__form input[type="file"]::file-selector-button:hover,
.botanic-support__form input[type="file"]::-webkit-file-upload-button:hover,
.botanic-support__form input[type="file"]::file-selector-button:focus,
.botanic-support__form input[type="file"]::-webkit-file-upload-button:focus {
  color: #5e5e5e;
  background: #f8fbfa;
  border-color: #e5e5e5;
  text-decoration: none;
  outline: none;
}

.woocommerce-account .botanic-support__form button.bot-retail-button {
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
}

.botanic-support__guidance {
  background: #ffffff;
  border-color: #e5e5e5;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgb(35 51 61 / 8%);
  margin-bottom: 32px;
}

.botanic-support__guidance .bot-retail-kicker {
  margin-bottom: 8px;
}

.botanic-support__guidance h2 {
  margin: 0 0 10px;
}

.botanic-support__guidance p:last-child {
  margin-bottom: 0;
}

.botanic-support__resources {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 32px;
}

.botanic-support__resources .bot-retail-actions {
  margin-top: auto;
  padding-top: 10px;
}

/* WooCommerce button rules use !important, so keep this resource-only override equally narrow. */
.woocommerce-account .botanic-support__resource-button,
.woocommerce-account .botanic-support__resource-button:hover,
.woocommerce-account .botanic-support__resource-button:focus,
.woocommerce-account .botanic-support__resource-button:active {
  background: #163a5f !important;
  border-color: #163a5f !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (max-width: 600px) {
  .botanic-support__header,
  .botanic-support__section,
  .botanic-support__guidance {
    padding: 18px;
  }

  .botanic-support__actions .button {
    text-align: center;
    width: 100%;
  }

  .botanic-support__resources {
    grid-template-columns: 1fr;
  }

  .botanic-support__ticket-card,
  .botanic-support__ticket-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .botanic-support__message {
    max-width: 100%;
  }
}

/* Public Helpdesk-backed FAQs and Knowledge Base page. */
.botanic-kb {
  --kb-green: #3e8f5a;
  --kb-ink: #23333d;
  --kb-soft: #f8fbfa;
  color: var(--kb-ink);
}

.botanic-kb__hero,
.botanic-kb__search,
.botanic-kb__article,
.botanic-kb__support,
.botanic-kb__notice {
  background: #fff;
  border: 1px solid #dbe6ea;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 24px;
}

.botanic-kb__hero {
  background: linear-gradient(135deg, #eef8ef, #f8fbfa);
}

.botanic-kb__hero h2,
.botanic-kb__article h3,
.botanic-kb__support h3 {
  margin-top: 0;
}

.botanic-kb__eyebrow,
.botanic-kb__category {
  color: var(--kb-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.botanic-kb__search label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.botanic-kb__search > div {
  display: flex;
  gap: 10px;
}

.botanic-kb__search input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
}

.botanic-kb__search button.bot-retail-button {
  align-self: center;
  border: 0;
  color: #ffffff;
  height: auto;
}

.botanic-kb__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.botanic-kb__categories a {
  background: var(--kb-soft);
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  color: inherit;
  padding: 8px 12px;
}

.botanic-kb__categories a.is-active {
  background: var(--kb-green);
  border-color: var(--kb-green);
  color: #fff;
}

.botanic-kb__categories span {
  font-size: 11px;
  margin-left: 4px;
}

.botanic-kb__articles {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}

.botanic-kb__card {
  background: #fff;
  border: 1px solid #dbe6ea;
  border-radius: 12px;
  padding: 20px;
}

.botanic-kb__card h3 {
  font-size: 20px;
  margin: 0 0 8px;
}

.botanic-kb__read,
.botanic-kb__back {
  font-weight: 700;
}

.botanic-kb__results-heading,
.botanic-kb__support {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.botanic-kb__support {
  background: var(--kb-soft);
}

.botanic-kb__content {
  font-size: 16px;
  line-height: 1.7;
}

.botanic-kb__back {
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .botanic-kb__hero,
  .botanic-kb__search,
  .botanic-kb__article,
  .botanic-kb__support,
  .botanic-kb__notice {
    padding: 18px;
  }

  .botanic-kb__articles {
    grid-template-columns: 1fr;
  }

  .botanic-kb__search > div,
  .botanic-kb__results-heading,
  .botanic-kb__support {
    align-items: stretch;
    flex-direction: column;
  }

  .botanic-kb__search .button,
  .botanic-kb__support .button {
    text-align: center;
    width: 100%;
  }
}

/* ==========================================================================
   Show/hide password visibility toggle (issue #362)
   Wrapper is injected by botanic-password-toggle.js around every
   front-end password input. Button sits inside the field's right edge.
   ========================================================================== */

.bot-pw-toggle-wrap {
  display: grid;
  width: 100%;
}

/* WooCommerce can add this wrapper after the Botanic enhancer runs. Keep the
   field wrapper and eye in the same grid cell so the wrapper cannot add a row. */
.bot-pw-toggle-wrap > .password-input {
  grid-area: 1 / 1;
  width: 100%;
}

/* Theme My Login puts its vertical form spacing on the input itself. Move that
   spacing to the wrapper so the eye centers against the visible field box. */
.tml .bot-pw-toggle-wrap {
  margin-bottom: 16px;
}

.tml .bot-pw-toggle-wrap > .tml-field {
  margin-bottom: 0;
}

.bot-pw-toggle-wrap .bot-pw-toggle {
  position: relative;
  grid-area: 1 / 1;
  align-self: center;
  justify-self: end;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 6px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4d5f70;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.bot-pw-toggle-wrap .bot-pw-toggle:hover,
.bot-pw-toggle-wrap .bot-pw-toggle:focus {
  color: #163A5F;
}

.bot-pw-toggle-wrap input[type="password"],
.bot-pw-toggle-wrap input[type="text"] {
  grid-area: 1 / 1;
  width: 100%;
  padding-right: 44px;
}

/* Our Team page */
.bot-team-profile-row {
  box-sizing: border-box;
  margin-bottom: 0;
}

.bot-team-department-kicker {
  margin: 0 0 12px;
  color: #3e8f5a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bot-team-department-intro > .vc_column-inner {
  padding-top: 52px !important;
  padding-bottom: 20px !important;
}

.bot-team-department-intro h2 {
  margin: 0 0 10px;
  color: #163a5f;
  font-size: 32px;
  line-height: 1.2;
}

.bot-team-department-intro .bot-team-department-description {
  display: block;
  max-width: 760px;
  color: #5f6c74;
  font-size: 16px;
  line-height: 1.65;
}

.bot-team-card > .vc_column-inner {
  height: 100%;
  overflow: hidden;
  padding: 0 0 26px !important;
  border: 1px solid #dbe6ea;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(4, 25, 78, 0.07);
}

.bot-team-card .wpb_single_image {
  margin: 0;
}

.bot-team-card .wpb_single_image .vc_figure,
.bot-team-card .wpb_single_image .vc_single_image-wrapper {
  display: block;
  width: 100%;
}

.bot-team-card .wpb_single_image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.bot-team-card-copy {
  margin: 0;
  padding: 24px 24px 0;
}

.bot-team-card-copy h3 {
  margin: 0 0 7px;
  color: #163a5f;
  font-size: 22px;
  line-height: 1.25;
}

.bot-team-role {
  margin: 0 0 18px;
  color: #3e8f5a;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.bot-team-personal {
  margin: 0;
  color: #5f6c74;
  font-size: 15px;
  line-height: 1.62;
}

.bot-team-personal strong {
  display: block;
  margin-bottom: 5px;
  color: #163a5f;
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .bot-team-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .bot-team-department-intro > .vc_column-inner {
    padding-top: 38px !important;
  }

  .bot-team-department-intro h2 {
    font-size: 28px;
  }

  .bot-team-card {
    margin-bottom: 24px;
  }
}
