@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&display=swap");

:root {
  --om-cream: #f4efe6;
  --om-cream-alt: #efe9de;
  --om-header-beige: #fdf5e8;
  --om-grey: #5c5c5c;
  --om-grey-soft: #7a7a7a;
  --om-blue: #9daebf;
  --om-blue-soft: #b9c6d3;
  --om-pink: #cfa6b2;
  --om-pink-hover: #c18f9e;
  --om-radius-lg: 18px;
  --om-radius-md: 14px;
  --om-radius-sm: 10px;
  --om-stitch: 1px dashed rgba(92, 92, 92, 0.45);
  --om-shadow: 0 8px 24px rgba(92, 92, 92, 0.12);
  --om-plaid-grey: repeating-linear-gradient(
      0deg,
      var(--om-cream-alt) 0 24px,
      rgba(92, 92, 92, 0.16) 24px 26px,
      var(--om-cream-alt) 26px 48px
    ),
    repeating-linear-gradient(
      90deg,
      var(--om-cream-alt) 0 24px,
      rgba(92, 92, 92, 0.16) 24px 26px,
      var(--om-cream-alt) 26px 48px
    );
  --om-plaid-blue: repeating-linear-gradient(
      0deg,
      var(--om-cream) 0 24px,
      rgba(157, 174, 191, 0.24) 24px 26px,
      var(--om-cream) 26px 48px
    ),
    repeating-linear-gradient(
      90deg,
      var(--om-cream) 0 24px,
      rgba(157, 174, 191, 0.24) 24px 26px,
      var(--om-cream) 26px 48px
    );

  /* Global Astra theme tokens: replace the old green schema with the Petsonality pink/brown palette. */
  --ast-global-color-0: #f7d1d7;
  --ast-global-color-1: #cfa6b2;
  --ast-global-color-2: #6b3e2e;
  --ast-global-color-3: #5c5c5c;
  --ast-global-color-4: #f6eeec;
  --ast-global-color-5: #ffffff;
  --ast-global-color-6: #ecd6dc;
  --ast-global-color-7: #6b3e2e;

  --e-global-color-astglobalcolor0: #f7d1d7;
  --e-global-color-astglobalcolor1: #cfa6b2;
  --e-global-color-astglobalcolor2: #6b3e2e;
  --e-global-color-astglobalcolor3: #5c5c5c;
  --e-global-color-astglobalcolor4: #f6eeec;
  --e-global-color-astglobalcolor5: #ffffff;
  --e-global-color-astglobalcolor6: #ecd6dc;
  --e-global-color-astglobalcolor7: #6b3e2e;
  --e-global-color-astglobalcolor8: #f6eeec;
}

call-us-selector,
call-us,
call-us-phone {
  --call-us-main-background-color: #fffaf5;
  --call-us-main-font-color: #2b211d;
  --call-us-form-header-background: #6b3e2e;
  --call-us-plate-background-color: #6b3e2e;
  --call-us-plate-font-color: #ffffff;
  --call-us-main-button-width: 58px;
  --call-us-round-button: 50%;
}

body.woocommerce,
body.woocommerce-page {
  background: var(--om-cream);
  color: var(--om-grey);
}

.woocommerce-page .site-content,
.woocommerce .site-content {
  background: linear-gradient(180deg, var(--om-cream-alt) 0%, var(--om-cream) 100%);
}

.site-header .site-title a,
.ast-site-title-wrap .site-title a {
  color: var(--om-grey);
  letter-spacing: 0.04em;
  font-family: Georgia, "Times New Roman", serif;
}

#masthead,
#ast-desktop-header,
#ast-mobile-header,
#ast-mobile-header .ast-mobile-header-wrap,
#masthead .main-header-bar-wrap,
#masthead .ast-primary-header-bar,
#masthead .ast-mobile-header-wrap,
#masthead .main-header-menu,
#masthead .site-primary-header-wrap {
  background: var(--om-header-beige) !important;
  background-image: none !important;
}

.ast-hfb-header .site-header,
.ast-hfb-header #masthead,
.ast-hfb-header .ast-primary-header-bar,
.ast-hfb-header .site-primary-header-wrap,
.ast-hfb-header .ast-mobile-header-wrap .ast-primary-header-bar {
  background: var(--om-header-beige) !important;
  background-image: none !important;
}

.ast-theme-transparent-header #masthead,
.ast-theme-transparent-header #ast-desktop-header,
.ast-theme-transparent-header #ast-mobile-header,
.ast-theme-transparent-header #masthead .main-header-bar-wrap,
.ast-theme-transparent-header #masthead .ast-primary-header-bar,
.ast-theme-transparent-header #masthead .site-primary-header-wrap {
  background: var(--om-header-beige) !important;
  background-image: none !important;
}

/* Astra injects a few literal green header values outside the token system; override those as well. */
.ast-header-break-point .ast-primary-header-bar,
.ast-primary-header-bar {
  border-bottom-color: rgba(207, 166, 178, 0.35) !important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
  color: #6b3e2e !important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #6b3e2e !important;
}

#masthead .ast-builder-grid-row,
#masthead .ast-builder-grid-row-container,
#masthead .site-header-primary-section-left,
#masthead .site-branding {
  overflow: visible !important;
}

#masthead .ast-primary-header-bar,
#masthead .site-primary-header-wrap {
  min-height: 138px !important;
}

.ast-hfb-header .ast-primary-header-bar,
.ast-hfb-header .site-primary-header-wrap {
  min-height: 138px !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item,
.ast-desktop .ast-primary-header-bar .ast-header-woo-cart,
.ast-desktop .ast-primary-header-bar .ast-header-edd-cart {
  line-height: 138px !important;
  min-height: 138px !important;
}

#masthead .main-header-menu .menu-link,
#masthead .ast-builder-menu-1 .menu-link,
#masthead .ast-builder-menu-1 .menu-item > .menu-link {
  color: var(--om-grey) !important;
}

#masthead .main-header-menu .menu-link:hover,
#masthead .main-header-menu .current-menu-item > .menu-link {
  color: var(--om-grey-soft) !important;
}

.ast-site-identity .site-logo-img + .ast-site-title-wrap {
  display: none !important;
}

.site-logo-img img,
.site-logo-img .custom-logo,
.site-logo-img .transparent-custom-logo img,
.ast-theme-transparent-header .site-logo-img img {
  filter: none !important;
  -webkit-filter: none !important;
}

.ast-site-identity .site-logo-img {
  display: flex;
  align-items: center;
  overflow: visible !important;
  max-height: none !important;
}

.ast-site-identity,
.site-branding,
.ast-site-identity .ast-site-title-wrap {
  overflow: visible !important;
}

.custom-logo-link,
.site-logo-img a.custom-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.ast-site-identity .site-logo-img .custom-logo {
  display: block;
  width: auto !important;
  height: 106px !important;
  max-height: 106px !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: left center !important;
}

#masthead .custom-logo-link img,
#masthead .site-logo-img .custom-logo,
#masthead .site-logo-img .transparent-custom-logo img {
  width: auto !important;
  height: 106px !important;
  max-height: 106px !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.ast-hfb-header .custom-logo-link img,
.ast-hfb-header .site-logo-img .custom-logo,
.ast-hfb-header .site-logo-img .transparent-custom-logo img {
  width: auto !important;
  height: 106px !important;
  max-height: 106px !important;
  max-width: none !important;
  object-fit: contain !important;
}

@media (max-width: 921px) {
  #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
  #masthead .ast-mobile-header-wrap .site-primary-header-wrap {
    min-height: 96px !important;
  }

  header .custom-logo-link img,
  .ast-header-break-point .site-branding img,
  .ast-header-break-point .custom-logo-link img,
  .ast-site-identity .site-logo-img .custom-logo {
    width: auto !important;
    height: 72px !important;
    max-height: 72px !important;
    max-width: none !important;
  }
}

@media (max-width: 544px) {
  header .custom-logo-link img,
  .ast-header-break-point .site-branding img,
  .ast-header-break-point .custom-logo-link img,
  .ast-site-identity .site-logo-img .custom-logo {
    height: 62px !important;
    max-height: 62px !important;
    max-width: none !important;
    width: auto !important;
  }
}

/* Remove Astra container gaps across main site pages. */
body #content.site-content {
  padding-top: 0 !important;
}

body #content > .ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body #primary.content-area {
  margin: 0 !important;
  padding: 0 !important;
}

body #main.site-main {
  margin: 0 !important;
  padding: 0 !important;
}

body.page article.ast-article-single {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home article.ast-article-single .entry-header,
body.home article.ast-article-single .entry-title {
  display: none !important;
}

body.page article.ast-article-single .entry-content.clear {
  margin: 0 !important;
  padding: 0 !important;
}

body.page .om-home-shell {
  max-width: 100% !important;
  margin: 0 !important;
}

.site-footer,
#colophon {
  background: var(--om-cream-alt);
  color: var(--om-grey);
}

#colophon .site-above-footer-wrap {
  background-color: var(--om-cream-alt) !important;
  background-image: none !important;
  border-top: 1px dashed rgba(92, 92, 92, 0.42);
  border-bottom: 1px dashed rgba(92, 92, 92, 0.42);
}

#colophon .site-primary-footer-wrap {
  background: var(--om-cream-alt) !important;
  background-image: none !important;
  border-bottom: 1px dashed rgba(92, 92, 92, 0.32);
}

#colophon .site-below-footer-wrap {
  background-color: var(--om-cream-alt) !important;
  background-image: none !important;
}

#colophon p,
#colophon h3,
#colophon h4,
#colophon li,
#colophon .ast-footer-copyright,
#colophon .ast-footer-copyright p {
  color: var(--om-grey) !important;
}

#colophon #astra-footer-menu .menu-item > a {
  color: var(--om-grey) !important;
}

#colophon #astra-footer-menu .menu-item > a:hover,
#colophon #astra-footer-menu .menu-item.current-menu-item > a {
  color: var(--om-grey-soft) !important;
}

#colophon .wpforms-container .wpforms-field input[type="email"] {
  background: var(--om-cream) !important;
  border: 1px solid rgba(92, 92, 92, 0.35) !important;
  color: var(--om-grey) !important;
  border-radius: 999px !important;
}

#colophon .wpforms-container .wpforms-field input::placeholder {
  color: var(--om-grey-soft);
}

#colophon .wpforms-container .wpforms-submit-container {
  margin-top: 0;
}

#colophon .wpforms-container .wpforms-submit {
  background: var(--om-pink) !important;
  border: 1px solid rgba(92, 92, 92, 0.28) !important;
  color: var(--om-grey) !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  padding: 12px 24px !important;
}

#colophon .wpforms-container .wpforms-submit:hover {
  background: var(--om-pink-hover) !important;
}

#colophon .ast-footer-social-wrap .ast-builder-social-element {
  color: var(--om-grey) !important;
  background: rgba(157, 174, 191, 0.22) !important;
  border: 1px solid rgba(92, 92, 92, 0.26);
  border-radius: 999px;
}

#colophon .ast-footer-social-wrap .ast-builder-social-element .ahfb-svg-iconset svg {
  fill: currentColor;
}

.om-logo {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 16px 9px;
  border-radius: 16px;
  border: 1px solid rgba(92, 92, 92, 0.4);
  background: var(--om-cream-alt);
  box-shadow: inset 0 0 0 2px rgba(92, 92, 92, 0.1);
}

.om-logo::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--om-pink);
}

.om-logo__word {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3.2vw, 34px);
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--om-grey);
}

.om-logo__tag {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: var(--om-grey-soft);
}

.om-logo--mini {
  margin-bottom: 14px;
}

.om-logo--mini .om-logo__word {
  font-size: 24px;
}

.om-shop-layout {
  display: block;
}

.om-shop-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
  margin: 0 0 26px;
}

.om-shop-toolbar__filter-slot,
.om-shop-toolbar__sort-slot {
  min-width: 0;
}

.om-shop-toolbar__sort-slot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.om-shop-filter-control {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--om-grey);
}

.om-shop-filter-control__label,
.om-shop-toolbar__sort-slot::before {
  color: var(--om-grey);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.om-shop-toolbar__sort-slot::before {
  content: "Sort by:";
}

.om-shop-filter-menu {
  position: relative;
}

.om-shop-filter-menu > summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(92, 92, 92, 0.55);
  border-radius: 999px;
  background: #ffffff;
  color: var(--om-grey);
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.om-shop-filter-menu > summary::-webkit-details-marker {
  display: none;
}

.om-shop-filter-menu > summary:hover,
.om-shop-filter-menu[open] > summary {
  border-color: rgba(92, 92, 92, 0.8);
  background: rgba(247, 209, 215, 0.2);
}

.om-shop-filter-menu > summary svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  transition: transform 0.2s ease;
}

.om-shop-filter-menu[open] > summary svg {
  transform: rotate(180deg);
}

.om-shop-filter-menu__panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 20;
  width: min(360px, calc(100vw - 36px));
  padding: 0;
  border: 1px solid rgba(92, 92, 92, 0.2);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(17, 17, 17, 0.12);
}

.om-shop-filter-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(92, 92, 92, 0.16);
}

.om-shop-filter-menu__selected {
  margin: 0;
  font-size: 14px;
  color: var(--om-grey-soft);
}

.om-shop-filter-menu__reset {
  color: var(--om-grey);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.om-shop-filter-menu__options {
  margin: 0;
  padding: 18px 24px 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.om-shop-filter-swatch {
  display: grid;
  justify-items: start;
  gap: 10px;
  min-height: 92px;
  padding: 16px 14px;
  border: 1px solid rgba(92, 92, 92, 0.16);
  border-radius: 18px;
  background: #ffffff;
  color: var(--om-grey);
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.om-shop-filter-swatch:hover {
  border-color: rgba(92, 92, 92, 0.36);
  background: rgba(247, 209, 215, 0.14);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

.om-shop-filter-swatch.is-active {
  border-color: rgba(92, 92, 92, 0.52);
  background: rgba(247, 209, 215, 0.3);
  box-shadow: 0 12px 28px rgba(207, 166, 178, 0.24);
}

.om-shop-filter-swatch__chip {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(92, 92, 92, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.om-shop-filter-swatch__label {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}

.om-shop-filter-swatch.is-active .om-shop-filter-swatch__chip {
  transform: scale(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 0 0 4px rgba(247, 209, 215, 0.5);
}

.om-shop-filter-swatch__chip--rose {
  background: linear-gradient(135deg, #f7d1d7 0%, #cfa6b2 100%);
}

.om-shop-filter-swatch__chip--butter {
  background: linear-gradient(135deg, #f8e6a4 0%, #efcc73 100%);
}

.om-shop-filter-swatch__chip--sky {
  background: linear-gradient(135deg, #c8d9eb 0%, #9daebf 100%);
}

.om-shop-filter-swatch__chip--mint {
  background: linear-gradient(135deg, #c8ded3 0%, #8eb39d 100%);
}

.om-shop-filter-swatch__chip--lilac {
  background: linear-gradient(135deg, #ddd1e8 0%, #bca8cf 100%);
}

.om-shop-filter-swatch__chip--peach {
  background: linear-gradient(135deg, #f4d5c5 0%, #eab59b 100%);
}

@media (max-width: 768px) {
  .om-shop-toolbar {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .om-shop-toolbar__sort-slot {
    justify-content: flex-start;
  }

  .om-shop-filter-menu__panel {
    width: min(320px, calc(100vw - 32px));
  }

  .om-shop-filter-menu__options {
    grid-template-columns: 1fr;
  }
}

.om-shop-main {
  min-width: 0;
}

.om-shop-main .products li.product {
  background: var(--om-cream-alt);
  border-radius: var(--om-radius-md);
  border: 1px solid rgba(92, 92, 92, 0.25);
  padding: 12px;
  box-shadow: 0 6px 20px rgba(92, 92, 92, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.om-shop-main .products li.product:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(92, 92, 92, 0.15);
}

.om-shop-main .products li.product img {
  border-radius: var(--om-radius-sm);
}

.om-shop-main .products li.product .price,
.om-shop-main .products li.product .woocommerce-loop-product__title {
  color: var(--om-grey);
}

.om-shop-main .products li.product .button,
.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--om-pink);
  color: var(--om-grey);
  font-weight: 600;
}

.om-shop-main .products li.product .button:hover,
.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--om-pink-hover);
  color: var(--om-grey);
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--om-blue);
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--om-blue-soft);
}

.om-loop-badges {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.om-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--om-grey);
  border: 1px solid rgba(92, 92, 92, 0.25);
}

.om-badge--occasion {
  background: rgba(207, 166, 178, 0.45);
}

.om-customizer {
  margin: 20px 0 10px;
  padding: 18px;
  border: 1px solid rgba(92, 92, 92, 0.35);
  border-radius: var(--om-radius-md);
  background-color: var(--om-cream);
  background-image: var(--om-plaid-blue);
}

.om-customizer h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: var(--om-grey);
}

.om-customizer .om-help {
  margin: 0 0 12px;
  color: var(--om-grey-soft);
}

.om-customizer--legacy .om-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.om-customizer--legacy label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--om-grey);
}

.om-customizer--legacy input[type="text"] {
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid rgba(92, 92, 92, 0.3);
  border-radius: 8px;
  background: var(--om-cream-alt);
  color: var(--om-grey);
}

.om-customizer--legacy input[type="color"] {
  display: block;
  margin-top: 6px;
  height: 42px;
  width: 100%;
  border: 1px solid rgba(92, 92, 92, 0.3);
  border-radius: 8px;
  background: var(--om-cream-alt);
}

.om-customizer--legacy .om-preview {
  margin-top: 12px;
  padding: 12px;
  border: 2px dashed rgba(92, 92, 92, 0.5);
  border-radius: var(--om-radius-sm);
  font-weight: 600;
  color: var(--om-grey);
  background: var(--om-cream-alt);
}

.om-create-studio-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 16px 32px;
}

.om-create-studio-page__head h1 {
  margin: 0;
  font-size: clamp(36px, 5.5vw, 62px);
  color: var(--om-grey);
}

.om-create-studio-page__head p {
  margin: 8px 0 16px;
  color: var(--om-grey-soft);
  max-width: 64ch;
}

.om-studio-intro {
  display: grid;
  gap: 10px;
}

.om-studio-intro__kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--om-grey-soft);
}

.om-studio-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

.om-studio-preview {
  position: sticky;
  top: 16px;
}

.om-studio-preview__card {
  --om-preview-accent: #cfa6b2;
  border-radius: 16px;
  border: 1px solid rgba(92, 92, 92, 0.32);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(92, 92, 92, 0.12);
  padding: 14px;
}

.om-studio-preview__meta-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--om-grey-soft);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.om-studio-preview__canvas {
  min-height: 290px;
  border-radius: 12px;
  border: 2px solid rgba(92, 92, 92, 0.15);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(244, 239, 230, 0.95));
  box-shadow: inset 0 0 0 4px rgba(207, 166, 178, 0.26);
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.om-studio-preview__canvas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.om-studio-preview__placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  color: var(--om-grey-soft);
  background: rgba(255, 255, 255, 0.84);
  border: var(--om-stitch);
  border-radius: 999px;
  padding: 8px 12px;
}

.om-studio-preview__meta-bottom {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
  margin-top: 10px;
}

.om-studio-preview__meta-bottom strong {
  color: var(--om-preview-accent);
  font-size: clamp(20px, 2.3vw, 30px);
  font-family: Georgia, "Times New Roman", serif;
}

.om-studio-preview__meta-bottom span {
  color: var(--om-grey-soft);
}

.om-studio-preview__caption {
  margin: 10px 0 0;
  color: var(--om-grey-soft);
  font-size: 13px;
}

.om-studio-panel {
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(92, 92, 92, 0.26);
  box-shadow: 0 10px 22px rgba(92, 92, 92, 0.08);
  padding: 14px;
}

.om-studio-steps {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.om-studio-steps li {
  border: 1px solid rgba(92, 92, 92, 0.3);
  border-radius: 12px;
  padding: 8px;
  font-size: 12px;
  color: var(--om-grey-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(244, 239, 230, 0.5);
}

.om-studio-steps li span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 6px;
  background: rgba(157, 174, 191, 0.35);
  color: var(--om-grey);
}

.om-studio-steps li.is-active {
  color: var(--om-grey);
  border-color: rgba(92, 92, 92, 0.45);
  background: rgba(207, 166, 178, 0.2);
}

.om-studio-steps li.is-complete {
  border-color: rgba(157, 174, 191, 0.55);
  background: rgba(157, 174, 191, 0.22);
}

.om-studio-step {
  display: none;
}

.om-studio-step.is-active {
  display: block;
}

.om-studio-step h4 {
  margin: 10px 0 8px;
  color: var(--om-grey);
  font-size: 17px;
}

.om-choice-grid,
.om-swatch-grid {
  display: grid;
  gap: 8px;
}

.om-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.om-choice,
.om-swatch {
  border: 1px solid rgba(92, 92, 92, 0.3);
  background: rgba(244, 239, 230, 0.48);
  color: var(--om-grey);
  border-radius: 10px;
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
}

.om-choice.is-selected,
.om-swatch.is-selected {
  border-color: rgba(92, 92, 92, 0.55);
  box-shadow: inset 0 0 0 2px rgba(207, 166, 178, 0.45);
  background: rgba(207, 166, 178, 0.18);
}

.om-swatch-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.om-swatch {
  position: relative;
  padding-left: 44px;
}

.om-swatch::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(92, 92, 92, 0.35);
  background: var(--swatch, #ddd);
}

.om-field {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.om-field span {
  font-size: 13px;
  font-weight: 600;
  color: var(--om-grey);
}

.om-field input[type="text"],
.om-field input[type="file"],
.om-field textarea {
  width: 100%;
  border: 1px solid rgba(92, 92, 92, 0.3);
  border-radius: 10px;
  background: var(--om-cream);
  color: var(--om-grey);
  padding: 10px 12px;
}

.om-field textarea {
  resize: vertical;
}

.om-field-status {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--om-grey-soft);
}

.om-field-status.is-error {
  color: #8f2f2f;
}

.om-summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(92, 92, 92, 0.24);
  border-radius: 12px;
  overflow: hidden;
}

.om-summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(244, 239, 230, 0.52);
}

.om-summary-list li + li {
  border-top: 1px dashed rgba(92, 92, 92, 0.26);
}

.om-summary-list span {
  color: var(--om-grey-soft);
}

.om-summary-list strong {
  color: var(--om-grey);
}

.om-summary-price {
  margin-top: 10px;
  border-radius: 12px;
  background: rgba(157, 174, 191, 0.22);
  border: 1px solid rgba(92, 92, 92, 0.24);
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.om-summary-price strong {
  font-size: 20px;
  color: var(--om-grey);
}

.om-studio-nav {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.single_add_to_cart_button.om-attention {
  animation: omPulse 1.2s ease-in-out infinite;
}

@keyframes omPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(207, 166, 178, 0.45);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(207, 166, 178, 0);
  }
}

.om-collections {
  margin: 32px 0;
}

.om-collections-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.om-collections-header h2 {
  margin: 0;
  font-size: 30px;
  color: var(--om-grey);
}

.om-collections-header a {
  border: 1px solid rgba(92, 92, 92, 0.35);
  border-radius: 999px;
  padding: 7px 14px;
  text-decoration: none;
  color: var(--om-grey);
  background: var(--om-cream-alt);
}

.om-collections-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.om-collection-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(92, 92, 92, 0.3);
  border-radius: var(--om-radius-md);
  padding: 18px;
  background: var(--om-cream-alt);
  box-shadow: inset 0 0 0 1px rgba(92, 92, 92, 0.08);
}

.om-collection-card:nth-child(2n) {
  background-color: var(--om-cream);
  background-image: var(--om-plaid-blue);
}

.om-collection-card:hover {
  border-color: rgba(92, 92, 92, 0.5);
}

.om-collection-card h3 {
  margin: 8px 0 8px;
  font-size: 22px;
  color: var(--om-grey);
}

.om-collection-card p {
  margin: 0;
  color: var(--om-grey-soft);
}

.om-collection-card__pill {
  display: inline-block;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 11px;
  background: rgba(157, 174, 191, 0.4);
  color: var(--om-grey);
}

.om-home-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 16px 40px;
}

.om-home-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  background: #ffffff;
  border: 1px solid rgba(92, 92, 92, 0.32);
  border-radius: var(--om-radius-lg);
  padding: 24px;
  box-shadow: var(--om-shadow);
}

.om-kicker {
  margin: 0 0 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--om-grey-soft);
}

.om-home-hero h1 {
  margin: 14px 0 0;
  font-size: clamp(34px, 5.8vw, 64px);
  line-height: 1.04;
  color: var(--om-grey);
}

.om-home-hero__subtitle {
  max-width: 52ch;
  margin: 10px 0 0;
  color: var(--om-grey-soft);
}

.om-home-hero__actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.om-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
}

.om-btn--solid {
  background: var(--om-pink);
  color: var(--om-grey);
}

.om-btn--create-studio {
  font-size: 17px;
  padding: 11px 20px;
  box-shadow: 0 8px 18px rgba(207, 166, 178, 0.34);
}

.om-btn--solid:hover {
  background: var(--om-pink-hover);
}

.om-btn--ghost {
  border-color: rgba(92, 92, 92, 0.35);
  background: rgba(157, 174, 191, 0.3);
  color: var(--om-grey);
}

.om-btn--ghost:hover {
  background: rgba(157, 174, 191, 0.45);
}

.om-chip-row {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.om-chip {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(157, 174, 191, 0.3);
  color: var(--om-grey);
}

.om-chip:hover {
  transform: translateY(-1px);
}

.om-home-hero__wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.om-wall-card {
  min-height: 110px;
  border-radius: var(--om-radius-sm);
  padding: 12px;
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid rgba(92, 92, 92, 0.3);
  color: var(--om-grey);
}

.om-wall-card--blue {
  background: rgba(157, 174, 191, 0.28);
}

.om-wall-card--pink {
  background: rgba(207, 166, 178, 0.28);
}

.om-wall-card--grey {
  background: var(--om-cream);
}

.om-home-hero__wall .om-wall-card:first-child {
  grid-column: span 2;
}

.om-home-strip,
.om-home-products,
.om-home-journey {
  margin-top: 26px;
}

.om-home-strip {
  border: 1px solid rgba(92, 92, 92, 0.3);
  border-radius: var(--om-radius-md);
  background-color: var(--om-cream);
  background-image: var(--om-plaid-blue);
  padding: 16px;
}

.om-home-strip h2 {
  margin: 0;
  font-size: 26px;
  color: var(--om-grey);
}

.om-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.om-section-head h2 {
  margin: 0;
  font-size: 32px;
  color: var(--om-grey);
}

.om-section-head a {
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(92, 92, 92, 0.35);
  padding: 6px 12px;
  color: var(--om-grey);
  background: rgba(207, 166, 178, 0.32);
}

.om-home-products .products li.product {
  border-radius: var(--om-radius-md);
}

.om-home-journey .om-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.om-home-journey article {
  border: 1px solid rgba(92, 92, 92, 0.3);
  border-radius: var(--om-radius-md);
  padding: 14px;
  background: var(--om-cream-alt);
}

.om-home-journey article span {
  display: inline-block;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  margin-bottom: 8px;
  background: rgba(157, 174, 191, 0.35);
  color: var(--om-grey);
}

.om-home-journey article h3 {
  margin: 0 0 6px;
  font-size: 20px;
  color: var(--om-grey);
}

.om-home-journey article p {
  margin: 0;
  color: var(--om-grey-soft);
}

@media (max-width: 1024px) {
  .om-shop-layout {
    grid-template-columns: 1fr;
  }

  .om-side-nav {
    position: static;
  }

  .om-home-hero {
    grid-template-columns: 1fr;
  }

  .om-home-journey .om-journey-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .om-customizer--legacy .om-grid {
    grid-template-columns: 1fr;
  }

  .om-studio-shell {
    grid-template-columns: 1fr;
  }

  .om-studio-preview {
    position: static;
  }

  .om-choice-grid,
  .om-swatch-grid {
    grid-template-columns: 1fr;
  }

  .om-studio-nav {
    flex-direction: column;
  }

  .om-collections-grid {
    grid-template-columns: 1fr;
  }

  .om-collections-header {
    gap: 8px;
    align-items: flex-start;
    flex-direction: column;
  }

  .om-home-shell {
    padding: 8px 12px 28px;
  }

  .om-home-hero {
    padding: 16px;
  }

  .om-home-hero__wall {
    grid-template-columns: 1fr;
  }

  .om-home-hero__wall .om-wall-card:first-child {
    grid-column: span 1;
  }

  .om-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* ==========================================================================
   OM Production Schema (Global)
   ========================================================================== */
:root {
  --om-schema-bg: #ffffff;
  --om-schema-text: #000000;
  --om-schema-accent-red: #e02020;
  --om-schema-border-light: #eeeeee;
  --om-schema-border-dark: #000000;
  --om-schema-image-bg: #f0f0f0;
  --om-schema-pad-sm: 10px;
  --om-schema-pad-md: 20px;
  --om-schema-pad-lg: 40px;
  --om-schema-pad-xl: 60px;
  --om-schema-line-tight: 1.2;
  --om-schema-line-normal: 1.5;
  --om-schema-font: "Helvetica Neue", "Arial", "San Francisco", "SF Pro Text", sans-serif;
}

html,
body,
body.woocommerce,
body.woocommerce-page {
  background: var(--om-schema-bg) !important;
  color: var(--om-schema-text) !important;
  font-family: var(--om-schema-font) !important;
  line-height: var(--om-schema-line-normal);
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content :where(h1, h2, h3, h4, h5, h6),
.entry-title,
.page-title {
  color: var(--om-schema-text) !important;
  line-height: var(--om-schema-line-tight);
}

p,
li,
span,
label,
input,
select,
textarea,
button,
.entry-content p,
.woocommerce .woocommerce-result-count {
  color: var(--om-schema-text) !important;
  font-family: var(--om-schema-font) !important;
}

a {
  color: var(--om-schema-text);
}

a:hover,
a:focus {
  color: var(--om-schema-accent-red);
}

/* Header */
#masthead,
#ast-desktop-header,
#ast-mobile-header,
#masthead .main-header-bar-wrap,
#masthead .ast-primary-header-bar,
#masthead .site-primary-header-wrap,
#masthead .main-header-menu,
#masthead .ast-mobile-header-wrap {
  background: #ffffff !important;
  border-bottom: 1px solid var(--om-schema-border-light) !important;
  background-image: none !important;
}

#masthead .ast-primary-header-bar,
#masthead .site-primary-header-wrap,
.ast-hfb-header .ast-primary-header-bar,
.ast-hfb-header .site-primary-header-wrap {
  min-height: 96px !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item,
.ast-desktop .ast-primary-header-bar .ast-header-woo-cart,
.ast-desktop .ast-primary-header-bar .ast-header-edd-cart {
  line-height: 96px !important;
  min-height: 96px !important;
}

#masthead .ast-container {
  max-width: 100% !important;
  padding-left: var(--om-schema-pad-xl) !important;
  padding-right: var(--om-schema-pad-xl) !important;
}

#masthead .main-header-menu .menu-item {
  margin: 0 15px !important;
}

#masthead .main-header-menu .menu-link,
#masthead .ast-builder-menu-1 .menu-link {
  text-transform: uppercase !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  font-weight: 500 !important;
  color: var(--om-schema-text) !important;
}

#masthead .main-header-menu .menu-link:hover,
#masthead .main-header-menu .current-menu-item > .menu-link {
  color: var(--om-schema-accent-red) !important;
}

#masthead .ast-woo-header-cart-total,
#masthead .ast-header-account-wrap {
  font-size: 13px !important;
}

.ast-site-identity .site-logo-img .custom-logo,
#masthead .custom-logo-link img,
#masthead .site-logo-img .custom-logo {
  height: 72px !important;
  max-height: 72px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* Layout containers */
body #content.site-content,
body #main.site-main,
body.page article.ast-article-single,
body.page article.ast-article-single .entry-content.clear {
  background: var(--om-schema-bg) !important;
}

.ast-separate-container .ast-article-single,
.ast-separate-container .ast-archive-description,
.woocommerce.ast-separate-container .ast-woocommerce-container,
.ast-separate-container .error-404 {
  background: var(--om-schema-bg) !important;
}

/* Hero / Intro */
.om-home-shell {
  max-width: 100% !important;
  margin: 0 !important;
  padding: var(--om-schema-pad-xl) var(--om-schema-pad-lg) var(--om-schema-pad-lg) !important;
}

.om-home-hero {
  background: #ffffff !important;
  border: 1px solid var(--om-schema-border-light) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: var(--om-schema-pad-lg) !important;
  gap: var(--om-schema-pad-md) !important;
}

.om-home-hero__content {
  width: 80%;
  max-width: 800px;
}

.om-kicker {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--om-schema-text) !important;
}

.om-home-hero h1 {
  font-size: 48px !important;
  line-height: var(--om-schema-line-tight) !important;
  color: var(--om-schema-text) !important;
}

.om-home-hero__subtitle {
  font-size: 24px !important;
  line-height: var(--om-schema-line-tight) !important;
  color: var(--om-schema-text) !important;
  margin-top: var(--om-schema-pad-md) !important;
}

.om-home-hero__actions {
  margin-top: var(--om-schema-pad-md) !important;
}

.om-home-hero__wall .om-wall-card,
.om-home-strip,
.om-home-journey article,
.om-customizer,
.om-studio-panel,
.om-studio-preview__card {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.om-home-hero__wall .om-wall-card {
  background: #ffffff !important;
  border: 1px solid var(--om-schema-border-light) !important;
}

/* Buttons / UI */
.om-btn,
.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 15px 30px !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em;
}

.om-btn:hover,
.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #111111 !important;
  color: #ffffff !important;
}

.om-btn--ghost {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

.om-chip,
.om-badge {
  border-radius: 0 !important;
  border: 1px solid var(--om-schema-border-light) !important;
  background: #ffffff !important;
  color: #000000 !important;
}

.om-clear-filters {
  color: var(--om-schema-accent-red) !important;
  border-color: var(--om-schema-accent-red) !important;
  background: #ffffff !important;
}

/* Shop meta/filter bar */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  font-size: 11px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  padding-top: var(--om-schema-pad-sm) !important;
  padding-bottom: var(--om-schema-pad-sm) !important;
  margin-top: 0 !important;
  margin-bottom: var(--om-schema-pad-md) !important;
  border-top: 1px solid var(--om-schema-border-light) !important;
  border-bottom: 1px solid var(--om-schema-border-light) !important;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  border: 1px solid var(--om-schema-border-dark) !important;
  border-radius: 0 !important;
  background: #f5f5f5 !important;
  padding: 10px !important;
}

/* Product grid and cards */
.woocommerce ul.products,
.woocommerce-page ul.products,
.om-home-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  column-gap: 0 !important;
  row-gap: var(--om-schema-pad-lg) !important;
  padding-left: var(--om-schema-pad-md) !important;
  padding-right: var(--om-schema-pad-md) !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.om-home-products .products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  position: relative;
  display: block;
  text-decoration: none;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--om-schema-image-bg) !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  margin-top: var(--om-schema-pad-md) !important;
  margin-bottom: var(--om-schema-pad-sm) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: var(--om-schema-line-tight) !important;
  color: #000000 !important;
  padding: 0 !important;
  text-transform: none !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: var(--om-schema-line-tight) !important;
  margin: 0 0 var(--om-schema-pad-sm) !important;
}

.om-loop-badges {
  opacity: 0.08;
  transition: opacity 0.2s ease;
}

.woocommerce ul.products li.product:hover .om-loop-badges,
.woocommerce-page ul.products li.product:hover .om-loop-badges {
  opacity: 1;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::after,
.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link::after {
  content: "CUSTOMIZE";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.woocommerce ul.products li.product:hover a.woocommerce-LoopProduct-link::after,
.woocommerce-page ul.products li.product:hover a.woocommerce-LoopProduct-link::after {
  opacity: 1;
}

/* Create studio page */
.om-create-studio-page {
  max-width: 100% !important;
  margin: 0 !important;
  padding: var(--om-schema-pad-lg) !important;
  background: #ffffff !important;
}

.om-create-studio-page__head h1 {
  font-size: clamp(18px, 1.45vw, 22px) !important;
  line-height: var(--om-schema-line-tight) !important;
  color: #000000 !important;
}

.om-create-studio-page__head p,
.om-help,
.om-field-status,
.om-summary-list span,
.om-studio-preview__caption {
  color: #000000 !important;
  opacity: 0.75;
}

.om-studio-preview__canvas {
  background: var(--om-schema-image-bg) !important;
  border: 1px solid var(--om-schema-border-light) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.om-studio-steps li,
.om-choice,
.om-swatch,
.om-summary-list,
.om-summary-list li,
.om-field input[type="text"],
.om-field input[type="file"],
.om-field textarea {
  border-radius: 0 !important;
  border-color: var(--om-schema-border-dark) !important;
  background: #ffffff !important;
  color: #000000 !important;
}

.om-swatch.is-selected,
.om-choice.is-selected,
.om-studio-steps li.is-active {
  background: #f5f5f5 !important;
  box-shadow: none !important;
}

.om-studio-preview__meta-bottom strong {
  color: #000000 !important;
}

/* Footer */
.site-footer,
#colophon,
#colophon .site-above-footer-wrap,
#colophon .site-primary-footer-wrap,
#colophon .site-below-footer-wrap {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: var(--om-schema-border-light) !important;
  background-image: none !important;
}

#colophon {
  border-top: 1px solid var(--om-schema-border-light);
}

#colophon p,
#colophon li,
#colophon h2,
#colophon h3,
#colophon h4,
#colophon a,
#colophon .ast-footer-copyright p {
  color: #000000 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
}

#colophon #astra-footer-menu .menu-item > a:hover,
#colophon #astra-footer-menu .menu-item.current-menu-item > a {
  color: var(--om-schema-accent-red) !important;
}

#colophon .wpforms-container .wpforms-field input[type="email"] {
  border-radius: 0 !important;
  background: #f5f5f5 !important;
  border: 1px solid var(--om-schema-border-dark) !important;
  padding: 10px !important;
}

#colophon .wpforms-container .wpforms-submit {
  border-radius: 0 !important;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
}

/* Back to top */
#ast-scroll-top {
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
}

/* Responsive grid */
@media (max-width: 1024px) {
  #masthead .ast-container {
    padding-left: var(--om-schema-pad-lg) !important;
    padding-right: var(--om-schema-pad-lg) !important;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .om-home-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .om-home-hero {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  #masthead .ast-container {
    padding-left: var(--om-schema-pad-md) !important;
    padding-right: var(--om-schema-pad-md) !important;
  }

  #masthead .ast-primary-header-bar,
  #masthead .site-primary-header-wrap,
  .ast-hfb-header .ast-primary-header-bar,
  .ast-hfb-header .site-primary-header-wrap {
    min-height: 76px !important;
  }

  .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item,
  .ast-desktop .ast-primary-header-bar .ast-header-woo-cart,
  .ast-desktop .ast-primary-header-bar .ast-header-edd-cart {
    line-height: 76px !important;
    min-height: 76px !important;
  }

  .ast-site-identity .site-logo-img .custom-logo,
  #masthead .custom-logo-link img,
  #masthead .site-logo-img .custom-logo {
    height: 54px !important;
    max-height: 54px !important;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .om-home-products ul.products {
    grid-template-columns: 1fr !important;
  }

  .om-home-shell,
  .om-create-studio-page {
    padding: var(--om-schema-pad-md) !important;
  }

  .om-home-hero h1,
  .om-create-studio-page__head h1 {
    font-size: 34px !important;
  }

  .om-home-hero__subtitle {
    font-size: 20px !important;
  }
}

/* ------------------------------------------------------------
   Petsonality Header Direct Override (Brown/Pink Schema)
   Applies directly to main stylesheet as requested.
------------------------------------------------------------- */
#masthead,
#masthead .main-header-bar-wrap,
#masthead .ast-primary-header-bar,
#masthead .site-primary-header-wrap,
#masthead .main-header-menu,
#masthead .ast-mobile-header-wrap {
  background: #ffffff !important;
  background-image: none !important;
}

#masthead,
#masthead .ast-primary-header-bar {
  border-bottom: 1px solid #e8ded5 !important;
}

#masthead .main-header-menu .menu-link,
#masthead .ast-builder-menu-1 .menu-link,
#masthead .ast-builder-menu-1 .menu-item > .menu-link {
  color: #6b3e2e !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

#masthead .main-header-menu .menu-link:hover,
#masthead .main-header-menu .menu-item:hover > .menu-link {
  color: #e88a92 !important;
}

#masthead .main-header-menu .current-menu-item > .menu-link,
#masthead .main-header-menu .current_page_item > .menu-link {
  color: #6b3e2e !important;
  font-weight: 600 !important;
}

#masthead .ast-site-header-cart .ast-woo-header-cart-total,
#masthead .ast-site-header-cart .ast-woo-header-cart-total *,
#masthead .ast-site-header-cart .ast-woo-header-cart-info-wrap {
  color: #6b3e2e !important;
  font-weight: 500 !important;
  transition: color 0.3s ease !important;
}

#masthead .ast-site-header-cart .ast-woo-header-cart-info-wrap {
  display: none !important;
}

#masthead .ast-site-header-cart .cart-container,
#masthead .ast-site-header-cart .cart-container *,
#masthead .ast-site-header-cart .astra-icon,
#masthead .ast-site-header-cart .ast-icon-shopping-bag svg,
#masthead .ast-site-header-cart .ast-icon-shopping-basket svg,
#masthead .ast-site-header-cart .ast-icon-shopping-cart svg,
#masthead .ast-site-header-cart .ast-icon-shopping-bag svg *,
#masthead .ast-site-header-cart .ast-icon-shopping-basket svg *,
#masthead .ast-site-header-cart .ast-icon-shopping-cart svg * {
  color: #6b3e2e !important;
  fill: #6b3e2e !important;
  stroke: #6b3e2e !important;
  transition: color 0.3s ease !important;
}

#masthead .ast-site-header-cart .cart-container:hover,
#masthead .ast-site-header-cart .cart-container:hover *,
#masthead .ast-site-header-cart:hover .astra-icon,
#masthead .ast-site-header-cart:hover .ast-icon-shopping-bag svg,
#masthead .ast-site-header-cart:hover .ast-icon-shopping-basket svg,
#masthead .ast-site-header-cart:hover .ast-icon-shopping-cart svg,
#masthead .ast-site-header-cart:hover .ast-icon-shopping-bag svg *,
#masthead .ast-site-header-cart:hover .ast-icon-shopping-basket svg *,
#masthead .ast-site-header-cart:hover .ast-icon-shopping-cart svg * {
  color: #e88a92 !important;
  fill: #e88a92 !important;
  stroke: #e88a92 !important;
}

#masthead .ast-header-account-wrap,
#masthead .ast-header-account-wrap *,
#masthead .ast-header-account-link,
#masthead .ast-header-account-link *,
#masthead .ast-header-account-wrap .ahfb-svg-iconset svg,
#masthead .ast-header-account-wrap .ahfb-svg-iconset svg * {
  color: #6b3e2e !important;
  fill: #6b3e2e !important;
  stroke: #6b3e2e !important;
  transition: color 0.3s ease !important;
}

#masthead .ast-header-account-wrap:hover,
#masthead .ast-header-account-wrap:hover *,
#masthead .ast-header-account-link:hover,
#masthead .ast-header-account-link:hover *,
#masthead .ast-header-account-wrap:hover .ahfb-svg-iconset svg,
#masthead .ast-header-account-wrap:hover .ahfb-svg-iconset svg * {
  color: #e88a92 !important;
  fill: #e88a92 !important;
  stroke: #e88a92 !important;
}

#masthead .ast-site-header-cart i.astra-icon:after {
  background: #e88a92 !important;
  border-color: #e88a92 !important;
  color: #ffffff !important;
}

.woocommerce .ast-on-card-button .ahfb-svg-iconset,
.woocommerce .ast-on-card-button .ahfb-svg-iconset .ast-icon,
.woocommerce .ast-on-card-button svg,
.woocommerce .ast-on-card-button svg * {
  color: #6b3e2e !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  transition: color 0.3s ease !important;
}

.woocommerce .ast-on-card-button:hover .ahfb-svg-iconset,
.woocommerce .ast-on-card-button:hover .ahfb-svg-iconset .ast-icon,
.woocommerce .ast-on-card-button:hover svg,
.woocommerce .ast-on-card-button:hover svg *,
.woocommerce .ast-on-card-button:focus .ahfb-svg-iconset,
.woocommerce .ast-on-card-button:focus .ahfb-svg-iconset .ast-icon,
.woocommerce .ast-on-card-button:focus svg,
.woocommerce .ast-on-card-button:focus svg * {
  color: #e88a92 !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.woocommerce .ast-card-action-tooltip {
  background: #f7d1d7 !important;
  color: #6b3e2e !important;
}

.woocommerce .ast-card-action-tooltip:after {
  border-color: transparent transparent transparent #f7d1d7 !important;
}

/* Logo scale adjustment: 1.35x */
#masthead .custom-logo-link img,
#masthead .site-logo-img .custom-logo,
.ast-site-identity .site-logo-img .custom-logo {
  height: 97px !important; /* 72px * 1.35 */
  max-height: 97px !important;
  width: auto !important;
}

@media (max-width: 768px) {
  #masthead .custom-logo-link img,
  #masthead .site-logo-img .custom-logo,
  .ast-site-identity .site-logo-img .custom-logo {
    height: 73px !important; /* 54px * 1.35 */
    max-height: 73px !important;
  }
}

body.cartflows_step-template .main-header--site-logo,
body.cartflows-instant-checkout .main-header--site-logo {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  width: auto !important;
  height: auto !important;
  min-height: 97px !important;
  overflow: visible !important;
}

body.cartflows_step-template .main-header--wrapper,
body.cartflows-instant-checkout .main-header--wrapper {
  padding-inline: clamp(24px, 3vw, 40px) !important;
}

body.cartflows_step-template .main-header--content,
body.cartflows-instant-checkout .main-header--content {
  min-height: 112px !important;
  display: flex !important;
  align-items: center !important;
}

body.cartflows_step-template .main-header--site-logo .custom-logo-link,
body.cartflows-instant-checkout .main-header--site-logo .custom-logo-link {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  height: auto !important;
  line-height: 0 !important;
}

body.cartflows_step-template .main-header--site-logo .custom-logo,
body.cartflows_step-template .main-header--site-logo .custom-logo-link img,
body.cartflows-instant-checkout .main-header--site-logo .custom-logo,
body.cartflows-instant-checkout .main-header--site-logo .custom-logo-link img {
  width: auto !important;
  height: 97px !important;
  max-height: 97px !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: left center !important;
}

@media (max-width: 921px) {
  body.cartflows_step-template .main-header--site-logo,
  body.cartflows-instant-checkout .main-header--site-logo {
    min-height: 73px !important;
  }

  body.cartflows_step-template .main-header--content,
  body.cartflows-instant-checkout .main-header--content {
    min-height: 88px !important;
  }

  body.cartflows_step-template .main-header--site-logo .custom-logo,
  body.cartflows_step-template .main-header--site-logo .custom-logo-link img,
  body.cartflows-instant-checkout .main-header--site-logo .custom-logo,
  body.cartflows-instant-checkout .main-header--site-logo .custom-logo-link img {
    height: 73px !important;
    max-height: 73px !important;
  }
}

.instant-checkout-batch {
  background-color: var(--om-pink) !important;
  color: #ffffff !important;
}

.woocommerce-cart-form .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-cart-form .quantity .qty {
  width: 72px !important;
  min-width: 72px;
  height: 52px !important;
  padding: 0 12px !important;
  border: 1px solid #d7d1c8 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #141414 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.woocommerce-cart-form .quantity .qty:focus {
  border-color: #6b3e2e !important;
  box-shadow: 0 0 0 3px rgba(247, 209, 215, 0.55) !important;
  outline: none !important;
}

@media (max-width: 544px) {
  .woocommerce-cart-form .quantity .qty {
    width: 64px !important;
    min-width: 64px;
    height: 48px !important;
    font-size: 15px !important;
  }
}

/* Typography override: Playfair Display headings + Inter body/UI */
body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button,
.main-header-menu .menu-link,
#astra-footer-menu .menu-link,
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.om-btn,
.om-chip,
.om-badge,
.om-choice,
.om-swatch,
.om-field,
.om-field input,
.om-field textarea,
.om-home-hero__subtitle,
.om-home-journey article p,
.om-collection-card p,
.ast-woo-header-cart-total,
.ast-header-account-wrap {
  font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content :where(h1, h2, h3, h4, h5, h6),
.om-home-hero h1,
.om-section-head h2,
.om-home-strip h2,
.om-home-journey article h3,
.om-collection-card h3 {
  font-family: "Playfair Display", serif !important;
  font-weight: 700 !important;
}

/* Top announcement carousel */
.om-announcement {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  min-height: 40px;
  background: #efe7dd;
  color: #6b3e2e;
  position: relative;
  z-index: 30;
}

.om-announcement__viewport {
  overflow: hidden;
  text-align: center;
  position: relative;
  min-height: 40px;
}

.om-announcement__track {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 40px;
}

.om-announcement__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  color: #6b3e2e !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(4px);
  pointer-events: none;
  transition:
    opacity 90ms linear,
    transform 110ms cubic-bezier(0.22, 1, 0.36, 1);
}

.om-announcement__item,
.om-announcement__item *,
.om-announcement__item a,
.om-announcement__item a:visited,
.om-announcement__item a:hover,
.om-announcement__item a:focus {
  color: #6b3e2e !important;
}

.om-announcement__item.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.om-announcement__arrow {
  appearance: none;
  border: 0 !important;
  background: transparent !important;
  color: #6b3e2e !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  transition: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

.om-announcement__arrow:hover,
.om-announcement__arrow:active,
.om-announcement__arrow:focus,
.om-announcement__arrow:focus-visible,
.om-announcement__arrow:visited {
  border: 0 !important;
  background: transparent !important;
  color: #6b3e2e !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  outline: none !important;
}

.om-announcement__arrow-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  color: #6b3e2e !important;
}

.om-announcement__arrow-icon svg {
  width: 100%;
  height: 100%;
  color: #6b3e2e !important;
  fill: none !important;
}

.om-announcement__arrow-icon path {
  fill: none;
  stroke: #6b3e2e !important;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 768px) {
  .om-announcement {
    grid-template-columns: 34px 1fr 34px;
    min-height: 36px;
  }

  .om-announcement__item {
    min-height: 36px;
    padding: 7px 8px;
    font-size: 12px;
  }

  .om-announcement__viewport,
  .om-announcement__track {
    min-height: 36px;
  }

  .om-announcement__arrow {
    width: 22px;
    height: 22px;
  }

  .om-announcement__arrow-icon {
    width: 12px;
    height: 12px;
  }
}

/* Home hero replacement: banner image + overlaid CTA */
.om-home-hero.om-home-hero--banner {
  display: block !important;
  padding: 0 !important;
  gap: 0 !important;
  border: 1px solid var(--om-schema-border-light) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.om-home-hero--banner .om-home-hero__banner-wrap {
  position: relative;
  width: 100%;
}

.om-home-hero--banner .om-home-hero__banner-media {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.om-home-hero--banner .om-home-hero__cards {
  display: none !important;
}

.om-home-hero--banner .om-hero-card {
  --om-card-rotation: 0deg;
  position: absolute;
  width: clamp(102px, 11.5vw, 160px);
  aspect-ratio: 3 / 4.2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  padding: clamp(8px, 0.8vw, 12px);
  border-radius: 16px;
  border: none;
  color: #7a5647;
  text-decoration: none;
  box-shadow: none;
  transform: rotate(var(--om-card-rotation));
  transform-origin: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
  pointer-events: auto;
}

.om-home-hero--banner .om-hero-card:hover,
.om-home-hero--banner .om-hero-card:focus {
  transform: rotate(var(--om-card-rotation)) translateY(-2px);
  box-shadow: 0 14px 26px rgba(84, 60, 50, 0.2);
}

.om-home-hero--banner .om-hero-card:focus-visible {
  outline: 2px solid #7a5647;
  outline-offset: 3px;
}

.om-home-hero--banner .om-hero-card__media {
  display: none;
}

.om-home-hero--banner .om-hero-card__title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(11px, 1vw, 16px);
  line-height: 1.2;
  font-weight: 500;
}

.om-home-hero--banner .om-hero-card--butter {
  background: #f6e7a8;
}

.om-home-hero--banner .om-hero-card--pink {
  background: #f5cddd;
}

.om-home-hero--banner .om-hero-card--blue {
  background: #bfe5f4;
}

.om-home-hero--banner .om-hero-card--peach {
  background: #f8d8c1;
}

.om-home-hero--banner .om-hero-card--top-left {
  --om-card-rotation: 10deg;
  left: clamp(12px, 4.2%, 92px);
  top: clamp(8px, 3.2%, 54px);
}

.om-home-hero--banner .om-hero-card--top-right {
  --om-card-rotation: -10deg;
  right: clamp(12px, 5.2%, 108px);
  top: clamp(8px, 3.2%, 54px);
}

.om-home-hero--banner .om-hero-card--bottom-left {
  --om-card-rotation: -9deg;
  left: clamp(12px, 4.4%, 96px);
  bottom: clamp(12px, 5.2%, 80px);
}

.om-home-hero--banner .om-hero-card--bottom-right {
  --om-card-rotation: 9deg;
  right: clamp(12px, 5.2%, 110px);
  bottom: clamp(12px, 4.8%, 76px);
}

.om-home-hero--banner .om-home-hero__actions--overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(14px, 3vw, 44px);
  transform: none;
  width: 100%;
  margin: 0 !important;
  z-index: 3;
  display: flex;
  justify-content: center;
}

.om-home-hero--banner .om-btn--create-studio {
  background: #7a4b3f !important;
  color: #ffffff !important;
  border: 1px solid #7a4b3f !important;
  border-radius: 0 !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  box-shadow: 0 8px 20px rgba(122, 75, 63, 0.26) !important;
}

.om-home-hero--banner .om-btn--create-studio:hover,
.om-home-hero--banner .om-btn--create-studio:focus,
.om-home-hero--banner .om-btn--create-studio:active {
  background: #694034 !important;
  color: #ffffff !important;
  border-color: #694034 !important;
}

@media (max-width: 768px) {
  .om-home-hero--banner .om-home-hero__actions--overlay {
    bottom: clamp(10px, 2.8vw, 20px);
  }

  .om-home-hero--banner .om-btn--create-studio {
    padding: 9px 16px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 900px) {
  .om-home-hero--banner .om-home-hero__cards {
    display: none;
  }
}

/* Home page cleanup: remove nav underlines and header/hero gaps */
body.home #masthead,
body.home #masthead .main-header-bar-wrap,
body.home #masthead .ast-primary-header-bar,
body.home #masthead .site-primary-header-wrap,
body.home #masthead .main-header-menu,
body.home #masthead .ast-mobile-header-wrap {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

body.home #masthead .main-header-menu .menu-item > .menu-link,
body.home #masthead .main-header-menu .menu-item > .menu-link:hover,
body.home #masthead .main-header-menu .menu-item.current-menu-item > .menu-link,
body.home #masthead .main-header-menu .menu-item.current_page_item > .menu-link {
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.home #masthead .main-header-menu .menu-item > .menu-link::before,
body.home #masthead .main-header-menu .menu-item > .menu-link::after,
body.home #masthead .main-header-menu .menu-item::before,
body.home #masthead .main-header-menu .menu-item::after {
  content: none !important;
  display: none !important;
}

body.home #content.site-content,
body.home #content > .ast-container,
body.home #primary.content-area,
body.home #main.site-main,
body.home article.ast-article-single,
body.home article.ast-article-single .entry-content.clear,
body.home .om-home-shell,
body.home .om-home-hero.om-home-hero--banner {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

body.home .om-home-shell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .om-home-hero.om-home-hero--banner {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* ==========================================================================
   Design System v2026-03 (Global)
   ========================================================================== */
:root {
  --om-ds-font-display: Brown, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --om-ds-font-text: Brown, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --om-ds-size-hero-lg: 90px;
  --om-ds-size-hero-md: 40px;
  --om-ds-size-hero-sub: 20px;
  --om-ds-size-h1: 32px;
  --om-ds-size-h2: 28px;
  --om-ds-size-h3: 16px;
  --om-ds-size-body: 14px;
  --om-ds-size-nav-main: 14px;
  --om-ds-size-nav-sub: 12px;
  --om-ds-size-product-name: 14px;
  --om-ds-size-product-price: 14px;
  --om-ds-size-cta: 14px;
  --om-ds-size-footer-heading: 14px;
  --om-ds-size-footer-link: 12px;
  --om-ds-size-copyright: 10px;

  --om-ds-weight-regular: 400;
  --om-ds-weight-medium: 500;
  --om-ds-weight-semibold: 600;
  --om-ds-weight-bold: 700;

  --om-ds-lh-body: 1.6;
  --om-ds-lh-heading: 1.2;
  --om-ds-lh-product: 1.3;

  --om-ds-space-xxl: 120px;
  --om-ds-space-xl: 80px;
  --om-ds-space-md: 40px;
  --om-ds-space-sm: 20px;
  --om-ds-gap-grid: 24px;
  --om-ds-space-product-img-text: 10px;
  --om-ds-space-product-name-price: 5px;
  --om-ds-header-topbar-h: 36px;
  --om-ds-header-main-h: 72px;
  --om-ds-pad-x: 40px;
  --om-ds-btn-py: 12px;
  --om-ds-btn-px: 24px;
  --om-ds-input-py: 12px;
  --om-ds-input-px: 15px;
  --om-ds-footer-item-y: 8px;
  --om-ds-radius-none: 0px;
  --om-ds-maxw: 1440px;
}

html,
body,
body.woocommerce,
body.woocommerce-page {
  font-family: var(--om-ds-font-text) !important;
  font-size: var(--om-ds-size-body) !important;
  line-height: var(--om-ds-lh-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title,
.entry-content :where(h1, h2, h3, h4, h5, h6),
.om-section-head h2,
.om-home-strip h2,
.om-home-journey article h3,
.om-collection-card h3 {
  font-family: var(--om-ds-font-display) !important;
  font-weight: var(--om-ds-weight-semibold) !important;
  line-height: var(--om-ds-lh-heading) !important;
  text-transform: uppercase !important;
}

h1,
.entry-content :where(h1) {
  font-size: var(--om-ds-size-h1) !important;
}

h2,
.entry-content :where(h2) {
  font-size: var(--om-ds-size-h2) !important;
}

h3,
.entry-content :where(h3) {
  font-size: var(--om-ds-size-h3) !important;
}

.om-home-hero h1 {
  font-size: var(--om-ds-size-hero-lg) !important;
}

.om-home-hero__subtitle {
  font-size: var(--om-ds-size-hero-sub) !important;
  line-height: var(--om-ds-lh-heading) !important;
}

p,
li,
label,
input,
select,
textarea,
button {
  font-size: var(--om-ds-size-body) !important;
  line-height: var(--om-ds-lh-body) !important;
}

a {
  text-decoration: underline !important;
}

.main-header-menu .menu-link,
#masthead .main-header-menu .menu-link,
#masthead .ast-builder-menu-1 .menu-link,
#masthead .ast-builder-menu-1 .menu-item > .menu-link,
.om-btn,
.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  text-decoration: none !important;
}

#masthead .main-header-menu .menu-link,
#masthead .ast-builder-menu-1 .menu-link,
#masthead .ast-builder-menu-1 .menu-item > .menu-link {
  font-family: var(--om-ds-font-text) !important;
  font-size: var(--om-ds-size-nav-main) !important;
  font-weight: var(--om-ds-weight-medium) !important;
  line-height: var(--om-ds-header-main-h) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

#masthead .sub-menu .menu-link {
  font-size: var(--om-ds-size-nav-sub) !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}

#masthead .main-header-menu .current-menu-item > .menu-link,
#masthead .main-header-menu .current_page_item > .menu-link,
#masthead .main-header-menu .current-menu-ancestor > .menu-link,
#masthead .main-header-menu .current_page_ancestor > .menu-link,
#masthead .main-header-menu .current-menu-parent > .menu-link,
#masthead .main-header-menu .current_page_parent > .menu-link,
#masthead .ast-builder-menu-1 .current-menu-item > .menu-link,
#masthead .ast-builder-menu-1 .current_page_item > .menu-link,
#masthead .ast-builder-menu-1 .current-menu-ancestor > .menu-link,
#masthead .ast-builder-menu-1 .current_page_ancestor > .menu-link,
#masthead .ast-builder-menu-1 .current-menu-parent > .menu-link,
#masthead .ast-builder-menu-1 .current_page_parent > .menu-link {
  color: #6b3e2e !important;
  font-weight: 700 !important;
}

.om-announcement,
.om-announcement__item {
  min-height: var(--om-ds-header-topbar-h) !important;
}

@media (prefers-reduced-motion: no-preference) {
  .om-reveal {
    opacity: 0;
    transform: translateY(18px) scale(0.992);
    filter: saturate(0.92);
    transition:
      opacity 280ms cubic-bezier(0.2, 0.8, 0.2, 1),
      transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
      filter 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
    transition-delay: var(--om-reveal-delay, 0ms);
    will-change: opacity, transform, filter;
  }

  .om-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: none;
  }
}

#masthead .ast-primary-header-bar,
#masthead .site-primary-header-wrap,
.ast-hfb-header .ast-primary-header-bar,
.ast-hfb-header .site-primary-header-wrap {
  min-height: var(--om-ds-header-main-h) !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item,
.ast-desktop .ast-primary-header-bar .ast-header-woo-cart,
.ast-desktop .ast-primary-header-bar .ast-header-edd-cart {
  min-height: var(--om-ds-header-main-h) !important;
  line-height: var(--om-ds-header-main-h) !important;
}

#masthead .ast-container,
body #content > .ast-container,
.om-home-shell,
.om-create-studio-page,
.om-shop-layout,
.om-collections-layout {
  max-width: var(--om-ds-maxw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--om-ds-pad-x) !important;
  padding-right: var(--om-ds-pad-x) !important;
}

.om-home-products,
.om-home-journey,
.om-home-strip,
.om-create-studio-page,
.om-shop-layout {
  margin-top: var(--om-ds-space-xl) !important;
}

/* Keep Create page closer to header */
.om-create-studio-page {
  margin-top: var(--om-ds-space-sm) !important;
  padding-top: var(--om-ds-space-sm) !important;
}

/* Reduce gap specifically between hero banner and "Pet customization picks" */
.om-home-products {
  margin-top: var(--om-ds-space-md) !important;
}

.om-home-journey {
  margin-top: clamp(28px, 3vw, 36px) !important;
}

.om-section-head {
  margin-bottom: clamp(12px, 1.8vw, 18px) !important;
}

.om-section-head h2 {
  font-size: var(--om-ds-size-h1) !important;
}

.om-home-products .om-product-section-title,
.om-home-journey .om-product-section-title {
  font-size: clamp(18px, 1.45vw, 22px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-weight: 600 !important;
  max-width: none;
}

/* Product-page merchandising sections need a tighter rhythm than the home layout. */
.single-product .om-home-products {
  margin-top: clamp(20px, 3vw, 32px) !important;
}

.single-product .om-home-journey {
  margin-top: clamp(24px, 3.4vw, 40px) !important;
}

.single-product .om-section-head {
  margin-bottom: clamp(10px, 1.6vw, 18px) !important;
}

.single-product .om-product-section-title {
  font-size: clamp(18px, 1.45vw, 22px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-weight: 600 !important;
  max-width: none;
}

@media (max-width: 768px) {
  .single-product .om-home-products {
    margin-top: 18px !important;
  }

  .om-home-journey {
    margin-top: 24px !important;
  }

  .om-section-head {
    gap: 6px;
    margin-bottom: 12px !important;
  }

  .om-home-products .om-product-section-title,
  .om-home-journey .om-product-section-title {
    font-size: 18px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .single-product .om-home-journey {
    margin-top: 24px !important;
  }

  .single-product .om-section-head {
    gap: 6px;
    margin-bottom: 12px !important;
  }

  .single-product .om-product-section-title {
    font-size: 18px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    max-width: none;
  }
}

.om-btn,
.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-family: var(--om-ds-font-text) !important;
  font-size: var(--om-ds-size-cta) !important;
  font-weight: var(--om-ds-weight-medium) !important;
  padding: var(--om-ds-btn-py) var(--om-ds-btn-px) !important;
  border-radius: var(--om-ds-radius-none) !important;
}

.om-home-hero--banner .om-btn--create-studio {
  font-size: var(--om-ds-size-cta) !important;
  padding: var(--om-ds-btn-py) var(--om-ds-btn-px) !important;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.om-field input[type="text"],
.om-field input[type="file"],
.om-field textarea {
  font-family: var(--om-ds-font-text) !important;
  font-size: var(--om-ds-size-body) !important;
  padding: var(--om-ds-input-py) var(--om-ds-input-px) !important;
  border-radius: var(--om-ds-radius-none) !important;
}

input::placeholder,
textarea::placeholder {
  font-size: var(--om-ds-size-body) !important;
  font-family: var(--om-ds-font-text) !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products,
.om-home-products ul.products,
.om-journey-grid {
  gap: var(--om-ds-gap-grid) !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.om-home-products .products li.product,
.om-home-hero,
.om-home-strip,
.om-home-journey article,
.om-customizer,
.om-studio-panel,
.om-studio-preview__card,
.om-chip,
.om-badge,
.om-choice,
.om-swatch {
  border-radius: var(--om-ds-radius-none) !important;
}

.om-home-journey article {
  border: 0 !important;
  background: #efe7dd !important;
  box-shadow: none !important;
}

.om-home-journey article span {
  background: var(--om-pink) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

.om-home-journey article h3 {
  color: #111111 !important;
}

.om-home-journey article p {
  color: #111111 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: var(--om-ds-size-product-name) !important;
  font-weight: var(--om-ds-weight-medium) !important;
  line-height: var(--om-ds-lh-product) !important;
  margin-top: var(--om-ds-space-product-img-text) !important;
  margin-bottom: var(--om-ds-space-product-name-price) !important;
  text-transform: none !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-size: var(--om-ds-size-product-price) !important;
  font-weight: var(--om-ds-weight-medium) !important;
  line-height: var(--om-ds-lh-product) !important;
}

#colophon h2,
#colophon h3,
#colophon h4 {
  font-size: var(--om-ds-size-footer-heading) !important;
  font-family: var(--om-ds-font-display) !important;
  line-height: var(--om-ds-lh-heading) !important;
  text-transform: uppercase !important;
}

#colophon a,
#astra-footer-menu .menu-link {
  font-size: var(--om-ds-size-footer-link) !important;
  font-family: var(--om-ds-font-text) !important;
  text-decoration: underline !important;
}

#colophon li,
#astra-footer-menu .menu-item {
  margin-top: var(--om-ds-footer-item-y) !important;
  margin-bottom: var(--om-ds-footer-item-y) !important;
}

#colophon .ast-footer-copyright,
#colophon .ast-footer-copyright p {
  font-size: var(--om-ds-size-copyright) !important;
  font-family: var(--om-ds-font-text) !important;
  text-transform: none !important;
}

@media (max-width: 1200px) {
  .om-home-hero h1 {
    font-size: var(--om-ds-size-hero-md) !important;
  }
}

@media (max-width: 1024px) {
  #masthead .ast-container,
  body #content > .ast-container,
  .om-home-shell,
  .om-create-studio-page,
  .om-shop-layout,
  .om-collections-layout {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}

@media (max-width: 768px) {
  #masthead .ast-container,
  body #content > .ast-container,
  .om-home-shell,
  .om-create-studio-page,
  .om-shop-layout,
  .om-collections-layout {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .om-home-hero h1 {
    font-size: var(--om-ds-size-hero-md) !important;
  }
}

/* ==========================================================================
   Global Header/Content Seam Fix
   ========================================================================== */
#masthead,
#masthead .main-header-bar-wrap,
#masthead .ast-primary-header-bar,
#masthead .site-primary-header-wrap,
#masthead .main-header-menu,
#masthead .ast-mobile-header-wrap {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

#masthead .main-header-menu .menu-item > .menu-link::before,
#masthead .main-header-menu .menu-item > .menu-link::after,
#masthead .main-header-menu .menu-item::before,
#masthead .main-header-menu .menu-item::after {
  content: none !important;
  display: none !important;
}

body #content.site-content,
body #content > .ast-container,
body #primary.content-area,
body #main.site-main,
body.page article.ast-article-single,
body.page article.ast-article-single .entry-content.clear,
.ast-separate-container #primary,
.ast-separate-container .ast-article-single,
.woocommerce.ast-separate-container .ast-woocommerce-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
}

/* Remove default page heading only on Create page */
body.page-id-1352 article.ast-article-single .entry-header,
body.page-id-1352 article.ast-article-single .entry-title {
  display: none !important;
}

/* ==========================================================================
   Custom Footer
   ========================================================================== */
#colophon .site-above-footer-wrap,
#colophon .site-primary-footer-wrap,
#colophon .site-below-footer-wrap {
  display: none !important;
}

#colophon {
  border-top: 0 !important;
}

.om-footer {
  background:
    linear-gradient(180deg, #efe7dd 0, #efe7dd 168px, #ffffff 168px, #ffffff 100%);
  color: #111111;
}

.om-footer .ast-container {
  max-width: 1360px;
  padding-top: 0;
  padding-bottom: 0;
}

.om-footer__newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(460px, 560px);
  align-items: center;
  gap: 36px;
  min-height: 168px;
  padding: 28px 0;
}

.om-footer__newsletter-copy {
  min-width: 0;
}

.om-footer__eyebrow {
  margin: 0 0 10px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
}

.om-footer__newsletter-title {
  margin: 0 !important;
  max-width: 740px;
  font-family: "Playfair Display", serif !important;
  font-size: clamp(28px, 3.4vw, 42px) !important;
  font-style: italic;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.om-footer__newsletter-form {
  width: 100%;
  max-width: 560px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  align-self: center;
}

#colophon .om-footer__newsletter .wpforms-container {
  margin: 0 !important;
  width: 100%;
}

#colophon .om-footer__newsletter .wpforms-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 176px;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin: 0 !important;
}

#colophon .om-footer__newsletter .wpforms-field-container {
  min-width: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: stretch !important;
  float: none !important;
}

#colophon .om-footer__newsletter .wpforms-field {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

#colophon .om-footer__newsletter .wpforms-field-label {
  display: none !important;
}

#colophon .om-footer__newsletter .wpforms-field input[type="email"] {
  display: block !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(17, 17, 17, 0.55) !important;
  border-radius: 0 !important;
  background: #f8f4ee !important;
  color: #6b3e2e !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  box-sizing: border-box !important;
}

#colophon .om-footer__newsletter .wpforms-field input[type="email"]::placeholder {
  color: rgba(107, 62, 46, 0.72) !important;
  opacity: 1 !important;
}

#colophon .om-footer__newsletter .wpforms-submit-container {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: stretch !important;
  align-self: stretch !important;
  height: 56px !important;
  float: none !important;
}

#colophon .om-footer__newsletter .wpforms-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 24px !important;
  margin: 0 !important;
  border: 1px solid rgba(17, 17, 17, 0.55) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #6d3129 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  align-self: stretch !important;
}

#colophon .om-footer__newsletter .wpforms-submit:hover {
  background: rgba(109, 49, 41, 0.08) !important;
}

.om-footer__newsletter-fallback {
  margin: 0 !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.om-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(140px, 0.8fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
  padding: 78px 0 58px;
}

.om-footer__column {
  min-width: 0;
}

.om-footer__heading {
  margin: 0 0 24px !important;
  font-family: "Playfair Display", serif !important;
  font-size: 30px !important;
  font-style: italic;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.om-footer__links,
.om-footer__contact-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.om-footer__links li,
.om-footer__contact-list li {
  margin: 0 0 12px !important;
}

.om-footer__links a,
.om-footer__contact-list a,
.om-footer__contact-list span,
.om-footer__review-link,
.om-footer__bottom a,
.om-footer__bottom p {
  color: #111111 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  letter-spacing: 0.18em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.om-footer__links a:hover,
.om-footer__contact-list a:hover,
.om-footer__review-link:hover,
.om-footer__bottom a:hover {
  color: #6d3129 !important;
}

.om-footer__mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.om-footer__mark img {
  display: block;
  width: min(100%, 170px);
  height: auto;
}

.om-footer__review-copy {
  margin: 0 0 18px !important;
  max-width: 260px;
  color: rgba(17, 17, 17, 0.78) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  letter-spacing: 0.08em !important;
  text-transform: none !important;
}

.om-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 28px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.om-footer__bottom p,
.om-footer__bottom a {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  line-height: 1.1 !important;
}

@media (max-width: 1200px) {
  .om-footer__main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .om-footer__mark {
    grid-column: 1 / -1;
    order: -1;
    margin-bottom: 8px;
  }
}

@media (max-width: 1024px) {
  .om-footer__newsletter {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px 0;
  }

  .om-footer__newsletter-form {
    max-width: 100%;
    justify-self: stretch;
    justify-content: flex-start;
  }

  .om-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 28px;
    padding: 56px 0 44px;
  }
}

@media (max-width: 768px) {
  .om-footer {
    background:
      linear-gradient(180deg, #efe7dd 0, #efe7dd 210px, #ffffff 210px, #ffffff 100%);
  }

  .om-footer__newsletter-title {
    font-size: 30px !important;
  }

  #colophon .om-footer__newsletter .wpforms-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #colophon .om-footer__newsletter .wpforms-field input[type="email"] {
    min-height: 52px !important;
    padding: 14px 16px !important;
  }

  #colophon .om-footer__newsletter .wpforms-submit {
    width: 100% !important;
    min-height: 52px !important;
  }

  .om-footer__main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .om-footer__mark {
    order: 0;
    margin-bottom: 4px;
  }

  .om-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px;
  }
}
