.elementor-kit-64{--e-global-color-primary:#B8865F;--e-global-color-secondary:#FAF5EC;--e-global-color-text:#4A433C;--e-global-color-accent:#A3714C;--e-global-color-40154ea:#121314;--e-global-color-923fb11:#FAFAFA;--e-global-color-e689711:#6E7376;--e-global-color-7aaf94a:#8A6A4A;--e-global-color-d3bec4a:#2B2E30;--e-global-color-fd40936:#BFC5C9;--e-global-color-9f1d6f1:#9A7A5A;--e-global-color-4ffcc8e:#F0E6D8;--e-global-color-b3a1eb4:#8B8175;--e-global-color-ce1eff2:#EFD8D2;--e-global-color-2a6c54e:#95A788;--e-global-typography-primary-font-family:"Fraunces";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-64 button,.elementor-kit-64 input[type="button"],.elementor-kit-64 input[type="submit"],.elementor-kit-64 .elementor-button{background-color:#B8865F;border-style:solid;border-width:0px 0px 0px 0px;border-radius:5px 5px 5px 5px;}.elementor-kit-64 button:hover,.elementor-kit-64 button:focus,.elementor-kit-64 input[type="button"]:hover,.elementor-kit-64 input[type="button"]:focus,.elementor-kit-64 input[type="submit"]:hover,.elementor-kit-64 input[type="submit"]:focus,.elementor-kit-64 .elementor-button:hover,.elementor-kit-64 .elementor-button:focus{background-color:#A3714C;border-style:solid;border-width:3px 3px 3px 3px;}.elementor-kit-64 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===================== */
/* PRODUCT CARDS — LIGHT VERSION */
/* ===================== */
.woocommerce ul.products li.product {
  background: #FFFFFF;
  border: 1px solid rgba(74,67,60,0.10);
  border-radius: 12px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  padding: 0 !important;
  overflow: hidden;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px -10px rgba(74,67,60,.18);
  border-color: rgba(184,134,95,.35);
}

/* Image zoom on hover */
.woocommerce ul.products li.product a img {
  transition: transform .4s ease;
}
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.07);
}

/* Sale badge → bronze */
.woocommerce span.onsale {
  background: #B8865F !important;
  color: #fff !important;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 20px;
}

/* Product title + price colors */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #4A433C;
  font-family: 'Inter', sans-serif;
}
.woocommerce ul.products li.product .price {
  color: #B8865F !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

/* ===================== */
/* COLLECTION CARDS */
/* ===================== */
.collection-card {
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
  border-radius: 12px;
  padding: 0 !important;
}

.collection-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px -12px rgba(74,67,60,.22);
}

/* Make Elementor image widget fill the card */
.collection-card .elementor-widget-image,
.collection-card .elementor-widget-image .elementor-widget-container,
.collection-card .elementor-widget-image a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
  overflow: hidden;
}

/* Force the image to cover the full area */
.collection-card .elementor-widget-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  transition: transform .4s ease;
}

.collection-card:hover .elementor-widget-image img {
  transform: scale(1.06);
}

/* ===================== */
/* ADD TO CART BUTTON — BRONZE */
/* ===================== */
.yith-wapo-total-price-container .single_add_to_cart_button,
.yith-wapo-premium .single_add_to_cart_button,
button.single_add_to_cart_button {
  background-color: #B8865F !important;
  border-color: #B8865F !important;
  color: #fff !important;
}
button.single_add_to_cart_button:hover {
  background-color: #A3714C !important;
}

/* ===================== */
/* ARCHIVE / SHOP PAGE TITLE */
/* ===================== */
.woocommerce-products-header__title,
.page-title {
  color: #4A433C;
  font-family: 'Fraunces', serif;
}

/* ===================== */
/* FILTER PILLS */
/* ===================== */
.filter-pill a {
  color: #4A433C;
  border-color: rgba(74,67,60,0.20);
}
.filter-pill a:hover {
  border-color: #B8865F;
  color: #B8865F;
}
.nurse-lifestyle-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}
.audience-pill {
  display: inline-block;
  background: #EFD8D2;
  color: #9C5F54;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  line-height: 1;
}
.audience-pill.sage {
  background: #E5EBE0;
  color: #7C9070;
}
.memorial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}
.story-img img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}
.elementor-form .elementor-field-group input,
.elementor-form .elementor-field-group textarea {
  background: #FFFFFF;
  border: 1.5px solid rgba(74,67,60,0.15);
  border-radius: 4px;
  color: #4A433C;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}
.elementor-form .elementor-field-group input:focus,
.elementor-form .elementor-field-group textarea:focus {
  border-color: #B8865F;
  outline: none;
}
.elementor-form .elementor-field-label {
  color: #4A433C;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
/* Override YITH inline background */
#yith-wapo-addon-2,
[id^="yith-wapo-addon"] {
  background-color: transparent !important;
}
.yith-wapo-block,
.yith-wapo-addon {
  background-color: transparent !important;
  border: none !important;
}
.addon-header {
  background-color: transparent !important;
}
.wapo-addon-title {
  color: #4A433C !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}
.yith-wapo-option-value {
  background: #FFFFFF !important;
  border: 1.5px solid rgba(74,67,60,0.15) !important;
  border-radius: 4px !important;
  color: #4A433C !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  padding: 12px 14px !important;
  width: 100% !important;
}
/* Hide price table */
#wapo-total-price-table {
  display: none !important;
}
/* Fix Add to Cart button being hidden */
.single_add_to_cart_button {
  display: flex !important;
}
/* Name autocomplete dropdown */
.fyn-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border: 1.5px solid rgba(74,67,60,0.20);
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 20px -8px rgba(74,67,60,0.20);
  z-index: 9999;
  max-height: 220px;
  overflow-y: auto;
}
.fyn-autocomplete-item {
  padding: 10px 14px;
  font-size: 14px;
  color: #4A433C;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  border-bottom: 1px solid rgba(74,67,60,0.06);
  transition: background 0.12s;
}
.fyn-autocomplete-item:hover,
.fyn-autocomplete-item:focus {
  background: #F0E6D8;
  color: #B8865F;
}
.fyn-autocomplete-item.fyn-no-match {
  color: #8B8175;
  font-style: italic;
  cursor: default;
  font-size: 13px;
}
.fyn-autocomplete-item.fyn-no-match a {
  color: #B8865F;
  font-weight: 600;
  font-style: normal;
}
.fyn-input-wrap {
  position: relative;
}/* End custom CSS */