/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.4.7
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.woocommerce-ordering {
	display:none !important;
}

.mm-delivery-note {
  border: 1px solid #e2d8c3;
  background: #faf7f0;
  color: #1F2A44;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 8px;
}
.mm-delivery-note a { color: #9c7e43; }

.mm-cta-spotlight {
  position: relative;
  margin: 12px 0 14px;
  padding: 12px 14px 12px;
  border: 1px solid rgba(198, 161, 91, 0.45);
  border-radius: 14px;
  background: linear-gradient(145deg, #fff8ec 0%, #faf7f0 100%);
  box-shadow: 0 16px 28px rgba(31, 42, 68, 0.08);
  overflow: hidden;
}

.mm-cta-spotlight__glow {
  position: absolute;
  top: -46px;
  right: -26px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,161,91,.24) 0%, rgba(198,161,91,0) 72%);
  pointer-events: none;
}

.mm-cta-spotlight__content {
  position: relative;
  z-index: 1;
}

.mm-cta-spotlight__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px !important;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(31, 42, 68, 0.06);
  color: #1F2A44;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mm-cta-spotlight__helper {
  margin: 0 0 10px !important;
  color: #56645b;
  font-size: 12px;
  line-height: 1.45;
}

.mm-cta-spotlight__button-wrap {
  display: block;
}

.mm-cta-spotlight .single_add_to_cart_button,
.mm-has-tqd-cta .single_add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  margin: 0 !important;
  padding: 11px 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff2c16 0%, #ff4e1f 100%) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 18px 32px rgba(255, 76, 31, 0.22), 0 8px 18px rgba(31,42,68,0.12);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.mm-cta-spotlight .single_add_to_cart_button:hover,
.mm-cta-spotlight .single_add_to_cart_button:focus,
.mm-has-tqd-cta .single_add_to_cart_button:hover,
.mm-has-tqd-cta .single_add_to_cart_button:focus {
  transform: translateY(-1px);
  filter: saturate(1.03);
  box-shadow: 0 22px 34px rgba(255, 76, 31, 0.28), 0 10px 20px rgba(31,42,68,0.14);
}

.mm-cta-spotlight__after {
  margin: 8px 0 0 !important;
  color: #1F2A44;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.mm-cta-spotlight__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.mm-cta-spotlight__trust span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 9px;
  border-radius: 10px;
  background: rgba(255,255,255,.65);
  color: #1F2A44;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.mm-cta-spotlight__trust svg {
  flex: 0 0 auto;
}

@media only screen and (max-width: 849px) {
  .mm-cta-spotlight {
    padding: 14px 14px 13px;
  }

  .mm-cta-spotlight__trust {
    grid-template-columns: 1fr;
  }

  .mm-cta-spotlight .single_add_to_cart_button,
  .mm-has-tqd-cta .single_add_to_cart_button {
    min-height: 56px;
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-cta-spotlight .single_add_to_cart_button,
  .mm-has-tqd-cta .single_add_to_cart_button {
    transition: none !important;
  }
}

body.mm-has-tqd-cta .cart .quantity {
  margin-bottom: 0;
}

body.mm-has-tqd-cta .cart {
  position: relative;
}

body.mm-has-tqd-cta .mm-timeline {
  margin-top: 18px;
}

body.mm-has-tqd-cta .wc-tqd-experience {
  margin-bottom: 18px;
}

body.mm-has-tqd-cta .summary .price {
  margin-bottom: 12px;
}

body.mm-has-tqd-cta .quantity + .wc-tqd-experience + .mm-cta-spotlight {
  margin-top: 0;
}

body.mm-has-tqd-cta .mm-cta-spotlight__button-wrap .single_add_to_cart_button:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 0 0 0 rgba(255,255,255,.55);
  animation: mmCtaPulse 1.8s infinite;
}

@keyframes mmCtaPulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.45); }
  70% { box-shadow: 0 0 0 11px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

@media (prefers-reduced-motion: reduce) {
  body.mm-has-tqd-cta .mm-cta-spotlight__button-wrap .single_add_to_cart_button:before {
    animation: none !important;
  }
}

body.mm-has-tqd-cta .single-product div.product form.cart {
  margin-bottom: 0;
}

body.mm-has-tqd-cta .mm-cta-spotlight .single_add_to_cart_button.alt {
  background: linear-gradient(135deg, #ff2c16 0%, #ff4e1f 100%) !important;
}

body.mm-has-tqd-cta .mm-cta-spotlight .single_add_to_cart_button.alt:hover {
  background: linear-gradient(135deg, #ff2610 0%, #ff4519 100%) !important;
}

body.mm-has-tqd-cta .summary .cart .button {
  max-width: none;
}

body.mm-has-tqd-cta .mm-cta-spotlight__trust span:last-child {
  margin-bottom: 0;
}

body.mm-has-tqd-cta .single-product .product-info .cart .quantity {
  margin-right: 0;
}

body.mm-has-tqd-cta .mm-cta-spotlight__content > *:last-child {
  margin-bottom: 0;
}

body.mm-has-tqd-cta .mm-cta-spotlight__after:last-of-type {
  margin-bottom: 0 !important;
}

body.mm-has-tqd-cta .mm-cta-spotlight__pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #C6A15B;
  box-shadow: 0 0 0 0 rgba(198,161,91,.45);
  animation: mmCtaDot 1.8s infinite;
}

@keyframes mmCtaDot {
  0% { box-shadow: 0 0 0 0 rgba(198,161,91,.45); }
  70% { box-shadow: 0 0 0 8px rgba(198,161,91,0); }
  100% { box-shadow: 0 0 0 0 rgba(198,161,91,0); }
}

@media (prefers-reduced-motion: reduce) {
  body.mm-has-tqd-cta .mm-cta-spotlight__pill::before {
    animation: none !important;
  }
}

body.mm-has-tqd-cta .mm-cta-spotlight__helper,
body.mm-has-tqd-cta .mm-cta-spotlight__after {
  max-width: 46ch;
}

body.mm-has-tqd-cta .mm-cta-spotlight .single_add_to_cart_button.disabled,
body.mm-has-tqd-cta .mm-cta-spotlight .single_add_to_cart_button[disabled] {
  opacity: .8;
  box-shadow: none;
}

body.mm-has-tqd-cta .mm-cta-spotlight .single_add_to_cart_button.loading:after {
  border-color: rgba(255,255,255,.85);
}

body.mm-has-tqd-cta .summary .mm-cta-spotlight {
  max-width: 100%;
}

body.mm-has-tqd-cta .summary .mm-cta-spotlight__pill,
body.mm-has-tqd-cta .summary .mm-cta-spotlight__helper,
body.mm-has-tqd-cta .summary .mm-cta-spotlight__after,
body.mm-has-tqd-cta .summary .mm-cta-spotlight__trust {
  position: relative;
  z-index: 1;
}

body.mm-has-tqd-cta .summary .mm-cta-spotlight__glow {
  z-index: 0;
}

body.mm-has-tqd-cta .summary .mm-cta-spotlight__button-wrap {
  position: relative;
  z-index: 1;
}

body.mm-has-tqd-cta .summary .mm-cta-spotlight__button-wrap .single_add_to_cart_button {
  text-align: center;
}

body.mm-has-tqd-cta .summary .mm-cta-spotlight__trust span {
  justify-content: flex-start;
}

body.mm-has-tqd-cta .summary .cart:not(.variations_form) .single_add_to_cart_button {
  width: 100%;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button {
  float: none;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button.button {
  display: inline-flex;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button span {
  pointer-events: none;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button::after {
  pointer-events: none;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button:focus-visible {
  outline: 2px solid rgba(31,42,68,.25);
  outline-offset: 3px;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button:not(.disabled):active {
  transform: translateY(0);
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button:not(.disabled) {
  cursor: pointer;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .amount {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button strong {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button em {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button small {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button i {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button b {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button u {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button svg {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button path {
  fill: currentColor;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button rect {
  fill: currentColor;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button circle {
  fill: currentColor;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button polygon {
  fill: currentColor;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button line {
  stroke: currentColor;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button polyline {
  stroke: currentColor;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button ellipse {
  fill: currentColor;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button g {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button text {
  fill: currentColor;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button tspan {
  fill: currentColor;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button use {
  fill: currentColor;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__icon {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__label {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__meta {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__sub {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__copy {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__text {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__title {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__eyebrow {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__desc {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__note {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__value {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__badge {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__status {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__hint {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__pill {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__trust {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__cta {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__line {
  color: inherit;
}

body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__copy strong,
body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__copy span,
body.mm-has-tqd-cta .summary .cart .single_add_to_cart_button .button__copy small {
  color: inherit;
}

/*
 * Personalization / customization note is handled by the "Woocommerce Custom Product Addons"
 * plugin (like the heymomapparel store), configured per product in the admin — NOT by theme code.
 * The previous built-in `mm_personalization_*` field was removed so the plugin owns this UI.
 * The `_mm_personalize` product meta is left in place as a harmless tag for reference.
 */

.pf-seo-keywords {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
  margin: 14px 0 0;
}

.pf-home {
  color: #18221d;
}

.pf-hero {
  align-items: center;
  background-position: center right;
  background-size: cover;
  display: flex;
  min-height: 560px;
  padding: 64px 6vw;
  position: relative;
}

.pf-hero::before {
  background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.18) 72%, rgba(255,255,255,0) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pf-hero__content {
  max-width: 600px;
  position: relative;
  z-index: 1;
}

.pf-kicker {
  color: #9c7e43;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.pf-hero h1,
.pf-section h2 {
  letter-spacing: 0;
}

.pf-hero h1 {
  font-size: 44px;
  line-height: 1.08;
  margin: 0 0 18px;
}

.pf-hero p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.pf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pf-button {
  align-items: center;
  background: #111;
  color: #fff !important;
  display: inline-flex;
  font-weight: 700;
  min-height: 44px;
  padding: 10px 18px;
  text-decoration: none !important;
}

.pf-button--secondary {
  background: #fff;
  border: 1px solid #222;
  color: #111 !important;
}

.pf-section {
  padding: 54px 6vw;
}

.pf-section--soft {
  background: #f7f9f4;
}

.pf-section__head {
  margin: 0 auto 28px;
  max-width: 760px;
  text-align: center;
}

.pf-section__head p {
  color: #56645b;
  font-size: 16px;
  margin: 0;
}

.pf-section > .woocommerce {
  margin: 0 auto;
  max-width: 1180px;
}

.pf-section .product-small .box-image {
  background: #f7f7f3;
}

.pf-section .product-small .box-text {
  padding-bottom: 12px;
  padding-top: 12px;
}

.pf-section .product-small .name {
  font-size: 15px;
  line-height: 1.35;
}

.pf-section .product-small .price {
  color: #9c7e43;
  font-size: 15px;
  font-weight: 700;
}

.pf-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.pf-tile,
.pf-step,
.pf-empty-state {
  background: #fff;
  border: 1px solid #e4e8df;
  padding: 22px;
}

.pf-tile {
  min-height: 172px;
}

.pf-tile h3,
.pf-step h3 {
  font-size: 20px;
  margin: 0 0 8px;
}

.pf-tile p,
.pf-step p {
  color: #56645b;
  line-height: 1.55;
  margin: 0 0 16px;
}

.pf-tile a {
  color: #9c7e43;
  font-weight: 700;
}

.pf-steps {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 980px;
}

.pf-step__num {
  align-items: center;
  background: #111;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  margin-bottom: 14px;
  width: 32px;
}

.pf-split {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1120px;
}

.pf-mini-products {
  min-width: 0;
}

.pf-mini-products h3 {
  margin-top: 0;
}

.pf-mini-products .woocommerce {
  margin-top: 16px;
}

.pf-product-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pf-product-strip a {
  background: #fff;
  border: 1px solid #e4e8df;
  color: #18221d;
  display: block;
  font-weight: 700;
  overflow: hidden;
  text-decoration: none !important;
}

.pf-product-strip img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.pf-product-strip span {
  display: block;
  padding: 10px 12px;
}

.pf-list {
  margin: 0;
}

.pf-list li {
  margin-bottom: 10px;
}

.pf-empty-state {
  margin: 24px auto 48px;
  max-width: 920px;
  text-align: center;
}

.pf-empty-state .pf-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

@media only screen and (max-width: 849px) {
  .pf-hero {
    min-height: 500px;
    padding: 48px 24px;
  }

  .pf-hero::before {
    background: rgba(255,255,255,.86);
  }

  .pf-hero h1 {
    font-size: 34px;
  }

  .pf-grid,
  .pf-steps,
  .pf-split,
  .pf-empty-state .pf-grid {
    grid-template-columns: 1fr;
  }

  .pf-section {
    padding: 42px 24px;
  }
}


// sale badge 1
.saved-sale-ricky-badge {
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 0.3rem 0.5rem;
}
.saved-sale-ricky-badge--sales {
  position: relative;
  display: inline-block;
  background-color: #f00;
  width: auto;
  margin-left: 30px;
  height: 36px;
  line-height: 2.2rem;
}
.saved-sale-ricky-badge--sales::before {
  position: absolute;
  left: -20px;
  top: -2px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #f00;
  border-bottom: 20px solid transparent;
}
.saved-sale-ricky-badge--sales::after {
  display: block;
  content: '';
  position: absolute;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: -5px;
  top: calc(100% / 2 - 5px);
}
// end sale badge 1

// sale badge 2
/* Display Sale! Badge Icon */
/* .badge-container { margin:0px !important; } */

.onsale {
  margin: 0;
  padding: 0;
  width: 80px;
  color: white !important;
  padding: 10px 10px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #ed1b24;
}


/* ================== Badge Position CSS ========================*/
.top-left {
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
  -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
  transform: translateX(30%) translateY(0%) rotate(45deg);
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-transform: translateX(-30%) translateY(0%) rotate(45deg);
  -webkit-transform: translateX(-30%) translateY(0%) rotate(45deg);
  transform: translateX(-30%) translateY(0%) rotate(45deg);
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  -ms-transform: translateX(30%) translateY(0%) rotate(-45deg);
  -webkit-transform: translateX(30%) translateY(0%) rotate(-45deg);
  transform: translateX(30%) translateY(0%) rotate(-45deg);
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.top-full {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  text-align: center !important;
}

.middle-full {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -ms-transform: translateX(0%) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(0%) translateY(-50%) rotate(0deg);
  transform: translateX(0%) translateY(-50%) rotate(0deg);
}

.bottom-full {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

/* ================== Badge color CSS ========================*/
.onsale.red {
  background: #ed1b24;
}

.onsale.orange {
  background: #fa7901;
}

.onsale.pink {
  background: #ee2b8b;
}

.onsale.blue {
  background: #00adee;
}

.onsale.green {
  background: #b4bd00;
}


// end sale badge 2

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* ---- Static page layout + cards (PrintableFiles) ---- */
.pf-page {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.pf-page--wide {
  max-width: 1080px;
}

.pf-page h2 {
  font-size: 24px;
  margin: 30px 0 12px;
  color: #18221d;
}

.pf-page h3 {
  font-size: 18px;
  margin: 0 0 8px;
  color: #18221d;
}

.pf-page p,
.pf-page li {
  color: #3a463f;
  line-height: 1.65;
  font-size: 16px;
}

.pf-page ul,
.pf-page ol {
  margin: 0 0 16px 20px;
}

.pf-page li {
  margin-bottom: 8px;
}

.pf-lead {
  font-size: 18px;
  color: #28332c;
}

.pf-card {
  background: #fff;
  border: 1px solid #e4e8df;
  border-radius: 6px;
  padding: 22px 24px;
  margin: 0 0 18px;
  height: 100%;
}

.pf-card--soft {
  background: #f7f9f4;
}

.pf-card h3 {
  margin-top: 0;
}

.pf-callout {
  background: #f3fbf6;
  border: 1px solid #d7e7de;
  border-left: 4px solid #1f8a4c;
  color: #173b24;
  padding: 14px 16px;
  border-radius: 4px;
  margin: 20px 0;
  line-height: 1.55;
}

.pf-callout--warn {
  background: #fff8ec;
  border: 1px solid #f0dcb4;
  border-left-color: #d98a00;
  color: #5a4300;
}

.pf-callout strong {
  color: inherit;
}

.pf-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 0 18px;
}

.pf-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 24px 0 0;
}

@media only screen and (max-width: 849px) {
  .pf-two-col {
    grid-template-columns: 1fr;
  }
  .pf-card-grid {
    grid-template-columns: 1fr;
  }
  .pf-page {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/* ================== Uniform product-card images ==================
   Product featured images come from an external CDN via FIFU, so WooCommerce
   cannot crop them to a square. Without a fixed box the cards inherit each
   image's native height and misalign (tall vs short thumbnails), which pushes
   the grid left with uneven rows. Force every product thumbnail into a 1:1 box
   and use object-fit:cover so every catalog thumbnail looks the same size.
   Applies to the home "Featured ornaments" grid, the Shop archive, AND the
   product-page "You may also like" / related grids (shared .box-image). */
.woocommerce ul.products li.product .box-image,
.woocommerce .products .product-small .box-image,
.product-small .box-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f7f7f3;
  overflow: hidden;
}

.woocommerce ul.products li.product .box-image .image-fade_in_back,
.product-small .box-image .image-fade_in_back,
.product-small .box-image .image-fade_in_back > a,
.product-small .box-image > a {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

.product-small .box-image img,
.woocommerce ul.products li.product .box-image img,
.product-small .box-image noscript img,
.woocommerce ul.products li.product .box-image noscript img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Product-card thumbnails intentionally use object-fit:cover so every catalog
   card looks the same size. The source artwork may be cropped slightly at the
   edge, but the grid stays visually aligned. */
