:root {
  --cc-ink: #1f3126;
  --cc-ink-soft: rgba(31, 49, 38, 0.78);
  --cc-leaf-900: #244634;
  --cc-leaf-700: #426b53;
  --cc-leaf-500: #7a9d82;
  --cc-sage: #dbe7da;
  --cc-line: #d7dfd2;
  --cc-mist: #eef4ec;
  --cc-cream: #f7f3ea;
  --cc-paper: #fffdf8;
  --cc-sand: #eae3d3;
  --cc-shadow: rgba(28, 43, 34, 0.08);
  --cc-shadow-deep: rgba(28, 43, 34, 0.15);
}

body.cc-botanical-ui {
  color: var(--cc-ink);
  background:
    radial-gradient(circle at top left, rgba(153, 187, 149, 0.17), transparent 32%),
    radial-gradient(circle at bottom right, rgba(220, 231, 215, 0.22), transparent 28%),
    linear-gradient(180deg, #fbf8f1 0%, #f4f0e6 100%);
  overflow-x: clip;
}

body.cc-botanical-ui .wp-site-blocks {
  min-height: 100vh;
}

body.cc-botanical-ui .wp-site-blocks > header,
body.cc-botanical-ui .wp-site-blocks > footer {
  background: rgba(247, 243, 234, 0.92);
  backdrop-filter: blur(16px);
}

body.cc-botanical-ui .wp-site-blocks > header {
  border-bottom: 1px solid var(--cc-line);
}

body.cc-botanical-ui .wp-site-blocks > footer {
  border-top: 1px solid var(--cc-line);
}

body.cc-botanical-ui a {
  color: var(--cc-leaf-900);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

body.cc-botanical-ui h1,
body.cc-botanical-ui h2,
body.cc-botanical-ui h3,
body.cc-botanical-ui h4,
body.cc-botanical-ui .wp-block-query-title,
body.cc-botanical-ui .woocommerce-loop-product__title,
body.cc-botanical-ui .product_title,
body.cc-botanical-ui .wp-block-post-title {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: -0.035em;
}

body.cc-botanical-ui,
body.cc-botanical-ui p,
body.cc-botanical-ui li,
body.cc-botanical-ui input,
body.cc-botanical-ui select,
body.cc-botanical-ui button,
body.cc-botanical-ui textarea {
  font-family: Manrope, "Avenir Next", "Segoe UI", sans-serif;
}

body.cc-botanical-ui .wp-element-button,
body.cc-botanical-ui .wp-block-button__link,
body.cc-botanical-ui .elementor-button,
body.cc-botanical-ui .woocommerce a.button,
body.cc-botanical-ui .woocommerce button.button,
body.cc-botanical-ui .woocommerce input.button,
body.cc-botanical-ui .woocommerce #respond input#submit,
body.cc-botanical-ui .woocommerce a.added_to_cart {
  background: var(--cc-leaf-900);
  border: 1px solid var(--cc-leaf-900);
  border-radius: 999px;
  box-shadow: none;
  color: #f6f7f2;
  font-weight: 600;
  padding: 0.88rem 1.35rem;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

body.cc-botanical-ui .wp-element-button:hover,
body.cc-botanical-ui .wp-block-button__link:hover,
body.cc-botanical-ui .elementor-button:hover,
body.cc-botanical-ui .woocommerce a.button:hover,
body.cc-botanical-ui .woocommerce button.button:hover,
body.cc-botanical-ui .woocommerce input.button:hover,
body.cc-botanical-ui .woocommerce #respond input#submit:hover {
  background: var(--cc-leaf-700);
  border-color: var(--cc-leaf-700);
  box-shadow: 0 12px 28px rgba(36, 70, 52, 0.18);
  color: #fff;
  transform: translateY(-1px);
}

body.cc-botanical-ui .cc-site-header {
  gap: 1rem;
}

body.cc-botanical-ui .cc-site-header > * {
  min-width: 0;
}

body.cc-botanical-ui .cc-wordmark,
body.cc-botanical-ui .cc-wordmark a,
body.cc-botanical-ui .cc-footer-wordmark,
body.cc-botanical-ui .cc-footer-wordmark a {
  color: var(--cc-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-weight: 600;
  text-decoration: none;
}

body.cc-botanical-ui .cc-wordmark {
  flex: 1 1 auto;
  min-width: 0;
}

body.cc-botanical-ui .cc-header-actions {
  flex: 0 0 auto;
  gap: 0.75rem;
}

body.cc-botanical-ui .cc-menu-toggle,
body.cc-botanical-ui .cc-header-actions > .wp-block-woocommerce-customer-account,
body.cc-botanical-ui .cc-header-actions > .wp-block-woocommerce-mini-cart {
  align-items: center;
  display: flex;
}

body.cc-botanical-ui .cc-menu-toggle,
body.cc-botanical-ui .cc-header-actions > .wp-block-woocommerce-customer-account a,
body.cc-botanical-ui .cc-header-actions .wc-block-mini-cart__button {
  align-items: center;
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid var(--cc-line);
  border-radius: 999px;
  color: var(--cc-ink);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  min-width: 48px;
  padding: 0;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

body.cc-botanical-ui .cc-menu-toggle {
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
}

body.cc-botanical-ui .cc-menu-toggle span {
  background: var(--cc-ink);
  border-radius: 999px;
  display: block;
  height: 1.5px;
  width: 16px;
}

body.cc-botanical-ui .cc-header-actions > .wp-block-woocommerce-customer-account a {
  text-decoration: none;
  width: 48px;
}

body.cc-botanical-ui .cc-header-actions > .wp-block-woocommerce-customer-account .icon,
body.cc-botanical-ui .cc-header-actions > .wp-block-woocommerce-customer-account .wc-block-customer-account__account-icon {
  height: 22px;
  width: 22px;
}

body.cc-botanical-ui .cc-header-actions .wc-block-mini-cart__button {
  padding-inline: 0.75rem;
}

body.cc-botanical-ui .cc-header-actions > .wp-block-woocommerce-customer-account a:hover,
body.cc-botanical-ui .cc-header-actions .wc-block-mini-cart__button:hover,
body.cc-botanical-ui .cc-menu-toggle:hover {
  background: #fff;
  border-color: rgba(66, 107, 83, 0.3);
  transform: translateY(-1px);
}

body.cc-botanical-ui.cc-menu-open {
  overflow: hidden;
}

body.cc-botanical-ui .cc-site-drawer[hidden] {
  display: none !important;
}

body.cc-botanical-ui .cc-site-drawer {
  display: grid;
  inset: 0;
  padding: 1.5rem;
  place-items: center;
  position: fixed;
  z-index: 1400;
}

body.cc-botanical-ui .cc-site-drawer__backdrop {
  backdrop-filter: blur(18px);
  background: rgba(247, 243, 234, 0.82);
  inset: 0;
  position: absolute;
}

body.cc-botanical-ui .cc-site-drawer__panel {
  background: rgba(255, 253, 248, 0.98);
  border: 1px solid var(--cc-line);
  border-radius: 34px;
  box-sizing: border-box;
  box-shadow: 0 28px 64px var(--cc-shadow-deep);
  max-height: calc(100svh - 3rem);
  overflow: auto;
  padding: clamp(1.6rem, 4vw, 2.8rem);
  position: relative;
  width: min(860px, calc(100vw - 3rem));
  z-index: 1;
}

body.cc-botanical-ui .cc-site-drawer__nav {
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.cc-botanical-ui .cc-site-drawer__nav a {
  color: var(--cc-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 0.95;
  padding: 0;
  text-decoration: none;
}

body.cc-botanical-ui .cc-site-drawer__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--cc-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 2.3rem;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 44px;
}

body.cc-botanical-ui .cc-home-hero,
body.cc-botanical-ui .cc-home-proof,
body.cc-botanical-ui .cc-home-categories,
body.cc-botanical-ui .cc-home-process {
  position: relative;
}

body.cc-botanical-ui .cc-home-hero > .elementor-container,
body.cc-botanical-ui .cc-home-proof > .elementor-container,
body.cc-botanical-ui .cc-home-categories > .elementor-container,
body.cc-botanical-ui .cc-home-process > .elementor-container {
  gap: clamp(1.1rem, 2vw, 1.8rem);
}

body.cc-botanical-ui .cc-home-hero > .elementor-container > .elementor-column > .elementor-widget-wrap {
  gap: 0.95rem;
}

body.cc-botanical-ui .cc-home-hero > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
  align-content: center;
  padding-right: clamp(0rem, 1.4vw, 1rem);
}

body.cc-botanical-ui .cc-home-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
  align-content: center;
  gap: 1.4rem;
}

body.cc-botanical-ui .cc-home-hero .elementor-heading-title {
  color: var(--cc-ink);
}

body.cc-botanical-ui .cc-home-hero h1.elementor-heading-title {
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  max-width: 10ch;
  text-wrap: balance;
}

body.cc-botanical-ui .cc-home-hero .elementor-widget-text-editor {
  color: var(--cc-ink-soft);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.8;
}

body.cc-botanical-ui .cc-home-hero .elementor-widget-text-editor p {
  margin: 0;
  max-width: 34rem;
}

body.cc-botanical-ui .cc-home-hero .elementor-widget-button {
  display: inline-flex;
  margin-right: 0.8rem;
  width: auto;
}

body.cc-botanical-ui .cc-home-hero .elementor-button {
  min-width: 0;
  padding-inline: 1.45rem;
}

body.cc-botanical-ui .cc-home-hero .elementor-widget-social-icons {
  margin-top: 0.4rem;
}

body.cc-botanical-ui .cc-home-hero .elementor-image img {
  border-radius: 30px;
  box-shadow: 0 24px 48px rgba(30, 44, 35, 0.12);
  display: block;
  object-fit: cover;
  width: 100%;
}

body.cc-botanical-ui .cc-home-hero > .elementor-container > .elementor-column:last-child .elementor-widget-image:first-of-type img {
  aspect-ratio: 4 / 5;
  margin-left: auto;
  max-width: 85%;
}

body.cc-botanical-ui .cc-home-hero > .elementor-container > .elementor-column:last-child .elementor-widget-image:last-of-type img {
  aspect-ratio: 5 / 4;
  max-width: 54%;
}

body.cc-botanical-ui .cc-home-proof .elementor-column > .elementor-widget-wrap,
body.cc-botanical-ui .cc-home-categories .elementor-column > .elementor-widget-wrap,
body.cc-botanical-ui .cc-home-process .elementor-column > .elementor-widget-wrap {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(235, 244, 233, 0.9));
  border: 1px solid var(--cc-line);
  border-radius: 30px;
  box-shadow: 0 18px 40px var(--cc-shadow);
  height: 100%;
  padding: 1.15rem;
}

body.cc-botanical-ui .cc-home-proof .elementor-widget-icon-box,
body.cc-botanical-ui .cc-home-categories .elementor-widget-icon-box,
body.cc-botanical-ui .cc-home-process .elementor-widget-icon-box {
  margin-bottom: 0;
}

body.cc-botanical-ui .cc-home-proof .elementor-icon-box-wrapper,
body.cc-botanical-ui .cc-home-categories .elementor-icon-box-wrapper,
body.cc-botanical-ui .cc-home-process .elementor-icon-box-wrapper {
  display: grid;
  gap: 0.55rem;
}

body.cc-botanical-ui .cc-home-proof .elementor-icon-box-title,
body.cc-botanical-ui .cc-home-categories .elementor-icon-box-title,
body.cc-botanical-ui .cc-home-process .elementor-icon-box-title {
  color: var(--cc-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.02;
}

body.cc-botanical-ui .cc-home-proof .elementor-icon-box-description,
body.cc-botanical-ui .cc-home-categories .elementor-icon-box-description,
body.cc-botanical-ui .cc-home-process .elementor-icon-box-description {
  color: var(--cc-ink-soft);
  line-height: 1.72;
}

body.cc-botanical-ui .cc-home-categories .elementor-widget-image img {
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  display: block;
  object-fit: cover;
  width: 100%;
}

body.cc-botanical-ui .cc-home-categories .elementor-widget-button {
  margin-top: auto;
}

body.cc-botanical-ui .cc-home-category-intro .elementor-heading-title,
body.cc-botanical-ui .cc-home-process-intro .elementor-heading-title {
  color: var(--cc-ink);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 0.96;
}

body.cc-botanical-ui .cc-home-category-intro .elementor-widget-text-editor,
body.cc-botanical-ui .cc-home-process-intro .elementor-widget-text-editor {
  color: var(--cc-ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 46rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) {
  position: relative;
}

body.page-id-27 main.wp-block-group {
  margin-top: 0 !important;
}

body.page-id-27 main > .wp-block-group.alignfull {
  padding-top: 18px !important;
  padding-bottom: 24px !important;
}

body.page-id-27 main > .wp-block-group.alignfull > h1.wp-block-post-title {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

body.page-id-27 .entry-content.alignfull.wp-block-post-content {
  max-width: none !important;
  padding-inline: 18px;
}

body.page-id-27 .elementor.elementor-27 {
  margin-inline: auto;
  max-width: min(1540px, calc(100vw - 24px));
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(235, 244, 233, 0.86));
  border: 1px solid var(--cc-line);
  border-radius: 42px;
  box-shadow: 0 18px 40px var(--cc-shadow);
  margin: 2rem auto 0;
  max-width: min(1480px, calc(100vw - 24px));
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.4rem);
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2) > .elementor-container,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) > .elementor-container,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) > .elementor-container {
  gap: clamp(1.1rem, 2vw, 1.8rem);
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container {
  align-items: center;
  max-width: none;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column > .elementor-widget-wrap {
  gap: 0.95rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
  align-content: center;
  padding-right: clamp(0rem, 1.4vw, 1rem);
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
  align-content: center;
  gap: 1.4rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-heading-title {
  color: var(--cc-ink);
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) h1.elementor-heading-title {
  font-size: clamp(3.3rem, 4vw, 5.2rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  max-width: 11.5ch;
  text-wrap: balance;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-widget-text-editor {
  color: var(--cc-ink-soft);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.8;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-widget-text-editor p {
  margin: 0;
  max-width: 42rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-widget-button {
  display: inline-flex;
  margin-right: 0.8rem;
  width: auto;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-button {
  min-width: 0;
  padding-inline: 1.45rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-widget-social-icons {
  margin-top: 0.4rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-image img {
  border-radius: 30px;
  box-shadow: 0 24px 48px rgba(30, 44, 35, 0.12);
  display: block;
  object-fit: cover;
  width: 100%;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:last-child .elementor-widget-image:first-of-type img {
  aspect-ratio: 4 / 4.6;
  margin-left: auto;
  max-width: 100%;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:last-child .elementor-widget-image:last-of-type img {
  aspect-ratio: 5 / 4;
  max-width: 72%;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2) .elementor-column > .elementor-widget-wrap,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) .elementor-column > .elementor-widget-wrap,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) .elementor-column > .elementor-widget-wrap {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(235, 244, 233, 0.9));
  border: 1px solid var(--cc-line);
  border-radius: 30px;
  box-shadow: 0 18px 40px var(--cc-shadow);
  height: 100%;
  padding: 1.15rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) {
  margin-inline: auto;
  max-width: min(1480px, calc(100vw - 24px));
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) > .elementor-container,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) > .elementor-container {
  display: flex;
  flex-wrap: wrap;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) > .elementor-container > .elementor-column,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) > .elementor-container > .elementor-column {
  width: calc(50% - 0.9rem);
  min-width: 0;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2) .elementor-icon-box-wrapper,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) .elementor-icon-box-wrapper,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) .elementor-icon-box-wrapper {
  display: grid;
  gap: 0.55rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2) .elementor-icon-box-title,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) .elementor-icon-box-title,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) .elementor-icon-box-title {
  color: var(--cc-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.02;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2) .elementor-icon-box-description,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) .elementor-icon-box-description,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) .elementor-icon-box-description {
  color: var(--cc-ink-soft);
  line-height: 1.72;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) .elementor-widget-image img {
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  display: block;
  object-fit: cover;
  width: 100%;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) .elementor-widget-button {
  margin-top: auto;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(3) .elementor-heading-title,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(5) .elementor-heading-title {
  color: var(--cc-ink);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 0.96;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(3) .elementor-widget-text-editor,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(5) .elementor-widget-text-editor {
  color: var(--cc-ink-soft);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 46rem;
}

body.page-id-27 .cc-social-row {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  margin-top: 0.2rem;
}

body.page-id-27 .cc-social-link {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
  width: 46px;
}

body.page-id-27 .cc-social-link svg {
  display: block;
  height: 22px;
  width: 22px;
}

body.page-id-27 .cc-social-link:hover {
  box-shadow: 0 14px 28px rgba(36, 70, 52, 0.18);
  opacity: 0.96;
  transform: translateY(-1px);
}

body.page-id-27 .cc-social-whatsapp { background: #25d366; }
body.page-id-27 .cc-social-email { background: #5f6b7a; }
body.page-id-27 .cc-social-instagram { background: #262626; }
body.page-id-27 .cc-social-facebook { background: #4267b2; }

body.cc-botanical-ui .cc-home-shell,
body.cc-botanical-ui .cc-home {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
}

body.cc-botanical-ui .cc-home-shell {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: min(1240px, 100%) !important;
  width: 100%;
}

body.cc-botanical-ui .cc-home-shell > .alignwide {
  margin-inline: 0;
  max-width: none !important;
  width: 100%;
}

body.cc-botanical-ui .cc-home-shell.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.cc-botanical-ui .cc-hero-shell.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.cc-botanical-ui #collections.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.cc-botanical-ui .cc-featured-shell.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
  width: 100%;
}

body.cc-botanical-ui .cc-hero-shell,
body.cc-botanical-ui .cc-story-grid > .wp-block-column > .wp-block-group,
body.cc-botanical-ui .cc-collection-card,
body.cc-botanical-ui .cc-featured-shell {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(235, 244, 233, 0.86));
  border: 1px solid var(--cc-line);
  box-shadow: 0 18px 40px var(--cc-shadow);
}

body.cc-botanical-ui .cc-hero-shell {
  border-radius: 42px;
  overflow: hidden;
  padding: clamp(1.6rem, 3.8vw, 2.9rem);
  position: relative;
}

body.cc-botanical-ui .cc-hero-shell::before {
  background:
    radial-gradient(circle at top right, rgba(126, 158, 129, 0.18), transparent 44%),
    radial-gradient(circle at bottom left, rgba(230, 237, 222, 0.66), transparent 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body.cc-botanical-ui .cc-hero-shell::after {
  border: 1px solid rgba(66, 107, 83, 0.12);
  border-radius: 999px;
  content: "";
  height: 16rem;
  pointer-events: none;
  position: absolute;
  right: -3rem;
  top: -2rem;
  width: 16rem;
}

body.cc-botanical-ui .cc-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.2rem);
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  margin: 0;
  position: relative;
}

body.cc-botanical-ui .cc-hero-copy {
  display: grid;
  gap: 1.15rem;
  padding-right: clamp(0rem, 1.2vw, 0.8rem);
}

body.cc-botanical-ui .cc-eyebrow,
body.cc-botanical-ui .cc-card-kicker {
  color: var(--cc-leaf-700);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin: 0;
  text-transform: uppercase;
}

body.cc-botanical-ui .cc-hero-title {
  font-size: clamp(2.6rem, 4.3vw, 4.8rem);
  line-height: 0.88;
  margin: 0;
  max-width: none;
  text-wrap: balance;
}

body.cc-botanical-ui .cc-hero-intro {
  color: var(--cc-ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.8;
  margin: 0;
  max-width: 54ch;
}

body.cc-botanical-ui .cc-hero-actions {
  margin-top: 0.4rem;
}

body.cc-botanical-ui .cc-hero-actions .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border-color: rgba(36, 70, 52, 0.18);
  color: var(--cc-ink);
}

body.cc-botanical-ui .cc-hero-tag-row {
  gap: 0.55rem;
  margin-top: 0.2rem;
}

body.cc-botanical-ui .cc-hero-tag-row .wp-block-button__link {
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(36, 70, 52, 0.14);
  color: var(--cc-ink);
  font-size: 0.88rem;
  min-height: auto;
  padding: 0.7rem 1rem;
}

body.cc-botanical-ui .cc-hero-tag-row .wp-block-button__link:hover {
  background: #fff;
}

body.cc-botanical-ui .cc-hero-notes {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.45rem 0 0;
}

body.cc-botanical-ui .cc-note-card {
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(215, 223, 210, 0.9);
  border-radius: 26px;
  padding: 1rem 1rem 1.1rem;
}

body.cc-botanical-ui .cc-note-card h3,
body.cc-botanical-ui .cc-story-grid h3,
body.cc-botanical-ui .cc-collection-card h3 {
  font-size: 1.45rem;
  margin: 0.3rem 0 0.45rem;
}

body.cc-botanical-ui .cc-note-card p,
body.cc-botanical-ui .cc-story-grid p,
body.cc-botanical-ui .cc-collection-card p {
  color: var(--cc-ink-soft);
  line-height: 1.7;
  margin: 0;
}

body.cc-botanical-ui .cc-hero-media {
  align-self: stretch;
  display: grid;
  min-height: 31rem;
}

body.cc-botanical-ui .cc-hero-visual {
  height: 100%;
  min-height: 31rem;
  position: relative;
}

body.cc-botanical-ui .cc-hero-visual::before {
  border: 1px solid rgba(66, 107, 83, 0.14);
  border-radius: 49% 51% 57% 43% / 46% 47% 53% 54%;
  content: "";
  height: 13rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  width: 13rem;
}

body.cc-botanical-ui .cc-hero-visual::after {
  border: 1px solid rgba(122, 157, 130, 0.18);
  border-radius: 999px;
  bottom: 1.2rem;
  content: "";
  height: 7rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  width: 7rem;
}

body.cc-botanical-ui .cc-hero-figure-main {
  height: 100%;
  margin-left: auto;
  max-width: 70%;
}

body.cc-botanical-ui .cc-hero-figure-main img {
  aspect-ratio: 4 / 5.2;
  border-radius: 32px;
  box-shadow: 0 24px 48px rgba(30, 44, 35, 0.12);
}

body.cc-botanical-ui .cc-hero-floating-figure {
  background: rgba(255, 253, 248, 0.8);
  border: 1px solid rgba(215, 223, 210, 0.9);
  border-radius: 28px;
  bottom: 1.5rem;
  box-shadow: 0 20px 40px rgba(30, 44, 35, 0.1);
  left: 0;
  padding: 0.75rem;
  position: absolute;
  width: min(13.5rem, 38%);
}

body.cc-botanical-ui .cc-hero-floating-figure .wp-block-image {
  margin: 0;
}

body.cc-botanical-ui .cc-hero-floating-figure img {
  aspect-ratio: 1 / 1.12;
  border-radius: 22px;
  display: block;
  object-fit: cover;
  width: 100%;
}

body.cc-botanical-ui .cc-hero-figure,
body.cc-botanical-ui .cc-hero-figure img {
  aspect-ratio: 4 / 5;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.cc-botanical-ui .cc-collections-grid {
  gap: 1rem;
  margin: 0;
}

body.cc-botanical-ui .cc-collection-card {
  border-radius: 30px;
  display: grid;
  gap: 1rem;
  height: 100%;
  overflow: hidden;
  padding: 1rem;
}

body.cc-botanical-ui .cc-collection-image {
  margin: 0;
  overflow: hidden;
}

body.cc-botanical-ui .cc-collection-image img {
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  display: block;
  object-fit: cover;
  width: 100%;
}

body.cc-botanical-ui .cc-collection-copy {
  display: grid;
  gap: 0.5rem;
}

body.cc-botanical-ui .cc-section-head {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}

body.cc-botanical-ui .cc-section-head h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 0.98;
  margin: 0;
  text-wrap: balance;
}

body.cc-botanical-ui .cc-section-head p {
  color: var(--cc-ink-soft);
  margin: 0;
  max-width: 58ch;
}

body.cc-botanical-ui .cc-featured-shell {
  border-radius: 34px;
  padding: clamp(1.35rem, 3vw, 2rem);
}

body.cc-botanical-ui .cc-story-grid {
  gap: 1rem;
  margin: 0;
}

body.cc-botanical-ui .cc-story-grid > .wp-block-column > .wp-block-group {
  border-radius: 28px;
  height: 100%;
  padding: 1.35rem;
}

body.cc-botanical-ui .cc-site-footer {
  gap: 1.5rem;
}

body.cc-botanical-ui .cc-footer-copy {
  color: var(--cc-ink-soft);
  margin-top: 0.7rem;
  max-width: 44ch;
}

body.cc-botanical-ui .cc-footer-nav .wp-block-navigation__container {
  gap: 0.5rem;
}

body.cc-botanical-ui .cc-footer-nav .wp-block-navigation-item__content {
  padding: 0;
  text-decoration: none;
}

body.cc-botanical-ui .cc-footer-meta {
  border-top: 1px solid rgba(215, 223, 210, 0.9);
  padding-top: 1rem;
}

body.cc-botanical-ui .woocommerce-shop .wp-block-query-title,
body.cc-botanical-ui .post-type-archive-product .wp-block-query-title {
  font-size: clamp(2.6rem, 4vw, 4.1rem);
  margin-bottom: 0.35rem;
}

body.cc-botanical-ui .wc-block-product-template {
  gap: 1.2rem;
}

body.cc-botanical-ui .wc-block-product {
  background: rgba(255, 253, 248, 0.8);
  border: 1px solid var(--cc-line);
  border-radius: 28px;
  box-shadow: 0 16px 32px rgba(37, 70, 54, 0.05);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0.9rem;
}

body.cc-botanical-ui .wc-block-components-product-image img {
  border-radius: 22px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

body.cc-botanical-ui .wc-block-product .wp-block-post-title {
  font-size: 1.55rem;
  margin-top: 0.6rem;
}

body.cc-botanical-ui .wc-block-product .wp-block-post-title a {
  text-decoration: none;
}

body.cc-botanical-ui .wc-block-product .wc-block-grid__product-price {
  color: var(--cc-ink-soft);
}

body.cc-botanical-ui .single-product div.product {
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--cc-line);
  border-radius: 34px;
  box-shadow: 0 18px 40px rgba(37, 70, 54, 0.05);
  margin-top: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

body.cc-botanical-ui .single-product div.product .images img,
body.cc-botanical-ui .single-product div.product .woocommerce-product-gallery__image img {
  border-radius: 26px;
}

body.cc-botanical-ui .single-product .product_title {
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.95;
  margin-bottom: 0.6rem;
}

body.cc-botanical-ui .single-product .summary .price {
  color: var(--cc-leaf-700);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.cc-botanical-ui .cc-product-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1rem 0 1.2rem;
}

body.cc-botanical-ui .cc-product-note span {
  background: rgba(236, 244, 235, 0.9);
  border: 1px solid rgba(215, 223, 210, 0.95);
  border-radius: 999px;
  color: var(--cc-ink-soft);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.55rem 0.8rem;
}

body.cc-botanical-ui .woocommerce form .form-row input.input-text,
body.cc-botanical-ui .woocommerce form .form-row textarea,
body.cc-botanical-ui .woocommerce form .form-row select,
body.cc-botanical-ui .select2-container--default .select2-selection--single {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid var(--cc-line);
  border-radius: 18px;
  min-height: 52px;
}

body.cc-botanical-ui .woocommerce .quantity .qty {
  border-radius: 999px;
}

@media (max-width: 1100px) {
  body.cc-botanical-ui .cc-hero-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  body.cc-botanical-ui .cc-hero-copy {
    padding-right: 0;
  }

  body.cc-botanical-ui .cc-hero-media {
    min-height: 28rem;
  }

  body.cc-botanical-ui .cc-hero-visual {
    min-height: 28rem;
  }
}

@media (max-width: 900px) {
  body.cc-botanical-ui .cc-home-hero > .elementor-container,
  body.cc-botanical-ui .cc-home-proof > .elementor-container,
  body.cc-botanical-ui .cc-home-categories > .elementor-container,
  body.cc-botanical-ui .cc-home-process > .elementor-container {
    gap: 1rem;
  }

  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2) > .elementor-container,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) > .elementor-container,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) > .elementor-container {
    gap: 1rem;
  }

  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1),
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2),
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4),
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) {
    max-width: calc(100vw - 32px);
  }

  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) > .elementor-container > .elementor-column,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) > .elementor-container > .elementor-column {
    width: 100%;
  }

  body.cc-botanical-ui .cc-hero-notes,
  body.cc-botanical-ui .cc-collections-grid,
  body.cc-botanical-ui .cc-story-grid {
    display: grid;
    gap: 1rem;
  }

  body.cc-botanical-ui .cc-hero-notes {
    grid-template-columns: 1fr;
  }

  body.cc-botanical-ui .wc-block-product-template__responsive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 781px) {
  body.cc-botanical-ui .cc-home-hero .elementor-widget-button {
    display: block;
    margin-right: 0;
    width: 100%;
  }

  body.cc-botanical-ui .cc-home-hero .elementor-button {
    width: 100%;
  }

  body.cc-botanical-ui .cc-home-hero > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
    padding-right: 0;
  }

  body.cc-botanical-ui .cc-home-hero > .elementor-container > .elementor-column:last-child .elementor-widget-image:first-of-type img,
  body.cc-botanical-ui .cc-home-hero > .elementor-container > .elementor-column:last-child .elementor-widget-image:last-of-type img {
    max-width: 100%;
  }

  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-widget-button {
    display: block;
    margin-right: 0;
    width: 100%;
  }

  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-button {
    width: 100%;
  }

  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
    padding-right: 0;
  }

  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:last-child .elementor-widget-image:first-of-type img,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:last-child .elementor-widget-image:last-of-type img {
    max-width: 100%;
  }

  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) {
    border-radius: 28px;
    max-width: calc(100vw - 24px);
    padding: 1.2rem;
  }

  body.cc-botanical-ui .cc-site-header {
    gap: 0.6rem;
    padding-inline: 0.2rem;
  }

  body.cc-botanical-ui .cc-wordmark,
  body.cc-botanical-ui .cc-wordmark a {
    font-size: clamp(1.2rem, 7.3vw, 1.65rem);
  }

  body.cc-botanical-ui .cc-header-actions {
    gap: 0.45rem;
  }

  body.cc-botanical-ui .cc-menu-toggle,
  body.cc-botanical-ui .cc-header-actions > .wp-block-woocommerce-customer-account a,
  body.cc-botanical-ui .cc-header-actions .wc-block-mini-cart__button {
    height: 42px;
    min-width: 42px;
  }

  body.cc-botanical-ui .cc-menu-toggle span {
    width: 14px;
  }

  body.cc-botanical-ui .cc-header-actions .wc-block-mini-cart__button {
    padding-inline: 0.55rem;
  }

  body.cc-botanical-ui .cc-hero-title {
    font-size: clamp(2.7rem, 11vw, 4.5rem);
    max-width: 11ch;
  }

  body.cc-botanical-ui .cc-hero-media,
  body.cc-botanical-ui .cc-hero-visual {
    min-height: 24rem;
  }

  body.cc-botanical-ui .cc-hero-figure-main {
    max-width: 100%;
  }

  body.cc-botanical-ui .cc-hero-figure-main img {
    aspect-ratio: 4 / 4.3;
  }

  body.cc-botanical-ui .cc-hero-floating-figure {
    bottom: 1rem;
    width: min(10rem, 38%);
  }

  body.cc-botanical-ui .wc-block-product-template__responsive {
    grid-template-columns: 1fr;
  }

  body.cc-botanical-ui .cc-footer-nav .wp-block-navigation__container {
    align-items: flex-start;
  }

  body.cc-botanical-ui .cc-site-drawer {
    padding: max(0.9rem, env(safe-area-inset-top)) 0.9rem 0.9rem;
    place-items: start center;
  }

  body.cc-botanical-ui .cc-site-drawer__panel {
    border-radius: 26px;
    max-height: calc(100svh - 2rem);
    padding: 1.1rem 1.1rem 1.25rem;
    width: min(28rem, calc(100vw - 1.8rem));
  }

  body.cc-botanical-ui .cc-site-drawer__nav {
    gap: 0.75rem;
    grid-template-columns: 1fr;
  }

  body.cc-botanical-ui .cc-site-drawer__nav a {
    font-size: clamp(1.35rem, 8.4vw, 2rem);
  }

body.cc-botanical-ui .cc-site-drawer__close {
    font-size: 2rem;
    height: 40px;
    right: 0.45rem;
    top: 0.45rem;
    width: 40px;
  }
}

body.cc-botanical-ui .cc-inquiry-notice,
body.cc-botanical-ui .cc-thankyou-whatsapp {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid var(--cc-line);
  border-radius: 24px;
  box-shadow: 0 18px 38px var(--cc-shadow);
  margin: 0 0 1.5rem;
  padding: 1rem 1.15rem;
}

body.cc-botanical-ui .cc-inquiry-notice {
  color: var(--cc-ink);
  font-size: 0.96rem;
}

body.cc-botanical-ui .cc-inquiry-price {
  color: var(--cc-leaf-900);
  font-weight: 700;
}

body.cc-botanical-ui .cc-inquiry-price small {
  color: var(--cc-ink-soft);
  display: block;
  font-size: 0.76rem;
  font-weight: 500;
  margin-top: 0.2rem;
}

body.cc-botanical-ui .cc-thankyou-whatsapp h2 {
  margin-top: 0;
}

body.cc-botanical-ui .cc-thankyou-hint {
  color: var(--cc-ink-soft);
  font-size: 0.9rem;
  margin-bottom: 0;
}

body.cc-botanical-ui .elementor-widget-icon-box .elementor-widget-container,
body.cc-botanical-ui .elementor-widget-shortcode .elementor-widget-container,
body.cc-botanical-ui .elementor-widget-text-editor .elementor-widget-container {
  border-radius: 22px;
}

body.cc-botanical-ui .cc-home-hero .elementor-widget-icon-box .elementor-widget-container,
body.cc-botanical-ui .elementor-widget-icon-box .elementor-widget-container {
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid var(--cc-line);
  box-shadow: 0 18px 38px var(--cc-shadow);
  padding: 1.2rem 1.1rem;
}

body.cc-botanical-ui .elementor-widget-icon-box .elementor-icon-box-title {
  color: var(--cc-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.18rem;
  margin-bottom: 0.45rem;
}

body.cc-botanical-ui .elementor-widget-icon-box .elementor-icon {
  color: var(--cc-leaf-900);
}

body.cc-botanical-ui .elementor-widget-button .elementor-button {
  border-radius: 999px;
  padding: 0.88rem 1.35rem;
}

body.cc-botanical-ui .elementor-widget-image img {
  border-radius: 28px;
  box-shadow: 0 20px 44px var(--cc-shadow);
  display: block;
  width: 100%;
}

body.cc-botanical-ui .cc-home-hero .elementor-widget-image img {
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
}

body.cc-botanical-ui .elementor-widget-image + .elementor-widget-icon-box {
  margin-top: 0.35rem;
}

/* Homepage desktop override */
body.page-id-27 .elementor.elementor-27 {
  max-width: min(1720px, calc(100vw - 32px));
}

body.page-id-27 main > .wp-block-group.alignfull {
  padding-top: 8px !important;
  padding-bottom: 28px !important;
}

body.page-id-27 .entry-content.alignfull.wp-block-post-content {
  padding-inline: 10px;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(3),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(5),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(7),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(8) {
  margin-inline: auto;
  max-width: min(1680px, calc(100vw - 32px));
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) {
  margin-top: 0.4rem;
  padding: clamp(2rem, 3.2vw, 3rem);
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container {
  gap: clamp(2rem, 3vw, 3rem);
  justify-content: space-between;
  max-width: none;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:first-child {
  width: 52% !important;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:last-child {
  width: 48% !important;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) h1.elementor-heading-title {
  font-size: clamp(4rem, 4.4vw, 6rem);
  line-height: 0.92;
  max-width: 10.5ch;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-widget-text-editor {
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-widget-text-editor p {
  max-width: 46rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) .elementor-widget-button {
  margin-right: 0.9rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:last-child .elementor-widget-image:first-of-type img {
  aspect-ratio: 4 / 4.25;
  max-width: 100%;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:last-child .elementor-widget-image:last-of-type img {
  max-width: 58%;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(7) {
  margin-top: 1.2rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2) > .elementor-container,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) > .elementor-container,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) > .elementor-container {
  display: grid;
  gap: 1.2rem;
  max-width: none;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2) > .elementor-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) > .elementor-container,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) > .elementor-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2) > .elementor-container > .elementor-column,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) > .elementor-container > .elementor-column,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) > .elementor-container > .elementor-column {
  width: auto !important;
  min-width: 0;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2) .elementor-column > .elementor-widget-wrap,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) .elementor-column > .elementor-widget-wrap,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) .elementor-column > .elementor-widget-wrap {
  padding: 1.35rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(3),
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(5) {
  margin-top: 2.2rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(3) .elementor-heading-title,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(5) .elementor-heading-title {
  font-size: clamp(2.2rem, 2.8vw, 3.4rem);
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(7) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(235, 244, 233, 0.86));
  border: 1px solid var(--cc-line);
  border-radius: 34px;
  box-shadow: 0 18px 40px var(--cc-shadow);
  padding: clamp(1.6rem, 2.4vw, 2.2rem);
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(7) .products {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.5rem;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(7) .products::before,
body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(7) .products::after {
  display: none !important;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(7) .product {
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid var(--cc-line);
  border-radius: 26px;
  box-shadow: 0 14px 30px rgba(37, 70, 54, 0.06);
  margin: 0 !important;
  padding: 0.9rem;
  width: auto !important;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(7) .product img {
  border-radius: 18px;
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(8) {
  background: linear-gradient(135deg, rgba(36, 70, 52, 0.06), rgba(235, 244, 233, 0.78));
  border: 1px solid var(--cc-line);
  border-radius: 34px;
  margin-top: 1.4rem;
  padding: clamp(1.7rem, 2.8vw, 2.4rem);
}

body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(8) .elementor-container {
  max-width: none;
}

@media (max-width: 1200px) {
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) > .elementor-container,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) > .elementor-container,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(7) .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.page-id-27 .elementor.elementor-27,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1),
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2),
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(3),
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4),
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(5),
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6),
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(7),
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(8) {
    max-width: calc(100vw - 24px);
  }

  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:first-child,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(1) > .elementor-container > .elementor-column:last-child {
    width: 100% !important;
  }

  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(2) > .elementor-container,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(4) > .elementor-container,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(6) > .elementor-container,
  body.page-id-27 .elementor-27 > .elementor-element.elementor-section:nth-of-type(7) .products {
    grid-template-columns: 1fr;
  }
}
