@font-face {
  font-family: "icomoon";
  src: url("../icon/icomoon/fonts/icomoon.eot");
  src:
    url("../icon/icomoon/fonts/icomoon.eot") format("embedded-opentype"),
    url("../icon/icomoon/fonts/icomoon.ttf") format("truetype"),
    url("../icon/icomoon/fonts/icomoon.woff") format("woff"),
    url("../icon/icomoon/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Harmonize::before { content: "\e989"; }
.icon-PlantResearch::before { content: "\e98a"; }
.icon-GreenProtect::before { content: "\e98b"; }
.icon-ScreenShieldCheck::before { content: "\e904"; }
.icon-DNA::before { content: "\e910"; }
.icon-HyaluronicAcid::before { content: "\e914"; }
.icon-ArrowRight::before { content: "\e930"; }
.icon-ShoppingCart::before { content: "\e92e"; }
.icon-ShoppingBag::before { content: "\e92c"; }
.icon-EyeOpen::before { content: "\e934"; }
.icon-Hearth::before { content: "\e935"; }
.icon-HearthFill::before { content: "\e967"; }
.icon-Compare::before { content: "\e936"; }
.icon-Star::before { content: "\e937"; }
.icon-LogoFacebook::before { content: "\e91f"; }
.icon-LogoInstagram::before { content: "\e92d"; }
.icon-LogoX::before { content: "\e92f"; }
.icon-Phone::before { content: "\e93f"; }
.icon-DoubleMail::before { content: "\e912"; }
.icon-Dashboard::before { content: "\e91d"; }
.icon-Edit::before { content: "\e91e"; }
.icon-Grid3Col::before { content: "\e923"; }
.icon-Grid2Col::before { content: "\e924"; }
.icon-List::before { content: "\e925"; }
.icon-ArrowCaretDown::before { content: "\e95d"; }
.icon-ArrowCaretRight::before { content: "\e94f"; }
.icon-ArrowCaretLeft::before { content: "\e950"; }
.icon-EqualizerControl::before { content: "\e960"; }
.icon-Close::before { content: "\e962"; }
.icon-UserCircle::before { content: "\e933"; }
.icon-DotLocation::before { content: "\e941"; }
.icon-Leaf::before { content: "\e939"; }
.icon-VerifiedStroke::before { content: "\e987"; }
.icon-Sparkle2::before { content: "\e97a"; }
.icon-Sparkle::before { content: "\e957"; }
.icon-StarSparkle::before { content: "\e919"; }
.icon-Star-Sharp::before { content: "\e979"; }
.icon-RecycleLeaf::before { content: "\e907"; }
.icon-Recycle::before { content: "\e908"; }
.icon-EcoFriendlyPackage::before { content: "\e909"; }
.icon-WaterDropLeaf::before { content: "\e90a"; }
.icon-CareCrue::before { content: "\e90b"; }
.icon-Mindfullness::before { content: "\e90c"; }
.icon-PainKiller::before { content: "\e90f"; }
.icon-Warranty::before { content: "\e911"; }
.icon-Plus::before { content: "\e946"; }
.icon-Minus::before { content: "\e953"; }
.icon-Box::before { content: "\e94d"; }
.icon-Check::before { content: "\e95a"; }
.icon-CheckCircleFill::before { content: "\e96a"; }
.icon-Timer::before { content: "\e964"; }
.icon-Clock::before { content: "\e966"; }
.icon-CircleCheck::before { content: "\e91b"; }
.icon-Question::before { content: "\e95c"; }
.icon-Share::before,
.icon-ShareNetwork::before { content: "\e95b"; }
.icon-Truck::before { content: "\e971"; }
.icon-ArrowLeft::before { content: "\e970"; }
.icon-Trash::before { content: "\e963"; }
.icon-Logout::before { content: "\e96c"; }
.icon-Payment::before { content: "\e96d"; }
.icon-Setting::before { content: "\e96f"; }

:root {
  --ol-ink: #111310;
  --ol-olive: #2f3f2d;
  --ol-olive-2: #506044;
  --ol-cream: #f4eee4;
  --ol-ivory: #fbf8f1;
  --ol-gold: #a9824b;
  --ol-line: rgba(47, 63, 45, .16);
  --ol-muted: #6e7169;
  --ol-white: #fff;
}

body.ol-site {
  color: var(--ol-ink);
  background: var(--ol-ivory);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}
body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.single-product,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
  background: #fff;
}

a { color: inherit; }

.ol-topbar {
  background: var(--ol-olive);
  color: #fff;
  font-size: 13px;
  letter-spacing: .01em;
}

.ol-topbar__inner {
  min-height: 38px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.ol-megaphone { display: inline-flex; align-items: center; color: #f4eee4; }

.ol-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(47, 63, 45, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.ol-header__inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1440px;
  width: calc(100vw - 80px);
  height: 78px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.ol-logo {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  width: 182px;
  flex: 0 0 auto;
}
.ol-logo img { display: block; max-width: 100%; height: auto; }
.ol-logo picture,
.footer-logo picture { display: block; }

.ol-nav {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  height: 100%;
  width: max-content;
  max-width: calc(100% - 420px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.ol-menu, .ol-mobile-menu { margin: 0; padding: 0; list-style: none; }
.ol-menu { display: flex; align-items: center; gap: 27px; }
.ol-menu > li { position: relative; }
.ol-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
}
.ol-menu .sub-menu {
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  min-width: 235px;
  padding: 18px 0;
  background: #fff;
  box-shadow: 0 24px 50px rgba(12, 17, 10, .16);
  border: 1px solid rgba(47, 63, 45, .12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: .18s ease;
  list-style: none;
}
.ol-menu li:hover > .sub-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.ol-menu .sub-menu a {
  display: block;
  padding: 9px 22px;
  color: var(--ol-ink);
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 550;
}
.ol-menu .sub-menu a:hover { color: var(--ol-olive); background: var(--ol-ivory); }

.ol-header-actions {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: #fff;
  margin-left: 0;
}
.ol-language-switcher {
  --ol-language-menu-width: 190px;
  position: relative;
  flex: 0 0 auto;
}
.ol-language-switcher::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 89;
  width: max(100%, var(--ol-language-menu-width));
  height: 24px;
  background: transparent;
  pointer-events: none;
}
.ol-language-switcher:hover::after,
.ol-language-switcher:focus-within::after,
.ol-language-switcher.is-open::after {
  pointer-events: auto;
}
.ol-language-toggle {
  min-width: 74px;
  height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.ol-language-globe,
.ol-language-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ol-language-caret {
  transition: transform .18s ease;
}
.ol-language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 90;
  width: var(--ol-language-menu-width);
  max-height: min(62vh, 360px);
  padding: 8px;
  overflow: auto;
  border: 1px solid rgba(47, 63, 45, .13);
  border-radius: 8px;
  background: rgba(253, 251, 245, .98);
  box-shadow: 0 22px 54px rgba(31,39,29,.13);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}
.ol-language-switcher:hover .ol-language-menu,
.ol-language-switcher:focus-within .ol-language-menu,
.ol-language-switcher.is-open .ol-language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.ol-language-switcher:hover .ol-language-caret,
.ol-language-switcher:focus-within .ol-language-caret,
.ol-language-switcher.is-open .ol-language-caret {
  transform: rotate(180deg);
}
.ol-language-option {
  min-height: 38px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  color: var(--ol-ink);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.25;
  transition: background .18s ease, color .18s ease;
}
.ol-language-option:hover,
.ol-language-option.is-active {
  background: rgba(85, 90, 72, .1);
  color: var(--ol-olive-2);
}
.ol-language-code {
  min-width: 34px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(85, 90, 72, .18);
  border-radius: 999px;
  color: var(--ol-olive-2);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.ol-language-name {
  flex: 1 1 auto;
}
.ol-language-check {
  width: 14px;
  color: var(--ol-bronze);
  font-size: 12px;
  opacity: 0;
}
.ol-language-option.is-active .ol-language-check {
  opacity: 1;
}
.ol-icon-link, .ol-cart-link {
  color: #fff;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  position: relative;
}
.ol-account-menu-wrap {
  position: relative;
  flex: 0 0 auto;
}
.ol-account-menu-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 89;
  width: 210px;
  height: 24px;
  background: transparent;
  pointer-events: none;
}
.ol-account-menu-wrap:hover::after,
.ol-account-menu-wrap:focus-within::after,
.ol-account-menu-wrap.is-open::after {
  pointer-events: auto;
}
.ol-account-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 90;
  width: 210px;
  padding: 8px;
  border: 1px solid rgba(47, 63, 45, .13);
  border-radius: 8px;
  background: rgba(253, 251, 245, .98);
  box-shadow: 0 22px 54px rgba(31,39,29,.13);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}
.ol-account-menu-wrap:hover .ol-account-menu,
.ol-account-menu-wrap:focus-within .ol-account-menu,
.ol-account-menu-wrap.is-open .ol-account-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.ol-account-menu a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--ol-ink);
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}
.ol-account-menu a:hover {
  background: rgba(85, 90, 72, .1);
  color: var(--ol-olive-2);
}
.ol-cart-link span {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--ol-gold);
  color: #fff;
  font-size: 10px;
  display: grid;
  place-items: center;
}

.ol-mobile-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  padding: 8px;
}
.ol-mobile-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}
.ol-mobile-panel { display: none; }
.trp-floating-switcher {
  display: none !important;
}

.ol-main { overflow: visible; }
body:not(.home) .ol-main { overflow: hidden; }
.entry-title { display: none; }

.ol-hero {
  min-height: 794px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(244,238,228,.96) 0%, rgba(244,238,228,.86) 42%, rgba(244,238,228,.18) 76%),
    url("../images/hero-orphealab-brand.png") center right / cover no-repeat;
  border-bottom: 1px solid var(--ol-line);
}
.ol-hero .elementor-container, .ol-section .elementor-container {
  max-width: 1280px;
  width: calc(100% - 64px);
}
.ol-hero-copy .elementor-widget-wrap { max-width: 650px; display: block; }
.ol-eyebrow, .ol-kicker p {
  color: var(--ol-olive);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ol-hero h1 {
  margin: 14px 0 18px;
  font-size: clamp(46px, 5.8vw, 82px);
  line-height: .98;
  letter-spacing: 0;
  color: var(--ol-ink);
  max-width: 780px;
}
.ol-hero p {
  color: #4e5149;
  font-size: 18px;
  line-height: 1.7;
  max-width: 560px;
}
.ol-hero .elementor-widget-button { display: inline-block; margin: 22px 12px 0 0; }
.elementor-button, .button, button.button, input.button {
  border-radius: 999px !important;
  padding: 14px 26px !important;
  background: var(--ol-olive) !important;
  color: #fff !important;
  border: 1px solid var(--ol-olive) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.ol-btn-ghost .elementor-button {
  background: transparent !important;
  color: var(--ol-olive) !important;
}

.ol-section {
  padding: 90px 0;
  background: #fff;
}
.ol-section-muted { background: var(--ol-ivory); }
.ol-section-dark {
  background: var(--ol-olive);
  color: #fff;
}
.ol-section-heading { text-align: center; }
.ol-section-heading h2 {
  margin: 0 auto 14px;
  max-width: 820px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}
.ol-section-heading p {
  margin: 0 auto;
  max-width: 760px;
  color: var(--ol-muted);
  font-size: 16px;
  line-height: 1.7;
}
.ol-section-dark .ol-section-heading p { color: rgba(255,255,255,.72); }

.ol-trust-card .elementor-widget-wrap,
.ol-category-card .elementor-widget-wrap,
.ol-product-card .elementor-widget-wrap,
.ol-blog-card .elementor-widget-wrap,
.ol-review-card .elementor-widget-wrap,
.ol-b2b-card .elementor-widget-wrap,
.ol-path-card .elementor-widget-wrap {
  height: 100%;
  background: #fff;
  border: 1px solid var(--ol-line);
  padding: 28px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ol-trust-card .elementor-widget-wrap:hover,
.ol-category-card .elementor-widget-wrap:hover,
.ol-product-card .elementor-widget-wrap:hover,
.ol-blog-card .elementor-widget-wrap:hover,
.ol-b2b-card .elementor-widget-wrap:hover {
  transform: translateY(-3px);
  border-color: rgba(47,63,45,.32);
  box-shadow: 0 22px 54px rgba(31,39,29,.09);
}

.ol-trust-card .elementor-icon-box-icon { color: var(--ol-gold); font-size: 24px; }
.ol-trust-card h3, .ol-category-card h3, .ol-product-card h3, .ol-blog-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
}
.ol-trust-card p, .ol-category-card p, .ol-product-card p, .ol-blog-card p, .ol-b2b-card p {
  color: var(--ol-muted);
  line-height: 1.65;
}
.ol-category-card img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: var(--ol-ivory);
  padding: 24px;
}
.ol-link-button .elementor-button {
  background: transparent !important;
  color: var(--ol-olive) !important;
}

.ol-feature {
  background: var(--ol-ivory);
}
.ol-feature-image img {
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
}
.ol-feature-copy .elementor-widget-wrap {
  padding: 42px 20px 42px 52px;
  align-content: center;
}
.ol-feature-copy h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.05; }
.ol-feature-list p {
  border-top: 1px solid var(--ol-line);
  padding: 16px 0;
  margin: 0;
}

.orphea-genoscope {
  --ol-genoscope-gap: clamp(34px, 5.4vw, 88px);
  position: relative;
  overflow: hidden;
  padding: 68px 0 72px;
  background: linear-gradient(180deg, #f8f2e8 0%, #f4ecde 100%);
  color: #30372c;
}
.orphea-genoscope .elementor-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: var(--ol-genoscope-gap);
  max-width: 1280px;
  width: calc(100% - 64px);
  margin-right: auto;
  margin-left: auto;
}
.orphea-genoscope-visual,
.orphea-genoscope-copy {
  width: calc(50% - (var(--ol-genoscope-gap) / 2)) !important;
}
.orphea-genoscope-visual .elementor-widget-wrap,
.orphea-genoscope-copy .elementor-widget-wrap {
  display: block;
}
.orphea-genoscope-media,
.orphea-genoscope-media .elementor-widget-container {
  margin: 0 !important;
}
.orphea-genoscope-media img {
  display: block;
  width: 100%;
  height: clamp(330px, 29vw, 430px);
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(140, 106, 69, .2);
  background: #eadfce;
  filter: saturate(.9) contrast(1.03);
}
.orphea-genoscope-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 14px 0 0 !important;
  padding: 14px 0 0 !important;
  border-top: 1px solid rgba(140, 106, 69, .2);
  color: #30372c;
}
.orphea-genoscope-caption .elementor-widget-container {
  display: contents;
}
.orphea-genoscope-caption span,
.orphea-genoscope-caption small {
  display: block;
}
.orphea-genoscope-caption span {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
}
.orphea-genoscope-caption small {
  max-width: 260px;
  color: #746a5e;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}
.orphea-genoscope-copy .elementor-widget-wrap {
  max-width: 570px;
  margin-left: auto;
  color: #30372c;
}
.orphea-genoscope .elementor-widget {
  margin-bottom: 0;
}
.orphea-genoscope-eyebrow {
  margin-bottom: 14px !important;
}
.orphea-genoscope-eyebrow p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #30372c;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 300;
}
.orphea-genoscope .br-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #cfc75d;
}
.orphea-genoscope-title h4 {
  max-width: 540px;
  margin: 0;
  color: #30372c;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0 !important;
}
.orphea-genoscope-desc p {
  max-width: 560px;
  margin: 14px 0 0;
  color: #746a5e;
  font-size: 15px;
  line-height: 1.6;
}
.orphea-genoscope-step {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0 12px;
  margin: 0 !important;
  padding: 11px 0;
  border-bottom: 1px solid rgba(140, 106, 69, .12);
}
.orphea-genoscope-step.ol-step-first {
  margin-top: 22px !important;
  border-top: 1px solid rgba(140, 106, 69, .18);
}
.orphea-genoscope-step .elementor-widget-container {
  display: contents;
}
.orphea-genoscope-step::before {
  content: "";
  grid-row: 1 / span 2;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  border-radius: 999px;
  background: #555a48;
  box-shadow: 0 0 0 5px rgba(85, 90, 72, .08);
}
.orphea-genoscope-step .step-title {
  grid-column: 2;
  margin: 0 0 3px;
  color: #30372c;
  font-size: 15.5px;
  line-height: 1.3;
  font-weight: 500;
}
.orphea-genoscope-step .step-desc {
  grid-column: 2;
  margin: 0;
  color: #746a5e;
  font-size: 13.5px;
  line-height: 1.5;
}
.orphea-genoscope-copy .elementor-widget-button {
  display: inline-block;
  width: auto;
  margin: 22px 12px 0 0;
  vertical-align: top;
}
.orphea-genoscope-copy .elementor-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px !important;
  border-color: #30372c !important;
  background: #30372c !important;
  color: #f3eee4 !important;
  white-space: nowrap;
}
.orphea-genoscope-copy .elementor-button-content-wrapper {
  display: inline-flex !important;
  width: auto !important;
  flex: 0 0 auto !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}
.orphea-genoscope-copy .elementor-button::after {
  content: none !important;
}
.orphea-genoscope-copy .elementor-button-content-wrapper::after {
  content: "\e930";
  font-family: "icomoon";
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1;
}
.orphea-genoscope-copy .elementor-button-text {
  flex: 0 1 auto;
  white-space: nowrap;
}
.orphea-genoscope-copy .orphea-genoscope-secondary .elementor-button {
  border-color: rgba(48, 55, 44, .22) !important;
  background: transparent !important;
  color: #30372c !important;
}
.orphea-genoscope-copy .elementor-button:hover {
  border-color: #555a48 !important;
  background: #555a48 !important;
  color: #f3eee4 !important;
}

.ol-accordion .elementor-accordion-item {
  border: 0 !important;
  border-bottom: 1px solid var(--ol-line) !important;
}
.ol-accordion .elementor-tab-title {
  padding: 22px 0 !important;
  font-size: 18px;
  font-weight: 750;
}
.ol-accordion .elementor-tab-content {
  padding: 0 0 22px !important;
  color: var(--ol-muted);
  line-height: 1.7;
}

.ol-oceans-card .elementor-widget-wrap {
  background: #10130f;
  color: #fff;
  padding: 42px;
  min-height: 360px;
  border: 1px solid rgba(255,255,255,.16);
}
.ol-oceans-card p { color: rgba(255,255,255,.72); }
.ol-oceans-card img {
  max-height: 240px;
  object-fit: contain;
}

.ol-review-card .elementor-widget-wrap {
  text-align: center;
  padding: 40px 34px;
}
.ol-review-card h3 { color: var(--ol-gold); font-size: 17px; text-transform: uppercase; letter-spacing: .08em; }
.ol-review-card p { font-size: 17px; color: #3c4038; }

.ol-page-hero {
  padding: 86px 0 52px;
  background: var(--ol-ivory);
  border-bottom: 1px solid var(--ol-line);
}
.ol-page-hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  max-width: 880px;
}
.ol-page-hero p { max-width: 700px; color: var(--ol-muted); font-size: 17px; line-height: 1.7; }

.ol-shop-layout .elementor-container { align-items: flex-start; }
.ol-shop-sidebar .elementor-widget-wrap {
  padding: 0 28px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.ol-shop-sidebar h3 { font-size: 19px; margin-bottom: 18px; }
.ol-shop-sidebar p a {
  display: block;
  padding: 10px 0;
  color: #3f493b;
  text-decoration: none;
  border-bottom: 1px solid rgba(47,63,45,.12);
}
.ol-shop-grid .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  border: 0;
  text-align: left;
}
.woocommerce ul.products li.product img {
  background: #f7f3eb;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 24px;
  margin: 0 0 18px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px !important;
  line-height: 1.2;
  color: var(--ol-ink);
  padding: 0 !important;
}
.woocommerce ul.products li.product .price {
  color: var(--ol-olive) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
}
.woocommerce-result-count, .woocommerce-ordering { display: none; }

.ol-woo-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 32px 96px;
  background: #fff;
}
.single-product .ol-woo-main div.product {
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  gap: 70px;
  align-items: start;
}
.single-product div.product div.images,
.single-product div.product div.summary {
  width: auto !important;
  float: none !important;
}
.single-product div.product div.images img {
  background: #f7f3eb;
  object-fit: contain;
  padding: 34px;
}
.single-product .product_title {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
}
.single-product .price {
  color: var(--ol-olive);
  font-size: 30px;
  font-weight: 850;
}
.single-product .stock { display: none; }

.ol-mf-field input, .ol-mf-field textarea, .mf-input {
  border: 1px solid var(--ol-line) !important;
  border-radius: 0 !important;
  padding: 15px 16px !important;
  background: #fff !important;
}
.mf-input-label { font-weight: 700 !important; color: var(--ol-ink) !important; }
.metform-btn, .mf-btn {
  background: var(--ol-olive) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 14px 28px !important;
  border: 0 !important;
}

/* Contact page: Rosaline contact layout mapped to Elementor + Contact Form 7. */
.ol-contact-hero {
  background: #f2efe8;
}
.ol-contact-hero > .elementor-container {
  width: 100% !important;
  max-width: none !important;
  display: flex;
}
.ol-contact-hero .elementor-column {
  min-height: 0;
}
.ol-contact-hero-copy > .elementor-widget-wrap {
  min-height: 100%;
  padding: 40px 15px;
  background: #f2efe8;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ol-contact-breadcrumb {
  margin-bottom: 60px;
}
.ol-contact-breadcrumb .tf-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: #737373;
  list-style: none;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ol-contact-breadcrumb a {
  color: #000;
  text-decoration: none;
}
.ol-contact-breadcrumb .icon {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.ol-contact-breadcrumb .icon-ArrowCaretRight {
  width: 10px;
  height: 10px;
  font-size: 0;
  color: #737373;
  position: relative;
}
.ol-contact-breadcrumb .icon-ArrowCaretRight::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
.ol-contact-heading-native {
  margin-top: auto;
  margin-bottom: auto;
}
.ol-contact-heading-native .sect-heading-v2 {
  display: grid;
  place-items: start;
  text-align: start;
  gap: 16px;
  margin: 0;
}
.ol-contact-heading-native .eyebrow-label,
.ol-contact-info-eyebrow .eyebrow-label,
.ol-contact-faq-heading .eyebrow-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #737373;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ol-contact-heading-native .br-dot,
.ol-contact-info-eyebrow .br-dot,
.ol-contact-faq-heading .br-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
.ol-contact-heading-native .s-title,
.ol-contact-info-title .elementor-heading-title,
.ol-contact-faq-heading .s-title {
  margin: 0;
  color: #000;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
}
.ol-contact-heading-native .s-desc {
  max-width: 560px;
  margin: 0;
  color: #737373;
  font-size: 16px;
  line-height: 1.5;
}
.ol-contact-hero-media > .elementor-widget-wrap {
  position: relative;
  padding: 80px 40px !important;
  overflow: hidden;
  display: block !important;
}
.ol-contact-hero-img {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0 !important;
}
.ol-contact-hero-img .elementor-widget-container,
.ol-contact-hero-img img {
  width: 100%;
  height: 100%;
}
.ol-contact-hero-img img {
  display: block;
  object-fit: cover;
}
.ol-contact-cf7 {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
}
.ol-contact-cf7 .wpcf7,
.ol-contact-cf7 .wpcf7-form {
  margin: 0;
}
.ol-contact-cf7 .hidden-fields-container,
.ol-contact-cf7 br {
  display: none !important;
}
.ol-contact-cf7 p {
  margin: 0;
}
.ol-cf7-title {
  margin: 0 0 24px;
  color: #000;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0;
}
.ol-contact-cf7 .form-content {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}
.ol-contact-cf7 .tf-field {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.ol-contact-cf7 .tf-field label {
  display: block;
  margin: 0 0 6px;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
.ol-contact-cf7 .wpcf7-form-control-wrap {
  display: block;
}
.ol-contact-cf7 input.style-3,
.ol-contact-cf7 textarea.style-3 {
  width: 100%;
  padding: 11px 15px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: none;
  outline: 0;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  transition: all .3s ease;
}
.ol-contact-cf7 input.style-3::placeholder,
.ol-contact-cf7 textarea.style-3::placeholder {
  color: #737373;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.ol-contact-cf7 textarea.style-3 {
  height: 120px !important;
  min-height: 120px;
  resize: none;
}
.ol-contact-cf7 input.style-3:focus,
.ol-contact-cf7 textarea.style-3:focus {
  border-color: #000;
  box-shadow: none;
}
.ol-contact-cf7 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 12px !important;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease;
}
.ol-contact-cf7 input[type="submit"]:hover {
  background: #404040;
}
.ol-contact-cf7 .wpcf7-spinner {
  display: none;
}
.ol-contact-cf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #d92d20;
  font-size: 12px;
}
.ol-contact-cf7 .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.45;
}
.ol-contact-info {
  padding: 104px 0;
  background: #fff;
}
.ol-contact-info > .elementor-container,
.ol-contact-faq-section > .elementor-container {
  width: min(1470px, 100%) !important;
  max-width: 1470px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.ol-contact-info-heading > .elementor-widget-wrap {
  align-content: flex-start;
  padding-right: 15px;
}
.ol-contact-info-eyebrow {
  margin-bottom: 16px;
}
.ol-contact-info-title .elementor-heading-title {
  max-width: 590px;
}
.ol-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.ol-contact-info-grid .box-infor {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
  padding: 24px;
  border: 0;
  border-radius: 8px;
  background: transparent;
}
.ol-contact-info-grid .ic-wrap {
  width: 64px;
  height: 64px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f5f5;
  color: #000;
  font-size: 40px;
}
.ol-contact-info-grid .ic-wrap svg {
  width: 40px;
  height: 40px;
}
.ol-contact-info-grid .infor-title {
  margin: 0;
  color: #000;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 300;
  line-height: 1.25;
}
.ol-contact-info-grid .infor-desc {
  margin: 0;
  color: #737373;
  font-size: 16px;
  line-height: 1.5;
}
.ol-contact-faq-section {
  padding: 104px 0;
  background: #f2efe8;
}
.ol-contact-faq-col > .elementor-widget-wrap {
  max-width: 1225px;
  margin: 0 auto;
}
.ol-contact-faq-heading {
  margin-bottom: 64px;
  text-align: center;
}
.ol-contact-faq-heading .eyebrow-label {
  justify-content: center;
  color: #a1a1a1;
  margin-bottom: 24px;
}
.ol-contact-faq-heading .s-title {
  color: #000;
}
.ol-contact-faq {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
}
.ol-contact-faq .elementor-accordion-item {
  padding-left: 32px;
  padding-right: 32px;
  border: 0 !important;
  background: #fff;
}
.ol-contact-faq .elementor-accordion-item:not(:last-child) {
  border-bottom: 1px solid #efefef !important;
}
.ol-contact-faq .elementor-tab-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 32px 0 0 44px !important;
  margin-bottom: 16px;
  border: 0 !important;
  color: #000 !important;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 300;
  line-height: 1.3;
  transition: all .3s ease;
}
.ol-contact-faq .elementor-tab-title.elementor-active {
  padding-bottom: 0 !important;
}
.ol-contact-faq .elementor-tab-title:not(.elementor-active) {
  margin-bottom: 0;
  padding-bottom: 32px !important;
}
.ol-contact-faq .elementor-tab-title::before,
.ol-contact-faq .elementor-tab-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 39px;
  width: 15px;
  height: 1.25px;
  border-radius: 2px;
  background: #000;
  transition: all .3s ease;
}
.ol-contact-faq .elementor-tab-title::before {
  transform: rotate(90deg);
}
.ol-contact-faq .elementor-tab-title.elementor-active::before {
  transform: rotate(90deg);
}
.ol-contact-faq .elementor-tab-title.elementor-active::after {
  transform: rotate(180deg);
}
.ol-contact-faq .elementor-tab-title:not(.elementor-active)::before,
.ol-contact-faq .elementor-tab-title:not(.elementor-active)::after {
  transform: rotate(0deg);
}
.ol-contact-faq .elementor-accordion-icon {
  display: none !important;
}
.ol-contact-faq .elementor-tab-content {
  padding: 0 0 32px 44px !important;
  border: 0 !important;
  color: #737373;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .ol-contact-hero-copy > .elementor-widget-wrap {
    padding: 40px;
  }
  .ol-contact-heading-native .sect-heading-v2 {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .ol-contact-hero-copy > .elementor-widget-wrap {
    padding: 80px;
  }
  .ol-contact-breadcrumb {
    margin-bottom: -24px;
  }
  .ol-contact-heading-native .s-title,
  .ol-contact-info-title .elementor-heading-title,
  .ol-contact-faq-heading .s-title {
    line-height: 58px;
  }
  .ol-contact-hero-media > .elementor-widget-wrap {
    padding: 172px 80px 164px !important;
  }
}
@media (max-width: 1199px) {
  .ol-contact-info-grid {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .ol-contact-hero > .elementor-container {
    display: block;
  }
  .ol-contact-hero .elementor-column {
    width: 100% !important;
  }
  .ol-contact-info {
    padding: 60px 0;
  }
  .ol-contact-info-heading > .elementor-widget-wrap {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .ol-contact-faq-section {
    padding: 60px 0;
  }
  .ol-contact-faq-heading {
    margin-bottom: 48px;
  }
  .ol-contact-faq .elementor-tab-title {
    padding-top: 16px !important;
  }
  .ol-contact-faq .elementor-tab-title:not(.elementor-active) {
    padding-bottom: 16px !important;
  }
  .ol-contact-faq .elementor-tab-title::before,
  .ol-contact-faq .elementor-tab-title::after {
    top: 22px;
  }
}
@media (max-width: 767px) {
  .ol-contact-hero-media > .elementor-widget-wrap {
    padding: 40px 15px !important;
  }
  .ol-contact-cf7 {
    padding: 40px 20px;
  }
}

/* Contact page: minimal premium contact desk. */
.ol-contact-minimal {
  padding: 96px 0 104px;
  background:
    radial-gradient(circle at 12% 18%, rgba(188, 167, 127, .16), transparent 28%),
    linear-gradient(135deg, #f7f3ec 0%, #fffdf8 52%, #eee8dc 100%);
}
.ol-contact-minimal > .elementor-container {
  width: min(1320px, calc(100% - 64px)) !important;
  max-width: 1320px !important;
  min-height: 640px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(48, 55, 44, .1);
  border-radius: 28px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 34px 90px rgba(48, 55, 44, .09);
}
.ol-contact-minimal .elementor-column {
  min-height: 0;
}
.ol-contact-minimal-copy > .elementor-widget-wrap {
  min-height: 100%;
  padding: 72px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ol-contact-kicker,
.ol-contact-title,
.ol-contact-lead,
.ol-contact-routes-label {
  margin: 0 !important;
}
.ol-contact-kicker p {
  margin: 0 0 18px;
  color: rgba(48, 55, 44, .62);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ol-contact-title .elementor-heading-title {
  max-width: 640px;
  margin: 0;
  color: #30372c;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0;
}
.ol-contact-lead p {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(48, 55, 44, .74);
  font-size: 17px;
  line-height: 1.72;
}
.ol-contact-routes-label p {
  margin: 40px 0 2px;
  color: rgba(48, 55, 44, .52);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ol-contact-route {
  margin: 0 !important;
}
.ol-contact-route .elementor-icon-box-wrapper {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid rgba(48, 55, 44, .1);
}
.ol-contact-route .elementor-icon-box-icon {
  margin: 0 !important;
}
.ol-contact-route .elementor-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(48, 55, 44, .08);
  color: #30372c;
  font-size: 22px;
}
.ol-contact-route .elementor-icon-box-content {
  min-width: 0;
}
.ol-contact-route .elementor-icon-box-title {
  margin: 0 0 4px;
  color: #30372c;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}
.ol-contact-route .elementor-icon-box-description {
  margin: 0;
  color: rgba(48, 55, 44, .66);
  font-size: 14px;
  line-height: 1.55;
}
.ol-contact-minimal-form > .elementor-widget-wrap {
  min-height: 100%;
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(48, 55, 44, .045);
}
.ol-contact-minimal .ol-contact-cf7 {
  max-width: 540px !important;
  padding: 38px;
  border: 1px solid rgba(48, 55, 44, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 70px rgba(48, 55, 44, .1);
}
.ol-contact-minimal .ol-cf7-title {
  margin-bottom: 22px;
  color: #30372c;
  font-size: 34px;
  line-height: 1.08;
}
.ol-contact-minimal .ol-contact-cf7 .form-content {
  gap: 14px;
  margin-bottom: 20px;
}
.ol-contact-minimal .ol-contact-cf7 .tf-field label {
  margin-bottom: 7px;
  color: rgba(48, 55, 44, .72);
  font-size: 12px;
  font-weight: 500;
}
.ol-contact-minimal .ol-contact-cf7 input.style-3,
.ol-contact-minimal .ol-contact-cf7 textarea.style-3 {
  min-height: 46px;
  border-color: rgba(48, 55, 44, .14);
  border-radius: 16px;
  background: #fbfaf6;
  color: #30372c;
}
.ol-contact-minimal .ol-contact-cf7 input.style-3:focus,
.ol-contact-minimal .ol-contact-cf7 textarea.style-3:focus {
  border-color: rgba(48, 55, 44, .48);
  background: #fff;
}
.ol-contact-minimal .ol-contact-cf7 textarea.style-3 {
  min-height: 122px;
}
.ol-contact-minimal .ol-contact-cf7 input[type="submit"] {
  min-height: 44px;
  height: 44px;
  border-radius: 22px;
  background: #30372c;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
}
.ol-contact-minimal .ol-contact-cf7 input[type="submit"]:hover {
  background: #1f261d;
}
@media (max-width: 991px) {
  .ol-contact-minimal {
    padding: 56px 0 64px;
  }
  .ol-contact-minimal > .elementor-container {
    width: min(720px, calc(100% - 32px)) !important;
    min-height: 0;
    display: block;
  }
  .ol-contact-minimal .elementor-column {
    width: 100% !important;
  }
  .ol-contact-minimal-copy > .elementor-widget-wrap {
    padding: 46px 42px 34px;
  }
  .ol-contact-minimal-form > .elementor-widget-wrap {
    padding: 0 42px 42px;
    background: transparent;
  }
  .ol-contact-minimal .ol-contact-cf7 {
    max-width: none !important;
  }
}
@media (max-width: 575px) {
  .ol-contact-minimal {
    padding: 40px 0 48px;
  }
  .ol-contact-minimal > .elementor-container {
    width: calc(100% - 24px) !important;
    border-radius: 22px;
  }
  .ol-contact-minimal-copy > .elementor-widget-wrap {
    padding: 34px 22px 24px;
  }
  .ol-contact-title .elementor-heading-title {
    font-size: 34px;
    line-height: 1.05;
  }
  .ol-contact-lead p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }
  .ol-contact-routes-label p {
    margin-top: 28px;
  }
  .ol-contact-route .elementor-icon-box-wrapper {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    padding: 15px 0;
  }
  .ol-contact-route .elementor-icon {
    width: 38px;
    height: 38px;
    font-size: 19px;
  }
  .ol-contact-minimal-form > .elementor-widget-wrap {
    padding: 0 16px 18px;
  }
  .ol-contact-minimal .ol-contact-cf7 {
    padding: 24px;
    border-radius: 20px;
  }
  .ol-contact-minimal .ol-cf7-title {
    font-size: 28px;
  }
}

/* Static HTML fidelity bridge for Elementor-owned B2B distributor page. */
.ol-b2b-pixel-heading > .elementor-container,
.ol-b2b-pixel-nav > .elementor-container,
.ol-b2b-pixel-detail > .elementor-container,
.ol-b2b-pixel-process > .elementor-container,
.ol-b2b-pixel-raw > .elementor-container,
.ol-b2b-pixel-faq > .elementor-container,
.ol-b2b-pixel-final > .elementor-container {
  width: min(1290px, calc(100% - 64px)) !important;
  max-width: 1290px !important;
  margin-inline: auto !important;
}
.ol-b2b-pixel-heading .content > .elementor-widget-wrap {
  max-width: 900px;
  display: grid;
  gap: 16px;
  align-content: center;
}
.ol-b2b-pixel-heading .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #5d6858;
  font-size: 13px;
  text-transform: uppercase;
}
.ol-b2b-pixel-heading .breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.ol-b2b-pixel-heading .page-title .elementor-heading-title,
.ol-b2b-pixel-heading .page-title {
  color: #20321f;
  letter-spacing: 0;
}
.ol-b2b-pixel-heading .page-desc p {
  max-width: 760px;
  margin: 0;
  color: #566451;
  line-height: 1.7;
}

.ol-b2b-pixel-hero > .elementor-container {
  width: 100% !important;
  max-width: none !important;
  min-height: 640px;
}
.ol-b2b-pixel-hero .col-content,
.ol-b2b-pixel-hero .col-media {
  width: 50% !important;
}
.ol-b2b-pixel-hero .col-content {
  background: #f7f4ec;
}
.ol-b2b-pixel-hero .col-content > .elementor-widget-wrap {
  max-width: 650px;
  margin-left: auto;
  padding: clamp(56px, 7vw, 110px) clamp(32px, 5vw, 80px);
  align-content: center;
}
.ol-b2b-pixel-hero .col-content .elementor-widget-button {
  width: auto !important;
  display: inline-flex !important;
  margin: 22px 10px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.ol-b2b-pixel-hero .col-content .elementor-button {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 28px !important;
  border: 1px solid #263324 !important;
  border-radius: 999px !important;
  background: #263324 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}
.ol-b2b-pixel-hero .col-content .btn-light .elementor-button {
  border-color: rgba(49, 65, 44, .22) !important;
  background: #fff !important;
  color: #31412c !important;
}
.ol-b2b-pixel-hero .col-content .elementor-button-content-wrapper {
  width: auto !important;
}
.ol-b2b-pixel-hero .col-media {
  position: relative;
  min-height: 640px;
  overflow: hidden;
}
.ol-b2b-pixel-hero .ol-b2b-hero-image,
.ol-b2b-pixel-hero .ol-b2b-hero-image .elementor-widget-container,
.ol-b2b-pixel-hero .ol-b2b-hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ol-b2b-pixel-hero .ol-b2b-hero-image img {
  object-fit: cover;
}
.ol-b2b-pixel-hero .orphea-b2b-hero-card-title,
.ol-b2b-pixel-hero .orphea-b2b-hero-card {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100% - 80px));
  margin-inline: auto 40px;
  border-right: 1px solid rgba(32, 50, 31, .12);
  border-left: 1px solid rgba(32, 50, 31, .12);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
}
.ol-b2b-pixel-hero .orphea-b2b-hero-card-title {
  margin-top: 80px;
  margin-bottom: 0 !important;
  padding: 40px 40px 0;
  border-top: 1px solid rgba(32, 50, 31, .12);
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0;
}
.ol-b2b-pixel-hero .orphea-b2b-hero-card-title .elementor-heading-title {
  color: #20321f;
  letter-spacing: 0;
}
.ol-b2b-pixel-hero .orphea-b2b-hero-card {
  margin-top: 0 !important;
  padding: 0 40px 40px;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(32, 50, 31, .12);
  border-radius: 0 0 8px 8px;
}

.ol-b2b-pixel-nav,
.ol-b2b-pixel-detail,
.ol-b2b-pixel-raw,
.ol-b2b-pixel-faq {
  background: #fff;
}
.ol-b2b-pixel-nav .ol-b2b-pixel-section-heading > .elementor-container {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ol-b2b-pixel-nav .ol-heading-action > .elementor-widget-wrap {
  justify-content: flex-end;
}
.ol-b2b-pixel-nav .ol-heading-link .elementor-button {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #20321f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.ol-b2b-pixel-nav .ol-heading-link .elementor-button-content-wrapper::after {
  content: "\2192";
  margin-left: 8px;
  font-size: 16px;
}
.ol-b2b-pixel-nav .ol-b2b-section-stack,
.ol-b2b-pixel-nav .ol-b2b-section-stack > .elementor-widget-wrap,
.ol-b2b-pixel-nav .ol-b2b-pixel-section-heading,
.ol-b2b-pixel-nav .ol-b2b-nav-grid,
.ol-b2b-pixel-detail .ol-b2b-detail-grid,
.ol-b2b-pixel-process .ol-b2b-pixel-process-line {
  width: 100% !important;
  max-width: none !important;
}
.ol-b2b-pixel-nav .ol-b2b-nav-grid,
.ol-b2b-pixel-detail .ol-b2b-detail-grid,
.ol-b2b-pixel-process .ol-b2b-pixel-process-line {
  display: block !important;
}
.ol-b2b-pixel-nav .ol-b2b-nav-grid > .elementor-container {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.ol-b2b-pixel-nav .orphea-b2b-nav-card,
.ol-b2b-pixel-detail .orphea-b2b-info-card,
.ol-b2b-pixel-process .ol-process-card {
  width: auto !important;
}
.ol-b2b-pixel-nav .orphea-b2b-nav-card,
.ol-b2b-pixel-detail .orphea-b2b-side-card,
.ol-b2b-pixel-detail .orphea-b2b-info-card {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.ol-b2b-pixel-nav .orphea-b2b-nav-card > .elementor-widget-wrap,
.ol-b2b-pixel-detail .orphea-b2b-info-card > .elementor-widget-wrap,
.ol-b2b-pixel-detail .orphea-b2b-side-card > .elementor-widget-wrap {
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(32, 50, 31, .12);
  background: #fff;
  align-content: flex-start;
}
.ol-b2b-pixel-nav .orphea-b2b-nav-card > .elementor-widget-wrap {
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.ol-b2b-pixel-nav .orphea-b2b-nav-card:hover > .elementor-widget-wrap,
.ol-b2b-pixel-nav .orphea-b2b-nav-card.is-active > .elementor-widget-wrap {
  border-color: #31412c;
  background: #fbfaf6;
  transform: translateY(-2px);
}
.ol-b2b-pixel-detail > .elementor-container {
  align-items: flex-start;
}
.ol-b2b-pixel-detail .orphea-b2b-side-card {
  width: 34% !important;
}
.ol-b2b-pixel-detail .ol-b2b-detail-content {
  width: 66% !important;
}
.ol-b2b-pixel-detail .orphea-b2b-side-card > .elementor-widget-wrap {
  background: #fbfaf6;
}
.ol-b2b-pixel-detail .ol-b2b-detail-grid > .elementor-container {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ol-b2b-pixel-process {
  background: #f7f4ec;
}
.ol-b2b-pixel-process .ol-b2b-process-stack > .elementor-widget-wrap {
  display: grid;
  gap: 30px;
}
.ol-b2b-pixel-process .ol-b2b-pixel-process-line {
  margin-top: 0;
  border: 0 !important;
  background: transparent !important;
}
.ol-b2b-pixel-process .ol-b2b-pixel-process-line > .elementor-container {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(32, 50, 31, .12);
  background: rgba(32, 50, 31, .12);
}
.ol-b2b-pixel-process .ol-process-card {
  width: auto !important;
  padding: 0 !important;
}
.ol-b2b-pixel-process .ol-process-card > .elementor-widget-wrap {
  min-height: 240px;
  padding: 26px;
  border: 0;
  background: #fff;
  text-align: left;
  align-content: flex-start;
}

.ol-b2b-pixel-raw .ol-b2b-raw-media,
.ol-b2b-pixel-raw .ol-b2b-raw-copy {
  width: 50% !important;
}
.ol-b2b-pixel-raw .orphea-b2b-media-frame img {
  width: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}
.ol-b2b-pixel-raw .ol-b2b-raw-copy > .elementor-widget-wrap {
  padding-left: clamp(20px, 4vw, 70px);
  align-content: center;
}

.ol-b2b-pixel-faq > .elementor-container {
  align-items: flex-start;
}
.ol-b2b-pixel-faq .sect-heading-v2 {
  width: 34% !important;
}
.ol-b2b-pixel-faq .ol-b2b-faq-content {
  width: 66% !important;
}
.ol-b2b-pixel-faq .elementor-accordion {
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(32, 50, 31, .1);
  border-radius: 16px;
  background: #fff;
}
.ol-b2b-pixel-faq .elementor-accordion-item {
  padding-inline: 24px;
  border: 1px solid rgba(32, 50, 31, .08) !important;
  background: #fbfaf6;
}
.ol-b2b-pixel-faq .elementor-accordion-item:not(:last-child) {
  margin-bottom: 8px;
}
.ol-b2b-pixel-faq .elementor-tab-title {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 0 !important;
  color: #20321f;
  font-family: var(--font-main2);
  font-size: 20px;
}
.ol-b2b-pixel-faq .elementor-accordion-icon {
  display: none !important;
}
.ol-b2b-pixel-faq .elementor-tab-title::before,
.ol-b2b-pixel-faq .elementor-tab-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}
.ol-b2b-pixel-faq .elementor-tab-title::after {
  transform: translateY(-50%) rotate(90deg);
}
.ol-b2b-pixel-faq .elementor-tab-title.elementor-active::after {
  transform: translateY(-50%) rotate(0);
}
.ol-b2b-pixel-faq .elementor-tab-title a {
  padding-left: 44px;
}
.ol-b2b-pixel-faq .elementor-tab-content {
  padding: 0 0 28px 44px !important;
  border: 0 !important;
  background: transparent;
  color: #61705d;
  line-height: 1.7;
}

.ol-b2b-pixel-final {
  background: #263324;
}
.ol-b2b-pixel-final .orphea-b2b-final-inner > .elementor-container {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.ol-b2b-pixel-final h3,
.ol-b2b-pixel-final .orphea-eyebrow,
.ol-b2b-pixel-final .elementor-heading-title {
  color: #fff;
}
.ol-b2b-pixel-final .ol-b2b-final-copy {
  width: 66% !important;
}
.ol-b2b-pixel-final .orphea-b2b-actions {
  width: 34% !important;
}
.ol-b2b-pixel-final .orphea-b2b-actions > .elementor-widget-wrap {
  justify-content: flex-end;
}
.ol-b2b-pixel-final .orphea-b2b-actions .elementor-widget-button {
  width: auto !important;
  display: inline-flex !important;
  margin-left: 10px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

@media (max-width: 991px) {
  .ol-b2b-pixel-heading > .elementor-container,
  .ol-b2b-pixel-nav > .elementor-container,
  .ol-b2b-pixel-detail > .elementor-container,
  .ol-b2b-pixel-process > .elementor-container,
  .ol-b2b-pixel-raw > .elementor-container,
  .ol-b2b-pixel-faq > .elementor-container,
  .ol-b2b-pixel-final > .elementor-container {
    width: calc(100% - 40px) !important;
  }
  .ol-b2b-pixel-hero .col-content,
  .ol-b2b-pixel-hero .col-media,
  .ol-b2b-pixel-detail .orphea-b2b-side-card,
  .ol-b2b-pixel-detail .ol-b2b-detail-content,
  .ol-b2b-pixel-raw .ol-b2b-raw-media,
  .ol-b2b-pixel-raw .ol-b2b-raw-copy,
  .ol-b2b-pixel-faq .sect-heading-v2,
  .ol-b2b-pixel-faq .ol-b2b-faq-content,
  .ol-b2b-pixel-final .ol-b2b-final-copy,
  .ol-b2b-pixel-final .orphea-b2b-actions {
    width: 100% !important;
  }
  .ol-b2b-pixel-hero > .elementor-container {
    min-height: auto;
  }
  .ol-b2b-pixel-hero .col-content > .elementor-widget-wrap {
    margin-left: 0;
  }
  .ol-b2b-pixel-hero .col-media {
    min-height: 520px;
  }
  .ol-b2b-pixel-nav .ol-b2b-nav-grid > .elementor-container,
  .ol-b2b-pixel-process .ol-b2b-pixel-process-line > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ol-b2b-pixel-raw .ol-b2b-raw-copy > .elementor-widget-wrap {
    padding-left: 0;
  }
  .ol-b2b-pixel-final .orphea-b2b-actions > .elementor-widget-wrap {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ol-b2b-pixel-nav .ol-b2b-nav-grid > .elementor-container,
  .ol-b2b-pixel-detail .ol-b2b-detail-grid > .elementor-container,
  .ol-b2b-pixel-process .ol-b2b-pixel-process-line > .elementor-container {
    grid-template-columns: 1fr;
  }
  .ol-b2b-pixel-hero .orphea-b2b-hero-card-title,
  .ol-b2b-pixel-hero .orphea-b2b-hero-card {
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: auto;
  }
  .ol-b2b-pixel-hero .orphea-b2b-hero-card-title {
    margin-top: 40px;
    padding: 28px 28px 0;
  }
  .ol-b2b-pixel-hero .orphea-b2b-hero-card {
    padding: 0 28px 28px;
  }
  .ol-b2b-pixel-hero .col-content .elementor-widget-button,
  .ol-b2b-pixel-final .orphea-b2b-actions .elementor-widget-button {
    margin-right: 8px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 575px) {
  .ol-contact-info {
    padding: 40px 0;
  }
  .ol-contact-info-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ol-contact-faq-section {
    padding: 40px 0;
  }
  .ol-contact-faq {
    border-radius: 16px;
  }
  .ol-contact-faq .elementor-accordion-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ol-contact-faq .elementor-tab-title {
    padding-left: 26px !important;
  }
  .ol-contact-faq .elementor-tab-content {
    padding-left: 26px !important;
  }
}

.ol-single-post {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 32px 110px;
}
.ol-single-post__head { text-align: center; max-width: 840px; margin: 0 auto 42px; }
.ol-single-post h1 { font-size: clamp(38px, 5vw, 66px); line-height: 1.03; }
.ol-single-post__image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.ol-single-post__content { margin: 44px auto 0; max-width: 760px; font-size: 18px; line-height: 1.8; color: #3d4039; }
.ol-single-post__content h2 { color: var(--ol-ink); margin-top: 42px; }

/* Blog grid + single blog fidelity layer from Rosaline blog-grid/blog-detail. */
.container {
  width: 1470px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.flat-spacing {
  padding-top: 104px;
  padding-bottom: 104px;
}
.flat-spacing-mix-1 {
  padding-top: 64px;
  padding-bottom: 104px;
}
.tf-page-heading .content {
  display: grid;
  gap: 20px;
}
.tf-page-heading .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #737373;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}
.tf-page-heading .breadcrumb a {
  color: #000;
  text-decoration: none;
}
.tf-page-heading .breadcrumb .icon-ArrowCaretRight {
  width: 10px;
  height: 10px;
  font-size: 0;
  color: #737373;
  position: relative;
}
.tf-page-heading .breadcrumb .icon-ArrowCaretRight::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}
.tf-page-heading .page-title {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.3;
  font-weight: 400;
}
.font-instrument_serif,
.font-instrument_serif * {
  font-family: "Instrument Serif", Georgia, serif !important;
}
.tf-page-heading .page-desc {
  margin: 0;
  color: #606060;
  font-size: 16px;
  line-height: 1.5;
}
.tf-grid-layout {
  display: grid;
  column-gap: 16px;
  row-gap: 24px;
}
.tf-grid-layout.gap-16 {
  gap: 16px !important;
}
.tf-social-icon {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tf-social-icon.flex-column {
  flex-direction: column;
}
.tf-social-icon a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #efefef;
  border-radius: 999px;
  color: #000;
  text-decoration: none;
  transition: all .3s ease;
}
.tf-btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  color: #000;
}
.tf-btn-icon .icon {
  font-size: 20px;
}
.tf-btn-icon::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all .3s ease;
}
.tf-btn-icon:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.article-blog {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 8px 8px 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.article-blog .blog-image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: block;
}
.article-blog .blog-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-blog .blog-content {
  padding-left: 12px;
  padding-right: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.article-blog .blog_tag {
  margin-bottom: 8px;
}
.article-blog .blog_name {
  margin-bottom: 24px;
}
.article-blog .blog_date {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 8px;
  background: #f5f5f5;
  border-radius: 6px;
}
.article-blog .tf-btn-icon {
  margin-top: auto;
}
.orphea-content-page,
body.page-template-template-blog,
body.single-post {
  background: #fff;
}
body.single-post .site-main.ol-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  box-sizing: border-box;
  overflow: visible;
}
.orphea-content-heading {
  background: #f7f4ec;
  border-top: 1px solid rgba(30, 38, 24, .08);
  border-bottom: 1px solid rgba(30, 38, 24, .08);
}
.orphea-content-heading .content {
  max-width: 820px;
}
.orphea-content-heading .page-title {
  color: #20321f;
  letter-spacing: 0;
}
.orphea-content-heading .page-desc {
  max-width: 680px;
}
body.error404,
body.error404 .site-main.ol-main {
  background: #fff;
}
body.error404 .site-main.ol-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  overflow: visible;
}
.orphea-404-heading {
  padding-top: 88px;
  padding-bottom: 84px;
}
.orphea-404-heading .content {
  max-width: 860px;
}
.orphea-404-kicker {
  width: fit-content;
  margin: 2px 0 -8px;
  padding: 5px 12px;
  border: 1px solid rgba(49, 65, 44, .18);
  border-radius: 999px;
  color: #31412c;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.orphea-404-heading .page-title {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .96;
}
.orphea-404-heading .page-desc {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.65;
}
.orphea-404-page.flat-spacing {
  background: #fff;
  padding-top: 48px;
}
.orphea-404-panel {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(34px, 6vw, 78px);
  border: 1px solid rgba(49, 65, 44, .13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(49, 65, 44, .045) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(rgba(49, 65, 44, .045) 1px, transparent 1px) 0 0 / 56px 56px,
    #f8f4ec;
}
.orphea-404-panel::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(49, 65, 44, .08);
  border-radius: 6px;
  pointer-events: none;
}
.orphea-404-code {
  position: absolute;
  right: clamp(18px, 6vw, 96px);
  top: 50%;
  color: rgba(48, 55, 44, .07);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(145px, 22vw, 360px);
  line-height: .72;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}
.orphea-404-panel-content {
  position: relative;
  z-index: 2;
  max-width: 610px;
}
.orphea-404-mark {
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(49, 65, 44, .15);
  border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  color: #31412c;
  font-size: 30px;
  box-shadow: 0 18px 42px rgba(49, 65, 44, .08);
}
.orphea-404-panel-content h2 {
  max-width: 520px;
  margin: 0;
  color: #30372c;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1.02;
}
.orphea-404-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}
.orphea-404-actions .tf-btn {
  min-height: 52px;
  width: auto !important;
  padding-right: 24px;
  padding-left: 24px;
  white-space: nowrap;
}
.orphea-404-actions .tf-btn .icon {
  flex: 0 0 auto;
  font-size: 18px;
}
.orphea-404-btn-light {
  border-color: rgba(49, 65, 44, .22);
  background: rgba(255, 255, 255, .72);
  color: #30372c;
}
.orphea-404-btn-light:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}
.orphea-404-actions .tf-btn-line {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 2px;
  color: #31412c;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.orphea-404-actions .tf-btn-line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform .3s ease;
}
.orphea-404-actions .tf-btn-line:hover::after {
  transform: scaleX(.58);
}
.orphea-404-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.orphea-404-route-card {
  min-height: 154px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(49, 65, 44, .12);
  border-radius: 8px;
  background: #fff;
  color: #30372c;
  text-decoration: none;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.orphea-404-route-card:hover {
  border-color: rgba(49, 65, 44, .28);
  box-shadow: 0 18px 46px rgba(49, 65, 44, .08);
  transform: translateY(-3px);
}
.orphea-404-route-card .ic-wrap {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f8f4ec;
  color: #31412c;
  font-size: 24px;
}
.orphea-404-route-card .route-content {
  min-width: 0;
  display: grid;
  gap: 8px;
}
.orphea-404-route-card .route-title {
  color: #30372c;
  font-size: 24px;
  line-height: 1.08;
}
.orphea-404-route-card .route-desc {
  color: #6e7169;
  font-size: 14px;
  line-height: 1.55;
}
.orphea-404-route-card .route-arrow {
  color: #31412c;
  font-size: 20px;
  transition: transform .3s ease;
}
.orphea-404-route-card:hover .route-arrow {
  transform: translateX(4px);
}
@media (max-width: 1199px) {
  .orphea-404-heading {
    padding-top: 72px;
    padding-bottom: 70px;
  }
  .orphea-404-page.flat-spacing {
    padding-top: 46px;
  }
  .orphea-404-routes {
    grid-template-columns: 1fr;
  }
  .orphea-404-route-card {
    min-height: 132px;
  }
}
@media (max-width: 767px) {
  .orphea-404-heading {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .orphea-404-heading .page-title {
    font-size: clamp(38px, 12vw, 54px);
  }
  .orphea-404-heading .page-desc {
    font-size: 16px;
  }
  .orphea-404-page.flat-spacing {
    padding-top: 34px;
    padding-bottom: 64px;
  }
  .orphea-404-panel {
    min-height: 0;
    padding: 32px 22px;
  }
  .orphea-404-panel::after {
    inset: 12px;
  }
  .orphea-404-code {
    right: -8px;
    top: auto;
    bottom: 18px;
    font-size: clamp(112px, 38vw, 190px);
    transform: none;
  }
  .orphea-404-mark {
    width: 60px;
    height: 60px;
    margin-bottom: 22px;
    font-size: 24px;
  }
  .orphea-404-panel-content h2 {
    font-size: clamp(34px, 10vw, 46px);
  }
  .orphea-404-actions {
    align-items: stretch;
  }
  .orphea-404-actions .tf-btn,
  .orphea-404-actions .tf-btn-line {
    width: 100% !important;
  }
  .orphea-404-actions .tf-btn-line {
    justify-content: center;
  }
  .orphea-404-actions .tf-btn-line::after {
    right: 32%;
    left: 32%;
  }
  .orphea-404-route-card {
    grid-template-columns: auto 1fr;
    min-height: 0;
    padding: 20px;
  }
  .orphea-404-route-card .route-arrow {
    display: none;
  }
  .orphea-404-route-card .route-title {
    font-size: 22px;
  }
}

/* Become a Distributor: Rosaline wholesale page structure, scoped to the B2B static template. */
.orphea-wholesale-page {
  background: #fff;
  color: #30372c;
}
.orphea-wholesale-page .pt-0 {
  padding-top: 0 !important;
}
.orphea-wholesale-page .mb-20 {
  margin-bottom: 20px !important;
}
.orphea-wholesale-page .w-100 {
  width: 100% !important;
}
.orphea-wholesale-page .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.orphea-wholesale-page .cl-text-5 {
  color: #60705b;
}
.orphea-wholesale-page .cl-text-main {
  color: #30372c;
}
.orphea-wholesale-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.orphea-wholesale-page .row > * {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.orphea-wholesale-page .gy-30 {
  row-gap: 30px;
}
.orphea-wholesale-page .align-items-center {
  align-items: center;
}
.orphea-wholesale-page .sticky-top {
  position: sticky;
  top: 120px;
}
.orphea-wholesale-page .collapse:not(.show) {
  display: none;
}
.orphea-wholesale-page .text-display-1 {
  color: #20321f;
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: .98;
  letter-spacing: 0;
}
.orphea-wholesale-page .sect-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
}
.orphea-wholesale-page .sect-heading.center {
  display: grid;
  place-items: center;
  text-align: center;
}
.orphea-wholesale-page .sect-heading-v2 {
  display: grid;
  place-items: center;
  gap: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.orphea-wholesale-page .sect-heading-v2.start {
  place-items: start;
  text-align: start;
}
.orphea-wholesale-page .sect-heading-v2 .s-title,
.orphea-wholesale-page .s-title {
  color: #20321f;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
}
.orphea-wholesale-page .s-desc {
  max-width: 680px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.orphea-wholesale-page .eyebrow-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.orphea-wholesale-page .br-dot {
  width: 7px;
  height: 7px;
  display: inline-flex;
  border-radius: 50%;
  background: #31412c;
}
.orphea-b2b-heading .content {
  max-width: 900px;
}
.orphea-b2b-heading .page-title {
  color: #20321f;
  letter-spacing: 0;
}
.orphea-b2b-heading .page-desc {
  max-width: 760px;
}
.orphea-wholesale-page .section-split .col-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 15px;
}
.orphea-wholesale-page .section-split .col-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.orphea-wholesale-page .section-contact .col-media {
  position: relative;
  min-height: 520px;
  padding: 80px 40px;
}
.orphea-wholesale-page .section-contact .col-media > img {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.orphea-wholesale-page .section-contact .col-media_inner {
  position: relative;
  z-index: 1;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
}
.orphea-b2b-hero {
  background: #fff;
}
.orphea-b2b-hero .col-content {
  min-height: 640px;
  background: #f7f4ec;
}
.orphea-b2b-hero-card {
  border: 1px solid rgba(32, 50, 31, .12);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
}
.orphea-b2b-hero-card h5 {
  color: #20321f;
  letter-spacing: 0;
}
.orphea-b2b-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.orphea-b2b-actions .btn-light {
  border-color: rgba(49, 65, 44, .22);
  background: #fff;
  color: #31412c;
}
.orphea-b2b-actions .btn-light:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}
.orphea-b2b-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-b2b-checklist li {
  position: relative;
  padding-left: 24px;
  color: #566451;
  line-height: 1.55;
}
.orphea-b2b-checklist li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #31412c;
}
.orphea-b2b-nav-section,
.orphea-b2b-detail-section,
.orphea-b2b-raw-note,
.orphea-b2b-faq {
  background: #fff;
}
.orphea-b2b-nav-card,
.orphea-b2b-info-card,
.orphea-b2b-side-card {
  display: block;
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(32, 50, 31, .12);
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.orphea-b2b-nav-card {
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.orphea-b2b-nav-card:hover,
.orphea-b2b-nav-card.is-active {
  border-color: #31412c;
  background: #fbfaf6;
  transform: translateY(-2px);
}
.orphea-b2b-nav-card span,
.orphea-b2b-info-card span,
.orphea-process-line span {
  display: inline-flex;
  width: 42px;
  height: 26px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #263324;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.orphea-b2b-nav-card h6,
.orphea-b2b-info-card h6 {
  margin: 0 0 10px;
  color: #20321f;
  letter-spacing: 0;
}
.orphea-b2b-nav-card p,
.orphea-b2b-info-card p,
.orphea-b2b-side-card p,
.orphea-process-line p {
  margin: 0;
  color: #60705b;
  line-height: 1.65;
}
.orphea-b2b-side-card {
  background: #fbfaf6;
}
.orphea-b2b-side-card h5 {
  margin: 0 0 14px;
  color: #20321f;
  letter-spacing: 0;
}
.orphea-b2b-side-card .tf-btn {
  margin-top: 22px;
}
.orphea-b2b-process {
  background: #f7f4ec;
}
.orphea-process-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(32, 50, 31, .12);
  background: rgba(32, 50, 31, .12);
}
.orphea-process-line article {
  min-height: 240px;
  padding: 26px;
  background: #fff;
}
.orphea-process-line h6 {
  margin: 0 0 10px;
  color: #20321f;
}
.orphea-b2b-media-frame {
  overflow: hidden;
  border: 1px solid rgba(32, 50, 31, .1);
  border-radius: 8px;
  background: #f7f4ec;
}
.orphea-b2b-media-frame img {
  width: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
}
.orphea-b2b-raw-note h3,
.orphea-b2b-final-cta h3 {
  margin: 0 0 18px;
  color: #20321f;
  letter-spacing: 0;
}
.orphea-b2b-raw-note .tf-btn {
  margin-top: 24px;
}
.orphea-b2b-accordion {
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(32, 50, 31, .1);
  border-radius: 16px;
  background: #fff;
}
.orphea-b2b-accordion .accordion-item {
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid rgba(32, 50, 31, .08);
  background: #fbfaf6;
}
.orphea-b2b-accordion .accordion-item:not(:last-child) {
  margin-bottom: 8px;
}
.orphea-b2b-accordion .accordion-action {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78px;
  color: #20321f;
  cursor: pointer;
}
.orphea-b2b-accordion .accordion-action .text {
  padding-left: 44px;
}
.orphea-b2b-accordion .accordion-action .icon {
  position: absolute;
  left: 0;
}
.orphea-b2b-accordion .accordion-content {
  padding: 0 0 28px 44px;
  background: transparent;
}
.orphea-b2b-accordion .accordion-content p {
  margin: 0;
}
.orphea-b2b-accordion .ic-accordion-custom {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-flex;
}
.orphea-b2b-accordion .ic-accordion-custom::before,
.orphea-b2b-accordion .ic-accordion-custom::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}
.orphea-b2b-accordion .ic-accordion-custom::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.orphea-b2b-accordion .accordion-action:not(.collapsed) .ic-accordion-custom::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.orphea-b2b-final-cta {
  background: #263324;
}
.orphea-b2b-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.orphea-b2b-final-inner h3,
.orphea-b2b-final-inner .orphea-eyebrow {
  color: #fff;
}
.orphea-b2b-final-inner h3 {
  max-width: 720px;
  margin-bottom: 0;
}
.orphea-b2b-registration-section {
  background: #fff;
}
.orphea-wholesale-registration .col-lg-5 .orphea-b2b-side-card {
  background: #fbfaf6;
}
.orphea-wholesale-registration .orphea-b2b-side-card h4 {
  margin: 0 0 14px;
  color: #20321f;
  letter-spacing: 0;
}
.orphea-wholesale-registration .orphea-b2b-side-card .orphea-b2b-checklist {
  margin-top: 22px;
}
.orphea-wholesale-registration .orphea-b2b-form {
  padding: 28px;
  border: 1px solid rgba(32, 50, 31, .12);
  background: #fff;
}
.orphea-wholesale-registration .orphea-b2b-form .tf-field {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.orphea-wholesale-registration .orphea-b2b-form .mt-16 {
  margin-top: 16px;
}
.orphea-wholesale-registration .orphea-b2b-form label,
.orphea-wholesale-registration .orphea-b2b-form .text-body-xs {
  display: block;
  margin: 0 0 6px;
  color: #20321f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}
.orphea-wholesale-registration .orphea-b2b-form input.style-3,
.orphea-wholesale-registration .orphea-b2b-form select.style-3,
.orphea-wholesale-registration .orphea-b2b-form textarea.style-3 {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 11px 15px;
  border: 1px solid var(--line, #d4d4d4);
  border-radius: 8px;
  background: #fff;
  color: #20321f;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  outline: 0;
  box-shadow: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.orphea-wholesale-registration .orphea-b2b-form select.style-3 {
  height: 52px;
  padding: 0 16px;
  appearance: auto;
}
.orphea-wholesale-registration .orphea-b2b-form textarea.style-3 {
  min-height: 150px;
  resize: vertical;
}
.orphea-wholesale-registration .orphea-b2b-form input.style-3::placeholder,
.orphea-wholesale-registration .orphea-b2b-form textarea.style-3::placeholder {
  color: #60705b;
  font-size: 14px;
  font-weight: 400;
}
.orphea-wholesale-registration .orphea-b2b-form input.style-3:focus,
.orphea-wholesale-registration .orphea-b2b-form select.style-3:focus,
.orphea-wholesale-registration .orphea-b2b-form textarea.style-3:focus {
  border-color: #20321f;
  box-shadow: 0 0 0 3px rgba(32, 50, 31, .08);
}
.orphea-wholesale-registration .orphea-b2b-form-note {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 3px solid #31412c;
  background: #f7f4ec;
  color: #60705b;
  font-size: 14px;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .orphea-wholesale-page .section-split {
    display: flex;
  }
  .orphea-wholesale-page .section-split > * {
    width: 50%;
  }
  .orphea-wholesale-page .tf-grid-layout.sm-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .orphea-wholesale-page .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .orphea-wholesale-page .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .orphea-wholesale-page .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .orphea-wholesale-page .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .orphea-wholesale-page .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .orphea-wholesale-page .section-split .col-content {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .orphea-wholesale-page .sect-heading-v2 {
    gap: 24px;
    margin-bottom: 48px;
  }
  .orphea-wholesale-page .tf-grid-layout.xl-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .orphea-process-line {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {
  .orphea-wholesale-page .section-split .col-content {
    padding: 80px;
  }
  .orphea-wholesale-page .section-contact .col-media {
    padding: 172px 80px 164px;
  }
}
@media (max-width: 1199px) {
  .orphea-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .orphea-b2b-hero .col-content {
    min-height: auto;
  }
  .orphea-wholesale-page .sticky-top {
    position: static;
    top: auto;
  }
  .orphea-b2b-final-inner,
  .orphea-wholesale-page .sect-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .orphea-wholesale-page .section-contact .col-media {
    min-height: 520px;
    padding: 40px 15px;
  }
  .orphea-wholesale-page .section-contact .col-media_inner {
    padding: 34px 20px;
  }
  .orphea-b2b-accordion .accordion-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .orphea-b2b-accordion .accordion-action .text {
    padding-left: 32px;
  }
  .orphea-b2b-accordion .accordion-content {
    padding-left: 32px;
  }
}
@media (max-width: 575px) {
  .orphea-b2b-actions {
    flex-direction: column;
    width: 100%;
  }
  .orphea-b2b-actions .tf-btn {
    width: 100%;
  }
  .orphea-process-line {
    grid-template-columns: 1fr;
  }
  .orphea-b2b-nav-card,
  .orphea-b2b-info-card,
  .orphea-b2b-side-card {
    padding: 20px;
  }
  .orphea-wholesale-registration .orphea-b2b-form {
    padding: 20px;
  }
  .orphea-wholesale-page .text-display-1,
  .orphea-wholesale-page .sect-heading-v2 .s-title,
  .orphea-wholesale-page .s-title {
    font-size: 38px;
  }
}

/* Become a Distributor pixel lock: keep this page on the original Rosaline B2B scale. */
.orphea-wholesale-distributor .tf-page-heading .content {
  display: block;
  max-width: 900px;
  text-align: center;
}
.orphea-wholesale-distributor .tf-page-heading .breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.orphea-wholesale-distributor .tf-page-heading .breadcrumb li {
  display: flex;
  font-weight: 500;
}
.orphea-wholesale-distributor .tf-page-heading .page-title {
  margin: 0 0 24px;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 130%;
  color: #20321f;
  letter-spacing: 0;
}
.orphea-wholesale-distributor .tf-page-heading .page-desc {
  max-width: 760px;
  margin: 0 auto;
}
.orphea-wholesale-distributor .text-display-1 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: clamp(36px, 5vw, 58px);
  letter-spacing: 0;
}
.orphea-wholesale-distributor h3,
.orphea-wholesale-distributor .h3 {
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 130%;
}
.orphea-wholesale-distributor h5,
.orphea-wholesale-distributor .h5 {
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 130%;
}
.orphea-wholesale-distributor h6,
.orphea-wholesale-distributor .h6 {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 125%;
}
.orphea-wholesale-distributor .sect-heading-v2 {
  gap: 16px;
  margin-bottom: 30px;
}
.orphea-wholesale-distributor .sect-heading-v2 .s-title,
.orphea-wholesale-distributor .s-title {
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 130%;
  color: #20321f;
  letter-spacing: 0;
}
.orphea-wholesale-distributor .orphea-b2b-hero .s-title {
  margin: 0;
}
.orphea-wholesale-distributor .orphea-b2b-hero .s-desc {
  max-width: 680px;
}
.orphea-wholesale-distributor .orphea-b2b-hero .col-content {
  min-height: 640px;
}
.orphea-wholesale-distributor .orphea-b2b-hero .col-media img {
  object-fit: cover;
}
.orphea-wholesale-distributor .orphea-b2b-nav-section .sect-heading,
.orphea-wholesale-distributor .orphea-b2b-process .sect-heading {
  align-items: flex-end;
}
.orphea-wholesale-distributor .orphea-b2b-nav-card,
.orphea-wholesale-distributor .orphea-b2b-info-card,
.orphea-wholesale-distributor .orphea-b2b-side-card {
  padding: 24px;
  border: 1px solid rgba(32, 50, 31, .12);
  background: #fff;
  box-shadow: none;
}
.orphea-wholesale-distributor .orphea-b2b-nav-card:hover,
.orphea-wholesale-distributor .orphea-b2b-nav-card.is-active {
  border-color: #31412c;
  background: #fbfaf6;
  transform: translateY(-2px);
}
.orphea-wholesale-distributor .orphea-b2b-side-card {
  background: #fbfaf6;
}
.orphea-wholesale-distributor .orphea-b2b-accordion {
  overflow: visible;
  border-radius: 0;
}
.orphea-wholesale-distributor .orphea-b2b-accordion .accordion-item {
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid rgba(32, 50, 31, .08);
  background: #fbfaf6;
}
.orphea-wholesale-distributor .orphea-b2b-accordion .accordion-content {
  background: #fff;
}
.orphea-wholesale-distributor .orphea-b2b-media-frame img {
  height: auto !important;
  min-height: 420px;
}
.orphea-wholesale-distributor .orphea-b2b-final-inner h3 {
  max-width: none;
  margin-bottom: 0;
}
.orphea-wholesale-distributor .tf-btn {
  min-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 8px;
}
.orphea-wholesale-distributor .tf-btn.type-2 {
  border-radius: 8px;
}
.orphea-wholesale-distributor .tf-btn.style-2 {
  border-radius: 999px;
}
.orphea-wholesale-distributor .tf-btn.btn-light:not(:hover),
.orphea-wholesale-distributor .tf-btn.btn-light {
  border-color: transparent;
  background: #f5f5f5;
  color: #000;
}
.orphea-wholesale-distributor .tf-btn.btn-light:hover {
  border-color: #404040;
  background: #404040;
  color: #fff;
}
@media (min-width: 992px) {
  .orphea-wholesale-distributor .sect-heading-v2 {
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .orphea-wholesale-distributor .sect-heading-v2 {
    margin-bottom: 48px;
  }
  .orphea-wholesale-distributor .tf-btn {
    height: 56px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .orphea-wholesale-distributor .tf-btn.type-2 {
    height: 48px;
  }
}
@media (min-width: 1440px) {
  .orphea-wholesale-distributor h3,
  .orphea-wholesale-distributor .h3,
  .orphea-wholesale-distributor .sect-heading-v2 .s-title,
  .orphea-wholesale-distributor .s-title {
    line-height: 58px;
  }
  .orphea-wholesale-distributor h5,
  .orphea-wholesale-distributor .h5 {
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .orphea-wholesale-distributor .orphea-b2b-nav-section .sect-heading,
  .orphea-wholesale-distributor .orphea-b2b-process .sect-heading {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .orphea-wholesale-distributor .orphea-b2b-nav-card,
  .orphea-wholesale-distributor .orphea-b2b-info-card,
  .orphea-wholesale-distributor .orphea-b2b-side-card {
    padding: 20px;
  }
}
.orphea-blog-section {
  background: #fff;
}
.orphea-blog-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(30, 38, 24, .1);
}
.orphea-eyebrow {
  margin: 0 0 8px;
  color: #31412c;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.orphea-blog-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.orphea-blog-actions .tf-btn.btn-light:not(:hover),
.orphea-blog-actions .tf-btn.btn-light {
  background: #f5f5f5;
  color: #000;
}
.orphea-blog-actions .tf-btn.btn-light:hover {
  background: #000;
  color: #fff;
}
.orphea-blog-card {
  height: 100%;
  border: 1px solid rgba(30, 38, 24, .1);
  background: #fff;
}
.orphea-blog-card .blog-image {
  aspect-ratio: 453 / 332;
  background: #f7f4ec;
}
.orphea-blog-card .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.orphea-blog-card.is-product .blog-image img {
  object-fit: contain;
  padding: 34px;
  box-sizing: border-box;
  filter: drop-shadow(0 20px 28px rgba(35,39,24,.14));
}
.orphea-blog-card .blog-content {
  padding: 24px;
}
.orphea-blog-card .blog_tag {
  color: #31412c;
  letter-spacing: .05em;
}
.orphea-blog-card .blog_name {
  color: #20321f;
  letter-spacing: 0;
}
.orphea-blog-desc {
  margin: 10px 0 18px;
  color: #61705d;
  font-size: 14px;
  line-height: 1.55;
}

/* Elementor blog page: modern editorial card grid. */
body.page-id-38 .site-main.ol-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: 0 !important;
}

body.page-id-38 .ol-blog-hero {
  padding: 88px 0 96px;
  border-bottom: 1px solid rgba(48, 55, 44, .1);
  background:
    radial-gradient(circle at 16% 18%, rgba(193, 169, 119, .12), transparent 30%),
    linear-gradient(180deg, #f7f3ea 0%, #fffdf8 100%);
}

body.page-id-38 .ol-blog-hero > .elementor-container,
body.page-id-38 .ol-blog-card-intro-section > .elementor-container,
body.page-id-38 .ol-blog-card-grid > .elementor-container {
  width: min(100% - 64px, 1320px);
  margin-inline: auto;
}

body.page-id-38 .ol-blog-hero > .elementor-container {
  align-items: center;
  gap: 56px;
}

body.page-id-38 .ol-blog-hero-copy > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

body.page-id-38 .ol-blog-kicker,
body.page-id-38 .ol-blog-section-eyebrow {
  color: rgba(48, 55, 44, .7);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.4;
}

body.page-id-38 .ol-blog-title .elementor-heading-title {
  max-width: 700px;
  margin: 0;
  color: #30372c;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(48px, 5vw, 86px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: 0;
}

body.page-id-38 .ol-blog-lead p {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(48, 55, 44, .76);
  font-size: 17px;
  line-height: 1.72;
}

body.page-id-38 .ol-blog-hero-image .elementor-widget-container {
  overflow: hidden;
  aspect-ratio: 1.28;
  border-radius: 24px;
  background: #eee7dc;
  box-shadow: 0 28px 90px rgba(48, 55, 44, .08);
}

body.page-id-38 .ol-blog-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-id-38 .ol-blog-card-intro-section {
  padding: 78px 0 28px;
  background: #fffdf8;
}

body.page-id-38 .ol-blog-card-intro > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px 64px;
  align-items: end;
  padding: 0;
}

body.page-id-38 .ol-blog-section-eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.page-id-38 .ol-blog-section-title .elementor-heading-title {
  max-width: 640px;
  margin: 0;
  color: #30372c;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 400;
  line-height: .98;
}

body.page-id-38 .ol-blog-section-lead p {
  max-width: 610px;
  margin: 0 0 4px;
  color: rgba(48, 55, 44, .68);
  font-size: 15px;
  line-height: 1.7;
}

body.page-id-38 .ol-blog-card-grid {
  padding: 28px 0 110px;
  background: #fffdf8;
}

body.page-id-38 .ol-blog-card-grid > .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

body.page-id-38 .ol-blog-card-grid > .elementor-container > .ol-blog-card {
  width: 100% !important;
  min-width: 0;
}

body.page-id-38 .ol-blog-card > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px 14px 22px;
  border: 1px solid rgba(48, 55, 44, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: none;
  transition: border-color .24s ease, background .24s ease;
}

body.page-id-38 .ol-blog-card:hover > .elementor-widget-wrap {
  border-color: rgba(48, 55, 44, .22);
  background: #fff;
}

body.page-id-38 .ol-blog-card-media .elementor-widget-container {
  overflow: hidden;
  aspect-ratio: 1.28;
  border-radius: 18px;
  background: #f1eadf;
}

body.page-id-38 .ol-blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

body.page-id-38 .ol-blog-card:nth-child(n+3) .ol-blog-card-media img {
  box-sizing: border-box;
  padding: 16px;
  object-fit: contain;
  background: linear-gradient(145deg, #fffaf1 0%, #f2eadf 100%);
}

body.page-id-38 .ol-blog-card:hover .ol-blog-card-media img {
  transform: scale(1.025);
}

body.page-id-38 .ol-blog-card-meta p {
  margin: 18px 4px 10px;
  color: rgba(48, 55, 44, .58);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-id-38 .ol-blog-card-title .elementor-heading-title {
  margin: 0 4px;
  color: #30372c;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

body.page-id-38 .ol-blog-card-title a {
  color: inherit;
  text-decoration: none;
}

body.page-id-38 .ol-blog-card-excerpt p {
  margin: 14px 4px 24px;
  color: rgba(48, 55, 44, .68);
  font-size: 14px;
  line-height: 1.68;
}

body.page-id-38 .ol-blog-card-button {
  margin: auto 4px 0;
}

body.page-id-38 .ol-blog-card-button .elementor-button {
  min-height: 42px;
  padding: 12px 18px;
  border: 1px solid rgba(48, 55, 44, .18);
  border-radius: 999px;
  background: transparent;
  color: #30372c;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.page-id-38 .ol-blog-card-button .elementor-button:hover {
  border-color: #30372c;
  background: #30372c;
  color: #fff;
}

body.page-id-38 .ol-blog-card-grid-shortcode > .elementor-container {
  display: block !important;
}

body.page-id-38 .ol-blog-card-grid-shortcode .elementor-column,
body.page-id-38 .ol-blog-card-grid-shortcode .elementor-widget-shortcode {
  width: 100% !important;
}

body.page-id-38 .ol-blog-card-grid-shortcode .elementor-widget-wrap {
  padding: 0;
}

body.page-id-38 .orphea-blog-dynamic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

body.page-id-38 .orphea-dynamic-blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 14px 14px 22px;
  border: 1px solid rgba(48, 55, 44, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  transition: border-color .24s ease, background .24s ease;
}

body.page-id-38 .orphea-dynamic-blog-card:hover {
  border-color: rgba(48, 55, 44, .22);
  background: #fff;
}

body.page-id-38 .orphea-dynamic-blog-card .ol-blog-card-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.28;
  border-radius: 18px;
  background: #f1eadf;
}

body.page-id-38 .orphea-dynamic-blog-card .ol-blog-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

body.page-id-38 .orphea-dynamic-blog-card:nth-child(n+3) .ol-blog-card-media img {
  box-sizing: border-box;
  padding: 16px;
  object-fit: contain;
  background: linear-gradient(145deg, #fffaf1 0%, #f2eadf 100%);
}

body.page-id-38 .orphea-dynamic-blog-card:hover .ol-blog-card-media img {
  transform: scale(1.025);
}

body.page-id-38 .orphea-dynamic-blog-card .ol-blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

body.page-id-38 .orphea-dynamic-blog-card .ol-blog-card-meta {
  margin: 18px 4px 10px;
  color: rgba(48, 55, 44, .58);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-id-38 .orphea-dynamic-blog-card .ol-blog-card-title {
  margin: 0 4px;
  color: #30372c;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.02;
}

body.page-id-38 .orphea-dynamic-blog-card .ol-blog-card-title a {
  color: inherit;
  text-decoration: none;
}

body.page-id-38 .orphea-dynamic-blog-card .ol-blog-card-excerpt {
  margin: 14px 4px 24px;
  color: rgba(48, 55, 44, .68);
  font-size: 14px;
  line-height: 1.68;
}

body.page-id-38 .orphea-dynamic-blog-card .ol-blog-card-button {
  align-self: flex-start;
  min-height: 42px;
  margin: auto 4px 0;
  padding: 12px 18px;
  border: 1px solid rgba(48, 55, 44, .18);
  border-radius: 999px;
  color: #30372c;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

body.page-id-38 .orphea-dynamic-blog-card .ol-blog-card-button:hover {
  border-color: #30372c;
  background: #30372c;
  color: #fff;
}

.single-post .orphea-single-post {
  padding: 72px 0 96px;
  background: #fffdf8;
}

.single-post .orphea-single-post-article {
  max-width: 900px;
  margin: 0 auto;
}

.single-post .orphea-single-post-header {
  margin-bottom: 34px;
}

.single-post .orphea-single-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 18px;
  color: rgba(48, 55, 44, .58);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.single-post .orphea-single-post-title {
  max-width: 840px;
  margin: 0;
  color: #30372c;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
}

.single-post .orphea-single-post-excerpt {
  max-width: 720px;
  margin-top: 22px;
  color: rgba(48, 55, 44, .7);
  font-size: 17px;
  line-height: 1.7;
}

.single-post .orphea-single-post-image {
  overflow: hidden;
  margin: 0 0 42px;
  border-radius: 22px;
  background: #f1eadf;
}

.single-post .orphea-single-post-image img {
  display: block;
  width: 100%;
  height: auto;
}

.single-post .orphea-single-post-content {
  color: #30372c;
  font-size: 17px;
  line-height: 1.85;
}

.single-post .orphea-single-post-content > * {
  margin-top: 0;
  margin-bottom: 24px;
}

.single-post .orphea-single-post-content h2,
.single-post .orphea-single-post-content h3,
.single-post .orphea-single-post-content h4 {
  margin-top: 44px;
  color: #30372c;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  line-height: 1.08;
}

.single-post .orphea-single-post-content a {
  color: #30372c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-template-template-about {
  background: #fff;
}
body.page-template-template-about .site-main.ol-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  overflow: visible;
}
.orphea-about-page {
  --about-bg: #f7f3eb;
  --about-bg-dark: #30382c;
  --about-text: #1f2d1f;
  --about-muted: #66705f;
  width: 100%;
  overflow: hidden;
  color: var(--about-text);
  background: #fff;
}
.orphea-about-page .container,
.orphea-about-page .container-3 {
  width: min(100% - 30px, 1320px);
  margin-left: auto;
  margin-right: auto;
}
.orphea-about-page .container-3 {
  width: min(100% - 30px, 1790px);
}
.orphea-about-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.orphea-about-page .row > * {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.orphea-about-page .gy-24 {
  row-gap: 24px;
}
.orphea-about-page .align-items-end {
  align-items: flex-end;
}
.orphea-about-page .justify-content-center {
  justify-content: center;
}
.orphea-about-page .justify-content-md-end {
  justify-content: flex-start;
}
.orphea-about-page .flex-md-wrap,
.orphea-about-page .flex-wrap {
  flex-wrap: wrap;
}
.orphea-about-page .flex-column {
  flex-direction: column;
}
.orphea-about-page .order-md-0,
.orphea-about-page .order-md-1 {
  order: 0;
}
.orphea-about-page .text-white,
.orphea-about-page .text-white * {
  color: #fff !important;
}
.orphea-about-page .bg-white {
  background: #fff !important;
}
.orphea-about-page .bg-main {
  background: var(--about-bg);
}
.orphea-about-page .bg-main-4 {
  background: var(--about-bg-dark);
}
.orphea-about-page .cl-text-5 {
  color: var(--about-muted);
}
.orphea-about-page .cl-text-6 {
  color: rgba(255,255,255,.72);
}
.orphea-about-page .fw-normal {
  font-weight: 400;
}
.orphea-about-page .text-body-s {
  font-size: 14px;
  line-height: 1.5;
}
.orphea-about-page .text-center {
  text-align: center;
}
.orphea-about-page .fst-italic {
  font-style: italic;
}
.orphea-about-page .mb-8 {
  margin-bottom: 8px;
}
.orphea-about-page .mb-10 {
  margin-bottom: 10px;
}
.orphea-about-page .mb-16,
.orphea-about-page.mb-16 {
  margin-bottom: 16px;
}
.orphea-about-page .d-flex {
  display: flex;
}
.orphea-about-page .d-none {
  display: none;
}
.orphea-about-page .font-instrument_serif,
.orphea-about-page .font-instrument_serif * {
  font-family: "Instrument Serif", Georgia, serif !important;
}
.orphea-about-page .h5,
.orphea-about-page .h6,
.orphea-about-page .h7 {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
}
.orphea-about-page .h5 {
  font-size: clamp(34px, 3.5vw, 56px);
  line-height: 1.05;
}
.orphea-about-page .h6 {
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.2;
}
.orphea-about-page .flat-spacing {
  padding-top: 104px;
  padding-bottom: 104px;
}
.orphea-about-page .flat-spacing-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.orphea-about-page .tf-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-about-page .tf-list.gap-16 {
  gap: 16px;
}
.orphea-about-page .tf-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}
.orphea-about-page .tf-breadcrumb a,
.orphea-about-page .link-underline {
  text-decoration: none;
}
.orphea-about-page .link-underline {
  position: relative;
  color: inherit;
}
.orphea-about-page .link-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}
.orphea-about-page .link-underline:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.orphea-about-page .br-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--about-text);
  display: inline-flex;
  flex: 0 0 auto;
}
.orphea-about-page .eyebrow-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #40513a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.orphea-about-page .s-title {
  max-width: 1100px;
  margin: 0;
  color: #243322;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0;
}
.orphea-about-page .s-desc {
  max-width: 680px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
.orphea-about-page .sect-heading-v2 {
  display: grid;
  place-items: center;
  gap: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.orphea-about-page .sect-heading-v2.start {
  place-items: start;
  text-align: start;
}
.section-hero-about.orphea-about-hero {
  position: relative;
  min-height: calc(100vh - 116px);
  isolation: isolate;
}
.section-hero-about.orphea-about-hero .about-image {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: -2;
}
.section-hero-about.orphea-about-hero .about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30,39,28,.82) 0%, rgba(30,39,28,.55) 42%, rgba(30,39,28,.18) 75%),
    linear-gradient(0deg, rgba(30,39,28,.34), rgba(30,39,28,.05));
}
.section-hero-about.orphea-about-hero .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero-about.orphea-about-hero .about-content {
  position: relative;
  z-index: 1;
}
.section-hero-about.orphea-about-hero .tf-breadcrumb {
  margin-bottom: 50px;
}
.section-hero-about.orphea-about-hero .eyebrow-label,
.section-hero-about.orphea-about-hero .title {
  margin-bottom: 24px;
}
.section-hero-about.orphea-about-hero .title {
  max-width: 990px;
  margin-top: 0;
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: 0;
}
.section-hero-about.orphea-about-hero .list-benefit {
  flex-wrap: wrap;
}
.section-hero-about.orphea-about-hero .list-benefit li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-hero-about.orphea-about-hero .list-badge {
  gap: 16px;
}
.orphea-about-badge {
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  display: grid;
  place-items: center;
  gap: 2px;
  color: #fff;
  text-align: center;
}
.orphea-about-badge .icon,
.orphea-about-badge i {
  font-size: 20px;
  line-height: 1;
}
.orphea-about-badge b {
  font-size: 10px;
  line-height: 1;
  letter-spacing: .08em;
}
.orphea-about-intention .sect-heading-v2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.orphea-about-intention .wg-box-author {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
.orphea-about-intention .author-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: #f2ede3;
  display: grid;
  place-items: center;
}
.orphea-about-intention .author-image img {
  width: 46px;
  height: auto;
  object-fit: contain;
}
.orphea-about-science .swiper-box-icon {
  margin-bottom: 30px;
}
.orphea-about-page .tf-swiper {
  overflow: hidden;
  width: 100%;
}
.orphea-about-page .swiper-wrapper {
  display: flex;
  align-items: stretch;
  will-change: transform;
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}
.orphea-about-page .swiper-wrapper.is-dragging {
  cursor: grabbing;
  transition: none;
}
.orphea-about-page .swiper-slide {
  flex: 0 0 auto;
  min-width: 0;
  height: auto;
}
.orphea-about-page .box-icon_V02 {
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.orphea-about-page .box-icon_V02 .ic-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ebe4d6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30382c;
  font-size: 40px;
}
.orphea-about-page .box-icon_V02 .title {
  color: #253321;
}
.orphea-about-page .box-icon_V02 .desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}
.orphea-about-page .box-icon_V01 {
  position: relative;
  height: 100%;
  text-align: center;
}
.orphea-about-page .box-icon_V01 .icon {
  display: inline-flex;
  margin-bottom: 16px;
  color: #30382c;
  font-size: 40px;
  line-height: 1;
  transition: transform .5s ease;
}
.orphea-about-page .box-icon_V01:hover .icon,
.orphea-about-page .box-icon_V02:hover .ic-wrap .icon {
  transform: scale(1.1);
}
.orphea-about-page .box-icon_V01 .title {
  margin: 0 0 16px;
}
.orphea-about-page .box-icon_V01 .desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}
.orphea-about-science .tf-list,
.orphea-about-research .tf-list {
  justify-content: center;
  flex-wrap: wrap;
}
.orphea-about-science .tf-list li,
.orphea-about-research .tf-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.orphea-about-science .tf-list .icon {
  color: #40513a;
}
.orphea-about-page .sw-line-default {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  background: rgba(48,56,44,.16);
}
.orphea-about-page .sw-line-default::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--ol-about-progress-width, 25%);
  background: #30382c;
  transform: translateX(var(--ol-about-progress-x, 0));
  transition: transform .35s ease, width .35s ease;
}
.orphea-about-page .sw-line-default.style-3,
.orphea-about-page .sw-line-default.style-white {
  background: rgba(255,255,255,.22);
}
.orphea-about-page .sw-line-default.style-3::after,
.orphea-about-page .sw-line-default.style-white::after {
  background: #fff;
}
.orphea-about-dark-band .box-icon_V01 {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
}
.orphea-about-dark-band .box-icon_V01 .icon {
  margin: 0;
  color: #fff;
  font-size: 48px;
}
.orphea-about-dark-band .box-icon_V01 .title {
  color: #fff;
}
.orphea-about-team .swiper-member {
  overflow: visible;
}
.orphea-about-team .card-member .member-image {
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  background: #f1ecdf;
}
.orphea-about-team .card-member .member-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.24) 80%, rgba(0,0,0,.72) 100%);
  opacity: 0;
  transition: opacity .3s ease;
}
.orphea-about-team .card-member .member-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: .6712749616;
  object-fit: cover;
}
.orphea-about-team .card-member .member_text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  margin: 0;
  padding-left: 12px;
  border-left: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.orphea-about-team .card-member:hover .member-image::after,
.orphea-about-team .card-member:hover .member_text {
  opacity: 1;
  visibility: visible;
}
.orphea-about-team .member-infor .infor_name {
  margin-top: 0;
}
.section-testimonial-thumb-2.orphea-about-testimonial {
  background: #30382c;
}
.orphea-about-testimonial .image-left,
.orphea-about-testimonial .tes-right {
  min-height: 520px;
}
.orphea-about-testimonial .sw-thumbs_main,
.orphea-about-testimonial .sw-thumbs_main .swiper-wrapper,
.orphea-about-testimonial .sw-thumbs_main .swiper-slide,
.orphea-about-testimonial .main-image,
.orphea-about-testimonial .main-image img {
  height: 100%;
}
.orphea-about-testimonial .sw-thumbs_main {
  position: relative;
}
.orphea-about-testimonial .sw-thumbs_main .swiper-slide:not(:first-child),
.orphea-about-testimonial .sw-thumbs_sub .swiper-slide:not(:first-child) {
  display: none;
}
.orphea-about-testimonial .main-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.orphea-about-testimonial .tes-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
  background: #30382c;
}
.orphea-about-testimonial .box-testimonial {
  width: min(100%, 620px);
}
.orphea-about-testimonial .box-testimonial .tes-rate {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.orphea-about-testimonial .star-wrap {
  display: inline-flex;
  gap: 2px;
}
.orphea-about-testimonial .tes-text {
  margin: 0 0 24px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.18;
  font-weight: 400;
}
.orphea-about-testimonial .tes-product {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 418px;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
}
.orphea-about-testimonial .prd-image {
  max-width: 74px;
  border-radius: 8px;
  overflow: hidden;
  background: #f7f3eb;
}
.orphea-about-testimonial .prd-image img {
  display: block;
  width: 74px;
  height: 88px;
  object-fit: contain;
}
.orphea-about-testimonial .prd-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.orphea-about-testimonial .prd_info {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.orphea-about-testimonial .info__name {
  color: #111310;
  font-size: 14px;
  line-height: 1.35;
}
.orphea-about-testimonial .price-new {
  color: #40513a;
  font-size: 14px;
}
.orphea-about-testimonial .tf-btn.type-3 {
  min-width: 62px;
  height: 38px;
  padding: 0 16px;
  border: 1px solid #30382c;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #30382c;
  font-size: 12px;
  text-decoration: none;
  transition: all .3s ease;
}
.orphea-about-testimonial .tf-btn.type-3:hover {
  color: #fff;
  background: #30382c;
}
.orphea-about-testimonial .group-direc {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
.orphea-about-testimonial .group-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.orphea-about-testimonial .group-nav button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.orphea-about-testimonial .group-direc .sw-line-default {
  margin: 0;
}
.orphea-about-research.section-split .col-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 15px;
}
.orphea-about-research.section-split .col-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}
.orphea-about-research .tf-list {
  justify-content: flex-start;
}
.orphea-about-research .tf-list li {
  align-items: flex-start;
}
.orphea-about-research .tf-list p {
  margin: 0;
  color: #5f6758;
  font-size: 14px;
}
.orphea-about-values .box-icon_V01 {
  padding: 4px;
}
.orphea-about-values .box-icon_V01 .title {
  color: #243322;
}
@media (min-width: 768px) {
  .orphea-about-page .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .orphea-about-page .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .orphea-about-page .justify-content-md-end {
    justify-content: flex-end;
  }
  .orphea-about-page .order-md-0 {
    order: 0;
  }
  .orphea-about-page .order-md-1 {
    order: 1;
  }
  .section-testimonial-thumb-2.orphea-about-testimonial,
  .orphea-about-research.section-split {
    display: flex;
  }
  .section-testimonial-thumb-2.orphea-about-testimonial > *,
  .orphea-about-research.section-split > * {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section-hero-about.orphea-about-hero .tf-breadcrumb {
    margin-bottom: 100px;
  }
  .section-hero-about.orphea-about-hero .col-left {
    max-width: 993px;
  }
  .orphea-about-testimonial .tes-right,
  .orphea-about-research.section-split .col-content {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .orphea-about-page .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .orphea-about-page .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .section-hero-about.orphea-about-hero .tf-breadcrumb {
    margin-bottom: 250px;
  }
  .section-hero-about.orphea-about-hero .list-badge {
    gap: 34px;
  }
  .orphea-about-page .sect-heading-v2 {
    gap: 24px;
    margin-bottom: 48px;
  }
  .orphea-about-page .sect-heading-v2.space-1 {
    margin-bottom: 64px;
  }
  .orphea-about-page .box-icon_V02 {
    padding: 48px 24px;
  }
  .orphea-about-page .box-icon_V01 .icon {
    font-size: 56px;
  }
  .orphea-about-science .swiper-box-icon {
    margin-bottom: 48px;
  }
  .orphea-about-science .tf-list,
  .orphea-about-research .tf-list {
    gap: 48px;
  }
  .orphea-about-testimonial .group-direc {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
  .orphea-about-testimonial .box-testimonial .tes-rate,
  .orphea-about-testimonial .tes-text {
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .section-hero-about.orphea-about-hero .tf-breadcrumb {
    margin-bottom: 454px;
  }
  .orphea-about-testimonial .tes-right,
  .orphea-about-research.section-split .col-content {
    padding: 80px;
  }
  .orphea-about-testimonial .image-left,
  .orphea-about-testimonial .tes-right {
    min-height: 720px;
  }
}
@media (max-width: 991px) {
  .orphea-about-page .flat-spacing {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .orphea-about-page .flat-spacing-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-hero-about.orphea-about-hero {
    min-height: 720px;
  }
  .section-hero-about.orphea-about-hero .title {
    max-width: 760px;
  }
  .orphea-about-dark-band .box-icon_V01 {
    display: block;
    text-align: center;
  }
  .orphea-about-dark-band .box-icon_V01 .icon {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-hero-about.orphea-about-hero {
    min-height: 690px;
  }
  .section-hero-about.orphea-about-hero .about-image img {
    object-position: 62% center;
  }
  .section-hero-about.orphea-about-hero .about-image::after {
    background: linear-gradient(90deg, rgba(30,39,28,.84), rgba(30,39,28,.48));
  }
  .section-hero-about.orphea-about-hero .tf-breadcrumb {
    margin-bottom: 120px;
  }
  .section-hero-about.orphea-about-hero .list-badge {
    justify-content: flex-start;
  }
  .orphea-about-badge {
    width: 58px;
    height: 58px;
  }
  .orphea-about-page .s-title {
    font-size: 34px;
  }
  .orphea-about-testimonial .image-left,
  .orphea-about-testimonial .tes-right {
    min-height: 440px;
  }
  .orphea-about-testimonial .prd-content {
    gap: 10px;
  }
  .orphea-about-testimonial .tf-btn.type-3 {
    min-width: 54px;
    padding: 0 12px;
  }
  .orphea-about-research.section-split .col-media img {
    max-height: 430px;
    min-height: 0;
  }
}
body.page-template-template-faq {
  background: #fff;
}
body.page-template-template-faq .site-main.ol-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  box-sizing: border-box;
  overflow: visible;
}
.orphea-faq-section {
  background: #fff;
}
.orphea-faq-section .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.orphea-faq-section .row > * {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.orphea-faq-section .gy-30 {
  row-gap: 30px;
}
.orphea-faq-tabs {
  top: 120px;
  display: grid;
  max-width: 324px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-tab-btn-vertical.orphea-faq-tabs .tf-btn-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 0 24px;
  border: 1px solid rgba(30,38,24,.12);
  border-radius: 0;
  background: #fff;
  color: #20321f;
  text-decoration: none;
  transition: all .3s ease;
}
.list-tab-btn-vertical.orphea-faq-tabs .nav-tab-item:not(:first-child) .tf-btn-tab {
  padding-top: 24px;
}
.list-tab-btn-vertical.orphea-faq-tabs .tf-btn-tab span {
  margin: 0;
  color: inherit;
  line-height: 1.2;
  letter-spacing: 0;
}
.list-tab-btn-vertical.orphea-faq-tabs .tf-btn-tab .icon {
  flex: 0 0 auto;
  color: inherit;
  font-size: 14px;
}
.list-tab-btn-vertical.orphea-faq-tabs .tf-btn-tab.active,
.list-tab-btn-vertical.orphea-faq-tabs .tf-btn-tab:hover {
  background: #263324;
  border-color: #263324;
  color: #fff;
}
.orphea-faq-content {
  border: 1px solid rgba(30,38,24,.1);
  background: #fff;
  padding: 12px;
}
.orphea-faq-content .tab-pane:not(.active) {
  display: none;
}
.orphea-faq-content .d-grid {
  display: grid;
}
.orphea-faq-content .gap-8 {
  gap: 8px;
}
.orphea-faq-item {
  border: 1px solid rgba(30,38,24,.08);
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  background: #fbfaf6;
}
.orphea-faq-item .accordion-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-top: 24px;
  padding-bottom: 0;
  color: #20321f;
  cursor: pointer;
  line-height: 1.2;
  letter-spacing: 0;
  transition: all .3s ease;
}
.orphea-faq-item .accordion-action .text {
  color: inherit;
  padding-left: 26px;
}
.orphea-faq-item .accordion-action.collapsed {
  margin-bottom: 0;
  padding-bottom: 24px;
  color: #20321f;
}
.orphea-faq-item .ic-accordion-custom {
  position: absolute;
  left: 2px;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  transition: transform .35s linear;
}
.orphea-faq-item .ic-accordion-custom::before,
.orphea-faq-item .ic-accordion-custom::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  background: currentColor;
  transition: all .3s ease;
}
.orphea-faq-item .ic-accordion-custom::before {
  left: 50%;
  top: 0;
  width: 1.25px;
  height: 100%;
  transform: rotate(90deg);
}
.orphea-faq-item .ic-accordion-custom::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.25px;
  transform: rotate(180deg);
}
.orphea-faq-item .accordion-action.collapsed .ic-accordion-custom::before,
.orphea-faq-item .accordion-action.collapsed .ic-accordion-custom::after {
  transform: rotate(0deg);
}
.orphea-faq-item .collapse:not(.show) {
  display: none;
}
.orphea-faq-item .accordion-content {
  padding-left: 26px;
  padding-bottom: 16px;
  background: #fff;
  color: #61705d;
  font-size: 15px;
  line-height: 1.75;
}
.orphea-faq-item .accordion-content p {
  margin: 0;
}
.orphea-assistance-section {
  background: #263324;
}
.orphea-assistance-section .sect-heading-v2 {
  display: grid;
  place-items: start;
  text-align: start;
  margin-bottom: 30px;
  gap: 16px;
}
.orphea-assistance-section .sect-heading-v2.start {
  place-items: start;
  text-align: start;
}
.orphea-assistance-section .s-title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: 0;
}
.orphea-assistance-section .s-desc {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.65;
}
.orphea-assistance-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: #fff;
}
.orphea-assistance-card .ic-wrap {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f7f4ec;
  color: #31412c;
  font-size: 40px;
}
.orphea-assistance-card .assistance-title {
  margin: 0;
  color: #20321f;
  letter-spacing: 0;
}
.orphea-assistance-card .assistance-desc {
  margin: 0 0 12px;
  color: #61705d;
  line-height: 1.65;
}
.orphea-blog-detail-heading .content {
  max-width: 980px;
}
.orphea-blog-detail-heading .page-title {
  max-width: 940px;
  margin-bottom: 18px;
  color: #20321f;
  letter-spacing: 0;
}
.orphea-blog-detail-heading .page-desc {
  max-width: 760px;
  margin-bottom: 20px;
  color: #52624d;
}
.orphea-blog-detail-heading .page-title_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.orphea-blog-detail-heading .meta__item {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(32,50,31,.14);
  border-radius: 6px;
  background: rgba(255,255,255,.68);
  color: #263324;
  font-weight: 600;
  letter-spacing: .04em;
}
.section-blog-detail {
  margin-top: -490px;
}
.section-blog-detail.orphea-single-blog-section {
  margin-top: 0;
  padding-top: 56px;
  padding-bottom: 76px;
  background: #fff;
}
.section-blog-detail .blog-detail-image {
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.orphea-single-blog-section .orphea-article-hero {
  margin-bottom: 48px;
  border-radius: 8px;
  border: 1px solid rgba(32,50,31,.08);
  background: #f7f4ec;
}
.section-blog-detail .blog-detail-image img,
.orphea-single-blog-section .orphea-article-hero img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  aspect-ratio: 1440 / 620;
  object-fit: cover;
  display: block;
}
.section-blog-detail .blog-detail-content {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.section-blog-detail .blog-detail-content .col-center {
  flex: 1;
}
.section-blog-detail .blog-detail-content .col-center > *:not(:last-child),
.blog-detail-content .detail_main > *:not(:last-child) {
  margin-bottom: 40px;
}
.orphea-single-blog-section .detail_social,
.orphea-single-blog-section .detail_progress {
  top: 118px;
}
.sticky-top {
  position: sticky;
}
.orphea-single-blog-section .detail_social p,
.orphea-progress-title {
  margin-bottom: 16px;
  color: #20321f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.orphea-single-blog-section .tf-social-icon a {
  border-color: rgba(32,50,31,.16);
  color: #20321f;
}
.orphea-single-blog-section .tf-social-icon a:hover {
  background: #263324;
  border-color: #263324;
  color: #fff;
}
.orphea-article-main {
  max-width: 820px;
}
.orphea-article-lead {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(32,50,31,.12);
}
.orphea-article-lead p {
  margin: 0;
  color: #20321f;
  font-size: 22px;
  line-height: 1.55;
}
.orphea-article-quote {
  margin: 0;
  padding: 28px 32px;
  border-left: 3px solid #31412c;
  border-radius: 8px;
  background: #f7f4ec;
}
.orphea-article-quote span {
  display: block;
  margin-bottom: 10px;
  color: #20321f;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 30px;
  line-height: 1.16;
}
.orphea-article-quote p {
  margin: 0;
  color: #5e6b59;
}
.orphea-article-step {
  position: relative;
  padding-top: 34px;
  border-top: 1px solid rgba(32,50,31,.12);
}
.orphea-step-number {
  display: inline-flex;
  width: 42px;
  height: 26px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #263324;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.orphea-article-step .step-title {
  color: #20321f;
  letter-spacing: 0;
}
.orphea-article-step .step-desc {
  color: #566451;
  font-size: 16px;
  line-height: 1.75;
}
.orphea-article-step .step-mini_title {
  color: #20321f;
  letter-spacing: 0;
}
.orphea-article-points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.blog-detail-content .orphea-article-points li {
  position: relative;
  padding-left: 24px;
  list-style: none;
  line-height: 1.6;
}
.blog-detail-content .orphea-article-points li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #31412c;
}
.orphea-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(32,50,31,.12);
  border-radius: 8px;
  background: #fbfaf6;
}
.orphea-inline-kicker {
  display: block;
  margin-bottom: 6px;
  color: #31412c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.orphea-inline-cta p {
  margin: 0;
  color: #5e6b59;
}
.orphea-family-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.orphea-family-note {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  min-height: 158px;
  padding: 18px;
  border: 1px solid rgba(32,50,31,.1);
  border-radius: 8px;
  background: #fff;
}
.orphea-family-note::before {
  content: "";
  display: block;
  grid-column: 1 / -1;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: var(--accent);
}
.orphea-family-media {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-radius: 8px;
  background: #f7f4ec;
}
.orphea-family-media img {
  width: 92px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(35,39,24,.14));
}
.orphea-family-note span {
  display: block;
  margin-bottom: 7px;
  color: #31412c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.orphea-family-note h6 {
  margin-bottom: 7px;
  color: #20321f;
  letter-spacing: 0;
}
.orphea-family-note p {
  margin: 0;
  color: #687262;
  font-size: 13px;
  line-height: 1.55;
}
.orphea-editorial-note {
  padding: 24px 0;
  border-top: 1px solid rgba(32,50,31,.12);
  border-bottom: 1px solid rgba(32,50,31,.12);
}
.orphea-editorial-note p:first-child {
  margin-bottom: 8px;
  color: #20321f;
}
.orphea-editorial-note p:last-child {
  margin: 0;
  color: #5e6b59;
  line-height: 1.7;
}
.group-direc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.btn-direc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.orphea-single-blog-section .detail_progress {
  display: grid;
  grid-template-columns: 2px minmax(0, 1fr);
  column-gap: 18px;
}
.orphea-single-blog-section .detail_progress .line-prg {
  grid-row: 1 / span 2;
  position: relative;
  width: 2px;
}
.orphea-single-blog-section .detail_progress .line-prg .prg_scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 18%;
  background: #000;
  z-index: 2;
}
.orphea-single-blog-section .detail_progress .line-prg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #ccc;
}
.orphea-single-blog-section .detail_progress .tf-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.orphea-single-blog-section .detail_progress .tf-list li {
  color: #999;
  font-size: 14px;
  line-height: 1.45;
}
.orphea-related-blog-section {
  background: #fbfaf6;
}
.orphea-related-blog-section .sect-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.orphea-related-blog-section .s-title {
  color: #20321f;
  letter-spacing: 0;
}
.orphea-related-blog-section .orphea-blog-card {
  background: #fff;
}
.orphea-related-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.orphea-related-swiper .swiper-slide {
  min-width: 0;
}
@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .tf-grid-layout.xl-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {
  .tf-page-heading .page-title {
    line-height: 58px;
  }
  .orphea-single-blog-section .blog-detail-content {
    gap: 56px;
  }
  .section-blog-detail .blog-detail-content .col-right {
    max-width: 324px;
    width: 100%;
  }
  .section-blog-detail .blog-detail-content .col-left {
    max-width: 52px;
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .flat-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flat-spacing-mix-1 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .section-blog-detail {
    margin-top: -25%;
  }
  .section-blog-detail.orphea-single-blog-section {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .orphea-faq-item .accordion-action .text {
    padding-left: 44px;
  }
  .orphea-faq-item .accordion-content {
    padding-left: 44px;
  }
  .orphea-assistance-section .sect-heading-v2 {
    margin-bottom: 48px;
  }
  .orphea-assistance-card {
    padding: 40px;
  }
  .orphea-assistance-card .assistance-desc {
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .orphea-assistance-section .sect-heading-v2.space-1 {
    margin-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .section-blog-detail .blog-detail-content {
    gap: 30px;
  }
  .orphea-faq-section .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .orphea-faq-section .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .orphea-faq-item .accordion-content {
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .flat-spacing,
  .flat-spacing-mix-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .orphea-blog-toolbar {
    align-items: start;
    flex-direction: column;
  }
  .orphea-faq-tabs {
    top: 0;
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 0;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .orphea-faq-tabs::-webkit-scrollbar {
    display: none;
  }
  .list-tab-btn-vertical.orphea-faq-tabs .nav-tab-item {
    min-width: 0;
    flex: 0 0 auto;
  }
  .list-tab-btn-vertical.orphea-faq-tabs .tf-btn-tab {
    min-height: 0;
    padding-top: 0 !important;
    padding-bottom: 12px !important;
  }
  .orphea-faq-content {
    margin-top: 18px;
  }
  .orphea-faq-item .accordion-action {
    padding-top: 16px;
  }
  .orphea-faq-item .accordion-action.collapsed {
    padding-bottom: 16px;
  }
  .orphea-blog-detail-heading .page-title {
    font-size: 44px;
  }
  .orphea-single-blog-section .blog-detail-content {
    display: block;
  }
  .orphea-single-blog-section .blog-detail-content .col-left,
  .orphea-single-blog-section .blog-detail-content .col-right {
    display: none;
  }
  .orphea-article-main {
    max-width: none;
  }
  .orphea-family-grid {
    grid-template-columns: 1fr;
  }
  .orphea-related-swiper .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .flat-spacing,
  .flat-spacing-mix-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .orphea-assistance-section .s-title {
    font-size: 32px;
  }
  .orphea-blog-card .blog-content {
    padding: 20px;
  }
  .orphea-blog-card.is-product .blog-image img {
    padding: 24px;
  }
  .orphea-blog-detail-heading .page-title {
    font-size: 34px;
  }
  .section-blog-detail.orphea-single-blog-section {
    padding-top: 36px;
    padding-bottom: 56px;
  }
  .orphea-single-blog-section .orphea-article-hero {
    margin-bottom: 34px;
  }
  .orphea-single-blog-section .orphea-article-hero img {
    min-height: 250px;
  }
  .orphea-article-lead p {
    font-size: 19px;
  }
  .orphea-article-quote {
    padding: 22px;
  }
  .orphea-article-quote span {
    font-size: 25px;
  }
  .orphea-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }
  .orphea-family-note {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 16px;
  }
  .orphea-family-media img {
    width: 76px;
    height: 98px;
  }
  .orphea-related-swiper .swiper-wrapper {
    grid-template-columns: 1fr;
  }
}

.tf-footer.footer-default.orphea-footer {
  background: linear-gradient(135deg, #30372c 0%, #211b16 100%);
  color: var(--ol-cream);
}
.orphea-footer .container {
  width: 1470px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.orphea-footer .footer-body {
  padding: 72px 0 48px;
}
.orphea-footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.orphea-footer .row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.orphea-footer .gy-40 {
  row-gap: 40px;
}
.orphea-footer .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.orphea-logo-link.footer-logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 24px;
}
.orphea-logo-link.footer-logo img {
  display: block;
  width: auto;
  height: 74px;
  max-width: 100%;
  object-fit: contain;
}
.orphea-footer .footer-info {
  max-width: 420px;
  margin: 0 0 30px;
  color: rgba(243, 238, 228, .76) !important;
  font-size: 16px;
  line-height: 1.62;
}
.orphea-whatsapp-widget {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  z-index: 920;
  display: grid;
  justify-items: end;
  gap: 12px;
  pointer-events: none;
}
.orphea-whatsapp-bubble {
  position: relative;
  max-width: min(320px, calc(100vw - 40px));
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px 13px 18px;
  border: 1px solid rgba(80, 96, 68, .14);
  border-radius: 18px;
  background: rgba(251, 248, 241, .96);
  color: var(--ol-ink);
  box-shadow: 0 18px 46px rgba(80, 96, 68, .16);
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(.98);
  pointer-events: none;
  transition: opacity .28s ease, transform .28s ease;
}
.orphea-whatsapp-widget.is-bubble-visible .orphea-whatsapp-bubble {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: auto;
}
.orphea-whatsapp-widget.is-footer-near .orphea-whatsapp-bubble {
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(.98);
  pointer-events: none;
}
.orphea-whatsapp-bubble::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-right: 1px solid rgba(80, 96, 68, .14);
  border-bottom: 1px solid rgba(80, 96, 68, .14);
  background: inherit;
  transform: rotate(45deg);
}
.orphea-whatsapp-bubble__text {
  display: block;
  max-width: 245px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}
.orphea-whatsapp-bubble__text--mobile {
  display: none;
}
.orphea-whatsapp-bubble__close {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: rgba(80, 96, 68, .08);
  color: var(--ol-olive-2);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}
.orphea-whatsapp-bubble__close:hover {
  background: rgba(80, 96, 68, .14);
  color: var(--ol-ink);
}
.orphea-whatsapp-support {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 54px;
  min-height: 54px;
  padding: 9px 18px 9px 10px;
  border: 1px solid rgba(80, 96, 68, .16);
  border-radius: 999px;
  background: var(--ol-cream);
  color: var(--ol-olive-2);
  box-shadow: 0 18px 46px rgba(80, 96, 68, .14);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
  pointer-events: auto;
}
.orphea-whatsapp-support::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(81, 96, 73, .2);
  border-radius: inherit;
  pointer-events: none;
}
.orphea-whatsapp-support__icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
}
.orphea-whatsapp-support__label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
}
.orphea-whatsapp-support:hover {
  color: var(--ol-ink);
  background: var(--ol-ivory);
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(80, 96, 68, .2);
}
.orphea-whatsapp-support:focus-visible {
  outline: 2px solid #b89564;
  outline-offset: 4px;
}
body.single-product .orphea-whatsapp-widget,
body.woocommerce-cart .orphea-whatsapp-widget,
body.woocommerce-checkout .orphea-whatsapp-widget {
  bottom: calc(86px + env(safe-area-inset-bottom, 0px));
}
body.woocommerce-cart .orphea-whatsapp-bubble,
body.woocommerce-checkout .orphea-whatsapp-bubble {
  display: none;
}
@media (max-width: 575px) {
  .orphea-whatsapp-widget {
    right: 16px;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    gap: 10px;
  }
  .orphea-whatsapp-bubble {
    max-width: min(240px, calc(100vw - 92px));
    padding: 10px 11px 10px 14px;
    border-radius: 16px;
  }
  .orphea-whatsapp-bubble::after {
    right: 20px;
  }
  .orphea-whatsapp-bubble__text {
    max-width: 170px;
    font-size: 12px;
    line-height: 1.35;
  }
  .orphea-whatsapp-bubble__text--desktop {
    display: none;
  }
  .orphea-whatsapp-bubble__text--mobile {
    display: block;
  }
  .orphea-whatsapp-bubble__close {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }
  .orphea-whatsapp-support {
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    border-color: rgba(255, 255, 255, .34);
    background: #25d366;
    color: #fff;
    box-shadow: 0 18px 46px rgba(37, 211, 102, .24);
  }
  .orphea-whatsapp-support__icon {
    width: 100%;
    height: 100%;
    background: transparent;
  }
  .orphea-whatsapp-support__icon svg {
    width: 34px;
    height: 34px;
  }
  .orphea-whatsapp-support__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  body.single-product .orphea-whatsapp-widget,
  body.woocommerce-cart .orphea-whatsapp-widget,
  body.woocommerce-checkout .orphea-whatsapp-widget {
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .orphea-whatsapp-bubble,
  .orphea-whatsapp-support {
    transition: none;
  }
}
.orphea-footer .tf-social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-footer .tf-social-icon a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(243, 238, 228, .16);
  color: var(--ol-cream);
  border: 1px solid rgba(243, 238, 228, .2);
  border-radius: 6px;
  text-decoration: none;
  transition: all .3s ease;
}
.orphea-footer .tf-social-icon a .icon {
  font-size: 20px;
}
.orphea-footer .tf-social-icon a:hover {
  background: var(--ol-cream);
  color: var(--ol-ink);
}
.orphea-footer .ft-title {
  margin: 0 0 24px;
  color: var(--ol-cream);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -.04em;
}
.orphea-footer .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-footer .footer-menu li + li {
  margin-top: 12px;
}
.orphea-footer .link {
  color: rgba(243, 238, 228, .76);
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
  transition: all .3s ease;
}
.orphea-footer .link:hover {
  color: var(--ol-cream) !important;
}
.orphea-newsletter-card {
  display: grid;
  gap: 16px;
}
.orphea-footer .orphea-newsletter-card {
  max-width: 340px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.orphea-newsletter-copy {
  display: grid;
  gap: 8px;
}
.orphea-newsletter-eyebrow {
  margin: 0;
  color: rgba(48, 55, 44, .58);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.orphea-footer .orphea-newsletter-eyebrow {
  color: rgba(243, 238, 228, .58);
}
.orphea-newsletter-copy h3 {
  margin: 0;
  color: var(--ol-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: .98;
  letter-spacing: 0;
}
.orphea-newsletter-copy p {
  margin: 0;
  color: rgba(48, 55, 44, .72);
  font-size: 14px;
  line-height: 1.55;
}
.orphea-footer .orphea-newsletter-copy p {
  max-width: 285px;
  color: rgba(243, 238, 228, .72);
  font-size: 13px;
  line-height: 1.62;
}
.orphea-newsletter-form {
  display: grid;
  gap: 10px;
}
.orphea-newsletter-field {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.orphea-newsletter-field input[type="email"] {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 15px;
  border: 1px solid rgba(48, 55, 44, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: var(--ol-ink);
  font-size: 14px;
  line-height: 1;
  outline: 0;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.orphea-newsletter-field input[type="email"]:focus {
  border-color: rgba(85, 90, 72, .48);
  box-shadow: 0 0 0 4px rgba(85, 90, 72, .1);
  background: #fff;
}
.orphea-newsletter-field .tf-btn {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  white-space: nowrap;
}
.orphea-footer .orphea-newsletter-field {
  position: relative;
  align-items: center;
  gap: 0;
  padding: 0 0 9px;
  border-bottom: 1px solid rgba(243, 238, 228, .28);
}
.orphea-footer .orphea-newsletter-field input[type="email"] {
  height: 38px;
  padding: 0 48px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ol-cream);
  box-shadow: none;
}
.orphea-footer .orphea-newsletter-field input[type="email"]::placeholder {
  color: rgba(243, 238, 228, .58);
}
.orphea-footer .orphea-newsletter-field input[type="email"]:focus {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.orphea-footer .orphea-newsletter-field .tf-btn {
  position: absolute;
  top: 2px;
  right: 0;
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border: 1px solid rgba(243, 238, 228, .22);
  border-radius: 999px;
  background: rgba(243, 238, 228, .08);
  color: var(--ol-cream);
  font-size: 0;
}
.orphea-footer .orphea-newsletter-field .tf-btn i {
  margin: 0;
  font-size: 14px;
}
.orphea-footer .orphea-newsletter-field .tf-btn:hover {
  border-color: var(--ol-cream);
  background: var(--ol-cream);
  color: var(--ol-ink);
  transform: translateX(2px);
}
.orphea-newsletter-form.is-loading .tf-btn {
  opacity: .72;
  pointer-events: none;
}
.orphea-newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: rgba(48, 55, 44, .68);
  font-size: 12px;
  line-height: 1.45;
  cursor: pointer;
}
.orphea-newsletter-consent input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  accent-color: var(--ol-olive);
}
.orphea-footer .orphea-newsletter-consent {
  color: rgba(243, 238, 228, .66);
  font-size: 11.5px;
  line-height: 1.5;
}
.orphea-newsletter-message {
  min-height: 18px;
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(48, 55, 44, .68);
}
.orphea-newsletter-message[data-state="success"] {
  color: #596a38;
}
.orphea-newsletter-message[data-state="error"] {
  color: #9a4a37;
}
.orphea-footer .orphea-newsletter-message {
  color: rgba(243, 238, 228, .64);
  min-height: 16px;
  font-size: 11.5px;
}
.orphea-footer .orphea-newsletter-message[data-state="success"] {
  color: #e8dfc4;
}
.orphea-footer .orphea-newsletter-message[data-state="error"] {
  color: #f2b6a7;
}
.orphea-footer .footer-bottom {
  border-top: 1px solid rgba(243, 238, 228, 0.16);
  padding: 20px 0;
}
.orphea-footer .footer-bottom p {
  margin: 0;
  color: rgba(243, 238, 228, .76) !important;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .orphea-footer .col-md-3 { flex: 0 0 auto; width: 25%; }
  .orphea-footer .col-md-4 { flex: 0 0 auto; width: 33.333333%; }
  .orphea-footer .col-md-5 { flex: 0 0 auto; width: 41.666667%; }
  .orphea-footer .col-md-6 { flex: 0 0 auto; width: 50%; }
}
@media (min-width: 992px) {
  .orphea-footer .col-lg-2 { flex: 0 0 auto; width: 16.666667%; }
  .orphea-footer .col-lg-3 { flex: 0 0 auto; width: 25%; }
  .orphea-footer .col-lg-4 { flex: 0 0 auto; width: 33.333333%; }
  .orphea-footer .col-lg-5 { flex: 0 0 auto; width: 41.666667%; }
  .orphea-commerce-footer .orphea-newsletter-card {
    max-width: 430px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .orphea-footer .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .orphea-footer .row > * {
    padding-left: 24px;
    padding-right: 24px;
  }
  .orphea-footer .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .orphea-footer {
    overflow: hidden;
  }
  .orphea-footer .container {
    width: 100%;
  }
  .orphea-footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  .orphea-footer .row > * {
    padding-left: 0;
    padding-right: 0;
  }
  .orphea-footer .col-6:nth-child(2) {
    padding-right: 8px;
  }
  .orphea-footer .col-6:nth-child(3) {
    padding-left: 8px;
  }
  .orphea-footer .footer-body {
    padding: 56px 0 42px;
  }
  .orphea-footer .footer-info {
    max-width: none;
  }
  .orphea-logo-link.footer-logo img {
    height: 62px;
  }
  .orphea-newsletter-field {
    flex-direction: column;
  }
  .orphea-newsletter-field .tf-btn {
    width: 100%;
    justify-content: center;
  }
  .orphea-footer .orphea-newsletter-card {
    max-width: none;
  }
  .orphea-footer .orphea-newsletter-field {
    flex-direction: row;
  }
  .orphea-footer .orphea-newsletter-field .tf-btn {
    width: 34px;
    justify-content: center;
  }
}

/* Fidelity pass: align the Elementor-native output with rosaline-static/home-organic-essence.html. */
:root {
  --ol-ink: #30372c;
  --ol-olive: #555a48;
  --ol-olive-2: #30372c;
  --ol-cream: #f3eee4;
  --ol-ivory: #fdfbf5;
  --ol-gold: #b89a63;
  --ol-bronze: #795b38;
  --ol-muted: #746a5e;
  --ol-line: rgba(140, 106, 69, .2);
}

body.ol-site {
  --ol-home-topbar-height: 0px;
  background: var(--ol-cream);
  color: var(--ol-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.ol-topbar {
  position: relative;
  z-index: 80;
  min-height: 56px;
  background: var(--ol-olive-2);
  color: var(--ol-cream);
}
.ol-topbar__inner {
  height: var(--ol-home-topbar-height);
  min-height: var(--ol-home-topbar-height);
  max-width: 1320px;
  padding: 0 16px;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ol-megaphone {
  color: var(--ol-cream);
}

.ol-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(243, 238, 228, .96);
  border-bottom: 1px solid rgba(85, 90, 72, .18);
  box-shadow: 0 12px 28px rgba(74, 60, 49, .08);
  backdrop-filter: blur(16px);
}
.ol-header__inner {
  max-width: 1440px;
  width: calc(100vw - 80px);
  height: 73px;
  padding: 0;
  gap: 0;
}
.ol-logo {
  width: 96px;
}
.ol-logo img {
  height: 54px;
  width: auto;
  object-fit: contain;
}
.ol-menu {
  gap: 18px;
}
.ol-menu a {
  color: var(--ol-olive-2);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.ol-menu a:hover,
.ol-header-actions a:hover,
.ol-language-toggle:hover {
  color: var(--ol-bronze);
}
.ol-menu .sub-menu {
  top: calc(100% + 23px);
  background: rgba(253, 251, 245, .98);
  border: 1px solid rgba(140, 106, 69, .18);
  box-shadow: 0 18px 42px rgba(74, 60, 49, .14);
  z-index: 30;
}
.ol-menu .sub-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 34px;
  background: transparent;
}
.ol-menu > li.menu-item-has-children::after,
.ol-menu > li:has(> .sub-menu)::after {
  content: "";
  position: absolute;
  top: 100%;
  right: -10px;
  left: -10px;
  height: 34px;
  background: transparent;
}
.ol-menu li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.ol-menu .sub-menu a {
  color: var(--ol-olive-2);
  font-size: 14px;
}
.ol-menu .sub-menu a:hover {
  color: var(--ol-bronze);
  background: rgba(243, 238, 228, .74);
}
.ol-header-actions,
.ol-icon-link,
.ol-cart-link,
.ol-language-toggle {
  color: var(--ol-olive-2);
}
.ol-language-toggle {
  background: rgba(253, 251, 245, .42);
  border-color: rgba(85, 90, 72, .28);
}
.ol-cart-link span {
  background: var(--ol-olive);
  color: var(--ol-cream);
}
.ol-mobile-toggle span {
  background: var(--ol-olive-2);
}

body.home .ol-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
}
.ol-hero {
  min-height: calc(100vh - 56px);
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(243,238,228,.94) 0%, rgba(243,238,228,.74) 34%, rgba(243,238,228,.18) 68%, rgba(74,60,49,.04) 100%),
    url("../images/hero-orphealab-brand.png") center center / cover no-repeat;
}
.ol-hero .elementor-container {
  max-width: none;
  width: 100%;
  min-height: calc(100vh - 56px);
  align-items: center;
  padding-top: clamp(110px, 12vh, 160px);
  padding-bottom: clamp(64px, 8vh, 112px);
  padding-left: clamp(36px, 3.4vw, 80px);
  padding-right: clamp(36px, 3.4vw, 80px);
}
@media (min-width: 981px) {
  .ol-hero .ol-hero-copy.elementor-column {
    width: 54% !important;
  }
  .ol-hero .ol-hero-visual.elementor-column {
    width: 46% !important;
  }
}
.ol-hero-copy .elementor-widget-wrap {
  max-width: 696px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  transform: translateY(0);
}
.ol-hero-copy .elementor-widget-wrap > .elementor-widget:not(.elementor-widget-button) {
  flex: 0 0 100%;
  width: 100%;
}
.ol-eyebrow,
.ol-kicker p {
  color: var(--ol-bronze);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}
.ol-kicker p {
  transform: translateY(18px);
}
.ol-hero h1 {
  margin: 4px 0 0;
  max-width: 720px;
  color: var(--ol-olive-2);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(56px, 5.56vw, 80px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
.ol-hero p {
  max-width: 696px;
  color: #4a3c31;
  font-size: 18px;
  line-height: 1.45;
}
.ol-hero-copy .elementor-widget-text-editor:not(.ol-kicker) p {
  margin-top: 4px;
}
.ol-hero-copy .elementor-widget-wrap > .elementor-widget-button {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none;
  display: block !important;
  margin: 26px 12px 0 0 !important;
}
.ol-hero .elementor-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 215px;
  min-height: 56px;
  padding: 0 28px !important;
  font-size: 16px !important;
  white-space: nowrap;
}
.ol-hero .elementor-button .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  flex: 0 0 auto;
}
.ol-hero .elementor-button .elementor-button-text {
  white-space: nowrap;
}
.ol-hero .elementor-button::after {
  content: "\203A";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}
.elementor-button,
.button,
button.button,
input.button {
  min-height: 48px;
  border-radius: 999px !important;
  padding: 13px 24px !important;
  background: var(--ol-olive) !important;
  border-color: var(--ol-olive) !important;
  color: var(--ol-cream) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}
.ol-btn-ghost .elementor-button {
  background: rgba(253, 251, 245, .34) !important;
  color: var(--ol-olive-2) !important;
  border-color: rgba(85, 90, 72, .55) !important;
}
.ol-hero-visual .elementor-widget-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
  padding-bottom: 0;
  transform: translateY(60px);
}
.ol-hero-benefits {
  flex: 0 0 100%;
  width: 100%;
}
.ol-hero-benefits ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #4a3c31;
  font-size: 18px;
  line-height: 1.45;
  font-style: italic;
  text-align: right;
}
.ol-hero-benefits li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--ol-bronze);
  vertical-align: 2px;
}
.ol-hero-badge {
  flex: 0 0 auto;
  display: inline-block;
  width: 104px !important;
  max-width: 104px;
  margin: 22px 0 0 24px;
  margin-bottom: 0 !important;
  vertical-align: top;
}
.ol-hero-badge-small {
  width: 65px !important;
  max-width: 65px;
}
.ol-hero-badge .elementor-widget-container {
  width: 100%;
}
.ol-hero-badge img {
  width: 100%;
  height: auto;
}

.ol-hero-slider {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--ol-cream);
}
.ol-hero-slider-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.ol-hero-slide-bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(calc(var(--ol-hero-scroll, 0) * -8%)) scale(calc(1 + (var(--ol-hero-scroll, 0) * .1)));
  transition: opacity 1100ms ease, transform 900ms ease;
  will-change: opacity, transform;
}
.ol-hero-slide-bg.is-active {
  opacity: 1;
}
.ol-hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(243, 238, 228, .94) 0%, rgba(243, 238, 228, .74) 34%, rgba(243, 238, 228, .18) 68%, rgba(74, 60, 49, .04) 100%);
  pointer-events: none;
}
.ol-hero-slider .elementor-container {
  position: relative;
  z-index: 2;
}
.ol-hero-copy .elementor-widget-wrap,
.ol-hero-visual .elementor-widget-wrap {
  transition: opacity 420ms ease, transform 520ms ease;
}
.ol-hero-slider:not(.is-content-ready) .ol-hero-copy .elementor-widget-wrap,
.ol-hero-slider:not(.is-content-ready) .ol-hero-visual .elementor-widget-wrap {
  opacity: 0;
  transform: translateY(166px);
}
.ol-hero-slider-dots {
  position: absolute;
  z-index: 3;
  right: clamp(54px, 5vw, 112px);
  bottom: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ol-hero-dot {
  width: 34px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(48, 55, 44, .28);
  cursor: pointer;
  transition: width 240ms ease, background 240ms ease;
}
.ol-hero-dot.is-active {
  width: 56px;
  background: var(--ol-olive-2);
}

.ol-section {
  background: var(--ol-ivory);
  padding: 88px 0;
}
.ol-trust-strip {
  background: var(--ol-cream);
  padding-top: 56px;
  padding-bottom: 56px;
}
.ol-trust-strip .elementor-container {
  align-items: stretch;
}
.ol-trust-card.elementor-column {
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}
.ol-section .elementor-container {
  max-width: 1320px;
  width: calc(100% - 32px);
}
.ol-trust-card .elementor-widget-wrap {
  min-height: 228px;
  padding: 30px 26px 28px;
  align-content: flex-start;
  border: 1px solid rgba(140, 106, 69, .2);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(253, 251, 245, .96) 0%, rgba(236, 224, 209, .92) 100%);
  box-shadow: 0 20px 48px rgba(74, 60, 49, .08);
  overflow: hidden;
  position: relative;
}
.ol-trust-card .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ol-olive), var(--ol-gold), transparent);
}
.ol-trust-card .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper,
.ol-trust-card .elementor-icon-box-wrapper {
  text-align: left !important;
}
.ol-trust-card .elementor-icon-box-icon {
  margin: 0 0 28px;
  line-height: 1;
  text-align: left !important;
}
.ol-trust-card .elementor-icon-box-icon .elementor-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(85, 90, 72, .22);
  background: rgba(243, 238, 228, .7);
  box-shadow: inset 0 1px 0 rgba(253, 251, 245, .72);
  color: var(--ol-ink);
  font-size: 26px;
}
.ol-trust-card .elementor-icon-box-icon .elementor-icon i {
  color: inherit;
  font-size: 26px;
  line-height: 1;
}
.ol-trust-card .elementor-widget-wrap:hover .elementor-icon-box-icon .elementor-icon {
  color: var(--ol-bronze);
  border-color: rgba(121, 91, 56, .36);
}
.ol-trust-card .elementor-icon-box-title {
  margin-bottom: 12px;
  color: var(--ol-olive-2);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
.ol-trust-card .elementor-icon-box-description {
  color: var(--ol-muted);
  font-size: 14px;
  line-height: 1.58;
}

.ol-section-heading h2 {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px, 4.45vw, 64px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--ol-olive-2);
}
.ol-section-heading p {
  color: var(--ol-muted);
}

.ol-category-rail {
  position: relative;
  min-height: 920px;
  height: var(--ol-category-pin-height, auto);
  padding: 0;
  background: var(--ol-cream);
  overflow: visible;
}
.ol-category-sticky {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--ol-cream);
}
.ol-category-sticky.is-fixed {
  position: fixed;
  z-index: 1;
}
.ol-category-sticky.is-ended {
  position: absolute;
  top: auto;
  bottom: 0;
}
.ol-category-rail .elementor-container {
  max-width: 1320px;
  width: calc(100% - 32px);
  padding-top: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: stretch;
  will-change: transform;
  transition: transform 80ms linear;
  overflow: visible;
}
@media (min-width: 1200px) {
  .ol-category-rail .elementor-container {
    gap: 40px;
  }
}
.ol-category-rail .ol-category-card.elementor-column {
  flex: 0 0 clamp(300px, 40vw, 700px) !important;
  width: clamp(300px, 40vw, 700px) !important;
  max-width: none !important;
  margin-top: 0 !important;
  padding: 0;
}
.ol-category-rail .ol-category-card:nth-child(even) {
  margin-top: 0 !important;
}
.ol-category-card .elementor-widget-wrap {
  position: relative;
  height: clamp(520px, 46.6vw, 816px);
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ol-olive-2);
  color: #fff;
}
.ol-category-card .elementor-widget-image {
  margin: 0;
  height: 100%;
}
.ol-category-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  padding: 0;
  object-fit: cover;
  background: var(--ol-cream);
}
.ol-category-card .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(80, 92, 26, 0) 0%, rgba(48, 55, 44, .68) 100%);
  z-index: 1;
  pointer-events: none;
}
.ol-category-card .elementor-widget-heading,
.ol-category-card .elementor-widget-text-editor,
.ol-category-card .elementor-widget-button {
  position: static;
  z-index: 2;
  margin-left: 0;
  margin-right: 0;
}
.ol-category-content {
  position: absolute;
  bottom: 8px;
  right: 8px;
  left: 8px;
  z-index: 2;
  display: grid;
  place-items: start;
  padding: 20px 15px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .2);
  backdrop-filter: blur(32px);
  transition: all .3s ease;
}
@media (min-width: 1200px) {
  .ol-category-content {
    padding: 32px;
  }
}
.ol-category-card h3 {
  color: #fff;
  font-size: clamp(25px, 2.05vw, 38px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0 0 16px;
  transition: all .3s ease;
}
.ol-category-card p {
  color: rgba(255,255,255,.82);
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.55;
  transition: all .3s ease;
}
.ol-category-card .elementor-button {
  background: transparent !important;
  border: 0 !important;
  min-height: auto;
  padding: 0 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .01em;
  gap: 10px;
  transition: all .3s ease;
}
.ol-category-card .elementor-button-content-wrapper {
  width: auto !important;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}
.ol-category-card .elementor-button-text::after {
  content: "\e930";
  display: inline-block;
  margin-left: 10px;
  font-family: "icomoon" !important;
  font-size: 16px;
  line-height: 1;
  vertical-align: -1px;
}
@media (min-width: 1200px) {
  .ol-category-card .elementor-widget-wrap:not(:hover) .ol-category-content {
    background: transparent;
    backdrop-filter: blur(0);
  }
  .ol-category-card .elementor-widget-wrap:not(:hover) h3 {
    margin-bottom: 0;
  }
  .ol-category-card .elementor-widget-wrap:not(:hover) .elementor-widget-text-editor {
    opacity: 0;
    visibility: hidden;
    margin-top: -64px;
  }
  .ol-category-card .elementor-widget-wrap:not(:hover) .elementor-widget-button {
    opacity: 0;
    visibility: hidden;
    margin-top: -24px;
  }
}
.ol-category-progress {
  flex: 0 0 auto;
  max-width: 1320px;
  width: calc(100% - 32px);
  height: 4px;
  margin: 48px auto 0;
  background: rgba(85, 90, 72, .18);
  overflow: hidden;
}
.ol-category-progress .progress-line-fill {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--ol-olive-2);
}
@media (max-width: 991px) {
  .ol-category-rail {
    height: auto;
    min-height: 0;
    padding: 64px 0;
    overflow: hidden;
  }
  .ol-category-sticky {
    position: relative;
    top: auto;
    min-height: 0;
    display: block;
    overflow: visible;
  }
  .ol-category-rail .elementor-container {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ol-category-rail .elementor-container::-webkit-scrollbar {
    display: none;
  }
  .ol-category-rail .ol-category-card.elementor-column {
    flex-basis: min(82vw, 420px) !important;
    width: min(82vw, 420px) !important;
    scroll-snap-align: start;
  }
  .ol-category-card .elementor-widget-wrap {
    height: 520px;
  }
  .ol-category-progress {
    display: none;
  }
}

.ol-product-showcase {
  padding-top: 88px;
  padding-bottom: 26px;
  background: var(--ol-cream);
}
.ol-product-showcase .ol-section-heading .elementor-container,
.ol-product-showcase .elementor-container {
  max-width: 820px;
}
.ol-product-showcase h2 {
  margin-bottom: 14px;
}
.ol-product-tabs {
  padding: 0 0 32px;
  background: var(--ol-cream);
}
.ol-product-tabs .elementor-container {
  justify-content: center;
}
.ol-product-tabs-inner .elementor-widget-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  padding: 0;
}
.ol-product-tab-button {
  flex: 0 0 auto;
  width: auto !important;
  margin: 0 !important;
}
.ol-product-tab-button .elementor-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 0;
  min-height: 40px !important;
  padding: 0 20px !important;
  border: 1px solid rgba(48, 55, 44, .18) !important;
  border-radius: 99px !important;
  background: transparent !important;
  color: var(--ol-ink) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1;
  box-shadow: none;
}
.ol-product-tab-button .elementor-button-content-wrapper {
  width: auto !important;
  height: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  line-height: 1;
}
.ol-product-tab-button .elementor-button-text {
  display: block;
  line-height: 1;
}
.ol-product-tab-button .elementor-button:hover,
.ol-product-tab-button.is-active .elementor-button {
  border-color: var(--ol-ink) !important;
  background: var(--ol-ink) !important;
  color: #fff !important;
}
.ol-product-grid {
  padding-top: 0;
  padding-bottom: 88px;
  background: var(--ol-cream);
  overflow: hidden;
  position: relative;
}
.ol-product-tab-panel {
  display: none;
}
.ol-product-tab-panel.is-active {
  display: block;
}
.ol-product-tab-panel.is-entering .ol-product-slider-viewport {
  animation: olProductPanelFadeIn 720ms cubic-bezier(.16, 1, .3, 1) both;
}
@keyframes olProductPanelFadeIn {
  from {
    opacity: .18;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ol-product-tab-panel.is-entering .ol-product-slider-viewport {
    animation: none !important;
  }
}
.ol-product-slider-viewport {
  width: calc(100% - 32px);
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
}
.ol-product-grid .elementor-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: visible;
  transition: transform .42s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}
.ol-product-grid .elementor-container.is-dragging {
  cursor: grabbing;
  transition: none;
}
.ol-product-grid .ol-product-card {
  flex: 0 0 calc((100% - 48px) / 4);
  width: calc((100% - 48px) / 4) !important;
  max-width: calc((100% - 48px) / 4);
}
.ol-product-grid .ol-product-card > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.ol-product-card {
  --product-accent: var(--ol-ink);
}
.ol-product-rosea { --product-accent: #b8202f; }
.ol-product-aqryl { --product-accent: #2469a6; }
.ol-product-petale { --product-accent: #467c42; }
.ol-product-solyn { --product-accent: #c9971b; }
.ol-product-noxelle { --product-accent: #1b1b1f; }
.ol-product-perla { --product-accent: #b9b6ae; }
.ol-product-hair { --product-accent: #1c6f88; }
.ol-product-spectrum { --product-accent: #0f4a56; }
.ol-product-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: .8285714286;
  overflow: hidden;
  border: 1px solid rgba(140, 106, 69, .18);
  background: linear-gradient(180deg, #fdfbf5 0%, #eadfce 100%);
}
.ol-product-media .elementor-widget-image,
.ol-product-card .elementor-widget-image {
  width: 100%;
  height: 100%;
  margin: 0;
  background: transparent;
  border: 0;
}
.ol-product-media .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ol-product-media img,
.ol-product-card img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  aspect-ratio: auto;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: transparent;
  filter: none;
  transition: transform .5s ease, filter .5s ease;
}
.ol-product-card:hover .ol-product-media img {
  transform: scale(1.035);
  filter: none;
}
.ol-product-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  left: auto;
  z-index: 3;
  width: auto !important;
  max-width: calc(100% - 16px);
  margin: 0 !important;
  pointer-events: none;
}
.ol-product-badge p {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0;
  padding: 5px 10px;
  border-radius: 99px;
  background: var(--product-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.ol-product-actions {
  position: absolute;
  top: 50px;
  right: 12px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ol-product-actions li {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity .24s ease, transform .24s ease;
}
.ol-product-actions li:nth-child(2) { transition-delay: .04s; }
.ol-product-actions li:nth-child(3) { transition-delay: .08s; }
.ol-product-card:hover .ol-product-actions li,
.ol-product-card:focus-within .ol-product-actions li {
  opacity: 1;
  transform: translateX(0);
}
.ol-product-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(85, 90, 72, .16);
  border-radius: 50%;
  background: #fff;
  color: var(--ol-ink);
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(74, 60, 49, .10);
  transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}
.ol-product-action:hover {
  border-color: var(--ol-ink);
  background: var(--ol-ink);
  color: #fff;
  transform: translateY(-2px);
}
.ol-product-action .tooltip {
  position: absolute;
  right: calc(100% + 9px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding: 6px 9px;
  border-radius: 2px;
  background: var(--ol-ink);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.ol-product-action:hover .tooltip {
  opacity: 1;
}
.ol-product-action .icon {
  font-size: 18px;
}
.ol-product-add {
  position: absolute !important;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  margin: 0 !important;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .24s ease, transform .24s ease;
}
.ol-product-card:hover .ol-product-add,
.ol-product-card:focus-within .ol-product-add {
  opacity: 1;
  transform: translateY(0);
}
.ol-product-add .elementor-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 0 18px !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, .94) !important;
  color: var(--ol-ink) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 44px;
  box-shadow: none;
}
.ol-product-add .elementor-button-content-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  width: auto !important;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.ol-product-add .elementor-button-text {
  flex: 0 0 auto;
  white-space: nowrap;
}
.ol-product-add .elementor-button:hover {
  border-color: var(--ol-ink) !important;
  background: var(--ol-ink) !important;
  color: #fff !important;
}
.ol-product-add .elementor-button::after {
  content: "\e92e";
  font-family: "icomoon";
  font-size: 16px;
  line-height: 1;
}
.ol-product-detail-link {
  display: none !important;
}
.ol-product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 22px 16px 0;
  text-align: center;
}
.ol-product-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin: 0 !important;
}
.ol-product-benefit p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 34px;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid color-mix(in srgb, var(--product-accent), #ffffff 48%);
  border-radius: 99px;
  background:
    linear-gradient(135deg,
      color-mix(in srgb, var(--product-accent), #fdfbf5 86%) 0%,
      rgba(253, 251, 245, .88) 100%);
  color: color-mix(in srgb, var(--product-accent), #211b16 54%);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(253, 251, 245, .52), 0 10px 22px rgba(74, 60, 49, .08);
}
.ol-product-benefit p::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--product-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--product-accent), transparent 84%);
}
.ol-product-card h3 {
  min-height: 48px;
  margin: 0;
  color: var(--ol-olive-2);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
  transition: color .2s ease;
}
.ol-product-card h3:hover {
  color: var(--product-accent);
}
.ol-product-title,
.ol-product-card .ol-price,
.ol-product-card .ol-product-desc {
  width: 100%;
  margin: 0 !important;
}
.ol-product-title h3,
.ol-product-card .ol-price h3,
.ol-product-card .ol-product-desc p {
  text-align: center;
}
.ol-product-card .ol-product-desc p {
  min-height: 48px;
  margin: 0;
  color: #4a3c31;
  font-size: 15px;
  line-height: 1.55;
}
.ol-product-card .ol-price h3 {
  min-height: 56px;
  margin-top: 4px;
  padding-top: 14px;
  padding-bottom: 4px;
  border-top: 1px solid rgba(140, 106, 69, .18);
  color: var(--ol-olive-2);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.ol-product-nav {
  position: absolute;
  top: 31%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(85, 90, 72, .24);
  border-radius: 999px;
  background: rgba(253, 251, 245, .78);
  color: var(--ol-olive);
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(74, 60, 49, .14);
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
  transition: border-color .22s ease, background .22s ease, color .22s ease, opacity .22s ease;
}
.ol-product-prev { left: max(24px, calc((100vw - 1320px) / 2 + 10px)); }
.ol-product-next { right: max(24px, calc((100vw - 1320px) / 2 + 10px)); }
.ol-product-nav i {
  font-size: 16px;
  line-height: 1;
}
.ol-product-prev i {
  transform: rotate(180deg);
}
.ol-product-nav:hover {
  border-color: var(--ol-olive);
  background: var(--ol-olive);
  color: var(--ol-cream);
}
.ol-product-nav[disabled] {
  opacity: .38;
  cursor: default;
  pointer-events: none;
}
.ol-product-dots {
  position: absolute;
  left: 50%;
  bottom: 43px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 68px;
  height: 34px;
  transform: translateX(-50%);
}
.ol-product-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid rgba(48, 55, 44, .32);
  border-radius: 999px;
  background: rgba(48, 55, 44, .14);
  opacity: 1;
  cursor: pointer;
  transition: width .22s ease, height .22s ease, background .22s ease, border-color .22s ease, transform .22s ease;
}
.ol-product-dot.is-active {
  width: 8px;
  height: 8px;
  border-color: var(--ol-olive);
  background: var(--ol-olive);
  transform: translateY(-1px);
}
@media (max-width: 1180px) {
  .ol-product-grid .ol-product-card {
    flex-basis: calc((100% - 32px) / 3);
    width: calc((100% - 32px) / 3) !important;
    max-width: calc((100% - 32px) / 3);
  }
  .ol-product-prev { left: 18px; }
  .ol-product-next { right: 18px; }
}
@media (max-width: 767px) {
  .ol-product-showcase {
    padding-top: 64px;
    padding-bottom: 18px;
  }
  .ol-product-tabs {
    padding-bottom: 24px;
    overflow: hidden;
  }
  .ol-product-tabs-inner .elementor-widget-wrap {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 20px 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ol-product-tabs-inner .elementor-widget-wrap::-webkit-scrollbar {
    display: none;
  }
  .ol-product-tab-button .elementor-button {
    height: 36px;
    min-height: 36px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    line-height: 36px;
  }
  .ol-product-grid {
    padding-bottom: 76px;
  }
  .ol-product-slider-viewport {
    width: calc(100% - 40px);
  }
  .ol-product-grid .elementor-container {
    width: 100%;
  }
  .ol-product-grid .ol-product-card {
    flex-basis: min(82vw, 360px);
    width: min(82vw, 360px) !important;
    max-width: min(82vw, 360px);
  }
  .ol-product-media img,
  .ol-product-card img {
    padding: 0;
  }
  .ol-product-actions li,
  .ol-product-add {
    opacity: 1;
    transform: none;
  }
  .ol-product-action {
    width: 38px;
    height: 38px;
  }
  .ol-product-nav {
    display: none !important;
  }
  .ol-product-dots {
    bottom: 34px;
  }
}

.ol-feature {
  height: 683px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--ol-cream);
}
.ol-feature .elementor-container {
  height: 100%;
  align-items: center;
}
.ol-science.orphea-science {
  min-height: 0;
  padding: clamp(88px, 8vw, 128px) 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fdfbf5 0%, #fbf8ef 100%);
}
.ol-science.orphea-science .elementor-container {
  min-height: 0;
  align-items: stretch;
  max-width: 1320px;
  width: calc(100% - 64px);
}
.orphea-science-rail .elementor-widget-wrap {
  height: 100%;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.orphea-science-left .elementor-widget-wrap {
  align-items: flex-start;
}
.orphea-science-right .elementor-widget-wrap {
  align-items: flex-end;
}
.orphea-science-frame {
  margin-bottom: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(140, 106, 69, .16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 42% 18%, rgba(255,255,255,.72), rgba(255,255,255,0) 42%),
    #f1e7da;
  box-sizing: border-box;
}
.orphea-science-frame .elementor-widget-container,
.orphea-science-frame a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}
.orphea-science-frame a {
  display: block;
}
.orphea-science-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  padding: 0;
  border-radius: inherit;
  box-sizing: border-box;
}
.orphea-frame-pf1,
.orphea-frame-pf4 {
  width: min(196px, 100%) !important;
  max-width: min(196px, 100%) !important;
  height: 246px !important;
}
.orphea-frame-pf2,
.orphea-frame-pf3 {
  width: min(160px, 84%) !important;
  max-width: min(160px, 84%) !important;
  height: 202px !important;
}
.orphea-frame-pf2 {
  align-self: flex-end;
  margin-right: 4px;
}
.orphea-frame-pf3 {
  align-self: flex-start;
  margin-left: 4px;
}
.orphea-frame-pf4 {
  align-self: flex-end;
}
.orphea-science-main .elementor-widget-wrap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 18px !important;
  padding: 0 20px;
}
.orphea-science-main .elementor-widget-wrap > .elementor-element {
  width: auto !important;
  max-width: none !important;
}
.orphea-science-eyebrow,
.orphea-science-title,
.orphea-science-intro {
  grid-column: 1 / -1;
  width: 100% !important;
  text-align: center;
}
.orphea-science-eyebrow {
  margin-bottom: -2px !important;
}
.orphea-science-title {
  margin-bottom: 8px !important;
}
.orphea-science-intro {
  max-width: 700px;
  margin: 0 auto 26px !important;
}
.orphea-science-eyebrow p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  color: #30372c;
  font-size: 17px;
  line-height: 1.45;
  font-style: italic;
  font-weight: 300;
}
.orphea-science-eyebrow .br-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #cfc75d;
}
.orphea-science-title h4 {
  max-width: 760px;
  margin: 0 auto;
  color: #30372c;
  font-size: clamp(38px, 3.6vw, 56px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: 0 !important;
}
.orphea-science-intro p {
  margin: 0;
  color: #6f675d;
  font-size: 16px;
  line-height: 1.7;
}
.orphea-science-note {
  --note-accent: #747f16;
  margin-bottom: 0 !important;
  position: relative;
  min-height: 206px;
  padding: 28px 24px 24px;
  overflow: hidden;
  border: 1px solid rgba(140, 106, 69, .17);
  border-radius: 8px;
  background: rgba(255, 253, 247, .78);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.orphea-note-rosea { --note-accent: #b33b31; }
.orphea-note-aqryl { --note-accent: #407f96; }
.orphea-note-perla { --note-accent: #8d877d; }
.orphea-note-solyn { --note-accent: #c7a42c; }
.orphea-note-petale { --note-accent: #747f16; }
.orphea-note-noxelle { --note-accent: #30372c; }
.orphea-science-note::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 2px;
  background: var(--note-accent);
  opacity: .78;
}
.orphea-note-01::before { content: "01"; }
.orphea-note-02::before { content: "02"; }
.orphea-note-03::before { content: "03"; }
.orphea-note-04::before { content: "04"; }
.orphea-note-05::before { content: "05"; }
.orphea-note-06::before { content: "06"; }
.orphea-science-note::before {
  position: absolute;
  right: 22px;
  top: 25px;
  color: rgba(48,55,44,.24);
  font-family: var(--ol-font-body);
  font-size: 11px;
  line-height: 1;
  letter-spacing: .16em;
  font-weight: 600;
}
.orphea-science-note:hover {
  transform: translateY(-4px);
  border-color: rgba(116, 127, 22, .28);
  background: #fffdf7;
}
.orphea-science-note .elementor-icon-box-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.orphea-science-note .elementor-icon-box-icon {
  margin: 0 0 18px !important;
}
.orphea-science-note .elementor-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--note-accent) 32%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--note-accent) 9%, transparent);
  color: var(--note-accent);
  font-size: 22px;
}
.orphea-science-note .elementor-icon i {
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.orphea-science-note .elementor-icon-box-title {
  margin: 0 0 10px !important;
  color: #30372c;
  font-family: var(--ol-font-display);
  font-size: 21px;
  line-height: 1.16;
  font-weight: 500;
  letter-spacing: 0 !important;
}
.orphea-science-note .elementor-icon-box-description {
  color: #70685d;
  font-size: 14px;
  line-height: 1.58;
}
@media (max-width: 1439px) {
  .ol-science.orphea-science {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .orphea-science-main .elementor-widget-wrap {
    padding-left: 16px;
    padding-right: 16px;
    gap: 16px;
  }
  .orphea-science-note {
    min-height: 214px;
    padding: 26px 22px 22px;
  }
  .orphea-science-title h4 {
    font-size: clamp(36px, 3.6vw, 50px);
  }
}
.orphea-oceans {
  position: relative;
  overflow: visible;
  background: #eadfce;
}
.orphea-oceans > .elementor-container {
  width: 100%;
  max-width: none;
  align-items: stretch;
}
.orphea-oceans-media > .elementor-widget-wrap {
  position: relative;
  min-height: 620px;
  padding: 0 !important;
  overflow: hidden;
}
.orphea-oceans-main-image,
.orphea-oceans-main-image .elementor-widget-container {
  width: 100%;
  height: 100%;
}
.orphea-oceans-main-image {
  margin: 0 !important;
}
.orphea-oceans-main-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: bottom right;
  border-radius: 0;
  filter: grayscale(.08) contrast(1.04);
}
.orphea-oceans-media > .elementor-widget-wrap::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(28, 24, 19, .08) 0%, rgba(28, 24, 19, .18) 52%, rgba(28, 24, 19, .42) 100%),
    linear-gradient(90deg, rgba(28, 24, 19, .28), rgba(28, 24, 19, 0) 54%);
}
.orphea-oceans-caption {
  position: absolute !important;
  z-index: 2;
  left: 30px;
  top: 30px;
  right: 15px;
  max-width: 560px;
  margin: 0 !important;
  padding: 0 !important;
}
.orphea-oceans-caption p {
  max-width: 560px;
  margin: 0;
  padding-left: 24px;
  border-left: 2px solid #fff;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.45;
}
.orphea-oceans-content > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 40px 15px !important;
}
.orphea-oceans-eyebrow,
.orphea-oceans-title,
.orphea-oceans-desc,
.orphea-oceans-product-grid,
.orphea-oceans-more {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.orphea-oceans-eyebrow {
  margin: 0 0 14px !important;
}
.orphea-oceans-eyebrow p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #30372c;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
}
.orphea-oceans-eyebrow .br-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #555a48;
  box-shadow: 0 0 0 7px rgba(85, 90, 72, .12);
}
.orphea-oceans-title {
  margin: 0 !important;
}
.orphea-oceans-title h4 {
  max-width: 650px;
  margin: 0;
  color: #30372c;
  font-size: clamp(40px, 3.4vw, 64px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: 0;
}
.orphea-oceans-desc {
  margin: 18px 0 48px !important;
}
.orphea-oceans-desc p {
  max-width: 690px;
  margin: 0;
  color: #4a3c31;
  font-size: 17px;
  line-height: 1.62;
}
.orphea-oceans-product-grid {
  margin: 0 0 58px !important;
}
.orphea-oceans-product-grid .elementor-widget-container {
  display: block;
}
.orphea-oceans-product-grid .grid-layout_product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 16px;
}
.orphea-oceans-product-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.orphea-oceans-product-card .card-product_wrapper {
  position: relative;
  z-index: 20;
  display: flex;
  overflow: hidden;
  aspect-ratio: .8270042194;
  border: 1px solid rgba(140, 106, 69, .18);
  background: linear-gradient(180deg, #fdfbf5 0%, #eadfce 100%);
  transition: border-color .28s ease, box-shadow .28s ease;
}
.orphea-oceans-product-card:hover .card-product_wrapper {
  border-color: color-mix(in srgb, var(--product-accent), #8c6a45 32%);
  box-shadow: 0 18px 42px rgba(74, 60, 49, .12);
}
.orphea-oceans-product-card .product-img {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.orphea-oceans-product-card .product-img img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: transparent;
  filter: none;
  transition: transform .7s ease, clip-path .7s ease, filter .7s ease;
}
.orphea-oceans-product-card .img-product {
  position: relative;
  z-index: 1;
}
.orphea-oceans-product-card .img-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
}
.orphea-oceans-product-card:hover .product-img img {
  transform: scale(1.05);
  filter: none;
}
.orphea-oceans-product-card:hover .img-hover {
  clip-path: inset(0 0 0 0);
}
.orphea-oceans-product-card .product-badge_list {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 8px;
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
.orphea-oceans-product-card .product-badge_item {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 11px;
  border-radius: 99px;
  background: var(--product-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.orphea-oceans-product-card .product-action_bot {
  position: absolute;
  z-index: 4;
  right: 8px;
  bottom: 8px;
  left: 8px;
  text-align: center;
  transition: all .3s ease;
}
.orphea-oceans-product-card .product-action_bot > * {
  box-shadow: 0 10px 25px rgba(43, 52, 74, .1215686275);
}
.orphea-oceans-product-card .product-action_bot .tf-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 12px !important;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: none;
  transition: all .3s ease;
}
.orphea-oceans-product-card .product-action_bot .tf-btn:hover {
  background: #111;
  color: #fff;
}
.orphea-oceans-product-card .product-action_bot .icon {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-size: 20px;
  line-height: 1;
  transform: translateY(0);
}
.orphea-oceans-product-card .product-action_bot .icon::before {
  display: block;
  line-height: 1;
  transform: translateY(0);
}
.orphea-oceans-product-card .product-action_bot .orphea-cart-icon {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(-.5px);
}
.orphea-oceans-product-card .card-product_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 22px 16px 0;
  text-align: center;
}
.orphea-oceans-product-card .name-product {
  min-height: 48px;
  margin: 0;
  color: #30372c;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
  text-decoration: none;
  transition: color .2s ease;
}
.orphea-oceans-product-card .name-product:hover {
  color: var(--product-accent);
}
.orphea-oceans-product-card .orphea-product-desc {
  min-height: 48px;
  margin: 0;
  color: #4a3c31;
  font-size: 15px;
  line-height: 1.55;
}
.orphea-oceans-product-card .price-wrap {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin-top: 4px;
  padding-top: 14px;
  padding-bottom: 4px;
  border-top: 1px solid rgba(140, 106, 69, .18);
  line-height: 1.3;
}
.orphea-oceans-product-card .price-new {
  color: #30372c;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.orphea-oceans-more {
  text-align: center;
}
.orphea-oceans-more .elementor-button {
  display: inline-flex !important;
  align-items: center;
  min-height: 46px !important;
  padding: 0 22px !important;
  border: 1px solid rgba(48, 55, 44, .28) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .42) !important;
  color: #30372c !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .06em;
  line-height: 1.35 !important;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(74, 60, 49, .08) !important;
  transition: color .24s ease, background .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.orphea-oceans-more .elementor-button::before {
  display: none;
}
.orphea-oceans-more .elementor-button:hover {
  border-color: #30372c !important;
  background: #30372c !important;
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(48, 55, 44, .16) !important;
}
.orphea-oceans-more .elementor-button-content-wrapper {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  gap: 10px;
}
.orphea-oceans-more .elementor-button-content-wrapper::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  content: "\e930";
  font-family: "icomoon";
  background: rgba(48, 55, 44, .10);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  transition: background .24s ease;
}
.orphea-oceans-more .elementor-button:hover .elementor-button-content-wrapper::after {
  background: rgba(255, 255, 255, .16);
}
.orphea-oceans-more .elementor-button-text {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .orphea-oceans > .elementor-container {
    display: flex;
  }
  .orphea-oceans > .elementor-container > .elementor-column {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .orphea-oceans-media {
    --ol-oceans-media-pad-y: 80px;
    position: sticky !important;
    top: 0;
    align-self: flex-start;
    height: 100vh;
    box-sizing: border-box;
  }
  .orphea-oceans-media > .elementor-widget-wrap {
    position: relative;
    height: calc(100vh - (var(--ol-oceans-media-pad-y) * 2));
    min-height: 0;
    flex: 0 0 auto;
  }
  .orphea-oceans-main-image,
  .orphea-oceans-main-image .elementor-widget-container {
    min-height: 0;
  }
  .orphea-oceans-main-image img {
    min-height: 0;
  }
  .orphea-oceans-content > .elementor-widget-wrap {
    padding: 40px !important;
  }
}
@media (min-width: 1200px) {
  .orphea-oceans-product-grid .grid-layout_product {
    row-gap: 48px;
    column-gap: 16px;
  }
  .orphea-oceans-product-card {
    gap: 24px;
  }
  .orphea-oceans-product-card .product-badge_list {
    top: 16px;
    left: 16px;
  }
  .orphea-oceans-product-card .product-action_bot {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  .orphea-oceans-product-card .product-action_bot .tf-btn {
    height: 48px;
    min-height: 48px;
  }
  .orphea-oceans-product-card:hover .product-action_bot,
  .orphea-oceans-product-card:focus-within .product-action_bot {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (min-width: 1440px) {
  .orphea-oceans-media {
    --ol-oceans-media-pad-y: 104px;
  }
  .orphea-oceans-content > .elementor-widget-wrap {
    padding: 80px !important;
  }
  .orphea-oceans-caption {
    top: 80px;
    left: 80px;
  }
}
@media (max-width: 991px) {
  .orphea-oceans-product-grid .grid-layout_product {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .orphea-oceans > .elementor-container {
    display: block;
  }
  .orphea-oceans-media > .elementor-widget-wrap,
  .orphea-oceans-main-image img {
    height: auto;
    min-height: 430px;
  }
  .orphea-oceans-caption p {
    max-width: 310px;
    font-size: 18px;
  }
  .orphea-oceans-title h4 {
    font-size: clamp(36px, 11vw, 48px);
  }
  .orphea-oceans-desc {
    margin-bottom: 34px !important;
  }
  .orphea-oceans-product-card .product-action_bot .tf-btn {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .orphea-oceans-product-card .product-action_bot .icon {
    font-size: 16px;
  }
  .orphea-oceans-product-card .product-action_bot .orphea-cart-icon {
    width: 16px;
    height: 16px;
  }
}
.ol-b2b-section.section-banner-video,
.ol-b2b-section.ol-b2b-static-access {
  position: relative;
  min-height: 858px;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 22%, rgba(243, 238, 228, .2), transparent 31%),
    radial-gradient(circle at 18% 72%, rgba(187, 143, 90, .2), transparent 34%),
    linear-gradient(125deg, #22281f 0%, #3d4636 52%, #7a705e 138%);
  color: #fff;
}
.ol-b2b-section.section-banner-video::after,
.ol-b2b-section.ol-b2b-static-access::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(32, 38, 31, .9), rgba(48, 55, 44, .48) 58%, rgba(48, 55, 44, .18)),
    linear-gradient(0deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, 0) 36%);
  pointer-events: none;
}
.ol-b2b-section.ol-b2b-static-access .elementor-background-video-container,
.ol-b2b-section.ol-b2b-static-access .elementor-background-video-embed,
.ol-b2b-section.ol-b2b-static-access .elementor-background-video-hosted {
  display: none !important;
}
.ol-b2b-section .elementor-background-video-container,
.ol-b2b-section .elementor-background-video-embed,
.ol-b2b-section .elementor-background-video-hosted {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
}
.ol-b2b-section .elementor-background-video-hosted,
.ol-b2b-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ol-b2b-section > .elementor-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: 858px;
  align-items: stretch;
}
.ol-b2b-section .orphea-b2b-content {
  width: 100% !important;
}
.ol-b2b-section .orphea-b2b-content > .elementor-widget-wrap {
  display: block;
  width: 1790px;
  max-width: 100%;
  margin: 0 auto;
  padding: 336px 15px 80px !important;
}
.ol-b2b-section .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.orphea-b2b-wordmark {
  margin-bottom: 64px !important;
}
.orphea-b2b-wordmark .orphea-wordmark {
  color: #f3eee4;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.orphea-b2b-title {
  margin-bottom: 64px !important;
}
.orphea-b2b-title h2 {
  max-width: 1180px;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.04em;
}
.orphea-b2b-eyebrow {
  margin-bottom: 48px !important;
}
.orphea-b2b-eyebrow p {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}
.orphea-b2b-eyebrow .br-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.orphea-b2b-content .elementor-widget-button {
  display: inline-block;
  width: auto;
  margin: 0 12px 0 0;
  vertical-align: top;
}
.orphea-b2b-action .elementor-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  height: 40px;
  padding: 0 20px !important;
  border-radius: 8px !important;
  border: 1px solid transparent !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all .3s ease;
}
.orphea-b2b-action .elementor-button::after {
  content: none !important;
}
.orphea-b2b-action .elementor-button-content-wrapper {
  display: inline-flex !important;
  width: auto !important;
  flex: 0 0 auto !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
.orphea-b2b-action .elementor-button-content-wrapper::after {
  content: "\e930";
  font-family: "icomoon";
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.orphea-b2b-action .elementor-button-text {
  flex: 0 1 auto;
  white-space: nowrap;
}
.orphea-b2b-primary .elementor-button,
.orphea-b2b-primary .elementor-button:not(:hover) {
  background: #fff !important;
  border-color: #fff !important;
  color: #111 !important;
}
.orphea-b2b-primary .elementor-button:hover {
  background: #30372c !important;
  border-color: #30372c !important;
  color: #fff !important;
}
.orphea-b2b-line .elementor-button,
.orphea-b2b-line .elementor-button:not(:hover) {
  background: transparent !important;
  border-color: rgba(243, 238, 228, .72) !important;
  color: #f3eee4 !important;
}
.orphea-b2b-line .elementor-button:hover {
  background: #f3eee4 !important;
  border-color: #f3eee4 !important;
  color: #30372c !important;
}
.orphea-b2b-channel {
  margin: 0 8px 10px 0 !important;
}
.orphea-b2b-channel .elementor-button,
.orphea-b2b-channel .elementor-button:not(:hover) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(253, 251, 245, .52) !important;
  background: linear-gradient(180deg, rgba(253, 251, 245, .88) 0%, rgba(243, 238, 228, .76) 100%) !important;
  color: #30372c !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1;
  text-transform: none !important;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .58),
    0 16px 42px rgba(16, 22, 14, .16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    color .2s ease,
    box-shadow .2s ease;
}
.orphea-b2b-channel .elementor-button:hover {
  border-color: rgba(253, 251, 245, .68) !important;
  background: linear-gradient(180deg, #3a4334 0%, #252d22 100%) !important;
  color: #fffdf8 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    0 20px 54px rgba(16, 22, 14, .24);
  transform: translateY(-2px);
}
.orphea-b2b-channel .elementor-button-content-wrapper::after {
  content: none !important;
}
.orphea-b2b-channel .elementor-button-content-wrapper {
  display: inline-flex !important;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
}
.orphea-b2b-channel .elementor-button-text {
  display: block;
  line-height: 1 !important;
}
.ol-b2b-section.ol-professional-access-compact.section-banner-video,
.ol-b2b-section.ol-professional-access-compact.ol-b2b-static-access {
  min-height: 560px;
  background-position: center center;
}
.ol-b2b-section.ol-professional-access-compact.section-banner-video::after,
.ol-b2b-section.ol-professional-access-compact.ol-b2b-static-access::after {
  background: linear-gradient(90deg, rgba(32, 38, 31, .88), rgba(48, 55, 44, .42) 58%, rgba(48, 55, 44, .18));
}
.ol-b2b-section.ol-professional-access-compact > .elementor-container {
  min-height: 560px;
}
.ol-b2b-section.ol-professional-access-compact .orphea-b2b-content > .elementor-widget-wrap {
  width: min(1360px, calc(100% - 48px));
  padding: 148px 0 82px !important;
}
.ol-b2b-section.ol-professional-access-compact .orphea-b2b-wordmark {
  margin-bottom: 34px !important;
  opacity: .92;
}
.ol-b2b-section.ol-professional-access-compact .orphea-b2b-title {
  margin-bottom: 24px !important;
}
.ol-b2b-section.ol-professional-access-compact .orphea-b2b-title h2 {
  max-width: 780px;
  font-size: clamp(34px, 3.75vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.ol-b2b-section.ol-professional-access-compact .orphea-b2b-eyebrow {
  max-width: 680px;
  margin-bottom: 32px !important;
}
.ol-b2b-section.ol-professional-access-compact .orphea-b2b-eyebrow p {
  font-style: normal;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255, 255, 255, .86);
}
.ol-b2b-section.ol-professional-access-compact .orphea-b2b-action .elementor-button {
  min-height: 42px;
  height: 42px;
  border-radius: 21px !important;
  padding: 0 22px !important;
  font-size: 13px !important;
  letter-spacing: .02em;
}
@media (max-width: 1439px) {
  .ol-b2b-section .orphea-b2b-content > .elementor-widget-wrap {
    padding-top: 200px !important;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-content > .elementor-widget-wrap {
    padding-top: 124px !important;
  }
}
@media (min-width: 992px) {
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-content > .elementor-widget-wrap {
    display: grid;
    grid-template-columns: minmax(0, 500px) minmax(360px, 1fr);
    column-gap: clamp(40px, 5vw, 70px);
    row-gap: 12px;
    align-content: center;
    align-items: center;
    min-height: 560px;
    padding: 88px 0 !important;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-wordmark,
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-title,
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-eyebrow {
    grid-column: 1;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-wordmark {
    margin-bottom: 14px !important;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-title {
    margin-bottom: 10px !important;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-eyebrow {
    margin-bottom: 0 !important;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel {
    grid-column: 2;
    grid-row: 1 / 4;
    display: block !important;
    width: var(--ol-channel-w, 160px);
    max-width: none;
    margin: 0 !important;
    align-self: center;
    justify-self: center;
    opacity: 0;
    transform:
      translate3d(var(--ol-channel-x, 0px), calc(var(--ol-channel-y, 0px) + 14px), 0)
      scale(.98);
    transition:
      opacity .48s cubic-bezier(.22, .61, .36, 1),
      transform .62s cubic-bezier(.22, .61, .36, 1);
    will-change: opacity, transform;
  }
  .ol-b2b-section.ol-professional-access-compact.is-inview .orphea-b2b-channel {
    opacity: 1;
    transform:
      translate3d(var(--ol-channel-x, 0px), var(--ol-channel-y, 0px), 0)
      scale(1);
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel .elementor-button {
    width: 100%;
    min-width: 0;
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    font-size: clamp(13.5px, .95vw, 15px) !important;
    justify-content: center;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel .elementor-button-content-wrapper {
    width: auto !important;
    justify-content: center;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel .elementor-button-content-wrapper::after {
    content: none !important;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel-doctors {
    --ol-channel-w: 132px;
    --ol-channel-x: -176px;
    --ol-channel-y: -36px;
    transition-delay: .08s;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel-clinics {
    --ol-channel-w: 132px;
    --ol-channel-x: 176px;
    --ol-channel-y: -36px;
    transition-delay: .24s;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel-beauty {
    --ol-channel-w: 198px;
    --ol-channel-x: 0px;
    --ol-channel-y: -36px;
    transition-delay: .16s;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel-distributor {
    --ol-channel-w: 232px;
    --ol-channel-x: -124px;
    --ol-channel-y: 36px;
    transition-delay: .32s;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel-wholesale {
    --ol-channel-w: 232px;
    --ol-channel-x: 124px;
    --ol-channel-y: 36px;
    transition-delay: .4s;
  }
}
@media (min-width: 1200px) {
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-content > .elementor-widget-wrap {
    grid-template-columns: minmax(0, 560px) minmax(520px, 620px);
    column-gap: clamp(76px, 8vw, 140px);
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel .elementor-button {
    min-height: 48px !important;
    height: 48px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel-doctors {
    --ol-channel-w: 154px;
    --ol-channel-x: -218px;
    --ol-channel-y: -38px;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel-clinics {
    --ol-channel-w: 154px;
    --ol-channel-x: 218px;
    --ol-channel-y: -38px;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel-beauty {
    --ol-channel-w: 232px;
    --ol-channel-x: 0px;
    --ol-channel-y: -38px;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel-distributor {
    --ol-channel-w: 286px;
    --ol-channel-x: -151px;
    --ol-channel-y: 38px;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel-wholesale {
    --ol-channel-w: 286px;
    --ol-channel-x: 151px;
    --ol-channel-y: 38px;
  }
}
@media (max-width: 991px) {
  .ol-b2b-section.section-banner-video,
  .ol-b2b-section.ol-b2b-static-access,
  .ol-b2b-section > .elementor-container {
    min-height: 620px;
  }
  .ol-b2b-section.ol-professional-access-compact.section-banner-video,
  .ol-b2b-section.ol-professional-access-compact.ol-b2b-static-access,
  .ol-b2b-section.ol-professional-access-compact > .elementor-container {
    min-height: 500px;
  }
  .ol-b2b-section .orphea-b2b-content > .elementor-widget-wrap {
    padding: 120px 24px 60px !important;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-content > .elementor-widget-wrap {
    width: calc(100% - 40px);
    padding: 88px 0 56px !important;
  }
  .orphea-b2b-wordmark,
  .orphea-b2b-title {
    margin-bottom: 32px !important;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-wordmark {
    margin-bottom: 24px !important;
  }
  .orphea-b2b-eyebrow {
    margin-bottom: 24px !important;
  }
  .orphea-b2b-title h2 {
    max-width: 760px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .ol-b2b-section.section-banner-video,
  .ol-b2b-section.ol-b2b-static-access,
  .ol-b2b-section > .elementor-container {
    min-height: 560px;
  }
  .ol-b2b-section.ol-professional-access-compact.section-banner-video,
  .ol-b2b-section.ol-professional-access-compact.ol-b2b-static-access,
  .ol-b2b-section.ol-professional-access-compact > .elementor-container {
    min-height: 470px;
  }
  .ol-b2b-section .orphea-b2b-content > .elementor-widget-wrap {
    padding: 82px 16px 40px !important;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-content > .elementor-widget-wrap {
    width: calc(100% - 32px);
    padding: 72px 0 42px !important;
  }
  .orphea-b2b-wordmark .orphea-wordmark {
    font-size: 30px;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-title h2 {
    font-size: 34px;
    line-height: 1.12;
  }
  .orphea-b2b-eyebrow p {
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
  }
  .ol-b2b-section.ol-professional-access-compact .orphea-b2b-eyebrow p {
    font-size: 15px;
    line-height: 1.55;
  }
  .orphea-b2b-content .elementor-widget-button {
    display: block;
    margin: 0 0 12px;
  }
  .orphea-b2b-content .orphea-b2b-channel {
    display: inline-block;
    margin: 0 6px 8px 0 !important;
  }
  .orphea-b2b-channel .elementor-button {
    width: auto;
    min-height: 32px !important;
    height: 32px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
  }
  .orphea-b2b-action .elementor-button {
    width: 100%;
    max-width: 320px;
  }
}
.orphea-testimonials.ol-testimonials {
  padding-top: 104px;
  padding-bottom: 104px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--ol-cream) 0%, #f8f2e8 100%);
}
.orphea-testimonials > .elementor-container {
  width: 100%;
  max-width: none;
}
.orphea-testimonials-column,
.orphea-testimonials-column > .elementor-widget-wrap,
.orphea-testimonials-native,
.orphea-testimonials-native .elementor-widget-container {
  width: 100%;
}
.orphea-testimonials-column > .elementor-widget-wrap {
  display: block;
  padding: 0 !important;
}
.orphea-testimonials-native p {
  margin: 0;
}
.orphea-testimonials .container {
  width: 1470px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.orphea-testimonials .sect-heading-v2 {
  display: grid;
  place-items: center;
  gap: 24px;
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}
.orphea-testimonials .sect-heading-v2 .eyebrow-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #7b5f45;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}
.orphea-testimonials .sect-heading-v2 .br-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cfc75d;
}
.orphea-testimonials .sect-heading-v2 .s-title {
  margin: 0;
  color: #30372c;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0 !important;
}
.orphea-testimonials .sect-heading-v2 .s-desc {
  max-width: 660px;
  color: #6e7169;
  font-size: 16px;
  line-height: 1.65;
}
.orphea-review-carousel {
  position: relative;
  overflow: hidden;
}
.orphea-review-carousel > .elementor-container,
.orphea-review-carousel .tf-swiper > .elementor-container,
.orphea-testimonials .sw-scrollbar-default > .elementor-container {
  width: 100%;
  max-width: none;
}
.orphea-review-carousel .tf-swiper > .elementor-container > .swiper-wrapper {
  width: 100%;
}
.orphea-review-carousel .tf-swiper {
  overflow: visible;
}
.orphea-review-carousel .swiper-wrapper,
.orphea-review-carousel .swiper-wrapper > .elementor-widget-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  will-change: transform;
  transition: transform .45s ease;
  cursor: grab;
}
.orphea-review-carousel .swiper-wrapper.is-dragging,
.orphea-review-carousel .swiper-wrapper > .elementor-widget-wrap.is-dragging {
  transition: none;
  cursor: grabbing;
}
.orphea-review-carousel .swiper-slide {
  flex: 0 0 auto;
  height: auto;
  padding: 0 !important;
}
.orphea-review-carousel .swiper-slide > *,
.orphea-review-carousel .swiper-slide > .elementor-container,
.orphea-review-carousel .swiper-slide > .elementor-container > .elementor-column {
  height: 100%;
}
.orphea-review-carousel.spacing-bottom-2,
.orphea-review-carousel .spacing-bottom-2 {
  margin-bottom: 64px;
}
.orphea-testimonials .testimonial-v03 {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 370px;
  padding: 40px;
  border: 1px solid rgba(140, 106, 69, .18);
  border-radius: 8px;
  background: rgba(253, 251, 245, .94);
  box-shadow: 0 18px 44px rgba(48, 55, 44, .07);
}
.orphea-testimonials .testimonial-v03 > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 !important;
}
.orphea-testimonials .testimonial-v03 .elementor-widget,
.orphea-testimonials .testimonial-v03 .elementor-widget-container,
.orphea-testimonials .testimonial-v03 p {
  margin: 0;
}
.orphea-testimonials .testimonial-v03 .tes_rate {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
}
.orphea-testimonials .testimonial-v03 .star-wrap {
  display: inline-flex;
  gap: 4px;
  color: #a9824b;
}
.orphea-testimonials .testimonial-v03 .star-wrap .icon-Star {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
}
.orphea-testimonials .testimonial-v03 .star-wrap .icon-Star::before {
  content: "\2605";
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.orphea-testimonials .testimonial-v03 .tes_rate .text-body-xs,
.orphea-testimonials .text-body-xs {
  font-size: 12px;
  line-height: 150%;
}
.orphea-testimonials .testimonial-v03 .tes_rate .text-body-xs {
  color: #7b5f45;
}
.orphea-testimonials.ol-routine-routes .testimonial-v03 .tes-rate-widget {
  margin-bottom: 24px;
}
.orphea-testimonials.ol-routine-routes .testimonial-v03 .ol-route-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.orphea-testimonials.ol-routine-routes .testimonial-v03 .ol-route-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(85, 90, 72, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #555a48;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}
.orphea-testimonials.ol-routine-routes .testimonial-v03 .ol-route-meta span:first-child {
  border-color: #30372c;
  background: #30372c;
  color: #fff;
}
.orphea-testimonials.ol-customer-testimonials {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 253, 247, .9), rgba(255, 253, 247, 0) 31%),
    linear-gradient(180deg, #f4eee4 0%, #fbf7ef 100%);
}
.orphea-testimonials.ol-customer-testimonials .sect-heading-v2 {
  max-width: 820px;
  margin-bottom: 54px;
}
.orphea-testimonials.ol-customer-testimonials .sect-heading-v2 .eyebrow-label {
  color: #555a48;
}
.orphea-testimonials.ol-customer-testimonials .sect-heading-v2 .br-dot {
  background: #a9824b;
}
.orphea-testimonials.ol-customer-testimonials .sect-heading-v2 .s-title {
  max-width: 740px;
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.04;
}
.orphea-testimonials.ol-customer-testimonials .sect-heading-v2 .s-desc {
  max-width: 620px;
  color: rgba(48, 55, 44, .68);
}
.orphea-testimonials.ol-customer-testimonials .testimonial-v03 {
  position: relative;
  min-height: 350px;
  padding: 34px 34px 30px;
  overflow: hidden;
  border-color: rgba(48, 55, 44, .12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, .96) 0%, rgba(248, 242, 232, .9) 100%);
  box-shadow: 0 26px 70px rgba(48, 55, 44, .08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.orphea-testimonials.ol-customer-testimonials .testimonial-v03::before {
  content: "\201C";
  position: absolute;
  top: 18px;
  right: 26px;
  color: rgba(169, 130, 75, .16);
  font-family: var(--ol-font-display);
  font-size: 92px;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
.orphea-testimonials.ol-customer-testimonials .testimonial-v03:hover {
  transform: translateY(-3px);
  border-color: rgba(48, 55, 44, .2);
  box-shadow: 0 34px 86px rgba(48, 55, 44, .12);
}
.orphea-testimonials.ol-customer-testimonials .testimonial-v03 > .elementor-widget-wrap {
  position: relative;
  z-index: 1;
}
.orphea-testimonials.ol-customer-testimonials .testimonial-v03 .tes-rate-widget {
  margin-bottom: 22px;
}
.orphea-testimonials.ol-customer-testimonials .testimonial-v03 .ol-review-stars {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: #a9824b;
  font-size: 14px;
  line-height: 1;
}
.orphea-testimonials.ol-customer-testimonials .testimonial-v03 .tes_title {
  min-height: 0;
  margin-bottom: 16px;
  font-family: var(--ol-font-display);
  font-size: clamp(25px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.08;
}
.orphea-testimonials.ol-customer-testimonials .testimonial-v03 .tes_text {
  min-height: 112px;
  margin-bottom: 24px;
  color: rgba(48, 55, 44, .72) !important;
  font-size: 15.5px;
  line-height: 1.68;
}
.orphea-testimonials.ol-customer-testimonials .testimonial-v03 .tes_prd {
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid rgba(48, 55, 44, .1);
}
.orphea-testimonials.ol-customer-testimonials .testimonial-v03 .tes_prd .ic-wrap {
  background: rgba(169, 130, 75, .12);
  color: #7b5f45;
}
.orphea-testimonials.ol-customer-testimonials .testimonial-v03 .tes_prd a {
  color: #30372c;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .02em;
  text-transform: none;
}
.orphea-testimonials .testimonial-v03 .tes_title {
  min-height: 58px;
  margin-bottom: 12px;
  color: #30372c;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0 !important;
}
.orphea-testimonials .testimonial-v03 .tes_title .elementor-heading-title {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
.orphea-testimonials .testimonial-v03 .tes_text {
  min-height: 112px;
  margin-bottom: 24px;
  color: #6e7169 !important;
  font-size: 16px;
  line-height: 1.65;
}
.orphea-testimonials .testimonial-v03 .tes_author {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 48px;
  color: #30372c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.orphea-testimonials.ol-routine-routes .testimonial-v03 .tes_author {
  margin-bottom: 40px;
  color: #7b5f45;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.orphea-testimonials .testimonial-v03 .tes_author .elementor-widget-container p {
  display: flex;
  align-items: center;
  gap: 4px;
}
.orphea-testimonials .testimonial-v03 .tes_author .icon {
  color: #555a48;
}
.orphea-testimonials .testimonial-v03 .tes_prd {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}
.orphea-testimonials .testimonial-v03 .tes_prd .ic-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #30372c;
  background: rgba(85, 90, 72, .12);
}
.orphea-testimonials .testimonial-v03 .tes_prd a {
  color: #30372c;
  font-weight: 500;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .25s ease;
}
.orphea-testimonials .testimonial-v03 .tes_prd a:hover {
  background-size: 100% 1px;
}
.orphea-testimonials .sw-scrollbar-default {
  margin: 14px 0 -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.orphea-testimonials .tf-sw-scrollbar {
  position: relative;
  display: block;
  width: 160px;
  height: 4px;
  margin: 0 auto;
  cursor: grab;
  background: rgba(48, 55, 44, .12);
}
.orphea-testimonials .tf-sw-scrollbar .elementor-widget-container {
  height: 100%;
}
.orphea-testimonials .tf-sw-scrollbar .ol-scrollbar-seed,
.orphea-testimonials .tf-sw-scrollbar p {
  display: none;
}
.orphea-testimonials .tf-sw-scrollbar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 30px;
  transform: translateY(-50%);
}
.orphea-testimonials .tf-sw-scrollbar .swiper-scrollbar-drag {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  width: 34px;
  background: #30372c;
  border-radius: 0;
  transition: transform .45s ease, width .25s ease;
}
@media (max-width: 1439px) {
  .orphea-testimonials.ol-testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .orphea-review-carousel.spacing-bottom-2,
  .orphea-review-carousel .spacing-bottom-2 {
    margin-bottom: 48px;
  }
  .orphea-testimonials .testimonial-v03 {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .orphea-testimonials.ol-testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .orphea-testimonials .sect-heading-v2 {
    gap: 16px;
    margin-bottom: 30px;
  }
  .orphea-review-carousel.spacing-bottom-2,
  .orphea-review-carousel .spacing-bottom-2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .orphea-testimonials .testimonial-v03 {
    min-height: 360px;
    padding: 20px;
  }
  .orphea-testimonials .testimonial-v03 .tes_author {
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .orphea-testimonials.ol-testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .orphea-testimonials.ol-customer-testimonials .testimonial-v03 {
    min-height: 340px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .orphea-testimonials.ol-customer-testimonials .sect-heading-v2 {
    margin-bottom: 34px;
  }
  .orphea-testimonials.ol-customer-testimonials .testimonial-v03 {
    min-height: 320px;
    padding: 24px;
    border-radius: 20px;
  }
  .orphea-testimonials.ol-customer-testimonials .testimonial-v03::before {
    top: 14px;
    right: 18px;
    font-size: 72px;
  }
  .orphea-testimonials.ol-customer-testimonials .testimonial-v03 .tes_title {
    font-size: 27px;
  }
  .orphea-testimonials.ol-customer-testimonials .testimonial-v03 .tes_text {
    min-height: auto;
    font-size: 15px;
  }
}
.orphea-gallery.ol-gallery-strip {
  padding: 0;
  overflow: hidden;
  background: var(--ol-cream);
}
.orphea-gallery > .elementor-container {
  width: 100%;
  max-width: none;
}
.orphea-gallery .infiniteSlide-gallery > .elementor-container,
.orphea-gallery .infiniteSlide-gallery > .elementor-container > .elementor-column {
  width: 100%;
  max-width: none;
}
.orphea-gallery-column,
.orphea-gallery-column > .elementor-widget-wrap,
.orphea-gallery-native,
.orphea-gallery-native .elementor-widget-container,
.orphea-gallery .infiniteSlide-gallery,
.orphea-gallery .infiniteSlide-gallery > .elementor-container > .elementor-column > .elementor-widget-wrap {
  width: 100%;
}
.orphea-gallery-column > .elementor-widget-wrap,
.orphea-gallery .infiniteSlide-gallery > .elementor-container > .elementor-column:not(.infiniteSlide-wrapper) > .elementor-widget-wrap {
  display: block !important;
  padding: 0 !important;
}
.orphea-gallery .infiniteSlide-gallery {
  width: 100%;
  overflow: hidden;
}
.orphea-gallery .infiniteSlide-wrapper,
.orphea-gallery .infiniteSlide-wrapper > .elementor-widget-wrap {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  will-change: transform;
}
.orphea-gallery .infiniteSlide-wrapper {
  width: 100%;
}
.orphea-gallery .infiniteSlide-wrapper > .elementor-widget-wrap {
  padding: 0 !important;
}
.orphea-gallery .infiniteSlide-wrapper:hover,
.orphea-gallery .infiniteSlide-wrapper > .elementor-widget-wrap:hover {
  animation-play-state: paused !important;
}
.orphea-gallery .infiniteSlide-item {
  flex: none;
  display: block;
  margin-right: 8px;
  margin-left: 8px;
}
@media (min-width: 1440px) {
  .orphea-gallery .infiniteSlide-item {
    width: 469px;
    max-width: 469px;
  }
}
@media (max-width: 1439px) {
  .orphea-gallery .infiniteSlide-item {
    width: 28.5714285714vw;
  }
}
@media (max-width: 1199px) {
  .orphea-gallery .infiniteSlide-item {
    width: 40vw;
  }
}
@media (max-width: 767px) {
  .orphea-gallery .infiniteSlide-item {
    width: 50vw;
  }
}
@media (max-width: 575px) {
  .orphea-gallery .infiniteSlide-item {
    width: 66.6666666667vw;
  }
}
.orphea-gallery .infiniteSlide-item > .elementor-container,
.orphea-gallery .infiniteSlide-item > .elementor-container > .elementor-column,
.orphea-gallery .infiniteSlide-item > .elementor-container > .elementor-column > .elementor-widget-wrap {
  height: 100%;
}
.orphea-gallery .infiniteSlide-item > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 0 !important;
}
.orphea-gallery .gallery-v01,
.orphea-gallery .gallery-v01 > .elementor-widget-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.orphea-gallery .gallery-v01 > .elementor-widget-wrap {
  width: 100%;
  min-height: 100%;
  padding: 0 !important;
}
.orphea-gallery .gallery-v01::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .239);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.orphea-gallery .gallery-v01 > .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .239);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.orphea-gallery .gallery-v01 .gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}
.orphea-gallery .gallery-v01 .gallery-icon > .elementor-container,
.orphea-gallery .gallery-v01 .gallery-icon > .elementor-container > .elementor-column,
.orphea-gallery .gallery-v01 .gallery-icon > .elementor-container > .elementor-column > .elementor-widget-wrap {
  width: auto;
  min-height: 0;
}
.orphea-gallery .gallery-v01 .gallery-icon > .elementor-container > .elementor-column > .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.orphea-gallery .gallery-v01 .gallery-icon .elementor-widget {
  margin: 0;
}
.orphea-gallery .gallery-v01 .gallery-sparkle-widget .elementor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
}
.orphea-gallery .gallery-v01 .gallery-sparkle-widget .elementor-icon i {
  width: auto;
  height: auto;
}
.orphea-gallery .gallery-v01:hover::before,
.orphea-gallery .gallery-v01:hover > .elementor-widget-wrap::before,
.orphea-gallery .gallery-v01:hover .gallery-icon {
  opacity: 1;
  visibility: visible;
}
.orphea-gallery .gallery-v01 .gallery-image,
.orphea-gallery .gallery-v01 .gallery-image .elementor-widget-container {
  width: 100%;
  height: 100%;
  margin: 0;
}
.orphea-gallery .gallery-v01 .gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: .8017094017;
}
.orphea-gallery .hover-tooltip {
  position: relative;
}
.orphea-gallery .hover-tooltip .tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  z-index: 5;
  display: none;
  padding: 2px 12px;
  color: #fff;
  background: #111310;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: transform .3s ease .1s, opacity .3s ease .1s;
}
.orphea-gallery .hover-tooltip .tooltip .elementor-widget-container,
.orphea-gallery .hover-tooltip .tooltip p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}
.orphea-gallery .hover-tooltip .tooltip::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: -1;
  width: 9px;
  height: 9px;
  background: #111310;
  transform: translateX(-50%) rotate(45deg);
}
@media (min-width: 1200px) {
  .orphea-gallery .hover-tooltip .tooltip {
    display: block;
  }
}
.orphea-gallery .hover-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.orphea-gallery .gallery-v01.style-3::before {
  display: none;
}
.orphea-gallery .gallery-v01.style-3 > .elementor-widget-wrap::before {
  display: none;
}
.orphea-gallery .gallery-v01.style-3 .gallery-image {
  opacity: 0;
}
.orphea-gallery .gallery-v01.style-3 .gallery-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 20px 8px 8px;
  color: #f3eee4;
  background: #30372c !important;
}
.orphea-gallery .gallery-v01.style-3 .gallery-content > .elementor-container,
.orphea-gallery .gallery-v01.style-3 .gallery-content > .elementor-container > .elementor-column,
.orphea-gallery .gallery-v01.style-3 .gallery-content > .elementor-container > .elementor-column > .elementor-widget-wrap {
  height: 100%;
}
.orphea-gallery .gallery-v01.style-3 .gallery-content > .elementor-container > .elementor-column > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.orphea-gallery .gallery-v01.style-3 .gallery_name,
.orphea-gallery .gallery-v01.style-3 .gallery_desc {
  margin: 0 0 16px;
  padding-right: 12px;
  padding-left: 12px;
}
.orphea-gallery .gallery-v01.style-3 .gallery_name .elementor-heading-title,
.orphea-gallery .gallery-v01.style-3 .gallery_desc .elementor-widget-container,
.orphea-gallery .gallery-v01.style-3 .gallery_desc p {
  color: inherit;
  margin: 0;
}
.orphea-gallery .gallery-v01.style-3 .gallery_name {
  color: #f3eee4;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 400;
  line-height: 1.25;
}
.orphea-gallery .gallery-v01.style-3 .gallery_desc {
  color: rgba(243, 238, 228, .72) !important;
  font-size: 14px;
  line-height: 1.55;
}
.orphea-gallery .gallery-v01.style-3 .tf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 40px;
  height: 40px;
  margin-top: auto;
  padding: 0 20px !important;
  color: #111310 !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease;
}
.orphea-gallery .gallery-v01.style-3 .gallery-cta {
  margin-top: auto;
  width: 100%;
  padding: 0 8px 0;
}
.orphea-gallery .gallery-v01.style-3 .gallery-cta .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 40px;
  height: 40px;
  padding: 0 20px !important;
  color: #111310 !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease;
}
.orphea-gallery .gallery-v01.style-3 .gallery-cta .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  white-space: nowrap;
}
.orphea-gallery .gallery-v01.style-3 .tf-btn:hover {
  color: #fff !important;
  background: #555a48 !important;
  border-color: #555a48 !important;
}
.orphea-gallery .gallery-v01.style-3 .gallery-cta .elementor-button:hover {
  color: #fff !important;
  background: #555a48 !important;
  border-color: #555a48 !important;
}
.orphea-gallery .gallery-v01.style-3 .tf-btn .icon {
  flex: 0 0 auto;
  font-size: 20px;
}
.orphea-gallery .gallery-v01.style-3 .tf-btn .icon-ArrowRight {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
}
.orphea-gallery .gallery-v01.style-3 .tf-btn .icon-ArrowRight::before {
  content: "\203A";
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1200px) {
  .orphea-gallery .gallery-v01.style-3 .gallery-content {
    padding-top: 40px;
  }
  .orphea-gallery .gallery-v01.style-3 .gallery_name,
  .orphea-gallery .gallery-v01.style-3 .gallery_desc {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 575px) {
  .orphea-gallery .gallery-v01.style-3 .gallery-content {
    padding-top: 24px;
  }
  .orphea-gallery .gallery-v01.style-3 .gallery_name {
    font-size: 24px;
  }
  .orphea-gallery .gallery-v01.style-3 .gallery_desc {
    font-size: 13px;
  }
}
@keyframes olGalleryMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(var(--ol-gallery-distance, 0px) * -1), 0, 0); }
}

body.woocommerce-shop .ol-topbar,
body.post-type-archive-product .ol-topbar,
body.tax-product_cat .ol-topbar,
body.tax-product_tag .ol-topbar {
  min-height: 40px;
}
body.woocommerce-shop .ol-topbar__inner,
body.post-type-archive-product .ol-topbar__inner,
body.tax-product_cat .ol-topbar__inner,
body.tax-product_tag .ol-topbar__inner {
  min-height: 40px;
  font-size: 12px;
}
body.woocommerce-shop .ol-header,
body.post-type-archive-product .ol-header,
body.tax-product_cat .ol-header,
body.tax-product_tag .ol-header {
  position: sticky;
  top: 0;
}
body.woocommerce-shop .ol-header__inner,
body.post-type-archive-product .ol-header__inner,
body.tax-product_cat .ol-header__inner,
body.tax-product_tag .ol-header__inner {
  height: 53px;
}
body.woocommerce-shop .ol-logo,
body.post-type-archive-product .ol-logo,
body.tax-product_cat .ol-logo,
body.tax-product_tag .ol-logo {
  width: 82px;
}
body.woocommerce-shop .ol-logo img,
body.post-type-archive-product .ol-logo img,
body.tax-product_cat .ol-logo img,
body.tax-product_tag .ol-logo img {
  height: 46px;
}
body.woocommerce-shop .ol-menu a,
body.post-type-archive-product .ol-menu a,
body.tax-product_cat .ol-menu a,
body.tax-product_tag .ol-menu a {
  font-size: 12px;
}
body.woocommerce-shop .ol-woo-main,
body.post-type-archive-product .ol-woo-main,
body.tax-product_cat .ol-woo-main,
body.tax-product_tag .ol-woo-main {
  max-width: 1320px;
  padding: 94px 16px 96px;
  background: #fff;
}
body.woocommerce-shop .woocommerce-products-header__title,
body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title {
  margin: 0 0 46px;
  max-width: 640px;
  color: var(--ol-olive-2);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}
body.woocommerce-shop .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.post-type-archive-product .woocommerce-result-count,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_cat .woocommerce-ordering,
body.tax-product_tag .woocommerce-result-count,
body.tax-product_tag .woocommerce-ordering {
  display: none !important;
}
body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product {
  display: block;
  min-height: 950px;
}
body.woocommerce-shop ul.products li.product img,
body.post-type-archive-product ul.products li.product img,
body.tax-product_cat ul.products li.product img,
body.tax-product_tag ul.products li.product img {
  aspect-ratio: 348 / 420;
  object-fit: cover;
  padding: 0;
  background: transparent;
  border: 1px solid rgba(140, 106, 69, .18);
  filter: none;
}
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
  min-height: 52px;
  margin-top: 20px;
  color: var(--ol-olive-2);
  font-size: 19px !important;
  font-weight: 500;
  line-height: 1.28;
}
body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(140, 106, 69, .18);
  color: var(--ol-olive-2) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}

body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
  background: #fff;
  overflow-x: hidden;
}
body.woocommerce-shop .site-main,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main {
  background: #fff;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin-inline: 0 !important;
}
.tf-page-heading.orphea-shop-page-title {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: #fff;
}
.tf-page-heading.orphea-shop-page-title.flat-spacing-5 {
  padding-top: 38px;
  padding-bottom: 38px;
}
.orphea-shop-page-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.82) 42%, rgba(255,255,255,.12) 100%);
}
.orphea-shop-page-title .bg-img-item {
  position: absolute;
  inset: 0;
}
.orphea-shop-page-title .bg-img-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.02);
}
.orphea-shop-page-title .container {
  position: relative;
  z-index: 2;
  width: 1470px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.orphea-shop-page-title .row,
.orphea-shop .row,
.orphea-shop-support .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.orphea-shop-page-title .row > *,
.orphea-shop .row > *,
.orphea-shop-support .row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.orphea-shop-page-title .content {
  padding: 16px 0;
  text-align: left;
}
.orphea-shop-page-title .breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: var(--ol-olive-2);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
}
.orphea-shop-page-title .breadcrumb li {
  display: flex;
  align-items: center;
}
.orphea-shop-page-title .breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.orphea-shop-page-title .breadcrumb .icon {
  font-size: 13px;
}
.orphea-shop-page-title .page-title {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--ol-olive-2);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0 !important;
}
.orphea-shop-page-title .page-desc {
  max-width: 620px;
  margin: 0;
  color: var(--ol-olive-2);
  font-size: 16px;
  line-height: 1.65;
}
.orphea-shop,
.orphea-shop-support {
  background: #fff;
}
.orphea-shop.flat-spacing {
  padding-top: 48px;
  padding-bottom: 56px;
}
.orphea-shop .container,
.orphea-shop-support .container {
  width: 1470px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.orphea-shop-page-title .container,
.orphea-shop .container,
.orphea-shop-support .container,
.orphea-shop-page-title .row,
.orphea-shop .row,
.orphea-shop-support .row,
.orphea-shop-page-title .row > *,
.orphea-shop .row > *,
.orphea-shop-support .row > * {
  box-sizing: border-box;
}
.orphea-shop .col-xl-3,
.orphea-shop .col-xl-9,
.orphea-shop-support .col-md-6,
.orphea-shop-support .col-xl-3,
.orphea-shop-page-title .col-lg-7,
.orphea-shop-page-title .col-xl-6 {
  position: relative;
}
.orphea-shop-sidebar {
  background: #fff;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
}
.orphea-shop-sidebar .canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.orphea-shop-sidebar .canvas-header p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--ol-muted);
  font-size: 14px;
  letter-spacing: .06em;
}
.orphea-shop-sidebar .br-dot,
.orphea-shop-support .br-dot {
  display: inline-flex;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d9c824;
}
.orphea-shop-sidebar .br-line,
.orphea-shop-control .br-line {
  width: 100%;
  height: 1px;
  margin: 32px 0;
  background: rgba(17,17,17,.1);
}
.orphea-shop-control .br-line.type-vertical {
  width: 1px;
  height: 24px;
  margin: 0;
}
.orphea-shop-sidebar .widget-facet {
  overflow: hidden;
}
.orphea-shop-sidebar .facet-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  cursor: pointer;
}
.orphea-shop-sidebar .facet-title h6 {
  margin: 0;
  color: var(--ol-olive-2);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.orphea-shop-sidebar .facet-title .icon {
  font-size: 14px;
  color: var(--ol-muted);
}
.orphea-shop-sidebar .collapse-body,
.orphea-shop-sidebar .filter-group-check {
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-shop-sidebar .collapse:not(.show) {
  display: none;
}
.orphea-shop-sidebar .filter-group-check .list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.orphea-shop-sidebar .filter-group-check .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.orphea-shop-sidebar .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  color: var(--ol-muted);
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
  cursor: pointer;
}
.orphea-shop-sidebar .label:hover {
  color: var(--ol-olive-2);
}
.orphea-shop-sidebar .count {
  color: var(--ol-muted);
}
.orphea-shop-sidebar .tf-check {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  appearance: none;
  border: 1px solid rgba(17,17,17,.22);
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
}
.orphea-shop-sidebar input[type="radio"].tf-check {
  border-radius: 50%;
}
.orphea-shop-sidebar .tf-check:checked {
  border-color: var(--ol-olive-2);
  background: var(--ol-olive-2);
  box-shadow: inset 0 0 0 4px #fff;
}
.orphea-shop-sidebar .price-val-range {
  position: relative;
  height: 24px;
  margin: 2px 0 16px;
  --range-start: 0%;
  --range-end: 100%;
  --range-handle-inset: 9px;
  cursor: pointer;
  touch-action: none;
}
.orphea-shop-sidebar .ol-range-track {
  position: absolute;
  left: var(--range-handle-inset);
  right: var(--range-handle-inset);
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      rgba(48,55,44,.22) 0 var(--range-start),
      var(--ol-olive-2) var(--range-start) var(--range-end),
      rgba(48,55,44,.22) var(--range-end) 100%
    );
}
.orphea-shop-sidebar .ol-range-handle {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border: 2px solid var(--ol-olive-2);
  border-radius: 50%;
  background: #fff;
  cursor: grab;
  outline: none;
  transition: box-shadow .2s ease, transform .2s ease;
}
.orphea-shop-sidebar .price-val-range.is-dragging .ol-range-handle {
  cursor: grabbing;
}
.orphea-shop-sidebar .ol-range-handle:focus-visible {
  box-shadow: 0 0 0 4px rgba(48,55,44,.16);
}
.orphea-shop-sidebar .ol-range-handle:hover,
.orphea-shop-sidebar .price-val-range.is-dragging .ol-range-handle {
  transform: translate(-50%, -50%) scale(1.08);
}
.orphea-shop-sidebar .ol-range-handle.ol-min { left: 0; }
.orphea-shop-sidebar .ol-range-handle.ol-max { left: 100%; }
.orphea-shop-sidebar .price-box {
  display: grid;
  grid-template-columns: repeat(2, 76px) !important;
  justify-content: flex-start;
  gap: 8px;
}
.orphea-shop-sidebar .price-val_wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 28px;
  padding: 3px 8px;
  border: 1px solid rgba(17,17,17,.1);
  color: var(--ol-muted);
  font-size: 12px;
  line-height: 1.2;
  justify-content: center;
  box-sizing: border-box;
  width: 76px;
  min-width: 0;
}
.meta-filter-shop {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.meta-filter-shop.active {
  display: flex;
}
.meta-filter-shop #applied-filters {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 5px;
}
.meta-filter-shop #remove-all {
  margin-left: auto;
  white-space: nowrap;
}
.orphea-shop .filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(17,17,17,.12);
  border-radius: 18px;
  background: #f7f7f7;
  color: var(--ol-olive-2);
  font-size: 13px;
  cursor: pointer;
}
.tf-shop-control.orphea-shop-control {
  position: sticky;
  top: 93px;
  z-index: 18;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 8px;
  margin-top: -8px;
  margin-bottom: 16px;
  padding: 8px 0;
  border: 0;
  background: #fff;
  box-shadow: none;
}
.orphea-shop-control .col-left,
.orphea-shop-control .col-right {
  flex: 1;
}
.orphea-shop-control .col-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.orphea-shop-control .col-center {
  flex: 0 0 auto;
}
.tf-btn-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ol-olive-2);
  cursor: pointer;
}
.tf-btn-filter .icon {
  font-size: 20px;
}
.tf-control-sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.tf-dropdown-sort {
  position: relative;
}
.tf-dropdown-sort .btn-select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ol-olive-2);
  cursor: pointer;
}
.tf-dropdown-sort .btn-select p {
  margin: 0;
  font-size: 13px;
  letter-spacing: .04em;
}
.tf-dropdown-sort .dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 20;
  display: none;
  min-width: 238px;
  padding: 8px;
  border: 1px solid rgba(17,17,17,.1);
  background: #fff;
  box-shadow: 0 24px 60px rgba(17,17,17,.12);
}
.tf-dropdown-sort.is-open .dropdown-menu {
  display: block;
}
.tf-dropdown-sort .select-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: var(--ol-muted);
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
.tf-dropdown-sort .select-item.active,
.tf-dropdown-sort .select-item:hover {
  color: var(--ol-olive-2);
  background: #f7f4ef;
}
.tf-control-layout {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tf-control-layout .tf-view-layout-switch {
  display: flex;
  color: rgba(17,17,17,.38);
  font-size: 20px;
  cursor: pointer;
  transition: color .3s ease;
}
.tf-control-layout .tf-view-layout-switch:hover,
.tf-control-layout .tf-view-layout-switch.active {
  color: var(--ol-olive-2);
}
.orphea-shop-control .count-text {
  color: var(--ol-olive-2);
  font-size: 13px;
  letter-spacing: .04em;
}

.orphea-shop .tf-control-layout,
.orphea-shop-control .col-center:has(.tf-control-layout) {
  display: none !important;
}
.listLayout-wrapper #product-count-grid,
.gridLayout-wrapper #product-count-list {
  display: none;
}
.wrapper-control-shop {
  position: relative;
}
.wrapper-control-shop.is-empty {
  min-height: 520px;
}
.orphea-shop--empty .tf-dropdown-sort,
.orphea-shop--empty .tf-control-layout {
  opacity: .42;
  pointer-events: none;
}
.orphea-shop-empty-state {
  box-sizing: border-box;
  min-height: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: clamp(42px, 6vw, 76px) clamp(24px, 5vw, 58px);
  border: 1px solid rgba(140, 106, 69, .18);
  background:
    radial-gradient(circle at 50% 0%, rgba(127, 139, 113, .14), transparent 34%),
    linear-gradient(135deg, #fbf8f1 0%, #f7f1e7 100%);
  text-align: center;
}
.orphea-shop-empty-icon {
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 55, 44, .18);
  border-radius: 50%;
  background: #fff;
  color: var(--ol-olive-2);
  font-size: 31px;
  box-shadow: 0 20px 48px rgba(48, 55, 44, .08);
}
.orphea-shop-empty-copy {
  max-width: 620px;
}
.orphea-shop-empty-copy .orphea-empty-eyebrow {
  margin: 0 0 12px;
  color: var(--ol-muted);
  font-size: 13px;
  font-style: italic;
  letter-spacing: .02em;
}
.orphea-shop-empty-copy h4 {
  margin: 0;
  color: var(--ol-olive-2);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0 !important;
}
.orphea-shop-empty-copy p:last-child {
  margin: 16px auto 0;
  color: var(--ol-muted);
  font-size: 15px;
  line-height: 1.65;
}
.orphea-shop-empty-actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 6px;
}
.orphea-shop-empty-actions .tf-btn {
  min-width: 178px;
  justify-content: center;
}
.orphea-shop-empty-actions .tf-btn-line {
  color: var(--ol-olive-2);
}
.wrapper-shop {
  gap: 16px;
  transition: all .3s ease-in-out;
  animation: fadeShop .5s ease-in-out;
}
.tf-grid-layout {
  display: grid;
}
.tf-grid-layout.tf-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.orphea-shop-card.card-product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  transition: all .3s ease;
}
.orphea-shop-card .card-product_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  aspect-ratio: .8270042194;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.08);
  background: #fff;
  transition: all .3s ease;
  box-sizing: border-box;
}
.orphea-shop-card .product-img {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.orphea-shop-card .card-product_wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
  background: transparent;
  filter: none;
  transition-duration: 700ms;
}
.orphea-shop-card .img-product {
  position: relative;
  z-index: 1;
}
.orphea-shop-card .img-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
}
.orphea-shop-card .card-product_wrapper:hover .img-product,
.orphea-shop-card .card-product_wrapper:hover .img-hover {
  transform: scale(1.05);
}
.orphea-shop-card .card-product_wrapper:hover .img-hover {
  clip-path: inset(0 0 0 0);
}
.orphea-shop-card .product-badge_list {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-shop-card .product-badge_item {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 99px;
  background: var(--product-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.orphea-shop-card .product-action_list {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-shop-card .product-action_list li {
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all .3s ease;
}
.orphea-shop-card:hover .product-action_list li {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.orphea-shop-card:hover .product-action_list li:nth-child(2) {
  transition-delay: .1s;
}
.orphea-shop-card:hover .product-action_list li:nth-child(3) {
  transition-delay: .2s;
}
.orphea-shop-card .box-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: var(--ol-olive-2);
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(43,52,74,.12);
  transition: all .3s ease;
}
.orphea-shop-card .box-icon:hover {
  background: #111;
  color: #fff;
}
.orphea-shop-card .box-icon .icon {
  font-size: 20px;
}
.orphea-shop-card .tooltip {
  position: absolute;
  top: 50%;
  right: calc(100% + 9px);
  transform: translateY(-50%);
  padding: 6px 9px;
  border-radius: 2px;
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.orphea-shop-card .box-icon:hover .tooltip {
  opacity: 1;
}
.orphea-shop-card .product-action_bot {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .3s ease;
}
.orphea-shop-card:hover .product-action_bot {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.orphea-shop-card .product-action_bot .tf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  color: var(--ol-olive-2);
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .25s ease;
}
.orphea-shop-card .product-action_bot .tf-btn:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}
.orphea-shop-card .product-action_bot .icon {
  font-size: 17px;
}
.orphea-shop-card .card-product_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  text-align: center;
}
.orphea-shop-card .product-info__rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--ol-muted);
}
.orphea-shop-card .star-wrap {
  display: flex;
  gap: 1px;
  color: var(--ol-gold);
}
.orphea-shop-card .star-wrap .icon-Star::before {
  content: "\2605";
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
}
.orphea-shop-card .product-size_list {
  margin: 0 0 2px;
  padding: 0;
  list-style: none;
}
.orphea-shop-card .product-size_item {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid color-mix(in srgb, var(--product-accent), transparent 62%);
  border-radius: 99px;
  background: color-mix(in srgb, var(--product-accent), white 90%);
  color: var(--ol-olive-2);
  font-size: 13px;
  line-height: 1.25;
}
.orphea-shop-card .name-product {
  color: var(--ol-olive-2);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
  text-decoration: none;
  transition: color .2s ease;
}
.orphea-shop-card .name-product:hover {
  color: var(--product-accent);
}
.orphea-shop-card .orphea-product-desc {
  min-height: 44px;
  margin: 0;
  color: var(--ol-muted);
  font-size: 14px;
  line-height: 1.52;
}
.orphea-shop-card .price-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 6px;
}
.orphea-shop-card .price-new {
  color: var(--ol-olive-2);
  font-size: 22px;
  font-weight: 500 !important;
  line-height: 1.25;
}
.orphea-shop .product-style_list.orphea-shop-card {
  flex-direction: row;
  align-items: stretch;
  min-height: auto;
  padding: 18px;
  border: 1px solid rgba(17,17,17,.08);
  background: #fff;
}
.orphea-shop .product-style_list.orphea-shop-card .card-product_wrapper {
  flex: 0 0 245px;
  width: 245px;
}
.orphea-shop .product-style_list.orphea-shop-card .card-product_info {
  flex: 1 1 auto;
  align-items: flex-start;
  padding: 4px 0 0;
  text-align: left;
}
.orphea-shop .product-style_list.orphea-shop-card .product-info__rate,
.orphea-shop .product-style_list.orphea-shop-card .price-wrap {
  justify-content: flex-start;
}
.orphea-shop .product-style_list.orphea-shop-card .product-action_list.style-2 {
  position: static;
  flex-direction: row;
  margin-top: auto;
}
.orphea-shop .product-style_list.orphea-shop-card .product-action_list.style-2 li {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.orphea-shop .wd-full {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.tf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 24px;
  border: 1px solid #111;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease;
}
.tf-btn.style-2 {
  border-color: var(--ol-olive-2);
  background: var(--ol-olive-2);
  color: #fff;
}
.tf-btn.type-2 {
  border-radius: 8px;
}
.tf-btn.w-100 {
  width: 100%;
}
.tf-btn-line {
  position: relative;
  border: 0;
  background: transparent;
  color: var(--ol-olive-2);
  cursor: pointer;
}
.orphea-shop-support.flat-spacing {
  padding-top: 56px;
  padding-bottom: 62px;
}
.orphea-shop .text-end {
  text-align: right;
}
.orphea-shop-support .text-center {
  text-align: center;
}
.orphea-shop-support .justify-content-center {
  justify-content: center;
}
.orphea-shop-support .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.orphea-shop .text-uppercase {
  text-transform: uppercase;
}
.orphea-shop-support .sect-heading-v2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.orphea-shop-support .eyebrow-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: var(--ol-muted);
  font-size: 18px;
  line-height: 26px;
}
.orphea-shop-support .s-title {
  margin: 0 0 16px;
  color: var(--ol-olive-2);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0 !important;
}
.orphea-shop-support .s-desc {
  margin: 0;
  color: var(--ol-muted);
  font-size: 16px;
  line-height: 1.6;
}
.orphea-shop-support .mt-30 {
  margin-top: 30px;
}
.orphea-shop-support .gy-16 {
  row-gap: 16px;
}
.orphea-shop-support .box-icon_V01 {
  height: 100%;
  padding: 30px 22px;
  border: 1px solid rgba(17,17,17,.08);
  background: #fff;
  text-align: center;
}
.orphea-shop-support .box-icon_V01 .icon {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--ol-olive-2);
  font-size: 40px;
  transition-duration: .5s;
}
.orphea-shop-support .box-icon_V01:hover .icon {
  transform: scale(1.1);
}
.orphea-shop-support .box-icon_V01 .title {
  margin: 0 0 16px;
  color: var(--ol-olive-2);
  font-size: 22px;
  line-height: 1.2;
}
.orphea-shop-support .box-icon_V01 .desc {
  margin: 0;
  color: var(--ol-muted);
  font-size: 14px;
  line-height: 1.55;
}
.overlay-filter {
  position: fixed;
  inset: 0;
  z-index: 89;
  display: none;
  background: rgba(17,17,17,.35);
}
body.orphea-shop-filter-open .overlay-filter {
  display: block;
}
@keyframes fadeShop {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (min-width: 768px) {
  .orphea-shop-support .col-md-6 { flex: 0 0 auto; width: 50%; }
  .orphea-shop-page-title .col-lg-7 { flex: 0 0 auto; width: 58.333333%; }
}
@media (min-width: 1200px) {
  .orphea-shop-page-title .row,
  .orphea-shop .row,
  .orphea-shop-support .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .orphea-shop-page-title .row > *,
  .orphea-shop .row > *,
  .orphea-shop-support .row > * {
    padding-left: 24px;
    padding-right: 24px;
  }
  .orphea-shop-page-title .container,
  .orphea-shop .container,
  .orphea-shop-support .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .orphea-shop-page-title .col-xl-6 { flex: 0 0 auto; width: 50%; }
  .orphea-shop .col-xl-3 { flex: 0 0 auto; width: 25%; }
  .orphea-shop .col-xl-9 { flex: 0 0 auto; width: 75%; }
  .orphea-shop-support .col-xl-3 { flex: 0 0 auto; width: 25%; }
  .d-xl-none { display: none !important; }
  .orphea-shop-card.card-product { gap: 24px; }
}
@media (max-width: 1199px) {
  .orphea-shop-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: min(360px, 90vw);
    height: 100vh;
    padding: 24px;
    overflow: auto;
    transform: translateX(-105%);
    transition: transform .3s ease;
    box-shadow: 18px 0 50px rgba(17,17,17,.16);
  }
  body.orphea-shop-filter-open .orphea-shop-sidebar {
    transform: translateX(0);
  }
  .orphea-shop-sidebar .canvas-bottom {
    display: grid;
    gap: 16px;
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-shop .ol-topbar,
  body.post-type-archive-product .ol-topbar,
  body.tax-product_cat .ol-topbar,
  body.tax-product_tag .ol-topbar {
    display: none;
  }
  .tf-page-heading.orphea-shop-page-title {
    min-height: 240px;
  }
  .tf-page-heading.orphea-shop-page-title.flat-spacing-5 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .orphea-shop-page-title::after {
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 58%, rgba(255,255,255,.6) 100%);
  }
  .orphea-shop-page-title .bg-img-item img {
    object-position: 72% center;
    opacity: .62;
  }
  .orphea-shop-page-title .content {
    padding: 12px 0;
  }
  .orphea-shop-page-title .breadcrumb,
  .orphea-shop-page-title .page-title {
    margin-bottom: 12px;
  }
  .orphea-shop-page-title .page-title {
    max-width: 285px;
    font-size: 34px;
    line-height: 1.08;
  }
  .orphea-shop-page-title .page-desc {
    max-width: 285px;
    font-size: 15px;
    line-height: 1.55;
  }
  .orphea-shop.flat-spacing {
    padding-top: 34px;
    padding-bottom: 44px;
  }
  .tf-shop-control.orphea-shop-control {
    top: 80px;
    gap: 16px;
  }
  .orphea-shop-control .col-left {
    width: 100%;
    flex: unset;
  }
  .orphea-shop-control .col-right {
    flex: unset;
  }
  .d-none {
    display: none !important;
  }
  .tf-grid-layout.tf-col-3,
  .tf-grid-layout.tf-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wrapper-control-shop.is-empty,
  .orphea-shop-empty-state {
    min-height: 390px;
  }
  .orphea-shop-empty-state {
    padding: 40px 22px;
  }
  .orphea-shop-empty-actions {
    width: 100%;
    gap: 12px;
  }
  .orphea-shop-empty-actions .tf-btn,
  .orphea-shop-empty-actions .tf-btn-line {
    width: 100%;
    justify-content: center;
  }
  .orphea-shop-card.card-product {
    gap: 12px;
  }
  .orphea-shop-card .card-product_wrapper img {
    padding: 0;
  }
  .orphea-shop-card .card-product_info {
    gap: 8px;
    padding-top: 14px;
  }
  .orphea-shop-card .product-info__rate {
    font-size: 11px;
  }
  .orphea-shop-card .product-size_item {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 11px;
  }
  .orphea-shop-card .name-product {
    font-size: 16px;
  }
  .orphea-shop-card .orphea-product-desc {
    min-height: 64px;
    font-size: 13px;
  }
  .orphea-shop-card .price-new {
    font-size: 20px;
  }
  .orphea-shop-card .product-action_list,
  .orphea-shop-card .product-action_bot {
    display: none;
  }
  .orphea-shop .product-style_list.orphea-shop-card {
    flex-direction: column;
  }
  .orphea-shop .product-style_list.orphea-shop-card .card-product_wrapper {
    width: 100%;
    flex-basis: auto;
  }
  .orphea-shop-support.flat-spacing {
    padding-top: 42px;
    padding-bottom: 46px;
  }
  .orphea-shop-support .s-title {
    font-size: 30px;
  }
}
@media (max-width: 430px) {
  .orphea-shop-card .product-info__rate {
    flex-wrap: wrap;
  }
  .orphea-shop-card .orphea-product-desc {
    display: none;
  }
}

.ol-category-card .elementor-widget-wrap,
.ol-product-card .elementor-widget-wrap,
.ol-blog-card .elementor-widget-wrap,
.ol-review-card .elementor-widget-wrap,
.ol-b2b-card .elementor-widget-wrap,
.ol-path-card .elementor-widget-wrap {
  border-radius: 0;
  border: 1px solid rgba(140, 106, 69, .18);
  background: var(--ol-ivory);
  box-shadow: none;
}
.ol-product-card .elementor-widget-wrap {
  padding: 0;
  border: 0;
  background: transparent;
}
.ol-category-rail .ol-category-card .elementor-widget-wrap {
  border-radius: 8px !important;
  border: 0 !important;
  background: var(--ol-olive-2) !important;
  box-shadow: none !important;
}
.ol-category-rail .ol-category-card .elementor-widget-wrap:hover {
  transform: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ol-review-card .elementor-widget-wrap {
  padding: 36px 32px;
  text-align: left;
  background: linear-gradient(135deg, rgba(253, 251, 245, .96), rgba(236, 224, 209, .92));
}
.ol-review-card h3 {
  color: var(--ol-bronze);
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.ol-review-card p {
  color: #4a3c31;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 1320px) and (min-width: 981px) {
  .ol-menu { gap: 14px; }
  .ol-menu a { font-size: 13px; }
  .ol-nav { max-width: calc(100% - 430px); }
}

@media (max-width: 1180px) {
  .ol-menu { gap: 16px; }
  .ol-menu a { font-size: 12px; }
  .ol-logo { width: 160px; }
  .ol-nav { max-width: calc(100% - 340px); }
}

@media (max-width: 980px) {
  .ol-header__inner {
    width: calc(100% - 40px);
    max-width: none;
    height: 70px;
    padding: 0;
  }
  .ol-nav { display: none; }
  .ol-mobile-toggle { display: inline-block; }
  .ol-mobile-panel {
    display: block;
    max-height: 0;
    overflow: hidden;
    background: var(--ol-olive);
    transition: max-height .24s ease;
  }
  body.ol-menu-open .ol-mobile-panel { max-height: 80vh; overflow: auto; }
  .ol-mobile-menu { padding: 12px 24px 28px; }
  .ol-mobile-menu a { display: block; color: #fff; text-decoration: none; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .ol-mobile-menu .sub-menu { list-style: none; padding-left: 18px; }
  body.ol-site.ol-menu-open .ol-mobile-panel {
    display: block !important;
    max-height: 80vh !important;
    overflow: auto !important;
  }
  .ol-mobile-panel.is-open {
    display: block !important;
    max-height: 80vh !important;
    overflow: auto !important;
  }
  .ol-hero { min-height: 620px; background-position: 65% center; }
  .ol-hero .elementor-container, .ol-section .elementor-container { width: calc(100% - 40px); }
  .ol-science.orphea-science {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ol-science.orphea-science .elementor-container {
    width: calc(100% - 40px);
  }
  .orphea-science-rail {
    display: none !important;
  }
  .orphea-science-main {
    width: 100% !important;
  }
  .orphea-science-main .elementor-widget-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 0;
    gap: 16px !important;
  }
  .orphea-science-title {
    margin-bottom: 6px !important;
  }
  .orphea-science-intro {
    margin-bottom: 20px !important;
  }
  .orphea-science-note {
    min-height: 190px;
  }
  .orphea-genoscope .elementor-container {
    width: calc(100% - 40px);
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .orphea-genoscope-visual,
  .orphea-genoscope-copy {
    width: 100% !important;
  }
  .orphea-genoscope-copy .elementor-widget-wrap {
    max-width: none;
    margin-left: 0;
  }
  .orphea-genoscope-media img {
    height: clamp(320px, 38vw, 400px);
  }
  body.home .ol-hero .elementor-container {
    max-width: none;
    width: 100%;
    padding-left: clamp(24px, 5vw, 40px);
    padding-right: clamp(24px, 5vw, 40px);
  }
  .elementor-column { width: 100% !important; }
  .ol-product-card .elementor-widget-wrap, .ol-category-card .elementor-widget-wrap, .ol-trust-card .elementor-widget-wrap { margin-bottom: 18px; }
  .ol-feature-copy .elementor-widget-wrap { padding: 30px 0 0; }
  .ol-shop-grid .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-product .ol-woo-main div.product { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 620px) {
  .ol-topbar__inner { padding: 0 14px; text-align: center; font-size: 12px; }
  .ol-logo { width: 136px; }
  .ol-lang, .ol-icon-link { display: none; }
  .ol-header-actions {
    gap: 8px;
  }
  .ol-language-toggle {
    min-width: 58px;
    height: 34px;
    padding: 0 9px;
    gap: 5px;
  }
  .ol-language-globe {
    display: none;
  }
  .ol-language-menu {
    --ol-language-menu-width: 178px;
    top: calc(100% + 10px);
  }
  .ol-hero { min-height: 580px; background-position: 73% center; }
  .ol-hero h1 { font-size: 42px; }
  body.home .ol-topbar { display: none; }
  body.home .ol-header { top: 0; }
  body.home .ol-header__inner {
    width: calc(100% - 30px);
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }
  body.home .ol-hero {
    min-height: calc(100vh + 27px);
    background-position: center center;
  }
  body.home .ol-hero .elementor-container {
    min-height: calc(100vh + 27px);
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    align-items: flex-start;
  }
  body.home .ol-hero-copy .elementor-widget-wrap,
  body.home .ol-hero-visual .elementor-widget-wrap {
    max-width: 360px;
    transform: translateY(85px);
  }
  body.home .ol-hero-visual .elementor-widget-wrap {
    transform: translateY(61px);
  }
  body.home .ol-kicker p {
    transform: translateY(26px);
  }
  body.home .ol-eyebrow,
  body.home .ol-kicker p {
    max-width: 360px;
    font-size: 18px;
    line-height: 1.35;
  }
  body.home .ol-hero h1 {
    max-width: 360px;
    font-size: 38px;
    line-height: 1.06;
    margin-top: 16px;
    margin-bottom: 0;
  }
  body.home .ol-hero p {
    max-width: 360px;
    font-size: 16px;
    line-height: 1.45;
  }
  body.home .ol-hero-copy .elementor-widget-text-editor:not(.ol-kicker) {
    margin-bottom: 0 !important;
  }
  body.home .ol-hero-copy .elementor-widget-text-editor:not(.ol-kicker) p {
    margin-bottom: 4px;
  }
  body.home .ol-hero-copy .elementor-widget-wrap > .elementor-widget-button {
    flex: 0 0 100% !important;
    width: 100% !important;
    display: block !important;
    margin: 20px 0 0 !important;
    max-width: 357px;
  }
  body.home .ol-hero-copy .elementor-widget-wrap > .elementor-widget-button + .elementor-widget-button {
    margin-top: 12px !important;
  }
  body.home .ol-hero .elementor-button {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 0 18px !important;
    font-size: 14px !important;
  }
  body.home .ol-hero-visual .elementor-widget-wrap {
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  body.home .ol-hero-benefits ul {
    max-width: 360px;
    text-align: left;
    font-size: 16px;
    line-height: 2.17;
  }
  body.home .ol-hero-badge {
    margin: 4px 16px 0 0;
  }
  body.home .ol-hero-badge-small {
    width: 52px;
  }
  body.home .ol-hero-slider-dots {
    left: 15px;
    right: auto;
    bottom: 22px;
  }
  .orphea-genoscope {
    padding: 56px 0 60px;
  }
  .orphea-genoscope .elementor-container {
    width: calc(100% - 30px);
    gap: 20px;
  }
  .orphea-genoscope-media img {
    height: 306px;
  }
  .orphea-genoscope-caption {
    margin-top: 12px !important;
    padding-top: 14px !important;
  }
  .orphea-genoscope-caption {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .orphea-genoscope-caption small {
    max-width: 100%;
    text-align: left;
  }
  .orphea-genoscope-copy .elementor-widget-wrap {
    margin-top: 0;
  }
  .orphea-genoscope-title h4 {
    font-size: 32px;
    line-height: 1.06;
  }
  .orphea-genoscope-desc p {
    font-size: 15px;
    line-height: 1.55;
  }
  .orphea-genoscope-step {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 0 12px;
  }
  .orphea-genoscope-copy .elementor-widget-button {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .orphea-genoscope-copy .elementor-button {
    width: 100%;
  }
  .ol-section { padding: 64px 0; }
  .ol-science.orphea-science {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ol-science.orphea-science .elementor-container {
    width: calc(100% - 30px);
  }
  .orphea-science-main .elementor-widget-wrap {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .orphea-science-title {
    margin-bottom: 4px !important;
  }
  .orphea-science-eyebrow p {
    font-size: 16px;
  }
  .orphea-science-title h4 {
    font-size: 33px;
    line-height: 1.06;
  }
  .orphea-science-intro {
    margin-bottom: 16px !important;
  }
  .orphea-science-intro p {
    font-size: 15px;
    line-height: 1.65;
  }
  .orphea-science-note {
    min-height: 0;
    padding: 24px 22px 22px;
  }
  .orphea-science-note .elementor-icon-box-title {
    font-size: 20px;
  }
  .orphea-science-note .elementor-icon-box-description {
    font-size: 14px;
  }
  .ol-shop-grid .woocommerce ul.products { grid-template-columns: 1fr; }
}

/* WooCommerce cart: dynamic Rosaline view-cart fidelity layer. */
body.woocommerce-cart {
  background: #fff;
  overflow-x: hidden;
}
body.woocommerce-cart .site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}
body.woocommerce-cart .ol-topbar {
  min-height: 40px;
}
body.woocommerce-cart .ol-topbar__inner {
  min-height: 40px;
  font-size: 12px;
}
body.woocommerce-cart .ol-header {
  position: sticky;
  top: 0;
}
body.woocommerce-cart .ol-header__inner {
  height: 53px;
}
body.woocommerce-cart .ol-logo {
  width: 82px;
}
body.woocommerce-cart .ol-logo img {
  height: 46px;
}
body.woocommerce-cart .ol-menu a {
  font-size: 12px;
}
.orphea-cart-page {
  background: #fff;
  color: #30372c;
}
.orphea-cart-page .container {
  width: min(1470px, calc(100% - 48px));
  max-width: 1470px;
  margin-inline: auto;
}
.orphea-cart-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
}
.orphea-cart-page [class*="col-"] {
  box-sizing: border-box;
  padding-inline: 15px;
}
.orphea-cart-page .col-lg-7,
.orphea-cart-page .col-lg-5,
.orphea-cart-page .col-9,
.orphea-cart-page .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .orphea-cart-page .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .orphea-cart-page .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .orphea-cart-page .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
.orphea-cart-page .gy-30 {
  row-gap: 30px;
}
.orphea-cart-page .flat-spacing {
  padding-block: 80px;
}
.orphea-cart-page .flat-spacing-2 {
  padding-block: 64px;
}
.orphea-cart-page .pb-0 {
  padding-bottom: 0 !important;
}
.orphea-cart-page-title {
  padding-top: 72px !important;
  padding-bottom: 46px !important;
  background: #fff;
}
.orphea-cart-page-title .breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  color: #6e7169;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.orphea-cart-page-title .breadcrumb a:hover {
  color: #30372c;
}
.orphea-cart-page-title .breadcrumb .icon {
  font-size: 10px;
  opacity: .55;
}
.orphea-cart-page-title .page-title {
  margin: 0;
  color: #30372c;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0 !important;
}
.orphea-cart-main {
  padding-top: 0 !important;
}
.orphea-cart-page .woocommerce-message,
.orphea-cart-page .woocommerce-info,
.orphea-cart-page .woocommerce-error {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(1422px, calc(100% - 48px));
  min-height: 62px;
  margin: 18px auto 0 !important;
  padding: 15px 18px 15px 58px !important;
  border: 1px solid rgba(48,55,44,.14) !important;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #fbf8f1 100%) !important;
  color: #30372c !important;
  box-shadow: 0 18px 46px rgba(48,55,44,.08);
  font-size: 14px;
  line-height: 1.45;
  box-sizing: border-box;
  overflow: hidden;
}
.orphea-cart-page .woocommerce-message::before,
.orphea-cart-page .woocommerce-info::before,
.orphea-cart-page .woocommerce-error::before {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  font-size: 13px;
  line-height: 1;
}
.orphea-cart-page .woocommerce-message::before {
  content: "\e95a";
  background: rgba(48,55,44,.1);
  color: #30372c;
}
.orphea-cart-page .woocommerce-info::before {
  content: "\e95c";
  background: rgba(28,111,136,.1);
  color: #1c6f88;
}
.orphea-cart-page .woocommerce-error::before {
  content: "\e962";
  background: rgba(184,32,47,.1);
  color: #b8202f;
}
.orphea-cart-page .woocommerce-message::after,
.orphea-cart-page .woocommerce-info::after,
.orphea-cart-page .woocommerce-error::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #30372c;
}
.orphea-cart-page .woocommerce-info::after { background: #1c6f88; }
.orphea-cart-page .woocommerce-error::after { background: #b8202f; }
.orphea-cart-page .woocommerce-message .button.wc-forward,
.orphea-cart-page .woocommerce-info .button.wc-forward,
.orphea-cart-page .woocommerce-error .button.wc-forward {
  order: 2;
  flex: 0 0 auto;
  margin-left: auto;
  min-height: 42px;
  padding: 0 18px !important;
  border: 1px solid #30372c !important;
  border-radius: 8px !important;
  background: #30372c !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .02em !important;
  line-height: 42px !important;
  text-transform: uppercase;
  white-space: nowrap;
}
.orphea-cart-page .tf-cart-notification {
  display: flex;
  justify-content: center;
}
.orphea-cart-page .tf-cart-notification .count-text {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 11px 15px;
  background: #f4eee4;
}
.orphea-cart-page .tf-cart-notification .count-text .ic {
  display: inline-flex;
  margin-right: 12px;
  color: #30372c;
}
.orphea-cart-announcement {
  margin-bottom: 32px;
}
.orphea-cart-announcement .count-text {
  max-width: 850px;
  color: #52564d;
  font-size: 14px;
  line-height: 1.45;
}
.orphea-cart-page .form-shop-cart {
  width: 100%;
}
.orphea-cart-page .tf-table-page-cart .wg-quantity {
  max-width: 110px;
}
.orphea-cart-page .tf-table-page-cart .tf-cart_item:not(:last-child) {
  padding-bottom: 23px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(48,55,44,.14);
}
.orphea-cart-page .tf-cart_item {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding-right: 42px;
  gap: 24px;
}
.orphea-cart-page .tf-cart_item .cart_product {
  display: flex;
  align-items: center;
  gap: 24px;
}
.orphea-cart-page .tf-cart_item .cart_quantity {
  display: flex;
  justify-content: center;
  flex: 1;
}
.orphea-cart-page .tf-cart_item .cart_total {
  min-width: 82px;
  flex: 1;
  text-align: end;
  color: #30372c;
  font-size: 18px;
  line-height: 1.35;
}
.orphea-cart-page .tf-cart_item .img-prd {
  display: block;
  width: 128px;
  max-width: 128px;
  flex: 0 0 128px;
  aspect-ratio: 348 / 420;
  border-radius: 6px;
  overflow: hidden;
  background: #f8f4ed;
}
.orphea-cart-page .tf-cart_item .img-prd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}
.orphea-cart-page .tf-cart_item .infor-prd {
  display: grid;
  place-items: start;
  min-width: 0;
  max-width: 100%;
  gap: 12px;
}
.orphea-cart-page .tf-cart_item .prd_name {
  display: block;
  max-width: 100%;
  color: #30372c;
  font-size: 18px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.orphea-cart-page .tf-cart_item .prd_select {
  display: flex;
  align-items: flex-start;
  max-width: 340px;
  color: #6e7169;
  font-size: 13px;
  line-height: 1.45;
}
.orphea-cart-page .tf-cart_item .prd_select .type-text {
  position: relative;
  z-index: 2;
  color: #30372c;
  white-space: nowrap;
}
.orphea-cart-page .tf-cart_item .price-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.orphea-cart-page .tf-cart_item .price-new,
.orphea-cart-page .tf-cart_item .amount {
  margin: 0;
  color: #30372c;
  font-size: 16px;
  font-weight: 400;
}
.orphea-cart-page .tf-cart_item .cart_remove {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  color: #6e7169;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .25s ease;
}
.orphea-cart-page .tf-cart_item .cart_remove:hover {
  color: #30372c;
}
.orphea-cart-page .tf-cart_item .orphea-cart-remove-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48,55,44,.12);
  border-radius: 999px;
  background: #fff;
  color: #30372c;
  box-shadow: 0 10px 24px rgba(37,48,34,.07);
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.orphea-cart-page .tf-cart_item .orphea-cart-remove-icon:hover {
  border-color: #30372c;
  background: #30372c;
  color: #fff;
  transform: translateY(-1px);
}
.orphea-cart-page .tf-cart_item .orphea-cart-remove-icon .icon {
  font-size: 12px;
  line-height: 1;
}
.orphea-cart-page .wg-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 110px;
  min-height: 44px;
  padding: 7px 11px;
  border: 1px solid rgba(48,55,44,.18);
  border-radius: 8px;
  background: #fff;
}
.orphea-cart-page .wg-quantity .quantity {
  margin: 0;
}
.orphea-cart-page .wg-quantity .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0,0,0,0);
  overflow: hidden;
}
.orphea-cart-page .wg-quantity .quantity-product,
.orphea-cart-page .wg-quantity input.qty {
  width: 38px !important;
  min-height: 28px;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #30372c;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  -moz-appearance: textfield;
}
.orphea-cart-page .wg-quantity input.qty::-webkit-outer-spin-button,
.orphea-cart-page .wg-quantity input.qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.orphea-cart-page .wg-quantity .btn-quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #30372c;
  font-size: 12px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.orphea-cart-page .wg-quantity .btn-quantity:hover {
  background: #30372c;
  color: #fff;
}
.orphea-cart-form-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(48,55,44,.12);
}
.orphea-coupon-field {
  display: flex;
  width: min(100%, 390px);
  gap: 10px;
}
.orphea-coupon-field input {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 0 15px;
  border: 1px solid rgba(48,55,44,.18);
  border-radius: 8px;
  background: #fff;
  color: #30372c;
  font-size: 14px;
  outline: none;
  transition: border-color .2s ease;
}
.orphea-coupon-field input:focus {
  border-color: #30372c;
}
.orphea-cart-submit-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: auto;
}
.orphea-cart-page .tf-btn,
.orphea-cart-page .tf-btn-line {
  text-decoration: none;
}
.orphea-cart-page .tf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #30372c;
  border-radius: 8px;
  background: #30372c;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease, opacity .25s ease;
}
.orphea-cart-page .tf-btn:hover {
  border-color: #506044;
  background: #506044;
  color: #fff;
}
.orphea-cart-page .tf-btn[disabled],
.orphea-cart-page .tf-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.orphea-cart-page .orphea-update-cart-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.orphea-cart-page.is-auto-update-pending .orphea-cart-form,
.orphea-cart-page.is-auto-updating .orphea-cart-form {
  opacity: .82;
  transition: opacity .18s ease;
}
.orphea-cart-page .tf-btn-line {
  display: inline-flex;
  align-items: center;
  color: #30372c;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}
.orphea-cart-page .fl-sidebar-cart {
  display: grid;
  gap: 24px;
}
.orphea-cart-page .fl-sidebar-cart .title {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .orphea-cart-page .fl-sidebar-cart {
    max-width: 527px;
    margin-left: auto;
  }
}
.orphea-cart-page .box-checkout {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 28px 24px;
  border-radius: 8px;
  background: #f8f4ed;
}

.orphea-cart-page .box-checkout > .tf-btn {
  display: flex !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  padding-right: 18px !important;
  padding-left: 18px !important;
}
.orphea-cart-page .br-line {
  display: block;
  height: 1px;
  width: 100%;
}
.orphea-cart-page .bg-line-5 {
  background: rgba(48,55,44,.14);
}
.orphea-cart-page .mb-8 { margin-bottom: 8px !important; }
.orphea-cart-page .mb-16 { margin-bottom: 16px !important; }
.orphea-cart-page .mb-24 { margin-bottom: 24px !important; }
.orphea-cart-page .w-100 { width: 100% !important; }
.orphea-cart-page .text-center { text-align: center !important; }
.orphea-cart-total-row,
.orphea-cart-page .box-checkout .total-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.orphea-cart-total-row {
  margin-bottom: 16px;
  color: #6e7169;
  font-size: 14px;
  line-height: 1.4;
}
.orphea-cart-shipping-row {
  align-items: flex-start;
}
.orphea-cart-total-row strong {
  color: #30372c;
  font-weight: 500;
  text-align: right;
}
.orphea-cart-page .box-checkout .total-order {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(48,55,44,.14);
  color: #30372c;
  font-size: 20px;
  line-height: 1.35;
}
.orphea-cart-page .box-checkout .total-order .amount {
  color: #30372c;
  font-size: 22px;
  font-weight: 500;
}
.orphea-cart-page .box-checkout .price-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.orphea-cart-page .box-checkout .cl-text-5 {
  color: #6e7169;
  font-size: 13px;
  line-height: 1.55;
}
.orphea-cart-page .orphea-shipping-methods {
  width: min(100%, 260px);
}
.orphea-summary-shop-link {
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
}
.orphea-cart-page .box-text_empty.type-shop_cart {
  max-width: 680px;
  margin: 0 auto 48px;
  padding: 58px 32px;
  border: 1px solid rgba(48,55,44,.14);
  border-radius: 8px;
  background: #fbf8f1;
  text-align: center;
}
.orphea-cart-page .box-text_empty.type-shop_cart .shop-empty_top {
  display: grid;
  justify-items: center;
  gap: 18px;
}
.orphea-cart-page .box-text_empty.type-shop_cart .shop-empty_top .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #30372c;
  color: #fff;
  font-size: 24px;
}
.orphea-cart-page .box-text_empty.type-shop_cart .text-emp {
  margin: 0;
  color: #30372c;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: 0 !important;
}
.orphea-cart-page .box-text_empty.type-shop_cart p {
  max-width: 460px;
  margin: 0;
  color: #6e7169;
  font-size: 15px;
  line-height: 1.65;
}
.orphea-cart-page .box-text_empty.type-shop_cart .shop-empty_bot {
  margin-top: 28px;
}
.orphea-cart-recommendations {
  overflow: hidden;
}
.orphea-cart-recommendations .flat-spacing {
  padding-top: 56px;
}
.orphea-cart-recommendations .sect-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.orphea-cart-recommendations .s-title {
  margin: 0;
  color: #30372c;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0 !important;
}
.orphea-cart-recommendations .group-nav_number {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #30372c;
}
.orphea-cart-recommendations .tf-sw-nav_icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48,55,44,.18);
  border-radius: 50%;
  background: #fff;
  color: #30372c;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease, opacity .25s ease;
}
.orphea-cart-recommendations .tf-sw-nav_icon:hover {
  border-color: #30372c;
  background: #30372c;
  color: #fff;
}
.orphea-cart-recommendations .tf-sw-nav_icon:disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}
.orphea-cart-recommendations .thumbs-pagination {
  min-width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #6e7169;
  font-size: 13px;
  line-height: 1;
}
.orphea-cart-recommendations .tf-swiper {
  overflow: hidden;
}
.orphea-cart-recommendations .swiper-wrapper {
  display: flex;
  align-items: stretch;
  transition: transform .45s ease;
  will-change: transform;
  cursor: grab;
}
.orphea-cart-recommendations .swiper-wrapper.is-dragging {
  transition: none;
  cursor: grabbing;
}
.orphea-cart-recommendations .swiper-slide {
  flex: 0 0 auto;
  height: auto;
}
.orphea-cart-recommendations .swiper-slide > * {
  height: 100%;
}
.orphea-cart-suggest-card.orphea-shop-card {
  height: 100%;
}
.orphea-cart-suggest-card .card-product_info {
  text-align: left;
}
@media (min-width: 768px) {
  .orphea-cart-page .tf-cart_item .cart_product {
    min-width: 340px;
  }
}
@media (min-width: 1440px) {
  .orphea-cart-page .tf-cart_item .cart_product {
    min-width: 469px;
  }
}
@media (max-width: 1199px) {
  .orphea-cart-form-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .orphea-coupon-field {
    width: 100%;
  }
  .orphea-cart-submit-group {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  body.woocommerce-cart .ol-header__inner {
    height: 58px;
  }
  .orphea-cart-page-title {
    padding-top: 52px !important;
    padding-bottom: 34px !important;
  }
  .orphea-cart-page .flat-spacing-2 {
    padding-block: 44px;
  }
  .orphea-cart-page .fl-sidebar-cart {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .orphea-cart-page .container {
    width: calc(100% - 30px);
  }
  .orphea-cart-page .row {
    margin-inline: -10px;
  }
  .orphea-cart-page [class*="col-"] {
    padding-inline: 10px;
  }
  .orphea-cart-page-title .page-title {
    font-size: 38px;
  }
  .orphea-cart-announcement {
    margin-bottom: 24px;
  }
  .orphea-cart-announcement .count-text {
    align-items: flex-start;
    font-size: 13px;
  }
  .orphea-cart-page .tf-cart_item {
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
    min-height: 140px;
    margin-bottom: 15px;
    padding-inline-start: 115px;
  }
  .orphea-cart-page .tf-table-page-cart .tf-cart_item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 18px;
  }
  .orphea-cart-page .tf-cart_item .cart_product {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .orphea-cart-page .tf-cart_item .img-prd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    max-width: 100px;
    flex: 0 0 100px;
    aspect-ratio: 348 / 420;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .orphea-cart-page .tf-cart_item .img-prd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .orphea-cart-page .tf-cart_item .infor-prd {
    gap: 5px;
  }
  .orphea-cart-page .tf-cart_item .prd_name {
    font-size: 16px;
  }
  .orphea-cart-page .tf-cart_item .prd_select {
    display: none;
  }
  .orphea-cart-page .tf-cart_item .cart-col {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
  }
  .orphea-cart-page .tf-cart_item .cart-col:not(:last-child) {
    border-bottom: 1px solid rgba(48,55,44,.12);
  }
  .orphea-cart-page .tf-cart_item .cart-col[data-cart-title]::before {
    content: attr(data-cart-title);
    flex: 1 1 auto;
    color: #30372c;
    text-align: start;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  .orphea-cart-page .tf-cart_item .wg-quantity {
    min-width: 110px;
    padding: 6px 10px;
  }
  .orphea-cart-page .tf-cart_item .cart_total {
    min-width: 0;
    text-align: right;
    font-size: 16px;
  }
  .orphea-cart-form-actions,
  .orphea-cart-submit-group,
  .orphea-coupon-field {
    flex-direction: column;
    align-items: stretch;
  }
  .orphea-cart-submit-group .tf-btn-line {
    width: fit-content;
  }
  .orphea-cart-recommendations .sect-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .orphea-cart-page .woocommerce-message,
  .orphea-cart-page .woocommerce-info,
  .orphea-cart-page .woocommerce-error {
    width: calc(100% - 30px);
    padding-right: 14px !important;
    font-size: 13px;
  }
  .orphea-cart-page .woocommerce-message .button.wc-forward,
  .orphea-cart-page .woocommerce-info .button.wc-forward,
  .orphea-cart-page .woocommerce-error .button.wc-forward {
    width: 100%;
    margin: 10px 0 0;
  }
  .orphea-cart-page .box-text_empty.type-shop_cart {
    padding: 42px 20px;
  }
}

/* WooCommerce checkout: dynamic Rosaline checkout fidelity layer. */
body.woocommerce-checkout {
  background: #fff;
  overflow-x: hidden;
}
body.woocommerce-checkout .site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}
body.woocommerce-checkout .ol-topbar,
body.woocommerce-checkout .ol-nav,
body.woocommerce-checkout .ol-language-switcher,
body.woocommerce-checkout .ol-lang,
body.woocommerce-checkout .ol-icon-link,
body.woocommerce-checkout .ol-mobile-toggle,
body.woocommerce-checkout .orphea-footer {
  display: none !important;
}
body.woocommerce-checkout .ol-header {
  position: relative;
  top: auto;
  z-index: 30;
  background: #fff;
  border-bottom: 1px solid rgba(48,55,44,.12);
  backdrop-filter: none;
}
body.woocommerce-checkout .ol-header__inner {
  width: min(1470px, calc(100% - 48px));
  max-width: 1470px;
  height: 72px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.woocommerce-checkout .ol-logo {
  position: static;
  top: auto;
  left: auto;
  width: 110px;
  transform: none;
}
body.woocommerce-checkout .ol-logo img {
  width: 110px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}
body.woocommerce-checkout .ol-header-actions {
  position: static;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 0;
}
body.woocommerce-checkout .ol-cart-link {
  border: 0;
  background: transparent;
  color: #30372c;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .02em;
  text-transform: uppercase;
}
body.woocommerce-checkout .ol-cart-link span {
  position: static;
  top: auto;
  right: auto;
  width: auto;
  min-width: 0;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline;
}
body.woocommerce-checkout .ol-cart-link span::before {
  content: "SEPET | ";
}
.orphea-checkout-page {
  position: relative;
  color: #30372c;
  background: #fff;
}
.orphea-checkout-form-shell {
  display: contents;
}
.orphea-checkout-page > .br-line.fake-class {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.orphea-checkout-page .br-line {
  display: block;
  height: 1px;
  width: 100%;
}
.orphea-checkout-page .bg-line-5 {
  background: rgba(48,55,44,.14);
}
.orphea-checkout-page .flat-spacing-2 {
  padding-block: 64px;
}
.orphea-checkout-page .col-left .content-left {
  box-sizing: border-box;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.orphea-checkout-page .col-right {
  background: #f8f4ed;
}
.orphea-checkout-page .col-right .content-right {
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}
.orphea-checkout-page .content-left {
  display: grid;
  gap: 45px;
}
.orphea-checkout-page .content-right {
  display: grid;
  gap: 44px;
}
.orphea-checkout-page .sticky-top {
  position: sticky;
  top: 24px;
}
.orphea-checkout-page .wrap-checkout .title {
  margin: 0 0 16px;
  color: #30372c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0 !important;
}
.orphea-checkout-page .wrap-checkout.box-contact .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.orphea-checkout-page .login-note {
  color: #6e7169;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
.orphea-checkout-page .form-content,
.orphea-checkout-page .woocommerce-billing-fields__field-wrapper,
.orphea-checkout-page .woocommerce-shipping-fields__field-wrapper,
.orphea-checkout-page .woocommerce-additional-fields__field-wrapper {
  display: grid;
  gap: 8px;
}
.orphea-checkout-page .tf-grid-layout {
  display: grid;
  gap: 8px;
}
@media (min-width: 576px) {
  .orphea-checkout-page .tf-grid-layout.sm-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .orphea-checkout-page .tf-grid-layout.xl-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.orphea-checkout-page .form-row,
.orphea-checkout-page .woocommerce form .form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.orphea-checkout-page .form-row label,
.orphea-checkout-page .tf-field label,
.orphea-checkout-page .text-body-xs {
  display: block;
  margin: 0 0 6px;
  color: #6e7169;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
}
.orphea-checkout-page .required {
  color: #8c6a45;
}
.orphea-checkout-page input.input-text,
.orphea-checkout-page input.style-4,
.orphea-checkout-page select,
.orphea-checkout-page textarea,
.orphea-checkout-page .select2-selection {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid rgba(48,55,44,.18) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #30372c;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 52px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.orphea-checkout-page .select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}
.orphea-checkout-page textarea {
  min-height: 116px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.55;
  resize: vertical;
}
.orphea-checkout-page input.input-text:focus,
.orphea-checkout-page input.style-4:focus,
.orphea-checkout-page select:focus,
.orphea-checkout-page textarea:focus,
.orphea-checkout-page .select2-container--open .select2-selection {
  border-color: #30372c !important;
  box-shadow: 0 0 0 3px rgba(48,55,44,.08) !important;
}
.orphea-checkout-page .select2-container {
  width: 100% !important;
}
.orphea-checkout-page .select2-selection__rendered {
  padding-left: 0 !important;
  color: #30372c !important;
  line-height: 52px !important;
}
.orphea-checkout-page .select2-selection__arrow {
  top: 13px !important;
  right: 10px !important;
}
.orphea-checkout-page .checkbox-wrap,
.orphea-checkout-page .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #52564d;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
}
.orphea-checkout-page .tf-check,
.orphea-checkout-page .input-checkbox,
.orphea-checkout-page .tf-check-rounded,
.orphea-checkout-page .input-radio {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  accent-color: #30372c;
}
.orphea-checkout-muted-option {
  margin-top: 4px;
}
.orphea-checkout-page .woocommerce-invalid input,
.orphea-checkout-page .woocommerce-invalid select,
.orphea-checkout-page .woocommerce-invalid textarea {
  border-color: #b8202f !important;
}
.orphea-checkout-page .woocommerce-error,
.orphea-checkout-page .woocommerce-info,
.orphea-checkout-page .woocommerce-message {
  width: auto;
  margin: 0 0 24px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(48,55,44,.14) !important;
  border-radius: 8px;
  background: #fbf8f1 !important;
  color: #30372c !important;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
}
.orphea-checkout-page .box-payment-list {
  display: grid;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.orphea-checkout-page .payment_accordion {
  overflow: hidden;
  transition: background .25s ease;
}
.orphea-checkout-page .payment_accordion .payment_check {
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid rgba(48,55,44,.16);
  background: #fff;
  transition: border-color .25s ease, background .25s ease;
}
.orphea-checkout-page .payment_accordion:first-child .payment_check {
  border-radius: 8px 8px 0 0;
}
.orphea-checkout-page .payment_accordion:last-child .payment_check {
  border-radius: 0 0 8px 8px;
}
.orphea-checkout-page .payment_accordion:not(:first-child):not(.active) .payment_check {
  border-top-color: transparent;
}
.orphea-checkout-page .payment_accordion.active .payment_check {
  border-color: #30372c;
  background: #fbf8f1;
}
.orphea-checkout-page .payment_check .pay-title {
  color: #30372c;
}
.orphea-checkout-page .payment_body {
  padding: 14px 15px;
  border: 1px solid rgba(48,55,44,.16);
  border-top-color: transparent;
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: #6e7169;
  font-size: 13px;
  line-height: 1.55;
}
.orphea-checkout-page .payment_body p {
  margin: 0;
}
.orphea-checkout-page .place-order {
  display: grid;
  gap: 16px;
}
.orphea-checkout-page .woocommerce-terms-and-conditions-wrapper {
  color: #6e7169;
  font-size: 13px;
  line-height: 1.55;
}
.orphea-checkout-page .tf-btn,
.orphea-checkout-page .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  width: fit-content;
  padding: 0 30px !important;
  border: 1px solid #30372c !important;
  border-radius: 8px !important;
  background: #30372c !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background .25s ease, border-color .25s ease;
}
.orphea-checkout-page .tf-btn:hover,
.orphea-checkout-page .button:hover {
  border-color: #506044 !important;
  background: #506044 !important;
  color: #fff !important;
}
.orphea-checkout-page .orphea-place-order {
  width: 100%;
}
.orphea-checkout-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.orphea-checkout-links a {
  color: #6e7169;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.orphea-checkout-review {
  display: grid;
  gap: 28px;
}
.orphea-checkout-review .list-order-product,
.orphea-checkout-review .box-total {
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-checkout-review .list-order-product {
  display: grid;
  gap: 20px;
}
.orphea-checkout-review .order-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}
.orphea-checkout-review .img-prd {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(48,55,44,.12);
  border-radius: 8px;
  overflow: visible;
  background: #fff;
}
.orphea-checkout-review .img-prd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.orphea-checkout-review .prd_quanitty {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 99px;
  background: #30372c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 22px;
}
.orphea-checkout-review .infor-prd {
  display: grid;
  min-width: 0;
  gap: 6px;
}
.orphea-checkout-review .prd_name {
  color: #30372c;
  font-size: 15px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.orphea-checkout-review .prd_size {
  min-height: 1px;
  color: #6e7169;
  font-size: 12px;
  line-height: 1.4;
}
.orphea-checkout-review .prd_size:empty {
  display: none;
}
.orphea-checkout-review .price-wrap,
.orphea-checkout-review .price-new,
.orphea-checkout-review .amount {
  color: #30372c;
  font-size: 13px;
  line-height: 1.4;
}
.orphea-checkout-review .prd_price {
  color: #30372c;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  text-align: right;
}
.orphea-checkout-review .form-discount {
  margin: 0;
}
.orphea-checkout-review .position-relative {
  position: relative;
}
.orphea-checkout-review .w-100 {
  width: 100%;
}
.orphea-checkout-review .form-discount input {
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  padding: 0 92px 0 15px;
  border: 1px solid rgba(48,55,44,.18);
  border-radius: 8px;
  background: #fff;
  color: #30372c;
  font-size: 14px;
  outline: none;
}
.orphea-checkout-review .btn-action_submit {
  position: absolute;
  top: 50%;
  right: 8px;
  height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 7px;
  background: #30372c;
  color: #fff;
  font-size: 12px;
  letter-spacing: .03em;
  transform: translateY(-50%);
  cursor: pointer;
}
.orphea-checkout-review .box-total {
  display: grid;
  gap: 16px;
  padding-top: 4px;
}
.orphea-checkout-review .box-total li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  color: #30372c;
  font-size: 14px;
  line-height: 1.45;
}
.orphea-checkout-review .orphea-checkout-shipping-row {
  align-items: flex-start;
}
.orphea-checkout-review .orphea-shipping-methods {
  width: min(100%, 270px);
}
.orphea-checkout-review .box-total .order-total {
  padding-top: 20px;
  border-top: 1px solid rgba(48,55,44,.14);
}
.orphea-checkout-review .box-total .order-total .text-body-l {
  color: #30372c;
  font-size: 20px;
  line-height: 1.3;
}
.orphea-checkout-review .box-total .order-total > span,
.orphea-checkout-review .box-total .order-total .amount {
  color: #30372c;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
.orphea-checkout-review .cl-text-5 {
  color: #6e7169;
}
.orphea-checkout-review .text-body-xs {
  font-size: 12px;
  line-height: 1.45;
}
.orphea-checkout-review .mb-8 {
  margin-bottom: 8px;
}
.orphea-checkout-review .d-grid {
  display: grid;
}
.orphea-shipping-methods {
  display: grid;
  min-width: 0;
  gap: 8px;
  text-align: left;
}
.orphea-shipping-methods #shipping_method,
.orphea-shipping-methods .woocommerce-shipping-methods {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-shipping-methods #shipping_method li,
.orphea-shipping-methods .woocommerce-shipping-methods li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(48,55,44,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
}
.orphea-shipping-methods input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: #30372c;
}
.orphea-shipping-methods label {
  margin: 0;
  color: #30372c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}
.orphea-shipping-methods label .amount {
  color: #30372c;
  font-size: inherit;
  font-weight: 500;
}
.orphea-shipping-methods > strong {
  color: #30372c;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.orphea-shipping-methods .woocommerce-shipping-destination,
.orphea-shipping-methods .woocommerce-shipping-calculator,
.orphea-shipping-methods .woocommerce-shipping-contents {
  margin: 4px 0 0;
  color: #6e7169;
  font-size: 12px;
  line-height: 1.45;
}
.orphea-shipping-methods .shipping-calculator-button {
  color: #30372c;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width: 992px) {
  .orphea-checkout-page {
    display: flex;
  }
  .orphea-checkout-page .col-left {
    width: 55.8854166667%;
  }
  .orphea-checkout-page .col-left .content-left {
    width: min(100%, 848px);
    padding-right: 30px;
  }
  .orphea-checkout-page .col-right {
    width: 44.1145833333%;
  }
  .orphea-checkout-page .col-right .content-right {
    width: min(100%, 622px);
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .orphea-checkout-page .col-left .content-left {
    padding-right: 40px;
  }
  .orphea-checkout-page .col-right .content-right {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .orphea-checkout-page .content-left,
  .orphea-checkout-page .content-right {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-checkout .ol-header__inner {
    width: calc(100% - 30px);
    height: 64px;
  }
  .orphea-checkout-page .flat-spacing-2 {
    padding-block: 44px;
  }
  .orphea-checkout-page .col-left .content-left,
  .orphea-checkout-page .col-right .content-right {
    width: calc(100% - 30px);
    margin-inline: auto;
    padding-inline: 0;
  }
  .orphea-checkout-page .sticky-top {
    position: static;
  }
}
@media (max-width: 575px) {
  .orphea-checkout-page .content-left {
    gap: 32px;
  }
  .orphea-checkout-page .col-right .content-right {
    padding-right: 12px;
    padding-left: 12px;
  }
  .orphea-checkout-page .wrap-checkout.box-contact .title {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .orphea-checkout-review .order-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
  }
  .orphea-checkout-review .img-prd {
    width: 64px;
    height: 64px;
  }
  .orphea-checkout-review .prd_price {
    grid-column: 2;
    text-align: left;
  }
  .orphea-checkout-review .form-discount input {
    padding-right: 15px;
  }
  .orphea-checkout-review .btn-action_submit {
    position: static;
    width: 100%;
    margin-top: 8px;
    padding: 0 11px;
    font-size: 11px;
    transform: none;
  }
  .orphea-checkout-review .box-total li.orphea-checkout-shipping-row {
    display: grid;
    gap: 8px;
  }
  .orphea-checkout-review .orphea-shipping-methods {
    width: 100%;
  }
  .orphea-checkout-review .box-total .order-total {
    display: grid;
  }
  .orphea-checkout-review .box-total .order-total > span {
    margin-top: 10px;
  }
}

/* WooCommerce account: dynamic Rosaline login/register/account fidelity layer. */
body.woocommerce-account {
  background: #fff;
}
body.woocommerce-account .ol-main,
body.woocommerce-account .site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}
body.woocommerce-account .site-main > article,
body.woocommerce-account .entry-content,
body.woocommerce-account .woocommerce {
  margin: 0;
}
body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}
.orphea-auth-page.section-log {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
  gap: 0;
  min-height: calc(100vh - 116px);
  background: #fff;
}
.orphea-auth-page .image-left {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 116px);
  background: #e9dfcf;
}
.orphea-auth-page .image-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,22,15,0) 54%, rgba(16,22,15,.42) 100%);
  pointer-events: none;
}
.orphea-auth-page .image-left img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}
.orphea-auth-page .infiniteSlide-text-icon {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 48px;
  overflow: hidden;
}
.orphea-auth-page .infiniteSlide {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  min-width: 100%;
  animation: olAccountMarquee 21s linear infinite;
}
.orphea-auth-page .infiniteSlide-item {
  flex: 0 0 auto;
}
.orphea-auth-page .infiniteSlide .text {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5vw, 84px);
  line-height: .95;
  letter-spacing: 0;
  white-space: nowrap;
}
.orphea-auth-page .infiniteSlide .troke-text_white {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.84);
}
.orphea-auth-page .br-dot {
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #fff;
}
@keyframes olAccountMarquee {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}
.orphea-auth-page .content-right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 116px);
  padding: 48px 15px;
}
.orphea-auth-page .content_inner {
  width: 100%;
  max-width: 480px;
  text-align: center;
}
.orphea-auth-page .content-right .title {
  margin: 0 0 24px;
  color: #252d21;
  font-size: clamp(40px, 4vw, 56px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
.orphea-auth-page .form-log .form-content {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}
.orphea-auth-page .tf-field {
  position: relative;
  display: grid;
  place-items: start;
  gap: 4px;
  margin: 0;
  border: 0;
  padding: 0;
}
.orphea-auth-page .tf-field label,
.orphea-auth-page .text-body-xs {
  color: #252d21;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0;
}
.orphea-auth-page input.style-3 {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 11px 15px;
  border: 1px solid #ded8ce;
  border-radius: 8px;
  outline: 0;
  background: #fff;
  color: #252d21;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color .3s ease, background-color .3s ease;
}
.orphea-auth-page input.style-3::placeholder {
  color: #8d887f;
  font-size: 14px;
}
.orphea-auth-page input.style-3:focus {
  border-color: #252d21;
}
.orphea-auth-page .password-wrapper {
  position: relative;
  width: 100%;
}
.orphea-auth-page .password-wrapper .toggle-pass {
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: #6f7068;
  cursor: pointer;
  transition: color .25s ease;
}
.orphea-auth-page .password-wrapper .toggle-pass:hover,
.orphea-auth-page .password-wrapper .toggle-pass.is-visible {
  color: #252d21;
}
.orphea-auth-page .password-wrapper input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-right: 46px;
}
.orphea-auth-page .tf-field .link {
  margin-top: 2px;
  color: #6f7068;
  text-align: left;
}
.orphea-auth-page .orphea-auth-row {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 24px;
}
.orphea-auth-page .checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #6f7068;
  text-align: left;
}
.orphea-auth-page .tf-check {
  position: relative;
  flex: 0 0 auto;
  width: 16px !important;
  height: 16px !important;
  margin: 2px 0 0;
  padding: 0 !important;
  border: 1px solid #8d887f !important;
  border-radius: 4px;
  appearance: none;
  background: #fff;
  cursor: pointer;
}
.orphea-auth-page .tf-check:checked {
  border-color: #252d21 !important;
  background: #252d21;
}
.orphea-auth-page .tf-check:checked::before {
  content: "\e95f";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "icomoon";
  font-size: 11px;
  line-height: 1;
}
.orphea-auth-page .orphea-auth-consent {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}
.orphea-auth-page .form-btn {
  display: grid;
  place-items: center;
  gap: 20px;
}
.orphea-auth-page .tf-btn {
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid #252d21 !important;
  background: #252d21 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.orphea-auth-page .tf-btn:hover {
  background: #516049 !important;
  border-color: #516049 !important;
}
.orphea-auth-page .tf-btn-line {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #252d21;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .02em;
}
.orphea-auth-page .tf-btn-line::after,
.orphea-account-page .tf-btn-line::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: width .25s ease;
}
.orphea-auth-page .tf-btn-line:hover::after,
.orphea-account-page .tf-btn-line:hover::after {
  width: 0;
}
.orphea-account-page {
  color: #252d21;
  background: #fff;
}
.orphea-account-page .container {
  width: min(100% - 30px, 1440px);
  max-width: 1440px;
  margin: 0 auto;
}
.orphea-account-page .tf-page-heading_account {
  background: #f5f1e9;
}
.orphea-account-page .tf-page-heading_account.flat-spacing {
  padding-top: 56px;
  padding-bottom: 56px;
}
.orphea-account-page .tf-page-heading_account .content {
  display: flex;
  align-items: center;
  gap: 24px;
  color: inherit;
  text-decoration: none;
}
.orphea-account-page .account-image,
.orphea-account-page .account-icon {
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: #2f3f2d;
  color: #fff;
}
.orphea-account-page .account-image span {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 48px;
  line-height: 1;
}
.orphea-account-page .account-icon {
  width: 56px;
  height: 56px;
  background: #fff;
  color: #252d21;
  border: 1px solid rgba(37,45,33,.12);
}
.orphea-account-page .tf-page-heading_account .info_name {
  margin: 0 0 8px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
}
.orphea-account-page .info_more,
.orphea-account-page .cl-text-5 {
  color: #6f7068;
}
.orphea-account-body.flat-spacing-mix-1 {
  padding-top: 64px;
  padding-bottom: 88px;
}
.orphea-account-body.flat-spacing-2 {
  padding-top: 56px;
  padding-bottom: 88px;
}
.orphea-account-body .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-left: -12px;
  margin-right: -12px;
}
.orphea-account-body .row > * {
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}
.orphea-account-body .col-lg-4,
.orphea-account-body .col-xl-3 {
  width: 25%;
}
.orphea-account-body .col-lg-8,
.orphea-account-body .col-xl-9 {
  width: 75%;
}
.my-account-nav {
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 324px;
  margin: 0;
}
.my-account-nav .link-account {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #252d21;
  text-decoration: none;
  transition: color .25s ease, background-color .25s ease;
}
.my-account-nav .link-account .text {
  flex: 1;
}
.my-account-nav .link-account .order-number {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f1e9;
  color: #252d21;
}
.my-account-nav .link-account:hover {
  color: #8a4f2e;
}
.my-account-nav .link-account.active {
  background: #111;
  color: #fff;
}
.my-account-nav .link-account.active .order-number {
  background: #fff;
  color: #111;
}
.my-account-content {
  width: 100%;
  max-width: 1052px;
  margin-left: auto;
}
.orphea-account-page .my-account-content form input.input-text,
.orphea-account-page .my-account-content form input[type="text"],
.orphea-account-page .my-account-content form input[type="email"],
.orphea-account-page .my-account-content form input[type="tel"],
.orphea-account-page .my-account-content form input[type="password"],
.orphea-account-page .my-account-content form select,
.orphea-account-page .my-account-content form textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 11px 15px;
  border: 1px solid #ded8ce;
  border-radius: 8px;
  background: #fff;
  color: #252d21;
  font-size: 14px;
  line-height: 1.5;
  outline: 0;
  box-shadow: none;
}
.orphea-account-page .my-account-content form textarea {
  min-height: 120px;
}
.orphea-account-page .my-account-content form input:focus,
.orphea-account-page .my-account-content form select:focus,
.orphea-account-page .my-account-content form textarea:focus {
  border-color: #252d21;
}
.my-account-content .box-dashboard_item:not(:last-child) {
  margin-bottom: 24px;
}
.box-dashboard_item,
.account-address_item {
  border: 1px solid #d8d2c7;
  border-radius: 8px;
  background: #fff;
}
.box-dashboard_item {
  padding: 31px;
}
.box-dashboard_item .dash_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.box-dashboard_item h6,
.account-order_item h6,
.account-address_item h6,
.account-order-detail h6 {
  margin: 0;
  color: #252d21;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 400;
}
.box-dashboard_item .dash_content {
  color: #252d21;
}
.dashboard-info .dash_content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 160px;
}
.dashboard-info .tf-grid-layout {
  display: grid;
  gap: 24px;
}
.dashboard-order .list-order,
.account-order_item .list-prd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dashboard-order .list-order .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.dashboard-order .list-order li:not(:last-child) {
  margin-bottom: 24px;
}
.order__tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 12px;
  border-radius: 99px;
  white-space: nowrap;
}
.order__tag.shipping {
  background: #fff4d8;
  color: #986a00;
}
.order__tag.pending {
  background: #edf0e9;
  color: #4f5c47;
}
.order__tag.delivered {
  background: #e7f5e9;
  color: #26753e;
}
.order__tag.cancelled {
  background: #ffe8e4;
  color: #af2f22;
}
.dashboard-address .address-item,
.account-address_item .address-content {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.dashboard-address .info_name,
.account-address_item .info_name {
  margin: 0 0 8px;
  color: #252d21;
  font-size: 16px;
  line-height: 1.45;
}
.dashboard-address .info_more,
.account-address_item .info_more {
  font-size: 14px;
  line-height: 1.5;
}
.my-account-order {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.account-order_item {
  display: flex;
  flex-direction: column;
}
.account-order_item .order-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 31px;
  border: 1px solid #d8d2c7;
  border-radius: 8px 8px 0 0;
  background: #f5f1e9;
}
.account-order_item .order-heading .left,
.account-order_item .order-heading .right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.account-order_item .order-heading .right {
  justify-content: flex-end;
  flex-wrap: wrap;
}
.account-order_item .order-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 31px;
  border: 1px solid #d8d2c7;
  border-top-color: transparent;
  border-radius: 0 0 8px 8px;
}
.account-order_item.type-2 .order-content {
  border: 1px solid #d8d2c7;
  border-radius: 8px;
}
.account-order-detail .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.account-order-detail .row > * {
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}
.orphea-account-body--detail .account-order-detail .col-lg-8 {
  width: 66.666667%;
}
.orphea-account-body--detail .account-order-detail .col-lg-4 {
  width: 33.333333%;
}
.account-order-detail .col-left,
.account-order-detail .col-right {
  min-width: 0;
}
.account-order-detail .mb-24 {
  margin-bottom: 24px;
}
.timeline-wrap {
  display: grid;
  gap: 0;
}
.timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 64px;
}
.timeline-item:not(:first-child) {
  padding-top: 40px;
}
.timeline-item:first-child .step-line {
  display: none;
}
.timeline-item .step-line {
  position: absolute;
  z-index: 0;
  left: 18px;
  top: -16px;
  bottom: 42px;
  width: 4px;
  border-radius: 999px;
  background: #f0ece3;
}
.timeline-item.step-done .step-line {
  background: #252d21;
}
.timeline-item .ic-wrap {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f1e9;
  color: #252d21;
}
.timeline-item.step-done .ic-wrap {
  background: #252d21;
  color: #fff;
}
.timeline-item.step-current .ic-wrap {
  background: #fff;
  color: #252d21;
  box-shadow: inset 0 0 0 2px #252d21;
}
.timeline-item.step-current .tl_title {
  color: #252d21;
}
.timeline-item .ic-wrap .icon {
  font-size: 20px;
}
.timeline-item .tl-content {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.timeline-item .tl_title,
.timeline-item .tl_desc,
.timeline-item .tl-date {
  margin-top: 0;
}
.account-order-detail .col-right > *:not(:last-child) {
  margin-bottom: 24px;
}
.account-order-detail .mt-24 {
  margin-top: 24px;
}
.account-order-detail .box-est,
.account-order-detail .box-summary,
.account-order-detail .box-shipping {
  padding: 31px;
  border: 1px solid #d8d2c7;
  border-radius: 8px;
  background: #fff;
}
.account-order-detail .box-est {
  display: flex;
  align-items: center;
  gap: 16px;
}
.account-order-detail .box-est .ic-wrap {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f1e9;
  color: #252d21;
}
.account-order-detail .box-summary .title,
.account-order-detail .box-shipping .title {
  margin: 0 0 40px;
}
.account-order-detail .tf-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-order-detail .tf-list.vertical {
  display: grid;
}
.account-order-detail .tf-list.gap-16 {
  gap: 16px;
}
.account-order-detail .tf-list.gap-20 {
  gap: 20px;
}
.account-order-detail .box-summary li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.account-order-detail .box-summary .br-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #e4ddd2;
}
.account-order-detail .orphea-order-shipment-card .tf-list {
  margin-bottom: 18px;
}
.account-order-detail .orphea-order-shipment-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.account-order-detail .orphea-shipment-link {
  display: inline-flex;
  margin-top: 6px;
}
.orphea-order-notes {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 18px;
  color: #252d21;
}
.orphea-order-notes .description,
.orphea-order-notes .description p {
  margin: 6px 0 0;
  color: #6e7169;
  font-size: 14px;
  line-height: 1.55;
}
.account-order-detail .box-btn {
  display: grid;
  place-items: center;
  width: 100%;
}
.account-order-detail .box-btn .tf-btn {
  min-height: 48px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 999px;
  border: 1px solid #252d21;
  background: #252d21;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}
.account-order-detail .box-btn .tf-btn:hover {
  border-color: #516049;
  background: #516049;
}
.account-order_item .prd-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.account-order_item .prd-item:not(:last-child) {
  margin-bottom: 24px;
}
.account-order_item .prd_image {
  flex: 0 0 auto;
  max-width: 74px;
  border-radius: 8px;
  overflow: hidden;
  background: #faf8f2;
}
.account-order_item .prd_image img {
  width: 74px;
  height: 88px;
  display: block;
  object-fit: cover;
  padding: 0;
  aspect-ratio: .8409090909;
}
.account-order_item .prd_infor {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.account-order_item .info__name {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #252d21;
  text-decoration: none;
}
.account-order_item .info__name:hover {
  text-decoration: underline;
}
.account-order_item .br-line,
.dashboard-order .br-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #e4ddd2;
}
.account-order_item .tf-btn.type-4,
.orphea-account-empty .tf-btn,
.my-account-address .tf-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border: 1px solid #252d21;
  border-radius: 999px;
  background: #252d21;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}
.account-order_item .tf-btn.type-4:hover,
.orphea-account-empty .tf-btn:hover,
.my-account-address .tf-btn:hover {
  background: #516049;
  border-color: #516049;
}
.my-account-address {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.account-address_item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 31px;
}
.account-address_item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #111;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}
.account-address_item:hover::before {
  opacity: 1;
  visibility: visible;
}
.account-address_item .address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.account-address_item .mark-default {
  display: inline-flex;
  padding: 2px 12px;
  border-radius: 99px;
  background: #f5f1e9;
  color: #252d21;
}
.account-address_item .btn-light {
  margin-top: auto;
  background: transparent !important;
  color: #252d21 !important;
}
.account-address_item .btn-light:hover {
  background: #252d21 !important;
  color: #fff !important;
}
.my-account-address .wd-full {
  grid-column: 1 / -1;
  margin-top: 40px;
}
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message {
  width: min(100% - 30px, 1140px);
  margin: 18px auto !important;
  border: 1px solid #ded8ce;
  border-radius: 8px;
  background: #fff;
  color: #252d21;
  box-shadow: 0 18px 50px rgba(28,32,24,.08);
}
.orphea-auth-page + .woocommerce-error,
.orphea-auth-page + .woocommerce-info,
.orphea-auth-page + .woocommerce-message {
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .orphea-auth-page.section-log {
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr);
  }
  .box-dashboard_item,
  .account-order_item .order-heading,
  .account-order_item .order-content,
  .account-address_item {
    padding: 20px;
  }
  .box-dashboard_item .dash_title {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .orphea-auth-page.section-log {
    grid-template-columns: 1fr;
  }
  .orphea-auth-page .image-left {
    min-height: 400px;
  }
  .orphea-auth-page .content-right {
    min-height: auto;
    padding: 44px 15px 64px;
  }
  .orphea-account-body .col-lg-4,
  .orphea-account-body .col-xl-3,
  .orphea-account-body .col-lg-8,
  .orphea-account-body .col-xl-9 {
    width: 100%;
  }
  .orphea-account-body .lg-d-none {
    display: none !important;
  }
  .orphea-account-body--detail .account-order-detail .col-lg-8,
  .orphea-account-body--detail .account-order-detail .col-lg-4 {
    width: 100%;
  }
  .account-order-detail .col-right {
    margin-top: 24px;
  }
  .my-account-content {
    max-width: none;
    margin-left: 0;
  }
  .my-account-order,
  .my-account-address {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .orphea-account-page .container {
    width: calc(100% - 30px);
  }
  .orphea-account-page .tf-page-heading_account.flat-spacing {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .orphea-account-page .tf-page-heading_account .content {
    gap: 16px;
  }
  .orphea-account-page .account-image,
  .orphea-account-page .account-icon {
    width: 64px;
    height: 64px;
  }
  .orphea-account-page .account-image span {
    font-size: 34px;
  }
  .orphea-account-page .tf-page-heading_account .info_name {
    font-size: 30px;
  }
  .orphea-account-body.flat-spacing-mix-1,
  .orphea-account-body.flat-spacing-2 {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .account-order_item .order-heading .icon {
    display: none;
  }
  .account-order_item .order-heading,
  .account-order_item .order-content,
  .box-dashboard_item,
  .account-address_item {
    padding: 20px 15px;
  }
  .account-order_item .prd_infor {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .timeline-item {
    align-items: flex-start;
    gap: 16px;
  }
  .timeline-item:not(:first-child) {
    padding-top: 28px;
  }
  .timeline-item .tl-content .info_left {
    width: 100%;
  }
  .account-order-detail .box-est,
  .account-order-detail .box-summary,
  .account-order-detail .box-shipping {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .orphea-auth-page .image-left {
    min-height: 340px;
  }
  .orphea-auth-page .image-left img {
    max-height: 400px;
  }
  .orphea-auth-page .content_inner {
    max-width: none;
  }
  .orphea-auth-page .content-right .title {
    font-size: 38px;
  }
  .orphea-auth-page .infiniteSlide .text {
    font-size: 44px;
  }
  .dashboard-order .list-order .item,
  .box-dashboard_item .dash_title,
  .account-address_item .address-title,
  .account-order_item .order-heading .right {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Order tracking page */
body.page-id-4575 {
  background: var(--ol-cream);
}
body.page-id-4575 .site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.orphea-track-order-page {
  padding: clamp(64px, 7vw, 96px) 0;
  border-top: 1px solid var(--ol-line);
  border-bottom: 1px solid var(--ol-line);
  background: var(--ol-cream);
}
.orphea-track-order-page > .elementor-container {
  display: flex;
  width: min(calc(100% - 48px), 1280px) !important;
  max-width: 1280px !important;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--ol-line);
  border-radius: 8px;
  background: #fff;
}
.orphea-track-order-copy {
  flex: 0 0 42%;
  width: 42% !important;
  background: var(--ol-olive-2);
}
.orphea-track-order-panel {
  flex: 0 0 58%;
  width: 58% !important;
  background: #fff;
}
.orphea-track-order-copy > .elementor-widget-wrap,
.orphea-track-order-panel > .elementor-widget-wrap {
  height: 100%;
  min-height: 500px;
  padding: clamp(36px, 4vw, 56px) !important;
}
.orphea-track-order-panel > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.orphea-track-order-copy > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: initial;
  color: #fffdf8;
}
.orphea-track-order-copy .orphea-eyebrow {
  margin: 0 0 18px !important;
  color: rgba(255,255,255,.66);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.orphea-track-order-copy .orphea-eyebrow p,
.orphea-track-lead p,
.orphea-track-helper p {
  margin: 0;
}
.orphea-track-title .elementor-heading-title {
  max-width: 460px;
  margin: 0;
  color: #fffdf8;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 4.4vw, 64px);
  font-weight: 400;
  line-height: .98;
}
.orphea-track-lead {
  max-width: 450px;
  margin: 24px 0 0 !important;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.65;
}
.orphea-track-helper {
  max-width: 450px;
  margin: 32px 0 0 !important;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.6;
}
.orphea-track-helper a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
.orphea-track-order-panel .elementor-shortcode {
  width: 100%;
}
.orphea-track-order-form {
  margin: 0;
}
.orphea-track-order-form__intro {
  margin-bottom: 30px;
}
.orphea-track-order-form__intro .orphea-eyebrow {
  margin: 0 0 10px;
  color: var(--ol-olive-2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.orphea-track-order-form__intro p:not(.orphea-eyebrow) {
  max-width: 520px;
  margin: 0;
  color: rgba(48,55,44,.7);
  font-size: 15px;
  line-height: 1.65;
}
.orphea-track-order-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.orphea-track-order-form .form-row {
  margin: 0;
}
.orphea-track-order-form label {
  display: block;
  margin-bottom: 9px;
  color: var(--ol-ink);
  font-size: 12px;
  font-weight: 600;
}
.orphea-track-order-form .input-text {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--ol-line);
  border-radius: 8px;
  background: var(--ol-ivory);
  color: var(--ol-ink);
  font-size: 15px;
  outline: 0;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.orphea-track-order-form .input-text:focus {
  border-color: var(--ol-olive);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(47,63,45,.08);
}
.orphea-track-order-submit {
  margin-top: 22px !important;
}
.orphea-track-order-submit .tf-btn {
  min-width: 190px;
  min-height: 50px;
  padding: 0 24px !important;
  border-radius: 8px !important;
}
body.page-id-4575 .orphea-track-order-page .woocommerce-error,
body.page-id-4575 .orphea-track-order-page .woocommerce-info,
body.page-id-4575 .orphea-track-order-page .woocommerce-message {
  margin: 0 0 24px !important;
  padding: 15px 17px !important;
  border: 1px solid var(--ol-line);
  border-left: 3px solid var(--ol-olive);
  border-radius: 8px;
  background: var(--ol-ivory);
  color: var(--ol-ink);
  list-style: none;
  box-shadow: none;
}
body.page-id-4575 .orphea-track-order-page .woocommerce-error {
  border-left-color: #b8202f;
}
body.page-id-4575 .orphea-track-order-page .woocommerce-error::before,
body.page-id-4575 .orphea-track-order-page .woocommerce-info::before,
body.page-id-4575 .orphea-track-order-page .woocommerce-message::before,
body.page-id-4575 .orphea-track-order-page .woocommerce-error::after,
body.page-id-4575 .orphea-track-order-page .woocommerce-info::after,
body.page-id-4575 .orphea-track-order-page .woocommerce-message::after {
  display: none !important;
}
body.page-id-4575 .orphea-track-order-page .woocommerce-error li,
body.page-id-4575 .orphea-track-order-page .woocommerce-info li,
body.page-id-4575 .orphea-track-order-page .woocommerce-message li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-order-tracking-result {
  width: 100%;
}
.orphea-track-result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 28px 31px;
  border: 1px solid var(--ol-line);
  border-radius: 8px;
  background: #fff;
}
.orphea-track-result-head .orphea-eyebrow {
  margin: 0 0 8px;
  color: var(--ol-olive-2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.orphea-track-result-head h2 {
  margin: 0 0 8px;
  color: var(--ol-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1;
}
.orphea-order-tracking-result .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.orphea-order-tracking-result .row > * {
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
}
.orphea-order-tracking-result .col-lg-8 {
  width: 64%;
}
.orphea-order-tracking-result .col-lg-4 {
  width: 36%;
}
.orphea-order-tracking-result .mt-24 {
  margin-top: 24px;
}
.orphea-track-order-page:has(.orphea-order-tracking-result) > .elementor-container {
  flex-wrap: wrap;
  gap: 24px;
  overflow: visible;
  border: 0;
  background: transparent;
}
.orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-order-copy,
.orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-order-panel {
  flex: 0 0 100%;
  width: 100% !important;
}
.orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-order-copy {
  overflow: hidden;
  border: 1px solid var(--ol-line);
  border-radius: 8px;
}
.orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-order-copy > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
  grid-template-areas:
    "kicker kicker"
    "title lead"
    "title helper";
  min-height: 0;
  padding: 38px 48px !important;
  column-gap: 56px;
  row-gap: 12px;
}
.orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-order-copy .orphea-eyebrow {
  grid-area: kicker;
  margin: 0 !important;
}
.orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-title {
  grid-area: title;
  margin: 0 !important;
}
.orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-title .elementor-heading-title {
  max-width: 520px;
  font-size: clamp(40px, 4vw, 56px);
}
.orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-lead {
  grid-area: lead;
  align-self: end;
  margin: 0 !important;
}
.orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-helper {
  grid-area: helper;
  align-self: start;
  margin: 0 !important;
  padding-top: 14px;
}
.orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-order-panel {
  background: transparent;
}
.orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-order-panel > .elementor-widget-wrap {
  display: block;
  min-height: 0;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .orphea-track-order-page > .elementor-container {
    flex-direction: column;
  }
  .orphea-track-order-copy,
  .orphea-track-order-panel,
  .orphea-order-tracking-result .col-lg-8,
  .orphea-order-tracking-result .col-lg-4 {
    width: 100% !important;
  }
  .orphea-order-tracking-result .col-right {
    margin-top: 24px;
  }
  .orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-order-copy > .elementor-widget-wrap {
    display: flex;
    min-height: 0;
    padding: 36px !important;
  }
  .orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-lead {
    margin-top: 20px !important;
  }
  .orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-helper {
    margin-top: 24px !important;
  }
}
@media (max-width: 640px) {
  .orphea-track-order-page {
    padding: 36px 0 56px;
  }
  .orphea-track-order-page > .elementor-container {
    width: min(calc(100% - 28px), 1280px) !important;
  }
  .orphea-track-order-copy > .elementor-widget-wrap,
  .orphea-track-order-panel > .elementor-widget-wrap {
    min-height: 0;
    padding: 30px 22px !important;
  }
  .orphea-track-title .elementor-heading-title {
    font-size: 38px;
    line-height: 1;
  }
  .orphea-track-lead {
    margin-top: 20px !important;
    font-size: 15px;
  }
  .orphea-track-helper {
    margin-top: 24px !important;
    padding-top: 16px;
  }
  .orphea-track-order-fields {
    grid-template-columns: 1fr;
  }
  .orphea-track-order-submit .tf-btn {
    width: 100%;
  }
  .orphea-track-result-head {
    flex-direction: column;
    padding: 22px;
  }
  .orphea-track-result-head h2 {
    font-size: 30px;
  }
  .orphea-track-order-page:has(.orphea-order-tracking-result) > .elementor-container {
    gap: 18px;
  }
  .orphea-track-order-page:has(.orphea-order-tracking-result) .orphea-track-order-copy > .elementor-widget-wrap {
    padding: 28px 22px !important;
  }
  .orphea-order-tracking-result .account-order_item .order-heading,
  .orphea-order-tracking-result .account-order_item .order-content,
  .orphea-order-tracking-result .box-summary,
  .orphea-order-tracking-result .box-shipping,
  .orphea-order-tracking-result .account-address_item {
    padding: 20px;
  }
}

/* WooCommerce single product: dynamic Rosaline product-right-thumbnail fidelity layer. */
body.single-product {
  background: #fff;
  overflow-x: hidden;
}
body.single-product .site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}
body.single-product .ol-topbar {
  min-height: 40px;
}
body.single-product .ol-topbar__inner {
  min-height: 40px;
  font-size: 12px;
}
body.single-product .ol-header {
  position: sticky;
  top: 0;
}
body.single-product .ol-header__inner {
  height: 53px;
}
body.single-product .ol-logo {
  width: 82px;
}
body.single-product .ol-logo img {
  height: 46px;
}
body.single-product .ol-menu a {
  font-size: 12px;
}
body.single-product .woocommerce-notices-wrapper {
  width: 1470px;
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 24px 0;
  box-sizing: border-box;
  background: #fff;
}
body.single-product .woocommerce-notices-wrapper:empty {
  display: none;
}
body.single-product .ol-main > .woocommerce-message,
body.single-product .ol-main > .woocommerce-info,
body.single-product .ol-main > .woocommerce-error {
  width: min(1422px, calc(100% - 48px));
  margin: 18px auto 0 !important;
}
body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  margin: 0 !important;
  padding: 16px 18px 16px 58px !important;
  border: 1px solid rgba(48,55,44,.14) !important;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #fbf8f1 100%) !important;
  color: #30372c !important;
  box-shadow: 0 18px 46px rgba(48,55,44,.08);
  font-size: 14px;
  line-height: 1.45;
  overflow: hidden;
}
body.single-product .woocommerce-message {
  border-color: rgba(48,55,44,.16) !important;
}
body.single-product .woocommerce-message::before,
body.single-product .woocommerce-info::before,
body.single-product .woocommerce-error::before {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  font-size: 13px;
  line-height: 1;
}
body.single-product .woocommerce-message::before {
  content: "\e95a";
  background: rgba(48,55,44,.1);
  color: #30372c;
}
body.single-product .woocommerce-info::before {
  content: "\e95c";
  background: rgba(28,111,136,.1);
  color: #1c6f88;
}
body.single-product .woocommerce-error::before {
  content: "\e962";
  background: rgba(184,32,47,.1);
  color: #b8202f;
}
body.single-product .woocommerce-message::after,
body.single-product .woocommerce-info::after,
body.single-product .woocommerce-error::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #30372c;
}
body.single-product .woocommerce-info::after {
  background: #1c6f88;
}
body.single-product .woocommerce-error::after {
  background: #b8202f;
}
body.single-product .woocommerce-message .button.wc-forward,
body.single-product .woocommerce-info .button.wc-forward,
body.single-product .woocommerce-error .button.wc-forward {
  order: 2;
  flex: 0 0 auto;
  margin-left: auto;
  min-height: 42px;
  padding: 0 18px !important;
  border: 1px solid #30372c !important;
  border-radius: 8px !important;
  background: #30372c !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .02em !important;
  line-height: 42px !important;
  text-transform: uppercase;
  white-space: nowrap;
}
body.single-product .woocommerce-message .button.wc-forward:hover,
body.single-product .woocommerce-info .button.wc-forward:hover,
body.single-product .woocommerce-error .button.wc-forward:hover {
  border-color: var(--product-accent, #555a48) !important;
  background: var(--product-accent, #555a48) !important;
  color: #fff !important;
}
.orphea-product-page {
  background: #fff;
  color: var(--ol-olive-2);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}
.orphea-product-page *,
.orphea-product-page *::before,
.orphea-product-page *::after {
  box-sizing: border-box;
}
.orphea-product-page .container {
  width: 1470px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.orphea-product-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.orphea-product-page .row > * {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.orphea-product-page .d-flex { display: flex; }
.orphea-product-page .align-items-center { align-items: center; }
.orphea-product-page .align-items-end { align-items: flex-end; }
.orphea-product-page .w-100 { width: 100%; }
.orphea-product-page .text-center { text-align: center; }
.orphea-product-page .text-uppercase { text-transform: uppercase; }
.orphea-product-page .position-relative { position: relative; }
.orphea-product-page .sticky-top { position: sticky; top: 78px; }
.orphea-product-page .fw-normal { font-weight: 400; }
.orphea-product-page .font-instrument_serif {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0 !important;
}
.orphea-product-page .cl-text-5 {
  color: var(--ol-muted);
}
.orphea-product-page .text-body-xs {
  font-size: 12px;
  line-height: 1.45;
}
.orphea-product-page .text-body-s {
  font-size: 14px;
  line-height: 1.45;
}
.orphea-product-page .text-body-l {
  font-size: 22px;
  line-height: 1.3;
}
.orphea-product-page .gap-6 { gap: 6px; }
.orphea-product-page .mb-0 { margin-bottom: 0; }
.orphea-product-page .mb-4 { margin-bottom: 4px; }
.orphea-product-page .mb-6 { margin-bottom: 6px; }
.orphea-product-page .mb-12 { margin-bottom: 12px; }
.orphea-product-page a {
  color: inherit;
  text-decoration: none;
}
.orphea-product-page .link-underline {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .28s ease, color .28s ease;
}
.orphea-product-page .link-underline:hover {
  background-size: 100% 1px;
}
.orphea-product-page .orphea-product-breadcrumb {
  background: #fff;
  border-top: 1px solid rgba(30,38,24,.08);
  border-bottom: 1px solid rgba(30,38,24,.08);
  padding: 18px 0;
}
.orphea-product-page .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #31412c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
}
.orphea-product-page .breadcrumb li {
  display: inline-flex;
  align-items: center;
}
.orphea-product-page .breadcrumb .icon {
  font-size: 12px;
}
.orphea-product-page .orphea-product-single {
  background: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
}
.orphea-product-page .product-thumbs-slider {
  display: flex;
}
.orphea-product-page .product-thumbs-slider.style-row {
  gap: 16px;
}
.orphea-product-page .orphea-product-media .flat-wrap-media-product {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(30,38,24,.1);
  border-radius: 8px;
  background: #faf9f5;
}
.orphea-product-page .tf-product-media-main {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.orphea-product-page .tf-product-media-main .swiper-wrapper,
.orphea-product-page .tf-product-media-thumbs .swiper-wrapper,
.orphea-product-page .orphea-related-carousel .swiper-wrapper {
  display: flex;
}
.orphea-product-page .tf-product-media-main .swiper-wrapper,
.orphea-product-page .tf-product-media-main .swiper-slide,
.orphea-product-page .orphea-gallery-item {
  height: 100%;
}
.orphea-product-page .tf-product-media-main .swiper-slide {
  flex: 0 0 100%;
  width: 100%;
}
.orphea-product-page .orphea-gallery-item {
  position: relative;
  min-height: 600px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #faf9f5;
}
.orphea-product-page .orphea-gallery-item img,
.orphea-product-page .orphea-gallery-item.is-product img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  padding: 0;
  filter: none;
}
.orphea-product-page .orphea-gallery-item.is-context img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}
.orphea-product-page .group-btn-nav {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}
.orphea-product-page .tf-sw-nav {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30,38,24,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  color: #30372c;
  box-shadow: 0 14px 32px rgba(30,38,24,.1);
  cursor: pointer;
  pointer-events: auto;
  transition: all .25s ease;
}
.orphea-product-page .tf-sw-nav:hover {
  background: var(--product-accent);
  border-color: var(--product-accent);
  color: #fff;
}
.orphea-product-page .tf-product-media-thumbs {
  flex-shrink: 0;
  margin: 0;
}
.orphea-product-page .tf-product-media-thumbs .swiper-wrapper {
  flex-direction: column;
  gap: 16px;
}
.orphea-product-page .tf-product-media-thumbs .swiper-slide {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.orphea-product-page .tf-product-media-thumbs .item {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(30,38,24,.1);
  border-radius: 8px;
  background: #fff;
  opacity: .6;
  transition: opacity .3s ease, border-color .3s ease;
}
.orphea-product-page .tf-product-media-thumbs .item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--product-accent);
  border-radius: 8px;
  opacity: 0;
  transition: opacity .3s ease;
}
.orphea-product-page .tf-product-media-thumbs .swiper-slide-thumb-active .item {
  opacity: 1;
}
.orphea-product-page .tf-product-media-thumbs .swiper-slide-thumb-active .item::after {
  opacity: 1;
}
.orphea-product-page .tf-product-media-thumbs .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}
.orphea-product-page .tf-product-media-thumbs .item.is-context img {
  object-fit: cover;
  padding: 0;
}
.orphea-product-page .tf-product-info-wrap {
  margin-top: 0;
}
.orphea-product-page .tf-product-info-wrap .tf-product-info-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.orphea-product-page .tf-product-info-list > *,
.orphea-product-page .tf-product-info-heading,
.orphea-product-page .tf-product-variant,
.orphea-product-page .tf-product-total-quantity,
.orphea-product-page .tf-product-total-quantity .group-action {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
.orphea-product-page .orphea-product-info {
  padding-left: clamp(20px, 4vw, 54px);
}
.orphea-product-page .tf-product-info-heading {
  display: grid;
  place-items: start;
  gap: 18px;
}
.orphea-product-page .product-infor-badge {
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-product-page .product-badge_item {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 99px;
  background: var(--product-accent);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
.orphea-product-page .orphea-demo-badge {
  background: #f2ede1;
  color: #31412c;
}
.orphea-product-page .product-infor-meta {
  display: flex;
  align-items: center;
  gap: 6px;
}
.orphea-product-page .star-wrap {
  display: flex;
  align-items: center;
  gap: 1px;
  color: var(--ol-gold);
}
.orphea-product-page .product-infor-name {
  margin: 0;
  color: #20321f;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: break-word;
}
.orphea-product-page .orphea-product-lead {
  max-width: 620px;
  margin: 0;
  color: #5e6657;
  font-size: 16px;
  line-height: 1.7;
}
.orphea-product-page .product-infor-list-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-product-page .product-infor-list-tag li {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(30,38,24,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #31412c;
}
.orphea-product-page .product-infor-list-tag li i {
  color: var(--product-accent);
}
.orphea-product-page .product-infor-price .price-on-sale,
.orphea-product-page .product-infor-price .amount,
.orphea-product-page .text-primary {
  color: var(--product-accent) !important;
}
.orphea-product-page .product-infor-price .price-on-sale {
  display: inline-flex;
  font-size: 24px;
  font-weight: 500;
}
.orphea-product-page .product-infor-price p {
  margin: 0;
}
.orphea-product-page .orphea-product-data {
  padding: 18px;
  border: 1px solid rgba(30,38,24,.1);
  border-radius: 18px;
  background: rgba(247,244,236,.52);
}
.orphea-product-page .orphea-product-data p {
  margin-top: 0;
}
.orphea-product-page .orphea-data-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.orphea-product-page .orphea-data-grid span {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  padding: 10px 12px;
  border: 1px solid rgba(30,38,24,.12);
  border-radius: 14px;
  background: #fbfaf6;
  color: #31412c;
  font-size: 13px;
  line-height: 1.35;
}
.orphea-product-page .orphea-data-grid em {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #7a806f;
  font-size: 10px;
  line-height: 1.2;
}
.orphea-product-page .orphea-data-grid strong {
  color: #283326;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}
.orphea-product-page .tf-product-variant {
  display: grid;
  gap: 24px;
}
.orphea-product-page .tf-product-total-quantity {
  display: grid;
  gap: 16px;
}
.orphea-product-page .tf-product-total-quantity .orphea-product-form {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
.orphea-product-page .tf-product-total-quantity .group-action {
  display: flex;
  align-items: center;
  gap: 8px;
}
.orphea-product-page .wg-quantity {
  flex: 0 0 auto;
  height: 48px;
  min-width: 142px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  border: 1px solid rgba(17,17,17,.12);
  border-radius: 20px;
  background: #fff;
}
.orphea-product-page .btn-quantity {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #30372c;
  cursor: pointer;
}
.orphea-product-page .quantity-product {
  width: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #30372c;
  font-size: 15px;
  text-align: center;
  outline: none;
}
.orphea-product-page .tf-btn,
.orphea-product-page button.tf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px !important;
  border: 1px solid #111;
  border-radius: 20px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease;
}
.orphea-product-page .tf-btn.style-2 {
  border-color: var(--ol-olive-2) !important;
  background: var(--ol-olive-2) !important;
}
.orphea-product-page .tf-btn:hover,
.orphea-product-page button.tf-btn:hover {
  border-color: var(--product-accent) !important;
  background: var(--product-accent) !important;
  color: #fff !important;
}
.orphea-product-page .tf-product-extra-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.orphea-product-page .tf-product-extra-link .product-extra-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #31412c;
  font: inherit;
  cursor: pointer;
}
.orphea-product-page .tf-product-extra-link .product-extra-icon:hover {
  color: var(--product-accent);
}
.orphea-product-page .orphea-product-assurance {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(30,38,24,.1);
  border-radius: 18px;
  background: #f7f4ec;
}
.orphea-product-page .orphea-product-assurance div {
  display: flex;
  gap: 10px;
  color: #31412c;
  font-size: 14px;
  line-height: 1.55;
}
.orphea-product-page .orphea-product-assurance i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--product-accent);
}
.orphea-product-page .tf-product-lineUp {
  padding: 24px 0;
}
.orphea-product-page .lineUp-heading {
  margin-bottom: 14px;
}
.orphea-product-page .lineUp-heading h6 {
  margin: 0 0 6px;
  color: #20321f;
  font-size: 26px;
  line-height: 1.1;
}
.orphea-product-page .lineUp-heading p {
  margin: 0;
}
.orphea-product-page .line-up_list {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.orphea-product-page .line-up_item {
  flex: 1 0 200px;
  display: grid;
  place-items: center;
  gap: 12px;
  min-width: 200px;
  padding: 10px;
  border: 1px solid rgba(30,38,24,.1);
  border-radius: 18px;
  background: #fff;
  text-align: center;
}
.orphea-product-page .line-up_item .image {
  display: flex;
  width: 100%;
  aspect-ratio: .8299595142;
  overflow: hidden;
  border-radius: 14px;
  background: #faf9f5;
}
.orphea-product-page .line-up_item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  transition: transform .4s ease;
}
.orphea-product-page .line-up_item:hover .image img {
  transform: scale(1.04);
}
.orphea-product-page .line-up_item .content {
  display: grid;
  place-items: center;
  gap: 6px;
}
.orphea-product-page .line-up_item .content a {
  color: #30372c;
  font-size: 14px;
  line-height: 1.35;
}
.orphea-product-page .line-up_item .price-wrap {
  color: var(--product-accent);
  font-size: 14px;
}
.orphea-product-page .orphea-lineup-form {
  margin: 0;
}
.orphea-product-page .line-up_item .btn-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 24px;
  border: 0;
  border-radius: 99px;
  background: #111;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: background .3s ease;
}
.orphea-product-page .line-up_item .btn-action:hover {
  background: var(--product-accent);
}
.orphea-product-page .tf-product-accordion .accordion-item {
  position: relative;
}
.orphea-product-page .tf-product-accordion .accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(17,17,17,.1);
}
.orphea-product-page .tf-product-accordion .accordion-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  scroll-margin-top: 120px;
  scroll-margin-bottom: 140px;
  min-height: 66px;
  padding: 20px 0;
  color: #20321f;
  font-size: 24px;
  line-height: 1.15;
  cursor: pointer;
}
.orphea-product-page .tf-product-accordion .accordion-item:first-child .accordion-action {
  padding-top: 0;
}
.orphea-product-page .ic-accordion-custom {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
.orphea-product-page .ic-accordion-custom::before,
.orphea-product-page .ic-accordion-custom::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  width: 16px;
  height: 1px;
  background: currentColor;
  transition: transform .25s ease;
}
.orphea-product-page .ic-accordion-custom::after {
  transform: rotate(90deg);
}
.orphea-product-page .accordion-action:not(.collapsed) .ic-accordion-custom::after {
  transform: rotate(0deg);
}
.orphea-product-page .collapse:not(.show) {
  display: none;
}
.orphea-product-page .accordion-content {
  padding: 0 0 24px;
  color: var(--ol-muted);
  font-size: 15px;
  line-height: 1.75;
}
.orphea-product-page .accordion-content p {
  margin-top: 0;
}
.orphea-product-page .product-desc_benefit {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-product-page .orphea-accordion-benefits .item {
  display: flex;
  gap: 14px;
}
.orphea-product-page .orphea-accordion-benefits .item i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--product-accent);
  font-size: 24px;
}
.orphea-product-page .orphea-accordion-benefits .title {
  margin: 0 0 4px;
  color: #20321f;
}
.orphea-product-page .orphea-accordion-benefits .desc {
  margin: 0;
}
.orphea-product-page .tf-sticky-btn-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  padding: 0 16px 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all .3s linear;
  pointer-events: none;
}
.orphea-product-page .tf-sticky-btn-atc.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.orphea-product-page .tf-sticky-btn-atc .ctn-wrap {
  border: 1px solid rgba(30,38,24,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 88px -18px rgba(47,55,39,.28);
  backdrop-filter: blur(16px);
}
.orphea-product-page .tf-sticky-btn-atc .tf-height-observer {
  display: flex;
  align-items: center;
  padding: 16px 0;
  gap: 16px;
  justify-content: space-between;
}
.orphea-product-page .tf-sticky-atc-product {
  flex: 1 1 auto;
  min-width: 0;
  gap: 15px;
}
.orphea-product-page .atc-product-side {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.orphea-product-page .atc-product-side .prd_img {
  max-width: 74px;
  overflow: hidden;
  border-radius: 6px;
  background: #faf9f5;
}
.orphea-product-page .atc-product-side .prd_img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: .8409090909;
  object-fit: contain;
  padding: 6px;
}
.orphea-product-page .atc-product-side .prd_info {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.orphea-product-page .atc-product-side .name__prd {
  margin: 0;
  color: #30372c;
  max-width: min(42vw, 560px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.orphea-product-page .tf-sticky-atc-infos {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
  width: auto;
  max-width: none;
  margin: 0 0 0 auto;
}
.orphea-product-page .tf-sticky-atc-infos .wg-quantity {
  width: auto;
  min-width: 142px;
}
.orphea-product-page .tf-sticky-atc-infos .btn-add-to-cart {
  min-width: 172px;
  white-space: nowrap;
}
.orphea-product-page .tf-sticky-atc-infos .btn-add-to-cart {
  border-color: var(--product-accent) !important;
  background: var(--product-accent) !important;
}
.orphea-detail-science {
  padding-top: 88px;
  padding-bottom: 88px;
  background: #f7f4ec;
}
.orphea-detail-science .orphea-eyebrow {
  margin: 0 0 10px;
  color: #31412c;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
}
.orphea-detail-science h3 {
  margin-top: 0;
  color: #20321f;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
}
.orphea-detail-science p {
  margin-bottom: 0;
  color: var(--ol-muted);
  font-size: 16px;
  line-height: 1.65;
}
.orphea-detail-science .orphea-science-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.orphea-detail-science article {
  min-height: 178px;
  padding: 22px;
  border: 1px solid rgba(30,38,24,.1);
  border-radius: 18px;
  background: #fff;
}
.orphea-detail-science article span {
  display: block;
  margin-bottom: 16px;
  color: var(--product-accent);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.orphea-detail-science article h6 {
  margin: 0 0 8px;
  color: #20321f;
  font-size: 20px;
  line-height: 1.2;
}
.orphea-detail-science article p {
  font-size: 14px;
  line-height: 1.6;
}
.orphea-product-landing {
  padding: 96px 0;
  overflow: hidden;
  scroll-margin-top: 112px;
}
.orphea-product-landing + .orphea-product-landing {
  padding-top: 0;
}
.orphea-product-focus-section {
  background: linear-gradient(180deg, #fff 0%, #fbfaf6 100%);
}
.orphea-product-focus-grid,
.orphea-product-tech-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}
.orphea-product-tech-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
}
.orphea-product-landing-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 0;
  background: #f7f4ec;
}
.orphea-product-landing-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}
.orphea-product-focus-section .orphea-product-landing-media {
  border: 1px solid rgba(32,50,31,.08);
  border-radius: 26px;
}
.orphea-product-landing-copy {
  max-width: 660px;
}
.orphea-product-kicker {
  margin: 0 0 15px;
  color: var(--product-accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.orphea-product-landing-copy h2,
.orphea-product-reviews-intro h2,
.orphea-product-genoscope-copy h2 {
  margin: 0 0 18px;
  color: #20321f;
  font-size: clamp(38px, 4.3vw, 66px);
  line-height: .98;
  letter-spacing: 0;
}
.orphea-product-richtext {
  color: #4f574b;
  font-size: 16px;
  line-height: 1.75;
}
.orphea-product-richtext p {
  margin: 0 0 14px;
}
.orphea-product-richtext p:last-child {
  margin-bottom: 0;
}
.orphea-product-focus-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}
.orphea-product-focus-cards article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(32,50,31,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 46px rgba(32,50,31,.06);
}
.orphea-product-focus-cards i,
.orphea-product-active-list i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--product-accent) 13%, #fff);
  color: var(--product-accent);
  font-size: 17px;
}
.orphea-product-focus-cards h3,
.orphea-product-active-list h3 {
  margin: 0 0 8px;
  color: #20321f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}
.orphea-product-focus-cards p,
.orphea-product-active-list p {
  margin: 0;
  color: #65705f;
  font-size: 14px;
  line-height: 1.58;
}
.orphea-product-technology-section {
  padding-top: 96px;
  background: #202422;
  color: #f8faf5;
}
.orphea-product-technology-section .orphea-product-landing-copy h2,
.orphea-product-technology-section .orphea-product-active-list h3 {
  color: #f8faf5;
}
.orphea-product-technology-section .orphea-product-richtext,
.orphea-product-technology-section .orphea-product-active-list p {
  color: rgba(248,250,245,.74);
}
.orphea-product-technology-section .orphea-product-landing-media {
  border-radius: 28px;
  background: #2b302b;
}
.orphea-product-active-list {
  display: grid;
  gap: 12px;
  margin-top: 32px;
}
.orphea-product-active-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(248,250,245,.14);
}
.orphea-product-active-list i {
  margin-bottom: 0;
  background: rgba(248,250,245,.1);
  color: #f8faf5;
}
.orphea-product-genoscope-section {
  padding-top: 96px;
  background: #202422;
}
.orphea-product-genoscope-panel {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(248,250,245,.16);
  border-radius: 30px;
  background: #f7f4ec;
}
.orphea-product-genoscope-image {
  min-height: 520px;
  overflow: hidden;
}
.orphea-product-genoscope-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}
.orphea-product-genoscope-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}
.orphea-product-genoscope-copy h2 {
  max-width: 620px;
}
.orphea-product-genoscope-copy .tf-btn {
  width: fit-content;
  margin-top: 30px;
}
.orphea-product-tabs-section {
  padding: 72px 0 86px;
  background: #fbfaf6;
  overflow: hidden;
  scroll-margin-top: 112px;
}
.orphea-product-tabs {
  overflow: hidden;
  border: 1px solid rgba(32,50,31,.1);
  border-radius: 28px;
  background: #fffdf7;
  box-shadow: 0 22px 70px rgba(32,50,31,.06);
}
.orphea-product-tabs-nav {
  display: flex;
  gap: 0;
  padding: 0 clamp(18px, 3vw, 34px);
  border-bottom: 1px solid rgba(32,50,31,.1);
  overflow-x: auto;
  scrollbar-width: none;
}
.orphea-product-tabs-nav::-webkit-scrollbar {
  display: none;
}
.orphea-product-tab-button {
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 clamp(16px, 2.2vw, 30px);
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #697061;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition: color .22s ease, border-color .22s ease, background-color .22s ease;
}
.orphea-product-tab-button:hover,
.orphea-product-tab-button.is-active {
  color: #20321f;
  border-color: var(--product-accent);
}
.orphea-product-tab-button.is-active {
  background: linear-gradient(180deg, rgba(255,255,255,0), color-mix(in srgb, var(--product-accent) 6%, transparent));
}
.orphea-product-tabs-body {
  padding: clamp(28px, 5vw, 58px);
}
.orphea-product-tab-panel[hidden] {
  display: none !important;
}
.orphea-product-tab-panel {
  animation: orpheaProductTabIn .28s ease both;
}
@keyframes orpheaProductTabIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.orphea-product-tab-copy {
  max-width: 820px;
}
.orphea-product-tab-copy h2,
.orphea-product-tabs-section .orphea-product-reviews-intro h2 {
  margin: 0 0 18px;
  color: #20321f;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 400;
  line-height: 1.04;
}
.orphea-product-tab-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.orphea-product-tab-meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(32,50,31,.12);
  border-radius: 999px;
  background: #fbfaf6;
  color: #56604f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.orphea-product-tabs-section .orphea-product-focus-cards {
  margin-top: 26px;
}
.orphea-product-tabs-section .orphea-product-active-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 28px;
}
.orphea-product-tabs-section .orphea-product-active-list article {
  border-top-color: rgba(32,50,31,.1);
}
.orphea-product-tabs-section .orphea-product-active-list i {
  background: color-mix(in srgb, var(--product-accent) 13%, #fff);
  color: var(--product-accent);
}
.orphea-product-genoscope-tab {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .46fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}
.orphea-product-tabs-section .orphea-product-genoscope-image {
  min-height: 360px;
  border-radius: 24px;
  background: #f7f4ec;
}
.orphea-product-genoscope-tab .tf-btn {
  margin-top: 34px;
}
.orphea-product-tabs-section .orphea-product-genoscope-copy,
.orphea-product-tabs-section .orphea-product-reviews-panel {
  padding: 0;
}
.orphea-product-tabs-section .orphea-product-reviews-grid {
  gap: clamp(26px, 4vw, 58px);
}
.orphea-product-tabs-section .orphea-product-reviews-intro {
  position: static;
}
.orphea-product-tabs-section .orphea-product-reviews-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.orphea-product-reviews-section {
  background: #fbfaf6;
}
.orphea-product-reviews-grid {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, .58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.orphea-product-reviews-intro {
  position: sticky;
  top: 96px;
}
.orphea-product-reviews-intro p:not(.orphea-product-kicker) {
  max-width: 360px;
  margin: 0 0 18px;
  color: #60705b;
  font-size: 16px;
  line-height: 1.65;
}
.orphea-product-rating-line .star-rating,
.orphea-product-rating-line .orphea-empty-stars {
  display: inline-flex;
  color: var(--product-accent);
  font-size: 18px;
  letter-spacing: .12em;
}
.orphea-product-reviews-panel {
  padding: clamp(22px, 3.6vw, 44px);
  border: 1px solid rgba(32,50,31,.1);
  border-radius: 28px;
  background: #fffdf7;
  box-shadow: 0 22px 70px rgba(32,50,31,.07);
}
.orphea-product-reviews-panel #reviews,
.orphea-product-reviews-panel .woocommerce-Reviews {
  margin: 0;
}
.orphea-product-reviews-panel .woocommerce-Reviews-title,
.orphea-product-reviews-panel #reply-title,
.orphea-product-reviews-panel .comment-reply-title {
  margin: 0 0 18px;
  color: #20321f;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 1.12;
}
.orphea-product-reviews-panel .woocommerce-noreviews {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid rgba(32,50,31,.1);
  border-radius: 18px;
  background: #f7f4ec;
  color: #4f574b;
}
.orphea-product-reviews-panel .commentlist {
  display: grid;
  gap: 16px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}
.orphea-product-reviews-panel .comment_container {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(32,50,31,.1);
  border-radius: 22px;
  background: #fbfaf6;
}
.orphea-product-reviews-panel .avatar {
  width: 54px;
  height: 54px;
  border-radius: 999px;
}
.orphea-product-reviews-panel .comment-text {
  min-width: 0;
}
.orphea-product-reviews-panel .meta,
.orphea-product-reviews-panel .description {
  margin: 0;
  color: #4f574b;
  font-size: 14px;
  line-height: 1.65;
}
.orphea-product-reviews-panel .star-rating {
  color: var(--product-accent);
}
.orphea-product-reviews-panel .comment-form-rating .stars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 22px;
}
.orphea-product-reviews-panel .comment-form-rating .stars a {
  width: 34px;
  height: 34px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(32,50,31,.14);
  border-radius: 999px;
  background: #fff;
  color: transparent;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease;
}
.orphea-product-reviews-panel .comment-form-rating .stars a::before {
  content: "\2605";
  font-family: Georgia, "Times New Roman", serif;
  color: var(--product-accent);
  font-size: 17px;
  line-height: 1;
}
.orphea-product-reviews-panel .comment-form-rating .stars a:hover,
.orphea-product-reviews-panel .comment-form-rating .stars a.active {
  border-color: var(--product-accent);
  background: color-mix(in srgb, var(--product-accent) 10%, #fff);
}
.orphea-product-reviews-panel .comment-form {
  display: grid;
  gap: 14px;
}
.orphea-product-reviews-panel .comment-form label {
  display: block;
  margin-bottom: 7px;
  color: #20321f;
  font-size: 13px;
  font-weight: 500;
}
.orphea-product-reviews-panel input[type="text"],
.orphea-product-reviews-panel input[type="email"],
.orphea-product-reviews-panel textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 15px;
  border: 1px solid rgba(32,50,31,.14);
  border-radius: 18px;
  background: #fff;
  color: #20321f;
  outline: none;
}
.orphea-product-reviews-panel textarea {
  min-height: 132px;
  resize: vertical;
}
.orphea-product-reviews-panel .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 0;
}
.orphea-product-reviews-panel .comment-form-cookies-consent input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--product-accent);
}
.orphea-product-reviews-panel .comment-form-cookies-consent label {
  flex: 1 1 auto;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}
.orphea-product-reviews-panel input:focus,
.orphea-product-reviews-panel textarea:focus {
  border-color: var(--product-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--product-accent) 12%, transparent);
}
.orphea-product-reviews-panel .form-submit {
  margin: 6px 0 0;
}
.orphea-product-reviews-panel .submit {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--ol-olive-2);
  border-radius: 20px;
  background: var(--ol-olive-2);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all .25s ease;
}
.orphea-product-reviews-panel .submit:hover {
  border-color: var(--product-accent);
  background: var(--product-accent);
}
.orphea-product-reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity .65s ease, transform .65s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}
.orphea-product-reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.orphea-product-reveal[data-reveal-delay="1"] { transition-delay: .08s; }
.orphea-product-reveal[data-reveal-delay="2"] { transition-delay: .16s; }
.orphea-product-reveal[data-reveal-delay="3"] { transition-delay: .24s; }
.orphea-product-related {
  padding-top: 76px;
  padding-bottom: 88px;
  background: #fff;
}
.orphea-product-related .sect-heading-v2 {
  max-width: 720px;
  margin: 0 auto 42px;
}
.orphea-product-related .s-title {
  margin: 0 0 12px;
  color: #20321f;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.05;
}
.orphea-product-related .s-desc {
  margin: 0;
  color: var(--ol-muted);
  font-size: 16px;
  line-height: 1.6;
}
.orphea-related-carousel {
  overflow: hidden;
}
.orphea-related-carousel .tf-swiper {
  overflow: hidden;
}
.orphea-related-carousel .swiper-wrapper {
  will-change: transform;
  transition: transform .35s ease;
}
.orphea-related-carousel .swiper-wrapper.is-dragging {
  transition: none;
  cursor: grabbing;
}
.orphea-related-carousel .swiper-slide {
  flex: 0 0 auto;
  min-width: 0;
}
.orphea-related-carousel .orphea-shop-card.card-product {
  height: 100%;
}
.orphea-product-page .group-nav_number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 38px;
}
.orphea-product-page .btn-nav_direc {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(17,17,17,.14);
  border-radius: 50%;
  background: #fff;
  color: #30372c;
  cursor: pointer;
  transition: all .25s ease;
}
.orphea-product-page .btn-nav_direc:hover:not(:disabled) {
  border-color: #30372c;
  background: #30372c;
  color: #fff;
}
.orphea-product-page .btn-nav_direc:disabled {
  opacity: .35;
  cursor: default;
}
.orphea-product-page .sw-number-default {
  min-width: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #30372c;
  font-size: 13px;
  letter-spacing: .08em;
}
@media (max-width: 1199px) {
  .orphea-product-landing {
    padding: 76px 0;
  }
  .orphea-product-focus-grid,
  .orphea-product-tech-grid,
  .orphea-product-genoscope-panel,
  .orphea-product-reviews-grid {
    grid-template-columns: 1fr;
  }
  .orphea-product-tech-grid .orphea-product-landing-media {
    order: -1;
  }
  .orphea-product-landing-copy {
    max-width: none;
  }
  .orphea-product-reviews-intro {
    position: static;
  }
  .orphea-product-tabs-section {
    padding: 62px 0 74px;
  }
  .orphea-product-genoscope-tab,
  .orphea-product-tabs-section .orphea-product-reviews-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .orphea-product-landing {
    padding: 54px 0;
  }
  .orphea-product-landing + .orphea-product-landing {
    padding-top: 0;
  }
  .orphea-product-landing-media,
  .orphea-product-landing-media img,
  .orphea-product-genoscope-image,
  .orphea-product-genoscope-image img {
    min-height: 390px;
  }
  .orphea-product-focus-section .orphea-product-landing-media,
  .orphea-product-technology-section .orphea-product-landing-media,
  .orphea-product-genoscope-panel,
  .orphea-product-reviews-panel {
    border-radius: 20px;
  }
  .orphea-product-landing-copy h2,
  .orphea-product-reviews-intro h2,
  .orphea-product-genoscope-copy h2 {
    font-size: 36px;
    line-height: 1;
  }
  .orphea-product-focus-cards {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .orphea-product-focus-cards article {
    min-height: 0;
    padding: 18px;
  }
  .orphea-product-active-list article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }
  .orphea-product-genoscope-copy,
  .orphea-product-reviews-panel {
    padding: 24px;
  }
  .orphea-product-reviews-panel .comment_container {
    grid-template-columns: 1fr;
  }
  .orphea-product-tabs-section {
    padding: 44px 0 56px;
  }
  .orphea-product-tabs {
    border-radius: 20px;
  }
  .orphea-product-tabs-nav {
    padding: 0 12px;
  }
  .orphea-product-tab-button {
    min-height: 56px;
    padding: 0 14px;
    font-size: 13px;
  }
  .orphea-product-tabs-body {
    padding: 24px 18px;
  }
  .orphea-product-tab-copy h2,
  .orphea-product-tabs-section .orphea-product-reviews-intro h2 {
    font-size: 32px;
  }
  .orphea-product-tabs-section .orphea-product-active-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .orphea-product-tabs-section .orphea-product-genoscope-image {
    min-height: 260px;
    border-radius: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .orphea-product-reveal,
  .orphea-product-reveal.is-inview {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (min-width: 768px) {
  .orphea-product-page .col-md-6 { flex: 0 0 auto; width: 50%; }
  .orphea-product-page .col-lg-5 { flex: 0 0 auto; width: 41.666667%; }
  .orphea-product-page .col-lg-7 { flex: 0 0 auto; width: 58.333333%; }
}
@media (min-width: 1200px) {
  .orphea-product-page .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .orphea-product-page .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .orphea-product-page .row > * {
    padding-left: 24px;
    padding-right: 24px;
  }
  .orphea-product-page .product-thumbs-slider.style-row {
    flex-direction: row;
    aspect-ratio: .9971988796;
  }
  .orphea-product-page .product-thumbs-slider.style-row .flat-wrap-media-product {
    width: calc(100% - 121px);
  }
  .orphea-product-page .product-thumbs-slider.style-row .tf-product-media-thumbs {
    width: 105px;
    max-height: 714px;
  }
  .orphea-product-page .product-thumbs-slider.style-row .tf-product-media-thumbs .swiper-slide {
    max-height: 130px;
    height: 130px;
  }
  .orphea-product-page .tf-sticky-btn-atc .btn-add-to-cart {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .orphea-product-page .product-thumbs-slider {
    display: block;
  }
  .orphea-product-page .flat-wrap-media-product {
    margin-bottom: 8px;
  }
  .orphea-product-page .tf-product-media-thumbs .swiper-wrapper {
    flex-direction: row;
    gap: 8px;
  }
  .orphea-product-page .tf-product-media-thumbs .swiper-slide {
    width: 105px;
    flex: 0 0 105px;
  }
  .orphea-product-page .tf-product-media-thumbs .item {
    height: 130px;
  }
}
@media (max-width: 991px) {
  body.single-product .ol-topbar {
    display: none;
  }
  .orphea-product-page .sticky-top {
    position: static;
  }
  .orphea-product-page .orphea-gallery-item,
  .orphea-product-page .orphea-gallery-item.is-context img {
    min-height: 460px;
  }
  .orphea-product-page .orphea-product-info {
    padding-left: 0;
    padding-top: 28px;
  }
  .orphea-product-page .product-infor-name {
    font-size: 42px;
  }
  .orphea-product-page .product-infor-list-tag {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .orphea-product-page .orphea-data-grid,
  .orphea-detail-science .orphea-science-row {
    grid-template-columns: 1fr;
  }
  .orphea-product-related {
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  body.single-product .woocommerce-notices-wrapper {
    padding: 12px 16px 0;
  }
  body.single-product .ol-main > .woocommerce-message,
  body.single-product .ol-main > .woocommerce-info,
  body.single-product .ol-main > .woocommerce-error {
    width: calc(100% - 32px);
    margin-top: 12px !important;
  }
  body.single-product .woocommerce-message,
  body.single-product .woocommerce-info,
  body.single-product .woocommerce-error {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
    min-height: 0;
    padding: 16px 16px 16px 52px !important;
    font-size: 13px;
  }
  body.single-product .woocommerce-message::before,
  body.single-product .woocommerce-info::before,
  body.single-product .woocommerce-error::before {
    left: 14px;
    top: 15px;
    transform: none;
  }
  body.single-product .woocommerce-message .button.wc-forward,
  body.single-product .woocommerce-info .button.wc-forward,
  body.single-product .woocommerce-error .button.wc-forward {
    width: 100%;
    margin: 2px 0 0;
  }
  .orphea-product-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .orphea-product-page .orphea-product-breadcrumb {
    padding: 14px 0;
  }
  .orphea-product-page .breadcrumb {
    gap: 7px;
    font-size: 11px;
  }
  .orphea-product-page .orphea-product-single {
    padding-top: 28px;
    padding-bottom: 34px;
  }
  .orphea-product-page .product-infor-name {
    font-size: 34px;
    line-height: 1.06;
  }
  .orphea-product-page .orphea-product-lead {
    font-size: 14px;
    line-height: 1.6;
  }
  .orphea-product-page .orphea-gallery-item,
  .orphea-product-page .orphea-gallery-item.is-context img {
    min-height: 360px;
  }
  .orphea-product-page .orphea-gallery-item.is-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .orphea-product-page .tf-product-media-thumbs {
    overflow: auto;
  }
  .orphea-product-page .tf-product-media-thumbs .swiper-slide {
    width: 86px;
    flex-basis: 86px;
  }
  .orphea-product-page .tf-product-media-thumbs .item {
    height: 106px;
  }
  .orphea-product-page .group-btn-nav {
    left: 12px;
    right: 12px;
  }
  .orphea-product-page .tf-sw-nav {
    width: 36px;
    height: 36px;
  }
  .orphea-product-page .tf-product-total-quantity .group-action,
  .orphea-product-page .tf-sticky-atc-infos {
    width: 100%;
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
  }
  .orphea-product-page .wg-quantity {
    width: 100%;
  }
  .orphea-product-page .tf-product-extra-link {
    gap: 12px;
  }
  .orphea-product-page .line-up_list {
    padding-bottom: 8px;
  }
  .orphea-product-page .tf-sticky-atc-product {
    display: none !important;
  }
  .orphea-product-page .tf-sticky-btn-atc .tf-height-observer {
    padding: 10px 0;
  }
  .orphea-product-page .tf-sticky-atc-infos {
    grid-template-columns: 108px minmax(0, 1fr);
  }
  .orphea-product-page .tf-sticky-atc-infos .wg-quantity {
    min-width: 108px;
  }
  .orphea-product-page .tf-sticky-atc-infos .btn-add-to-cart {
    width: 100%;
  }
  .orphea-detail-science {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .orphea-detail-science h3 {
    font-size: 34px;
  }
}

/* Wishlist integration */
.ol-wishlist-link .icon {
  font-size: 18px;
}
.orphea-wishlist-button,
.orphea-wishlist-button .elementor-widget-container,
.orphea-wishlist-button .elementor-shortcode,
.orphea-wishlist-button .yith-wcwl-add-to-wishlist {
  margin: 0 !important;
  padding: 0 !important;
}
.product-action_list .wishlist,
.ol-product-actions .wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.orphea-wishlist-button--icon,
.orphea-wishlist-button--icon .elementor-widget-container,
.orphea-wishlist-button--icon .elementor-shortcode,
.orphea-wishlist-button--icon .yith-add-to-wishlist-button-block,
.orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist {
  width: 46px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.orphea-wishlist-button--icon .yith-wcwl-add-button:not(.hide),
.orphea-wishlist-button--icon .yith-wcwl-wishlistaddedbrowse:not(.hide),
.orphea-wishlist-button--icon .yith-wcwl-wishlistexistsbrowse:not(.hide) {
  width: 46px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.orphea-wishlist-button--icon .hide {
  display: none !important;
}
.orphea-wishlist-button--icon a,
.orphea-wishlist-button--icon button,
.orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button,
.orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button-anchor-wrapper,
.orphea-wishlist-button--icon .orphea-wishlist-fallback {
  position: relative !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #252d21 !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: background .25s ease, color .25s ease, transform .25s ease !important;
}
.orphea-wishlist-button--icon a::before,
.orphea-wishlist-button--icon button::before {
  content: "\e935";
  font-family: "icomoon" !important;
  font-size: 20px;
  line-height: 1;
}
.orphea-wishlist-button--icon .yith-wcwl-wishlistaddedbrowse a::before,
.orphea-wishlist-button--icon .yith-wcwl-wishlistexistsbrowse a::before,
.orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button--added::before,
.orphea-wishlist-button--icon a.added::before {
  content: "\e967";
}
.orphea-wishlist-button--icon a:hover,
.orphea-wishlist-button--icon button:hover,
.orphea-wishlist-button--icon .orphea-wishlist-fallback:hover {
  background: #252d21 !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.orphea-wishlist-button--icon span:not(.icon),
.orphea-wishlist-button--icon .feedback,
.orphea-wishlist-button--icon .yith-wcwl-icon,
.orphea-wishlist-button--icon .yith-wcwl-icon-svg,
.orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button-icon,
.orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button__label,
.orphea-wishlist-button--icon .separator,
.orphea-wishlist-button--icon .ajax-loading {
  display: none !important;
}
.orphea-wishlist-button--text {
  display: inline-flex;
  align-items: center;
}
.orphea-wishlist-button--text .yith-wcwl-add-to-wishlist,
.orphea-wishlist-button--text .yith-add-to-wishlist-button-block,
.orphea-wishlist-button--text .yith-wcwl-add-button:not(.hide),
.orphea-wishlist-button--text .yith-wcwl-wishlistaddedbrowse:not(.hide),
.orphea-wishlist-button--text .yith-wcwl-wishlistexistsbrowse:not(.hide) {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
}
.orphea-wishlist-button--text .hide {
  display: none !important;
}
.orphea-wishlist-button--text a,
.orphea-wishlist-button--text button,
.orphea-wishlist-button--text .yith-wcwl-add-to-wishlist-button,
.orphea-wishlist-button--text .yith-wcwl-add-to-wishlist-button-anchor-wrapper,
.orphea-wishlist-button--text .orphea-wishlist-fallback {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #30372c !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  box-shadow: none !important;
}
.orphea-wishlist-button--text a::before,
.orphea-wishlist-button--text button::before,
.orphea-wishlist-button--text .orphea-wishlist-fallback::before {
  content: "\e935";
  font-family: "icomoon" !important;
  font-size: 18px;
  line-height: 1;
}
.orphea-wishlist-button--text .yith-wcwl-wishlistaddedbrowse a::before,
.orphea-wishlist-button--text .yith-wcwl-wishlistexistsbrowse a::before,
.orphea-wishlist-button--text .yith-wcwl-add-to-wishlist-button--added::before {
  content: "\e967";
}
.orphea-wishlist-button--text a:hover {
  color: #516049 !important;
}
.orphea-wishlist-button--text .feedback,
.orphea-wishlist-button--text .yith-wcwl-icon,
.orphea-wishlist-button--text .yith-wcwl-icon-svg,
.orphea-wishlist-button--text .yith-wcwl-add-to-wishlist-button-icon,
.orphea-wishlist-button--text .separator,
.orphea-wishlist-button--text .ajax-loading {
  display: none !important;
}
body.page-template-template-wishlist,
body.page-template-template-wishlist .site-main {
  background: #fff;
}
body.page-template-template-wishlist .site-main.ol-main {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.orphea-wishlist-heading {
  background: #f8f4ec;
  padding-top: 58px;
  padding-bottom: 58px;
}
.orphea-wishlist-heading .content {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #252d21;
  text-decoration: none;
}
.orphea-wishlist-heading .account-icon {
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d0c4;
  border-radius: 50%;
  background: #fff;
}
.orphea-wishlist-heading .info_name {
  font-size: clamp(38px, 4vw, 58px);
  line-height: .98;
}
.orphea-wishlist-page {
  padding-top: 64px;
  padding-bottom: 34px;
}
.orphea-wishlist-page .wishlist-title,
.orphea-wishlist-page .hidden-title-form,
.orphea-wishlist-page .wishlist_table thead {
  display: none !important;
}
.orphea-wishlist-page .woocommerce {
  width: 100%;
}
.orphea-wishlist-page .yith_wcwl_wishlist_footer,
.orphea-wishlist-page .yith-wcwl-share {
  display: none !important;
}
.orphea-wishlist-page table.shop_table,
.orphea-wishlist-page table.wishlist_table {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  background: transparent !important;
}
.orphea-wishlist-page table.wishlist_table tbody {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 16px;
  width: 100%;
}
.orphea-wishlist-page table.wishlist_table tr {
  position: relative;
  container-type: inline-size;
  display: block !important;
  width: 100%;
  border: 0 !important;
  background: transparent !important;
}
.orphea-wishlist-page table.wishlist_table td {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center !important;
  background: transparent !important;
}
.orphea-wishlist-page table.wishlist_table td.product-thumbnail {
  position: relative;
  aspect-ratio: 348 / 420;
  margin-bottom: 18px;
  overflow: hidden;
  background: #f8f4ec !important;
}
.orphea-wishlist-page table.wishlist_table td.product-thumbnail a,
.orphea-wishlist-page table.wishlist_table td.product-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.orphea-wishlist-page table.wishlist_table td.product-thumbnail img {
  object-fit: contain;
  padding: 26px;
  transition: transform .35s ease;
}
.orphea-wishlist-page table.wishlist_table tr:hover td.product-thumbnail img {
  transform: scale(1.035);
}
.orphea-wishlist-page table.wishlist_table td.product-remove {
  position: absolute !important;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: auto !important;
}
.orphea-wishlist-page table.wishlist_table td.product-remove a {
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff !important;
  color: #252d21 !important;
  font-size: 0 !important;
  text-decoration: none !important;
}
.orphea-wishlist-page table.wishlist_table td.product-remove a::before {
  content: "\e967";
  font-family: "icomoon" !important;
  font-size: 20px;
}
.orphea-wishlist-page table.wishlist_table td.product-name a {
  display: inline;
  color: #252d21;
  font-size: 17px;
  line-height: 1.35;
  text-decoration: none;
}
.orphea-wishlist-page table.wishlist_table td.product-price {
  margin-top: 8px;
  color: #516049;
  font-size: 16px;
}
.orphea-wishlist-page table.wishlist_table td.product-stock-status,
.orphea-wishlist-page table.wishlist_table td.product-date {
  display: none !important;
}
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart {
  position: absolute !important;
  left: 8px;
  right: 8px;
  top: calc((100cqw / .8270042194) - 58px);
  z-index: 4;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart a.shopengine_add_to_list_action,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart a.shopengine-quickview-trigger,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart .shopengine-wishlist,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart .se-btn {
  display: none !important;
}
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart a,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart button {
  min-height: 50px !important;
  width: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  border: 1px solid #252d21 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #252d21 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: background .25s ease, color .25s ease, border-color .25s ease !important;
}
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart a::after,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart button::after {
  content: "\e92e";
  font-family: "icomoon" !important;
  font-size: 18px;
  line-height: 1;
}
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart a:hover,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart button:hover {
  border-color: #252d21 !important;
  background: #252d21 !important;
  color: #fff !important;
}
.orphea-wishlist-page .wishlist-empty,
.orphea-wishlist-page .yith-wcwl-no-product-to-remove,
.orphea-wishlist-page .woocommerce-info {
  width: min(720px, 100%) !important;
  margin: 0 auto !important;
  padding: 68px 30px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
  color: #6d6a63 !important;
}
.orphea-wishlist-page table.wishlist_table tbody:has(.wishlist-empty) {
  display: block !important;
  width: 100%;
}
.orphea-wishlist-page table.wishlist_table tr:has(.wishlist-empty) {
  display: block !important;
  width: 100%;
}
.orphea-wishlist-page table.wishlist_table td.wishlist-empty {
  box-sizing: border-box !important;
  width: min(100%, 920px) !important;
  min-height: 336px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  margin: 0 auto !important;
  padding: 66px 32px !important;
  border: 1px solid #e2dbcf !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(127, 139, 113, .14), transparent 34%),
    linear-gradient(135deg, #fbf8f1 0%, #f7f1e7 100%) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.orphea-wishlist-page table.wishlist_table td.wishlist-empty::before {
  content: "\e935";
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48, 55, 44, .18);
  border-radius: 50%;
  background: #fff;
  color: #30372c;
  font-family: "icomoon" !important;
  font-size: 29px;
  line-height: 1;
  box-shadow: 0 20px 48px rgba(48, 55, 44, .08);
}
.orphea-wishlist-page table.wishlist_table td.wishlist-empty::after {
  content: "Henuz favori urununuz yok\A OrpheaLab koleksiyonundan urunleri kaydedip daha sonra inceleyebilirsiniz.";
  max-width: 540px;
  white-space: pre-line;
  color: #30372c;
  font-size: 28px;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0 !important;
}
body.translatepress-en_US .orphea-wishlist-page table.wishlist_table td.wishlist-empty::after {
  content: "Nothing Saved Yet\A Explore OrpheaLab products and save the formulas you want to revisit.";
}
.orphea-wishlist-page table.wishlist_table:has(.wishlist-empty) {
  display: none !important;
}
.orphea-wishlist-empty-actions {
  display: none;
  justify-content: center;
  margin-top: 0;
}
.orphea-wishlist-page:has(.wishlist-empty) .orphea-wishlist-empty-actions {
  display: flex;
}
.orphea-wishlist-empty-panel {
  box-sizing: border-box;
  width: min(100%, 920px);
  min-height: 336px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 64px 32px;
  border: 1px solid #e2dbcf;
  background:
    radial-gradient(circle at 50% 0%, rgba(127, 139, 113, .14), transparent 34%),
    linear-gradient(135deg, #fbf8f1 0%, #f7f1e7 100%);
  text-align: center;
}
.orphea-wishlist-empty-icon {
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid rgba(48, 55, 44, .18);
  border-radius: 50%;
  background: #fff;
  color: #30372c;
  font-size: 29px;
  line-height: 1;
  box-shadow: 0 20px 48px rgba(48, 55, 44, .08);
}
.orphea-wishlist-empty-panel h3 {
  margin: 0;
  color: #30372c;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0 !important;
}
.orphea-wishlist-empty-panel p {
  max-width: 480px;
  margin: 0;
  color: #6e7169;
  font-size: 15px;
  line-height: 1.65;
}
.orphea-wishlist-empty-panel .tf-btn {
  min-width: 210px;
  justify-content: center;
  margin-top: 14px;
}
.orphea-wishlist-favorite {
  overflow: hidden;
  padding-bottom: 60px;
}
.orphea-wishlist-favorite .flat-spacing {
  padding-top: 56px;
}
.orphea-wishlist-favorite .sect-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.orphea-wishlist-favorite .s-title {
  margin: 0;
  color: #30372c;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0 !important;
}
.orphea-wishlist-favorite .group-nav_number {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #30372c;
}
.orphea-wishlist-favorite .tf-sw-nav_icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(48,55,44,.18);
  border-radius: 50%;
  background: #fff;
  color: #30372c;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease, opacity .25s ease;
}
.orphea-wishlist-favorite .tf-sw-nav_icon:hover {
  border-color: #30372c;
  background: #30372c;
  color: #fff;
}
.orphea-wishlist-favorite .tf-sw-nav_icon:disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}
.orphea-wishlist-favorite .thumbs-pagination {
  min-width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #6e7169;
  font-size: 13px;
  line-height: 1;
}
.orphea-wishlist-favorite .tf-swiper {
  overflow: hidden;
  width: 100%;
}
.orphea-wishlist-favorite .swiper-wrapper {
  display: flex;
  align-items: stretch;
  transition: transform .45s ease;
  will-change: transform;
  cursor: grab;
}
.orphea-wishlist-favorite .swiper-wrapper.is-dragging {
  transition: none;
  cursor: grabbing;
}
.orphea-wishlist-favorite .swiper-slide {
  flex: 0 0 auto;
  height: auto;
}
.orphea-wishlist-favorite .swiper-slide > * {
  height: 100%;
}
.orphea-wishlist-suggest-card.orphea-shop-card {
  height: 100%;
}
.orphea-wishlist-favorite .orphea-wishlist-suggest-card .card-product_info {
  text-align: center;
}
@media (max-width: 1199px) {
  .orphea-wishlist-page table.wishlist_table tbody {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .orphea-wishlist-heading {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .orphea-wishlist-page {
    padding-top: 42px;
  }
  .orphea-wishlist-page table.wishlist_table tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
  }
  .orphea-wishlist-page table.wishlist_table td.product-name a {
    font-size: 15px;
  }
  .orphea-wishlist-page table.wishlist_table td.wishlist-empty {
    min-height: 300px !important;
    padding: 48px 22px !important;
  }
  .orphea-wishlist-page table.wishlist_table td.wishlist-empty::after {
    font-size: 23px;
  }
  .orphea-wishlist-empty-panel {
    min-height: 300px;
    padding: 46px 22px;
  }
  .orphea-wishlist-empty-panel h3 {
    font-size: 34px;
  }
  .orphea-wishlist-favorite .sect-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .orphea-wishlist-page table.wishlist_table tbody {
    grid-template-columns: 1fr;
  }
}

/* Wishlist page: match the original Rosaline wishlist section rhythm and card hover language. */
.orphea-wishlist-heading {
  background: #f8f4ec;
  padding-top: 80px;
  padding-bottom: 80px;
}
.orphea-wishlist-heading .content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.orphea-wishlist-heading .account-icon {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.orphea-wishlist-heading .info_name {
  margin-bottom: 8px;
}
.orphea-wishlist-heading .info_more {
  margin: 0;
}
.orphea-wishlist-page {
  padding-top: 64px;
  padding-bottom: 104px;
}
.orphea-wishlist-page table.wishlist_table tbody {
  gap: 26px 16px;
}
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart a,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart button {
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 10px 25px rgba(43,52,74,.12) !important;
}
.orphea-wishlist-page table.wishlist_table td.product-thumbnail img {
  max-width: none !important;
  min-width: 100% !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  transform: scale(1.04);
  transform-origin: center center;
}
.orphea-wishlist-page table.wishlist_table td.product-thumbnail a {
  max-width: none !important;
}
.orphea-wishlist-page table.wishlist_table tr:hover td.product-thumbnail img,
.orphea-wishlist-page table.wishlist_table tr.is-hover td.product-thumbnail img {
  transform: scale(1.09) !important;
}
.orphea-wishlist-page .orphea-wishlist-row-actions {
  position: absolute;
  top: 62px;
  right: 12px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-wishlist-page .orphea-wishlist-row-actions li {
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: all .3s ease;
}
.orphea-wishlist-page table.wishlist_table tr:hover .orphea-wishlist-row-actions li,
.orphea-wishlist-page table.wishlist_table tr.is-hover .orphea-wishlist-row-actions li {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.orphea-wishlist-page table.wishlist_table tr:hover .orphea-wishlist-row-actions li:nth-child(2),
.orphea-wishlist-page table.wishlist_table tr.is-hover .orphea-wishlist-row-actions li:nth-child(2) {
  transition-delay: .1s;
}
.orphea-wishlist-page .orphea-wishlist-row-actions .box-icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #30372c;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(43,52,74,.12);
  transition: all .3s ease;
}
.orphea-wishlist-page .orphea-wishlist-row-actions .box-icon:hover {
  background: #111;
  color: #fff;
}
.orphea-wishlist-page .orphea-wishlist-row-actions .icon {
  font-size: 20px;
}
.orphea-wishlist-page .orphea-wishlist-row-actions .tooltip {
  position: absolute;
  top: 50%;
  right: calc(100% + 9px);
  transform: translateY(-50%);
  padding: 6px 9px;
  border-radius: 2px;
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.orphea-wishlist-page .orphea-wishlist-row-actions .box-icon:hover .tooltip {
  opacity: 1;
}
@media (min-width: 1200px) {
  .orphea-wishlist-page table.wishlist_table td.product-add-to-cart {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
  }
  .orphea-wishlist-page table.wishlist_table tr:hover td.product-add-to-cart,
  .orphea-wishlist-page table.wishlist_table tr.is-hover td.product-add-to-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
body:has(.orphea-wishlist-page .wishlist-empty) .orphea-wishlist-page {
  display: none;
}
.orphea-wishlist-empty-state {
  display: none;
}
body:has(.orphea-wishlist-page .wishlist-empty) .orphea-wishlist-empty-state {
  display: block;
}
.orphea-wishlist-empty-state .emp_title {
  margin-bottom: 12px;
  color: #30372c;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0 !important;
}
.orphea-wishlist-empty-state .emp_desc {
  margin: 0 0 28px;
  color: #6e7169;
  font-size: 16px;
  line-height: 1.55;
}
.orphea-wishlist-empty-state .tf-btn {
  min-width: 152px;
}
.orphea-wishlist-favorite {
  padding-bottom: 104px;
}
.orphea-wishlist-favorite .flat-spacing {
  padding-top: 104px;
  padding-bottom: 0;
}
.orphea-wishlist-favorite .sect-heading {
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 64px;
}
.orphea-wishlist-favorite .orphea-product-desc {
  display: none;
}
.orphea-wishlist-favorite .card-product {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  transition: all .3s ease;
}
.orphea-wishlist-favorite .card-product_wrapper {
  position: relative;
  z-index: 20;
  display: flex;
  aspect-ratio: .8285714286;
  overflow: hidden;
  border: 0;
  background: #f8f4ec;
  transition: all .3s ease;
}
.orphea-wishlist-favorite .card-product_wrapper .product-img {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.orphea-wishlist-favorite .card-product_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none !important;
  padding: 4px !important;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
  transform: scale(1.07);
  transform-origin: center center;
  filter: drop-shadow(0 28px 34px rgba(74,60,49,.18));
  transition-duration: 700ms;
}
.orphea-wishlist-favorite .card-product_wrapper .img-product {
  position: relative;
  z-index: 1;
}
.orphea-wishlist-favorite .card-product_wrapper .img-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
}
.orphea-wishlist-favorite .card-product_wrapper:hover .img-product,
.orphea-wishlist-favorite .card-product_wrapper:hover .img-hover,
.orphea-wishlist-favorite .card-product.is-hover .card-product_wrapper .img-product,
.orphea-wishlist-favorite .card-product.is-hover .card-product_wrapper .img-hover {
  transform: scale(1.12);
}
.orphea-wishlist-favorite .card-product_wrapper:hover .img-hover,
.orphea-wishlist-favorite .card-product.is-hover .card-product_wrapper .img-hover {
  clip-path: inset(0 0 0 0);
}
.orphea-wishlist-favorite .product-badge_list {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 5;
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-wishlist-favorite .product-badge_item {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 2px 12px;
  border-radius: 99px;
  background: var(--product-accent);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
.orphea-wishlist-favorite .product-action_list {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.orphea-wishlist-favorite .product-action_list li {
  transition: all .3s ease;
}
.orphea-wishlist-favorite .product-action_list .box-icon,
.orphea-wishlist-favorite .product-action_list .orphea-wishlist-button--icon a,
.orphea-wishlist-favorite .product-action_list .orphea-wishlist-button--icon button,
.orphea-wishlist-favorite .product-action_list .orphea-wishlist-button--icon .orphea-wishlist-fallback {
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50%;
  background: #fff !important;
  color: #30372c !important;
  box-shadow: 0 10px 25px rgba(43,52,74,.12);
}
.orphea-wishlist-favorite .product-action_list .box-icon:hover,
.orphea-wishlist-favorite .product-action_list .orphea-wishlist-button--icon a:hover,
.orphea-wishlist-favorite .product-action_list .orphea-wishlist-button--icon button:hover,
.orphea-wishlist-favorite .product-action_list .orphea-wishlist-button--icon .orphea-wishlist-fallback:hover {
  background: #111 !important;
  color: #fff !important;
}
.orphea-wishlist-favorite .product-action_list .icon {
  font-size: 20px;
}
.orphea-wishlist-favorite .product-action_bot {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 6;
  text-align: center;
  transition: all .3s ease;
}
.orphea-wishlist-favorite .product-action_bot > * {
  box-shadow: 0 10px 25px rgba(43,52,74,.12);
}
.orphea-wishlist-favorite .product-action_bot .tf-btn {
  min-height: 48px;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  border: 0;
  border-radius: 0;
  background: rgba(255,255,255,.96);
  color: #30372c;
}
.orphea-wishlist-favorite .product-action_bot .tf-btn:hover {
  background: #111;
  color: #fff;
}
.orphea-wishlist-favorite .card-product:hover .product-action_bot,
.orphea-wishlist-favorite .card-product.is-hover .product-action_bot {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.orphea-wishlist-favorite .card-product_info {
  display: grid;
  place-content: center;
  gap: 12px;
  text-align: center;
}
.orphea-wishlist-favorite .product-info__rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #6e7169;
}
.orphea-wishlist-favorite .star-wrap {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--ol-gold);
}
.orphea-wishlist-favorite .name-product {
  color: #30372c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
  text-decoration: none;
}
.orphea-wishlist-favorite .price-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.orphea-wishlist-favorite .price-new {
  color: #30372c;
  font-size: 22px;
  font-weight: 400 !important;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .orphea-wishlist-favorite .product-badge_list {
    top: 16px;
    left: 16px;
  }
  .orphea-wishlist-favorite .product-action_list {
    top: 16px;
    right: 16px;
  }
  .orphea-wishlist-favorite .product-action_bot {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  .orphea-wishlist-favorite .product-action_list li {
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
  }
  .orphea-wishlist-favorite .card-product:hover .product-action_list li,
  .orphea-wishlist-favorite .card-product.is-hover .product-action_list li {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .orphea-wishlist-favorite .card-product:hover .product-action_list li:nth-child(2),
  .orphea-wishlist-favorite .card-product.is-hover .product-action_list li:nth-child(2) {
    transition-delay: .1s;
  }
  .orphea-wishlist-favorite .card-product:hover .product-action_list li:nth-child(3),
  .orphea-wishlist-favorite .card-product.is-hover .product-action_list li:nth-child(3) {
    transition-delay: .2s;
  }
}
@media (max-width: 575px) {
  .orphea-wishlist-favorite .product-action_list .wishlist,
  .orphea-wishlist-favorite .product-action_list .compare {
    display: none;
  }
  .orphea-wishlist-favorite .product-action_list .icon {
    font-size: 16px;
  }
  .orphea-wishlist-favorite .product-action_bot > *.w-100 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .orphea-wishlist-favorite .product-action_bot .icon {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .orphea-wishlist-heading {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .orphea-wishlist-favorite {
    padding-bottom: 80px;
  }
  .orphea-wishlist-favorite .flat-spacing {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .orphea-wishlist-heading,
  .orphea-wishlist-empty-state {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .orphea-wishlist-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .orphea-wishlist-favorite {
    padding-bottom: 60px;
  }
  .orphea-wishlist-favorite .flat-spacing {
    padding-top: 60px;
  }
  .orphea-wishlist-favorite .sect-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .orphea-wishlist-heading,
  .orphea-wishlist-empty-state,
  .orphea-wishlist-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Wishlist saved products: keep YITH rows in the approved minimal shop-card rhythm. */
.orphea-wishlist-page table.wishlist_table tr:not(:has(.wishlist-empty)) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 2px 16px !important;
  align-items: start !important;
}

.orphea-wishlist-page table.wishlist_table td.product-thumbnail {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  aspect-ratio: 354 / 472 !important;
  margin: 0 0 12px !important;
  border-radius: 8px !important;
  background: #f8f1ec !important;
}

.orphea-wishlist-page table.wishlist_table td.product-thumbnail::before {
  content: "Favori";
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 6;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #111310;
  box-shadow: 0 6px 18px rgba(48, 55, 44, .05);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  pointer-events: none;
}

body.translatepress-en_US .orphea-wishlist-page table.wishlist_table td.product-thumbnail::before {
  content: "Saved";
}

.orphea-wishlist-page table.wishlist_table td.product-thumbnail a {
  border-radius: inherit !important;
}

.orphea-wishlist-page table.wishlist_table td.product-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  transform: none !important;
  transition: transform .24s ease !important;
}

.orphea-wishlist-page table.wishlist_table tr:hover td.product-thumbnail img,
.orphea-wishlist-page table.wishlist_table tr.is-hover td.product-thumbnail img {
  transform: scale(1.018) !important;
}

.orphea-wishlist-page table.wishlist_table td.product-name {
  grid-column: 1 !important;
  grid-row: 2 !important;
  min-width: 0 !important;
  text-align: left !important;
}

.orphea-wishlist-page table.wishlist_table td.product-name a {
  display: block !important;
  color: #111310 !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-decoration: none !important;
}

.orphea-wishlist-page table.wishlist_table td.product-price {
  grid-column: 2 !important;
  grid-row: 2 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #111310 !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  font-variant-numeric: tabular-nums !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.orphea-wishlist-page table.wishlist_table td.product-price .amount {
  color: inherit !important;
  font: inherit !important;
}

.orphea-wishlist-page table.wishlist_table td.product-remove,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart,
.orphea-wishlist-page .orphea-wishlist-row-actions {
  top: calc((100cqw / .75) - 50px) !important;
  bottom: auto !important;
  z-index: 8 !important;
}

.orphea-wishlist-page table.wishlist_table td.product-remove {
  right: auto !important;
  left: calc(50% - 118px) !important;
  width: 36px !important;
  height: 36px !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
}

.orphea-wishlist-page table.wishlist_table td.product-remove a {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #111310 !important;
  box-shadow: 0 6px 18px rgba(48, 55, 44, .06) !important;
}

.orphea-wishlist-page table.wishlist_table td.product-remove a:hover {
  background: #111310 !important;
  color: #fff !important;
}

.orphea-wishlist-page table.wishlist_table td.product-add-to-cart {
  right: auto !important;
  left: 50% !important;
  width: auto !important;
  min-width: 122px !important;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 12px);
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
}

.orphea-wishlist-page table.wishlist_table td.product-add-to-cart a:not(.add_to_cart_button),
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart button:not(.add_to_cart_button),
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart .se-btn,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart .shopengine-wishlist,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart .shopengine-quickview-trigger,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart .shopengine_comparison_add_to_list_action {
  display: none !important;
}

.orphea-wishlist-page table.wishlist_table td.product-add-to-cart a.add_to_cart_button,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart button.add_to_cart_button {
  width: auto !important;
  min-width: 122px !important;
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 14px !important;
  gap: 8px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #111310 !important;
  box-shadow: 0 6px 18px rgba(48, 55, 44, .06) !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.orphea-wishlist-page table.wishlist_table td.product-add-to-cart a.add_to_cart_button:hover,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart button.add_to_cart_button:hover {
  background: #111310 !important;
  color: #fff !important;
}

.orphea-wishlist-page table.wishlist_table td.product-add-to-cart a.add_to_cart_button::after,
.orphea-wishlist-page table.wishlist_table td.product-add-to-cart button.add_to_cart_button::after {
  font-size: 14px !important;
}

.orphea-wishlist-page .orphea-wishlist-row-actions {
  right: calc(50% - 118px) !important;
  left: auto !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
}

.orphea-wishlist-page .orphea-wishlist-row-actions li {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(12px) !important;
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease !important;
}

.orphea-wishlist-page .orphea-wishlist-row-actions .box-icon {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #111310 !important;
  box-shadow: 0 6px 18px rgba(48, 55, 44, .06) !important;
}

.orphea-wishlist-page table.wishlist_table tr:hover td.product-remove,
.orphea-wishlist-page table.wishlist_table tr.is-hover td.product-remove,
.orphea-wishlist-page table.wishlist_table tr:hover td.product-add-to-cart,
.orphea-wishlist-page table.wishlist_table tr.is-hover td.product-add-to-cart,
.orphea-wishlist-page table.wishlist_table tr:hover .orphea-wishlist-row-actions li,
.orphea-wishlist-page table.wishlist_table tr.is-hover .orphea-wishlist-row-actions li {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.orphea-wishlist-page table.wishlist_table tr:hover td.product-add-to-cart,
.orphea-wishlist-page table.wishlist_table tr.is-hover td.product-add-to-cart {
  transform: translate(-50%, 0) !important;
}

@media (max-width: 767px) {
  .orphea-wishlist-page table.wishlist_table td.product-name a {
    font-size: 13px !important;
  }
  .orphea-wishlist-page table.wishlist_table td.product-price {
    font-size: 15px !important;
  }
  .orphea-wishlist-page table.wishlist_table td.product-remove,
  .orphea-wishlist-page table.wishlist_table td.product-add-to-cart,
  .orphea-wishlist-page .orphea-wishlist-row-actions {
    top: calc((100cqw / .75) - 40px) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
  .orphea-wishlist-page table.wishlist_table td.product-add-to-cart {
    transform: translate(-50%, 0) !important;
  }
  .orphea-wishlist-page table.wishlist_table td.product-remove {
    left: calc(50% - 98px) !important;
  }
  .orphea-wishlist-page .orphea-wishlist-row-actions {
    right: calc(50% - 98px) !important;
  }
  .orphea-wishlist-page table.wishlist_table td.product-remove a,
  .orphea-wishlist-page .orphea-wishlist-row-actions .box-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }
  .orphea-wishlist-page table.wishlist_table td.product-add-to-cart a.add_to_cart_button,
  .orphea-wishlist-page table.wishlist_table td.product-add-to-cart button.add_to_cart_button {
    min-width: 94px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 7px !important;
    gap: 4px !important;
    font-size: 9px !important;
    letter-spacing: 0 !important;
  }
}

/* Global WooCommerce notice system: one standard for errors, warnings and success states. */
body.ol-site .woocommerce-notices-wrapper {
  width: 100%;
}
body.ol-site .woocommerce-error,
body.ol-site .woocommerce-info,
body.ol-site .woocommerce-message {
  box-sizing: border-box !important;
  position: relative !important;
  width: min(100% - 30px, 1140px) !important;
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 18px auto !important;
  padding: 16px 20px 16px 58px !important;
  border: 1px solid #ded8ce !important;
  border-left-width: 4px !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #252d21 !important;
  box-shadow: 0 18px 54px rgba(28,32,24,.1) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  list-style: none !important;
}
body.ol-site .woocommerce-error {
  border-left-color: #b8202f !important;
}
body.ol-site .woocommerce-info {
  border-left-color: #1c6f88 !important;
}
body.ol-site .woocommerce-message {
  border-left-color: #2f6d3c !important;
}
body.ol-site.single-product .ol-main > .woocommerce-error,
body.ol-site.single-product .ol-main > .woocommerce-info,
body.ol-site.single-product .ol-main > .woocommerce-message {
  width: min(100% - 30px, 1140px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.ol-site .woocommerce-error::before,
body.ol-site .woocommerce-info::before,
body.ol-site .woocommerce-message::before {
  content: "\2713";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}
body.ol-site .woocommerce-error::before {
  background: #b8202f;
}
body.ol-site .woocommerce-info::before {
  content: "i";
  background: #1c6f88;
  font-family: Georgia, serif;
  font-style: italic;
}
body.ol-site .woocommerce-message::before {
  content: "\2713";
  background: #2f6d3c;
}
body.ol-site .woocommerce-error::after,
body.ol-site .woocommerce-info::after,
body.ol-site .woocommerce-message::after {
  display: none !important;
}
body.ol-site .woocommerce-error li,
body.ol-site .woocommerce-info li,
body.ol-site .woocommerce-message li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.ol-site .woocommerce-error a:not(.button),
body.ol-site .woocommerce-info a:not(.button),
body.ol-site .woocommerce-message a:not(.button) {
  color: #252d21 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.ol-site .woocommerce-error .button,
body.ol-site .woocommerce-info .button,
body.ol-site .woocommerce-message .button,
body.ol-site .woocommerce-error .wc-forward,
body.ol-site .woocommerce-info .wc-forward,
body.ol-site .woocommerce-message .wc-forward {
  flex: 0 0 auto !important;
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 0 auto !important;
  padding: 0 18px !important;
  border: 1px solid #252d21 !important;
  border-radius: 999px !important;
  background: #252d21 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
body.ol-site .woocommerce-error .button:hover,
body.ol-site .woocommerce-info .button:hover,
body.ol-site .woocommerce-message .button:hover,
body.ol-site .woocommerce-error .wc-forward:hover,
body.ol-site .woocommerce-info .wc-forward:hover,
body.ol-site .woocommerce-message .wc-forward:hover {
  border-color: #516049 !important;
  background: #516049 !important;
}

.orphea-toast-stack {
  position: fixed;
  top: 104px;
  right: 22px;
  z-index: 10070;
  display: grid;
  gap: 10px;
  width: min(360px, calc(100vw - 28px));
  pointer-events: none;
}

.orphea-toast {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 14px 12px 14px 14px;
  overflow: hidden;
  border: 1px solid rgba(48, 55, 44, .12);
  border-radius: 10px;
  background: rgba(255, 250, 246, .96);
  color: #252d21;
  box-shadow: 0 18px 54px rgba(17, 19, 16, .14);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: auto;
  transform: translate(18px, -6px);
  transition: opacity .24s ease, transform .24s ease;
}

.orphea-toast::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, #30372c, rgba(191, 166, 111, .72));
  transform-origin: left center;
  animation: orphea-toast-progress 4.2s linear forwards;
}

.orphea-toast.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.orphea-toast.is-leaving {
  opacity: 0;
  transform: translate(18px, -4px);
}

.orphea-toast__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #30372c;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.orphea-toast--wishlist .orphea-toast__icon {
  background: #516049;
}

.orphea-toast__body {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.orphea-toast__title {
  display: block;
  color: #252d21;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.orphea-toast__message {
  display: block;
  color: rgba(37, 45, 33, .68);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}

.orphea-toast__side {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.orphea-toast__action {
  color: #30372c;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.orphea-toast__action:hover {
  color: #111310;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.orphea-toast__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(48, 55, 44, .07);
  color: #30372c;
  font-size: 11px;
  cursor: pointer;
}

.orphea-toast__close:hover {
  background: #30372c;
  color: #fff;
}

body.ol-site .yith-wcwl-feedback-messages-container,
body.ol-site .yith-wcwl-add-to-wishlist__feedback,
body.ol-site .yith-wcwl-add-to-wishlist__feedback-on-product-image,
body.ol-site .yith-wcwl-popup-message,
body.ol-site #yith-wcwl-popup-message,
body.ol-site #yith-wcwl-message {
  display: none !important;
  pointer-events: none !important;
}

@keyframes orphea-toast-progress {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

@media (max-width: 575px) {
  .orphea-toast-stack {
    top: 82px;
    right: 14px;
    left: 14px;
    width: auto;
  }

  .orphea-toast {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 68px;
    padding: 12px 10px 12px 12px;
  }

  .orphea-toast__icon {
    width: 32px;
    height: 32px;
  }

  .orphea-toast__action {
    display: none;
  }

  body.ol-site .woocommerce-error,
  body.ol-site .woocommerce-info,
  body.ol-site .woocommerce-message {
    width: calc(100% - 30px) !important;
    min-height: 0 !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    padding: 16px 16px 16px 54px !important;
    font-size: 13px !important;
  }
  body.ol-site .woocommerce-error::before,
  body.ol-site .woocommerce-info::before,
  body.ol-site .woocommerce-message::before {
    top: 16px;
    transform: none;
  }
  body.ol-site .woocommerce-error .button,
  body.ol-site .woocommerce-info .button,
  body.ol-site .woocommerce-message .button,
  body.ol-site .woocommerce-error .wc-forward,
  body.ol-site .woocommerce-info .wc-forward,
  body.ol-site .woocommerce-message .wc-forward {
    width: 100% !important;
    margin: 8px 0 0 !important;
  }
}
/* Elementor-native static hero slider: content stays editable as separate slide sections. */
body.home:not(.elementor-editor-active):not(.ol-hero-ready) .ol-hero-slide + .ol-hero-slide {
  display: none;
}
body.home:not(.elementor-editor-active) .ol-hero-slider-stage {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 794px;
  display: block;
  overflow: hidden;
  isolation: isolate;
  background: var(--ol-cream);
  border-bottom: 1px solid var(--ol-line);
}
body.home:not(.elementor-editor-active) .ol-hero-slider-stage > .ol-hero-slide {
  position: absolute;
  inset: 0;
  min-height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  border-bottom: 0;
  background: transparent !important;
  transition: opacity 680ms ease, transform 780ms ease;
  transform: translateY(18px);
}
body.home:not(.elementor-editor-active) .ol-hero-slider-stage > .ol-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
  transform: translateY(0);
}
body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slide .elementor-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: calc(100% - 80px);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-widget-wrap,
body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-visual .elementor-widget-wrap {
  transition: opacity 420ms ease, transform 520ms ease;
}
body.home:not(.elementor-editor-active) .ol-hero-slider-stage:not(.is-content-ready) .ol-hero-copy .elementor-widget-wrap,
body.home:not(.elementor-editor-active) .ol-hero-slider-stage:not(.is-content-ready) .ol-hero-visual .elementor-widget-wrap {
  opacity: 0;
  transform: translateY(28px);
}
body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slider-media {
  z-index: 0;
}
body.home:not(.elementor-editor-active) .ol-hero-slider-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(243, 238, 228, .94) 0%, rgba(243, 238, 228, .74) 34%, rgba(243, 238, 228, .18) 68%, rgba(74, 60, 49, .04) 100%);
  pointer-events: none;
}
body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slider-dots {
  right: clamp(54px, 5vw, 112px);
}
@media (max-width: 980px) {
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage {
    min-height: 955px;
  }
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage > .ol-hero-slide {
    align-items: flex-start;
    padding-top: 36px;
  }
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slide .elementor-container {
    max-width: none;
    width: 100%;
    padding-left: clamp(28px, 7vw, 44px) !important;
    padding-right: clamp(28px, 7vw, 44px) !important;
  }
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero h1,
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.02;
    max-width: 100%;
  }
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero p,
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage p {
    font-size: 16px;
    line-height: 1.62;
  }
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-visual {
    display: none !important;
  }
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero .elementor-widget-button {
    display: block;
    width: 100%;
    margin: 12px 0 0;
  }
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero .elementor-button {
    width: 100%;
  }
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slider-dots {
    left: 24px;
    right: auto;
    bottom: 22px;
  }
  body.home .ol-trust-strip .elementor-container {
    width: calc(100% - 48px);
    flex-direction: column;
    gap: 16px;
  }
  body.home .ol-trust-card {
    width: 100% !important;
  }
  body.home .ol-trust-card .elementor-widget-wrap {
    width: 100%;
    margin-bottom: 0;
  }
}

/* Elementor-native static page components. */
.ol-native-section {
  position: relative;
  padding: clamp(64px, 7vw, 104px) 0;
  background: var(--ol-cream);
}
.ol-native-section:nth-of-type(even) {
  background: var(--ol-ivory);
}
.ol-native-section .elementor-container {
  width: min(1280px, calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
}
.ol-native-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(85, 90, 72, .16);
  background: linear-gradient(90deg, rgba(244, 238, 228, .98), rgba(244, 238, 228, .9) 46%, rgba(253, 251, 245, .72));
}
.ol-native-hero-copy .elementor-widget-wrap {
  max-width: 690px;
  display: block;
}
.ol-native-title h1,
.ol-native-hero h1 {
  margin: 14px 0 18px;
  color: var(--ol-olive-2);
  font-size: clamp(42px, 5.1vw, 74px);
  line-height: .98;
  letter-spacing: 0;
}
.ol-native-lead p,
.ol-native-hero-copy p {
  max-width: 630px;
  color: #50473c;
  font-size: 18px;
  line-height: 1.72;
}
.ol-native-hero-media .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ol-native-hero-image img,
.ol-native-split-image img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(48, 55, 44, .14);
}
.ol-native-split .elementor-container,
.ol-native-form-band .elementor-container {
  align-items: center;
}
.ol-native-split-copy .elementor-widget-wrap,
.ol-native-form-copy .elementor-widget-wrap {
  display: block;
  padding-left: clamp(24px, 4vw, 64px);
}
.ol-native-split h2,
.ol-native-form-band h2,
.ol-native-note-band h2,
.ol-native-accordion-section h2 {
  margin: 0 0 18px;
  color: var(--ol-olive-2);
  font-size: clamp(32px, 3.9vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}
.ol-native-split p,
.ol-native-form-band p,
.ol-native-note-band p {
  color: #5c554b;
  font-size: 16px;
  line-height: 1.78;
}
.ol-native-card-grid .elementor-container,
.ol-native-process .elementor-container {
  gap: 24px;
}
.ol-native-card .elementor-widget-wrap {
  height: 100%;
  padding: 34px 30px;
  border: 1px solid rgba(85, 90, 72, .18);
  border-radius: 8px;
  background: rgba(253, 251, 245, .86);
  box-shadow: 0 20px 54px rgba(48, 55, 44, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ol-native-card .elementor-widget-wrap:hover {
  transform: translateY(-3px);
  border-color: rgba(85, 90, 72, .34);
  box-shadow: 0 26px 70px rgba(48, 55, 44, .1);
}
.ol-native-iconbox .elementor-icon-box-icon {
  margin-bottom: 18px;
  color: var(--ol-bronze);
  font-size: 28px;
}
.ol-native-iconbox .elementor-icon-box-title {
  margin: 0 0 10px;
  color: var(--ol-olive-2);
  font-size: 21px;
  line-height: 1.2;
}
.ol-native-iconbox .elementor-icon-box-description {
  color: #5c554b;
  font-size: 15px;
  line-height: 1.7;
}
.ol-native-form-widget .elementor-widget-wrap {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(85, 90, 72, .16);
  border-radius: 8px;
  background: rgba(253, 251, 245, .94);
  box-shadow: 0 24px 74px rgba(48, 55, 44, .09);
}
.ol-native-note-band {
  text-align: center;
}
.ol-native-note .elementor-widget-wrap {
  display: block;
  max-width: 880px;
  margin: 0 auto;
}
.ol-native-accordion-wrap .elementor-widget-wrap {
  display: block;
  max-width: 980px;
  margin: 0 auto;
}
.ol-native-accordion-section .elementor-accordion {
  border-top: 1px solid rgba(85, 90, 72, .2);
}
.ol-native-accordion-section .elementor-accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(85, 90, 72, .2);
}
.ol-native-accordion-section .elementor-tab-title {
  padding: 22px 0;
  color: var(--ol-olive-2);
  font-size: 18px;
  font-weight: 650;
}
.ol-native-accordion-section .elementor-tab-content {
  padding: 0 0 24px;
  color: #5c554b;
  line-height: 1.75;
}
.orphea-oceans-card-title h3 {
  margin: 24px 0 8px;
  color: #30372c;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
}
.orphea-oceans-card-copy p {
  max-width: 580px;
  color: #4a3c31;
  font-size: 15px;
  line-height: 1.72;
}
.orphea-oceans-card-link .elementor-button {
  margin-top: 8px;
  background: #30372c !important;
  color: #fffaf1 !important;
  border-color: #30372c !important;
  box-shadow: 0 14px 30px rgba(48, 55, 44, .16) !important;
}
.orphea-oceans-card-link .elementor-button:hover {
  background: #555a48 !important;
  border-color: #555a48 !important;
  color: #fffaf1 !important;
}
.orphea-gallery-grid .orphea-gallery-column .elementor-widget-wrap {
  display: grid;
  gap: 22px;
}
.orphea-gallery-grid .orphea-gallery-column .elementor-widget-wrap {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
}
.orphea-gallery-grid .orphea-gallery-column .ol-kicker,
.orphea-gallery-grid .orphea-gallery-title,
.orphea-gallery-grid .orphea-gallery-intro {
  grid-column: 1 / -1;
  text-align: center;
}
.orphea-gallery-grid .orphea-gallery-title h2 {
  margin: 0 auto 8px;
  max-width: 760px;
  color: var(--ol-cream);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
}
.orphea-gallery-grid .orphea-gallery-intro p {
  max-width: 700px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, .68);
}
.orphea-gallery-grid .orphea-gallery-image img {
  width: 100%;
  aspect-ratio: 469 / 585;
  object-fit: cover;
  border-radius: 0;
}
@media (max-width: 980px) {
  .ol-native-section {
    padding: 56px 0;
  }
  .ol-native-section .elementor-container {
    width: calc(100% - 40px);
    flex-direction: column;
    gap: 24px;
  }
  .ol-native-hero {
    min-height: auto;
  }
  .ol-native-hero-copy,
  .ol-native-hero-media,
  .ol-native-split-media,
  .ol-native-split-copy,
  .ol-native-form-copy,
  .ol-native-form-widget {
    width: 100% !important;
  }
  .ol-native-split-copy .elementor-widget-wrap,
  .ol-native-form-copy .elementor-widget-wrap {
    padding-left: 0;
  }
  .ol-native-card {
    width: 100% !important;
  }
  .orphea-testimonials-column .elementor-widget-wrap,
  .orphea-gallery-grid .orphea-gallery-column .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }
  .orphea-review-note {
    min-height: auto;
  }
}

/* Elementor-native static page bridge: preserve Rosaline/OrpheaLab component rhythm. */
.ol-page-heading-el {
  background: #fbfaf6;
}
.ol-page-heading-el > .elementor-container,
.ol-faq-elementor > .elementor-container,
.ol-faq-assistance-el > .elementor-container,
.ol-b2b-nav-heading-el > .elementor-container,
.ol-b2b-nav-cards-el > .elementor-container,
.ol-b2b-detail-el > .elementor-container,
.ol-b2b-process-el > .elementor-container,
.ol-b2b-process-cards-el > .elementor-container,
.ol-b2b-raw-el > .elementor-container,
.ol-b2b-faq-el > .elementor-container,
.ol-b2b-final-el > .elementor-container {
  width: min(1290px, calc(100% - 64px));
  max-width: 1290px;
  margin-inline: auto;
}
.ol-page-heading-el .content > .elementor-widget-wrap {
  max-width: 900px;
  display: grid;
  gap: 16px;
  align-content: center;
}
.ol-page-heading-el .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #5d6858;
  font-size: 13px;
  text-transform: uppercase;
}
.ol-page-heading-el .breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.ol-page-heading-el .page-title .elementor-heading-title {
  color: #20321f;
  letter-spacing: 0;
}
.ol-page-heading-el .page-desc p {
  max-width: 760px;
  margin: 0;
  color: #566451;
  line-height: 1.7;
}

.ol-faq-elementor {
  background: #fff;
}
.ol-faq-elementor > .elementor-container {
  align-items: flex-start;
}
.ol-faq-tabs-col {
  width: 34% !important;
}
.ol-faq-content-col {
  width: 66% !important;
  border: 1px solid rgba(30,38,24,.1);
  background: #fff;
  padding: 12px;
}
.ol-faq-tabs-col > .elementor-widget-wrap {
  position: sticky;
  top: 120px;
  max-width: 324px;
  display: grid;
  align-content: start;
  padding: 0 15px 0 0;
}
.ol-faq-tab-widget {
  margin: 0 !important;
}
.ol-faq-tab-widget .elementor-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 24px 0 !important;
  border: 1px solid rgba(30,38,24,.12) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #20321f !important;
  text-align: left;
  text-decoration: none;
  transition: all .3s ease;
}
.ol-faq-tab-widget:first-child .elementor-button {
  padding-top: 0 !important;
}
.ol-faq-tab-widget .elementor-button-text {
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}
.ol-faq-tab-widget .elementor-button-content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ol-faq-tab-widget .elementor-button-content-wrapper::after {
  content: "\203A";
  flex: 0 0 auto;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 22px;
  line-height: 1;
}
.ol-faq-tab-widget.active .elementor-button,
.ol-faq-tab-widget .elementor-button:hover {
  background: #263324 !important;
  border-color: #263324 !important;
  color: #fff !important;
}
.ol-faq-pane:not(.active):not(.show) {
  display: none;
}
.ol-faq-pane {
  margin: 0 !important;
}
.ol-faq-pane .elementor-accordion {
  display: grid;
  gap: 8px;
}
.ol-faq-pane .elementor-accordion-item {
  border: 1px solid rgba(30,38,24,.08) !important;
  border-radius: 8px;
  padding-inline: 24px;
  background: #fbfaf6;
  overflow: hidden;
}
.ol-faq-pane .elementor-tab-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 0 0 0 26px !important;
  color: #20321f;
  font-family: var(--font-main2);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}
.ol-faq-pane .elementor-tab-title::before,
.ol-faq-pane .elementor-tab-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 1.25px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .25s ease;
}
.ol-faq-pane .elementor-tab-title::after {
  transform: rotate(90deg);
}
.ol-faq-pane .elementor-tab-title.elementor-active::after {
  transform: rotate(0deg);
}
.ol-faq-pane .elementor-accordion-icon {
  display: none !important;
}
.ol-faq-pane .elementor-tab-title i,
.ol-faq-pane .elementor-tab-title svg,
.ol-b2b-faq-el .elementor-tab-title i,
.ol-b2b-faq-el .elementor-tab-title svg {
  display: none !important;
}
.ol-faq-pane .elementor-tab-content {
  padding: 0 0 18px 26px !important;
  border: 0 !important;
  background: #fff;
  color: #61705d;
  font-size: 15px;
  line-height: 1.75;
}
.ol-faq-assistance-el {
  background: #263324;
}
.ol-faq-assistance-el h3,
.ol-faq-assistance-el .s-title .elementor-heading-title {
  color: #fff;
  letter-spacing: 0;
}
.ol-faq-assistance-el p {
  color: rgba(255,255,255,.72);
}
.ol-faq-assistance-el .ol-assistance-card-col > .elementor-widget-wrap {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
}

/* FAQ page refined accordion surface. */
.ol-faq-elementor {
  background:
    linear-gradient(180deg, #fffdf8 0%, #f8f3ea 100%);
}
.ol-faq-elementor > .elementor-container {
  gap: 42px;
}
.ol-faq-content-col {
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, .62);
  padding: 10px;
}
.ol-faq-tabs-col {
  width: 30% !important;
}
.ol-faq-content-col {
  width: 70% !important;
}
.ol-faq-tabs-col > .elementor-widget-wrap {
  max-width: 292px;
  gap: 8px;
  padding-right: 0;
}
.ol-faq-tab-widget .elementor-button {
  min-height: 48px;
  padding: 13px 16px !important;
  border: 1px solid rgba(48, 55, 44, .11) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .68) !important;
  color: rgba(48, 55, 44, .76) !important;
}
.ol-faq-tab-widget:first-child .elementor-button {
  padding-top: 13px !important;
}
.ol-faq-tab-widget .elementor-button-text {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.ol-faq-tab-widget .elementor-button-content-wrapper::after {
  font-size: 18px;
  opacity: .55;
}
.ol-faq-tab-widget.active .elementor-button,
.ol-faq-tab-widget .elementor-button:hover {
  border-color: rgba(48, 55, 44, .88) !important;
  background: #30372c !important;
  color: #fff !important;
}
.ol-faq-pane .elementor-accordion {
  gap: 10px;
}
.ol-faq-pane .elementor-accordion-item {
  border: 1px solid rgba(48, 55, 44, .1) !important;
  border-radius: 18px;
  padding-inline: 0;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 44px rgba(48, 55, 44, .04);
}
.ol-faq-pane .elementor-tab-title {
  min-height: 64px;
  padding: 0 56px 0 22px !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}
.ol-faq-pane .elementor-tab-title::before,
.ol-faq-pane .elementor-tab-title::after {
  left: auto;
  right: 22px;
  width: 13px;
  height: 1.5px;
}
.ol-faq-pane .elementor-tab-title.elementor-active {
  color: #30372c;
}
.ol-faq-pane .elementor-tab-content {
  padding: 0 56px 22px 22px !important;
  background: transparent;
  color: rgba(48, 55, 44, .68);
  font-size: 15px;
  line-height: 1.72;
  overflow: hidden;
  will-change: height, opacity;
}
.ol-faq-smooth-ready .elementor-tab-content[aria-hidden="true"] {
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .ol-faq-pane .elementor-tab-content {
    transition: none !important;
  }
}
.ol-faq-assistance-el {
  background: #30372c;
}

.ol-b2b-hero-el {
  background: #fff;
}
.ol-b2b-hero-el > .elementor-container {
  width: 100%;
  max-width: none;
  min-height: 640px;
}
.ol-b2b-hero-el .col-content,
.ol-b2b-hero-el .col-media {
  width: 50% !important;
}
.ol-b2b-hero-el .col-content {
  background: #f7f4ec;
}
.ol-b2b-hero-el .col-content > .elementor-widget-wrap {
  max-width: 650px;
  margin-left: auto;
  padding: clamp(56px, 7vw, 110px) clamp(32px, 5vw, 80px);
  align-content: center;
}
.ol-b2b-hero-el .col-content .elementor-widget-button {
  width: auto;
  display: inline-flex;
  margin: 22px 10px 0 0;
}
.ol-b2b-hero-el .col-content .elementor-widget-button.tf-btn,
.ol-b2b-final-el .orphea-b2b-actions .elementor-widget-button.tf-btn,
.ol-b2b-detail-el .orphea-b2b-side-card .elementor-widget-button.tf-btn,
.ol-b2b-raw-el .elementor-widget-button.tf-btn,
.orphea-b2b-nav-card .ol-card-link.tf-btn {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
}
.ol-b2b-hero-el .col-content .elementor-widget-button .elementor-button,
.ol-b2b-final-el .orphea-b2b-actions .elementor-button,
.ol-b2b-detail-el .orphea-b2b-side-card .elementor-button,
.ol-b2b-raw-el .elementor-button,
.orphea-b2b-nav-card .ol-card-link .elementor-button {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 28px !important;
  border: 1px solid #263324 !important;
  border-radius: 999px !important;
  background: #263324 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}
.ol-b2b-hero-el .col-content .btn-light .elementor-button,
.ol-b2b-final-el .orphea-b2b-actions .btn-light .elementor-button {
  border-color: rgba(49, 65, 44, .22) !important;
  background: #fff !important;
  color: #31412c !important;
}
.ol-b2b-hero-el .col-content .elementor-button-content-wrapper,
.ol-b2b-final-el .orphea-b2b-actions .elementor-button-content-wrapper,
.ol-b2b-detail-el .orphea-b2b-side-card .elementor-button-content-wrapper,
.ol-b2b-raw-el .elementor-button-content-wrapper,
.orphea-b2b-nav-card .ol-card-link .elementor-button-content-wrapper {
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.ol-b2b-hero-el .col-media {
  position: relative;
  min-height: 640px;
  overflow: hidden;
}
.ol-b2b-hero-image,
.ol-b2b-hero-image .elementor-widget-container,
.ol-b2b-hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ol-b2b-hero-image img {
  object-fit: cover;
}
.ol-b2b-hero-card {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100% - 80px));
  margin: 80px 40px 40px auto;
  padding: 40px;
  border: 1px solid rgba(32, 50, 31, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
}
.ol-b2b-nav-heading-el .elementor-container {
  align-items: flex-end;
}
.ol-b2b-nav-heading-el .ol-heading-action > .elementor-widget-wrap {
  justify-content: flex-end;
}
.ol-b2b-nav-cards-el > .elementor-container,
.ol-b2b-process-cards-el > .elementor-container {
  gap: 0;
}
.orphea-b2b-nav-card > .elementor-widget-wrap,
.ol-b2b-detail-el .orphea-b2b-info-card > .elementor-widget-wrap,
.ol-b2b-detail-el .orphea-b2b-side-card > .elementor-widget-wrap,
.ol-b2b-process-cards-el .ol-process-card > .elementor-widget-wrap {
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(32, 50, 31, .12);
  background: #fff;
  align-content: flex-start;
}
.orphea-b2b-nav-card > .elementor-widget-wrap {
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.orphea-b2b-nav-card:hover > .elementor-widget-wrap,
.orphea-b2b-nav-card.is-active > .elementor-widget-wrap {
  border-color: #31412c;
  background: #fbfaf6;
  transform: translateY(-2px);
}
.orphea-card-number span,
.orphea-card-number p span,
.orphea-b2b-nav-card .orphea-card-number span,
.ol-b2b-process-cards-el .orphea-card-number span {
  display: inline-flex;
  width: 42px;
  height: 26px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #263324;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.orphea-b2b-nav-card h6,
.ol-b2b-detail-el h6,
.ol-b2b-process-cards-el h6 {
  margin: 0 0 10px;
  color: #20321f;
  letter-spacing: 0;
}
.orphea-b2b-nav-card p,
.ol-b2b-detail-el p,
.ol-b2b-process-cards-el p {
  margin: 0;
  color: #60705b;
  line-height: 1.65;
}
.ol-b2b-detail-el .orphea-b2b-side-card > .elementor-widget-wrap {
  background: #fbfaf6;
}
.ol-b2b-detail-el .orphea-b2b-side-card .elementor-widget-button {
  margin-top: 22px;
}
.ol-b2b-process-el,
.ol-b2b-process-cards-el {
  background: #f7f4ec;
}
.ol-b2b-process-cards-el > .elementor-container {
  border: 1px solid rgba(32, 50, 31, .12);
  background: rgba(32, 50, 31, .12);
}
.ol-b2b-process-cards-el .ol-process-card > .elementor-widget-wrap {
  min-height: 240px;
}
.ol-b2b-raw-el {
  background: #fff;
}
.ol-b2b-raw-el .orphea-b2b-media-frame img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}
.ol-b2b-raw-copy > .elementor-widget-wrap {
  padding-left: clamp(20px, 4vw, 70px);
  align-content: center;
}
.ol-b2b-raw-copy h3,
.ol-b2b-final-copy h3 {
  color: #20321f;
  letter-spacing: 0;
}
.ol-b2b-faq-el {
  background: #fff;
}
.ol-b2b-faq-el .elementor-accordion {
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(32, 50, 31, .1);
  border-radius: 16px;
  background: #fff;
}
.ol-b2b-faq-el .elementor-accordion-item {
  padding-inline: 24px;
  border: 1px solid rgba(32, 50, 31, .08) !important;
  background: #fbfaf6;
}
.ol-b2b-faq-el .elementor-accordion-item:not(:last-child) {
  margin-bottom: 8px;
}
.ol-b2b-faq-el .elementor-tab-title {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 0 !important;
  color: #20321f;
  font-family: var(--font-main2);
  font-size: 20px;
}
.ol-b2b-faq-el .elementor-accordion-icon {
  color: #20321f;
}
.ol-b2b-faq-el .elementor-tab-content {
  padding: 0 0 28px 44px !important;
  border: 0 !important;
  background: transparent;
  color: #61705d;
  line-height: 1.7;
}
.ol-b2b-final-el {
  background: #263324;
}
.ol-b2b-final-el > .elementor-container {
  align-items: center;
}
.ol-b2b-final-el h3,
.ol-b2b-final-el .orphea-eyebrow,
.ol-b2b-final-el .elementor-heading-title {
  color: #fff;
}
.ol-b2b-final-el .orphea-b2b-actions > .elementor-widget-wrap {
  justify-content: flex-end;
}
.ol-b2b-final-el .orphea-b2b-actions .elementor-widget-button {
  width: auto;
  display: inline-flex;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .ol-page-heading-el > .elementor-container,
  .ol-faq-elementor > .elementor-container,
  .ol-faq-assistance-el > .elementor-container,
  .ol-b2b-nav-heading-el > .elementor-container,
  .ol-b2b-nav-cards-el > .elementor-container,
  .ol-b2b-detail-el > .elementor-container,
  .ol-b2b-process-el > .elementor-container,
  .ol-b2b-process-cards-el > .elementor-container,
  .ol-b2b-raw-el > .elementor-container,
  .ol-b2b-faq-el > .elementor-container,
  .ol-b2b-final-el > .elementor-container {
    width: calc(100% - 40px);
  }
  .ol-faq-tabs-col,
  .ol-faq-content-col,
  .ol-b2b-hero-el .col-content,
  .ol-b2b-hero-el .col-media,
  .ol-b2b-raw-media,
  .ol-b2b-raw-copy {
    width: 100% !important;
  }
  .ol-faq-tabs-col > .elementor-widget-wrap {
    position: relative;
    top: 0;
    max-width: none;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 0 16px;
  }
  .ol-faq-tab-widget {
    min-width: 230px;
  }
  .ol-b2b-hero-el > .elementor-container {
    min-height: auto;
  }
  .ol-b2b-hero-el .col-content > .elementor-widget-wrap {
    margin: 0;
  }
  .ol-b2b-hero-el .col-media {
    min-height: 520px;
  }
  .orphea-b2b-nav-card,
  .ol-b2b-detail-el .orphea-b2b-side-card,
  .ol-b2b-detail-el .orphea-b2b-info-card,
  .ol-b2b-process-cards-el .ol-process-card,
  .ol-b2b-faq-el .sect-heading-v2,
  .ol-b2b-faq-el .ol-b2b-faq-content,
  .ol-b2b-final-copy,
  .ol-b2b-final-el .orphea-b2b-actions {
    width: 100% !important;
  }
  .ol-b2b-raw-copy > .elementor-widget-wrap {
    padding-left: 0;
  }
  .ol-b2b-final-el .orphea-b2b-actions > .elementor-widget-wrap {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ol-faq-tab-widget .elementor-button-text,
  .ol-faq-pane .elementor-tab-title,
  .ol-b2b-faq-el .elementor-tab-title {
    font-size: 18px;
  }
  .ol-b2b-hero-card {
    width: calc(100% - 40px);
    margin: 40px 20px;
    padding: 28px;
  }
  .ol-b2b-hero-el .col-content .elementor-widget-button,
  .ol-b2b-final-el .orphea-b2b-actions .elementor-widget-button {
    width: auto !important;
    display: inline-flex !important;
    margin-right: 0;
    margin-left: 0;
  }
}

/* Professional channel hub: compact B2B segmentation page. */
.ol-professional-hub {
  color: #233221;
  background: #fbfaf6;
}
.ol-professional-hub > .elementor-container {
  width: min(1340px, calc(100% - 64px));
  max-width: 1340px;
  margin-inline: auto;
}
.ol-professional-hero {
  padding: clamp(78px, 8vw, 124px) 0 clamp(60px, 6vw, 92px);
  background: #fbfaf6;
  overflow: hidden;
  border-bottom: 1px solid rgba(38, 51, 36, .08);
}
.ol-professional-hero > .elementor-container {
  align-items: center;
  gap: 0;
}
.ol-professional-hero-copy {
  width: 54% !important;
  padding-right: clamp(32px, 5vw, 86px);
}
.ol-professional-hero-visual {
  width: 46% !important;
  position: relative;
  padding: 34px 0 34px 44px;
}
.ol-professional-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0 0 0 84px;
  border-radius: 34px 0 0 34px;
  background: #f0eadf;
}
.ol-professional-hero-copy > .elementor-widget-wrap,
.ol-professional-hero-visual > .elementor-widget-wrap {
  align-content: center;
}
.ol-professional-kicker p {
  margin: 0 0 18px;
  color: #59674f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ol-professional-title .elementor-heading-title {
  max-width: 650px;
  margin: 0;
  color: #263324;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 5.4vw, 82px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: 0;
}
.ol-professional-section-title .elementor-heading-title {
  margin: 0;
  color: #263324;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 3.6vw, 56px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}
.ol-professional-lead p,
.ol-professional-body p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #4d5a49;
  font-size: 16px;
  line-height: 1.74;
}
.ol-professional-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
}
.ol-professional-hero-proof span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(38, 51, 36, .12);
  border-radius: 999px;
  background: #fff;
  color: #344333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ol-professional-button {
  width: auto !important;
  display: inline-flex !important;
  margin: 34px 10px 0 0 !important;
}
.ol-professional-inline-actions .ol-professional-button {
  margin-top: 28px !important;
}
.ol-professional-button .elementor-button,
.ol-professional-link-button .elementor-button {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 28px !important;
  border: 1px solid #263324 !important;
  border-radius: 999px !important;
  background: #263324 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
.ol-professional-button-secondary .elementor-button,
.ol-professional-link-button .elementor-button {
  border-color: rgba(38, 51, 36, .2) !important;
  background: rgba(255, 255, 255, .74) !important;
  color: #263324 !important;
}
.ol-professional-button .elementor-button:hover,
.ol-professional-link-button .elementor-button:hover {
  transform: translateY(-1px);
  border-color: #263324 !important;
  background: #31412c !important;
  color: #fff !important;
}
.ol-professional-button .elementor-button-content-wrapper,
.ol-professional-link-button .elementor-button-content-wrapper {
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.ol-professional-image,
.ol-professional-image .elementor-widget-container {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ol-professional-image img {
  width: 100%;
  aspect-ratio: 1.12 / .86;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(38, 51, 36, .08);
  box-shadow: 0 32px 70px rgba(37, 48, 34, .12);
}
.ol-professional-chip-widget {
  position: absolute;
  right: 28px;
  bottom: 56px;
  width: min(420px, calc(100% - 56px));
  z-index: 2;
}
.ol-professional-hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
}
.ol-professional-hero-chips span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(38, 51, 36, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: #263324;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.ol-professional-channels,
.ol-professional-support,
.ol-professional-application {
  padding: clamp(54px, 7vw, 90px) 0;
}
.ol-professional-channels {
  background: #fff;
}
.ol-professional-channels > .elementor-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.ol-professional-support {
  background: #fbfaf6;
}
.ol-professional-support > .elementor-container {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.ol-professional-application {
  background: #263324;
}
.ol-professional-section-head {
  width: auto !important;
  margin-bottom: 0;
}
.ol-professional-section-head > .elementor-widget-wrap {
  height: 100%;
  max-width: 760px;
  margin-inline: 0;
  padding: 0 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: left;
  justify-content: flex-start;
  align-content: center;
}
.ol-professional-section-head .ol-professional-body p {
  margin-inline: 0;
}
.ol-professional-channel-card {
  width: auto !important;
  scroll-margin-top: 120px;
}
.ol-professional-channels .ol-professional-section-head {
  grid-column: 1 / span 12;
  grid-row: 1;
}
.ol-professional-channels #distributor {
  grid-column: 1 / span 4;
  grid-row: 2;
}
.ol-professional-channels #clinics {
  grid-column: 5 / span 4;
  grid-row: 2;
}
.ol-professional-channels #doctors {
  grid-column: 9 / span 4;
  grid-row: 2;
}
.ol-professional-channels #beauty-centers {
  grid-column: 1 / span 6;
  grid-row: 3;
}
.ol-professional-channels #wholesale-channel {
  grid-column: 7 / span 6;
  grid-row: 3;
}
.ol-professional-channel-card > .elementor-widget-wrap,
.ol-professional-support-card > .elementor-widget-wrap,
.ol-professional-form-panel > .elementor-widget-wrap {
  height: 100%;
  border: 1px solid rgba(38, 51, 36, .1);
  background: #fff;
}
.ol-professional-channel-card > .elementor-widget-wrap {
  min-height: 214px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-radius: 28px;
  align-content: flex-start;
  box-shadow: 0 18px 48px rgba(37, 48, 34, 0);
  transition: border-color .25s ease, transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.ol-professional-channel-card:hover > .elementor-widget-wrap {
  border-color: rgba(38, 51, 36, .34);
  background: #fdfbf6;
  transform: translateY(-2px);
  box-shadow: 0 22px 60px rgba(37, 48, 34, .08);
}
.ol-professional-channels #distributor > .elementor-widget-wrap,
.ol-professional-channels #clinics > .elementor-widget-wrap,
.ol-professional-channels #doctors > .elementor-widget-wrap {
  min-height: 236px;
  background: #fbfaf6;
}
.ol-professional-channels #wholesale-channel > .elementor-widget-wrap {
  background: #263324;
  border-color: #263324;
}
.ol-professional-channels #wholesale-channel .ol-professional-card-meta p {
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .78);
}
.ol-professional-channels #wholesale-channel .elementor-icon,
.ol-professional-channels #wholesale-channel .elementor-icon-box-title,
.ol-professional-channels #wholesale-channel .elementor-icon-box-description {
  color: #fff;
}
.ol-professional-channels #wholesale-channel .elementor-icon {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .12);
}
.ol-professional-channels #wholesale-channel .ol-professional-link-button .elementor-button {
  border-color: rgba(255, 255, 255, .18) !important;
  background: #fff !important;
  color: #263324 !important;
}
.ol-professional-card-meta p {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin: 0 0 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f0eadf;
  color: #4f5c49;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ol-professional-channel-box .elementor-icon,
.ol-professional-support-box .elementor-icon,
.ol-professional-note-box .elementor-icon {
  color: #59674f;
}
.ol-professional-channel-box {
  width: 100% !important;
}
.ol-professional-channel-box .elementor-widget-container {
  width: 100%;
}
.ol-professional-channel-box .elementor-icon-box-wrapper {
  width: 100%;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 18px;
  align-items: flex-start;
  text-align: left !important;
}
.ol-professional-channel-box .elementor-icon-box-content {
  grid-column: 1;
  grid-row: 1;
}
.ol-professional-channel-box .elementor-icon-box-icon {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  margin: 0 !important;
}
.ol-professional-channel-box .elementor-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(38, 51, 36, .1);
  border-radius: 50%;
  background: #f4efe5;
  font-size: 22px;
}
.ol-professional-channel-box .elementor-icon-box-title,
.ol-professional-support-box .elementor-icon-box-title,
.ol-professional-note-box .elementor-icon-box-title {
  margin: 0 0 10px;
  color: #263324;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}
.ol-professional-channel-box .elementor-icon-box-description,
.ol-professional-support-box .elementor-icon-box-description,
.ol-professional-note-box .elementor-icon-box-description {
  color: #5d6a58;
  font-size: 14px;
  line-height: 1.62;
}
.ol-professional-channel-box .elementor-icon-box-description {
  max-width: 260px;
}
.ol-professional-link-button {
  width: auto !important;
  display: inline-flex !important;
  margin-top: auto !important;
  padding-top: 22px;
}
.ol-professional-link-button .elementor-button {
  min-height: 40px !important;
  padding: 0 18px !important;
  font-size: 12px !important;
}
.ol-professional-support-card {
  width: auto !important;
}
.ol-professional-support-card > .elementor-widget-wrap {
  min-height: 220px;
  padding: 34px;
  border-radius: 22px;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.ol-professional-inline-actions {
  width: 100% !important;
  text-align: center;
}
.ol-professional-inline-actions > .elementor-widget-wrap {
  justify-content: center;
}
.ol-professional-application > .elementor-container {
  align-items: stretch;
}
.ol-professional-application-copy {
  width: 42% !important;
  scroll-margin-top: 120px;
}
.ol-professional-form-panel {
  width: 58% !important;
}
.ol-professional-application-copy > .elementor-widget-wrap {
  padding-right: clamp(28px, 5vw, 82px);
  align-content: center;
}
.ol-professional-application .ol-professional-kicker p,
.ol-professional-application .ol-professional-section-title .elementor-heading-title {
  color: #fff;
}
.ol-professional-application .ol-professional-body p {
  color: rgba(255, 255, 255, .72);
}
.ol-professional-application .ol-professional-button-secondary .elementor-button {
  border-color: rgba(255, 255, 255, .18) !important;
  background: transparent !important;
  color: #fff !important;
}
.ol-professional-note-box {
  margin-top: 24px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.ol-professional-note-box .elementor-icon,
.ol-professional-note-box .elementor-icon-box-title {
  color: #fff;
}
.ol-professional-note-box .elementor-icon-box-description {
  color: rgba(255, 255, 255, .68);
}
.ol-professional-form-panel > .elementor-widget-wrap {
  padding: clamp(24px, 4vw, 46px);
  border-color: rgba(255, 255, 255, .14);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .16);
}
.ol-professional-form-title p {
  margin: 0 0 20px;
  color: #263324;
  font-family: var(--font-main2);
  font-size: 28px;
  line-height: 1.1;
}
.ol-professional-metform {
  margin: 0 !important;
}
.ol-professional-metform input,
.ol-professional-metform textarea,
.ol-professional-metform select {
  min-height: 46px;
  border-radius: 18px !important;
}

@media (max-width: 1199px) {
  .ol-professional-channels > .elementor-container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .ol-professional-channels .ol-professional-section-head {
    grid-column: 1 / span 6;
    grid-row: auto;
  }
  .ol-professional-channels #distributor,
  .ol-professional-channels #clinics,
  .ol-professional-channels #doctors {
    grid-column: span 3;
    grid-row: auto;
  }
  .ol-professional-channels #beauty-centers,
  .ol-professional-channels #wholesale-channel {
    grid-column: span 3;
    grid-row: auto;
  }
}

@media (max-width: 991px) {
  .ol-professional-hub > .elementor-container {
    width: calc(100% - 40px);
  }
  .ol-professional-support > .elementor-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ol-professional-support .ol-professional-section-head {
    grid-column: 1 / span 2;
  }
  .ol-professional-hero {
    background: #fbfaf6;
  }
  .ol-professional-hero-copy,
  .ol-professional-hero-visual,
  .ol-professional-support-card,
  .ol-professional-application-copy,
  .ol-professional-form-panel {
    width: 100% !important;
  }
  .ol-professional-hero-copy {
    padding-right: 0;
  }
  .ol-professional-hero-visual {
    margin-top: 34px;
    padding: 0;
  }
  .ol-professional-hero-visual::before {
    display: none;
  }
  .ol-professional-channels > .elementor-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ol-professional-channels .ol-professional-section-head {
    grid-column: 1 / span 2;
  }
  .ol-professional-channels #distributor,
  .ol-professional-channels #clinics,
  .ol-professional-channels #doctors,
  .ol-professional-channels #beauty-centers,
  .ol-professional-channels #wholesale-channel {
    grid-column: span 1;
    grid-row: auto;
  }
  .ol-professional-channels #wholesale-channel {
    grid-column: span 2;
  }
  .ol-professional-application-copy > .elementor-widget-wrap {
    padding-right: 0;
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .ol-professional-hero {
    padding: 46px 0 44px;
  }
  .ol-professional-title .elementor-heading-title {
    font-size: 42px;
    line-height: 1.03;
  }
  .ol-professional-section-title .elementor-heading-title {
    font-size: 32px;
  }
  .ol-professional-lead p,
  .ol-professional-body p {
    font-size: 15px;
    line-height: 1.68;
  }
  .ol-professional-button {
    margin-top: 22px !important;
  }
  .ol-professional-button .elementor-button {
    min-height: 44px !important;
    padding: 0 20px !important;
    font-size: 12px !important;
  }
  .ol-professional-image img {
    aspect-ratio: 1 / .78;
    border-radius: 20px;
  }
  .ol-professional-chip-widget {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }
  .ol-professional-hero-chips {
    justify-content: flex-start;
  }
  .ol-professional-channels,
  .ol-professional-support,
  .ol-professional-application {
    padding: 42px 0;
  }
  .ol-professional-section-head {
    margin-bottom: 24px;
  }
  .ol-professional-channel-card {
    width: auto !important;
    grid-column: span 2 !important;
  }
  .ol-professional-support > .elementor-container {
    grid-template-columns: 1fr;
  }
  .ol-professional-support .ol-professional-section-head,
  .ol-professional-support-card {
    grid-column: 1 !important;
  }
  .ol-professional-channels #doctors,
  .ol-professional-channels #beauty-centers,
  .ol-professional-channels #wholesale-channel {
    grid-column: span 2 !important;
  }
  .ol-professional-channel-card > .elementor-widget-wrap {
    min-height: 0;
    padding: 22px;
  }
  .ol-professional-support-card > .elementor-widget-wrap,
  .ol-professional-form-panel > .elementor-widget-wrap {
    padding: 24px;
    border-radius: 20px;
  }
  .ol-professional-form-title p {
    font-size: 24px;
  }
}

/* Minimal product card direction from the approved reference: quiet image field, pill label, three icon-only hover actions, compact meta. */
.ol-product-card.card-product,
.orphea-shop-card.card-product {
  gap: 12px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ol-product-card > .elementor-widget-wrap,
.orphea-shop-card.card-product {
  background: transparent !important;
}

.ol-product-card .elementor-widget-wrap:hover,
.ol-product-card:hover > .elementor-widget-wrap,
.ol-product-card.is-hover > .elementor-widget-wrap,
.ol-product-card:focus-within > .elementor-widget-wrap {
  transform: none !important;
  box-shadow: none !important;
}

.ol-product-card .ol-product-media,
.orphea-shop-card .card-product_wrapper {
  aspect-ratio: 354 / 472 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #f8f1ec !important;
  box-shadow: none !important;
}

@media (min-width: 1181px) {
  .ol-product-grid .ol-product-card .ol-product-media {
    height: clamp(360px, 29.45vw, 424px) !important;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  .ol-product-grid .ol-product-card .ol-product-media {
    height: clamp(330px, 38vw, 448px) !important;
  }
}

.ol-product-card .ol-product-media img,
.ol-product-card img,
.orphea-shop-card .card-product_wrapper img {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
  filter: none !important;
}

.ol-product-card:hover .ol-product-media img,
.orphea-shop-card .card-product_wrapper:hover img {
  transform: scale(1.018) !important;
}

.ol-product-card .ol-product-badge,
.orphea-shop-card .product-badge_list {
  top: 12px !important;
  right: auto !important;
  left: 12px !important;
  z-index: 6 !important;
  max-width: calc(100% - 64px) !important;
}

.ol-product-card .ol-product-badge p,
.orphea-shop-card .product-badge_item {
  min-height: 24px !important;
  padding: 4px 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #111310 !important;
  box-shadow: 0 6px 18px rgba(48, 55, 44, .05) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
}

.ol-product-actions,
.orphea-shop-card .card-product_wrapper > .product-action_list {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: 14px !important;
  left: 50% !important;
  z-index: 7 !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 7px !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate(-50%, 12px) !important;
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease !important;
}

.ol-product-actions li,
.orphea-shop-card .card-product_wrapper > .product-action_list li {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: inherit !important;
  transform: none !important;
  transition: none !important;
}

.ol-product-action-compare,
.orphea-card-compare,
.product-action_list li.compare {
  display: none !important;
}

.ol-product-actions a.added_to_cart,
.orphea-shop-card .card-product_wrapper > .product-action_list a.added_to_cart,
.orphea-quick-view-actions a.added_to_cart {
  display: none !important;
}

.ol-product-actions li.wishlist,
.orphea-shop-card .card-product_wrapper > .product-action_list li.wishlist {
  position: relative !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #111310 !important;
  box-shadow: 0 6px 18px rgba(48, 55, 44, .06) !important;
  line-height: 1 !important;
}

.ol-product-actions .ol-home-wishlist-source,
.ol-product-actions .ol-home-wishlist-source .elementor-widget-container,
.ol-product-actions .ol-home-wishlist-source .elementor-shortcode,
.ol-product-actions .ol-home-wishlist-source .yith-wcwl-add-to-wishlist,
.ol-product-actions .ol-home-wishlist-source .yith-wcwl-add-button:not(.hide),
.ol-product-actions .ol-home-wishlist-source .yith-wcwl-wishlistaddedbrowse:not(.hide),
.ol-product-actions .ol-home-wishlist-source .yith-wcwl-wishlistexistsbrowse:not(.hide),
.ol-product-actions .orphea-wishlist-button,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button .elementor-widget-container,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button .elementor-shortcode,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button .yith-wcwl-add-to-wishlist,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button .yith-wcwl-add-button:not(.hide),
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button .yith-wcwl-wishlistaddedbrowse:not(.hide),
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button .yith-wcwl-wishlistexistsbrowse:not(.hide) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: inherit !important;
  line-height: 1 !important;
}

.ol-product-actions li.wishlist:not(:has(a, button, .orphea-wishlist-fallback))::before,
.orphea-shop-card .card-product_wrapper > .product-action_list li.wishlist:not(:has(a, button, .orphea-wishlist-fallback))::before {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #111310 !important;
  box-shadow: 0 6px 18px rgba(48, 55, 44, .06) !important;
  transform: translate(-50%, -50%) !important;
  z-index: 3 !important;
  pointer-events: none !important;
  content: "" !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111310' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6c-1.7-1.6-4.4-1.5-6 .2L12 7.6 9.2 4.8c-1.6-1.7-4.3-1.8-6-.2-1.8 1.7-1.9 4.5-.2 6.3l9 8.7 9-8.7c1.7-1.8 1.6-4.6-.2-6.3Z'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 17px 17px !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.ol-product-card:hover .ol-product-actions,
.ol-product-card.is-hover .ol-product-actions,
.ol-product-card:focus-within .ol-product-actions,
.orphea-shop-card:hover .card-product_wrapper > .product-action_list,
.orphea-shop-card.is-hover .card-product_wrapper > .product-action_list,
.orphea-shop-card:focus-within .card-product_wrapper > .product-action_list {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, 0) !important;
}

.ol-product-add,
.orphea-shop-card .product-action_bot {
  display: none !important;
}

.ol-product-action,
.orphea-shop-card .card-product_wrapper > .product-action_list .box-icon,
.ol-product-actions .ol-home-wishlist-source a,
.ol-product-actions .ol-home-wishlist-source button,
.ol-product-actions .orphea-wishlist-button--icon a,
.ol-product-actions .orphea-wishlist-button--icon button,
.ol-product-actions .orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button,
.ol-product-actions .orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button-anchor-wrapper,
.ol-product-actions .orphea-wishlist-button--icon .orphea-wishlist-fallback,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon a,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon button,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button-anchor-wrapper,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon .orphea-wishlist-fallback {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #111310 !important;
  box-shadow: 0 6px 18px rgba(48, 55, 44, .06) !important;
  transform: none !important;
  font-size: 0 !important;
}

.ol-product-action-cart,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-card-cart {
  width: auto !important;
  min-width: 122px !important;
  padding: 0 14px !important;
  gap: 8px !important;
  border-radius: 20px !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.ol-product-action-cart .ol-action-label,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-card-cart .ol-action-label {
  display: inline-flex !important;
  align-items: center !important;
  color: currentColor !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1 !important;
}

.ol-product-action:hover,
.orphea-shop-card .card-product_wrapper > .product-action_list .box-icon:hover,
.ol-product-actions .ol-home-wishlist-source a:hover,
.ol-product-actions .ol-home-wishlist-source button:hover,
.ol-product-actions .orphea-wishlist-button--icon a:hover,
.ol-product-actions .orphea-wishlist-button--icon button:hover,
.ol-product-actions .orphea-wishlist-button--icon .orphea-wishlist-fallback:hover,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon a:hover,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon button:hover,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon .orphea-wishlist-fallback:hover {
  background: #111310 !important;
  color: #fff !important;
}

.ol-product-action-cart.is-added,
.orphea-card-cart.is-added,
.orphea-quick-view-cart.is-added {
  background: var(--ol-olive-2, #30372c) !important;
  color: #fff !important;
}

.ol-product-action-cart.is-loading,
.ol-product-action-cart.loading,
.orphea-card-cart.is-loading,
.orphea-card-cart.loading,
.orphea-card-cart.orphea-cart-pending,
.orphea-quick-view-cart.is-loading {
  cursor: wait !important;
  opacity: .72 !important;
  pointer-events: none !important;
}

.ol-cart-count {
  transition: transform 180ms ease, background-color 180ms ease;
}

.ol-cart-count.is-optimistic {
  transform: scale(1.12);
}

.ol-product-action .icon,
.orphea-shop-card .card-product_wrapper > .product-action_list .box-icon .icon {
  font-size: 16px !important;
  line-height: 1 !important;
}

.ol-product-action-cart .icon,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-card-cart .icon {
  font-size: 14px !important;
}

.ol-product-action .tooltip,
.orphea-shop-card .card-product_wrapper > .product-action_list .tooltip,
.ol-product-actions .ol-home-wishlist-source span,
.ol-product-actions .ol-home-wishlist-source .feedback,
.ol-product-actions .ol-home-wishlist-source .yith-wcwl-add-to-wishlist-button__label,
.ol-product-actions .orphea-wishlist-button--icon .orphea-wishlist-label,
.ol-product-actions .orphea-wishlist-button--icon span:not(.icon),
.ol-product-actions .orphea-wishlist-button--icon .feedback,
.ol-product-actions .orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button__label,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon .orphea-wishlist-label,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon span:not(.icon),
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon .feedback,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button__label {
  display: none !important;
}

.ol-product-actions .orphea-wishlist-button--icon a::before,
.ol-product-actions .orphea-wishlist-button--icon button::before,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon a::before,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon button::before {
  font-size: 16px !important;
  line-height: 1 !important;
}

.ol-product-actions .ol-home-wishlist-source svg,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon svg {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  margin: 0 !important;
  color: currentColor !important;
  stroke: currentColor !important;
  transform: translate(-50%, -50%) !important;
  vertical-align: middle !important;
}

.ol-product-actions .ol-home-wishlist-source svg *,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon svg * {
  stroke: currentColor !important;
}

.ol-product-actions .ol-home-wishlist-source a:hover svg,
.ol-product-actions .ol-home-wishlist-source button:hover svg,
.ol-product-actions .orphea-wishlist-button--icon a:hover svg,
.ol-product-actions .orphea-wishlist-button--icon button:hover svg,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon a:hover svg,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon button:hover svg,
.ol-product-actions .ol-home-wishlist-source a:hover svg *,
.ol-product-actions .ol-home-wishlist-source button:hover svg *,
.ol-product-actions .orphea-wishlist-button--icon a:hover svg *,
.ol-product-actions .orphea-wishlist-button--icon button:hover svg *,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon a:hover svg *,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon button:hover svg * {
  color: #fff !important;
  stroke: #fff !important;
}

.ol-product-actions li.wishlist:not(:has(a, button, .orphea-wishlist-fallback)):hover,
.orphea-shop-card .card-product_wrapper > .product-action_list li.wishlist:not(:has(a, button, .orphea-wishlist-fallback)):hover {
  background: #111310 !important;
  color: #fff !important;
}

.ol-product-actions li.wishlist:not(:has(a, button, .orphea-wishlist-fallback)):hover::before,
.orphea-shop-card .card-product_wrapper > .product-action_list li.wishlist:not(:has(a, button, .orphea-wishlist-fallback)):hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6c-1.7-1.6-4.4-1.5-6 .2L12 7.6 9.2 4.8c-1.6-1.7-4.3-1.8-6-.2-1.8 1.7-1.9 4.5-.2 6.3l9 8.7 9-8.7c1.7-1.8 1.6-4.6-.2-6.3Z'/%3E%3C/svg%3E") !important;
}

.ol-product-actions li.wishlist:has(.yith-wcwl-add-to-wishlist.exists)::before,
.orphea-shop-card .card-product_wrapper > .product-action_list li.wishlist:has(.yith-wcwl-add-to-wishlist.exists)::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  padding: 0 !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23111310' stroke='%23111310' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6c-1.7-1.6-4.4-1.5-6 .2L12 7.6 9.2 4.8c-1.6-1.7-4.3-1.8-6-.2-1.8 1.7-1.9 4.5-.2 6.3l9 8.7 9-8.7c1.7-1.8 1.6-4.6-.2-6.3Z'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 17px 17px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: translate(-50%, -50%) !important;
  z-index: 5 !important;
  pointer-events: none !important;
}

.ol-product-actions li.wishlist:has(.yith-wcwl-add-to-wishlist.exists):hover,
.orphea-shop-card .card-product_wrapper > .product-action_list li.wishlist:has(.yith-wcwl-add-to-wishlist.exists):hover {
  background: #111310 !important;
  color: #fff !important;
}

.ol-product-actions li.wishlist:has(.yith-wcwl-add-to-wishlist.exists):hover::before,
.orphea-shop-card .card-product_wrapper > .product-action_list li.wishlist:has(.yith-wcwl-add-to-wishlist.exists):hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff' stroke='%23fff' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6c-1.7-1.6-4.4-1.5-6 .2L12 7.6 9.2 4.8c-1.6-1.7-4.3-1.8-6-.2-1.8 1.7-1.9 4.5-.2 6.3l9 8.7 9-8.7c1.7-1.8 1.6-4.6-.2-6.3Z'/%3E%3C/svg%3E") !important;
}

.ol-product-actions .ol-home-wishlist-source a:has(svg)::before,
.orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon a:has(svg)::before {
  content: none !important;
}

.ol-product-actions li.wishlist:not(:has(a, button, .orphea-wishlist-fallback))::before,
.orphea-shop-card .card-product_wrapper > .product-action_list li.wishlist:not(:has(a, button, .orphea-wishlist-fallback))::before {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: center !important;
  transform: translate(-50%, -50%) !important;
  z-index: 3 !important;
  pointer-events: none !important;
}

.orphea-shop-card .card-product_info > .product-action_list.style-2 {
  display: none !important;
}

.ol-product-info,
.orphea-shop-card .card-product_info {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 2px 16px !important;
  align-items: start !important;
  padding: 4px 0 0 !important;
  text-align: left !important;
}

.ol-product-card .ol-product-title,
.orphea-shop-card .name-product {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
}

.ol-product-card .ol-price,
.orphea-shop-card .price-wrap {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-content: flex-end !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.ol-product-card .ol-product-benefit,
.orphea-shop-card .orphea-product-minimal-type {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
}

.ol-product-card .ol-product-desc,
.orphea-shop-card .product-info__rate,
.orphea-shop-card .orphea-benefit-list,
.orphea-shop-card .orphea-product-desc {
  display: none !important;
}

.ol-product-title h3,
.orphea-shop-card .name-product {
  min-height: 0 !important;
  margin: 0 !important;
  color: #111310 !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
}

.ol-product-card .ol-price h3,
.orphea-shop-card .price-new {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #111310 !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  font-variant-numeric: tabular-nums !important;
  text-align: right !important;
}

.ol-product-benefit {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
}

.ol-product-benefit p,
.orphea-shop-card .orphea-product-minimal-type {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(17, 19, 16, .48) !important;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.ol-product-benefit p::before {
  display: none !important;
}

.orphea-shop .product-style_list.orphea-shop-card {
  display: grid !important;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr) !important;
  gap: 18px !important;
  padding: 0 !important;
  border: 0 !important;
}

.orphea-shop .product-style_list.orphea-shop-card .card-product_wrapper {
  width: 100% !important;
  flex-basis: auto !important;
}

.orphea-shop .product-style_list.orphea-shop-card .card-product_info {
  align-self: end !important;
  padding-bottom: 4px !important;
}

@media (max-width: 767px) {
  .ol-product-card .ol-product-media,
  .orphea-shop-card .card-product_wrapper {
    aspect-ratio: 354 / 472 !important;
  }

  .ol-product-actions,
  .orphea-shop-card .card-product_wrapper > .product-action_list {
    bottom: 10px !important;
    gap: 4px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, 0) !important;
  }

  .ol-product-actions li.wishlist,
  .orphea-shop-card .card-product_wrapper > .product-action_list li.wishlist,
  .ol-product-actions li.wishlist:not(:has(a, button, .orphea-wishlist-fallback))::before,
  .orphea-shop-card .card-product_wrapper > .product-action_list li.wishlist:not(:has(a, button, .orphea-wishlist-fallback))::before {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }

  .ol-product-actions li.wishlist:not(:has(a, button, .orphea-wishlist-fallback))::before,
  .orphea-shop-card .card-product_wrapper > .product-action_list li.wishlist:not(:has(a, button, .orphea-wishlist-fallback))::before {
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    min-height: 17px !important;
    padding: 0 !important;
    font-size: 17px !important;
    line-height: 1 !important;
  }

  .ol-product-action,
  .orphea-shop-card .card-product_wrapper > .product-action_list .box-icon,
  .ol-product-actions .ol-home-wishlist-source a,
  .ol-product-actions .ol-home-wishlist-source button,
  .ol-product-actions .orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button,
  .ol-product-actions .orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button-anchor-wrapper,
  .ol-product-actions .orphea-wishlist-button--icon a,
  .ol-product-actions .orphea-wishlist-button--icon button,
  .ol-product-actions .orphea-wishlist-button--icon .orphea-wishlist-fallback,
  .orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button,
  .orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon .yith-wcwl-add-to-wishlist-button-anchor-wrapper,
  .orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon a,
  .orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon button,
  .orphea-shop-card .card-product_wrapper > .product-action_list .orphea-wishlist-button--icon .orphea-wishlist-fallback {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }

  .ol-product-action-cart,
  .orphea-shop-card .card-product_wrapper > .product-action_list .orphea-card-cart {
    width: auto !important;
    min-width: 94px !important;
    max-width: calc(100vw - 122px) !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 7px !important;
    gap: 4px !important;
    border-radius: 20px !important;
    font-size: 9px !important;
    letter-spacing: 0 !important;
  }

  .ol-product-action-cart .icon,
  .orphea-shop-card .card-product_wrapper > .product-action_list .orphea-card-cart .icon {
    font-size: 13px !important;
  }

  .ol-product-title h3,
  .orphea-shop-card .name-product {
    font-size: 13px !important;
    font-weight: 400 !important;
  }

  .ol-product-card .ol-price h3,
  .orphea-shop-card .price-new {
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  .ol-product-benefit p,
  .orphea-shop-card .orphea-product-minimal-type {
    font-size: 11px !important;
  }

  .orphea-shop .product-style_list.orphea-shop-card {
    grid-template-columns: 1fr !important;
  }
}

.orphea-quick-view-open {
  overflow: hidden !important;
}

.orphea-quick-view-modal {
  position: fixed;
  inset: 0;
  z-index: 10030;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.orphea-quick-view-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.orphea-quick-view-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 19, 16, .52);
  backdrop-filter: blur(8px);
}

.orphea-quick-view-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 46%) minmax(300px, 1fr);
  width: min(920px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border-radius: 10px;
  background: #fffaf6;
  box-shadow: 0 28px 90px rgba(17, 19, 16, .22);
  transform: translateY(16px) scale(.985);
  transition: transform .24s ease;
}

.orphea-quick-view-modal.is-open .orphea-quick-view-dialog {
  transform: translateY(0) scale(1);
}

.orphea-quick-view-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #111310;
  box-shadow: 0 12px 28px rgba(17, 19, 16, .1);
  cursor: pointer;
}

.orphea-quick-view-close:hover {
  background: #111310;
  color: #fff;
}

.orphea-quick-view-media {
  min-height: 520px;
  background: #f8f1ec;
}

.orphea-quick-view-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.orphea-quick-view-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: clamp(34px, 4.4vw, 64px);
  color: #30372c;
}

.orphea-quick-view-kicker {
  margin: 0 0 14px;
  color: rgba(48, 55, 44, .62);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.orphea-quick-view-content h3 {
  margin: 0;
  color: #30372c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: .98;
}

.orphea-quick-view-desc {
  max-width: 44ch;
  margin: 18px 0 0;
  color: rgba(48, 55, 44, .74);
  font-size: 15px;
  line-height: 1.75;
}

.orphea-quick-view-price {
  margin-top: 24px;
  color: #111310;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.orphea-quick-view-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.orphea-quick-view-actions .tf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 18px !important;
  min-height: 18px !important;
  padding: 9px 17px !important;
  border-radius: 20px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1 !important;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.orphea-quick-view-actions .btn-fill {
  border: 1px solid #30372c;
  background: #30372c;
  color: #fff;
}

.orphea-quick-view-actions .btn-line {
  border: 1px solid rgba(48, 55, 44, .28);
  background: transparent;
  color: #30372c;
}

.orphea-quick-view-actions .tf-btn:hover {
  border-color: #111310;
  background: #111310;
  color: #fff;
}

.orphea-quick-view-actions .tf-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(48, 55, 44, .18);
}

@media (max-width: 767px) {
  .orphea-quick-view-modal {
    align-items: end;
    padding: 12px;
  }

  .orphea-quick-view-dialog {
    grid-template-columns: 1fr;
    width: 100%;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
  }

  .orphea-quick-view-media,
  .orphea-quick-view-content {
    min-height: 0;
  }

  .orphea-quick-view-media {
    height: min(62vh, 420px);
  }

  .orphea-quick-view-content {
    padding: 24px 18px 20px;
  }

  .orphea-quick-view-actions {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 20px;
  }

  .orphea-quick-view-actions .tf-btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 18px !important;
    min-height: 18px !important;
    padding: 9px 17px !important;
    gap: 6px;
    font-size: 10px;
    letter-spacing: 0;
  }
}

/* Home elevation sprint: premium clinical-luxury hierarchy without moving editable content out of Elementor. */
body.home.ol-site {
  --ol-font-display: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  --ol-font-body: Inter, "Helvetica Neue", Arial, sans-serif;
  --ol-elevated-cream: #f3eee4;
  --ol-elevated-ivory: #fffdf8;
  --ol-elevated-paper: rgba(255, 253, 247, .72);
  --ol-elevated-line: rgba(48, 55, 44, .16);
  --ol-elevated-line-warm: rgba(140, 106, 69, .18);
  --ol-elevated-shadow: 0 24px 70px rgba(48, 55, 44, .08);
}

body.home .ol-hero h1,
body.home .ol-section-heading h2,
body.home .orphea-genoscope-title h4,
body.home .orphea-science-title h4,
body.home .orphea-oceans-title h4,
body.home .orphea-b2b h2,
body.home .orphea-testimonials .sect-heading-v2 .s-title,
body.home .orphea-gallery .gallery_name {
  font-family: var(--ol-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body.home .ol-hero h1 {
  max-width: 760px;
  font-size: clamp(56px, 6.35vw, 92px);
  line-height: .94;
}

body.home .ol-section-heading h2,
body.home .orphea-science-title h4 {
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: .98;
}

body.home .orphea-genoscope-title h4,
body.home .orphea-oceans-title h4 {
  font-size: clamp(42px, 4.4vw, 72px);
  line-height: .96;
}

body.home .orphea-genoscope-title h4 {
  max-width: 620px;
  font-size: clamp(42px, 2.9vw, 56px);
  line-height: 1.02;
}

body.home .orphea-b2b h2 {
  max-width: 900px;
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: 1;
}

body.home .ol-hero .elementor-button,
body.home .orphea-genoscope-copy .elementor-button,
body.home .orphea-oceans .elementor-button,
body.home .orphea-b2b .elementor-button {
  border-radius: 999px !important;
  box-shadow: none !important;
  transition:
    color .22s ease,
    background .22s ease,
    border-color .22s ease,
    transform .22s ease;
}

body.home .ol-hero .elementor-button:hover,
body.home .orphea-genoscope-copy .elementor-button:hover,
body.home .orphea-oceans .elementor-button:hover,
body.home .orphea-b2b .elementor-button:hover {
  transform: translateY(-1px);
}

body.home .ol-product-showcase {
  padding-top: clamp(84px, 8vw, 128px);
  padding-bottom: 22px;
}

body.home .ol-product-showcase .elementor-container {
  max-width: 760px;
}

body.home .ol-product-showcase p {
  max-width: 560px;
  margin-inline: auto;
}

body.home .orphea-genoscope {
  padding: clamp(84px, 8vw, 124px) 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 255, 255, .72), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #fffdf8 0%, #f4ecde 100%);
}

body.home .orphea-genoscope .elementor-container {
  max-width: 1420px;
  width: calc(100% - 80px);
}

body.home .orphea-genoscope-media img {
  height: clamp(410px, 36vw, 560px);
  border: 1px solid rgba(48, 55, 44, .12);
  border-radius: 14px;
  box-shadow: 0 26px 70px rgba(48, 55, 44, .08);
}

body.home .orphea-genoscope-caption {
  margin-top: 18px !important;
  padding-top: 18px !important;
}

body.home .orphea-genoscope-caption span {
  font-family: var(--ol-font-display);
  font-size: 22px;
  line-height: 1.05;
}

body.home .orphea-genoscope-caption small {
  font-size: 12px;
  line-height: 1.45;
}

body.home .orphea-genoscope-copy .elementor-widget-wrap {
  max-width: 610px;
}

body.home .orphea-genoscope-desc p,
body.home .orphea-oceans-desc p,
body.home .orphea-science-intro p {
  color: rgba(48, 55, 44, .72);
}

body.home .orphea-genoscope-step {
  grid-template-columns: 32px minmax(0, 1fr);
  padding: 16px 0;
}

body.home .orphea-genoscope-step::before {
  width: 9px;
  height: 9px;
  margin-top: 7px;
  background: #30372c;
  box-shadow: 0 0 0 8px rgba(48, 55, 44, .08);
}

body.home .orphea-genoscope-step .step-title {
  font-size: 16px;
  font-weight: 600;
}

body.home .orphea-genoscope-step .step-desc {
  max-width: 48ch;
  font-size: 13px;
}

body.home .ol-science.orphea-science {
  padding: clamp(84px, 8vw, 122px) 0;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, .88), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #fffdf8 0%, #f8f2e8 100%);
}

body.home .orphea-science-main .elementor-widget-wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-content: center;
  gap: 0 28px !important;
  padding: 0 clamp(12px, 3vw, 44px);
}

body.home .orphea-science-eyebrow,
body.home .orphea-science-title,
body.home .orphea-science-intro {
  grid-column: 1 / -1;
}

body.home .orphea-science-intro {
  max-width: 620px;
  margin-bottom: 34px !important;
}

body.home .orphea-science-note {
  min-height: 0;
  padding: 22px 0 24px;
  border: 0;
  border-top: 1px solid var(--ol-elevated-line-warm);
  border-radius: 0;
  background: transparent;
  transition: border-color .22s ease, transform .22s ease;
}

body.home .orphea-science-note:hover {
  transform: translateX(3px);
  border-color: color-mix(in srgb, var(--note-accent) 52%, rgba(140, 106, 69, .2));
  background: transparent;
}

body.home .orphea-science-note::after {
  left: 0;
  right: auto;
  top: -1px;
  width: 42px;
  height: 1px;
}

body.home .orphea-science-note::before {
  right: 0;
  top: 24px;
  color: rgba(48, 55, 44, .18);
}

body.home .orphea-science-note .elementor-icon-box-wrapper {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0 16px;
}

body.home .orphea-science-note .elementor-icon-box-icon {
  grid-row: 1 / span 2;
  margin: 0 !important;
}

body.home .orphea-science-note .elementor-icon {
  width: 38px;
  height: 38px;
  background: transparent;
}

body.home .orphea-science-note .elementor-icon-box-title {
  padding-right: 38px;
  font-size: 20px;
}

body.home .orphea-science-note .elementor-icon-box-description {
  max-width: 34ch;
  font-size: 13.5px;
  line-height: 1.55;
}

body.home .orphea-oceans {
  background:
    linear-gradient(90deg, #e8ddcd 0%, #efe6d8 48%, #f6efe4 100%);
}

body.home .orphea-oceans-content > .elementor-widget-wrap {
  max-width: 760px;
  margin-inline: auto;
  padding: clamp(52px, 6.4vw, 96px) clamp(30px, 5vw, 86px) !important;
}

body.home .orphea-oceans-title h4 {
  max-width: 600px;
}

body.home .orphea-oceans-desc {
  margin: 18px 0 34px !important;
}

body.home .orphea-oceans-desc p {
  max-width: 58ch;
  font-size: 16px;
}

body.home .orphea-oceans-choice-list {
  display: grid;
  gap: 14px;
  width: 100%;
  margin: 0 0 30px;
}

body.home .orphea-oceans-choice-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(48, 55, 44, .13);
  border-radius: 10px;
  background: rgba(255, 253, 247, .48);
  backdrop-filter: blur(16px);
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
}

body.home .orphea-oceans-choice-card:hover {
  transform: translateY(-2px);
  border-color: rgba(48, 55, 44, .28);
  background: rgba(255, 253, 247, .7);
}

body.home .orphea-oceans-choice-card::before {
  content: attr(data-index);
  grid-row: 1 / span 3;
  color: rgba(48, 55, 44, .48);
  font-family: var(--ol-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.2;
}

body.home .orphea-oceans-choice-card .elementor-widget {
  grid-column: 2;
  margin: 0 !important;
}

body.home .orphea-oceans-card-title h3 {
  margin: 0;
  color: #30372c;
  font-family: var(--ol-font-display);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.02;
}

body.home .orphea-oceans-card-copy p {
  max-width: 48ch;
  margin: 0;
  color: rgba(48, 55, 44, .72);
  font-size: 14px;
  line-height: 1.62;
}

body.home .orphea-oceans-card-link .elementor-button {
  min-height: auto !important;
  margin-top: 2px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #30372c !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .08em;
}

body.home .orphea-oceans-card-link .elementor-button:hover {
  background: transparent !important;
  color: #111310 !important;
}

body.home .orphea-oceans-more {
  text-align: left;
}

body.home .orphea-oceans-more .elementor-button {
  min-height: 44px !important;
  padding: 0 20px !important;
  background: #30372c !important;
  color: #fffdf8 !important;
  border-color: #30372c !important;
  box-shadow: none !important;
  font-size: 12px !important;
  letter-spacing: .06em;
}

body.home .orphea-oceans-media > .elementor-widget-wrap::after {
  background:
    linear-gradient(180deg, rgba(28, 24, 19, .04) 0%, rgba(28, 24, 19, .18) 62%, rgba(28, 24, 19, .46) 100%),
    linear-gradient(90deg, rgba(28, 24, 19, .24), rgba(28, 24, 19, 0) 58%);
}

body.home .ol-elevated-reveal {
  opacity: 1;
  transform: translate3d(0, 14px, 0);
  transition: transform .68s cubic-bezier(.22, .61, .36, 1);
}

body.home .ol-elevated-reveal.is-inview {
  transform: translate3d(0, 0, 0);
}

body.home .ol-elevated-reveal[data-reveal-delay="1"] { transition-delay: .08s; }
body.home .ol-elevated-reveal[data-reveal-delay="2"] { transition-delay: .16s; }
body.home .ol-elevated-reveal[data-reveal-delay="3"] { transition-delay: .24s; }

@media (max-width: 991px) {
  body.home .orphea-genoscope .elementor-container,
  body.home .ol-science.orphea-science .elementor-container {
    width: calc(100% - 32px);
  }

  body.home .orphea-science-main .elementor-widget-wrap {
    grid-template-columns: 1fr !important;
    padding: 0;
  }

  body.home .orphea-science-note {
    padding: 20px 0;
  }

  body.home .orphea-oceans-content > .elementor-widget-wrap {
    padding: 42px 22px !important;
  }
}

@media (max-width: 767px) {
  body.home .ol-hero h1 {
    font-size: clamp(48px, 13vw, 64px);
    line-height: .96;
  }

  body.home .ol-section-heading h2,
  body.home .orphea-genoscope-title h4,
  body.home .orphea-science-title h4,
  body.home .orphea-oceans-title h4,
  body.home .orphea-b2b h2 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1;
  }

  body.home .orphea-oceans-choice-card {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  body.home .orphea-oceans-choice-card::before,
  body.home .orphea-oceans-choice-card .elementor-widget {
    grid-column: 1;
  }

  body.home .orphea-oceans-choice-card::before {
    grid-row: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .ol-elevated-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.home .ol-hero .elementor-button:hover,
  body.home .orphea-genoscope-copy .elementor-button:hover,
  body.home .orphea-oceans .elementor-button:hover,
  body.home .orphea-b2b .elementor-button:hover,
  body.home .orphea-oceans-choice-card:hover,
  body.home .orphea-science-note:hover {
    transform: none;
  }
}

/* Home elevation polish pass: rhythm refinements after the first visual QA. */
@media (min-width: 992px) {
  body.home .orphea-genoscope {
    padding-top: clamp(76px, 7vw, 112px);
    padding-bottom: clamp(76px, 7vw, 112px);
  }

  body.home .orphea-genoscope .elementor-container {
    gap: clamp(48px, 5vw, 82px);
  }

  body.home .orphea-genoscope-visual {
    width: 45% !important;
  }

  body.home .orphea-genoscope-copy {
    width: calc(55% - var(--ol-genoscope-gap) / 2) !important;
  }

  body.home .orphea-genoscope-copy .elementor-widget-wrap {
    margin-left: 0;
  }
}

body.home .orphea-genoscope-media img {
  max-height: 520px;
}

body.home .ol-product-showcase {
  position: relative;
  padding-top: clamp(72px, 7vw, 108px);
  padding-bottom: 18px;
}

body.home .ol-product-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1160px, calc(100% - 64px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(140, 106, 69, .2), transparent);
}

body.home .ol-product-tabs {
  padding-bottom: 24px;
}

body.home .ol-product-tabs-inner .elementor-widget-wrap {
  gap: 8px;
}

body.home .ol-product-tab-button .elementor-button {
  height: 36px;
  min-height: 36px !important;
  padding: 0 17px !important;
  font-size: 13px !important;
}

body.home .ol-product-grid {
  padding-bottom: clamp(72px, 7vw, 108px);
}

body.home .ol-product-slider-viewport {
  width: calc(100% - 64px);
}

body.home .ol-product-grid .elementor-container {
  gap: 18px;
}

body.home .ol-product-grid .ol-product-card {
  flex-basis: calc((100% - 54px) / 4);
  width: calc((100% - 54px) / 4) !important;
  max-width: calc((100% - 54px) / 4);
}

body.home .ol-product-grid .ol-slider-arrow {
  border-color: rgba(48, 55, 44, .16);
  background: rgba(255, 253, 247, .92);
}

body.home .ol-product-grid .ol-product-card .ol-product-media {
  border-radius: 8px;
}

body.home .orphea-testimonials.ol-testimonials {
  padding-top: clamp(76px, 7vw, 104px);
  padding-bottom: clamp(68px, 6vw, 92px);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .82), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #f3eee4 0%, #f8f2e8 100%);
}

body.home .orphea-testimonials .sect-heading-v2 {
  margin-bottom: clamp(36px, 4vw, 52px);
}

body.home .orphea-testimonials .testimonial-v03 {
  min-height: 340px;
  border-color: rgba(140, 106, 69, .14);
  background: rgba(255, 253, 247, .86);
  box-shadow: none;
}

body.home .orphea-testimonials .testimonial-v03:hover {
  border-color: rgba(48, 55, 44, .2);
}

body.home .orphea-testimonials .testimonial-v03 .tes_author .icon-VerifiedStroke::before {
  content: "\2713";
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  color: #7b5f45;
}

body.home .orphea-testimonials .testimonial-v03 .tes_prd .icon-Sparkle::before {
  content: "\2726";
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 12px;
  line-height: 1;
  color: #30372c;
}

body.home .orphea-gallery.ol-gallery-strip {
  position: relative;
  padding-top: clamp(24px, 3vw, 42px);
  background:
    linear-gradient(180deg, #f8f2e8 0%, #f3eee4 100%);
}

body.home .orphea-gallery.ol-gallery-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 64px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(48, 55, 44, .16), transparent);
}

body.home .orphea-gallery .gallery-v01 {
  border-radius: 8px;
  overflow: hidden;
}

body.home .orphea-gallery .gallery-v01.style-3 {
  box-shadow: none;
}

@media (max-width: 991px) {
  body.home .ol-product-slider-viewport {
    width: calc(100% - 32px);
  }

  body.home .ol-product-grid .elementor-container {
    gap: 14px;
  }
}

@media (max-width: 767px) {
  body.home .ol-product-showcase {
    padding-top: 58px;
    padding-bottom: 14px;
  }

  body.home .ol-product-tabs {
    padding-bottom: 18px;
  }

  body.home .ol-product-tabs-inner .elementor-widget-wrap {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 16px 4px;
    scrollbar-width: none;
  }

  body.home .ol-product-tabs-inner .elementor-widget-wrap::-webkit-scrollbar {
    display: none;
  }

  body.home .ol-product-grid {
    padding-bottom: 58px;
  }

  body.home .orphea-testimonials.ol-testimonials {
    padding-bottom: 48px;
  }

  body.home .orphea-gallery.ol-gallery-strip {
    padding-top: 18px;
  }
}

/* Home final lock pass: small hierarchy and rhythm corrections before v1 approval. */
@media (min-width: 981px) {
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy.elementor-column {
    width: 64% !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-visual.elementor-column {
    width: 36% !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-widget-wrap {
    max-width: 930px;
  }

  body.home .ol-hero h1 {
    max-width: 930px;
    font-size: clamp(54px, 5.75vw, 84px);
    line-height: .98;
  }
}

body.home .ol-product-title h3 {
  font-size: 14.5px !important;
  font-weight: 500 !important;
  line-height: 1.34 !important;
}

body.home .ol-product-card .ol-price h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
  padding-right: 2px !important;
}

body.home .ol-product-info {
  padding-top: 8px !important;
}

body.home .orphea-testimonials .testimonial-v03 .tes_title {
  min-height: 52px;
}

body.home .orphea-testimonials .testimonial-v03 .tes_text {
  min-height: 102px;
}

body.home .orphea-gallery .gallery-v01.style-3 .gallery-content {
  background:
    linear-gradient(180deg, rgba(48, 55, 44, .98), rgba(32, 50, 31, .98)) !important;
}

body.home .orphea-gallery .gallery-v01.style-3 .gallery_name {
  font-size: clamp(24px, 2.35vw, 30px);
  line-height: 1.18;
}

body.home .orphea-gallery .gallery-v01.style-3 .gallery-cta .elementor-button {
  min-height: 38px;
  height: 38px;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .04em;
}

@media (max-width: 980px) {
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero .elementor-widget-button {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    margin: 10px 8px 0 0;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero .elementor-button {
    width: auto;
    min-width: 0;
    min-height: 42px;
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero .elementor-button-content-wrapper {
    width: auto !important;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  body.home .ol-product-title h3 {
    font-size: 13.5px !important;
    font-weight: 500 !important;
  }

  body.home .ol-product-card .ol-price h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    padding-right: 2px !important;
  }

  body.home .ol-product-slider-viewport {
    width: calc(100% - 32px);
    overflow: hidden;
  }

  body.home .ol-product-grid .elementor-container {
    flex-wrap: nowrap;
    gap: 14px;
    align-items: flex-start;
  }

  body.home .ol-product-grid .ol-product-card {
    flex: 0 0 min(78vw, 320px) !important;
    width: min(78vw, 320px) !important;
    max-width: min(78vw, 320px) !important;
  }

  body.home .ol-product-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
    row-gap: 3px;
  }

  body.home .ol-product-card .ol-product-title,
  body.home .ol-product-card .ol-product-benefit,
  body.home .ol-product-card .ol-product-desc {
    min-width: 0;
  }

  body.home .orphea-testimonials .testimonial-v03 {
    min-height: 330px;
  }

  body.home .orphea-testimonials .testimonial-v03 .tes_title {
    min-height: 0;
    font-size: 20px;
    line-height: 1.28;
  }

  body.home .orphea-testimonials .testimonial-v03 .tes_text {
    min-height: 0;
    font-size: 15px;
    line-height: 1.6;
  }

  body.home .orphea-testimonials .testimonial-v03 .tes_author {
    font-size: 14px;
  }

  body.home .orphea-gallery .infiniteSlide-item {
    width: min(74vw, 300px);
  }

  body.home .orphea-gallery .gallery-v01.style-3 .gallery_name {
    font-size: 22px;
  }

body.home .orphea-gallery .gallery-v01.style-3 .gallery_desc {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

/* Home motion depth pass: one controlled scroll-depth signature, no new editable content. */
body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slide-bg {
  transform:
    translate3d(0, calc(var(--ol-hero-scroll, 0) * -112px), 0)
    scale(calc(1 + (var(--ol-hero-scroll, 0) * .075)));
  transition: opacity 1100ms ease;
}

body.home:not(.elementor-editor-active) .ol-hero-slider-stage.is-content-ready .ol-hero-slide.is-active .ol-hero-copy .elementor-widget-wrap {
  opacity: calc(1 - (var(--ol-hero-exit, 0) * .2));
  transform: translate3d(0, calc(var(--ol-hero-exit, 0) * -86px), 0);
  will-change: transform, opacity;
}

body.home:not(.elementor-editor-active) .ol-hero-slider-stage.is-content-ready .ol-hero-slide.is-active .ol-hero-visual .elementor-widget-wrap {
  opacity: calc(1 - (var(--ol-hero-exit, 0) * .12));
  transform: translate3d(0, calc(var(--ol-hero-exit, 0) * -34px), 0);
  will-change: transform, opacity;
}

body.home .ol-elevated-reveal {
  opacity: 0;
  transform: translate3d(0, 44px, 0);
  transition:
    opacity .72s cubic-bezier(.22, .61, .36, 1),
    transform .82s cubic-bezier(.22, .61, .36, 1);
  will-change: opacity, transform;
}

body.home .ol-elevated-reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.home .orphea-science-note.ol-elevated-reveal,
body.home .ol-trust-card.ol-elevated-reveal,
body.home .ol-category-card.ol-elevated-reveal,
body.home .ol-product-card.ol-elevated-reveal,
body.home .card-product.ol-elevated-reveal,
body.home .orphea-path-card.ol-elevated-reveal,
body.home .orphea-path-note.ol-elevated-reveal,
body.home .orphea-oceans-choice-card.ol-elevated-reveal {
  transform: translate3d(0, 30px, 0);
}

body.home .orphea-science-note.ol-elevated-reveal.is-inview,
body.home .ol-trust-card.ol-elevated-reveal.is-inview,
body.home .ol-category-card.ol-elevated-reveal.is-inview,
body.home .ol-product-card.ol-elevated-reveal.is-inview,
body.home .card-product.ol-elevated-reveal.is-inview,
body.home .orphea-path-card.ol-elevated-reveal.is-inview,
body.home .orphea-path-note.ol-elevated-reveal.is-inview,
body.home .orphea-oceans-choice-card.ol-elevated-reveal.is-inview {
  transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slide-bg {
    transform:
      translate3d(0, calc(var(--ol-hero-scroll, 0) * -44px), 0)
      scale(calc(1 + (var(--ol-hero-scroll, 0) * .045)));
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero h1,
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage h1 {
    font-size: clamp(42px, 10.8vw, 46px);
    overflow-wrap: normal;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage.is-content-ready .ol-hero-slide.is-active .ol-hero-copy .elementor-widget-wrap {
    opacity: calc(1 - (var(--ol-hero-exit, 0) * .12));
    transform: translate3d(0, calc(var(--ol-hero-exit, 0) * -40px), 0);
  }

  body.home .ol-elevated-reveal {
    transform: translate3d(0, 26px, 0);
    transition-duration: .58s, .68s;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slide-bg,
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage.is-content-ready .ol-hero-slide.is-active .ol-hero-copy .elementor-widget-wrap,
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage.is-content-ready .ol-hero-slide.is-active .ol-hero-visual .elementor-widget-wrap,
  body.home .ol-elevated-reveal,
  body.home .ol-elevated-reveal.is-inview {
    opacity: 1;
    transform: none;
    transition: none;
  }
  body.home .ol-b2b-section.ol-professional-access-compact .orphea-b2b-channel,
  body.home .ol-b2b-section.ol-professional-access-compact.is-inview .orphea-b2b-channel {
    opacity: 1;
    transform:
      translate3d(var(--ol-channel-x, 0px), var(--ol-channel-y, 0px), 0)
      scale(1);
    transition: none;
  }
}

/* Home v2 commerce pilot: compact proof and category decision flow. */
body.home .ol-trust-strip.ol-trust-compact {
  padding-top: clamp(26px, 3vw, 38px);
  padding-bottom: clamp(26px, 3vw, 38px);
}

body.home .ol-trust-strip.ol-trust-compact .elementor-container {
  max-width: 1320px;
  width: calc(100% - 64px);
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: 14px;
}

body.home .ol-trust-strip.ol-trust-compact .ol-trust-card.elementor-column {
  padding-left: 0;
  padding-right: 0;
}

body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-widget-wrap {
  min-height: 148px;
  padding: 22px 22px 20px;
  box-shadow: none;
  background: rgba(255, 253, 247, .78);
}

body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-icon-box-icon {
  margin-bottom: 16px;
}

body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-icon-box-icon .elementor-icon {
  width: 44px;
  height: 44px;
  font-size: 21px;
}

body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-icon-box-icon .elementor-icon i {
  font-size: 21px;
}

body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-icon-box-title {
  margin-bottom: 8px;
  font-size: 16px;
}

body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-icon-box-description {
  font-size: 13px;
  line-height: 1.48;
}

body.home .ol-category-rail.ol-category-compact {
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(52px, 5vw, 72px) 0 clamp(44px, 4.8vw, 66px);
  overflow: hidden;
}

body.home .ol-category-rail.ol-category-compact .elementor-container {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1320px;
  width: calc(100% - 64px);
  gap: clamp(14px, 1.6vw, 22px);
  transform: none !important;
  transition: none;
  will-change: auto;
}

body.home .ol-category-rail.ol-category-compact .ol-category-card.elementor-column {
  flex: initial !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  margin-top: 0 !important;
}

body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-wrap {
  height: clamp(330px, 26vw, 420px);
  min-height: 0;
}

body.home .ol-category-rail.ol-category-compact .ol-category-content {
  padding: clamp(15px, 1.55vw, 20px);
  background: rgba(255, 255, 255, .24);
  grid-template-rows: auto auto auto;
  row-gap: 5px;
  align-items: start;
}

body.home .ol-category-rail.ol-category-compact .ol-category-card h3 {
  margin-bottom: 0;
  font-size: clamp(20px, 1.35vw, 24px);
  line-height: 1.1;
  white-space: nowrap;
}

body.home .ol-category-rail.ol-category-compact .ol-category-card p {
  margin-bottom: 0;
  font-size: 13.5px;
  line-height: 1.48;
}

body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-heading,
body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-text-editor,
body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-button {
  width: 100%;
  margin: 0;
}

body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-heading {
  min-height: 0;
}

body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-text-editor {
  min-height: calc(13.5px * 1.48 * 2);
}

body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-button {
  font-size: 12px !important;
  letter-spacing: .06em;
}

body.home .ol-category-rail.ol-category-compact .ol-category-progress,
body.home .ol-category-rail.ol-category-compact .ol-category-sticky {
  display: none !important;
}

@media (min-width: 1200px) {
  body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-wrap:not(:hover) .ol-category-content {
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(24px);
  }

  body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-wrap:not(:hover) h3 {
    margin-bottom: 0;
  }

  body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-wrap:not(:hover) .elementor-widget-text-editor,
  body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-wrap:not(:hover) .elementor-widget-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}

body.home .ol-product-showcase.ol-product-priority {
  padding-top: clamp(52px, 5vw, 74px);
}

body.home .ol-category-rail.ol-category-compact + .ol-product-showcase.ol-product-priority::before {
  width: min(860px, calc(100% - 64px));
}

@media (max-width: 991px) {
  body.home .ol-trust-strip.ol-trust-compact .elementor-container {
    width: calc(100% - 32px);
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 12px;
  }

  body.home .ol-trust-strip.ol-trust-compact .ol-trust-card.elementor-column {
    width: calc(50% - 6px) !important;
    flex: 0 0 calc(50% - 6px);
  }

  body.home .ol-category-rail.ol-category-compact {
    padding: 46px 0 42px;
  }

  body.home .ol-category-rail.ol-category-compact .elementor-container {
    display: flex !important;
    width: calc(100% - 32px);
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  body.home .ol-category-rail.ol-category-compact .elementor-container::-webkit-scrollbar {
    display: none;
  }

  body.home .ol-category-rail.ol-category-compact .ol-category-card.elementor-column {
    flex: 0 0 min(78vw, 360px) !important;
    width: min(78vw, 360px) !important;
    max-width: min(78vw, 360px) !important;
    scroll-snap-align: start;
  }

  body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-wrap {
    height: 390px;
  }
}

@media (max-width: 767px) {
  body.home .ol-trust-strip.ol-trust-compact .ol-trust-card.elementor-column {
    width: calc(50% - 6px) !important;
    flex-basis: calc(50% - 6px);
  }

  body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-widget-wrap {
    min-height: 184px;
    padding: 18px 15px 16px;
  }

  body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-icon-box-icon {
    margin-bottom: 0 !important;
  }

  body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-icon-box-wrapper {
    gap: 5px !important;
  }

  body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-icon-box-icon .elementor-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-icon-box-icon .elementor-icon i {
    font-size: 18px;
  }

  body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-icon-box-title {
    font-size: 14px;
    line-height: 1.22;
  }

  body.home .ol-trust-strip.ol-trust-compact .ol-trust-card .elementor-icon-box-description {
    font-size: 12px;
    line-height: 1.42;
  }

  body.home .ol-category-rail.ol-category-compact .ol-category-card .elementor-widget-wrap {
    height: 360px;
  }

  body.home .ol-product-showcase.ol-product-priority {
    padding-top: 46px;
  }
}

@media (max-width: 359px) {
  body.home .ol-trust-strip.ol-trust-compact .ol-trust-card.elementor-column {
    width: 100% !important;
    flex-basis: 100%;
  }
}

/* Genoscope + GenomiColor pathway section. */
body.home .orphea-genoscope.orphea-genoscope-pathways {
  padding: clamp(76px, 7vw, 108px) 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(255, 255, 255, .82), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #fffdf8 0%, #f3eadc 100%);
}

body.home .orphea-genoscope.orphea-genoscope-pathways .elementor-container {
  align-items: stretch;
}

body.home .orphea-genoscope.orphea-genoscope-pathways .orphea-genoscope-media img {
  height: clamp(430px, 35vw, 560px);
}

body.home .orphea-genoscope.orphea-genoscope-pathways .orphea-genoscope-copy .elementor-widget-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 14px;
  max-width: 700px;
}

body.home .orphea-genoscope-pathways .orphea-genoscope-eyebrow,
body.home .orphea-genoscope-pathways .orphea-genoscope-title,
body.home .orphea-genoscope-pathways .orphea-genoscope-desc,
body.home .orphea-genoscope-pathways .orphea-path-note {
  grid-column: 1 / -1;
}

body.home .orphea-genoscope-pathways .orphea-genoscope-desc {
  margin-bottom: 8px !important;
}

body.home .orphea-genoscope-pathways .orphea-path-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  align-content: start;
  gap: 22px;
  height: 100%;
  margin: 0 !important;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .orphea-genoscope-pathways .orphea-path-card::before,
body.home .orphea-genoscope-pathways .orphea-path-note::before {
  content: none;
}

body.home .orphea-genoscope-pathways .orphea-path-card .elementor-widget-container {
  display: contents;
}

body.home .orphea-genoscope-pathways .orphea-path-genomicolor {
  background: transparent !important;
}

body.home .orphea-genoscope-pathways .path-label,
body.home .orphea-genoscope-pathways .path-title,
body.home .orphea-genoscope-pathways .path-desc,
body.home .orphea-genoscope-pathways .path-meta {
  display: block;
}

body.home .orphea-genoscope-pathways .path-label {
  color: rgba(48, 55, 44, .62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
}

body.home .orphea-genoscope-pathways .path-title {
  color: #30372c;
  font-family: var(--ol-font-display);
  font-size: clamp(24px, 2.2vw, 31px);
  font-weight: 400;
  line-height: 1.05;
}

body.home .orphea-genoscope-pathways .path-desc {
  color: rgba(48, 55, 44, .72);
  font-size: 13.5px;
  line-height: 1.56;
}

body.home .orphea-genoscope-pathways .path-meta {
  align-self: end;
  width: max-content;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #30372c;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.2;
}

body.home .orphea-genoscope-pathways .orphea-path-note {
  display: block !important;
  grid-template-columns: none !important;
  height: auto !important;
  margin: 2px 0 4px !important;
  padding: 16px 18px !important;
  border: 1px dashed rgba(48, 55, 44, .14) !important;
  border-radius: 12px;
  background: rgba(255, 253, 247, .44);
}

body.home .orphea-genoscope-pathways .orphea-path-note .elementor-widget-container {
  display: block;
  height: auto;
  padding: 16px 18px;
  border: 1px dashed rgba(48, 55, 44, .14);
  border-radius: 12px;
  border-style: dashed;
  background: rgba(255, 253, 247, .44);
}

body.home .orphea-genoscope-pathways .orphea-path-note p {
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  color: rgba(48, 55, 44, .72);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

body.home .orphea-genoscope-pathways .orphea-genoscope-primary {
  grid-column: 1;
}

body.home .orphea-genoscope-pathways .orphea-genoscope-secondary {
  grid-column: 2;
}

body.home .orphea-genoscope-pathways .orphea-genoscope-copy .elementor-widget-button {
  width: 100%;
  margin: 0;
}

body.home .orphea-genoscope-pathways .orphea-genoscope-copy .elementor-button {
  width: 100%;
  min-height: 44px;
  padding: 11px 18px !important;
}

.orphea-genomicolor-page {
  background: #fffdf8;
  color: #30372c;
}

.orphea-genomicolor-page .elementor-container {
  max-width: 1320px;
  width: calc(100% - 64px);
  margin-right: auto;
  margin-left: auto;
}

.orphea-genomicolor-hero {
  padding: clamp(82px, 8vw, 132px) 0 clamp(54px, 6vw, 88px);
  background:
    radial-gradient(circle at 84% 18%, rgba(239, 230, 216, .7), rgba(239, 230, 216, 0) 32%),
    linear-gradient(180deg, #fffdf8 0%, #f5ecdf 100%);
}

.orphea-genomicolor-hero .elementor-container {
  display: flex;
  align-items: center;
  gap: clamp(34px, 5vw, 78px);
}

.orphea-genomicolor-copy {
  width: 55% !important;
}

.orphea-genomicolor-visual {
  width: 45% !important;
}

.orphea-genomicolor-copy .elementor-widget-wrap,
.orphea-genomicolor-visual .elementor-widget-wrap {
  display: block;
}

.orphea-genomicolor-title h1 {
  max-width: 720px;
  margin: 0;
  color: #30372c;
  font-family: var(--ol-font-display);
  font-size: clamp(48px, 5.4vw, 82px);
  font-weight: 400;
  line-height: .98;
}

.orphea-genomicolor-desc p {
  max-width: 640px;
  margin: 22px 0 0;
  color: rgba(48, 55, 44, .72);
  font-size: 16px;
  line-height: 1.72;
}

.orphea-genomicolor-copy .elementor-widget-button {
  display: inline-block;
  margin: 30px 12px 0 0;
}

.orphea-genomicolor-copy .elementor-button {
  min-height: 46px;
  padding: 12px 22px !important;
  border: 1px solid #30372c !important;
  border-radius: 999px !important;
  background: #30372c !important;
  color: #fffdf8 !important;
  box-shadow: none !important;
}

.orphea-genomicolor-copy .orphea-genomicolor-secondary .elementor-button {
  background: transparent !important;
  color: #30372c !important;
}

.orphea-genomicolor-image img {
  display: block;
  width: 100%;
  height: clamp(360px, 34vw, 540px);
  object-fit: cover;
  border: 1px solid rgba(48, 55, 44, .12);
  border-radius: 14px;
  box-shadow: 0 26px 70px rgba(48, 55, 44, .08);
}

.orphea-genomicolor-cards {
  padding: 0 0 clamp(76px, 7vw, 112px);
  background: #f5ecdf;
}

.orphea-genomicolor-cards .elementor-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.orphea-genomicolor-card {
  width: 100% !important;
}

.orphea-genomicolor-card .elementor-widget-wrap {
  display: block;
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(48, 55, 44, .12);
  border-radius: 12px;
  background: rgba(255, 253, 247, .72);
}

.orphea-genomicolor-card .elementor-icon-box-icon {
  margin-bottom: 20px;
}

.orphea-genomicolor-card .elementor-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(48, 55, 44, .16);
  background: rgba(255, 253, 247, .74);
  color: #30372c;
}

.orphea-genomicolor-card .elementor-icon-box-title {
  margin-bottom: 10px;
  color: #30372c;
  font-family: var(--ol-font-display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.orphea-genomicolor-card .elementor-icon-box-description {
  color: rgba(48, 55, 44, .72);
  font-size: 14px;
  line-height: 1.62;
}

@media (max-width: 991px) {
  body.home .orphea-genoscope.orphea-genoscope-pathways .elementor-container,
  .orphea-genomicolor-hero .elementor-container {
    display: block;
    width: calc(100% - 32px);
  }

  body.home .orphea-genoscope.orphea-genoscope-pathways .orphea-genoscope-visual,
  body.home .orphea-genoscope.orphea-genoscope-pathways .orphea-genoscope-copy,
  .orphea-genomicolor-copy,
  .orphea-genomicolor-visual {
    width: 100% !important;
  }

  body.home .orphea-genoscope.orphea-genoscope-pathways .orphea-genoscope-copy .elementor-widget-wrap {
    max-width: none;
    margin-top: 34px;
  }

  .orphea-genomicolor-visual {
    margin-top: 34px;
  }

  .orphea-genomicolor-cards .elementor-container {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.home .orphea-genoscope.orphea-genoscope-pathways {
    padding: 58px 0 64px;
  }

  body.home .orphea-genoscope.orphea-genoscope-pathways .orphea-genoscope-copy .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }

  body.home .orphea-genoscope-pathways .orphea-path-card,
  body.home .orphea-genoscope-pathways .orphea-path-note,
  body.home .orphea-genoscope-pathways .orphea-genoscope-primary,
  body.home .orphea-genoscope-pathways .orphea-genoscope-secondary {
    grid-column: 1 / -1;
  }

  body.home .orphea-genoscope-pathways .orphea-path-note .elementor-widget-container {
    align-items: flex-start;
  }

  .orphea-genomicolor-title h1 {
    font-size: clamp(42px, 11vw, 54px);
  }
}

/* GenomiColor premium page. */
body.page-id-4548 .site-main.ol-main {
  background: #f8f3ea;
}

body.page-id-4548 .ol-genomicolor-page {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 7vw, 112px) 0;
  background: #fffdf8;
  color: var(--ol-ink, #111310);
}

body.page-id-4548 .ol-genomicolor-page > .elementor-container {
  width: min(1240px, calc(100% - 104px));
  margin-inline: auto;
  align-items: center;
}

body.page-id-4548 .ol-genomicolor-kicker,
body.page-id-4548 .ol-genomicolor-kicker p {
  margin: 0 0 14px;
  color: var(--ol-olive-secondary, #60705b);
  font-family: var(--ol-font-sans, Inter, "Helvetica Neue", Arial, sans-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.page-id-4548 .ol-genomicolor-title h1,
body.page-id-4548 .ol-genomicolor-section-title h2 {
  margin: 0;
  color: var(--ol-olive-2, #20321f);
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

body.page-id-4548 .ol-genomicolor-title h1 {
  max-width: 740px;
  font-size: clamp(52px, 5.5vw, 84px);
  line-height: .96;
}

body.page-id-4548 .ol-genomicolor-section-title h2 {
  max-width: 780px;
  font-size: clamp(36px, 3.35vw, 54px);
  line-height: 1.04;
}

body.page-id-4548 .ol-genomicolor-lead p,
body.page-id-4548 .ol-genomicolor-body p {
  max-width: 690px;
  margin: 20px 0 0;
  color: #514b42;
  font-size: 17px;
  line-height: 1.72;
}

body.page-id-4548 .ol-genomicolor-hero {
  min-height: clamp(650px, 82vh, 860px);
  padding-top: clamp(92px, 9vw, 132px);
  background:
    radial-gradient(circle at 78% 18%, rgba(166, 50, 54, .12), transparent 20%),
    radial-gradient(circle at 88% 42%, rgba(68, 109, 145, .13), transparent 25%),
    radial-gradient(circle at 66% 68%, rgba(203, 164, 70, .13), transparent 22%),
    linear-gradient(118deg, #fffdf8 0%, #fbf7ef 46%, #f2e8da 100%);
  border-bottom: 1px solid rgba(32, 50, 31, .1);
}

body.page-id-4548 .ol-genomicolor-hero-copy {
  width: 52% !important;
}

body.page-id-4548 .ol-genomicolor-hero-visual {
  width: 48% !important;
}

body.page-id-4548 .ol-genomicolor-hero-copy .elementor-widget-wrap {
  display: block;
  padding-right: clamp(24px, 4vw, 64px);
}

body.page-id-4548 .ol-genomicolor-hero-visual .elementor-widget-wrap {
  display: flex;
  justify-content: center;
}

body.page-id-4548 .ol-genomicolor-image {
  width: min(100%, 560px);
  margin-inline: auto;
}

body.page-id-4548 .ol-genomicolor-image img {
  display: block;
  width: 100%;
  height: clamp(400px, 36vw, 560px);
  object-fit: cover;
  border: 1px solid rgba(32, 50, 31, .12);
  border-radius: 16px;
  box-shadow: 0 28px 74px rgba(32, 50, 31, .1);
}

body.page-id-4548 .ol-genomicolor-chip-widget p,
body.page-id-4548 p.ol-genomicolor-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
}

body.page-id-4548 .ol-genomicolor-chip-widget span,
body.page-id-4548 .ol-genomicolor-chips span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid rgba(32, 50, 31, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  color: var(--ol-olive-2, #20321f);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

body.page-id-4548 .ol-genomicolor-button {
  display: inline-flex;
  width: auto;
  margin: 34px 12px 0 0;
}

body.page-id-4548 .ol-genomicolor-button .elementor-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px !important;
  border: 1px solid rgba(32, 50, 31, .18) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--ol-olive-2, #20321f) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  box-shadow: none !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

body.page-id-4548 .ol-genomicolor-button-primary .elementor-button,
body.page-id-4548 .ol-genomicolor-button-dark .elementor-button {
  border-color: var(--ol-olive-2, #20321f) !important;
  background: var(--ol-olive-2, #20321f) !important;
  color: #fff !important;
}

body.page-id-4548 .ol-genomicolor-button .elementor-button:hover {
  transform: translateY(-1px);
  border-color: var(--ol-ink, #111310) !important;
  background: var(--ol-ink, #111310) !important;
  color: #fff !important;
}

body.page-id-4548 .ol-genomicolor-intro,
body.page-id-4548 .ol-genomicolor-steps {
  background: #f3eadc;
}

body.page-id-4548 .ol-genomicolor-intro > .elementor-container,
body.page-id-4548 .ol-genomicolor-colors > .elementor-container,
body.page-id-4548 .ol-genomicolor-steps > .elementor-container {
  flex-wrap: wrap;
  gap: 18px;
}

body.page-id-4548 .ol-genomicolor-section-head {
  width: 100% !important;
  max-width: 890px;
  margin: 0 auto 18px;
  text-align: center;
}

body.page-id-4548 .ol-genomicolor-section-head .elementor-widget-wrap,
body.page-id-4548 .ol-genomicolor-final-copy .elementor-widget-wrap {
  display: block;
}

body.page-id-4548 .ol-genomicolor-section-head .ol-genomicolor-section-title h2,
body.page-id-4548 .ol-genomicolor-section-head .ol-genomicolor-body p,
body.page-id-4548 .ol-genomicolor-final-copy .ol-genomicolor-section-title h2,
body.page-id-4548 .ol-genomicolor-final-copy .ol-genomicolor-body p {
  margin-inline: auto;
}

body.page-id-4548 .ol-genomicolor-info-card,
body.page-id-4548 .ol-genomicolor-step-card {
  width: calc((100% - 36px) / 3) !important;
}

body.page-id-4548 .ol-genomicolor-info-card .elementor-widget-wrap,
body.page-id-4548 .ol-genomicolor-step-card .elementor-widget-wrap {
  height: 100%;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(32, 50, 31, .12);
  border-radius: 12px;
  background: rgba(255, 253, 248, .74);
  box-shadow: 0 18px 44px rgba(32, 50, 31, .05);
}

body.page-id-4548 .ol-genomicolor-colors {
  background:
    radial-gradient(circle at 12% 18%, rgba(166, 50, 54, .08), transparent 22%),
    radial-gradient(circle at 86% 10%, rgba(68, 109, 145, .08), transparent 20%),
    #fffdf8;
}

body.page-id-4548 .ol-genomicolor-color-card {
  --gc-color: #a9824b;
  width: calc((100% - 36px) / 3) !important;
}

body.page-id-4548 .ol-genomicolor-color-card.ol-color-red { --gc-color: #bf4c50; }
body.page-id-4548 .ol-genomicolor-color-card.ol-color-blue { --gc-color: #446d91; }
body.page-id-4548 .ol-genomicolor-color-card.ol-color-green { --gc-color: #6d8a6d; }
body.page-id-4548 .ol-genomicolor-color-card.ol-color-yellow { --gc-color: #cba446; }
body.page-id-4548 .ol-genomicolor-color-card.ol-color-black { --gc-color: #252525; }
body.page-id-4548 .ol-genomicolor-color-card.ol-color-white { --gc-color: #d7cab4; }

body.page-id-4548 .ol-genomicolor-color-card .elementor-widget-wrap {
  position: relative;
  height: 100%;
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgba(32, 50, 31, .11);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 253, 248, .9), rgba(248, 243, 234, .84));
  box-shadow: 0 16px 42px rgba(32, 50, 31, .05);
}

body.page-id-4548 .ol-genomicolor-color-card .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: 7px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: var(--gc-color);
  box-shadow: 0 10px 24px rgba(32, 50, 31, .08);
}

body.page-id-4548 .ol-genomicolor-center-cta {
  width: 100% !important;
  text-align: center;
}

body.page-id-4548 .ol-genomicolor-difference {
  background: #20321f;
  color: #fff;
}

body.page-id-4548 .ol-genomicolor-difference .ol-genomicolor-kicker,
body.page-id-4548 .ol-genomicolor-difference .ol-genomicolor-kicker p,
body.page-id-4548 .ol-genomicolor-difference .ol-genomicolor-section-title h2,
body.page-id-4548 .ol-genomicolor-difference .ol-genomicolor-body p {
  color: #fff;
}

body.page-id-4548 .ol-genomicolor-difference .ol-genomicolor-body p {
  color: rgba(255, 255, 255, .78);
}

body.page-id-4548 .ol-genomicolor-difference-copy {
  width: 46% !important;
}

body.page-id-4548 .ol-genomicolor-route-list {
  width: 54% !important;
}

body.page-id-4548 .ol-genomicolor-difference-copy .elementor-widget-wrap {
  display: block;
  padding-right: clamp(28px, 4vw, 64px);
}

body.page-id-4548 .ol-genomicolor-route-list .elementor-widget-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

body.page-id-4548 .ol-genomicolor-route-box {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
}

body.page-id-4548 .ol-genomicolor-route-box .elementor-icon-box-title,
body.page-id-4548 .ol-genomicolor-route-box .elementor-icon-box-description {
  color: #fff;
}

body.page-id-4548 .ol-genomicolor-info-box .elementor-icon-box-icon,
body.page-id-4548 .ol-genomicolor-color-box .elementor-icon-box-icon,
body.page-id-4548 .ol-genomicolor-step-box .elementor-icon-box-icon,
body.page-id-4548 .ol-genomicolor-route-box .elementor-icon-box-icon {
  margin-bottom: 18px;
  color: var(--ol-gold, #a9824b);
  font-size: 30px;
}

body.page-id-4548 .ol-genomicolor-info-box .elementor-icon-box-title,
body.page-id-4548 .ol-genomicolor-color-box .elementor-icon-box-title,
body.page-id-4548 .ol-genomicolor-step-box .elementor-icon-box-title,
body.page-id-4548 .ol-genomicolor-route-box .elementor-icon-box-title {
  margin: 0 0 10px;
  color: var(--ol-olive-2, #20321f);
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.08;
}

body.page-id-4548 .ol-genomicolor-info-box .elementor-icon-box-description,
body.page-id-4548 .ol-genomicolor-color-box .elementor-icon-box-description,
body.page-id-4548 .ol-genomicolor-step-box .elementor-icon-box-description,
body.page-id-4548 .ol-genomicolor-route-box .elementor-icon-box-description {
  color: #5b554b;
  font-size: 15px;
  line-height: 1.64;
}

body.page-id-4548 .ol-genomicolor-route-box .elementor-icon-box-icon,
body.page-id-4548 .ol-genomicolor-route-box .elementor-icon-box-icon .elementor-icon,
body.page-id-4548 .ol-genomicolor-route-box .elementor-icon-box-icon i {
  color: rgba(255, 255, 255, .76);
}

body.page-id-4548 .ol-genomicolor-route-box .elementor-icon-box-title {
  color: #fff;
}

body.page-id-4548 .ol-genomicolor-route-box .elementor-icon-box-description {
  color: rgba(255, 255, 255, .76);
}

body.page-id-4548 .ol-genomicolor-final {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(169, 130, 75, .12), transparent 36%),
    #fbfaf6;
}

body.page-id-4548 .ol-genomicolor-final-copy .elementor-widget-wrap {
  max-width: 880px;
  margin-inline: auto;
}

@media (max-width: 991px) {
  body.page-id-4548 .ol-genomicolor-page > .elementor-container {
    display: block;
    width: calc(100% - 48px);
  }

  body.page-id-4548 .ol-genomicolor-hero-copy,
  body.page-id-4548 .ol-genomicolor-hero-visual,
  body.page-id-4548 .ol-genomicolor-difference-copy,
  body.page-id-4548 .ol-genomicolor-route-list,
  body.page-id-4548 .ol-genomicolor-info-card,
  body.page-id-4548 .ol-genomicolor-color-card,
  body.page-id-4548 .ol-genomicolor-step-card {
    width: 100% !important;
  }

  body.page-id-4548 .ol-genomicolor-hero-copy .elementor-widget-wrap,
  body.page-id-4548 .ol-genomicolor-difference-copy .elementor-widget-wrap {
    padding-right: 0;
  }

  body.page-id-4548 .ol-genomicolor-hero-visual,
  body.page-id-4548 .ol-genomicolor-route-list {
    margin-top: 34px;
  }

  body.page-id-4548 .ol-genomicolor-info-card,
  body.page-id-4548 .ol-genomicolor-color-card,
  body.page-id-4548 .ol-genomicolor-step-card {
    margin-top: 14px;
  }
}

@media (max-width: 640px) {
  body.page-id-4548 .ol-genomicolor-page {
    padding: 42px 0;
  }

  body.page-id-4548 .ol-genomicolor-hero {
    min-height: auto;
    padding-top: 96px;
  }

  body.page-id-4548 .ol-genomicolor-hero .ol-genomicolor-kicker-widget {
    display: none;
  }

  body.page-id-4548 .ol-genomicolor-page > .elementor-container {
    width: calc(100% - 32px);
  }

  body.page-id-4548 .ol-genomicolor-title h1 {
    font-size: 32px;
    line-height: 1.02;
  }

  body.page-id-4548 .ol-genomicolor-section-title h2 {
    font-size: 30px;
  }

  body.page-id-4548 .ol-genomicolor-lead p,
  body.page-id-4548 .ol-genomicolor-body p {
    font-size: 14px;
    line-height: 1.58;
  }

  body.page-id-4548 .ol-genomicolor-chip-widget p,
  body.page-id-4548 p.ol-genomicolor-chips {
    gap: 8px;
    margin-top: 20px;
  }

  body.page-id-4548 .ol-genomicolor-chip-widget span,
  body.page-id-4548 .ol-genomicolor-chips span {
    min-height: 34px;
    padding: 7px 13px;
    font-size: 12px;
  }

  body.page-id-4548 .ol-genomicolor-button {
    width: auto;
    margin: 24px 8px 0 0;
  }

  body.page-id-4548 .ol-genomicolor-button .elementor-button {
    width: auto;
    min-height: 42px;
    padding: 11px 18px !important;
    font-size: 12px;
  }

  body.page-id-4548 .ol-genomicolor-hero-visual {
    margin-top: 28px;
  }

  body.page-id-4548 .ol-genomicolor-image img {
    height: 300px;
  }
}

/* Genoscope premium page. */
.ol-genoscope-page {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 7vw, 112px) 0;
  background: #fffdf8;
  color: var(--ol-ink, #111310);
}

.ol-genoscope-page > .elementor-container {
  width: min(1240px, calc(100% - 104px));
  margin-inline: auto;
  align-items: center;
}

.ol-genoscope-kicker,
.ol-genoscope-kicker p {
  margin: 0 0 14px;
  color: var(--ol-olive-secondary, #60705b);
  font-family: var(--ol-font-sans, Inter, "Helvetica Neue", Arial, sans-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ol-genoscope-title h1,
.ol-genoscope-section-title h2 {
  margin: 0;
  color: var(--ol-olive-2, #20321f);
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.ol-genoscope-title h1 {
  max-width: 740px;
  font-size: clamp(52px, 5.4vw, 84px);
  line-height: .96;
}

.ol-genoscope-section-title h2 {
  max-width: 820px;
  font-size: clamp(36px, 3.35vw, 54px);
  line-height: 1.04;
}

.ol-genoscope-lead p,
.ol-genoscope-body p {
  max-width: 700px;
  margin: 20px 0 0;
  color: #514b42;
  font-size: 17px;
  line-height: 1.72;
}

.ol-genoscope-hero {
  min-height: clamp(650px, 82vh, 860px);
  padding-top: clamp(92px, 9vw, 132px);
  background:
    radial-gradient(circle at 68% 22%, rgba(68, 109, 145, .14), transparent 23%),
    radial-gradient(circle at 86% 46%, rgba(169, 130, 75, .12), transparent 26%),
    radial-gradient(circle at 16% 80%, rgba(166, 50, 54, .08), transparent 24%),
    linear-gradient(118deg, #fffdf8 0%, #fbf7ef 48%, #f1e6d8 100%);
  border-bottom: 1px solid rgba(32, 50, 31, .1);
}

.ol-genoscope-hero-copy {
  width: 52% !important;
}

.ol-genoscope-hero-visual {
  width: 48% !important;
}

.ol-genoscope-hero-copy .elementor-widget-wrap,
.ol-genoscope-flow-copy .elementor-widget-wrap,
.ol-genoscope-difference-copy .elementor-widget-wrap {
  display: block;
  padding-right: clamp(24px, 4vw, 64px);
}

.ol-genoscope-hero-visual .elementor-widget-wrap,
.ol-genoscope-tones-visual .elementor-widget-wrap {
  display: flex;
  justify-content: center;
}

.ol-genoscope-image {
  width: min(100%, 560px);
  margin-inline: auto;
}

.ol-genoscope-image img {
  display: block;
  width: 100%;
  height: clamp(400px, 36vw, 560px);
  object-fit: cover;
  border: 1px solid rgba(32, 50, 31, .12);
  border-radius: 16px;
  box-shadow: 0 28px 74px rgba(32, 50, 31, .1);
}

.ol-genoscope-chip-widget p,
p.ol-genoscope-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
}

.ol-genoscope-chip-widget span,
.ol-genoscope-chips span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid rgba(32, 50, 31, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  color: var(--ol-olive-2, #20321f);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.ol-genoscope-button {
  display: inline-flex;
  width: auto;
  margin: 34px 12px 0 0;
}

.ol-genoscope-button .elementor-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px !important;
  border: 1px solid rgba(32, 50, 31, .18) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--ol-olive-2, #20321f) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  box-shadow: none !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.ol-genoscope-button-primary .elementor-button,
.ol-genoscope-button-dark .elementor-button {
  border-color: var(--ol-olive-2, #20321f) !important;
  background: var(--ol-olive-2, #20321f) !important;
  color: #fff !important;
}

.ol-genoscope-button .elementor-button:hover {
  transform: translateY(-1px);
  border-color: var(--ol-ink, #111310) !important;
  background: var(--ol-ink, #111310) !important;
  color: #fff !important;
}

.ol-genoscope-why,
.ol-genoscope-tones,
.ol-genoscope-final {
  background: #f3eadc;
}

.ol-genoscope-why > .elementor-container,
.ol-genoscope-pathways > .elementor-container,
.ol-genoscope-tones > .elementor-container,
.ol-genoscope-final > .elementor-container {
  flex-wrap: wrap;
  gap: 18px;
}

.ol-genoscope-section-head {
  width: 100% !important;
  max-width: 900px;
  margin: 0 auto 18px;
  text-align: center;
}

.ol-genoscope-section-head .elementor-widget-wrap,
.ol-genoscope-final-copy .elementor-widget-wrap {
  display: block;
}

.ol-genoscope-section-head .ol-genoscope-section-title h2,
.ol-genoscope-section-head .ol-genoscope-body p,
.ol-genoscope-final-copy .ol-genoscope-section-title h2,
.ol-genoscope-final-copy .ol-genoscope-body p {
  margin-inline: auto;
}

.ol-genoscope-info-card {
  width: calc((100% - 36px) / 3) !important;
}

.ol-genoscope-info-card .elementor-widget-wrap {
  height: 100%;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(32, 50, 31, .12);
  border-radius: 12px;
  background: rgba(255, 253, 248, .74);
  box-shadow: 0 18px 44px rgba(32, 50, 31, .05);
}

.ol-genoscope-flow,
.ol-genoscope-difference {
  background: #20321f;
  color: #fff;
}

.ol-genoscope-flow .ol-genoscope-kicker,
.ol-genoscope-flow .ol-genoscope-kicker p,
.ol-genoscope-flow .ol-genoscope-section-title h2,
.ol-genoscope-flow .ol-genoscope-body p,
.ol-genoscope-difference .ol-genoscope-kicker,
.ol-genoscope-difference .ol-genoscope-kicker p,
.ol-genoscope-difference .ol-genoscope-section-title h2,
.ol-genoscope-difference .ol-genoscope-body p {
  color: #fff;
}

.ol-genoscope-flow .ol-genoscope-body p,
.ol-genoscope-difference .ol-genoscope-body p {
  color: rgba(255, 255, 255, .78);
}

.ol-genoscope-flow-copy,
.ol-genoscope-difference-copy {
  width: 46% !important;
}

.ol-genoscope-flow-list,
.ol-genoscope-route-list {
  width: 54% !important;
}

.ol-genoscope-flow-list .elementor-widget-wrap,
.ol-genoscope-route-list .elementor-widget-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.ol-genoscope-flow-box,
.ol-genoscope-route-box {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
}

.ol-genoscope-pathways {
  background:
    radial-gradient(circle at 12% 18%, rgba(166, 50, 54, .08), transparent 22%),
    radial-gradient(circle at 86% 10%, rgba(68, 109, 145, .08), transparent 20%),
    #fffdf8;
}

.ol-genoscope-path-card {
  --gs-path-color: #a9824b;
  width: calc((100% - 36px) / 3) !important;
}

.ol-genoscope-path-card.ol-path-red { --gs-path-color: #bf4c50; }
.ol-genoscope-path-card.ol-path-yellow { --gs-path-color: #cba446; }
.ol-genoscope-path-card.ol-path-blue { --gs-path-color: #446d91; }
.ol-genoscope-path-card.ol-path-green { --gs-path-color: #6d8a6d; }
.ol-genoscope-path-card.ol-path-white { --gs-path-color: #d7cab4; }
.ol-genoscope-path-card.ol-path-black { --gs-path-color: #252525; }

.ol-genoscope-path-card .elementor-widget-wrap,
.ol-genoscope-tone-card .elementor-widget-wrap {
  position: relative;
  height: 100%;
  min-height: 220px;
  padding: 30px;
  border: 1px solid rgba(32, 50, 31, .11);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 253, 248, .9), rgba(248, 243, 234, .84));
  box-shadow: 0 16px 42px rgba(32, 50, 31, .05);
}

.ol-genoscope-path-card .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: 7px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: var(--gs-path-color);
  box-shadow: 0 10px 24px rgba(32, 50, 31, .08);
}

.ol-genoscope-center-cta {
  width: 100% !important;
  text-align: center;
}

.ol-genoscope-tones-visual {
  width: 42% !important;
}

.ol-genoscope-tones-copy {
  width: calc(58% - 18px) !important;
}

.ol-genoscope-tones-copy .elementor-widget-wrap {
  display: block;
  padding-left: clamp(20px, 3vw, 46px);
}

.ol-genoscope-tones-image img {
  height: clamp(360px, 32vw, 500px);
}

.ol-genoscope-tone-card {
  width: calc((100% - 36px) / 3) !important;
}

.ol-genoscope-tone-card .elementor-widget-wrap {
  min-height: 132px;
  padding: 24px;
}

.ol-genoscope-tone-title h3 {
  margin: 0;
  color: var(--ol-olive-2, #20321f);
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.05;
}

.ol-genoscope-tone-mix p {
  margin: 10px 0 0;
  color: #5b554b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ol-genoscope-info-box .elementor-icon-box-icon,
.ol-genoscope-path-box .elementor-icon-box-icon,
.ol-genoscope-flow-box .elementor-icon-box-icon,
.ol-genoscope-route-box .elementor-icon-box-icon {
  margin-bottom: 18px;
  color: var(--ol-gold, #a9824b);
  font-size: 30px;
}

.ol-genoscope-info-box .elementor-icon-box-title,
.ol-genoscope-path-box .elementor-icon-box-title,
.ol-genoscope-flow-box .elementor-icon-box-title,
.ol-genoscope-route-box .elementor-icon-box-title {
  margin: 0 0 10px;
  color: var(--ol-olive-2, #20321f);
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.08;
}

.ol-genoscope-info-box .elementor-icon-box-description,
.ol-genoscope-path-box .elementor-icon-box-description,
.ol-genoscope-flow-box .elementor-icon-box-description,
.ol-genoscope-route-box .elementor-icon-box-description {
  color: #5b554b;
  font-size: 15px;
  line-height: 1.64;
}

.ol-genoscope-flow-box .elementor-icon-box-icon,
.ol-genoscope-route-box .elementor-icon-box-icon,
.ol-genoscope-flow-box .elementor-icon-box-icon .elementor-icon,
.ol-genoscope-route-box .elementor-icon-box-icon .elementor-icon,
.ol-genoscope-flow-box .elementor-icon-box-icon i,
.ol-genoscope-route-box .elementor-icon-box-icon i {
  color: rgba(255, 255, 255, .76);
}

.ol-genoscope-flow-box .elementor-icon-box-title,
.ol-genoscope-route-box .elementor-icon-box-title {
  color: #fff;
}

.ol-genoscope-flow-box .elementor-icon-box-description,
.ol-genoscope-route-box .elementor-icon-box-description {
  color: rgba(255, 255, 255, .76);
}

.ol-genoscope-final {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(169, 130, 75, .12), transparent 36%),
    #fbfaf6;
}

.ol-genoscope-final-copy .elementor-widget-wrap {
  max-width: 880px;
  margin-inline: auto;
}

@media (max-width: 991px) {
  .ol-genoscope-page > .elementor-container {
    display: block;
    width: calc(100% - 48px);
  }

  .ol-genoscope-hero-copy,
  .ol-genoscope-hero-visual,
  .ol-genoscope-flow-copy,
  .ol-genoscope-flow-list,
  .ol-genoscope-tones-visual,
  .ol-genoscope-tones-copy,
  .ol-genoscope-difference-copy,
  .ol-genoscope-route-list,
  .ol-genoscope-info-card,
  .ol-genoscope-path-card,
  .ol-genoscope-tone-card {
    width: 100% !important;
  }

  .ol-genoscope-hero-copy .elementor-widget-wrap,
  .ol-genoscope-flow-copy .elementor-widget-wrap,
  .ol-genoscope-difference-copy .elementor-widget-wrap,
  .ol-genoscope-tones-copy .elementor-widget-wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .ol-genoscope-hero-visual,
  .ol-genoscope-flow-list,
  .ol-genoscope-tones-copy,
  .ol-genoscope-route-list {
    margin-top: 34px;
  }

  .ol-genoscope-info-card,
  .ol-genoscope-path-card,
  .ol-genoscope-tone-card {
    margin-top: 14px;
  }
}

@media (max-width: 640px) {
  .ol-genoscope-page {
    padding: 42px 0;
  }

  .ol-genoscope-hero {
    min-height: auto;
    padding-top: 96px;
  }

  .ol-genoscope-hero .ol-genoscope-kicker-widget {
    display: none;
  }

  .ol-genoscope-page > .elementor-container {
    width: calc(100% - 32px);
  }

  .ol-genoscope-title h1 {
    font-size: 32px;
    line-height: 1.02;
  }

  .ol-genoscope-section-title h2 {
    font-size: 30px;
  }

  .ol-genoscope-lead p,
  .ol-genoscope-body p {
    font-size: 14px;
    line-height: 1.58;
  }

  .ol-genoscope-chip-widget p,
  p.ol-genoscope-chips {
    gap: 8px;
    margin-top: 20px;
  }

  .ol-genoscope-chip-widget span,
  .ol-genoscope-chips span {
    min-height: 34px;
    padding: 7px 13px;
    font-size: 12px;
  }

  .ol-genoscope-button {
    width: auto;
    margin: 24px 8px 0 0;
  }

  .ol-genoscope-button .elementor-button {
    width: auto;
    min-height: 42px;
    padding: 11px 18px !important;
    font-size: 12px;
  }

  .ol-genoscope-hero-visual {
    margin-top: 28px;
  }

  .ol-genoscope-image img {
    height: 300px;
  }

  .ol-genoscope-tone-card .elementor-widget-wrap {
    min-height: auto;
  }
}

/* Home Oceans compact product spotlight. */
body.home .orphea-oceans.ol-oceans-spotlight {
  overflow: hidden;
  padding: clamp(64px, 5vw, 76px) 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 253, 247, .64), transparent 34%),
    linear-gradient(135deg, #e8ddcd 0%, #f4ecdf 56%, #fbf7ef 100%);
}

body.home .orphea-oceans.ol-oceans-spotlight > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .86fr);
  gap: clamp(42px, 5.2vw, 86px);
  align-items: center;
  width: min(1540px, calc(100% - clamp(32px, 7vw, 112px)));
  max-width: none;
  margin: 0 auto;
}

body.home .orphea-oceans.ol-oceans-spotlight > .elementor-container > .elementor-column {
  width: auto !important;
  min-width: 0;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-media {
  position: relative !important;
  top: auto;
  align-self: auto;
  height: auto;
  padding: 0 !important;
  border-radius: 28px;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-media > .elementor-widget-wrap {
  min-height: 0;
  height: auto;
  aspect-ratio: 1.04;
  padding: 0 !important;
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(48, 55, 44, .13);
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-main-image,
body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-main-image .elementor-widget-container {
  min-height: 0;
  height: 100%;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-main-image img {
  height: 100%;
  min-height: 0;
  border-radius: 28px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.96) contrast(1.02);
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-media > .elementor-widget-wrap::after {
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(28, 24, 19, .04), rgba(28, 24, 19, .18) 100%),
    linear-gradient(90deg, rgba(28, 24, 19, .22), rgba(28, 24, 19, 0) 58%);
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-caption {
  top: auto;
  right: auto;
  bottom: 28px;
  left: 28px;
  max-width: calc(100% - 56px);
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-caption p {
  display: inline-flex;
  max-width: none;
  min-height: 38px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-left: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: #fffdf8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  backdrop-filter: blur(18px);
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-content > .elementor-widget-wrap {
  max-width: 600px;
  min-height: 0;
  height: auto;
  margin-inline: 0;
  padding: 0 !important;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-eyebrow {
  margin: 0 0 12px !important;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-title h4 {
  max-width: 560px;
  font-size: clamp(44px, 4vw, 66px);
  line-height: .95;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-desc {
  margin: 18px 0 28px !important;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-desc p {
  max-width: 52ch;
  color: rgba(48, 55, 44, .74);
  font-size: 15.5px;
  line-height: 1.62;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-choice-list {
  gap: 12px;
  margin-bottom: 22px;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-choice-card {
  display: block;
  padding: 18px 20px 18px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-choice-card:hover {
  transform: none;
  border-color: transparent;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-choice-card::before {
  display: none;
  content: none;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-choice-card .elementor-widget {
  margin: 0 !important;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-card-title h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 1.9vw, 29px);
  line-height: 1.06;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-card-copy p {
  max-width: 50ch;
  margin: 0 0 14px;
  color: rgba(48, 55, 44, .70);
  font-size: 14px;
  line-height: 1.55;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-card-link .elementor-button {
  display: inline-flex !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(48, 55, 44, .18) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 247, .64) !important;
  color: #30372c !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: .04em;
  text-transform: none;
  box-shadow: none !important;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-card-link .elementor-button:hover {
  border-color: #30372c !important;
  background: #30372c !important;
  color: #fffdf8 !important;
}

body.home .orphea-oceans.ol-oceans-spotlight .tf-btn-icon::before,
body.home .orphea-oceans.ol-oceans-spotlight .tf-btn-icon:hover::before {
  content: none !important;
}

body.home .orphea-oceans.ol-oceans-spotlight .elementor-button,
body.home .orphea-oceans.ol-oceans-spotlight .elementor-button:hover,
body.home .orphea-oceans.ol-oceans-spotlight .elementor-button:focus,
body.home .orphea-oceans.ol-oceans-spotlight .elementor-button-text {
  text-decoration: none !important;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-card-link .elementor-button-content-wrapper,
body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-more .elementor-button-content-wrapper {
  display: inline-flex !important;
  width: auto !important;
  align-items: center;
  gap: 8px;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-more {
  margin-top: 0 !important;
  text-align: left;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-more .elementor-button {
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: #30372c !important;
  color: #fffdf8 !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: .04em;
  text-transform: none;
  box-shadow: none !important;
}

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-more .elementor-button:hover {
  background: #111310 !important;
  color: #fffdf8 !important;
}

@media (max-width: 991px) {
  body.home .orphea-oceans.ol-oceans-spotlight {
    padding: 0 0 64px;
  }

  body.home .orphea-oceans.ol-oceans-spotlight > .elementor-container {
    display: block;
    width: 100%;
  }

  body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-media,
  body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-media > .elementor-widget-wrap,
  body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-main-image img,
  body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-media > .elementor-widget-wrap::after {
    border-radius: 0;
  }

  body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-media > .elementor-widget-wrap {
    aspect-ratio: auto;
    height: clamp(360px, 54vw, 520px);
  }

  body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-content > .elementor-widget-wrap {
    max-width: none;
    padding: 42px 22px 0 !important;
  }
}

@media (max-width: 767px) {
  body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-caption {
    bottom: 18px;
    left: 18px;
    max-width: calc(100% - 36px);
  }

  body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-caption p {
    min-height: 34px;
    padding: 0 13px;
    font-size: 13px;
  }

  body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-title h4 {
    font-size: clamp(42px, 12vw, 58px);
  }

body.home .orphea-oceans.ol-oceans-spotlight .orphea-oceans-choice-card {
    padding: 20px 18px 18px;
  }
}

/* Header tuning */
body .ol-header {
  background: rgb(243 238 228 / 26%);
}

body .ol-header .ol-logo {
  width: 112px;
}

body .ol-header .ol-logo img {
  height: 64px;
  width: auto;
  object-fit: contain;
}

body .ol-header .ol-menu a,
body .ol-header .ol-menu .sub-menu a {
  color: #000;
  font-weight: 400;
}

body .ol-header .ol-language-toggle {
  background: transparent !important;
  border: 0 !important;
}

body .ol-header .ol-header-actions {
  border: 0 !important;
  border-radius: 18px;
}

body.home .ol-hero .elementor-button {
  min-width: 198px;
  min-height: 50px;
  padding: 0 18px 0 24px !important;
  border: 1px solid rgba(47, 63, 45, .9) !important;
  border-radius: 999px !important;
  background: rgba(47, 63, 45, .94) !important;
  color: #fffdf8 !important;
  box-shadow: 0 14px 34px rgba(31, 39, 29, .16) !important;
  backdrop-filter: blur(12px);
  font-size: 14px !important;
  font-weight: 500 !important;
}

body.home .ol-hero .ol-btn-ghost .elementor-button {
  background: rgb(253 251 245 / 54%) !important;
  border-color: rgb(47 63 45 / 28%) !important;
  color: #2f3f2d !important;
  box-shadow: 0 12px 28px rgba(74, 60, 49, .08) !important;
}

body.home .ol-hero .elementor-button .elementor-button-content-wrapper {
  width: auto !important;
  gap: 10px;
}

body.home .ol-hero .elementor-button::after {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  border-radius: 50%;
  background: rgb(253 251 245 / 16%);
  color: currentColor;
  font-size: 20px;
  transform: translateX(0);
  transition: transform .22s ease, background .22s ease;
}

body.home .ol-hero .ol-btn-ghost .elementor-button::after {
  background: rgb(47 63 45 / 8%);
}

body.home .ol-hero .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(31, 39, 29, .2) !important;
}

body.home .ol-hero .elementor-button:hover::after {
  transform: translateX(2px);
  background: rgb(253 251 245 / 24%);
}

body.home .ol-hero .ol-btn-ghost .elementor-button:hover {
  background: rgb(253 251 245 / 78%) !important;
  border-color: rgb(47 63 45 / 42%) !important;
  color: #1f271d !important;
}

body.home .ol-trust-strip .ol-trust-card .elementor-icon-box-title {
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.18;
}

body.home .ol-trust-strip .ol-trust-card .elementor-icon-box-description {
  font-size: 14px !important;
  line-height: 1.52;
}




/* Home responsive polish: tablet header and hero fit. */
@media (max-width: 1100px) {
  body .ol-header__inner {
    width: calc(100% - 32px);
    gap: 14px;
  }

  body .ol-header .ol-nav {
    display: none !important;
  }

  body .ol-header .ol-header-actions {
    margin-left: auto;
    gap: 12px;
  }

  body .ol-header .ol-mobile-toggle {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy .elementor-widget-wrap {
    max-width: 560px;
  }

  body.home .ol-hero-slider-stage h1,
  body.home .ol-hero h1 {
    max-width: 560px;
    font-size: clamp(50px, 6vw, 60px);
    line-height: .99;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy .elementor-widget-wrap {
    max-width: 500px;
  }

  body.home .ol-hero-slider-stage h1,
  body.home .ol-hero h1 {
    max-width: 500px;
    font-size: clamp(48px, 6vw, 54px);
  }

  body.home .ol-hero-slider-stage .ol-hero-slide-bg,
  body.home .ol-hero-slider-stage .ol-hero-slide-bg img {
    background-position: 72% center !important;
    object-position: 72% center !important;
  }
}

@media (max-width: 767px) {
  body.home .ol-hero-slider-stage,
  body.home .ol-hero-slider-stage .ol-hero-slide,
  body.home .ol-hero {
    min-height: 820px !important;
    height: 820px !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy .elementor-widget-wrap {
    padding-top: 96px !important;
  }
}

@media (max-width: 390px) {
  body.home .ol-hero-slider-stage,
  body.home .ol-hero-slider-stage .ol-hero-slide,
  body.home .ol-hero {
    min-height: 800px !important;
    height: 800px !important;
  }
}

/* Home responsive polish: ensure tablet/mobile menu icon and portrait hero separation. */
@media (max-width: 1100px) {
  body .ol-header .ol-mobile-toggle {
    display: block !important;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 8px 0 !important;
    color: #30372c;
  }

  body .ol-header .ol-mobile-toggle span {
    display: block !important;
    width: 22px;
    height: 2px;
    margin: 4px auto;
    border-radius: 999px;
    background: currentColor;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy .elementor-widget-wrap {
    max-width: 440px;
  }

  body.home .ol-hero-slider-stage h1,
  body.home .ol-hero h1 {
    max-width: 440px;
    font-size: clamp(46px, 5.65vw, 52px);
  }

  body.home .ol-hero-slider-stage .ol-hero-slide-bg,
  body.home .ol-hero-slider-stage .ol-hero-slide-bg img {
    background-position: 86% center !important;
    object-position: 86% center !important;
  }
}

/* Home responsive polish: keep tablet portrait hero background from sliding under the copy. */
@media (min-width: 768px) and (max-width: 900px) {
  body.home .ol-hero-slider-stage .ol-hero-slide-bg,
  body.home .ol-hero-slider-stage .ol-hero-slide-bg img {
    background-position: 50% center !important;
    object-position: 50% center !important;
  }
}

/* Home responsive polish: requested compact hero heights. */
@media (min-width: 768px) and (max-width: 1100px) {
  body.home .ol-hero-slider-stage,
  body.home .ol-hero-slider-stage .ol-hero-slide,
  body.home .ol-hero-slider-stage .ol-hero,
  body.home .ol-hero {
    min-height: 590px !important;
    height: 590px !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy,
  body.home .ol-hero .ol-hero-copy,
  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy .elementor-widget-wrap {
    min-height: 590px !important;
    height: 590px !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy .elementor-widget-wrap {
    justify-content: center !important;
    padding-top: 74px !important;
    padding-bottom: 42px !important;
  }

  body.home .ol-hero-slider-stage h1,
  body.home .ol-hero h1 {
    max-width: 520px;
    font-size: clamp(44px, 5.15vw, 54px) !important;
    line-height: .98 !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy p,
  body.home .ol-hero .ol-hero-copy p {
    max-width: 460px;
    font-size: clamp(15px, 1.55vw, 17px) !important;
    line-height: 1.45 !important;
  }

  body.home .ol-hero-slider-stage .elementor-button,
  body.home .ol-hero .elementor-button {
    min-height: 44px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* Home hero alignment lock: right-side dots and right-aligned CTA group. */
body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy > .elementor-widget-wrap,
body.home .ol-hero .ol-hero-copy > .elementor-widget-wrap {
  justify-content: flex-end !important;
}

body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-widget-button,
body.home .ol-hero .ol-hero-copy .elementor-widget-button {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 24px 0 0 12px !important;
}

body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-button,
body.home .ol-hero .ol-hero-copy .elementor-button {
  width: auto !important;
}

body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slider-dots {
  right: clamp(24px, 5vw, 112px) !important;
  left: auto !important;
}

@media (max-width: 767px) {
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage,
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slide,
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero,
  body.home .ol-hero {
    min-height: 450px !important;
    height: 450px !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-widget-button,
  body.home .ol-hero .ol-hero-copy .elementor-widget-button {
    display: flex !important;
    flex: 0 0 100% !important;
    justify-content: flex-end !important;
    box-sizing: border-box;
    max-width: 100% !important;
    margin: 10px 0 0 !important;
    padding-right: clamp(54px, 17vw, 72px);
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy > .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy > .elementor-widget-wrap {
    max-width: min(314px, calc(100vw - 56px)) !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-button,
  body.home .ol-hero .ol-hero-copy .elementor-button {
    min-width: 168px !important;
    min-height: 40px !important;
    padding-right: 14px !important;
    padding-left: 16px !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slider-dots {
    right: 24px !important;
    bottom: 20px !important;
    left: auto !important;
    gap: 8px;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-dot {
    width: 28px;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-dot.is-active {
    width: 46px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body.home .ol-hero-slider-stage h1,
  body.home .ol-hero h1 {
    max-width: 400px;
    font-size: clamp(40px, 5.4vw, 46px) !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy p,
  body.home .ol-hero .ol-hero-copy p {
    max-width: 390px;
  }
}

@media (max-width: 767px) {
  body.home .ol-hero-slider-stage,
  body.home .ol-hero-slider-stage .ol-hero-slide,
  body.home .ol-hero-slider-stage .ol-hero,
  body.home .ol-hero {
    min-height: 450px !important;
    height: 450px !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy,
  body.home .ol-hero .ol-hero-copy,
  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy .elementor-widget-wrap {
    min-height: 450px !important;
    height: 450px !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy .elementor-widget-wrap {
    justify-content: center !important;
    padding-top: 80px !important;
    padding-bottom: 28px !important;
  }

  body.home .ol-hero-slider-stage h1,
  body.home .ol-hero h1 {
    max-width: 310px;
    font-size: clamp(33px, 9.2vw, 38px) !important;
    line-height: .98 !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy p,
  body.home .ol-hero .ol-hero-copy p {
    max-width: 300px;
    font-size: 15px !important;
    line-height: 1.42 !important;
  }

  body.home .ol-hero-slider-stage .elementor-button,
  body.home .ol-hero .elementor-button {
    min-height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* Home mobile hero CTA polish: compact copy offset and horizontal buttons. */
@media (max-width: 767px) {
  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy .elementor-widget-wrap {
    padding-top: 24px !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-widget-button,
  body.home .ol-hero .ol-hero-copy .elementor-widget-button {
    display: inline-block !important;
    width: auto !important;
    max-width: calc(50% - 5px);
    margin: 0 6px 0 0 !important;
    vertical-align: top;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-widget-button + .elementor-widget-button,
  body.home .ol-hero .ol-hero-copy .elementor-widget-button + .elementor-widget-button {
    margin-right: 0 !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy .elementor-button,
  body.home .ol-hero .ol-hero-copy .elementor-button {
    min-width: 0 !important;
    min-height: 38px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
    font-size: 13px !important;
    white-space: nowrap;
  }
}

/* Home responsive hero hard reset: keep Elementor inner wrappers aligned to compact heights. */
@media (min-width: 768px) and (max-width: 1100px) {
  body.home .ol-hero-slider-stage,
  body.home .ol-hero-slider-stage .ol-hero-slide,
  body.home .ol-hero-slider-stage .ol-hero,
  body.home .ol-hero {
    min-height: 590px !important;
    height: 590px !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-slide > .elementor-container,
  body.home .ol-hero > .elementor-container {
    min-height: 590px !important;
    height: 590px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-slide > .elementor-container > .elementor-column,
  body.home .ol-hero > .elementor-container > .elementor-column,
  body.home .ol-hero-slider-stage .ol-hero-slide > .elementor-container > .elementor-column > .elementor-widget-wrap,
  body.home .ol-hero > .elementor-container > .elementor-column > .elementor-widget-wrap {
    min-height: 0 !important;
    height: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy,
  body.home .ol-hero .ol-hero-copy,
  body.home .ol-hero-slider-stage .ol-hero-copy > .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy > .elementor-widget-wrap {
    min-height: 0 !important;
    height: 100% !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy > .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy > .elementor-widget-wrap {
    justify-content: center !important;
    padding-top: 56px !important;
    padding-bottom: 26px !important;
  }
}

@media (max-width: 767px) {
  body.home .ol-hero-slider-stage,
  body.home .ol-hero-slider-stage .ol-hero-slide,
  body.home .ol-hero-slider-stage .ol-hero,
  body.home .ol-hero {
    min-height: 450px !important;
    height: 450px !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-slide > .elementor-container,
  body.home .ol-hero > .elementor-container {
    min-height: 450px !important;
    height: 450px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-slide > .elementor-container > .elementor-column,
  body.home .ol-hero > .elementor-container > .elementor-column,
  body.home .ol-hero-slider-stage .ol-hero-slide > .elementor-container > .elementor-column > .elementor-widget-wrap,
  body.home .ol-hero > .elementor-container > .elementor-column > .elementor-widget-wrap {
    min-height: 0 !important;
    height: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy,
  body.home .ol-hero .ol-hero-copy,
  body.home .ol-hero-slider-stage .ol-hero-copy > .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy > .elementor-widget-wrap {
    min-height: 0 !important;
    height: 100% !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy > .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy > .elementor-widget-wrap {
    justify-content: center !important;
    padding-top: 24px !important;
    padding-bottom: 18px !important;
  }
}

/* Home tablet hero: requested 530px container and vertically centered content. */
@media (min-width: 768px) and (max-width: 1100px) {
  body.home .ol-hero-slider-stage,
  body.home .ol-hero-slider-stage .ol-hero-slide,
  body.home .ol-hero-slider-stage .ol-hero,
  body.home .ol-hero {
    min-height: 530px !important;
    height: 530px !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-slide > .elementor-container,
  body.home .ol-hero > .elementor-container {
    min-height: 530px !important;
    height: 530px !important;
    align-items: center !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy,
  body.home .ol-hero .ol-hero-copy {
    min-height: 530px !important;
    height: 530px !important;
    align-items: center !important;
  }

  body.home .ol-hero-slider-stage .ol-hero-copy > .elementor-widget-wrap.elementor-element-populated,
  body.home .ol-hero .ol-hero-copy > .elementor-widget-wrap.elementor-element-populated {
    min-height: 0 !important;
    height: auto !important;
    align-content: center !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* Home responsive final guard: keeps the approved hero/product/science rhythm intact. */
body.home:not(.elementor-editor-active) .ol-hero-slider-stage {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy > .elementor-widget-wrap,
body.home .ol-hero .ol-hero-copy > .elementor-widget-wrap {
  width: 100% !important;
  max-width: 696px !important;
  justify-content: flex-start !important;
}

body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-widget-button,
body.home .ol-hero .ol-hero-copy .elementor-widget-button {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 24px 12px 0 0 !important;
}

body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-button,
body.home .ol-hero .ol-hero-copy .elementor-button {
  width: auto !important;
}

body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slider-dots {
  right: clamp(24px, 5vw, 112px) !important;
  left: auto !important;
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy > .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy > .elementor-widget-wrap {
    max-width: 520px !important;
  }
}

@media (max-width: 767px) {
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage,
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slide,
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero,
  body.home .ol-hero {
    min-height: 350px !important;
    height: 350px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slide > .elementor-container,
  body.home .ol-hero > .elementor-container,
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy,
  body.home .ol-hero .ol-hero-copy,
  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy > .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy > .elementor-widget-wrap {
    min-height: 350px !important;
    height: 350px !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slide > .elementor-container,
  body.home .ol-hero > .elementor-container {
    top: 0 !important;
    transform: none !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy > .elementor-widget-wrap,
  body.home .ol-hero .ol-hero-copy > .elementor-widget-wrap {
    max-width: min(314px, calc(100vw - 56px)) !important;
    align-content: center !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage h1,
  body.home .ol-hero h1 {
    max-width: min(314px, calc(100vw - 56px)) !important;
    font-size: clamp(25px, 7.2vw, 28px) !important;
    line-height: 1.02 !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-widget-button,
  body.home .ol-hero .ol-hero-copy .elementor-widget-button {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    justify-content: flex-start !important;
    box-sizing: border-box;
    width: auto !important;
    max-width: calc(50% - 5px) !important;
    margin: 10px 8px 0 0 !important;
    padding-right: 0 !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-widget-button + .elementor-widget-button,
  body.home .ol-hero .ol-hero-copy .elementor-widget-button + .elementor-widget-button {
    margin-right: 0 !important;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-button,
  body.home .ol-hero .ol-hero-copy .elementor-button {
    width: auto !important;
    min-width: 0 !important;
    min-height: 38px !important;
    padding-right: 13px !important;
    padding-left: 13px !important;
    font-size: 12.5px !important;
    white-space: nowrap;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-copy .elementor-button-content-wrapper,
  body.home .ol-hero .ol-hero-copy .elementor-button-content-wrapper {
    width: auto !important;
    white-space: nowrap;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-slider-dots {
    right: 24px !important;
    bottom: 20px !important;
    left: auto !important;
    gap: 8px;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-dot {
    width: 28px;
  }

  body.home:not(.elementor-editor-active) .ol-hero-slider-stage .ol-hero-dot.is-active {
    width: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  body.home .ol-product-slider-viewport {
    width: calc(100% - 40px) !important;
  }

  body.home .ol-product-grid .elementor-container {
    gap: 16px !important;
  }

  body.home .ol-product-grid .ol-product-card {
    flex: 0 0 clamp(320px, 43.5%, 440px) !important;
    width: clamp(320px, 43.5%, 440px) !important;
    max-width: clamp(320px, 43.5%, 440px) !important;
  }
}

@media (max-width: 991px) {
  body.home .orphea-science-main .elementor-widget-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 18px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.home .orphea-science-eyebrow,
  body.home .orphea-science-title,
  body.home .orphea-science-intro {
    grid-column: 1 / -1 !important;
  }

  body.home .orphea-science-note {
    padding: 18px 0 20px !important;
  }
}

@media (max-width: 480px) {
  body.home .orphea-science-main .elementor-widget-wrap {
    gap: 12px 14px !important;
  }

  body.home .orphea-science-note .elementor-icon-box-wrapper {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 0 10px !important;
  }

  body.home .orphea-science-note .elementor-icon {
    width: 32px !important;
    height: 32px !important;
  }

  body.home .orphea-science-note .elementor-icon-box-title {
    padding-right: 22px !important;
    font-size: 16px !important;
    line-height: 1.18 !important;
  }

  body.home .orphea-science-note .elementor-icon-box-description {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 767px) {
  body .ol-header__inner {
    height: 58px !important;
    min-height: 58px !important;
    width: calc(100% - 28px) !important;
  }

  body .ol-header .ol-logo {
    width: 92px !important;
  }

  body .ol-header .ol-logo img {
    height: 48px !important;
    width: auto !important;
    max-height: 48px !important;
    object-fit: contain;
  }

  body .ol-header .ol-header-actions {
    gap: 8px !important;
  }

  body .ol-header .ol-icon-link,
  body .ol-header .ol-cart-link,
  body .ol-header .ol-mobile-toggle {
    width: 34px !important;
    height: 34px !important;
  }

  body .ol-header .ol-mobile-toggle {
    flex-basis: 34px !important;
    padding: 7px 0 !important;
  }

  body .ol-header .ol-mobile-toggle span {
    width: 20px !important;
    margin: 3px auto !important;
  }

  body.home .ol-product-tabs {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
  }

  body.home .ol-product-grid,
  body.home .ol-product-tab-panel {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body.home .ol-science.orphea-science {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  body.home .orphea-science-note .elementor-icon-box-description {
    margin-left: -25px !important;
  }

  body.home .orphea-testimonials.ol-customer-testimonials .sect-heading-v2 .s-title {
    font-size: 32px !important;
    line-height: 1.06 !important;
  }
}

/* Site-wide header height lock: all pages must match the approved home navbar scale. */
@media (min-width: 768px) {
  body .ol-header__inner {
    height: 73px !important;
    min-height: 73px !important;
  }

  body .ol-header .ol-logo {
    width: 112px !important;
  }

  body .ol-header .ol-logo img {
    height: 64px !important;
    max-height: 64px !important;
    width: auto !important;
    object-fit: contain;
  }

  body .ol-header .ol-menu a {
    font-size: 14px !important;
  }
}

/* About premium Elementor rebuild */
body.page-id-40 {
  background: var(--ol-cream, #f7f4ec);
}

body.page-id-40 .site-main.ol-main {
  background: var(--ol-cream, #f7f4ec);
}

body.page-id-40 .ol-about-premium {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 7vw, 108px) 0;
  background: var(--ol-cream, #f7f4ec);
  color: var(--ol-ink, #111310);
}

body.page-id-40 .ol-about-premium:nth-of-type(even) {
  background: var(--ol-ivory, #fbfaf6);
}

body.page-id-40 .ol-about-premium > .elementor-container {
  width: min(1240px, calc(100% - 104px));
  margin-inline: auto;
  align-items: center;
}

body.page-id-40 .ol-about-kicker p,
body.page-id-40 .ol-about-kicker {
  margin: 0 0 14px;
  color: var(--ol-olive-secondary, #60705b);
  font-family: var(--ol-font-sans, Inter, "Helvetica Neue", Arial, sans-serif);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.page-id-40 .ol-about-title h1,
body.page-id-40 .ol-about-section-title h2 {
  margin: 0;
  color: var(--ol-olive-2, #20321f);
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

body.page-id-40 .ol-about-title h1 {
  max-width: 840px;
  font-size: clamp(48px, 5.1vw, 82px);
  line-height: .96;
}

body.page-id-40 .ol-about-section-title h2 {
  max-width: 780px;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.02;
}

body.page-id-40 .ol-about-lead p,
body.page-id-40 .ol-about-body p {
  max-width: 690px;
  margin: 18px 0 0;
  color: #4c463c;
  font-size: 17px;
  line-height: 1.72;
}

body.page-id-40 .ol-about-proofline p,
body.page-id-40 p.ol-about-proofline {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 12px;
  margin: 26px 0 0;
}

body.page-id-40 .ol-about-proofline span,
body.page-id-40 .ol-about-channel-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid rgba(32, 50, 31, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: var(--ol-olive-2, #20321f);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

body.page-id-40 .ol-about-button {
  display: inline-flex;
  width: auto;
  margin: 32px 12px 0 0;
}

body.page-id-40 .ol-about-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border: 1px solid rgba(32, 50, 31, .18);
  border-radius: 999px;
  background: transparent;
  color: var(--ol-olive-2, #20321f);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

body.page-id-40 .ol-about-button-primary .elementor-button,
body.page-id-40 .ol-about-button-dark .elementor-button {
  border-color: var(--ol-olive-2, #20321f);
  background: var(--ol-olive-2, #20321f);
  color: #fff;
}

body.page-id-40 .ol-about-button-light .elementor-button {
  border-color: #fff;
  background: #fff;
  color: var(--ol-olive-2, #20321f);
}

body.page-id-40 .ol-about-button .elementor-button:hover {
  transform: translateY(-1px);
  border-color: var(--ol-ink, #111310);
  background: var(--ol-ink, #111310);
  color: #fff;
}

body.page-id-40 .ol-about-hero {
  min-height: clamp(620px, 82vh, 820px);
  padding-top: clamp(82px, 8vw, 128px);
  padding-bottom: clamp(72px, 8vw, 118px);
  background:
    radial-gradient(circle at 84% 12%, rgba(169, 130, 75, .15), transparent 34%),
    linear-gradient(118deg, rgba(247, 244, 236, .98) 0%, rgba(247, 244, 236, .92) 46%, rgba(251, 250, 246, .78) 100%);
  border-bottom: 1px solid rgba(32, 50, 31, .12);
}

body.page-id-40 .ol-about-hero-copy .elementor-widget-wrap {
  max-width: 900px;
  display: block;
  padding-right: clamp(20px, 3vw, 46px);
}

body.page-id-40 .ol-about-hero-copy {
  width: 50% !important;
}

body.page-id-40 .ol-about-hero-media {
  width: 50% !important;
}

body.page-id-40 .ol-about-hero-media .elementor-widget-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: clamp(12px, 2vw, 30px);
}

body.page-id-40 .ol-about-hero-media .elementor-widget-wrap::before {
  content: "";
  position: absolute;
  inset: 8% 3% -5% 16%;
  border: 1px solid rgba(32, 50, 31, .12);
  border-radius: 999px;
  transform: rotate(-8deg);
  pointer-events: none;
}

body.page-id-40 .ol-about-hero-image img,
body.page-id-40 .ol-about-split-image img,
body.page-id-40 .ol-about-rounded-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

body.page-id-40 .ol-about-hero-image {
  width: min(100%, 520px);
  margin-inline: auto;
}

body.page-id-40 .ol-about-hero-image img {
  aspect-ratio: 1.02 / 1;
  border-radius: 999px 999px 12px 12px;
  box-shadow: 0 42px 110px rgba(32, 50, 31, .16);
}

body.page-id-40 .ol-about-split-image,
body.page-id-40 .ol-about-rounded-image {
  width: min(100%, 610px);
  margin-inline: auto;
}

body.page-id-40 .ol-about-split-image img,
body.page-id-40 .ol-about-rounded-image img {
  aspect-ratio: 1.13 / 1;
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(32, 50, 31, .08);
}

body.page-id-40 .ol-about-origin-copy .elementor-widget-wrap,
body.page-id-40 .ol-about-genoscope-copy .elementor-widget-wrap,
body.page-id-40 .ol-about-founders-copy .elementor-widget-wrap,
body.page-id-40 .ol-about-professional-copy .elementor-widget-wrap {
  display: block;
  padding-left: clamp(24px, 4vw, 72px);
}

body.page-id-40 .ol-about-origin-copy .elementor-widget-wrap {
  padding-right: clamp(18px, 3vw, 44px);
}

body.page-id-40 .ol-about-origin-media,
body.page-id-40 .ol-about-genoscope-media {
  width: 46% !important;
}

body.page-id-40 .ol-about-origin-copy,
body.page-id-40 .ol-about-genoscope-copy {
  width: 54% !important;
}

body.page-id-40 .ol-about-genoscope-copy .elementor-widget-wrap {
  padding-left: clamp(18px, 3vw, 44px);
  padding-right: clamp(28px, 4vw, 68px);
}

body.page-id-40 .ol-about-proof > .elementor-container {
  flex-wrap: wrap;
  gap: 22px;
}

body.page-id-40 .ol-about-section-head {
  width: 100% !important;
  max-width: 880px;
  margin: 0 auto 18px;
  text-align: center;
}

body.page-id-40 .ol-about-section-head .elementor-widget-wrap,
body.page-id-40 .ol-about-final-copy .elementor-widget-wrap {
  display: block;
}

body.page-id-40 .ol-about-section-head .ol-about-section-title h2,
body.page-id-40 .ol-about-final-copy .ol-about-section-title h2 {
  margin-inline: auto;
}

body.page-id-40 .ol-about-card {
  width: calc((100% - 44px) / 3) !important;
}

body.page-id-40 .ol-about-card .elementor-widget-wrap {
  height: 100%;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(32, 50, 31, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 20px 54px rgba(32, 50, 31, .06);
}

body.page-id-40 .ol-about-iconbox .elementor-icon-box-icon,
body.page-id-40 .ol-about-mini-card .elementor-icon-box-icon {
  margin-bottom: 18px;
  color: var(--ol-gold, #a9824b);
  font-size: 30px;
}

body.page-id-40 .ol-about-iconbox .elementor-icon-box-title,
body.page-id-40 .ol-about-mini-card .elementor-icon-box-title {
  margin: 0 0 10px;
  color: var(--ol-olive-2, #20321f);
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.08;
}

body.page-id-40 .ol-about-iconbox .elementor-icon-box-description,
body.page-id-40 .ol-about-mini-card .elementor-icon-box-description {
  color: #5b554b;
  font-size: 15px;
  line-height: 1.66;
}

body.page-id-40 .ol-about-premium.ol-about-universe {
  background:
    radial-gradient(circle at 78% 20%, rgba(205, 181, 133, .12), transparent 34%),
    linear-gradient(135deg, #162414 0%, #263521 100%) !important;
  color: #fff;
}

body.page-id-40 .ol-about-universe .ol-about-kicker,
body.page-id-40 .ol-about-universe .ol-about-kicker p,
body.page-id-40 .ol-about-universe .ol-about-section-title h2,
body.page-id-40 .ol-about-universe .ol-about-body p {
  color: #fff;
}

body.page-id-40 .ol-about-universe .ol-about-body p {
  color: rgba(255, 255, 255, .74);
}

body.page-id-40 .ol-about-universe-grid .elementor-widget-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.page-id-40 .ol-about-mini-card {
  min-height: 214px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 10px;
  background: rgba(255, 255, 255, .075);
}

body.page-id-40 .ol-about-mini-card .elementor-icon-box-title,
body.page-id-40 .ol-about-mini-card .elementor-icon-box-description {
  color: #fff;
}

body.page-id-40 .ol-about-mini-card .elementor-icon-box-description {
  color: rgba(255, 255, 255, .72);
}

body.page-id-40 .ol-about-founders {
  background: linear-gradient(90deg, #fbfaf6, #f2ecdf);
}

body.page-id-40 .ol-about-founder-mark .elementor-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  border: 1px solid rgba(32, 50, 31, .12);
  border-radius: 10px;
  background:
    radial-gradient(circle at center, rgba(169, 130, 75, .14), transparent 45%),
    rgba(255, 255, 255, .52);
}

body.page-id-40 .ol-about-founder-logo img {
  width: min(320px, 76%);
  height: auto;
  object-fit: contain;
}

body.page-id-40 .ol-about-professional {
  background: #20321f;
  color: #fff;
}

body.page-id-40 .ol-about-professional .ol-about-kicker,
body.page-id-40 .ol-about-professional .ol-about-kicker p,
body.page-id-40 .ol-about-professional .ol-about-section-title h2,
body.page-id-40 .ol-about-professional .ol-about-body p {
  color: #fff;
}

body.page-id-40 .ol-about-professional .ol-about-body p {
  color: rgba(255, 255, 255, .76);
}

body.page-id-40 .ol-about-channel-list .elementor-widget-wrap {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

body.page-id-40 .ol-about-channel-button {
  width: 100%;
  margin: 0;
}

body.page-id-40 .ol-about-channel-button .elementor-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

body.page-id-40 .ol-about-channel-button .elementor-button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, .82);
  background: #fff;
  color: var(--ol-olive-2, #20321f);
}

body.page-id-40 .ol-about-channel-button:nth-child(1),
body.page-id-40 .ol-about-channel-button:nth-child(3) {
  grid-column: span 2;
}

body.page-id-40 .ol-about-channel-button:nth-child(2) {
  grid-column: span 2;
}

body.page-id-40 .ol-about-channel-button:nth-child(4),
body.page-id-40 .ol-about-channel-button:nth-child(5) {
  grid-column: span 3;
}

body.page-id-40 .ol-about-final-cta {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(169, 130, 75, .12), transparent 36%),
    var(--ol-ivory, #fbfaf6);
}

body.page-id-40 .ol-about-final-copy .elementor-widget-wrap {
  max-width: 880px;
  margin-inline: auto;
}

body.page-id-40 .ol-about-final-copy .ol-about-body p {
  margin-inline: auto;
}

@media (max-width: 1180px) {
  body.page-id-40 .ol-about-premium > .elementor-container {
    width: min(100% - 48px, 1040px);
  }

  body.page-id-40 .ol-about-title h1 {
    font-size: clamp(42px, 6vw, 66px);
  }
}

@media (max-width: 991px) {
  body.page-id-40 .ol-about-premium {
    padding: 56px 0;
  }

  body.page-id-40 .ol-about-hero {
    min-height: auto;
    padding-top: 64px;
  }

  body.page-id-40 .ol-about-hero-copy,
  body.page-id-40 .ol-about-hero-media,
  body.page-id-40 .ol-about-origin-media,
  body.page-id-40 .ol-about-origin-copy,
  body.page-id-40 .ol-about-genoscope-copy,
  body.page-id-40 .ol-about-genoscope-media,
  body.page-id-40 .ol-about-founder-mark,
  body.page-id-40 .ol-about-founders-copy,
  body.page-id-40 .ol-about-professional-copy,
  body.page-id-40 .ol-about-channel-list {
    width: 100% !important;
  }

  body.page-id-40 .ol-about-origin-copy .elementor-widget-wrap,
  body.page-id-40 .ol-about-genoscope-copy .elementor-widget-wrap,
  body.page-id-40 .ol-about-founders-copy .elementor-widget-wrap,
  body.page-id-40 .ol-about-professional-copy .elementor-widget-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 28px;
  }

  body.page-id-40 .ol-about-card {
    width: 100% !important;
  }

  body.page-id-40 .ol-about-universe-head,
  body.page-id-40 .ol-about-universe-grid {
    width: 100% !important;
  }

  body.page-id-40 .ol-about-universe-grid .elementor-widget-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
  }
}

@media (max-width: 640px) {
  body.page-id-40 .ol-about-premium > .elementor-container {
    width: calc(100% - 32px);
  }

  body.page-id-40 .ol-about-title h1 {
    font-size: 38px;
    line-height: 1;
  }

  body.page-id-40 .ol-about-section-title h2 {
    font-size: 34px;
  }

  body.page-id-40 .ol-about-lead p,
  body.page-id-40 .ol-about-body p {
    font-size: 15px;
    line-height: 1.66;
  }

  body.page-id-40 .ol-about-button {
    width: 100%;
    margin-right: 0;
  }

  body.page-id-40 .ol-about-button .elementor-button {
    width: 100%;
  }

  body.page-id-40 .ol-about-hero-copy .ol-about-button-secondary,
  body.page-id-40 .ol-about-genoscope-copy .ol-about-button-dark {
    margin-bottom: 22px;
  }

  body.page-id-40 .ol-about-universe-grid .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }

  body.page-id-40 .ol-about-mini-card {
    min-height: 0;
  }

  body.page-id-40 .ol-about-channel-list .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }

  body.page-id-40 .ol-about-channel-button,
  body.page-id-40 .ol-about-channel-button:nth-child(n) {
    grid-column: auto;
    width: 100%;
  }
}

/* Woo commerce flow final pass: cart, checkout, and order received pages. */
.orphea-cart-suggest-card .card-product_wrapper > .orphea-cart-card-actions {
  align-items: center !important;
}

.orphea-cart-suggest-card .card-product_wrapper > .orphea-cart-card-actions .orphea-card-cart {
  height: 36px !important;
}

.orphea-cart-suggest-card .card-product_info {
  padding-top: 18px !important;
}

.orphea-checkout-page .wrap-checkout {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(48, 55, 44, .1);
}

.orphea-checkout-page .wrap-checkout:last-of-type {
  border-bottom: 0;
}

.orphea-checkout-page .col-right .content-right {
  padding: 28px;
  border: 1px solid rgba(48, 55, 44, .1);
  border-radius: 26px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 24px 80px rgba(48, 55, 44, .08);
  backdrop-filter: blur(10px);
}

.orphea-checkout-review-head {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 24px;
}

.orphea-checkout-review-head .orphea-eyebrow {
  margin: 0;
  color: rgba(48, 55, 44, .62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.orphea-checkout-review-head h3 {
  margin: 0;
  color: #30372c;
  font-size: 32px;
  line-height: .95;
}

.orphea-checkout-page .payment_body p {
  color: rgba(48, 55, 44, .74);
}

.orphea-thankyou-page {
  padding: 72px 0 96px;
  background:
    radial-gradient(circle at 14% 12%, rgba(193, 169, 119, .12), transparent 34%),
    linear-gradient(180deg, #f7f3ea 0%, #fffdf8 100%);
}

.orphea-thankyou-page .container {
  width: min(100% - 32px, 1320px);
  margin-inline: auto;
}

.orphea-thankyou-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 28px;
  align-items: start;
}

.orphea-thankyou-shell-failed {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.orphea-thankyou-card,
.orphea-thankyou-details {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(48, 55, 44, .1);
  border-radius: 30px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 28px 90px rgba(48, 55, 44, .08);
}

.orphea-thankyou-card {
  padding: clamp(30px, 5vw, 58px);
}
.orphea-thankyou-card .orphea-newsletter-card {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(48, 55, 44, .1);
  border-radius: 24px;
  background: rgba(243, 238, 228, .5);
  box-shadow: none;
}
.orphea-thankyou-card .orphea-newsletter-copy h3 {
  font-size: clamp(26px, 2.5vw, 34px);
}

.orphea-thankyou-details {
  padding: clamp(24px, 3vw, 38px);
}

.orphea-thankyou-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #30372c;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.orphea-thankyou-icon i {
  display: none;
}

.orphea-thankyou-icon::before {
  display: block;
  width: 17px;
  height: 9px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg) translate(1px, -1px);
  content: "";
}

.orphea-thankyou-icon.is-failed {
  background: #8c2f2f;
}

.orphea-thankyou-icon.is-failed::before,
.orphea-thankyou-icon.is-failed::after {
  position: absolute;
  width: 18px;
  height: 2px;
  border: 0;
  background: currentColor;
  transform: rotate(45deg);
  content: "";
}

.orphea-thankyou-icon.is-failed::after {
  transform: rotate(-45deg);
}

.orphea-thankyou-card .orphea-eyebrow {
  margin: 0 0 12px;
  color: rgba(48, 55, 44, .62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.orphea-thankyou-card h1 {
  max-width: 720px;
  margin: 0;
  color: #30372c;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.04;
  letter-spacing: 0;
}

.orphea-thankyou-desc {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(48, 55, 44, .72);
  font-size: 16px;
  line-height: 1.7;
}

.orphea-thankyou-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.orphea-thankyou-overview li {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(48, 55, 44, .1);
  border-radius: 20px;
  background: rgba(247, 243, 234, .62);
  color: #30372c;
  font-size: 13px;
  text-align: left;
}

.orphea-thankyou-overview li::before,
.orphea-thankyou-overview li::after {
  display: none !important;
}

.orphea-thankyou-overview span {
  color: rgba(48, 55, 44, .58);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.orphea-thankyou-overview strong,
.orphea-thankyou-overview .amount {
  display: block;
  min-width: 0;
  color: #30372c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.orphea-thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.orphea-thankyou-actions .tf-btn,
.orphea-thankyou-actions .tf-btn-line {
  min-height: 44px;
}

.orphea-thankyou-details .woocommerce-order-details__title,
.orphea-thankyou-details .woocommerce-column__title {
  margin-bottom: 18px;
  color: #30372c;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.orphea-thankyou-details table.shop_table {
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
  border: 1px solid rgba(48, 55, 44, .1);
  border-radius: 18px;
  background: #fff;
}

.orphea-thankyou-details table.shop_table th,
.orphea-thankyou-details table.shop_table td {
  padding: 14px 16px;
  border-color: rgba(48, 55, 44, .08);
  color: rgba(48, 55, 44, .78);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.orphea-thankyou-details table.shop_table tfoot th,
.orphea-thankyou-details table.shop_table tfoot td {
  color: #30372c;
  font-weight: 600;
}

.orphea-thankyou-details .woocommerce-customer-details address {
  padding: 18px;
  border: 1px solid rgba(48, 55, 44, .1);
  border-radius: 18px;
  background: #fff;
  color: rgba(48, 55, 44, .74);
  line-height: 1.65;
}

.orphea-thankyou-details .woocommerce-button,
.orphea-thankyou-details .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 4px 4px 4px 0;
  padding: 9px 18px;
  border-radius: 999px;
  background: #59604b;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 991px) {
  .orphea-checkout-page .col-right .content-right {
    padding: 22px;
    border-radius: 22px;
  }

  .orphea-thankyou-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .orphea-checkout-review-head h3 {
    font-size: 28px;
  }

  .orphea-thankyou-page {
    padding: 42px 0 68px;
  }

  .orphea-thankyou-card,
  .orphea-thankyou-details {
    border-radius: 24px;
  }

  .orphea-thankyou-card h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.03;
    overflow-wrap: break-word;
  }

  .orphea-thankyou-overview {
    grid-template-columns: 1fr;
  }

  .orphea-thankyou-actions,
  .orphea-thankyou-actions .tf-btn,
  .orphea-thankyou-actions .tf-btn-line {
    width: 100%;
  }

  .orphea-thankyou-details table.shop_table th,
  .orphea-thankyou-details table.shop_table td {
    padding: 8px 0;
    border: 0;
    font-size: 13px;
    text-align: left !important;
  }

  .orphea-thankyou-details table.shop_table thead {
    display: none;
  }

  .orphea-thankyou-details table.shop_table,
  .orphea-thankyou-details table.shop_table tbody,
  .orphea-thankyou-details table.shop_table tfoot,
  .orphea-thankyou-details table.shop_table tr,
  .orphea-thankyou-details table.shop_table th,
  .orphea-thankyou-details table.shop_table td {
    display: block;
    width: 100%;
  }

  .orphea-thankyou-details table.shop_table tr {
    padding: 14px 0;
    border-bottom: 1px solid rgba(48, 55, 44, .08);
  }

  .orphea-thankyou-details table.shop_table tr:last-child {
    border-bottom: 0;
  }

  .orphea-thankyou-details table.shop_table td.product-total::before {
    display: block;
    margin-bottom: 4px;
    color: rgba(48, 55, 44, .58);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    content: "Toplam";
  }

  .orphea-thankyou-details table.shop_table .product-name,
  .orphea-thankyou-details table.shop_table .product-name a {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .orphea-thankyou-details .woocommerce-button,
  .orphea-thankyou-details .button {
    min-height: 34px;
    padding: 8px 14px;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  body.page-id-38 .ol-blog-hero {
    padding: 64px 0 70px;
  }

  body.page-id-38 .ol-blog-hero > .elementor-container,
  body.page-id-38 .ol-blog-card-intro-section > .elementor-container,
  body.page-id-38 .ol-blog-card-grid > .elementor-container {
    width: calc(100% - 40px);
  }

  body.page-id-38 .ol-blog-hero > .elementor-container {
    flex-direction: column;
    gap: 34px;
  }

  body.page-id-38 .ol-blog-hero > .elementor-container > .elementor-column {
    width: 100% !important;
  }

  body.page-id-38 .ol-blog-title .elementor-heading-title {
    max-width: 760px;
    font-size: 54px;
  }

  body.page-id-38 .ol-blog-card-intro > .elementor-widget-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.page-id-38 .ol-blog-card-grid > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  body.page-id-38 .orphea-blog-dynamic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  body.page-id-38 .ol-blog-card-grid > .elementor-container > .ol-blog-card {
    width: 100% !important;
  }

  .single-post .orphea-single-post {
    padding: 58px 0 78px;
  }
}

@media (max-width: 640px) {
  body.page-id-38 .ol-blog-hero {
    padding: 44px 0 52px;
  }

  body.page-id-38 .ol-blog-title .elementor-heading-title {
    font-size: 38px;
    line-height: 1.02;
  }

  body.page-id-38 .ol-blog-lead p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

  body.page-id-38 .ol-blog-hero-image .elementor-widget-container {
    border-radius: 18px;
  }

  body.page-id-38 .ol-blog-card-intro-section {
    padding: 46px 0 18px;
  }

  body.page-id-38 .ol-blog-section-title .elementor-heading-title {
    font-size: 34px;
  }

  body.page-id-38 .ol-blog-card-grid {
    padding: 18px 0 64px;
  }

  body.page-id-38 .ol-blog-card-grid > .elementor-container {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.page-id-38 .orphea-blog-dynamic-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.page-id-38 .ol-blog-card > .elementor-widget-wrap {
    padding: 12px 12px 20px;
    border-radius: 20px;
  }

  body.page-id-38 .ol-blog-card-title .elementor-heading-title {
    font-size: 29px;
  }

  body.page-id-38 .orphea-dynamic-blog-card .ol-blog-card-title {
    font-size: 29px;
  }

  .single-post .orphea-single-post {
    padding: 42px 0 64px;
  }

  .single-post .orphea-single-post-title {
    font-size: 36px;
  }

  .single-post .orphea-single-post-content {
    font-size: 16px;
    line-height: 1.75;
  }
}

/* Commercial catalog reset: home, shop and shared product cards. */
.orphea-commerce-eyebrow,
body.home .ol-commerce-eyebrow .elementor-heading-title {
  margin: 0 0 14px;
  color: #59604b;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.orphea-commerce-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 22px;
  width: 100%;
}

.orphea-commerce-product-grid--coming-soon {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.orphea-commerce-card,
.orphea-commerce-card:hover {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none !important;
  transform: none !important;
}

.orphea-commerce-card .card-product_wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 6px !important;
  background: #f4efe7;
  box-shadow: none !important;
}

.orphea-commerce-card.is-coming-soon .card-product_wrapper {
  aspect-ratio: 768 / 953 !important;
}

.orphea-commerce-card .product-img,
.orphea-commerce-card .product-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.orphea-commerce-card .product-img img {
  object-fit: cover;
  object-position: center;
  transition: transform 600ms cubic-bezier(.22, 1, .36, 1);
}

.orphea-commerce-card:hover .product-img img {
  transform: scale(1.018);
}

.orphea-commerce-card .product-badge_list {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  margin: 0;
}

.orphea-commerce-card .product-badge_item {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  color: #30372c;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
}

.orphea-commerce-card.is-coming-soon .product-badge_item {
  color: var(--product-accent);
}

.orphea-commerce-card .product-action_list {
  position: absolute !important;
  z-index: 4 !important;
  right: 12px !important;
  bottom: 12px !important;
  left: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.orphea-commerce-card:hover .product-action_list,
.orphea-commerce-card:focus-within .product-action_list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.orphea-commerce-card .product-action_list > li {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.orphea-commerce-card .product-action_list .box-icon,
.orphea-commerce-card .orphea-card-quickview,
.orphea-commerce-card .yith-wcwl-add-to-wishlist a,
.orphea-commerce-card .yith-wcwl-add-to-wishlist span,
.orphea-commerce-card .orphea-wishlist-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(48, 55, 44, .08) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #30372c !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.orphea-commerce-card .orphea-card-cart,
.orphea-commerce-card .orphea-card-notify {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: auto !important;
  min-width: 148px !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 9px 18px !important;
  border: 1px solid rgba(48, 55, 44, .08) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #30372c !important;
  font-family: Inter, sans-serif;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer;
  white-space: nowrap;
  flex: 0 0 auto;
}

.orphea-commerce-card .orphea-card-notify {
  border-color: color-mix(in srgb, var(--product-accent) 22%, transparent) !important;
  color: var(--product-accent) !important;
}

.orphea-commerce-card .product-action_list a:hover,
.orphea-commerce-card .product-action_list button:hover {
  border-color: #30372c !important;
  background: #30372c !important;
  color: #fff !important;
  text-decoration: none !important;
}

.orphea-commerce-card .card-product_info {
  padding: 17px 2px 0 !important;
  text-align: left !important;
}

.orphea-commerce-card-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
}

.orphea-commerce-card .name-product {
  margin: 0 !important;
  color: #20251f;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-decoration: none !important;
}

.orphea-commerce-card .price-wrap,
.orphea-commerce-card .price-new,
.orphea-commerce-card .woocommerce-Price-amount {
  margin: 0 !important;
  padding-right: 2px !important;
  color: #20251f !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  white-space: nowrap;
}

.orphea-commerce-card .orphea-product-minimal-type {
  margin: 7px 0 0;
  color: rgba(48, 55, 44, .58);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.orphea-commerce-card .orphea-product-usage {
  margin: 5px 0 0;
  color: rgba(48, 55, 44, .72);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.orphea-commerce-card .orphea-product-desc {
  max-width: 48ch;
  margin: 9px 0 0 !important;
  color: rgba(48, 55, 44, .7) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

body.home .ol-commerce-hero {
  --ol-commerce-depth: 0;
  min-height: min(760px, calc(100svh - 76px));
  overflow: hidden;
  background: #f3eee4;
}

body.home .ol-commerce-hero > .elementor-container {
  width: calc(100% - 64px);
  max-width: 1600px;
  min-height: inherit;
  margin: 0 auto;
  align-items: stretch;
}

@media (min-width: 768px) {
  body.home .ol-commerce-hero > .elementor-container > .ol-commerce-hero-copy {
    width: 48% !important;
  }

  body.home .ol-commerce-hero > .elementor-container > .ol-commerce-hero-stage {
    width: 52% !important;
  }
}

body.home .ol-commerce-hero-copy > .elementor-widget-wrap {
  align-content: center;
  padding: 84px 54px 84px 0;
}

body.home .ol-commerce-hero-title .elementor-heading-title {
  max-width: 760px;
  margin: 0;
  color: #2f372d;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 4.2vw, 74px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .98;
}

body.home .ol-commerce-hero-intro {
  max-width: 600px;
  margin-top: 24px;
}

body.home .ol-commerce-hero-intro p {
  margin: 0;
  color: rgba(48, 55, 44, .76);
  font-size: 17px;
  line-height: 1.65;
}

body.home .ol-commerce-hero-actions {
  margin-top: 32px;
}

body.home .ol-commerce-hero-actions > .elementor-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0;
}

body.home .ol-commerce-hero-actions > .elementor-container > .elementor-column {
  width: auto !important;
}

body.home .ol-commerce-hero-actions .elementor-widget-wrap {
  padding: 0;
}

body.home .ol-commerce-hero-actions .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid #30372c;
  border-radius: 24px;
  background: #30372c;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease;
}

body.home .ol-commerce-hero-actions .ol-commerce-hero-secondary .elementor-button {
  background: transparent;
  color: #30372c;
}

body.home .ol-commerce-hero-actions .elementor-button:hover {
  background: #59604b;
  color: #fff;
  text-decoration: none;
}

body.home .ol-commerce-hero-science-link {
  width: auto;
  margin-top: 18px;
}

body.home .ol-commerce-hero-science-link .elementor-widget-container {
  display: flex;
  justify-content: flex-start;
}

body.home .ol-commerce-hero-science-link .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 0 !important;
  padding: 0 0 5px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(48, 55, 44, .38) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #30372c !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  transition: color 180ms ease, border-color 180ms ease;
}

body.home .ol-commerce-hero-science-link .elementor-button::after {
  content: "\2193";
  font-size: 14px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 180ms ease;
}

body.home .ol-commerce-hero-science-link .elementor-button:hover {
  border-color: #59604b !important;
  background: transparent !important;
  color: #59604b !important;
  text-decoration: none !important;
}

body.home .ol-commerce-hero-science-link .elementor-button:hover::after {
  transform: translateY(2px);
}

body.home .ol-commerce-hero-stage > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  align-content: center;
  min-height: 100%;
  padding: 42px 0 42px 30px;
}

body.home .ol-commerce-hero-stage .elementor-widget-image {
  width: 100%;
  margin: 0;
  will-change: transform;
}

body.home .ol-commerce-hero-stage .ol-commerce-hero-unified {
  transform: translate3d(0, calc(var(--ol-commerce-depth) * -10px), 0);
}

body.home .ol-commerce-hero-stage .elementor-widget-container {
  height: auto;
  max-height: none;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 6px;
}

body.home .ol-commerce-hero-stage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

body.home .ol-commerce-hero-unified img {
  object-position: 50% 50%;
}

body.home .ol-commerce-shelf,
body.home .ol-commerce-science,
body.home .ol-commerce-ecosystem {
  padding: 102px 0;
}

body.home .ol-commerce-shelf > .elementor-container,
body.home .ol-commerce-science > .elementor-container,
body.home .ol-commerce-ecosystem > .elementor-container {
  width: calc(100% - 64px);
  max-width: 1480px;
  margin: 0 auto;
}

body.home .ol-commerce-section-head > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  align-items: end;
  gap: 40px;
  padding: 0 0 42px;
}

body.home .ol-commerce-section-head--single > .elementor-container {
  display: block;
}

body.home .ol-commerce-section-head--single .ol-commerce-section-title-wrap {
  width: 100% !important;
}

body.home .ol-commerce-section-title .elementor-heading-title,
.orphea-commerce-section-head h2,
body.home .ol-commerce-science-title .elementor-heading-title,
body.home .ol-commerce-ecosystem-title .elementor-heading-title {
  margin: 0;
  color: #30372c;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

body.home .ol-commerce-section-copy p,
.orphea-commerce-section-head > p {
  max-width: 520px;
  margin: 0;
  color: rgba(48, 55, 44, .68);
  font-size: 15px;
  line-height: 1.65;
}

body.home .ol-commerce-shelf--coming {
  background: #faf8f4;
}

body.home .ol-commerce-science {
  scroll-margin-top: 92px;
  background: #30372c;
  color: #f7f3eb;
}

body.home .ol-commerce-science > .elementor-container {
  align-items: flex-start;
  gap: clamp(48px, 6vw, 96px);
}

body.home .ol-commerce-science-overview > .elementor-widget-wrap,
body.home .ol-commerce-science-details > .elementor-widget-wrap {
  padding: 0;
}

body.home .ol-commerce-science-method-title .elementor-heading-title {
  margin: 0 0 26px;
  color: #f7f3eb;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
}

body.home .ol-commerce-science-method-grid {
  margin: 0;
}

body.home .ol-commerce-science-method-grid > .elementor-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  margin: 0;
  border-top: 1px solid rgba(247, 243, 235, .18);
  border-bottom: 1px solid rgba(247, 243, 235, .18);
}

body.home .ol-commerce-science-method-item {
  width: 100% !important;
  margin: 0;
}

body.home .ol-commerce-science-method-item:nth-child(even) {
  border-left: 1px solid rgba(247, 243, 235, .18);
}

body.home .ol-commerce-science-method-item:nth-child(n + 3) {
  border-top: 1px solid rgba(247, 243, 235, .18);
}

body.home .ol-commerce-science-method-item > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    ". copy";
  align-content: start;
  align-items: start;
  gap: 10px 18px;
  min-height: 246px;
  padding: 28px 30px 30px;
}

body.home .ol-commerce-science-method-icon {
  grid-area: icon;
  width: 32px;
  margin: 1px 0 0;
}

body.home .ol-commerce-science-method-icon .elementor-widget-container,
body.home .ol-commerce-science-method-icon img {
  display: block;
  width: 32px;
  height: 32px;
}

body.home .ol-commerce-science-method-icon img {
  object-fit: contain;
}

body.home .ol-commerce-science-method-item-title {
  grid-area: title;
  margin: 0;
}

body.home .ol-commerce-science-method-item-title .elementor-heading-title {
  margin: 0;
  color: #f7f3eb;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
}

body.home .ol-commerce-science-method-copy {
  grid-area: copy;
  margin: 0;
}

body.home .ol-commerce-science-method-copy,
body.home .ol-commerce-science-method-copy .elementor-widget-container,
body.home .ol-commerce-science-method-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(247, 243, 235, .72);
  font-size: 14px;
  line-height: 1.66;
}

body.home .ol-commerce-science-copy > .elementor-widget-wrap {
  padding: 18px 80px 18px 0;
}

body.home .ol-commerce-science .ol-commerce-eyebrow .elementor-heading-title {
  color: #cdbd9d;
}

body.home .ol-commerce-science-title .elementor-heading-title {
  max-width: 620px;
  color: #f7f3eb;
}

body.home .ol-commerce-science-intro {
  max-width: 610px;
  margin-top: 24px;
  color: rgba(247, 243, 235, .72);
  font-size: 16px;
  line-height: 1.72;
}

body.home .ol-commerce-science-intro .elementor-widget-container,
body.home .ol-commerce-science-intro p {
  color: rgba(247, 243, 235, .72);
  font-size: 16px;
  line-height: 1.72;
}

body.home .ol-commerce-science-points > .elementor-widget-wrap {
  padding: 0;
}

body.home .ol-commerce-science-point {
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid rgba(247, 243, 235, .18);
}

body.home .ol-commerce-science-point:last-child {
  border-bottom: 1px solid rgba(247, 243, 235, .18);
}

body.home .ol-commerce-science-point .elementor-icon-box-wrapper {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  text-align: left;
}

body.home .ol-commerce-science-point .elementor-icon {
  color: #cdbd9d;
  font-size: 28px;
}

body.home .ol-commerce-science-point .elementor-icon svg {
  fill: #cdbd9d !important;
}

body.home .ol-commerce-science-point .elementor-icon-box-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

body.home .ol-commerce-science-point .elementor-icon-box-description {
  margin: 0;
  color: rgba(247, 243, 235, .68);
  font-size: 14px;
  line-height: 1.65;
}

body.home .ol-commerce-ecosystem {
  background: #fff;
}

body.home .ol-commerce-ecosystem-head {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 54px;
  text-align: center;
}

body.home .ol-commerce-ecosystem-copy {
  margin-top: 18px;
}

body.home .ol-commerce-ecosystem-copy p {
  color: rgba(48, 55, 44, .68);
  font-size: 15px;
  line-height: 1.65;
}

body.home .ol-commerce-ecosystem-grid > .elementor-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  max-width: 820px;
  margin: 0 auto;
}

body.home .ol-commerce-ecosystem-item {
  width: 100% !important;
}

body.home .ol-commerce-ecosystem-item + .ol-commerce-ecosystem-item {
  border-left: 1px solid rgba(48, 55, 44, .12);
}

body.home .ol-commerce-ecosystem-item > .elementor-widget-wrap {
  align-content: center;
  min-height: 176px;
  padding: 32px 64px;
  text-align: center;
}

body.home .ol-commerce-ecosystem-item img {
  width: auto;
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
}

body.home .ol-commerce-ecosystem-item .elementor-widget-image a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.home .ol-commerce-ecosystem-item .elementor-widget-text-editor {
  margin-top: 22px;
  color: rgba(48, 55, 44, .66);
  font-size: 14px;
  line-height: 1.6;
}

body.home .ol-commerce-ecosystem-item .elementor-widget-button {
  margin-top: 18px;
}

body.home .ol-commerce-ecosystem-item .elementor-button,
body.home .ol-commerce-main-site-link .elementor-button {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(48, 55, 44, .5);
  border-radius: 0;
  background: transparent;
  color: #30372c;
  font-size: 13px;
  font-weight: 600;
}

body.home .ol-commerce-main-site-link {
  margin-top: 38px;
  text-align: center;
}

body.home .ol-link-main-site:empty,
body.home .ol-link-genoscope:empty,
body.home .ol-link-genomicolor:empty,
body.home .ol-link-main-site:not(:has(.elementor-widget-container)),
body.home .ol-link-genoscope:not(:has(.elementor-widget-container)),
body.home .ol-link-genomicolor:not(:has(.elementor-widget-container)) {
  display: none !important;
}

.ol-commerce-reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 560ms ease var(--ol-reveal-delay, 0ms), transform 620ms cubic-bezier(.22, 1, .36, 1) var(--ol-reveal-delay, 0ms);
}

.ol-commerce-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.orphea-commerce-shop {
  background: #fff;
}

.orphea-commerce-shop-hero {
  padding: 86px 0 74px;
  border-bottom: 1px solid rgba(48, 55, 44, .1);
  background: #f7f3eb;
}

.orphea-commerce-shop-hero .container,
.orphea-commerce-shop-group .container {
  width: calc(100% - 64px);
  max-width: 1480px;
}

.orphea-commerce-shop-hero h1 {
  margin: 0;
  color: #30372c;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.orphea-commerce-shop-hero > .container > p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(48, 55, 44, .68);
  font-size: 16px;
  line-height: 1.65;
}

.orphea-commerce-shop-group {
  padding: 92px 0 104px;
}

.orphea-commerce-shop-group--coming {
  background: #faf8f4;
}

.orphea-commerce-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 42px;
}

.orphea-commerce-section-head h2 {
  font-size: clamp(42px, 4vw, 58px);
}

.orphea-notify-modal {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.orphea-notify-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.orphea-notify-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 29, 25, .46);
}

.orphea-notify-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 44px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(25, 28, 24, .18);
  transform: translateY(10px);
  transition: transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.orphea-notify-modal.is-open .orphea-notify-modal__dialog {
  transform: translateY(0);
}

.orphea-notify-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f3eee4;
  color: #30372c;
}

.orphea-notify-modal__eyebrow,
.orphea-product-notify__eyebrow {
  margin: 0 0 10px !important;
  color: #59604b !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
}

.orphea-notify-modal__dialog h2,
.orphea-product-notify h3 {
  margin: 0;
  color: #30372c;
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.orphea-notify-modal__product {
  margin: 14px 0 0;
  color: #30372c;
  font-size: 14px;
  font-weight: 600;
}

.orphea-notify-modal__description,
.orphea-product-notify > p:not(.orphea-product-notify__eyebrow) {
  margin: 12px 0 24px;
  color: rgba(48, 55, 44, .68);
  font-size: 14px;
  line-height: 1.6;
}

.orphea-notify-modal__email input,
.orphea-product-notify__email input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid rgba(48, 55, 44, .18);
  border-radius: 4px;
  background: #fff;
  color: #30372c;
  font-size: 14px;
}

.orphea-notify-modal__consent,
.orphea-product-notify__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 16px 0 20px;
  color: rgba(48, 55, 44, .68);
  font-size: 12px;
  line-height: 1.5;
}

.orphea-notify-modal__consent input,
.orphea-product-notify__consent input {
  width: 16px;
  height: 16px;
  margin-top: 1px;
}

.orphea-notify-modal form > .tf-btn,
.orphea-product-notify form > .tf-btn {
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 22px;
}

.orphea-notify-modal__message,
.orphea-product-notify__message {
  min-height: 20px;
  margin: 12px 0 0;
  color: #934a45;
  font-size: 12px;
}

.orphea-notify-modal__message.is-success,
.orphea-product-notify__message.is-success {
  color: #59604b;
}

body.orphea-notify-open {
  overflow: hidden;
}

.orphea-product-notify {
  margin: 10px 0 4px;
  padding: 26px 0 4px;
  border-top: 1px solid rgba(48, 55, 44, .12);
}

.orphea-product-notify h3 {
  font-size: 32px;
}

.orphea-product-guidance {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(48, 55, 44, .12);
}

.orphea-product-guidance h3 {
  margin: 0 0 8px;
  color: #30372c;
  font-size: 14px;
  font-weight: 600;
}

.orphea-commerce-footer .ft-title {
  letter-spacing: 0;
}

body.home .ol-commerce-ecosystem-head {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

body.home .ol-commerce-ecosystem-head .elementor-heading-title,
body.home .ol-commerce-ecosystem-head p {
  text-align: left !important;
}

@media (min-width: 992px) {
  body.home .ol-header__inner,
  body.home .ol-commerce-hero > .elementor-container,
  body.home .ol-commerce-shelf > .elementor-container,
  body.home .ol-commerce-science > .elementor-container,
  body.home .ol-commerce-ecosystem > .elementor-container {
    width: calc(100% - 64px);
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  body.home .ol-commerce-section-head,
  body.home .ol-commerce-section-head > .elementor-container {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

  body.home .ol-commerce-product-shortcode {
    width: 100%;
    max-width: 1480px;
    margin-right: auto;
    margin-left: auto;
  }

  body.home .ol-commerce-hero {
    min-height: 680px;
  }

  body.home .ol-commerce-hero-copy > .elementor-widget-wrap {
    transform: translate3d(0, 61px, 0);
  }

  body.home .ol-commerce-shelf--available {
    padding-top: 48px;
  }
}

@media (max-width: 991px) {
  body.home .ol-commerce-hero {
    min-height: 650px;
  }

  body.home .ol-commerce-hero > .elementor-container,
  body.home .ol-commerce-shelf > .elementor-container,
  body.home .ol-commerce-science > .elementor-container,
  body.home .ol-commerce-ecosystem > .elementor-container,
  .orphea-commerce-shop-hero .container,
  .orphea-commerce-shop-group .container {
    width: calc(100% - 40px);
  }

  body.home .ol-commerce-hero-copy > .elementor-widget-wrap {
    padding-right: 30px;
  }

  body.home .ol-commerce-hero-title .elementor-heading-title {
    font-size: 52px;
  }

  body.home .ol-commerce-hero-stage > .elementor-widget-wrap {
    padding-left: 8px;
  }

  body.home .ol-commerce-hero-stage img {
    min-height: 0;
  }

  body.home .ol-commerce-shelf,
  body.home .ol-commerce-science,
  body.home .ol-commerce-ecosystem {
    padding: 78px 0;
  }

  body.home .ol-commerce-science-copy > .elementor-widget-wrap {
    padding-right: 38px;
  }

  body.home .ol-commerce-science > .elementor-container {
    gap: 38px;
  }

  body.home .ol-commerce-science-method-grid > .elementor-container {
    grid-template-columns: 1fr;
  }

  body.home .ol-commerce-science-method-item:nth-child(even) {
    border-left: 0;
  }

  body.home .ol-commerce-science-method-item:nth-child(n + 2) {
    border-top: 1px solid rgba(247, 243, 235, .18);
  }

  body.home .ol-commerce-science-method-item > .elementor-widget-wrap {
    min-height: 0;
    padding: 24px 4px 26px;
  }

  .orphea-commerce-product-grid--coming-soon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .orphea-commerce-section-head {
    grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.home .ol-commerce-hero {
    min-height: 650px;
  }

  body.home .ol-commerce-hero > .elementor-container {
    flex-direction: row;
  }

  body.home .ol-commerce-hero > .elementor-container > .elementor-column:first-child {
    width: 48% !important;
  }

  body.home .ol-commerce-hero > .elementor-container > .elementor-column:last-child {
    width: 52% !important;
  }

  body.home .ol-commerce-hero-copy > .elementor-widget-wrap {
    padding: 76px 28px 76px 0;
  }

  body.home .ol-commerce-hero-title .elementor-heading-title {
    font-size: 44px;
  }

  body.home .ol-commerce-hero-intro p {
    font-size: 15px;
  }

  body.home .ol-commerce-hero-actions .elementor-button {
    padding: 12px 15px;
    font-size: 12px;
  }

  body.home .ol-commerce-hero-stage > .elementor-widget-wrap {
    min-height: 650px;
    padding: 34px 0 34px 8px;
  }

  body.home .ol-commerce-hero-stage img {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  body.home .ol-commerce-hero {
    min-height: 0;
  }

  body.home .ol-commerce-hero > .elementor-container {
    flex-direction: column;
    padding: 0;
  }

  body.home .ol-commerce-hero > .elementor-container > .elementor-column {
    width: 100% !important;
  }

  body.home .ol-commerce-hero-copy > .elementor-widget-wrap {
    padding: 72px 0 20px;
  }

  body.home .ol-commerce-hero-title .elementor-heading-title {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.04;
  }

  body.home .ol-commerce-hero-intro {
    margin-top: 16px;
  }

  body.home .ol-commerce-hero-intro p {
    font-size: 14px;
    line-height: 1.55;
  }

  body.home .ol-commerce-hero-actions {
    margin-top: 22px;
  }

  body.home .ol-commerce-hero-actions > .elementor-container {
    gap: 7px;
  }

  body.home .ol-commerce-hero-actions .elementor-button {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 11px;
  }

  body.home .ol-commerce-hero-science-link {
    margin-top: 14px;
  }

  body.home .ol-commerce-hero-science-link .elementor-button {
    font-size: 11px !important;
  }

  body.home .ol-commerce-hero-stage > .elementor-widget-wrap {
    min-height: 306px;
    padding: 0 0 28px;
    gap: 7px;
  }

  body.home .ol-commerce-hero-stage .elementor-widget-container {
    max-height: none;
  }

  body.home .ol-commerce-hero-stage img {
    min-height: 0;
  }

  body.home .ol-commerce-shelf,
  body.home .ol-commerce-science,
  body.home .ol-commerce-ecosystem {
    padding: 62px 0;
  }

  body.home .ol-commerce-section-head > .elementor-container,
  .orphea-commerce-section-head {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 28px;
  }

  body.home .ol-commerce-section-title .elementor-heading-title,
  .orphea-commerce-section-head h2,
  body.home .ol-commerce-science-title .elementor-heading-title,
  body.home .ol-commerce-ecosystem-title .elementor-heading-title {
    font-size: 36px;
  }

  .orphea-commerce-product-grid,
  .orphea-commerce-product-grid--coming-soon {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 360px);
    gap: 14px;
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .orphea-commerce-product-grid::-webkit-scrollbar {
    display: none;
  }

  .orphea-commerce-card {
    scroll-snap-align: start;
  }

  .orphea-commerce-card .product-action_list {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .orphea-commerce-card .orphea-card-cart,
  .orphea-commerce-card .orphea-card-notify {
    min-width: 146px !important;
    padding: 9px 11px !important;
    gap: 6px !important;
    font-size: 11px !important;
  }

  .orphea-commerce-card .name-product {
    font-size: 16px !important;
  }

  .orphea-commerce-card .price-wrap,
  .orphea-commerce-card .price-new,
  .orphea-commerce-card .woocommerce-Price-amount {
    font-size: 17px !important;
  }

  body.home .ol-commerce-science > .elementor-container {
    flex-direction: column;
  }

  body.home .ol-commerce-science > .elementor-container > .elementor-column {
    width: 100% !important;
  }

  body.home .ol-commerce-science-copy > .elementor-widget-wrap {
    padding: 0 0 34px;
  }

  body.home .ol-commerce-science > .elementor-container {
    gap: 36px;
  }

  body.home .ol-commerce-science-method-title .elementor-heading-title {
    margin-bottom: 18px;
    font-size: 32px;
  }

  body.home .ol-commerce-science-method-item > .elementor-widget-wrap {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 22px 0 24px;
  }

  body.home .ol-commerce-science-method-icon,
  body.home .ol-commerce-science-method-icon .elementor-widget-container,
  body.home .ol-commerce-science-method-icon img {
    width: 28px;
    height: 28px;
  }

  body.home .ol-commerce-science-method-item-title .elementor-heading-title {
    font-size: 15px;
  }

  body.home .ol-commerce-science-method-copy,
  body.home .ol-commerce-science-method-copy .elementor-widget-container,
  body.home .ol-commerce-science-method-copy p {
    font-size: 13.5px;
    line-height: 1.65;
  }

  body.home .ol-commerce-science-point {
    padding: 24px 0;
  }

  body.home .ol-commerce-ecosystem-grid > .elementor-container {
    grid-template-columns: 1fr;
  }

  body.home .ol-commerce-ecosystem-item + .ol-commerce-ecosystem-item {
    border-top: 1px solid rgba(48, 55, 44, .12);
    border-left: 0;
  }

  body.home .ol-commerce-ecosystem-item > .elementor-widget-wrap {
    min-height: 150px;
    padding: 30px 16px;
  }

  .orphea-commerce-shop-hero {
    padding: 56px 0 48px;
  }

  .orphea-commerce-shop-hero h1 {
    font-size: 48px;
  }

  .orphea-commerce-shop-group {
    padding: 62px 0 72px;
  }

  .orphea-commerce-section-head {
    margin-bottom: 0;
  }

  .orphea-notify-modal {
    align-items: end;
    padding: 12px;
  }

  .orphea-notify-modal__dialog {
    padding: 36px 24px 26px;
    border-radius: 8px;
  }

  .orphea-notify-modal__dialog h2 {
    font-size: 34px;
  }
}

/* Commercial homepage full-bleed campaign hero. Keep after legacy hero rules. */
body.home .ol-commerce-hero {
  position: relative;
  isolation: isolate;
  min-height: min(760px, calc(100svh - 76px));
}

body.home .ol-commerce-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(243, 238, 228, .99) 0%, rgba(243, 238, 228, .96) 18%, rgba(243, 238, 228, .86) 32%, rgba(243, 238, 228, .54) 45%, rgba(243, 238, 228, .12) 60%, rgba(243, 238, 228, 0) 73%);
  content: "";
  pointer-events: none;
}

body.home .ol-commerce-hero > .elementor-container {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: inherit;
  margin: 0 !important;
}

body.home .ol-commerce-hero > .elementor-container > .ol-commerce-hero-copy {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
}

body.home .ol-commerce-hero-copy > .elementor-widget-wrap {
  min-height: inherit;
  padding: 108px 54% 76px max(32px, calc((100vw - 1600px) / 2));
  transform: none !important;
}

body.home .ol-commerce-hero > .elementor-container > .ol-commerce-hero-stage {
  position: absolute !important;
  z-index: 0;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
}

body.home .ol-commerce-hero-stage > .elementor-widget-wrap {
  display: block;
  width: 100%;
  min-height: 100%;
  padding: 0 !important;
  transform: none !important;
}

body.home .ol-commerce-hero-stage .ol-commerce-hero-unified,
body.home .ol-commerce-hero-stage .ol-commerce-hero-unified .elementor-widget-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  border-radius: 0;
  transform: none !important;
}

body.home .ol-commerce-hero-stage .ol-commerce-hero-unified img {
  width: 100%;
  height: 100% !important;
  min-height: 0;
  object-fit: cover;
  object-position: 50% 50%;
}

@media (min-width: 992px) {
  body.home .ol-commerce-hero {
    min-height: 840px;
  }

  body.home .ol-commerce-hero-stage .ol-commerce-hero-unified img {
    object-position: 50% 0%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.home .ol-commerce-hero-copy > .elementor-widget-wrap {
    padding: 96px 54% 68px 20px;
  }
}

@media (max-width: 767px) {
  body.home .ol-commerce-hero {
    min-height: 685px;
  }

  body.home .ol-commerce-hero > .elementor-container > .ol-commerce-hero-stage {
    top: 0;
    bottom: 0;
  }

  body.home .ol-commerce-hero::after {
    background:
      linear-gradient(180deg, rgba(243, 238, 228, .99) 0%, rgba(243, 238, 228, .97) 34%, rgba(243, 238, 228, .84) 43%, rgba(243, 238, 228, .52) 53%, rgba(243, 238, 228, .14) 63%, rgba(243, 238, 228, 0) 72%),
      linear-gradient(90deg, rgba(243, 238, 228, .52) 0%, rgba(243, 238, 228, .12) 72%, rgba(243, 238, 228, 0) 100%);
  }

  body.home .ol-commerce-hero-copy > .elementor-widget-wrap {
    min-height: 685px;
    align-content: flex-start;
    padding: 96px 20px 250px;
  }

  body.home .ol-commerce-hero-stage .ol-commerce-hero-unified img {
    object-position: 82% 100%;
    transform: translate3d(0, 160px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ol-commerce-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.home .ol-commerce-hero-stage .elementor-widget-image,
  .orphea-commerce-card .product-img img,
  .orphea-notify-modal__dialog {
    transform: none !important;
    transition: none !important;
  }
}
