/*
Theme Name: Hayvenhurst
Theme URI: https://hayvenhurst.lovable.app/
Author: OpenAI for Jan Kruijt
Description: Custom WordPress theme converted from the Hayvenhurst Lovable design.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: hayvenhurst
*/

:root {
  --background: #ffffff;
  --foreground: #332b24;
  --primary: #332b24;
  --primary-foreground: #f6f2eb;
  --secondary: #e7ded1;
  --muted: #ece6dc;
  --muted-foreground: #7c7065;
  --accent: #dcc29f;
  --border: #ddd2c4;
  --gold: #c9a04a;
  --container: 1240px;
  --radius: 0;
  --shadow-soft: 0 10px 30px rgba(51,43,36,0.06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--foreground);
  background: var(--background);
  font-family: 'Urbanist', Helvetica, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
.site-main { min-height: 40vh; }
body:not(.home) .site-main {
	margin-top: 110px;
}
.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}
.section { padding: 96px 0; }
body.single-product .section {padding: 70px 0;}
.section-title-eyebrow,
.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .28em;
  color: var(--muted-foreground);
  margin: 0 0 12px;
}
.display,
h1,h2,h3,h4,h5,h6,
.site-title,
.hero-title,
.section-title,
.product-card__title,
.single-product__title {
  font-family: Urbanist, "Times New Roman", serif;
  font-weight: 300;
  letter-spacing: .03em;
}
.section-title {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.75rem);
  line-height: 1.1;
  max-width: 980px;
  margin: 0 auto;
}
.hayven-product-grid.hayven-product-grid--shortcode {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 30px;
}
.btn,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid var(--foreground);
  background: transparent;
  color: var(--foreground);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11px;
  cursor: pointer;
  transition: .25s ease;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: rgba(51,43,36,.05);
}
.btn--light {
  color: var(--primary-foreground);
  border-color: rgba(246,242,235,.65);
}
.btn--light:hover {
  background: rgba(246,242,235,.1);
}
.header-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 44px;
}

.header-search__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.header-search__form {
  position: absolute;
  left: 44px;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 0;
  overflow: hidden;
  transition:
    transform 0.28s ease,
    opacity 0.22s ease,
    width 0.28s ease;
  z-index: 20;
}

.header-search.is-open .header-search__form {
  width: 340px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scaleX(1);
}

.header-search__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: #111;
  font-size: 14px;
  font-family: inherit;
}

.header-search__submit {
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: #111;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(221,210,196,.55);
}
.hayven-overlay-stack .section-title-eyebrow, .hayven-overlay-stack .eyebrow {
	color: #FFF;
}
.top-banner {
  background: var(--primary);
  color: var(--primary-foreground);
  text-align: center;
  padding: 5px 16px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 13px;
}
.header-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
    padding: 15px 30px 5px 31px;
    width: 100%;
}
.site-branding { text-align: center; }
.site-title {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  text-transform: uppercase;
  letter-spacing: .32em;
  line-height: normal;
}
.site-tagline {
  display: block;
  margin-top: 2px;
  color: var(--muted-foreground);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .28em;
}
.header-actions,
.header-meta { display: flex; align-items: center; gap: 14px; }
.header-actions { justify-content: flex-end; }
.header-icon { color: var(--muted-foreground); font-size: 14px; position: relative}
.header-icon .cart-amount {
    position: absolute;
    top: -6px;
    right: -8px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #dcc29f;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.primary-nav {

  border-bottom: 1px solid rgba(221,210,196,.35);
}
.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
}
.primary-nav a {
  display: inline-block;
  padding: 16px 0;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 14px;
  color: var(--muted-foreground);
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
  color: var(--foreground);
}
.hero {
  position: relative;
  min-height: calc(100vh - 145px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-foreground);
  text-align: center;
  overflow: hidden;
}
.hero__media,
.feature-panel__media {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__overlay,
.feature-panel__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51,43,36,.32);
}
.hero__inner,
.feature-panel__content {
  position: relative;
  z-index: 1;
  padding: 32px 0;
}
.hero__rings::before,
.hero__rings::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(246,242,235,.15);
  pointer-events: none;
}
.hero__rings::before { width: min(70vw, 640px); height: min(70vw, 640px); }
.hero__rings::after { width: min(52vw, 470px); height: min(52vw, 470px); border-color: rgba(246,242,235,.1); }
.hero-title {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1;
  letter-spacing: .05em;
}
.hero-subtitle { margin: 22px 0 0; text-transform: uppercase; letter-spacing: .22em; font-size: 13px; }
.hero__cta { margin-top: 34px; }
.text-center { text-align: center; }
.categories-grid,
.product-grid,
.philosophy-grid {
  display: grid;
  gap: 32px;
}
.categories-grid { grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 1080px; margin: 0 auto; }
.category-card { text-align: center; }
.category-card__image,
.product-card__image,
.single-product__image {
  overflow: hidden;
  background: #f5f0e8;
  box-shadow: var(--shadow-soft);
}
.category-card__image img,
.product-card__image img,
.single-product__image img { transition: transform .7s ease; width: 100%; height: 100%; object-fit: cover; }
.category-card:hover .category-card__image img,
.product-card:hover .product-card__image img { transform: scale(1.06); }
.category-card__image { aspect-ratio: 1 / 1; border: 1px solid rgba(221,210,196,.7); }
.category-card__name {
  display: block;
  margin-top: 22px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
}
.feature-panel {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--primary-foreground);
  overflow: hidden;
}
.feature-panel__content p:last-of-type { max-width: 600px; margin-inline: auto; }
.philosophy-copy { max-width: 760px; margin: 0 auto; }
.divider-mark {
  display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 34px;
}
.divider-mark span:first-child,
.divider-mark span:last-child { width: 44px; height: 1px; background: var(--accent); display: inline-block; }
.divider-mark span:nth-child(2) { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); display: inline-block; }
.philosophy-grid { grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 72px; }
.philosophy-card { text-align: center; }
.philosophy-card__icon {
  width: 82px; height: 82px; border-radius: 50%; border: 1px solid rgba(220,194,159,.6);
  display: inline-flex; align-items: center; justify-content: center; font-size: 28px; color: var(--accent); margin-bottom: 18px;
}
.footer {
  background: var(--primary);
  color: var(--primary-foreground);
  margin-top: 80px;
}
.footer__top {
  padding: 72px 0 36px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 32px;
}
.footer__brandmark {
  width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(246,242,235,.2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.footer h3, .footer h4 { margin-top: 0; }
.footer__nav ul, .footer__legal { list-style: none; margin: 0; padding: 0; }
.footer__nav li + li,
.footer__legal li + li { margin-top: 8px; }
.footer__nav a,
.footer__legal a,
.footer__copy { color: rgba(246,242,235,.65); font-size: 12px; }
.footer__bottom {
  border-top: 1px solid rgba(246,242,235,.1);
  padding: 22px 0 34px;
  display: flex; justify-content: space-between; gap: 20px; align-items: center;
}
.footer__legal { display: flex; gap: 24px; flex-wrap: wrap; }
.product-index-header { padding: 96px 0 24px; }
.filter-bar {
  display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin: 22px 0 46px;
}
.filter-chip {
  border: 1px solid rgba(221,210,196,.8);
  padding: 8px 22px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  color: var(--muted-foreground);
}
.filter-chip.is-active,
.filter-chip:hover { color: var(--foreground); border-color: var(--foreground); background: rgba(51,43,36,.03); }
.product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.product-card__image { aspect-ratio: 1 / 1; margin-bottom: 16px; border: 1px solid rgba(221,210,196,.4); }
.product-card__title { margin: 4px 0; font-size: 1.25rem; }
.product-card__price { color: var(--muted-foreground); font-size: 15px; }
.featured-products { padding-top: 30px; }
/* Shop card reveal animation */
/* Only animate once JS has marked the page ready */
html.hayven-animations-ready .product-grid .product-card.hayven-product-reveal {
  opacity: 0;
  transform: translate3d(0, 44px, 0);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--hayven-delay, 0ms);
  will-change: opacity, transform;
}

html.hayven-animations-ready .product-grid .product-card.hayven-product-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Make cards already in view on load a touch stronger */
html.hayven-animations-ready .product-grid .product-card.hayven-product-reveal.hayven-preload {
  transform: translate3d(0, 0, 0);
}
.product-grid .product-card .eyebrow {
	margin: 0;
}
.product-grid .product-card {
  display: block;
}
html .single-product__image-wrap.hayven-slide-left,
html .single-product__summary.hayven-slide-right {
  opacity: 0;
}

/* Image: left -> center */
html .single-product__image-wrap.hayven-slide-left {
  transform: translateX(-72px);
}

/* Summary: right -> center */
html .single-product__summary.hayven-slide-right {
  transform: translateX(72px);
  
}

/* Final state */
html .single-product__image-wrap.hayven-slide-left.is-visible,
html .single-product__summary.hayven-slide-right.is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.9s ease;
}
/* Shop product tile reveal */
.woocommerce ul.products li.product.hayven-product-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  transition-delay: var(--hayven-delay, 0ms);
  will-change: opacity, transform;
}

.woocommerce ul.products li.product.hayven-product-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: slightly smoother image/card feel */
.woocommerce ul.products li.product {
  backface-visibility: hidden;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .woocommerce ul.products li.product.hayven-product-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
article.single-product {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  padding-top: 48px;
}
.single-product__image { aspect-ratio: 1 / 1; }
.single-product__title { font-size: clamp(2rem, 4.5vw, 3.6rem); margin: 6px 0 14px; line-height: 1.05; }
.single-product__price { font-size: 1.35rem; margin-bottom: 22px; }
.single-product__meta {
  border-top: 1px solid rgba(221,210,196,.8);
  margin-top: 28px;
  padding-top: 22px;
}
.meta-row { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; font-size: 14px; }
.meta-label { color: var(--muted-foreground); }
.feature-list { list-style: none; padding: 0; margin: 28px 0 0; }
.feature-list li { position: relative; padding-left: 18px; margin-bottom: 10px; color: var(--muted-foreground); font-size: 14px; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.back-link { display: inline-block; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; color: var(--muted-foreground); margin-top: 28px; }
.page-content,
.entry-content { padding: 48px 0 10px; }
.entry-content > * { max-width: 860px; margin-left: auto; margin-right: auto; }
.entry-content > * + * { margin-top: 1.2em; }
.screen-reader-text { position: absolute; left: -9999px; }
.wp-caption, .gallery-caption { max-width: 100%; }
.sticky, .bypostauthor { display: block; }
.alignleft { float: left; margin: 0 1rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }

@media (max-width: 980px) {
  .categories-grid,
  .product-grid,
  .philosophy-grid,
  .footer__top,
  .single-product { grid-template-columns: 1fr 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-bar { grid-template-columns: 1fr; text-align: center; }
  .header-meta,
  .header-actions { justify-content: center; }
  .primary-nav ul { gap: 18px; }
  .categories-grid,
  .product-grid,
  .philosophy-grid,
  .footer__top,
  .single-product { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .hero { min-height: 78vh; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .meta-row { flex-direction: column; gap: 2px; }
}

/* WooCommerce */
.woocommerce-notices-wrapper { margin-bottom: 24px; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid rgba(221,210,196,.8);
  background: #fff;
  padding: 16px 18px;
  margin-bottom: 16px;
  list-style: none;
}
.woocommerce .quantity .qty,
.quantity .qty {
  width: 84px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(221,210,196,.8);
  background: #fff;
  font: inherit;
}
.woocommerce nav.woocommerce-pagination,
.navigation.pagination { margin-top: 40px; text-align: center; }
.woocommerce nav.woocommerce-pagination ul,
.navigation.pagination .nav-links {
  display: inline-flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce nav.woocommerce-pagination a,
.woocommerce nav.woocommerce-pagination span,
.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid rgba(221,210,196,.8);
  padding: 0 12px;
}
.woocommerce nav.woocommerce-pagination .current,
.navigation.pagination .current {
  background: var(--foreground);
  color: #fff;
  border-color: var(--foreground);
}

/* Gutenberg homepage */
.site-main--front .entry-content,
.site-main--front .page-content,
.site-main--front .hayven-home-content { padding: 0; }
.site-main--front .hayven-home-content > * { margin-top: 0; max-width: none; }
.site-main--front .wp-block-cover,
.site-main--front .wp-block-group.alignfull { margin-top: 0; margin-bottom: 0; }
.site-main--front .wp-block-cover__inner-container,
.site-main--front .wp-block-group { width: 100%; }
.hayven-home-section { padding: 96px 0; }

.hayven-home-shell {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}
.hayven-home-shell .hayven-shell-image,
.hayven-home-shell .hayven-shell-image img {
  margin: 0;
  width: 100%;
  display: block;
}
.site-main--front .hayven-hero-shell .hayven-shell-image img,
.site-main--front .hayven-feature-shell .hayven-shell-image img {
  min-height: 80vh;
  object-fit: cover;
  filter: brightness(0.8);
}
.site-main--front .hayven-hero-shell .hayven-shell-image img { min-height: 100vh; }
.hayven-shell-overlay {
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem;
  position: relative;
  z-index: 2;
}
.hayven-overlay-stack > * {
  margin-left: auto;
  margin-right: auto;
}
.hayven-overlay-stack .wp-block-buttons {
  justify-content: center;
}
.site-main--front .hayven-home-shell .hayven-shell-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
}
.site-main--front .hayven-home-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, .35);
  pointer-events: none;
}
.site-main--front .hayven-feature-shell::after { background: rgba(17, 17, 17, .45); }
.site-main--front .hayven-home-shell > * { position: relative; z-index: 1; }

.hayven-hero-block { color: var(--primary-foreground); }
.hayven-hero-block .wp-block-cover__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem 1.5rem;
}
.hayven-hero-content {
  position: relative;
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem;
}
.hayven-hero-content::before,
.hayven-hero-content::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(246,242,235,.15);
  pointer-events: none;
}
.hayven-hero-content::before { width: min(68vw, 640px); height: min(68vw, 640px); }
.hayven-hero-content::after { width: min(50vw, 470px); height: min(50vw, 470px); border-color: rgba(246,242,235,.1); }
.hayven-hero-block .eyebrow,
.hayven-on-dark,
.hayven-feature-cover .eyebrow,
.hayven-hero-subtitle { color: rgba(246,242,235,.88); }
.hayven-hero-subtitle {
  margin: 1.5rem 0 0;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .75rem;
}
.site-main--front .hero-title {
  margin: 0;
  color: #FFF;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1.02;
  position: relative;
  z-index: 1;
}
.site-main--front .wp-block-buttons { margin-top: 2rem; }
.site-main--front .wp-block-button__link {
  padding: 14px 24px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11px;
}
.hayven-button-light .wp-block-button__link {
  color: var(--primary-foreground);
  border: 1px solid rgba(246,242,235,.65);
  background: transparent;
}
.hayven-button-light .wp-block-button__link:hover { background: rgba(246,242,235,.1); }
.hayven-category-columns,
.hayven-philosophy-columns { max-width: 1120px; margin-left: auto; margin-right: auto; }
.hayven-category-card,
.hayven-philosophy-card {
  height: 100%;
  text-align: center;
}
.hayven-category-image { margin: 0; overflow: hidden; border: 1px solid rgba(221,210,196,.45); }
.hayven-category-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .7s ease;
}
.hayven-category-card:hover .hayven-category-image img { transform: scale(1.06); }
.hayven-category-title { margin-top: 1.5rem; margin-bottom: 1rem; font-size: 1.2rem; }
.hayven-feature-text,
.hayven-section-copy {
  max-width: 680px;
  margin: 1.5rem auto 0;
  color: var(--muted-foreground);
}
.hayven-feature-text { color: rgba(246,242,235,.85); }
.hayven-divider {
  margin-top: 2.25rem;
  width: 7rem;
  border-color: var(--accent);
  opacity: 1;
}
.hayven-philosophy-card {
  padding: 1rem;
}
.hayven-philosophy-icon {
    font-size: 2rem;
    color: var(--accent);
    margin-bottom: 1rem;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #dcc29f69;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hayven-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease, transform .8s ease;
  will-change: opacity, transform;
}
.hayven-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hayven-delay-1 { transition-delay: .12s; }
.hayven-delay-2 { transition-delay: .24s; }
.hayven-delay-3 { transition-delay: .36s; }
.hayven-delay-4 { transition-delay: .48s; }

/* WooCommerce gallery / cart / checkout refinements */
.woocommerce div.product div.images .flex-control-thumbs { display: flex; gap: 12px; margin-top: 18px; }
.woocommerce div.product div.images .flex-control-thumbs li { border: 1px solid rgba(221,210,196,.6); }
.woocommerce table.shop_table {
  border-collapse: collapse;
  border: 1px solid rgba(221,210,196,.8);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px;
  border-bottom: 1px solid rgba(221,210,196,.55);
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #fff;
  border: 1px solid rgba(221,210,196,.8);
  padding: 24px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 48px;
  border: 1px solid rgba(221,210,196,.8);
  background: #fff;
  padding: 10px 14px;
}
.woocommerce ul.order_details,
.woocommerce .woocommerce-customer-details address {
  border: 1px solid rgba(221,210,196,.8);
  padding: 20px;
}

@media (max-width: 782px) {
  .hayven-home-section { padding: 72px 0; }
  .hayven-hero-content::before { width: min(88vw, 480px); height: min(88vw, 480px); }
  .hayven-hero-content::after { width: min(66vw, 320px); height: min(66vw, 320px); }
  .site-main--front .hero-title { font-size: clamp(2.4rem, 12vw, 4.5rem); }
  .hayven-category-columns,
  .hayven-philosophy-columns { gap: 2rem; }
}
