:root {
  --lct-plum: #4b2d4f;
  --lct-teal: #0e4b4b;
  --lct-sage: #7c8f7a;
  --lct-mauve: #b48ba0;
  --lct-cream: #f6f1e6;
  --lct-taupe: #cbbead;
  --lct-stone: #e3dfd6;
  --lct-brown: #5a4336;
  --lct-ink: #2f2930;
}

body {
  color: var(--lct-ink);
  background: #fff;
}

body,
p,
li {
  font-size: 16px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4 {
  color: var(--lct-plum);
  letter-spacing: 0;
}

.lct-announcement {
  background: var(--lct-plum);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  padding: 9px 16px;
}

.lct-header-shell {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid rgba(90, 67, 54, 0.12);
  box-shadow: 0 8px 30px rgba(75, 45, 79, 0.08);
  padding: 0 !important;
  position: relative;
  z-index: 20;
}

.lct-header-shell.et_pb_section {
  padding: 0 !important;
}

.lct-header-shell .et_pb_row,
.lct-header-shell .et_pb_column,
.lct-header-shell .et_pb_module {
  margin-bottom: 0 !important;
}

.lct-header-shell .et_pb_row_0_tb_header,
.lct-header-shell .et_pb_row:first-child {
  width: 100%;
  max-width: none;
  padding: 0 !important;
}

.lct-header-shell .et_pb_row_1_tb_header,
.lct-header-shell .et_pb_row--with-menu {
  align-items: center;
  display: flex;
  gap: 26px;
  max-width: 1280px !important;
  min-height: 112px;
  padding: 10px 24px !important;
  width: 96% !important;
}

.lct-header-shell .et_pb_column_1_tb_header {
  align-items: center;
  display: flex;
  flex: 0 0 19% !important;
  margin-right: 0 !important;
  width: 19% !important;
}

.lct-header-shell .et_pb_column_2_tb_header {
  align-items: center;
  display: flex;
  flex: 1 1 auto !important;
  margin-right: 0 !important;
  width: auto !important;
}

.lct-header-shell .et_pb_column_3_tb_header {
  align-items: center;
  display: flex;
  flex: 0 0 330px !important;
  justify-content: flex-end;
  margin-right: 0 !important;
  width: 330px !important;
}

.lct-header-shell .et_pb_image {
  margin-bottom: 0 !important;
}

.lct-header-shell .lct-logo-mark a {
  display: block;
  max-width: 190px;
  width: 100%;
}

.lct-header-shell .et_pb_image_wrap,
.lct-header-shell .et_pb_image img {
  display: block;
  max-width: 190px;
  width: 100%;
  height: auto;
}

.lct-header-shell .et_pb_menu {
  background: transparent !important;
}

.lct-header-shell .et_pb_menu__wrap,
.lct-header-shell .et_pb_menu__menu,
.lct-header-shell .et-menu-nav {
  justify-content: flex-start;
  width: 100%;
}

.lct-header-shell ul.et-menu,
.lct-header-shell .et_pb_menu ul.et-menu {
  align-items: center;
  display: flex !important;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: flex-start;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lct-header-shell ul.et-menu li,
.lct-header-shell .et_pb_menu ul.et-menu li {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.lct-header-shell .et-menu li.menu-item-has-children::before {
  content: "";
  height: 18px;
  left: -12px;
  position: absolute;
  right: -12px;
  top: 100%;
}

.lct-header-shell ul.et-menu li::marker {
  content: "";
}

.lct-header-shell ul.et-menu a,
.lct-header-shell .et_pb_menu ul.et-menu a {
  color: var(--lct-ink);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  padding: 12px 0 !important;
  white-space: nowrap;
}

.lct-header-shell .et-menu a:hover,
.lct-header-shell .current-menu-item > a {
  color: var(--lct-teal);
}

.lct-header-shell .et-menu .menu-item-has-children > a:first-child {
  padding-right: 22px !important;
}

.lct-header-shell .et-menu .menu-item-has-children > a:first-child::after {
  color: var(--lct-plum);
  font-size: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lct-header-shell .et-menu li ul.sub-menu {
  background: #fff !important;
  border: 1px solid rgba(75, 45, 79, 0.14) !important;
  border-top: 3px solid var(--lct-plum) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(47, 41, 48, 0.14);
  left: 0 !important;
  margin-top: 0 !important;
  opacity: 0 !important;
  padding: 10px !important;
  pointer-events: none;
  position: absolute !important;
  top: calc(100% + 6px) !important;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden !important;
  width: 238px !important;
  z-index: 1000;
}

.lct-header-shell .et-menu li:hover > ul.sub-menu,
.lct-header-shell .et-menu li:focus-within > ul.sub-menu {
  opacity: 1 !important;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible !important;
}

.lct-header-shell .et-menu li ul.sub-menu li {
  display: block;
  width: 100%;
}

.lct-header-shell .et-menu li ul.sub-menu a {
  border-radius: 6px;
  color: var(--lct-ink) !important;
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  padding: 11px 13px !important;
  width: 100%;
  white-space: normal;
}

.lct-header-shell .et-menu li ul.sub-menu a:hover {
  background: var(--lct-cream);
  color: var(--lct-teal) !important;
  opacity: 1;
}

.lct-header-shell .et-menu li.lct-profile-menu-item > a {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(75, 45, 79, 0.16);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(47, 41, 48, 0.08);
  color: var(--lct-plum) !important;
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  padding: 0 14px !important;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.lct-header-shell .et-menu li.lct-profile-menu-item > a:hover,
.lct-header-shell .et-menu li.lct-profile-menu-item:focus-within > a {
  background: var(--lct-cream);
  border-color: rgba(75, 45, 79, 0.3);
  box-shadow: 0 16px 32px rgba(47, 41, 48, 0.12);
  color: var(--lct-teal) !important;
  transform: translateY(-1px);
}

.lct-header-shell .et-menu li.lct-profile-menu-item.menu-item-has-children > a:first-child {
  padding: 0 14px !important;
}

.lct-header-shell .et-menu li.lct-profile-menu-item.menu-item-has-children > a:first-child::after {
  content: none !important;
  display: none !important;
}

.lct-profile-trigger {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.lct-profile-icon {
  align-items: center;
  background: rgba(74, 43, 77, 0.08);
  border-radius: 999px;
  display: inline-flex;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.lct-profile-icon svg {
  display: block;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.lct-profile-label {
  color: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.lct-profile-caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  display: inline-block;
  height: 0;
  margin-left: 1px;
  opacity: 0.7;
  width: 0;
}

.lct-header-shell .et-menu li.lct-profile-menu-item > ul.sub-menu {
  left: auto !important;
  right: 0 !important;
  top: calc(100% + 8px) !important;
  width: 270px !important;
}

.lct-header-shell .et-menu li.lct-profile-menu-item > ul.sub-menu::before {
  background: #fff;
  border-left: 1px solid rgba(75, 45, 79, 0.14);
  border-top: 1px solid rgba(75, 45, 79, 0.14);
  content: "";
  height: 12px;
  position: absolute;
  right: 28px;
  top: -7px;
  transform: rotate(45deg);
  width: 12px;
}

.lct-header-shell .et-menu li.lct-profile-menu-item ul.sub-menu a {
  align-items: center;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  padding: 12px 14px !important;
}

.lct-header-shell .et-menu li.lct-profile-menu-item ul.sub-menu a::after {
  color: var(--lct-teal);
  content: ">";
  font-size: 14px;
  font-weight: 900;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.lct-header-shell .et-menu li.lct-profile-menu-item ul.sub-menu a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.lct-header-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  width: 100%;
}

.lct-cart-trigger,
.lct-header-shop-button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
  white-space: nowrap;
}

.lct-cart-trigger {
  background: #fff;
  border: 1px solid rgba(75, 45, 79, 0.24);
  box-shadow: 0 8px 18px rgba(75, 45, 79, 0.08);
  color: var(--lct-plum);
  cursor: pointer;
  gap: 8px;
  padding: 0 14px;
  position: relative;
}

.lct-cart-trigger svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 21px;
}

.lct-cart-trigger:hover,
.lct-cart-trigger:focus-visible {
  background: var(--lct-cream);
  border-color: rgba(75, 45, 79, 0.4);
  color: var(--lct-teal);
}

.lct-cart-count {
  align-items: center;
  background: var(--lct-teal);
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: none;
  font-size: 11px;
  font-weight: 900;
  height: 21px;
  justify-content: center;
  min-width: 21px;
  padding: 0 5px;
  position: absolute;
  right: -8px;
  top: -8px;
}

.lct-cart-count.is-visible {
  display: inline-flex;
}

.lct-header-shop-button {
  background: var(--lct-plum);
  border: 2px solid var(--lct-plum);
  box-shadow: 0 10px 22px rgba(75, 45, 79, 0.2);
  color: #fff !important;
  min-width: 134px;
  padding: 0 24px;
}

.lct-header-shop-button:hover,
.lct-header-shop-button:focus-visible {
  background: var(--lct-teal);
  border-color: var(--lct-teal);
  box-shadow: 0 12px 26px rgba(14, 75, 75, 0.22);
  color: #fff !important;
}

.lct-header-shell .et_pb_button_module_wrapper {
  margin-bottom: 0 !important;
  text-align: right;
  width: 100%;
}

.lct-header-shell a.et_pb_button,
.lct-header-shell .et_pb_button_module_wrapper a.et_pb_button {
  background-color: var(--lct-plum) !important;
  border: 2px solid var(--lct-plum) !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 22px rgba(75, 45, 79, 0.2);
  color: #fff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  min-height: 48px;
  min-width: 132px;
  padding: 12px 24px !important;
}

.lct-header-shell a.et_pb_button::before,
.lct-header-shell a.et_pb_button::after,
.lct-header-shell .et_pb_button_module_wrapper a.et_pb_button::before,
.lct-header-shell .et_pb_button_module_wrapper a.et_pb_button::after {
  content: none !important;
  display: none !important;
}

.et_pb_button,
.et_pb_bg_layout_light .et_pb_button,
.et_pb_bg_layout_dark .et_pb_button {
  background-color: var(--lct-plum) !important;
  border: 1px solid var(--lct-plum) !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_bg_layout_dark .et_pb_button:hover {
  background-color: var(--lct-teal) !important;
  border-color: var(--lct-teal) !important;
  color: #fff !important;
}

.lct-header-shell a.et_pb_button:hover,
.lct-header-shell .et_pb_button_module_wrapper a.et_pb_button:hover {
  background-color: var(--lct-teal) !important;
  border-color: var(--lct-teal) !important;
  box-shadow: 0 12px 26px rgba(14, 75, 75, 0.22);
  color: #fff !important;
  padding: 12px 24px !important;
}

.lct-header-shell .mobile_menu_bar {
  color: var(--lct-plum);
}

.lct-kicker {
  color: var(--lct-teal);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.lct-hero h1,
.lct-section-heading h2 {
  color: var(--lct-plum);
}

.lct-hero-copy {
  font-size: 18px;
  line-height: 1.75;
}

.lct-photo-hero,
.lct-photo-band,
.lct-story-band,
.lct-scent-band {
  background-position: center;
  background-size: cover;
  isolation: isolate;
  position: relative;
}

.lct-photo-hero {
  background-image: url("https://littlecreektallow.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-4-2026-03_45_05-PM.png") !important;
}

.lct-photo-band {
  background-image: url("https://littlecreektallow.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-4-2026-03_57_59-PM.png") !important;
}

.lct-scent-band {
  background-image: url("https://littlecreektallow.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-4-2026-03_50_00-PM.png") !important;
}

.lct-story-band {
  background-image: url("https://littlecreektallow.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-4-2026-04_22_26-PM.png") !important;
}

.lct-product-hero-section,
.lct-commerce-hero {
  background-image: linear-gradient(90deg, rgba(246, 241, 230, 0.96), rgba(246, 241, 230, 0.78)), url("https://littlecreektallow.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-5-2026-10_13_27-AM.png") !important;
  background-position: center;
  background-size: cover;
}

.lct-photo-hero::before,
.lct-photo-band::before,
.lct-story-band::before,
.lct-scent-band::before {
  background: linear-gradient(90deg, rgba(246, 241, 230, 0.94) 0%, rgba(246, 241, 230, 0.84) 46%, rgba(246, 241, 230, 0.2) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.lct-photo-hero {
  min-height: 620px;
}

.lct-photo-hero .et_pb_row,
.lct-photo-band .et_pb_row,
.lct-story-band .et_pb_row,
.lct-scent-band .et_pb_row {
  position: relative;
  z-index: 1;
}

.lct-hero-panel {
  max-width: 610px;
  padding: 70px 0;
}

.lct-hero-panel h1 {
  font-size: 56px;
  line-height: 1.02;
  margin-bottom: 18px;
}

.lct-hero-panel .lct-hero-copy {
  color: #433946;
  font-size: 19px;
  max-width: 570px;
}

.lct-photo-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(90, 67, 54, 0.14);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(75, 45, 79, 0.11);
  padding: 34px;
}

.lct-soft-card {
  position: relative;
}

.lct-soft-card::before,
.lct-photo-card::before {
  background: url("https://littlecreektallow.com/wp-content/uploads/2026/06/seal.png") center / contain no-repeat;
  content: "";
  display: block;
  height: 46px;
  margin-bottom: 14px;
  opacity: 0.78;
  width: 46px;
}

.lct-photo-card::before {
  height: 54px;
  width: 54px;
}

.lct-section-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.lct-button-row .et_pb_button {
  margin-right: 12px;
  margin-bottom: 12px;
}

.lct-trust-row .et_pb_blurb,
.lct-card-grid .et_pb_blurb,
.lct-product-card,
.lct-soft-card {
  border: 1px solid rgba(90, 67, 54, 0.12);
  box-shadow: 0 12px 34px rgba(75, 45, 79, 0.07);
  background: #fff;
  border-radius: 8px;
}

.lct-about-values {
  align-items: stretch;
  display: flex;
  gap: 28px;
}

.lct-about-values .lct-about-value-card {
  background: #fff;
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(75, 45, 79, 0.08);
  display: flex;
  flex-direction: column;
  margin-right: 0 !important;
  padding: 28px 24px 30px;
  text-align: center;
}

.lct-about-icon {
  margin: 0 auto 18px !important;
  max-width: 172px;
}

.lct-about-icon .et_pb_image_wrap,
.lct-about-icon img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.lct-about-value-card h3 {
  color: var(--lct-plum);
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 10px;
}

.lct-about-value-card p {
  color: var(--lct-brown);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.lct-trust-row .et_pb_blurb_content,
.lct-card-grid .et_pb_blurb_content {
  padding: 18px;
}

.lct-band-cream {
  background: var(--lct-cream);
}

.lct-band-plum {
  background: var(--lct-plum);
  color: #fff;
}

.lct-band-plum h1,
.lct-band-plum h2,
.lct-band-plum h3,
.lct-band-plum p {
  color: #fff;
}

.lct-scent-badge {
  display: inline-block;
  color: var(--lct-plum);
  background: var(--lct-cream);
  border: 1px solid var(--lct-taupe);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 13px;
}

.lct-logo-mark img {
  height: auto;
  max-width: 210px;
}

.woocommerce ul.products li.product,
.et_pb_shop ul.products li.product {
  background: #fff;
  border: 1px solid rgba(90, 67, 54, 0.13);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(75, 45, 79, 0.07);
  display: flex !important;
  flex-direction: column !important;
  isolation: isolate;
  min-height: 420px !important;
  overflow: hidden;
  padding-bottom: 20px !important;
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lct-product-card-badge {
  background: var(--lct-teal);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(14, 75, 75, 0.18);
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  left: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 9px 11px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
  z-index: 5;
}

.woocommerce ul.products li.product::after,
.et_pb_shop ul.products li.product::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42%, rgba(246, 241, 230, 0.72) 100%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 180ms ease;
  z-index: 1;
}

.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product:focus-within,
.et_pb_shop ul.products li.product:hover,
.et_pb_shop ul.products li.product:focus-within {
  border-color: rgba(75, 45, 79, 0.28);
  box-shadow: 0 24px 54px rgba(75, 45, 79, 0.13);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product:hover::after,
.woocommerce ul.products li.product:focus-within::after,
.et_pb_shop ul.products li.product:hover::after,
.et_pb_shop ul.products li.product:focus-within::after {
  opacity: 1;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.et_pb_shop ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  position: relative;
  text-decoration: none;
  z-index: 2;
}

.woocommerce ul.products li.product a img,
.et_pb_shop ul.products li.product a img {
  aspect-ratio: 1 / 1;
  background: var(--lct-cream);
  border-bottom: 1px solid rgba(90, 67, 54, 0.1);
  display: block;
  object-fit: cover;
  transition: filter 220ms ease, transform 220ms ease;
  width: 100%;
}

.et_pb_shop ul.products li.product .et_shop_image,
.woocommerce ul.products li.product .et_shop_image {
  background: var(--lct-cream);
  display: block;
  overflow: hidden;
  position: relative;
}

.et_pb_shop ul.products li.product .et_overlay,
.woocommerce ul.products li.product .et_overlay {
  align-items: center;
  background: linear-gradient(180deg, rgba(75, 45, 79, 0.1), rgba(75, 45, 79, 0.5)) !important;
  border: 0 !important;
  display: flex !important;
  inset: 0 !important;
  justify-content: center;
  opacity: 0;
  transition: opacity 200ms ease !important;
}

.et_pb_shop ul.products li.product .et_overlay::before,
.woocommerce ul.products li.product .et_overlay::before {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(47, 41, 48, 0.2);
  color: var(--lct-plum) !important;
  content: "View Product" !important;
  display: inline-flex !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 900;
  height: auto !important;
  left: auto !important;
  letter-spacing: 0.08em;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 12px 16px;
  position: relative !important;
  text-transform: uppercase;
  top: auto !important;
  transform: translateY(10px);
  transition: opacity 200ms ease, transform 200ms ease;
  width: auto !important;
}

.et_pb_shop ul.products li.product:hover .et_overlay,
.et_pb_shop ul.products li.product:focus-within .et_overlay,
.woocommerce ul.products li.product:hover .et_overlay,
.woocommerce ul.products li.product:focus-within .et_overlay {
  opacity: 1 !important;
  z-index: 2;
}

.et_pb_shop ul.products li.product:hover .et_overlay::before,
.et_pb_shop ul.products li.product:focus-within .et_overlay::before,
.woocommerce ul.products li.product:hover .et_overlay::before,
.woocommerce ul.products li.product:focus-within .et_overlay::before {
  opacity: 1;
  transform: translateY(0);
}

.woocommerce ul.products li.product:hover a img,
.woocommerce ul.products li.product:focus-within a img,
.et_pb_shop ul.products li.product:hover a img,
.et_pb_shop ul.products li.product:focus-within a img {
  filter: saturate(1.05) contrast(1.03);
  transform: scale(1.045);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.et_pb_shop .woocommerce-loop-product__title {
  color: var(--lct-plum);
  font-size: 19px !important;
  font-weight: 900;
  line-height: 1.22 !important;
  margin: 0 !important;
  min-height: 84px !important;
  padding: 20px 20px 8px !important;
  transition: color 180ms ease;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:focus-within .woocommerce-loop-product__title,
.et_pb_shop ul.products li.product:hover .woocommerce-loop-product__title,
.et_pb_shop ul.products li.product:focus-within .woocommerce-loop-product__title {
  color: var(--lct-teal);
}

.woocommerce ul.products li.product .price,
.et_pb_shop .price {
  color: var(--lct-teal) !important;
  display: block;
  margin-top: auto !important;
  min-height: 54px !important;
  padding: 0 20px 4px;
  position: relative;
  z-index: 2;
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount,
.et_pb_shop .price .woocommerce-Price-amount {
  display: block;
  line-height: 1.25;
  margin-bottom: 4px;
}

.woocommerce ul.products li.product .button,
.et_pb_shop .button,
.single_add_to_cart_button,
.checkout-button,
#place_order {
  background: var(--lct-plum) !important;
  border-color: var(--lct-plum) !important;
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .button,
.et_pb_shop ul.products li.product .button {
  align-items: center;
  align-self: stretch;
  display: inline-flex !important;
  justify-content: center;
  line-height: 1.2 !important;
  margin: 12px 20px 0 !important;
  min-height: 44px;
  padding: 12px 16px !important;
  position: relative;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  z-index: 3;
}

.woocommerce ul.products li.product .button::after,
.et_pb_shop ul.products li.product .button::after {
  content: none !important;
}

.woocommerce ul.products li.product:hover .button,
.woocommerce ul.products li.product:focus-within .button,
.et_pb_shop ul.products li.product:hover .button,
.et_pb_shop ul.products li.product:focus-within .button {
  background: var(--lct-teal) !important;
  border-color: var(--lct-teal) !important;
  box-shadow: 0 12px 24px rgba(14, 75, 75, 0.18);
  transform: translateY(-1px);
}

.lct-price-note {
  display: block;
  color: var(--lct-brown);
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}

.page-id-8 .lct-shop-promise-section .et_pb_row {
  align-items: stretch;
  display: flex;
  gap: 28px;
}

.page-id-8 .lct-shop-promise-section .et_pb_column {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.08);
  display: flex;
  flex-direction: column;
  margin-right: 0 !important;
  padding: 28px 24px 30px;
  text-align: center;
}

.page-id-8 .lct-shop-promise-section .et_pb_image {
  margin: 0 auto 18px !important;
  max-width: 150px;
}

.page-id-8 .lct-shop-promise-section .et_pb_image_wrap,
.page-id-8 .lct-shop-promise-section .et_pb_image img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.page-id-8 .lct-shop-promise-section .et_pb_text {
  margin-bottom: 0 !important;
}

.page-id-8 .lct-shop-promise-section h3 {
  color: var(--lct-plum);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 10px;
}

.page-id-8 .lct-shop-promise-section p {
  color: var(--lct-brown);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.lct-product-buy-box {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
}

.single-product .et-l--body .et_builder_inner_content > .et_pb_section > .et_pb_row {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1080px !important;
  width: 80% !important;
}

.lct-commerce-shell {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.lct-commerce-panel,
.lct-commerce-sidebar {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.08);
  padding: 30px;
}

.lct-commerce-sidebar h3 {
  margin-top: 0;
}

.lct-commerce-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lct-commerce-sidebar li {
  border-top: 1px solid rgba(90, 67, 54, 0.12);
  color: var(--lct-brown);
  font-weight: 700;
  padding: 12px 0;
}

.woocommerce table.shop_table,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: rgba(90, 67, 54, 0.16) !important;
  border-radius: 8px !important;
}

.woocommerce table.shop_table th {
  color: var(--lct-plum);
  font-size: 14px;
  text-transform: uppercase;
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  border: 1px solid rgba(90, 67, 54, 0.24) !important;
  border-radius: 4px !important;
  min-height: 44px;
  padding: 10px 12px !important;
}

.woocommerce form .form-row label {
  color: var(--lct-ink);
  font-weight: 700;
}

.woocommerce-cart .lct-commerce-panel .woocommerce {
  display: grid;
  gap: 22px;
}

.woocommerce-cart table.shop_table {
  background: rgba(255, 255, 255, 0.96);
  border-collapse: separate !important;
  border-spacing: 0;
  overflow: hidden;
}

.woocommerce-cart table.shop_table th {
  background: rgba(75, 45, 79, 0.08);
  padding: 16px !important;
}

.woocommerce-cart table.shop_table td {
  border-top: 1px solid rgba(90, 67, 54, 0.12) !important;
  padding: 18px 16px !important;
  vertical-align: middle;
}

.woocommerce-cart table.cart img {
  border: 1px solid rgba(90, 67, 54, 0.14);
  border-radius: 8px;
  width: 86px;
}

.woocommerce-cart table.cart .product-name a {
  color: var(--lct-plum);
  font-size: 17px;
  font-weight: 800;
}

.woocommerce-cart table.cart .coupon {
  align-items: center;
  display: flex;
  gap: 10px;
}

.woocommerce-cart table.cart .coupon .input-text {
  min-width: 210px;
}

.woocommerce-cart .cart_totals {
  background: linear-gradient(180deg, rgba(246, 241, 230, 0.96), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(75, 45, 79, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.08);
  float: none !important;
  padding: 26px;
  width: 100% !important;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart-collaterals::after {
  clear: both;
  width: 100%;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 28px;
  margin: 0 0 16px;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  border-radius: 6px !important;
  display: block !important;
  font-size: 18px !important;
  padding: 16px 20px !important;
  text-align: center;
}

.page-id-11 #main-content .et_pb_section {
  background:
    radial-gradient(circle at 88% 14%, rgba(124, 143, 122, 0.14), transparent 28%),
    linear-gradient(180deg, #f6f1e6 0%, #fff 46%, #fbf8f1 100%) !important;
  padding-bottom: clamp(34px, 5vw, 56px) !important;
  padding-top: clamp(34px, 5vw, 56px) !important;
}

.page-id-11 #main-content .et_pb_row {
  max-width: 1120px !important;
  width: min(92%, 1120px) !important;
}

.page-id-11 #main-content h1 {
  color: var(--lct-plum);
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 1.05;
  margin-bottom: 14px;
}

.woocommerce-account .woocommerce {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.09);
  padding: clamp(16px, 2.2vw, 24px);
}

.woocommerce-account .woocommerce::after {
  clear: both;
  content: "";
  display: table;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: var(--lct-cream);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(75, 45, 79, 0.05);
  padding: 9px;
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  border-radius: 6px;
  color: var(--lct-plum);
  display: block;
  font-weight: 900;
  line-height: 1.25;
  padding: 10px 12px;
  text-decoration: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #fff;
  box-shadow: 0 8px 20px rgba(75, 45, 79, 0.08);
  color: var(--lct-teal);
}

.woocommerce-account .woocommerce-MyAccount-content {
  color: var(--lct-brown);
  width: 72%;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-form h2 {
  color: var(--lct-plum);
  letter-spacing: 0;
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li {
  color: var(--lct-brown);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-content p:last-child,
.lct-account-welcome > *:last-child,
.lct-account-panel > *:last-child,
.lct-account-empty > *:last-child {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not(.lct-account-button) {
  color: var(--lct-teal);
  font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  background: #fff;
  border: 1px solid rgba(90, 67, 54, 0.14) !important;
  border-radius: 8px !important;
  overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
  background: var(--lct-cream);
  color: var(--lct-plum);
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
  border-color: rgba(90, 67, 54, 0.12) !important;
  padding: 12px 14px !important;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account form.edit-account,
.woocommerce-account form.woocommerce-EditAccountForm,
.woocommerce-account form.woocommerce-address-fields {
  background: #fff;
  border: 1px solid rgba(90, 67, 54, 0.12) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 32px rgba(75, 45, 79, 0.07);
  padding: clamp(18px, 2.4vw, 26px) !important;
}

.woocommerce-account .u-columns {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce-account .u-columns::before,
.woocommerce-account .u-columns::after {
  content: none !important;
}

.woocommerce-account .u-columns .u-column1,
.woocommerce-account .u-columns .u-column2 {
  float: none !important;
  width: 100% !important;
}

.woocommerce-account .woocommerce .u-columns .u-column1.col-1,
.woocommerce-account .woocommerce .u-columns .u-column2.col-2 {
  float: none !important;
  max-width: none !important;
  width: 100% !important;
}

.woocommerce-account .woocommerce-form label,
.woocommerce-account .woocommerce-EditAccountForm label,
.woocommerce-account .woocommerce-address-fields label {
  color: var(--lct-plum);
  font-weight: 900;
}

.woocommerce-account .woocommerce-form input.input-text,
.woocommerce-account .woocommerce-EditAccountForm input.input-text,
.woocommerce-account .woocommerce-address-fields input.input-text,
.woocommerce-account .woocommerce-address-fields select,
.woocommerce-account .woocommerce-address-fields textarea {
  border: 1px solid rgba(90, 67, 54, 0.2);
  border-radius: 6px;
  min-height: 46px;
}

.woocommerce-account .woocommerce-button,
.woocommerce-account .button,
.lct-account-button {
  background: var(--lct-plum) !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 26px rgba(75, 45, 79, 0.18);
  color: #fff !important;
  display: inline-flex !important;
  font-weight: 900 !important;
  justify-content: center;
  line-height: 1.2 !important;
  padding: 11px 16px !important;
  text-decoration: none !important;
}

.woocommerce-account .woocommerce-button:hover,
.woocommerce-account .button:hover,
.lct-account-button:hover {
  background: var(--lct-teal) !important;
  color: #fff !important;
}

.lct-account-welcome,
.lct-account-panel,
.lct-account-empty {
  background: #fff;
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(75, 45, 79, 0.07);
  padding: clamp(18px, 2.4vw, 24px);
}

.lct-account-welcome h2,
.lct-account-panel h2 {
  font-size: clamp(24px, 3.2vw, 32px);
  margin-bottom: 8px;
}

.lct-account-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.lct-account-quick-links a,
.lct-account-button.secondary {
  background: var(--lct-cream) !important;
  border: 1px solid rgba(75, 45, 79, 0.16) !important;
  border-radius: 6px;
  box-shadow: none !important;
  color: var(--lct-plum) !important;
  font-weight: 900;
  padding: 10px 13px;
  text-decoration: none !important;
}

.lct-account-quick-links a:hover,
.lct-account-button.secondary:hover {
  background: var(--lct-teal) !important;
  color: #fff !important;
}

.lct-shipment-list,
.lct-return-steps {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.lct-shipment-card,
.lct-return-steps > div {
  background: var(--lct-cream);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  padding: 16px;
}

.lct-shipment-card h3,
.lct-return-steps h3 {
  color: var(--lct-plum);
  font-size: 18px;
  margin-bottom: 4px;
}

.lct-shipment-card ul {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.lct-shipment-card li {
  align-items: center;
  border-top: 1px solid rgba(90, 67, 54, 0.12);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 7px;
}

.lct-account-note {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 6px;
  padding: 10px 12px;
}

.lct-return-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lct-return-steps span {
  align-items: center;
  background: var(--lct-plum);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  margin-bottom: 8px;
  width: 30px;
}

.lct-cart-drawer {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 99999;
}

.lct-cart-drawer[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.lct-cart-drawer-open {
  overflow: hidden;
}

.lct-cart-overlay {
  background: rgba(47, 41, 48, 0.42);
  border: 0;
  cursor: pointer;
  inset: 0;
  position: absolute;
}

.lct-cart-panel {
  background: #fff;
  border-left: 1px solid rgba(75, 45, 79, 0.12);
  box-shadow: -24px 0 60px rgba(47, 41, 48, 0.22);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: min(94vw, 430px);
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 220ms ease;
  width: 430px;
}

.lct-cart-drawer[aria-hidden="false"] .lct-cart-panel {
  transform: translateX(0);
}

.lct-cart-panel-header {
  align-items: flex-start;
  background: linear-gradient(180deg, var(--lct-cream), #fff);
  border-bottom: 1px solid rgba(90, 67, 54, 0.12);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 28px 28px 22px;
}

.lct-cart-kicker {
  color: var(--lct-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.lct-cart-panel-header h2 {
  font-size: 30px;
  line-height: 1.1;
  margin: 0;
}

.lct-cart-close {
  background: #fff;
  border: 1px solid rgba(75, 45, 79, 0.22);
  border-radius: 6px;
  color: var(--lct-plum);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 12px;
}

.lct-cart-drawer-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  padding: 24px 28px 28px;
}

.lct-cart-empty {
  align-items: flex-start;
  background: var(--lct-cream);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.lct-cart-empty p {
  margin: 0;
}

.lct-cart-empty-title {
  color: var(--lct-plum);
  font-size: 20px;
  font-weight: 900;
}

.lct-cart-items {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lct-cart-item {
  border-bottom: 1px solid rgba(90, 67, 54, 0.12);
  display: grid;
  gap: 13px;
  grid-template-columns: 76px minmax(0, 1fr);
  padding-bottom: 16px;
  position: relative;
}

.lct-cart-item-image img {
  border: 1px solid rgba(90, 67, 54, 0.14);
  border-radius: 8px;
  display: block;
  height: 76px;
  object-fit: cover;
  width: 76px;
}

.lct-cart-item-copy {
  display: grid;
  gap: 4px;
  padding-right: 68px;
}

.lct-cart-item-title {
  color: var(--lct-plum) !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none !important;
}

.lct-cart-item-meta {
  color: var(--lct-brown);
  font-size: 14px;
  font-weight: 700;
}

.lct-cart-item-options {
  color: var(--lct-brown);
  display: grid;
  font-size: 12px;
  gap: 2px;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.lct-cart-item-options strong {
  color: var(--lct-plum);
}

.lct-cart-item-remove {
  color: var(--lct-teal) !important;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  right: 0;
  text-decoration: none !important;
  text-transform: uppercase;
  top: 2px;
}

.lct-cart-drawer-summary {
  background: linear-gradient(180deg, rgba(246, 241, 230, 0.9), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(75, 45, 79, 0.14);
  border-radius: 8px;
  margin-top: auto;
  padding: 20px;
}

.lct-cart-subtotal-row {
  align-items: center;
  color: var(--lct-plum);
  display: flex;
  font-size: 18px;
  font-weight: 900;
  justify-content: space-between;
}

.lct-cart-drawer-summary p {
  color: var(--lct-brown);
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 16px;
}

.lct-cart-drawer-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.lct-drawer-button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  text-decoration: none !important;
}

.lct-drawer-button.primary {
  background: var(--lct-plum);
  border: 2px solid var(--lct-plum);
  color: #fff !important;
}

.lct-drawer-button.secondary {
  background: #fff;
  border: 2px solid rgba(75, 45, 79, 0.2);
  color: var(--lct-plum) !important;
}

.lct-drawer-button:hover {
  background: var(--lct-teal);
  border-color: var(--lct-teal);
  color: #fff !important;
}

.lct-product-media {
  background: #fff;
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.08);
  padding: 28px;
}

.lct-product-main-image,
.lct-product-gallery-strip button {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: zoom-in;
  display: block;
  font: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
}

.lct-product-main-image {
  border-radius: 8px;
  overflow: hidden;
}

.lct-product-main-image img,
.lct-product-media > img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 520px;
  object-fit: contain;
  width: min(100%, 520px);
}

.lct-product-gallery-strip {
  border-top: 1px solid rgba(90, 67, 54, 0.12);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  margin-top: 18px;
  padding-top: 18px;
}

.lct-product-gallery-strip button {
  background: rgba(246, 241, 230, 0.62);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  display: block;
  overflow: hidden;
  padding: 8px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lct-product-gallery-strip button:hover,
.lct-product-gallery-strip button:focus-visible {
  border-color: rgba(75, 45, 79, 0.42);
  box-shadow: 0 10px 24px rgba(75, 45, 79, 0.12);
  outline: 0;
  transform: translateY(-1px);
}

.lct-product-gallery-strip img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.lct-product-summary {
  max-width: 560px;
}

.lct-product-breadcrumb,
.lct-product-breadcrumb a {
  color: rgba(47, 41, 48, 0.72);
  font-size: 13px;
}

.lct-product-summary h1 {
  color: var(--lct-plum);
  font-size: 42px;
  line-height: 1.1;
  margin: 10px 0 14px;
}

.lct-product-price {
  color: var(--lct-teal);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 18px;
}

.lct-product-value-prompt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 241, 230, 0.8));
  border: 1px solid rgba(75, 45, 79, 0.16);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(75, 45, 79, 0.07);
  margin: -4px 0 20px;
  padding: 16px;
}

.lct-product-value-prompt__label {
  color: var(--lct-teal);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.lct-product-value-prompt strong {
  color: var(--lct-plum);
  display: block;
  font-size: 17px;
  line-height: 1.25;
  margin-bottom: 6px;
}

.lct-product-value-prompt p {
  color: var(--lct-brown);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.lct-product-value-prompt__actions {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.lct-product-value-prompt__actions a {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(75, 45, 79, 0.18);
  border-radius: 6px;
  color: var(--lct-plum) !important;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 900;
  gap: 5px;
  justify-content: space-between;
  line-height: 1.25;
  padding: 10px 12px;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.lct-product-value-prompt__actions a:hover,
.lct-product-value-prompt__actions a:focus-visible {
  background: var(--lct-plum);
  border-color: var(--lct-plum);
  color: #fff !important;
  outline: 0;
}

.lct-product-value-prompt__actions .lct-price-note {
  color: inherit;
  flex: 1 1 100%;
  font-size: 12px;
  margin-top: 0;
  opacity: 0.78;
}

.lct-product-short-description {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.lct-product-skin-note {
  background: linear-gradient(180deg, rgba(246, 241, 230, 0.82), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(90, 67, 54, 0.14);
  border-left: 4px solid var(--lct-teal);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(75, 45, 79, 0.06);
  margin: 0 0 22px;
  padding: 18px 20px;
}

.lct-product-skin-note h3 {
  color: var(--lct-plum);
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.lct-product-skin-note p {
  color: var(--lct-ink);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.lct-product-skin-note p + p {
  margin-top: 8px;
}

.lct-product-cart form.cart {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px !important;
}

.lct-bundle-options {
  background: rgba(246, 241, 230, 0.72);
  border: 1px solid rgba(90, 67, 54, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin-bottom: 8px;
  padding: 18px;
  width: 100%;
}

.lct-bundle-options-title {
  color: var(--lct-plum);
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 2px;
}

.lct-bundle-options label {
  color: var(--lct-brown);
  font-size: 14px;
  font-weight: 800;
}

.lct-bundle-options select {
  appearance: auto;
  background-color: #fff;
  border: 1px solid rgba(90, 67, 54, 0.28);
  border-radius: 6px;
  color: var(--lct-ink);
  font-size: 16px;
  font-weight: 700;
  min-height: 48px;
  padding: 0 12px;
  width: 100%;
}

.lct-product-cart .quantity input {
  border: 1px solid var(--lct-taupe);
  border-radius: 4px;
  min-height: 48px;
}

.lct-product-trust-list {
  border-top: 1px solid rgba(90, 67, 54, 0.14);
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 22px 0 0;
  padding: 18px 0 0;
}

.lct-product-trust-list li {
  color: var(--lct-brown);
  font-size: 14px;
  font-weight: 700;
}

.lct-product-trust-list li::before {
  color: var(--lct-teal);
  content: "✓";
  font-weight: 800;
  margin-right: 8px;
}

.lct-mobile-buy-bar {
  display: none;
}

.lct-mobile-buy-bar__copy {
  min-width: 0;
}

.lct-mobile-buy-bar__copy > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lct-mobile-buy-bar__copy strong {
  display: block;
}

.lct-mobile-buy-bar__copy .woocommerce-Price-amount,
.lct-mobile-buy-bar__copy .woocommerce-Price-amount bdi,
.lct-mobile-buy-bar__copy .woocommerce-Price-currencySymbol {
  display: inline;
}

.lct-mobile-buy-bar .lct-price-note {
  display: none;
}

.lct-product-lightbox-open {
  overflow: hidden;
}

.lct-product-lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 22px;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 999999;
}

.lct-product-lightbox[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.lct-product-lightbox-overlay {
  background: rgba(28, 21, 29, 0.78);
  border: 0;
  cursor: zoom-out;
  inset: 0;
  position: absolute;
}

.lct-product-lightbox-panel {
  background: linear-gradient(180deg, #fff, #fbf8f1);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  max-height: min(92vh, 920px);
  max-width: min(94vw, 1120px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.lct-product-lightbox-toolbar {
  align-items: center;
  border-bottom: 1px solid rgba(90, 67, 54, 0.12);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 14px 16px;
}

.lct-product-lightbox-kicker {
  color: var(--lct-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.lct-product-lightbox-actions {
  display: flex;
  gap: 8px;
}

.lct-product-lightbox-actions button {
  background: #fff;
  border: 1px solid rgba(75, 45, 79, 0.2);
  border-radius: 6px;
  color: var(--lct-plum);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 38px;
  padding: 0 14px;
}

.lct-product-lightbox-actions button:hover,
.lct-product-lightbox-actions button:focus-visible {
  background: var(--lct-plum);
  color: #fff;
  outline: 0;
}

.lct-product-lightbox-image-wrap {
  align-items: center;
  background: radial-gradient(circle at center, #fff 0%, #f7f1e5 100%);
  display: flex;
  justify-content: center;
  max-height: calc(92vh - 118px);
  min-height: min(64vw, 560px);
  overflow: auto;
  padding: 20px;
  position: relative;
}

.lct-product-lightbox-image-wrap img {
  border-radius: 6px;
  box-shadow: 0 16px 46px rgba(75, 45, 79, 0.12);
  cursor: zoom-in;
  display: block;
  height: auto;
  max-height: calc(92vh - 170px);
  max-width: 100%;
  object-fit: contain;
  transition: transform 180ms ease;
  width: auto;
}

.lct-product-lightbox.is-zoomed .lct-product-lightbox-image-wrap {
  align-items: flex-start;
  justify-content: flex-start;
}

.lct-product-lightbox.is-zoomed .lct-product-lightbox-image-wrap img {
  cursor: zoom-out;
  max-height: none;
  max-width: none;
  width: min(150vw, 1800px);
}

.lct-product-lightbox-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(75, 45, 79, 0.18);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(47, 41, 48, 0.16);
  color: var(--lct-plum);
  cursor: pointer;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 400;
  height: 54px;
  justify-content: center;
  line-height: 1;
  margin-top: -27px;
  padding: 0 0 5px;
  position: absolute;
  top: 50%;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 54px;
  z-index: 2;
}

.lct-product-lightbox-nav.prev {
  left: 18px;
}

.lct-product-lightbox-nav.next {
  right: 18px;
}

.lct-product-lightbox-nav:hover,
.lct-product-lightbox-nav:focus-visible {
  background: var(--lct-plum);
  color: #fff;
  outline: 0;
  transform: scale(1.04);
}

.lct-product-lightbox-nav[hidden] {
  display: none;
}

.lct-product-lightbox-caption {
  border-top: 1px solid rgba(90, 67, 54, 0.1);
  color: var(--lct-brown);
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 12px 16px;
}

.page-id-23 #main-content .et_pb_section {
  overflow: hidden;
}

.page-id-23 #main-content .et_pb_section_0 {
  background: linear-gradient(180deg, #f6f1e6 0%, #fbf8f1 100%) !important;
  border-bottom: 1px solid rgba(90, 67, 54, 0.08);
  padding-bottom: clamp(46px, 6vw, 72px) !important;
  padding-top: clamp(46px, 6vw, 72px) !important;
}

.page-id-23 #main-content .et_pb_section_1,
.page-id-23 #main-content .et_pb_section_3 {
  background: #fff !important;
  padding-bottom: clamp(40px, 5vw, 62px) !important;
  padding-top: clamp(40px, 5vw, 62px) !important;
}

.page-id-23 #main-content .et_pb_section_3 {
  padding-bottom: clamp(32px, 4vw, 48px) !important;
}

.page-id-23 #main-content .et_pb_section_2 {
  background: radial-gradient(circle at 12% 20%, rgba(246, 241, 230, 0.1), transparent 34%),
    linear-gradient(135deg, #4b2d4f 0%, #351d39 100%) !important;
  padding-bottom: clamp(46px, 6vw, 68px) !important;
  padding-top: clamp(46px, 6vw, 68px) !important;
}

.page-id-23 #main-content .et_pb_section_4 {
  background: linear-gradient(135deg, #4b2d4f 0%, #0e4b4b 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: clamp(46px, 6vw, 64px) !important;
  padding-top: clamp(46px, 6vw, 64px) !important;
}

.page-id-23 #main-content .et_pb_row {
  max-width: 1120px !important;
  width: min(86%, 1120px) !important;
}

.page-id-23 #main-content .et_pb_section_0 .et_pb_row,
.page-id-23 #main-content .et_pb_section_2 .et_pb_row,
.page-id-23 #main-content .et_pb_section_3 .et_pb_row {
  align-items: center;
  display: flex;
}

.page-id-23 #main-content h1,
.page-id-23 #main-content h2,
.page-id-23 #main-content h3,
.page-id-23 #main-content h4 {
  color: var(--lct-plum) !important;
  letter-spacing: 0 !important;
}

.page-id-23 #main-content h1 {
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 1.02 !important;
  margin-bottom: 16px !important;
}

.page-id-23 #main-content h2 {
  font-size: clamp(32px, 3.4vw, 44px) !important;
  line-height: 1.12 !important;
  margin-bottom: 16px !important;
}

.page-id-23 #main-content h4 {
  font-size: 22px !important;
  line-height: 1.22 !important;
  margin-bottom: 10px !important;
}

.page-id-23 #main-content .et_pb_text_inner p,
.page-id-23 #main-content .et_pb_blurb_description p {
  color: #514751 !important;
  font-size: 16.5px !important;
  line-height: 1.72 !important;
}

.page-id-23 #main-content .et_pb_text_inner p strong {
  color: var(--lct-plum) !important;
}

.page-id-23 #main-content .et_pb_image img {
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(75, 45, 79, 0.16);
  display: block;
  object-fit: cover;
}

.page-id-23 #main-content .et_pb_section_0 .et_pb_image img,
.page-id-23 #main-content .et_pb_section_2 .et_pb_image img,
.page-id-23 #main-content .et_pb_section_3 .et_pb_image img {
  aspect-ratio: 1.78 / 1;
  width: 100%;
}

.page-id-23 #main-content .et_pb_section_3 .et_pb_image img {
  aspect-ratio: 1.42 / 1;
}

.page-id-23 #main-content .et_pb_blurb {
  background: linear-gradient(180deg, #fbf8f1, #fff) !important;
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(75, 45, 79, 0.08);
  height: 100%;
  padding: 26px 24px !important;
}

.page-id-23 #main-content .et_pb_main_blurb_image {
  margin-bottom: 14px !important;
}

.page-id-23 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) {
  align-items: stretch;
  display: flex;
}

.page-id-23 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) .et_pb_column {
  background: linear-gradient(180deg, #fbf8f1, #fff);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.1);
  overflow: hidden;
}

.page-id-23 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) .et_pb_image {
  margin-bottom: 0 !important;
}

.page-id-23 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) .et_pb_image img {
  aspect-ratio: 1.46 / 1;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  width: 100%;
}

.page-id-23 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) .et_pb_blurb {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 245px;
}

.page-id-23 #main-content .et_pb_section_2 h2,
.page-id-23 #main-content .et_pb_section_2 p,
.page-id-23 #main-content .et_pb_section_4 h2,
.page-id-23 #main-content .et_pb_section_4 p {
  color: #fff !important;
}

.page-id-23 #main-content .et_pb_section_2 p,
.page-id-23 #main-content .et_pb_section_4 p {
  opacity: 0.9;
}

.page-id-23 #main-content .et_pb_section_2 .et_pb_image img {
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.page-id-23 #main-content .et_pb_section_4 .et_pb_row {
  text-align: center;
}

.page-id-23 #main-content .et_pb_button,
.page-id-23 #main-content .et_pb_button_module_wrapper .et_pb_button {
  background: var(--lct-plum) !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 14px 30px rgba(75, 45, 79, 0.2);
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  padding: 14px 22px !important;
}

.page-id-23 #main-content .et_pb_section_4 .et_pb_button,
.page-id-23 #main-content .et_pb_section_4 .et_pb_button_module_wrapper .et_pb_button {
  background: #fff !important;
  color: var(--lct-plum) !important;
}

.page-id-23 #main-content .et_pb_button:hover {
  background: var(--lct-teal) !important;
  color: #fff !important;
}

@media (max-width: 980px) {
  .page-id-23 #main-content .et_pb_row {
    width: min(90%, 720px) !important;
  }

  .page-id-23 #main-content .et_pb_section_0 .et_pb_row,
  .page-id-23 #main-content .et_pb_section_2 .et_pb_row,
  .page-id-23 #main-content .et_pb_section_3 .et_pb_row {
    display: block;
  }

  .page-id-23 #main-content .et_pb_column + .et_pb_column {
    margin-top: 24px;
  }

  .page-id-23 #main-content .et_pb_section_2 .et_pb_column + .et_pb_column,
  .page-id-23 #main-content .et_pb_section_3 .et_pb_column + .et_pb_column {
    margin-top: 28px;
  }

  .page-id-23 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) {
    display: block;
  }
}

@media (max-width: 640px) {
  .page-id-23 #main-content .et_pb_text_inner p,
  .page-id-23 #main-content .et_pb_blurb_description p {
    font-size: 15.5px !important;
  }

  .page-id-23 #main-content .et_pb_section_0 .et_pb_image img,
  .page-id-23 #main-content .et_pb_section_2 .et_pb_image img,
  .page-id-23 #main-content .et_pb_section_3 .et_pb_image img {
    aspect-ratio: 1.32 / 1;
  }
}

.page-id-27 #main-content .et_pb_section {
  overflow: hidden;
}

.page-id-27 #main-content .et_pb_section_0 {
  background:
    radial-gradient(circle at 83% 16%, rgba(14, 75, 75, 0.11), transparent 28%),
    linear-gradient(180deg, #f6f1e6 0%, #fbf8f1 100%) !important;
  border-bottom: 1px solid rgba(90, 67, 54, 0.08);
  padding-bottom: clamp(48px, 6vw, 74px) !important;
  padding-top: clamp(48px, 6vw, 74px) !important;
}

.page-id-27 #main-content .et_pb_section_1 {
  background: #fff !important;
  padding-bottom: clamp(48px, 6vw, 72px) !important;
  padding-top: clamp(48px, 6vw, 68px) !important;
}

.page-id-27 #main-content .et_pb_section_2 {
  background: linear-gradient(135deg, #4b2d4f 0%, #0e4b4b 100%) !important;
  padding-bottom: clamp(46px, 6vw, 64px) !important;
  padding-top: clamp(46px, 6vw, 64px) !important;
}

.page-id-27 #main-content .et_pb_row {
  max-width: 1120px !important;
  width: min(86%, 1120px) !important;
}

.page-id-27 #main-content .et_pb_section_0 .et_pb_row,
.page-id-27 #main-content .et_pb_section_1 .et_pb_row {
  align-items: flex-start;
  display: flex;
}

.page-id-27 #main-content h1,
.page-id-27 #main-content h2,
.page-id-27 #main-content h3,
.page-id-27 #main-content h4,
.page-id-27 #main-content .et_pb_toggle_title {
  color: var(--lct-plum) !important;
  letter-spacing: 0 !important;
}

.page-id-27 #main-content h1 {
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 1.02 !important;
  margin-bottom: 16px !important;
}

.page-id-27 #main-content h2 {
  font-size: clamp(32px, 3.4vw, 42px) !important;
  line-height: 1.14 !important;
  margin-bottom: 16px !important;
}

.page-id-27 #main-content h3 {
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.page-id-27 #main-content .et_pb_text_inner p,
.page-id-27 #main-content .et_pb_toggle_content p {
  color: #514751 !important;
  font-size: 16.5px !important;
  line-height: 1.72 !important;
}

.page-id-27 #main-content .et_pb_text_inner p:first-child {
  color: var(--lct-teal) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}

.page-id-27 #main-content .et_pb_text_inner p strong {
  color: var(--lct-plum) !important;
}

.page-id-27 #main-content .et_pb_section_0 .et_pb_column:nth-child(2) {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.09);
  padding: 28px !important;
}

.page-id-27 #main-content .et_pb_section_1 .et_pb_column:first-child {
  background: linear-gradient(180deg, #fbf8f1, #fff);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.08);
  padding: 28px !important;
  position: sticky;
  top: 132px;
}

.page-id-27 #main-content .et_pb_section_1 .et_pb_column:nth-child(2) {
  background: linear-gradient(180deg, rgba(246, 241, 230, 0.52), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(90, 67, 54, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(75, 45, 79, 0.07);
  padding: 28px !important;
}

.page-id-27 #main-content .et_pb_section_1 .et_pb_column:nth-child(2) .et_pb_text {
  border-bottom: 1px solid rgba(90, 67, 54, 0.12);
  margin: 30px 0 14px !important;
  padding-bottom: 10px;
}

.page-id-27 #main-content .et_pb_section_1 .et_pb_column:nth-child(2) .et_pb_text:first-child {
  margin-top: 0 !important;
}

.page-id-27 #main-content .et_pb_section_1 .et_pb_column:nth-child(2) h3 {
  color: var(--lct-teal) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

.page-id-27 #main-content .et_pb_toggle {
  background: #fff !important;
  border: 1px solid rgba(90, 67, 54, 0.13) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 26px rgba(75, 45, 79, 0.06);
  margin-bottom: 12px !important;
  padding: 0 !important;
}

.page-id-27 #main-content .et_pb_toggle_title {
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  padding: 20px 58px 20px 22px !important;
}

.page-id-27 #main-content .et_pb_toggle_title::before {
  background: rgba(14, 75, 75, 0.1);
  border-radius: 999px;
  color: var(--lct-teal) !important;
  font-size: 26px !important;
  height: 34px;
  line-height: 34px !important;
  margin-top: -17px !important;
  right: 18px !important;
  text-align: center;
  width: 34px;
}

.page-id-27 #main-content .et_pb_toggle_content {
  border-top: 1px solid rgba(90, 67, 54, 0.1);
  padding: 18px 22px 22px !important;
}

.page-id-27 #main-content .et_pb_toggle_open {
  border-color: rgba(14, 75, 75, 0.28) !important;
  box-shadow: 0 16px 36px rgba(75, 45, 79, 0.1);
}

.page-id-27 #main-content .et_pb_section_2 h2,
.page-id-27 #main-content .et_pb_section_2 p {
  color: #fff !important;
}

.page-id-27 #main-content .et_pb_section_2 .et_pb_row {
  text-align: center;
}

.page-id-27 #main-content .et_pb_button,
.page-id-27 #main-content .et_pb_button_module_wrapper .et_pb_button {
  background: var(--lct-plum) !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 14px 30px rgba(75, 45, 79, 0.2);
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  padding: 13px 20px !important;
}

.page-id-27 #main-content .et_pb_section_2 .et_pb_button,
.page-id-27 #main-content .et_pb_section_2 .et_pb_button_module_wrapper .et_pb_button {
  background: #fff !important;
  color: var(--lct-plum) !important;
}

.page-id-27 #main-content .et_pb_button:hover {
  background: var(--lct-teal) !important;
  color: #fff !important;
}

@media (max-width: 980px) {
  .page-id-27 #main-content .et_pb_row {
    width: min(90%, 720px) !important;
  }

  .page-id-27 #main-content .et_pb_section_0 .et_pb_row,
  .page-id-27 #main-content .et_pb_section_1 .et_pb_row {
    display: block;
  }

  .page-id-27 #main-content .et_pb_section_0 .et_pb_column + .et_pb_column,
  .page-id-27 #main-content .et_pb_section_1 .et_pb_column + .et_pb_column {
    margin-top: 24px;
  }

  .page-id-27 #main-content .et_pb_section_1 .et_pb_column:first-child {
    position: static;
  }
}

@media (max-width: 640px) {
  .page-id-27 #main-content .et_pb_text_inner p,
  .page-id-27 #main-content .et_pb_toggle_content p {
    font-size: 15.5px !important;
  }

  .page-id-27 #main-content .et_pb_section_0 .et_pb_column:nth-child(2),
  .page-id-27 #main-content .et_pb_section_1 .et_pb_column:first-child,
  .page-id-27 #main-content .et_pb_section_1 .et_pb_column:nth-child(2) {
    padding: 22px !important;
  }
}

.page-id-24 #main-content .et_pb_section {
  overflow: hidden;
}

.page-id-24 #main-content .et_pb_section_0 {
  background:
    linear-gradient(90deg, rgba(246, 241, 230, 0.94) 0%, rgba(246, 241, 230, 0.82) 48%, rgba(246, 241, 230, 0.24) 100%),
    url("https://littlecreektallow.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-4-2026-03_50_00-PM.png") center / cover !important;
  border-bottom: 1px solid rgba(90, 67, 54, 0.1);
  padding-bottom: clamp(58px, 7vw, 86px) !important;
  padding-top: clamp(58px, 7vw, 86px) !important;
}

.page-id-24 #main-content .et_pb_section_1,
.page-id-24 #main-content .et_pb_section_3,
.page-id-24 #main-content .et_pb_section_5 {
  background: #fff !important;
}

.page-id-24 #main-content .et_pb_section_2,
.page-id-24 #main-content .et_pb_section_4 {
  background:
    radial-gradient(circle at 88% 12%, rgba(124, 143, 122, 0.16), transparent 28%),
    linear-gradient(180deg, #f6f1e6 0%, #fbf8f1 100%) !important;
}

.page-id-24 #main-content .et_pb_section_6 {
  background: linear-gradient(135deg, #4b2d4f 0%, #0e4b4b 100%) !important;
  padding-bottom: clamp(46px, 6vw, 66px) !important;
  padding-top: clamp(46px, 6vw, 66px) !important;
}

.page-id-24 #main-content .et_pb_section_1,
.page-id-24 #main-content .et_pb_section_2,
.page-id-24 #main-content .et_pb_section_3,
.page-id-24 #main-content .et_pb_section_4,
.page-id-24 #main-content .et_pb_section_5 {
  padding-bottom: clamp(50px, 6vw, 72px) !important;
  padding-top: clamp(50px, 6vw, 72px) !important;
}

.page-id-24 #main-content .et_pb_row {
  max-width: 1120px !important;
  width: min(86%, 1120px) !important;
}

.page-id-24 #main-content h1,
.page-id-24 #main-content h2,
.page-id-24 #main-content h3 {
  color: var(--lct-plum);
  letter-spacing: 0;
}

.page-id-24 #main-content h1 {
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.02;
  margin-bottom: 18px;
}

.page-id-24 #main-content h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  margin-bottom: 16px;
}

.page-id-24 #main-content h3 {
  color: var(--lct-teal);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.page-id-24 #main-content .et_pb_text_inner p,
.page-id-24 #main-content .et_pb_text_inner li {
  color: var(--lct-brown);
  font-size: 17px;
  line-height: 1.72;
}

.page-id-24 #main-content .et_pb_text_inner ul {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.page-id-24 #main-content .et_pb_text_inner li {
  border-top: 1px solid rgba(90, 67, 54, 0.12);
  padding-top: 10px;
}

.page-id-24 #main-content .et_pb_section_0 .et_pb_column {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(75, 45, 79, 0.12);
  padding: clamp(28px, 4vw, 46px) !important;
}

.page-id-24 #main-content .et_pb_section_1 .et_pb_column,
.page-id-24 #main-content .et_pb_section_2 .et_pb_column,
.page-id-24 #main-content .et_pb_section_3 .et_pb_column,
.page-id-24 #main-content .et_pb_section_4 .et_pb_column,
.page-id-24 #main-content .et_pb_section_5 .et_pb_column {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.08);
  padding: clamp(20px, 3vw, 30px) !important;
}

.page-id-24 #main-content .et_pb_image {
  margin-bottom: clamp(24px, 3vw, 34px) !important;
}

.page-id-24 #main-content .et_pb_image_wrap,
.page-id-24 #main-content .et_pb_image img {
  display: block;
  width: 100%;
}

.page-id-24 #main-content .et_pb_image img {
  aspect-ratio: 16 / 7;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(47, 41, 48, 0.14);
  object-fit: cover;
}

.page-id-24 #main-content .et_pb_button,
.page-id-24 #main-content .et_pb_button_module_wrapper .et_pb_button {
  background: var(--lct-plum) !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 14px 30px rgba(75, 45, 79, 0.2);
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  padding: 13px 22px !important;
}

.page-id-24 #main-content .et_pb_section_6 h2,
.page-id-24 #main-content .et_pb_section_6 p {
  color: #fff !important;
  text-align: center;
}

.page-id-24 #main-content .et_pb_section_6 .et_pb_row {
  text-align: center;
}

.page-id-24 #main-content .et_pb_section_6 .et_pb_button,
.page-id-24 #main-content .et_pb_section_6 .et_pb_button_module_wrapper .et_pb_button {
  background: #fff !important;
  color: var(--lct-plum) !important;
}

.page-id-24 #main-content .et_pb_button:hover {
  background: var(--lct-teal) !important;
  color: #fff !important;
}

@media (max-width: 980px) {
  .page-id-24 #main-content .et_pb_row {
    width: min(90%, 720px) !important;
  }

  .page-id-24 #main-content .et_pb_image img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .page-id-24 #main-content .et_pb_text_inner p,
  .page-id-24 #main-content .et_pb_text_inner li {
    font-size: 15.5px !important;
  }

  .page-id-24 #main-content .et_pb_section_0 .et_pb_column,
  .page-id-24 #main-content .et_pb_section_1 .et_pb_column,
  .page-id-24 #main-content .et_pb_section_2 .et_pb_column,
  .page-id-24 #main-content .et_pb_section_3 .et_pb_column,
  .page-id-24 #main-content .et_pb_section_4 .et_pb_column,
  .page-id-24 #main-content .et_pb_section_5 .et_pb_column {
    padding: 22px !important;
  }
}

.page-id-25 #main-content .et_pb_section {
  overflow: hidden;
}

.page-id-25 #main-content .et_pb_section_0 {
  background:
    radial-gradient(circle at 84% 18%, rgba(14, 75, 75, 0.12), transparent 30%),
    linear-gradient(180deg, #f6f1e6 0%, #fbf8f1 100%) !important;
  border-bottom: 1px solid rgba(90, 67, 54, 0.08);
  padding-bottom: clamp(48px, 6vw, 74px) !important;
  padding-top: clamp(48px, 6vw, 74px) !important;
}

.page-id-25 #main-content .et_pb_section_1 {
  background: #fff !important;
  padding-bottom: clamp(48px, 6vw, 72px) !important;
  padding-top: clamp(48px, 6vw, 68px) !important;
}

.page-id-25 #main-content .et_pb_section_2 {
  background: linear-gradient(135deg, #4b2d4f 0%, #0e4b4b 100%) !important;
  padding-bottom: clamp(46px, 6vw, 64px) !important;
  padding-top: clamp(46px, 6vw, 64px) !important;
}

.page-id-25 #main-content .et_pb_row {
  max-width: 1120px !important;
  width: min(86%, 1120px) !important;
}

.page-id-25 #main-content .et_pb_section_0 .et_pb_row,
.page-id-25 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) {
  align-items: stretch;
  display: flex;
}

.page-id-25 #main-content h1,
.page-id-25 #main-content h2,
.page-id-25 #main-content h3,
.page-id-25 #main-content h4 {
  color: var(--lct-plum) !important;
  letter-spacing: 0 !important;
}

.page-id-25 #main-content h1 {
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 1.02 !important;
  margin-bottom: 16px !important;
}

.page-id-25 #main-content h2 {
  font-size: clamp(32px, 3.4vw, 42px) !important;
  line-height: 1.14 !important;
  margin-bottom: 16px !important;
}

.page-id-25 #main-content h3,
.page-id-25 #main-content h4 {
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.page-id-25 #main-content .et_pb_text_inner p,
.page-id-25 #main-content .et_pb_blurb_description p {
  color: #514751 !important;
  font-size: 16.5px !important;
  line-height: 1.72 !important;
}

.page-id-25 #main-content .et_pb_text_inner p:first-child {
  color: var(--lct-teal) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}

.page-id-25 #main-content .et_pb_text_inner p strong {
  color: var(--lct-plum) !important;
}

.page-id-25 #main-content .et_pb_section_0 .et_pb_column:nth-child(2) {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.09);
  padding: 28px !important;
}

.page-id-25 #main-content .et_pb_section_1 .et_pb_row:first-child {
  max-width: 920px !important;
}

.page-id-25 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) .et_pb_column {
  background: linear-gradient(180deg, #fbf8f1, #fff);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.1);
  overflow: hidden;
}

.page-id-25 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) .et_pb_image {
  margin-bottom: 0 !important;
}

.page-id-25 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) .et_pb_image img {
  aspect-ratio: 1 / 1;
  border-radius: 0;
  box-shadow: none;
  display: block;
  object-fit: cover;
  width: 100%;
}

.page-id-25 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) .et_pb_blurb {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 305px;
  padding: 24px 22px 28px !important;
}

.page-id-25 #main-content .et_pb_section_2 h2,
.page-id-25 #main-content .et_pb_section_2 p {
  color: #fff !important;
}

.page-id-25 #main-content .et_pb_section_2 .et_pb_row {
  text-align: center;
}

.page-id-25 #main-content .et_pb_button,
.page-id-25 #main-content .et_pb_button_module_wrapper .et_pb_button {
  background: var(--lct-plum) !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 14px 30px rgba(75, 45, 79, 0.2);
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  padding: 13px 20px !important;
}

.page-id-25 #main-content .et_pb_section_2 .et_pb_button,
.page-id-25 #main-content .et_pb_section_2 .et_pb_button_module_wrapper .et_pb_button {
  background: #fff !important;
  color: var(--lct-plum) !important;
}

.page-id-25 #main-content .et_pb_button:hover {
  background: var(--lct-teal) !important;
  color: #fff !important;
}

@media (max-width: 980px) {
  .page-id-25 #main-content .et_pb_row {
    width: min(90%, 720px) !important;
  }

  .page-id-25 #main-content .et_pb_section_0 .et_pb_row,
  .page-id-25 #main-content .et_pb_section_1 .et_pb_row:nth-of-type(2) {
    display: block;
  }

  .page-id-25 #main-content .et_pb_column + .et_pb_column {
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .page-id-25 #main-content .et_pb_text_inner p,
  .page-id-25 #main-content .et_pb_blurb_description p {
    font-size: 15.5px !important;
  }

  .page-id-25 #main-content .et_pb_section_0 .et_pb_column:nth-child(2) {
    padding: 22px !important;
  }
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce-tabs.wc-tabs-wrapper {
  background: linear-gradient(180deg, rgba(246, 241, 230, 0.94), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(90, 67, 54, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.08);
  margin: 0 auto 28px !important;
  max-width: 1120px;
  overflow: hidden;
  padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-tabs.wc-tabs-wrapper ul.tabs {
  align-items: stretch;
  background: #fff;
  border-bottom: 1px solid rgba(90, 67, 54, 0.12);
  display: flex;
  gap: 0;
  justify-content: flex-start;
  margin: 0 !important;
  overflow-x: auto;
  padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-tabs.wc-tabs-wrapper ul.tabs::before,
.woocommerce-tabs.wc-tabs-wrapper ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce-tabs.wc-tabs-wrapper ul.tabs li::before,
.woocommerce-tabs.wc-tabs-wrapper ul.tabs li::after {
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
  color: var(--lct-brown) !important;
  display: block;
  font-size: 14px;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  padding: 18px 24px !important;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a,
.woocommerce-tabs.wc-tabs-wrapper ul.tabs li a:hover {
  background: var(--lct-plum);
  color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  background: transparent;
  margin: 0 !important;
  padding: 36px 42px 42px !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  color: var(--lct-plum);
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.woocommerce div.product .woocommerce-tabs .panel h3,
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h3 {
  color: var(--lct-teal);
  font-size: 18px;
  margin-top: 24px;
  text-transform: uppercase;
}

.woocommerce table.shop_attributes {
  border: 1px solid rgba(90, 67, 54, 0.14) !important;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: 0 !important;
  border-bottom: 1px solid rgba(90, 67, 54, 0.12) !important;
  font-size: 15px;
  padding: 14px 16px !important;
}

.woocommerce table.shop_attributes th {
  background: rgba(75, 45, 79, 0.08) !important;
  color: var(--lct-plum);
  font-weight: 800;
  text-transform: uppercase;
}

.woocommerce table.shop_attributes td {
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--lct-ink);
}

.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  list-style: none;
  padding: 18px;
}

.woocommerce #review_form_wrapper {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  margin-top: 20px;
  padding: 24px;
}

.lct-footer a,
.lct-footer a:visited {
  color: inherit;
}

.lct-footer {
  background: var(--lct-plum);
  color: #fff;
}

.lct-footer .et_pb_text_inner,
.lct-footer h3,
.lct-footer p,
.lct-footer li {
  color: #fff;
}

.lct-footer ul {
  list-style: none;
  padding-left: 0;
}

.lct-footer li {
  margin-bottom: 8px;
}

.et-l--footer .et_pb_row {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1080px !important;
  width: 80% !important;
}

@media (min-width: 981px) {
  .et-l--footer .et_pb_row_4col {
    align-items: flex-start;
    display: grid !important;
    gap: 5.5%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .et-l--footer .et_pb_row_4col > .et_pb_column {
    float: none !important;
    margin-right: 0 !important;
    width: auto !important;
  }
}

.et_pb_toggle {
  border-radius: 8px;
  border-color: rgba(90, 67, 54, 0.16);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--lct-teal);
}

@media (max-width: 980px) {
  .lct-header-shell .et_pb_row_1_tb_header,
  .lct-header-shell .et_pb_row--with-menu {
    display: grid;
    gap: 10px 12px;
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 0;
    padding: 10px 14px 14px !important;
    width: 100% !important;
  }

  .lct-header-shell .et_pb_column_1_tb_header,
  .lct-header-shell .et_pb_column_2_tb_header,
  .lct-header-shell .et_pb_column_3_tb_header {
    flex: none !important;
    margin: 0 !important;
    min-width: 0;
    width: 100% !important;
  }

  .lct-header-shell .et_pb_column_1_tb_header {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .lct-header-shell .et_pb_column_2_tb_header {
    grid-column: 1;
    justify-content: flex-start;
    width: 58px !important;
  }

  .lct-header-shell .et_pb_column_3_tb_header {
    grid-column: 2;
    justify-content: flex-end;
  }

  .lct-header-shell .et_pb_image_wrap,
  .lct-header-shell .et_pb_image img,
  .lct-header-shell .lct-logo-mark a {
    margin: 0 auto;
    max-width: 172px;
  }

  .lct-header-shell .et_pb_menu,
  .lct-header-shell .et_pb_menu_inner_container,
  .lct-header-shell .et_pb_menu__wrap,
  .lct-header-shell .et_mobile_nav_menu,
  .lct-header-shell .mobile_nav {
    width: 100%;
  }

  .lct-header-shell .et_pb_menu__wrap {
    justify-content: flex-start;
  }

  .lct-header-shell .mobile_menu_bar {
    align-items: center;
    border: 1px solid rgba(75, 45, 79, 0.18);
    border-radius: 6px;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    width: 54px;
  }

  .lct-header-shell .mobile_menu_bar::before {
    font-size: 30px;
    line-height: 1;
  }

  .lct-header-shell .et_mobile_menu {
    background: #fff !important;
    border: 1px solid rgba(75, 45, 79, 0.14) !important;
    border-top: 3px solid var(--lct-plum) !important;
    border-radius: 8px !important;
    box-shadow: 0 20px 45px rgba(47, 41, 48, 0.16);
    left: 0 !important;
    margin: 8px 0 0 !important;
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    padding: 8px !important;
    right: auto !important;
    top: 100% !important;
    width: min(calc(100vw - 28px), 520px) !important;
    z-index: 10001;
  }

  .lct-header-shell .et_mobile_menu li {
    list-style: none !important;
    margin: 0 !important;
  }

  .lct-header-shell .et_mobile_menu li a {
    border-bottom: 0 !important;
    border-radius: 6px;
    color: var(--lct-ink) !important;
    display: block;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
    padding: 12px 13px !important;
    white-space: normal;
    width: 100%;
  }

  .lct-header-shell .et_mobile_menu li a:hover {
    background: var(--lct-cream);
    color: var(--lct-teal) !important;
    opacity: 1;
  }

  .lct-header-shell .et_mobile_menu .sub-menu,
  .lct-header-shell .et_mobile_menu ul.sub-menu {
    background: rgba(246, 241, 230, 0.55) !important;
    border: 0 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    display: block !important;
    left: auto !important;
    margin: 3px 0 6px 10px !important;
    opacity: 1 !important;
    padding: 4px !important;
    pointer-events: auto;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: auto !important;
  }

  .lct-header-shell .et_pb_button_module_wrapper {
    margin-top: 2px;
    text-align: center;
  }

  .lct-header-shell .et-menu li.lct-profile-menu-item > a {
    min-height: 46px;
  }

  .lct-header-shell .et-menu li.lct-profile-menu-item > ul.sub-menu {
    left: 50% !important;
    max-width: calc(100vw - 40px);
    right: auto !important;
    transform: translate(-50%, 4px);
    width: 270px !important;
  }

  .lct-header-shell .et-menu li.lct-profile-menu-item:hover > ul.sub-menu,
  .lct-header-shell .et-menu li.lct-profile-menu-item:focus-within > ul.sub-menu {
    transform: translate(-50%, 0);
  }

  .lct-header-shell .et-menu li.lct-profile-menu-item > ul.sub-menu::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(45deg);
  }

  .lct-header-actions {
    gap: 8px;
    justify-content: flex-end;
  }

  .lct-about-values {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .lct-about-values .lct-about-value-card {
    padding: 20px 18px 22px;
    width: 100% !important;
  }

  .lct-about-icon {
    margin-bottom: 12px !important;
    max-width: 130px;
  }

  .lct-about-value-card h3 {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .lct-about-value-card p {
    font-size: 15px;
    line-height: 1.48;
  }

  .et_pb_row.et_grid_row {
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: 1fr !important;
  }

  .et_pb_row.et_grid_row > .et_pb_column {
    float: none !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .lct-trust-row .et_pb_blurb,
  .lct-card-grid .et_pb_blurb,
  .lct-product-card,
  .lct-soft-card,
  .lct-photo-card {
    margin-bottom: 16px !important;
  }

  .lct-trust-row .et_pb_blurb_content,
  .lct-card-grid .et_pb_blurb_content {
    padding: 14px;
  }

  .lct-photo-card {
    padding: 22px;
  }

  .page-id-8 .lct-shop-promise-section .et_pb_row {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .page-id-8 .lct-shop-promise-section .et_pb_column {
    padding: 22px 18px 24px;
    width: 100% !important;
  }

  .lct-cart-trigger,
  .lct-header-shop-button {
    font-size: 15px;
    min-height: 46px;
    min-width: 0;
  }

  .lct-cart-trigger {
    padding: 0 12px;
  }

  .lct-header-shell a.et_pb_button,
  .lct-header-shell .et_pb_button_module_wrapper a.et_pb_button {
    min-height: 46px;
    padding: 12px 16px !important;
    width: auto;
  }

  .lct-cart-panel {
    max-width: 100vw;
    width: min(100vw, 430px);
  }

  .lct-cart-panel-header,
  .lct-cart-drawer-body {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lct-cart-drawer-actions {
    grid-template-columns: 1fr;
  }

  .lct-hero-copy {
    font-size: 16px;
  }

  .lct-photo-hero {
    min-height: auto !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .lct-photo-hero::before,
  .lct-photo-band::before,
  .lct-story-band::before,
  .lct-scent-band::before {
    background: rgba(246, 241, 230, 0.9);
  }

  .lct-hero-panel {
    padding: 38px 0;
  }

  .lct-hero-panel h1 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .woocommerce ul.products,
  .et_pb_shop ul.products {
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: 1fr !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 390px;
    padding: 0 !important;
    width: min(100%, 390px) !important;
  }

  .woocommerce ul.products::before,
  .woocommerce ul.products::after,
  .et_pb_shop ul.products::before,
  .et_pb_shop ul.products::after {
    content: none !important;
    display: none !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .et_pb_shop ul.products li.product {
    clear: none !important;
    float: none !important;
    flex: 1 1 100% !important;
    justify-self: stretch !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding-bottom: 18px !important;
    width: 100% !important;
  }

  body.woocommerce ul.products[class*="columns-"] li.product,
  body.woocommerce-page ul.products[class*="columns-"] li.product,
  body .et_pb_shop ul.products[class*="columns-"] li.product,
  body .et_pb_shop li.product {
    clear: none !important;
    float: none !important;
    flex: 1 1 100% !important;
    justify-self: stretch !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .et_pb_shop .woocommerce-loop-product__title {
    font-size: 21px !important;
    min-height: 0 !important;
    padding: 18px 18px 8px !important;
  }

  .woocommerce ul.products li.product .price,
  .et_pb_shop .price {
    min-height: 0 !important;
    padding-left: 18px;
    padding-right: 18px;
  }

  .woocommerce ul.products li.product .button,
  .et_pb_shop ul.products li.product .button {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  .lct-product-buy-box {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .single-product .et-l--body .et_builder_inner_content > .et_pb_section {
    padding-bottom: 38px !important;
    padding-top: 38px !important;
  }

  .single-product .et-l--body .et_builder_inner_content > .et_pb_section > .et_pb_row {
    width: min(92%, 1080px) !important;
  }

  .lct-product-media {
    padding: 16px;
  }

  .lct-product-main-image img,
  .lct-product-media > img {
    max-height: 310px;
    width: min(100%, 360px);
  }

  .lct-product-gallery-strip {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
    padding-top: 12px;
  }

  .lct-product-gallery-strip button {
    padding: 6px;
  }

  .lct-product-gallery-strip img {
    max-height: 120px;
  }

  .lct-product-summary {
    max-width: none;
  }

  .lct-product-breadcrumb {
    line-height: 1.35;
  }

  .lct-commerce-shell {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce {
    display: grid;
    gap: 14px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-account .u-columns,
  .lct-return-steps {
    grid-template-columns: 1fr;
  }

  .lct-account-quick-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lct-product-summary h1 {
    font-size: 32px;
    margin-top: 8px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
    padding: 14px 18px !important;
  }

  .woocommerce div.product .woocommerce-tabs .panel,
  .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 26px 22px 30px !important;
  }
}

@media (max-width: 699px) {
  body.single-product {
    padding-bottom: 94px;
  }

  .lct-mobile-buy-bar {
    align-items: center;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(75, 45, 79, 0.16);
    box-shadow: 0 -12px 30px rgba(47, 41, 48, 0.16);
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    inset: auto 0 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    z-index: 99980;
  }

  .lct-mobile-buy-bar__copy > span {
    color: var(--lct-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 2px;
  }

  .lct-mobile-buy-bar__copy strong {
    color: var(--lct-teal);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.15;
  }

  .lct-mobile-buy-bar button {
    background: var(--lct-plum);
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    min-height: 48px;
    min-width: 116px;
    padding: 0 14px;
  }

  .lct-product-value-prompt {
    margin-bottom: 16px;
    padding: 14px;
  }

  .lct-product-value-prompt__actions a {
    display: grid;
    gap: 2px;
    justify-content: stretch;
  }
}

@media (min-width: 700px) and (max-width: 980px) {
  .lct-header-shell .et_pb_row_1_tb_header,
  .lct-header-shell .et_pb_row--with-menu {
    align-items: center;
    grid-template-columns: 176px 58px minmax(250px, 1fr);
    padding: 12px 22px !important;
  }

  .lct-header-shell .et_pb_column_1_tb_header {
    grid-column: 1;
    justify-content: flex-start;
  }

  .lct-header-shell .et_pb_column_2_tb_header {
    grid-column: 2;
  }

  .lct-header-shell .et_pb_column_3_tb_header {
    grid-column: 3;
  }

  .lct-header-shell .et_pb_image_wrap,
  .lct-header-shell .et_pb_image img,
  .lct-header-shell .lct-logo-mark a {
    max-width: 168px;
  }

  .lct-header-shell .et_mobile_menu {
    left: -188px !important;
    width: min(calc(100vw - 44px), 560px) !important;
  }

  .lct-product-buy-box {
    gap: 24px;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  }

  .lct-product-main-image img,
  .lct-product-media > img {
    max-height: 340px;
  }

  .lct-product-summary h1 {
    font-size: 34px;
  }

  .lct-product-short-description {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 16px;
  }

  .lct-product-skin-note {
    padding: 15px 16px;
  }
}

@media (max-width: 420px) {
  .lct-announcement {
    font-size: 14px;
    line-height: 1.35;
    padding: 8px 12px;
  }

  .lct-header-shell .et_pb_row_1_tb_header,
  .lct-header-shell .et_pb_row--with-menu {
    gap: 9px;
    padding: 9px 12px 12px !important;
  }

  .lct-header-shell .et_pb_image_wrap,
  .lct-header-shell .et_pb_image img,
  .lct-header-shell .lct-logo-mark a {
    max-width: 158px;
  }

  .lct-header-actions {
    gap: 7px;
  }

  .lct-cart-trigger {
    gap: 6px;
    padding: 0 10px;
  }

  .lct-cart-trigger svg {
    height: 19px;
    width: 19px;
  }

  .lct-header-shop-button,
  .lct-header-shell a.et_pb_button,
  .lct-header-shell .et_pb_button_module_wrapper a.et_pb_button {
    font-size: 14px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  .lct-hero-panel {
    padding: 32px 0;
  }

  .woocommerce ul.products,
  .et_pb_shop ul.products {
    max-width: 100%;
  }

  .lct-product-media {
    padding: 12px;
  }

  .lct-product-main-image img,
  .lct-product-media > img {
    max-height: 230px;
  }

  .single-product .et-l--body .et_builder_inner_content > .et_pb_section {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
  }

  .lct-product-gallery-strip {
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
  }

  .lct-product-gallery-strip img {
    max-height: 96px;
  }

  .lct-product-summary h1 {
    font-size: 30px;
  }

  .lct-product-short-description {
    font-size: 16px;
    line-height: 1.55;
  }

  .lct-product-skin-note {
    padding: 14px 15px;
  }
}

.lct-blog-hero-section,
.lct-blog-feed-section,
.lct-blog-post-hero,
.lct-blog-post-body,
.lct-blog-post-shop {
  overflow: hidden;
}

.lct-blog-hero-section {
  background:
    linear-gradient(90deg, rgba(246, 241, 230, 0.96), rgba(246, 241, 230, 0.82)),
    url("https://littlecreektallow.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-11-2026-09_44_48-PM-1.png") center/cover no-repeat !important;
}

.lct-blog-hero-copy,
.lct-blog-hero-note,
.lct-blog-feed-heading,
.lct-blog-post-header,
.lct-blog-article-content {
  color: var(--lct-ink);
}

.lct-blog-hero-copy {
  max-width: 690px;
}

.lct-blog-hero-copy h1,
.lct-blog-post-header h1 {
  color: var(--lct-plum);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  margin-bottom: 18px;
}

.lct-blog-hero-copy p,
.lct-blog-post-deck {
  color: var(--lct-brown);
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.55;
}

.lct-blog-hero-note {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(90, 67, 54, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(75, 45, 79, 0.1);
  padding: clamp(22px, 3vw, 34px);
}

.lct-blog-hero-note h2,
.lct-blog-feed-heading h2,
.lct-blog-scent-ad h2 {
  color: var(--lct-plum);
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.12;
}

.lct-blog-hero-note ul {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.lct-blog-hero-note li {
  border-top: 1px solid rgba(90, 67, 54, 0.12);
  color: var(--lct-brown);
  font-weight: 800;
  padding: 11px 0;
}

.lct-blog-feed-section {
  background: #fff !important;
}

.lct-blog-feed-heading {
  margin: 0 auto 20px;
  max-width: 760px;
  text-align: center;
}

.lct-blog-feed .et_pb_post {
  background: linear-gradient(180deg, #fff, rgba(246, 241, 230, 0.72));
  border: 1px solid rgba(90, 67, 54, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(75, 45, 79, 0.08);
  margin-bottom: 24px !important;
  padding: clamp(22px, 3vw, 34px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.lct-blog-feed .et_pb_post:hover,
.lct-blog-feed .et_pb_post:focus-within {
  border-color: rgba(14, 75, 75, 0.35);
  box-shadow: 0 20px 46px rgba(75, 45, 79, 0.13);
  transform: translateY(-2px);
}

.lct-blog-feed .entry-featured-image-url,
.lct-blog-feed .et_pb_image_container {
  display: none !important;
}

.lct-blog-feed .not-found,
.lct-blog-feed .no-results {
  display: none !important;
}

.lct-blog-feed .entry-title {
  color: var(--lct-plum);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.16;
  margin-bottom: 10px;
}

.lct-blog-feed .entry-title a {
  color: inherit;
  text-decoration: none;
}

.lct-blog-feed .post-meta {
  color: var(--lct-teal) !important;
  font-size: 13px !important;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.lct-blog-feed .post-content,
.lct-blog-feed .post-content p {
  color: var(--lct-brown);
  font-size: 17px;
  line-height: 1.65;
}

.lct-blog-feed .more-link {
  align-items: center;
  background: var(--lct-plum);
  border-radius: 6px;
  box-shadow: 0 12px 24px rgba(75, 45, 79, 0.18);
  color: #fff !important;
  display: inline-flex;
  font-weight: 900;
  margin-top: 12px;
  padding: 10px 15px;
  text-decoration: none;
}

.lct-blog-feed .more-link:hover {
  background: var(--lct-teal);
}

.lct-blog-empty-note {
  background: linear-gradient(180deg, #fff, rgba(246, 241, 230, 0.82));
  border: 1px solid rgba(90, 67, 54, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(75, 45, 79, 0.08);
  margin: 10px auto 0;
  max-width: 760px;
  padding: clamp(22px, 3vw, 34px);
  text-align: center;
}

.lct-blog-empty-note h3 {
  color: var(--lct-plum);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.16;
}

.lct-blog-empty-note p {
  color: var(--lct-brown);
  font-size: 17px;
  line-height: 1.65;
}

.lct-blog-scent-ad {
  background:
    linear-gradient(135deg, rgba(75, 45, 79, 0.96), rgba(14, 75, 75, 0.92)),
    var(--lct-plum);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(75, 45, 79, 0.18);
  color: #fff;
  padding: clamp(24px, 4vw, 42px);
}

.lct-blog-scent-ad .lct-kicker,
.lct-blog-scent-ad h2,
.lct-blog-scent-ad p {
  color: #fff;
}

.lct-blog-scent-ad__intro {
  margin-bottom: 22px;
  max-width: 760px;
}

.lct-blog-scent-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lct-blog-scent-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: var(--lct-brown);
  display: grid;
  gap: 12px;
  grid-template-columns: 76px 1fr;
  min-height: 118px;
  padding: 12px;
  text-decoration: none !important;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.lct-blog-scent-card:hover,
.lct-blog-scent-card:focus {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.lct-blog-scent-card__image {
  background: var(--lct-cream);
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

.lct-blog-scent-card__image img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.lct-blog-scent-card__copy strong {
  color: var(--lct-plum);
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.lct-blog-scent-card__copy span {
  color: var(--lct-brown);
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.lct-blog-scent-button {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  color: var(--lct-plum) !important;
  display: inline-flex;
  font-weight: 900;
  margin-top: 20px;
  padding: 12px 18px;
  text-decoration: none !important;
}

.lct-blog-scent-button:hover {
  background: var(--lct-cream);
  color: var(--lct-teal) !important;
}

.lct-blog-scent-ad.is-compact .lct-blog-scent-grid {
  grid-template-columns: 1fr;
}

.lct-blog-post-hero {
  background:
    linear-gradient(90deg, rgba(246, 241, 230, 0.96), rgba(246, 241, 230, 0.88)),
    url("https://littlecreektallow.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-11-2026-10_52_06-PM-3.png") center/cover no-repeat !important;
}

.lct-blog-post-header {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

.lct-blog-post-meta {
  color: var(--lct-teal);
  font-size: 14px;
  font-weight: 900;
  margin-top: 16px;
  text-transform: uppercase;
}

.lct-blog-post-body {
  background:
    linear-gradient(180deg, rgba(246, 241, 230, 0.7), #fff 220px),
    #fff !important;
}

.lct-blog-article-content {
  background:
    linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0.98) 70%, rgba(246, 241, 230, 0.42) 100%);
  border: 1px solid rgba(90, 67, 54, 0.13);
  border-top: 6px solid var(--lct-sage);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(75, 45, 79, 0.1);
  margin: 0 auto;
  max-width: 820px;
  padding: clamp(30px, 5vw, 64px);
  position: relative;
}

.lct-blog-article-content::before {
  background: linear-gradient(90deg, transparent, rgba(124, 143, 122, 0.42), transparent);
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto 28px;
  width: min(280px, 70%);
}

.lct-blog-article-content p,
.lct-blog-article-content li {
  color: var(--lct-ink);
  font-size: 18px;
  line-height: 1.82;
}

.lct-blog-article-content p {
  margin: 0 0 1.18em;
}

.lct-blog-article-content > p:first-of-type,
.lct-blog-article-content .et_pb_text_inner > p:first-of-type {
  color: var(--lct-brown);
  font-size: clamp(20px, 2vw, 23px);
  line-height: 1.62;
  margin-bottom: 1.45em;
}

.lct-blog-article-content strong {
  color: var(--lct-plum);
  font-weight: 900;
}

.lct-blog-article-content h2 {
  color: var(--lct-plum);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.12;
  margin: 1.55em 0 0.55em;
  padding-top: 0.95em;
  position: relative;
}

.lct-blog-article-content h2::before {
  background: linear-gradient(90deg, var(--lct-mauve), rgba(124, 143, 122, 0.55), transparent);
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 112px;
}

.lct-blog-article-content h2:first-child,
.lct-blog-article-content > p:first-of-type + h2 {
  margin-top: 1.1em;
}

.lct-blog-article-content h3 {
  color: var(--lct-teal);
  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.22;
  margin: 1.35em 0 0.45em;
}

.lct-blog-article-content h2 + p,
.lct-blog-article-content h3 + p {
  margin-top: 0;
}

.lct-blog-article-content a {
  color: var(--lct-teal);
  font-weight: 900;
  text-decoration-color: rgba(14, 75, 75, 0.35);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.lct-blog-article-content ul,
.lct-blog-article-content ol {
  background: rgba(246, 241, 230, 0.72);
  border: 1px solid rgba(90, 67, 54, 0.12);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  margin: 1.35em 0 1.55em;
  padding: 18px 22px 18px 28px;
}

.lct-blog-article-content li {
  margin: 0 0 0.62em;
  padding-left: 4px;
}

.lct-blog-article-content li:last-child {
  margin-bottom: 0;
}

.lct-blog-article-content ul li::marker {
  color: var(--lct-sage);
  font-size: 1.1em;
}

.lct-blog-article-content ol li::marker {
  color: var(--lct-plum);
  font-weight: 900;
}

.lct-blog-article-content blockquote {
  background: #fff;
  border-left: 5px solid var(--lct-mauve);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 12px 30px rgba(75, 45, 79, 0.07);
  color: var(--lct-brown);
  font-size: 20px;
  line-height: 1.65;
  margin: 1.6em 0;
  padding: 20px 24px;
}

.lct-blog-article-content hr {
  background: linear-gradient(90deg, transparent, rgba(90, 67, 54, 0.22), transparent);
  border: 0;
  height: 1px;
  margin: 34px auto;
  width: 72%;
}

.lct-blog-inline-cta {
  background:
    linear-gradient(135deg, rgba(75, 45, 79, 0.96), rgba(14, 75, 75, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(75, 45, 79, 0.16);
  margin: 42px 0 8px;
  padding: clamp(20px, 3vw, 30px);
}

.lct-blog-article-content .lct-blog-inline-cta p {
  color: #fff;
  font-size: 17px;
  line-height: 1.62;
  margin-bottom: 12px;
}

.lct-blog-article-content .lct-blog-inline-cta p:last-child {
  margin-bottom: 0;
}

.lct-blog-article-content .lct-blog-inline-cta strong {
  color: #fff;
}

.lct-blog-article-content .lct-blog-inline-cta .lct-account-button {
  background: #fff !important;
  box-shadow: none;
  color: var(--lct-plum) !important;
  text-decoration: none !important;
}

.lct-blog-article-content .lct-blog-inline-cta .lct-account-button:hover {
  background: var(--lct-cream) !important;
  color: var(--lct-teal) !important;
}

.single-post .et_pb_section {
  padding-bottom: 62px;
  padding-top: 62px;
}

@media (max-width: 980px) {
  .lct-blog-hero-section .et_pb_row,
  .lct-blog-post-hero .et_pb_row,
  .lct-blog-post-body .et_pb_row,
  .lct-blog-post-shop .et_pb_row {
    width: min(90%, 680px) !important;
  }

  .lct-blog-scent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .lct-blog-hero-section,
  .lct-blog-post-hero {
    background-position: center !important;
  }

  .lct-blog-hero-copy h1,
  .lct-blog-post-header h1 {
    font-size: 40px;
  }

  .lct-blog-hero-copy p,
  .lct-blog-post-deck {
    font-size: 17px;
  }

  .lct-blog-feed .et_pb_post,
  .lct-blog-hero-note,
  .lct-blog-article-content,
  .lct-blog-scent-ad {
    padding: 22px 18px;
  }

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

  .lct-blog-scent-card {
    grid-template-columns: 70px 1fr;
  }

  .lct-blog-article-content p,
  .lct-blog-article-content li {
    font-size: 17px;
    line-height: 1.7;
  }

  .lct-blog-article-content > p:first-of-type,
  .lct-blog-article-content .et_pb_text_inner > p:first-of-type {
    font-size: 18px;
    line-height: 1.62;
  }

  .lct-blog-article-content h2 {
    font-size: 26px;
    margin-top: 1.35em;
    padding-top: 0.82em;
  }

  .lct-blog-article-content h2::before {
    width: 86px;
  }

  .lct-blog-article-content h3 {
    font-size: 21px;
  }

  .lct-blog-article-content ul,
  .lct-blog-article-content ol {
    margin-left: -2px;
    margin-right: -2px;
    padding: 16px 16px 16px 24px;
  }

  .lct-blog-inline-cta {
    margin-top: 30px;
  }
}

.page-id-346 #left-area {
  padding-right: 0 !important;
  width: 100% !important;
}

.page-id-346 #sidebar {
  display: none !important;
}

.page-id-346 #main-content .container::before {
  display: none !important;
}

.page-id-346 #main-content .container {
  max-width: none;
  padding-top: 0;
  width: 100%;
}

.page-id-346 .main_title,
.page-id-346 .entry-title {
  display: none !important;
}

.page-id-346 article,
.page-id-346 .entry-content {
  margin: 0;
  padding: 0;
}

.lct-email-signup-page {
  color: var(--lct-ink);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.lct-email-signup-page * {
  box-sizing: border-box;
}

.lct-email-hero {
  background:
    linear-gradient(90deg, rgba(246, 241, 230, 0.96) 0%, rgba(246, 241, 230, 0.9) 48%, rgba(255, 255, 255, 0.82) 100%),
    url("https://littlecreektallow.com/wp-content/uploads/2026/06/lct-face-body-set.png") right center / min(52vw, 720px) auto no-repeat,
    var(--lct-cream);
  border-bottom: 1px solid rgba(90, 67, 54, 0.12);
  padding: clamp(48px, 7vw, 86px) 20px;
}

.lct-email-hero-inner,
.lct-email-section-inner {
  margin: 0 auto;
  max-width: 1180px;
  width: min(92%, 1180px);
}

.lct-email-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(26px, 5vw, 62px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr);
}

.lct-email-kicker,
.lct-email-card-kicker {
  color: var(--lct-teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.lct-email-copy h1 {
  color: var(--lct-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  margin: 0 0 18px;
  max-width: 760px;
}

.lct-email-lede {
  color: #4a4048;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
  margin: 0 0 26px;
  max-width: 680px;
}

.lct-email-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.lct-email-pill-row span {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(75, 45, 79, 0.14);
  border-radius: 999px;
  color: var(--lct-plum);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  padding: 9px 13px;
}

.lct-email-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(75, 45, 79, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(47, 41, 48, 0.13);
  padding: clamp(24px, 4vw, 36px);
}

.lct-email-card h2 {
  color: var(--lct-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  margin: 0 0 12px;
}

.lct-email-card p {
  color: #4d444b;
  margin: 0 0 18px;
}

.lct-email-card .outbound-signup {
  max-width: none;
}

.lct-email-card .outbound-signup form {
  background: #fbfaf7;
  border: 1px solid rgba(203, 190, 173, 0.78);
  border-radius: 8px;
  gap: 10px;
  padding: 8px;
}

.lct-email-card .outbound-signup input[type="email"] {
  background: #fff;
  border-color: transparent;
  border-radius: 6px;
  color: var(--lct-ink);
  min-height: 52px;
  padding: 12px 14px;
}

.lct-email-card .outbound-signup button {
  background: var(--lct-plum);
  border-radius: 6px;
  min-height: 52px;
  padding: 12px 20px;
  white-space: nowrap;
}

.lct-email-card .outbound-signup button:hover,
.lct-email-card .outbound-signup button:focus {
  background: var(--lct-teal);
}

.lct-email-note {
  color: #655a60 !important;
  font-size: 14px;
  line-height: 1.55;
  margin: 14px 0 0 !important;
}

.lct-email-trust {
  background: #fff;
  padding: clamp(42px, 6vw, 76px) 20px;
}

.lct-email-trust-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lct-email-trust-item {
  border-top: 3px solid var(--lct-mauve);
  padding: 20px 8px 0;
}

.lct-email-trust-item h3 {
  color: var(--lct-plum);
  font-size: 22px;
  margin: 0 0 8px;
}

.lct-email-trust-item p {
  color: #52484f;
  margin: 0;
}

.lct-email-band {
  background: var(--lct-plum);
  color: #fff;
  padding: clamp(38px, 5vw, 62px) 20px;
  text-align: center;
}

.lct-email-band h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  margin: 0 auto 14px;
  max-width: 820px;
}

.lct-email-band p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  margin: 0 auto;
  max-width: 760px;
}

@media (max-width: 980px) {
  .lct-email-hero {
    background:
      linear-gradient(180deg, rgba(246, 241, 230, 0.98), rgba(246, 241, 230, 0.94)),
      var(--lct-cream);
  }

  .lct-email-hero-inner,
  .lct-email-trust-grid {
    grid-template-columns: 1fr;
  }

  .lct-email-card {
    max-width: 620px;
  }
}

@media (max-width: 620px) {
  .lct-email-hero,
  .lct-email-trust,
  .lct-email-band {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lct-email-copy h1 {
    font-size: 40px;
  }

  .lct-email-card {
    padding: 22px 18px;
  }

  .lct-email-card .outbound-signup form {
    display: block;
  }

  .lct-email-card .outbound-signup button {
    margin-top: 8px;
    width: 100%;
  }
}

.lct-ad-landing {
  background: #fff;
  color: var(--lct-ink);
  overflow: hidden;
}

.lct-ad-landing-page .entry-title,
.lct-ad-landing-page .main_title,
.lct-ad-landing-page .et_post_meta_wrapper {
  display: none !important;
}

.lct-ad-landing-page #main-content .container {
  max-width: none !important;
  padding-top: 0 !important;
  width: 100% !important;
}

.lct-ad-landing-page #left-area {
  padding-bottom: 0 !important;
  width: 100% !important;
}

.lct-ad-landing-page #sidebar {
  display: none !important;
}

.lct-ad-landing .lct-kicker {
  color: var(--lct-teal);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.lct-ad-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(246, 241, 230, 0.97), rgba(246, 241, 230, 0.76)),
    var(--lct-cream);
  display: grid;
  gap: clamp(28px, 5vw, 62px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.76fr);
  min-height: calc(100vh - 172px);
  padding: clamp(42px, 7vw, 92px) max(22px, calc((100vw - 1180px) / 2));
}

.lct-ad-hero h1,
.lct-ad-section h2,
.lct-ad-final h2 {
  color: var(--lct-plum);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.lct-ad-hero h1 {
  font-size: clamp(42px, 4.8vw, 60px);
  max-width: 760px;
}

.lct-ad-deck {
  color: #4d444b;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
  margin: 20px 0 0;
  max-width: 720px;
}

.lct-ad-checks {
  display: grid;
  gap: 10px;
  list-style: none !important;
  margin: 26px 0 0 !important;
  max-width: 680px;
  padding: 0 !important;
}

.lct-ad-checks li {
  align-items: flex-start;
  color: #3f373e;
  display: grid;
  font-weight: 800;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr);
  line-height: 1.35;
  position: relative;
}

.lct-ad-checks li::before {
  background: var(--lct-teal);
  border-radius: 999px;
  color: #fff;
  content: "";
  display: inline-grid;
  font-size: 13px;
  font-weight: 900;
  height: 22px;
  line-height: 1;
  place-items: center;
  width: 22px;
}

.lct-ad-checks li::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 9px;
  left: 8px;
  position: absolute;
  top: 4px;
  transform: rotate(40deg);
  width: 5px;
}

.lct-ad-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.lct-ad-button,
.lct-ad-link,
.lct-ad-product-card,
.lct-ad-scent-card {
  text-decoration: none !important;
}

.lct-ad-button {
  align-items: center;
  background: var(--lct-plum);
  border: 0;
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(75, 45, 79, 0.18);
  color: #fff !important;
  display: inline-flex;
  font-size: 17px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  min-height: 52px;
  padding: 14px 22px;
  transition: background 160ms ease, transform 160ms ease;
}

.lct-ad-button:hover,
.lct-ad-button:focus-visible {
  background: var(--lct-teal);
  transform: translateY(-1px);
}

.lct-ad-button.is-small {
  box-shadow: none;
  font-size: 14px;
  min-height: 42px;
  padding: 11px 16px;
}

.lct-ad-link {
  color: var(--lct-teal) !important;
  font-size: 16px;
  font-weight: 900;
}

.lct-ad-coupon {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(75, 45, 79, 0.12);
  border-radius: 8px;
  color: #4d444b;
  display: inline-block;
  font-weight: 800;
  margin: 22px 0 0;
  padding: 11px 14px;
}

.lct-ad-coupon strong {
  color: var(--lct-plum);
  letter-spacing: 0.04em;
}

.lct-ad-hero__media {
  justify-self: end;
  max-width: 500px;
  width: 100%;
}

.lct-ad-hero__media img {
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 26px 60px rgba(47, 41, 48, 0.16);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.lct-ad-proof {
  background: var(--lct-teal);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lct-ad-proof div {
  background: rgba(255, 255, 255, 0.06);
  padding: clamp(22px, 3vw, 34px);
}

.lct-ad-proof strong,
.lct-ad-proof span {
  display: block;
}

.lct-ad-proof strong {
  color: #fff;
  font-size: 18px;
  margin-bottom: 7px;
}

.lct-ad-proof span {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.5;
}

.lct-ad-section {
  padding: clamp(54px, 8vw, 92px) max(22px, calc((100vw - 1180px) / 2));
}

.lct-ad-section.is-soft {
  background:
    linear-gradient(180deg, rgba(246, 241, 230, 0.9), rgba(255, 255, 255, 0.98)),
    var(--lct-cream);
}

.lct-ad-section__head {
  margin-bottom: 28px;
  max-width: 780px;
}

.lct-ad-section h2,
.lct-ad-final h2 {
  font-size: clamp(34px, 4.3vw, 58px);
}

.lct-ad-products {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lct-ad-product-card,
.lct-ad-scent-card {
  background: #fff;
  border: 1px solid rgba(90, 67, 54, 0.14);
  border-radius: 8px;
  color: var(--lct-ink) !important;
  display: grid;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lct-ad-product-card:hover,
.lct-ad-product-card:focus-visible,
.lct-ad-scent-card:hover,
.lct-ad-scent-card:focus-visible {
  border-color: rgba(14, 75, 75, 0.34);
  box-shadow: 0 18px 42px rgba(47, 41, 48, 0.12);
  transform: translateY(-2px);
}

.lct-ad-product-card__media {
  background: #f7f3eb;
  display: block;
}

.lct-ad-product-card__media img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.lct-ad-product-card__copy {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.lct-ad-product-card__badge {
  color: var(--lct-teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lct-ad-product-card strong {
  color: var(--lct-plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.08;
}

.lct-ad-product-card__price {
  color: var(--lct-teal);
  font-size: 20px;
  font-weight: 900;
}

.lct-ad-product-card__summary {
  color: #5a5056;
  line-height: 1.5;
}

.lct-ad-scents {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lct-ad-scent-card {
  padding: 16px;
}

.lct-ad-scent-card span,
.lct-ad-scent-card img {
  display: block;
}

.lct-ad-scent-card img {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.lct-ad-scent-card strong {
  color: var(--lct-plum);
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 14px;
}

.lct-ad-scent-card em {
  color: #5a5056;
  display: block;
  font-style: normal;
  line-height: 1.5;
  margin-top: 7px;
}

.lct-ad-final {
  background: var(--lct-plum);
  color: #fff;
  padding: clamp(48px, 7vw, 86px) max(22px, calc((100vw - 920px) / 2));
  text-align: center;
}

.lct-ad-final h2 {
  color: #fff;
}

.lct-ad-final p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  margin: 18px auto 26px;
  max-width: 720px;
}

.lct-ad-final .lct-ad-button {
  background: #fff;
  color: var(--lct-plum) !important;
}

.lct-ad-final .lct-ad-button:hover,
.lct-ad-final .lct-ad-button:focus-visible {
  background: var(--lct-cream);
}

@media (max-width: 980px) {
  .lct-ad-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lct-ad-hero__media {
    justify-self: start;
    max-width: 560px;
  }

  .lct-ad-proof,
  .lct-ad-products,
  .lct-ad-scents {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .lct-ad-hero {
    gap: 24px;
    padding-bottom: 30px;
    padding-top: 28px;
  }

  .lct-ad-hero h1 {
    font-size: 36px;
  }

  .lct-ad-deck {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 14px;
  }

  .lct-ad-actions {
    align-items: stretch;
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .lct-ad-button,
  .lct-ad-link {
    text-align: center;
    width: 100%;
  }

  .lct-ad-hero__media {
    max-width: none;
  }

  .lct-ad-checks {
    margin-top: 18px !important;
  }

  .lct-ad-coupon {
    margin-top: 14px;
  }

  .lct-ad-section h2,
  .lct-ad-final h2 {
    font-size: 34px;
  }

  .lct-ad-product-card__copy {
    padding: 18px;
  }
}
