:root {
  --pf-ink: #241F15;
  --pf-coal: #342D1E;
  --pf-ivory: #f5f0e9;
  --pf-white: #fff;
  --pf-gold: #8C6A2B;
  --pf-gold-dark: #60481C;
  --pf-line: rgba(11, 11, 13, .13);
  --pf-muted: #756F63;
  --pf-radius: 2px;
  --pf-shadow: 0 18px 45px rgba(18, 14, 11, .10);
  --pf-serif: Georgia, "Times New Roman", serif;
  --pf-sans: Arial, Helvetica, sans-serif;
}

/* Sac Perle pilot: Fedora layout, hardened for the Shoptimizer base theme. */
html { margin-top: 0 !important; }
body.pf-brand-enabled { margin-top: 0 !important; padding-top: 0 !important; }
body.pf-brand-enabled #wpadminbar,
body.pf-brand-enabled .site-header,
body.pf-brand-enabled #masthead,
body.pf-brand-enabled .main-header,
body.pf-brand-enabled .header-widget-region,
body.pf-brand-enabled .top-bar,
body.pf-brand-enabled footer.site-footer,
body.pf-brand-enabled .site-footer,
body.pf-brand-enabled .footer-widgets { display: none !important; }

body.pf-new-home #page,
body.pf-new-home #content,
body.pf-new-home #primary,
body.pf-new-home .site-content,
body.pf-new-home .col-full,
body.pf-new-home .site-main,
body.pf-new-home article.page,
body.pf-new-home article.page > .entry-content,
body.pf-new-home .entry-content > .elementor {
  box-sizing: border-box;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}
body.pf-new-home .elementor-element-e0ee2b2 .elementor-heading-title,
body.pf-new-home .elementor-element-e0ee2b2 .elementor-widget-text-editor,
body.pf-new-home .elementor-element-e0ee2b2 .elementor-button,
body.pf-new-home .elementor-element-e0ee2b2 .elementor-button * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.pf-brand-enabled.single-product nav.woocommerce-breadcrumb,
body.pf-brand-enabled.single-product .woocommerce-product-gallery__trigger,
body.pf-brand-enabled.single-product .zoomImg,
body.pf-brand-enabled.single-product .pswp { display: none !important; }
body.pf-brand-enabled.single-product .woocommerce-product-gallery a { cursor: default !important; pointer-events: none !important; }
body.pf-brand-enabled.single-product .single_add_to_cart_button {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
}
body.pf-brand-enabled.single-product .related.products,
body.pf-brand-enabled.single-product section.related.products {
  box-sizing: border-box !important;
  clear: both !important;
  grid-column: 1 / -1 !important;
  margin-top: 56px !important;
  max-width: none !important;
  padding-top: 24px !important;
  width: 100% !important;
}

@media (max-width: 900px) {
  body.pf-brand-enabled.single-product div.product {
    display: flex !important;
    flex-direction: column !important;
  }
  body.pf-brand-enabled.single-product div.product > .woocommerce-product-gallery { order: 1 !important; }
  body.pf-brand-enabled.single-product div.product > .summary.entry-summary { order: 2 !important; }
  body.pf-brand-enabled.single-product div.product > .woocommerce-tabs { order: 3 !important; }
  body.pf-brand-enabled.single-product div.product > .related.products,
  body.pf-brand-enabled.single-product div.product > section.related.products { order: 4 !important; }
}

/* Preserve and elevate the existing long-form homepage content. */
.pf-new-home .entry-content > h1:first-child {
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(31, 20, 14, .88) 0%, rgba(31, 20, 14, .58) 48%, rgba(31, 20, 14, .10) 100%),
    url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") center 32% / cover no-repeat;
  box-sizing: border-box;
  color: #fff !important;
  display: flex;
  font-family: "Instrument Sans", Arial, sans-serif !important;
  font-size: clamp(34px, 5.4vw, 76px) !important;
  font-weight: 700 !important;
  justify-content: flex-start;
  line-height: .98 !important;
  margin: 0 calc(50% - 50vw) 54px !important;
  min-height: min(72vh, 720px);
  padding: clamp(48px, 8vw, 120px) max(24px, calc((100vw - 1180px) / 2));
  text-wrap: balance;
  width: 100vw;
}
.pf-new-home .entry-content > p,
.pf-new-home .entry-content > h2,
.pf-new-home .entry-content > h3,
.pf-new-home .entry-content > ul,
.pf-new-home .entry-content > hr,
.pf-new-home .entry-content > img,
.pf-new-home .entry-content > .faq-accordion {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1040px;
  width: calc(100% - 48px);
}
.pf-new-home .entry-content > h2 {
  border-top: 1px solid var(--pf-line);
  font-family: "Instrument Sans", Arial, sans-serif !important;
  font-size: clamp(30px, 4vw, 54px) !important;
  font-weight: 700 !important;
  margin-top: 90px !important;
  padding-top: 54px;
}
.pf-new-home .entry-content > h3 {
  font-family: "Instrument Sans", Arial, sans-serif !important;
  font-size: clamp(21px, 2.5vw, 31px) !important;
  font-weight: 700 !important;
  margin-top: 44px !important;
}
.pf-new-home .entry-content > p,
.pf-new-home .entry-content > ul {
  color: #3d4653;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.8;
}
.pf-new-home .entry-content > img {
  aspect-ratio: 4 / 5;
  display: block;
  margin-bottom: 34px !important;
  margin-top: 34px !important;
  max-width: min(720px, calc(100% - 48px));
  object-fit: cover;
}
.pf-new-home .entry-content > .woocommerce {
  margin: 38px auto 80px !important;
  max-width: 1180px;
  width: calc(100% - 48px);
}
.pf-new-home .entry-content > h3 button {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pf-line) !important;
  color: var(--pf-ink) !important;
  display: flex;
  font: inherit;
  justify-content: space-between;
  padding: 18px 0 !important;
  text-align: left;
  width: 100%;
}
@media (max-width: 760px) {
  .pf-new-home .entry-content > h1:first-child {
    min-height: 72svh;
    padding: 42px 20px;
  }
  .pf-new-home .entry-content > p,
  .pf-new-home .entry-content > h2,
  .pf-new-home .entry-content > h3,
  .pf-new-home .entry-content > ul,
  .pf-new-home .entry-content > hr,
  .pf-new-home .entry-content > img,
  .pf-new-home .entry-content > .faq-accordion,
  .pf-new-home .entry-content > .woocommerce { width: calc(100% - 32px); }
  .pf-new-home .entry-content > h2 { margin-top: 64px !important; padding-top: 38px; }
}

html { scroll-behavior: smooth; }
body.pf-brand-enabled {
  color: var(--pf-ink);
  background: var(--pf-white);
  font-family: var(--pf-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.pf-brand-enabled h1,
.pf-brand-enabled h2,
.pf-brand-enabled h3,
.pf-brand-enabled h4,
.pf-brand-enabled .site-title,
.pf-brand-enabled .woocommerce-loop-product__title,
.pf-brand-enabled .product_title {
  color: var(--pf-ink);
  font-family: var(--pf-serif);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.pf-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.pf-section { padding: 110px 0; }
.pf-brand-enabled a { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease; }

/* Header and wordmark */
.pf-brand-enabled .site-header,
.pf-brand-enabled #masthead { display: none !important; }
.pf-modern-header {
  align-items: center;
  background: #f7f5f1;
  border-bottom: 1px solid rgba(11,11,13,.08);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 76px;
  padding: 0 46px;
  position: relative;
  width: 100%;
  z-index: 99;
}
.pf-modern-wordmark {
  color: var(--pf-ink) !important;
  font-family: var(--pf-sans);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  grid-column: 2;
  letter-spacing: -.025em;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}
.pf-modern-wordmark,
.pf-footer-wordmark { align-items: center; display: inline-flex; flex-direction: column; gap: 7px; }
.pf-wordmark-text { display: block; }
.pf-french-mark { display: grid; grid-template-columns: repeat(3, 1fr); height: 2px; overflow: hidden; width: 42px; }
.pf-french-mark i:nth-child(1) { background: #1b3f91; }
.pf-french-mark i:nth-child(2) { background: #fff; }
.pf-french-mark i:nth-child(3) { background: #d32032; }
.pf-header-button,
.pf-header-icon {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--pf-ink);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.pf-menu-toggle {
  border: 1px solid rgba(11,11,13,.16);
  flex-direction: column;
  gap: 5px;
  height: 54px;
  justify-self: start;
  width: 54px;
}
.pf-menu-toggle span { background: currentColor; display: block; height: 1px; width: 25px; }
.pf-header-actions { align-items: center; display: flex; gap: 24px; grid-column: 3; justify-self: end; }
.pf-header-icon { height: 38px; position: relative; width: 30px; }
.pf-header-icon svg { fill: none; height: 25px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 25px; }
.pf-cart-count {
  align-items: center;
  background: var(--pf-ink);
  border-radius: 50%;
  color: var(--pf-white);
  display: flex;
  font-size: 9px;
  height: 16px;
  justify-content: center;
  line-height: 1;
  min-width: 16px;
  padding: 0 3px;
  position: absolute;
  right: -6px;
  top: 0;
}
.pf-cart-count:empty,
.pf-cart-count:is(:not(:empty)) { box-sizing: border-box; }
.pf-menu-drawer,
.pf-search-panel {
  background: #f7f5f1;
  border-bottom: 1px solid var(--pf-line);
  box-sizing: border-box;
  padding: 24px 46px;
  position: relative;
  width: 100%;
  z-index: 98;
}
.pf-menu-drawer[hidden], .pf-search-panel[hidden] { display: none !important; }
.pf-menu-drawer { display: flex; flex-wrap: wrap; gap: 16px 42px; }
.pf-menu-drawer a {
  color: var(--pf-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.pf-menu-drawer a:hover { color: var(--pf-gold-dark); }
.pf-search-panel form { display: flex; gap: 10px; margin: 0 auto; max-width: 720px; }
.pf-search-panel input[type="search"] {
  background: var(--pf-white);
  border: 1px solid var(--pf-line);
  border-radius: 0;
  box-sizing: border-box;
  flex: 1;
  height: 48px;
  margin: 0;
  min-width: 0;
  padding: 0 16px;
}
.pf-search-panel button {
  background: var(--pf-ink);
  border: 1px solid var(--pf-ink);
  border-radius: 0;
  color: var(--pf-white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 0 22px;
  text-transform: uppercase;
}
.pf-brand-enabled .site-branding { min-width: 190px; }
.pf-brand-enabled .site-title,
.pf-brand-enabled .site-title a {
  color: var(--pf-ink) !important;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
}
.pf-brand-enabled .site-title a::after {
  content: none !important;
  display: none !important;
}
.pf-brand-enabled .main-navigation ul li a,
.pf-brand-enabled .header-search > span,
.pf-brand-enabled .user-block a,
.pf-brand-enabled .cart-block a {
  color: var(--pf-ink);
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.pf-brand-enabled .main-navigation ul li a:hover,
.pf-brand-enabled .main-navigation ul li.current-menu-item > a { color: var(--pf-gold-dark); }

/* Full-width branded homepage */
.pf-new-home .site-content,
.pf-new-home .site-main,
.pf-new-home .content-area,
.pf-new-home .entry-content { margin: 0; max-width: none; padding: 0; width: 100%; }
.pf-new-home #content,
.pf-new-home #primary,
.pf-new-home .site-content,
.pf-new-home .site-content > .container,
.pf-new-home .site-main,
.pf-new-home article.page,
.pf-new-home article .entry-content { box-sizing: border-box; margin: 0 !important; max-width: none !important; padding: 0 !important; width: 100% !important; }
.pf-new-home .entry-header,
.pf-new-home .page-header,
.pf-new-home .entry-title,
.pf-new-home .breadcrumb-wrapper,
.pf-new-home .breadcrumbs,
.pf-new-home .breadcrumb,
.pf-new-home .woocommerce-breadcrumb { display: none !important; }
.pf-new-home .entry-content > p:empty { display: none; }
.pf-home { display: block; margin: 0; max-width: 100%; overflow: hidden; padding: 0; width: 100%; }

.pf-hero {
  align-items: center;
  background: linear-gradient(90deg, rgba(31,20,14,.94) 0%, rgba(31,20,14,.68) 48%, rgba(31,20,14,.18) 100%), url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==') 70% 35%/cover no-repeat;
  color: var(--pf-white);
  display: flex;
  min-height: 680px;
  overflow: hidden;
  position: relative;
}
.pf-hero::after {
  border: 1px solid rgba(216,176,113,.34);
  content: "";
  inset: 24px;
  pointer-events: none;
  position: absolute;
}
.pf-hero__inner { padding-block: 96px; position: relative; z-index: 1; }
.pf-eyebrow {
  color: var(--pf-gold);
  font-family: var(--pf-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.pf-eyebrow--dark { color: var(--pf-gold-dark); }
.pf-hero h1 {
  color: var(--pf-white);
  font-size: clamp(58px, 7vw, 100px);
  margin: 0 0 28px;
  max-width: 800px;
}
.pf-hero__copy { color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.7; margin: 0 0 38px; max-width: 570px; }
.pf-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 30px; }
.pf-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--pf-radius);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .12em;
  min-height: 54px;
  padding: 0 30px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.pf-button--gold { background: var(--pf-gold); color: var(--pf-ink) !important; }
.pf-button--gold:hover { background: var(--pf-ivory); transform: translateY(-2px); }
.pf-button--light { background: var(--pf-white); color: var(--pf-ink) !important; }
.pf-button--light:hover { background: var(--pf-gold); transform: translateY(-2px); }
.pf-text-link { color: var(--pf-white) !important; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-decoration: none !important; }
.pf-text-link span { display: inline-block; margin-left: 8px; }
.pf-text-link:hover span { transform: translateX(4px); }
.pf-text-link--dark { color: var(--pf-ink) !important; }

.pf-trust { background: var(--pf-ivory); border-bottom: 1px solid var(--pf-line); }
.pf-trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pf-trust__grid > div { align-items: center; display: grid; gap: 1px 14px; grid-template-columns: 34px auto; padding: 25px 34px; }
.pf-trust__grid > div + div { border-left: 1px solid var(--pf-line); }
.pf-trust__grid span { color: var(--pf-gold-dark); font-size: 22px; grid-row: 1 / 3; }
.pf-trust__grid strong { font-family: var(--pf-serif); font-size: 18px; font-weight: 600; }
.pf-trust__grid small { color: var(--pf-muted); font-size: 12px; }

.pf-intro { background: var(--pf-white); }
.pf-intro__grid { align-items: start; display: grid; gap: 70px; grid-template-columns: 280px 1fr; }
.pf-intro h2 { font-size: clamp(42px, 5vw, 68px); margin: 0 0 28px; max-width: 790px; }
.pf-intro__grid > div > p { color: var(--pf-muted); font-size: 18px; margin: 0; max-width: 760px; }

.pf-selection { background: #fbfaf8; }
.pf-heading-row { align-items: end; display: flex; gap: 40px; justify-content: space-between; margin-bottom: 50px; }
.pf-heading-row h2 { font-size: clamp(38px, 4.5vw, 60px); margin: 0; max-width: 760px; }

/* Product cards, catalogue and product pages */
.pf-brand-enabled ul.products { display: grid !important; gap: 36px 22px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 !important; }
.pf-brand-enabled ul.products::before,
.pf-brand-enabled ul.products::after { display: none !important; }
.pf-brand-enabled ul.products li.product { background: transparent; float: none !important; margin: 0 !important; padding: 0 0 18px; width: auto !important; }
.pf-brand-enabled ul.products li.product a { text-decoration: none; }
.pf-brand-enabled ul.products li.product img {
  aspect-ratio: 4 / 5;
  background: #eee9e2;
  border-radius: var(--pf-radius);
  display: block;
  height: auto;
  margin: 0 0 22px !important;
  object-fit: cover;
  transition: transform .45s ease, filter .3s ease;
  width: 100%;
}
.pf-brand-enabled ul.products li.product:hover img { filter: saturate(1.05); transform: translateY(-4px); }
.pf-brand-enabled .woocommerce-loop-product__title {
  display: -webkit-box;
  font-size: 20px !important;
  line-height: 1.25 !important;
  margin: 0 0 10px !important;
  min-height: 50px;
  overflow: hidden;
  padding: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pf-brand-enabled ul.products li.product .price { color: var(--pf-ink) !important; font-size: 15px !important; font-weight: 700; }
.pf-brand-enabled ul.products li.product .button {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pf-ink) !important;
  border-radius: 0 !important;
  color: var(--pf-ink) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .1em;
  margin-top: 14px !important;
  padding: 4px 0 !important;
  text-transform: uppercase;
}
.pf-brand-enabled .woocommerce-breadcrumb { color: var(--pf-muted); font-size: 12px; }
.pf-brand-enabled div.product .product_title { font-size: clamp(38px, 5vw, 62px); }
.pf-brand-enabled div.product p.price { color: var(--pf-gold-dark) !important; font-size: 24px !important; }
.pf-brand-enabled.single-product .woocommerce-product-gallery {
  opacity: 1 !important;
  visibility: visible !important;
}
.pf-brand-enabled.single-product .woocommerce-product-gallery img {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.pf-brand-enabled.single-product .variable-items-wrapper {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  list-style: none !important;
  margin: 12px 0 4px !important;
  padding: 0 !important;
}
.pf-brand-enabled.single-product .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  align-items: center !important;
  background: var(--pf-white) !important;
  border: 1px solid var(--pf-line) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  display: inline-flex !important;
  height: 42px !important;
  justify-content: center !important;
  margin: 0 !important;
  min-width: 54px !important;
  padding: 0 14px !important;
  width: auto !important;
}
.pf-brand-enabled.single-product .variable-items-wrapper .variable-item:not(.radio-variable-item) > div,
.pf-brand-enabled.single-product .variable-items-wrapper .variable-item:not(.radio-variable-item) span {
  font-size: 13px !important;
  line-height: 1 !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  white-space: nowrap !important;
  width: auto !important;
}
.pf-brand-enabled.single-product .variable-items-wrapper .variable-item.selected {
  background: var(--pf-ink) !important;
  border-color: var(--pf-ink) !important;
  color: var(--pf-white) !important;
}
.pf-brand-enabled div.product form.cart .button,
.pf-brand-enabled .checkout-button,
.pf-brand-enabled #place_order {
  background: var(--pf-ink) !important;
  border-radius: var(--pf-radius) !important;
  color: var(--pf-white) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .1em;
  min-height: 52px;
  text-transform: uppercase;
}

.pf-manifesto { background: var(--pf-white); }
.pf-manifesto__card {
  background: radial-gradient(circle at 82% 20%, rgba(216,176,113,.22), transparent 28%), linear-gradient(135deg, #0b0b0d, #211b20);
  color: var(--pf-white);
  padding: 90px clamp(28px, 8vw, 110px);
  position: relative;
}
.pf-manifesto__card::after { border: 1px solid rgba(216,176,113,.3); content: ""; inset: 18px; pointer-events: none; position: absolute; }
.pf-manifesto h2 { color: var(--pf-white); font-size: clamp(46px, 6vw, 78px); margin: 0 0 28px; max-width: 800px; }
.pf-manifesto__card > p:not(.pf-eyebrow) { color: rgba(255,255,255,.75); font-size: 18px; margin: 0 0 34px; max-width: 620px; }
.pf-manifesto__card > * { position: relative; z-index: 1; }

.pf-faq { background: var(--pf-ivory); }
.pf-faq__grid { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.pf-faq h2 { font-size: clamp(42px, 5vw, 66px); margin: 0; }
.pf-faq__items details { border-top: 1px solid var(--pf-line); padding: 24px 0; }
.pf-faq__items details:last-child { border-bottom: 1px solid var(--pf-line); }
.pf-faq__items summary { cursor: pointer; font-family: var(--pf-serif); font-size: 22px; font-weight: 600; list-style: none; padding-right: 40px; position: relative; }
.pf-faq__items summary::-webkit-details-marker { display: none; }
.pf-faq__items summary::after { content: "+"; font-family: var(--pf-sans); font-size: 22px; font-weight: 400; position: absolute; right: 4px; top: 0; }
.pf-faq__items details[open] summary::after { content: "−"; }
.pf-faq__items details p { color: var(--pf-muted); margin: 16px 0 0; max-width: 620px; }

.pf-brand-enabled .site-footer,
.pf-brand-enabled footer.site-footer { background: var(--pf-ink); color: rgba(255,255,255,.7); }
.pf-brand-enabled .site-footer a { color: var(--pf-white); }
.pf-brand-enabled .site-footer .widget-title { color: var(--pf-gold); font-family: var(--pf-serif); }
.pf-brand-enabled .pf-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 24px 0; }
.pf-brand-enabled .pf-footer-bottom .site-info { align-items: center; display: flex; flex-wrap: wrap; gap: 16px 30px; justify-content: space-between; }
.pf-brand-enabled .pf-footer-bottom .site-info nav { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.pf-brand-enabled .pf-footer-bottom .site-info,
.pf-brand-enabled .pf-footer-bottom .site-info a { color: rgba(255,255,255,.72); font-size: 12px; text-decoration: none; }
.pf-brand-enabled .pf-footer-bottom .site-info a:hover { color: var(--pf-gold); }

@media (max-width: 900px) {
  .pf-section { padding: 80px 0; }
  .pf-shell { width: min(100% - 36px, 740px); }
  .pf-hero { min-height: 620px; }
  .pf-hero::after { inset: 14px; }
  .pf-trust__grid { grid-template-columns: 1fr; }
  .pf-trust__grid > div + div { border-left: 0; border-top: 1px solid var(--pf-line); }
  .pf-intro__grid,
  .pf-faq__grid { gap: 34px; grid-template-columns: 1fr; }
  .pf-heading-row { align-items: start; flex-direction: column; }
  .pf-brand-enabled ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .pf-shell { width: calc(100% - 30px); }
  .pf-section { padding: 68px 0; }
  .pf-hero { background-position: 61% center; min-height: 680px; }
  .pf-hero__inner { box-sizing: border-box; max-width: 100%; overflow: hidden; }
  .pf-hero__inner { padding-block: 80px; }
  .pf-hero h1 { font-size: 52px; }
  .pf-hero__copy {
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    max-width: calc(100vw - 30px) !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
    width: calc(100vw - 30px) !important;
  }
  .pf-hero__copy span { display: block; }
  .pf-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .pf-button { padding-inline: 22px; }
  .pf-intro h2,
  .pf-heading-row h2,
  .pf-faq h2 { font-size: 40px; }
  .pf-brand-enabled ul.products { gap: 28px 14px; }
  .pf-brand-enabled .woocommerce-loop-product__title { font-size: 17px !important; min-height: 43px; }
  .pf-manifesto__card { padding: 70px 28px; }
  .pf-manifesto h2 { font-size: 43px; }
}

/* 2026.2 — benefit bar, long-form home and conversion-focused product page */
.pf-topbar {
  background: var(--pf-ink);
  color: var(--pf-white);
  font-family: var(--pf-sans);
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.pf-topbar__track {
  animation: pf-topbar-scroll 26s linear infinite;
  display: flex;
  margin: 0;
  max-width: none;
  width: max-content;
}
.pf-topbar__track span {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: .09em;
  min-height: 38px;
  box-sizing: border-box;
  min-width: 25vw;
  padding: 0 22px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.pf-topbar__track span + span { border-left: 1px solid rgba(255,255,255,.18); }
.pf-topbar__track i { background: var(--pf-gold); border-radius: 50%; display: inline-block; height: 5px; width: 5px; }
.pf-topbar:hover .pf-topbar__track { animation-play-state: paused; }
@keyframes pf-topbar-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .pf-topbar__track { animation: none; } }

.pf-brand-enabled .site-header,
.pf-brand-enabled #masthead { margin-bottom: 0 !important; }
.pf-new-home #content,
.pf-new-home .site-content,
.pf-new-home .site-main,
.pf-new-home .content-area,
.pf-new-home article.page,
.pf-new-home article.page > .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.pf-new-home .breadcrumb-wrapper,
.pf-new-home .page-title-wrap { height: 0 !important; margin: 0 !important; min-height: 0 !important; padding: 0 !important; }
.pf-new-home .pf-home { margin-top: -24px !important; }

.pf-hero { min-height: 720px; }
.pf-hero h1 { font-size: clamp(48px, 5.6vw, 82px); max-width: 920px; }
.pf-hero__copy { font-size: 17px; max-width: 720px; }
.pf-hero__copy strong { color: var(--pf-white); }
.pf-selection { background: #f3eee7; }

.pf-editorial { background: var(--pf-white); }
.pf-editorial__lead {
  align-items: stretch;
  display: grid;
  gap: clamp(36px, 7vw, 100px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .7fr);
  margin-bottom: 72px;
}
.pf-editorial__lead > div:first-child { align-self: center; }
.pf-editorial h2,
.pf-dark-feature h2,
.pf-collections h2,
.pf-comparison h2 { font-size: clamp(40px, 4.6vw, 66px); margin: 0; }
.pf-editorial__image { background: #eee9e2; min-height: 520px; overflow: hidden; }
.pf-editorial__image img { display: block; height: 100%; object-fit: cover; width: 100%; }
.pf-copy-grid { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); }
.pf-copy-grid article { border-top: 1px solid var(--pf-line); padding: 32px 36px 0 0; }
.pf-copy-grid article + article { border-left: 1px solid var(--pf-line); padding-left: 36px; }
.pf-copy-grid article > span { color: var(--pf-gold-dark); display: block; font-size: 11px; font-weight: 800; letter-spacing: .14em; margin-bottom: 24px; }
.pf-copy-grid h3 { font-size: 28px; margin: 0 0 20px; }
.pf-copy-grid p { color: var(--pf-muted); margin: 0; }

.pf-dark-feature { background: var(--pf-ink); color: rgba(255,255,255,.76); }
.pf-dark-feature h2,
.pf-dark-feature h3 { color: var(--pf-white); }
.pf-dark-feature h2 { margin-bottom: 38px; }
.pf-dark-feature h3 { font-size: 26px; margin: 0 0 16px; }
.pf-dark-feature__grid { display: grid; gap: clamp(50px, 9vw, 140px); grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr); }
.pf-dark-feature__grid p { font-size: 17px; margin: 0; }
.pf-check-list { list-style: none; margin: 72px 0 0; padding: 0; }
.pf-check-list li { border-top: 1px solid rgba(255,255,255,.2); padding: 20px 12px 20px 42px; position: relative; }
.pf-check-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.pf-check-list li::before { color: var(--pf-gold); content: "✓"; font-weight: 800; left: 8px; position: absolute; }
.pf-difference { border-top: 1px solid rgba(255,255,255,.2); display: grid; gap: 60px; grid-template-columns: .7fr 1.3fr; margin-top: 82px; padding-top: 42px; }
.pf-difference p { margin: 0; }

.pf-collections { background: #fbfaf8; }
.pf-two-cols { display: grid; gap: clamp(50px, 9vw, 130px); grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); }
.pf-sticky-heading { align-self: start; position: sticky; top: 112px; }
.pf-sticky-heading > p:last-child { color: var(--pf-muted); font-size: 17px; margin-top: 28px; }
.pf-accordion details { border-top: 1px solid var(--pf-line); padding: 0; }
.pf-accordion details:last-child { border-bottom: 1px solid var(--pf-line); }
.pf-accordion summary {
  color: var(--pf-ink);
  cursor: pointer;
  font-family: var(--pf-serif);
  font-size: clamp(23px, 2.1vw, 31px);
  font-weight: 600;
  list-style: none;
  padding: 26px 54px 26px 0;
  position: relative;
}
.pf-accordion summary::-webkit-details-marker { display: none; }
.pf-accordion summary::after { content: "+"; font-family: var(--pf-sans); font-size: 25px; font-weight: 400; position: absolute; right: 6px; top: 25px; }
.pf-accordion details[open] summary::after { content: "−"; }
.pf-accordion details > p,
.pf-accordion details > ul { color: var(--pf-muted); margin: -4px 0 28px; max-width: 700px; padding-right: 54px; }
.pf-accordion details > ul { padding-left: 20px; }
.pf-closing-copy { border-top: 1px solid var(--pf-line); margin-top: 78px; padding-top: 38px; }
.pf-closing-copy p { font-family: var(--pf-serif); font-size: clamp(24px, 2.8vw, 38px); line-height: 1.35; margin: 0; max-width: 970px; }

.pf-comparison { background: var(--pf-white); }
.pf-comparison h2 { margin-bottom: 52px; max-width: 900px; }
.pf-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.pf-comparison table { border: 0; border-collapse: collapse; min-width: 760px; width: 100%; }
.pf-comparison th { background: var(--pf-ink); border: 0; color: var(--pf-white); font-size: 11px; letter-spacing: .1em; padding: 20px; text-align: left; text-transform: uppercase; }
.pf-comparison td { border: 0; border-bottom: 1px solid var(--pf-line); padding: 23px 20px; vertical-align: top; }
.pf-comparison tr:hover td { background: var(--pf-ivory); }

.pf-faq { background: var(--pf-ivory); }
.pf-faq__grid { gap: clamp(50px, 9vw, 130px); grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); }
.pf-faq h2 { font-size: clamp(40px, 4.6vw, 64px); }
.pf-accordion--soft details { border-color: rgba(11,11,13,.17); }
.pf-mini-faq { background: var(--pf-white); }
.pf-mini-faq__grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.pf-mini-faq details { background: #f7f5f1; min-height: 92px; padding: 26px 30px; }
.pf-mini-faq details:last-child { grid-column: 1 / -1; }
.pf-mini-faq summary { cursor: pointer; font-family: var(--pf-serif); font-size: 21px; font-weight: 600; }
.pf-mini-faq p,
.pf-mini-faq ul { color: var(--pf-muted); margin-bottom: 0; }

/* Product page — broad media area, sticky buying panel, decisive controls. */
.pf-brand-enabled.single-product #content { padding: 18px 0 110px; }
.pf-brand-enabled.single-product > .breadcrumb-wrapper,
.pf-brand-enabled.single-product .breadcrumb-wrapper { display: none !important; }
.pf-product-breadcrumb {
  background: var(--pf-white);
  border-bottom: 1px solid var(--pf-line);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.pf-product-breadcrumb__inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 13px;
  margin: 0 auto;
  max-width: 1380px;
  min-height: 48px;
  overflow: hidden;
  padding: 8px 32px;
  white-space: nowrap;
  width: 100%;
}
.pf-product-breadcrumb a,
.pf-product-breadcrumb span {
  color: var(--pf-muted);
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
}
.pf-product-breadcrumb a:hover { color: var(--pf-ink); }
.pf-product-breadcrumb__current {
  color: #e65b35 !important;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-brand-enabled.single-product #content { padding-top: 0; }
.pf-brand-enabled.single-product .content-area { margin-top: 0 !important; }
.pf-brand-enabled.single-product #content > .container { max-width: 1380px; width: calc(100% - 64px); }
.pf-brand-enabled.single-product .site-main > div.product {
  align-items: start;
  display: grid;
  gap: 0 clamp(42px, 5vw, 78px);
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.pf-brand-enabled.single-product .site-main > div.product::before,
.pf-brand-enabled.single-product .site-main > div.product::after { display: none; }
.pf-brand-enabled.single-product div.product .woocommerce-product-gallery,
.pf-brand-enabled.single-product div.product div.summary {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}
.pf-brand-enabled.single-product div.product div.summary { align-self: start; min-width: 0; position: static !important; top: auto; }
.pf-brand-enabled.single-product .woocommerce-tabs,
.pf-brand-enabled.single-product .related,
.pf-brand-enabled.single-product .upsells { grid-column: 1 / -1; }
.pf-brand-enabled.single-product .woocommerce-product-gallery {
  background: #f5f4f1;
  overflow: hidden;
}
.pf-brand-enabled.single-product .woocommerce-product-gallery__image img {
  aspect-ratio: 4 / 5;
  background: #f5f4f1;
  object-fit: cover;
  width: 100% !important;
}
.pf-brand-enabled.single-product .flex-control-thumbs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  margin: 12px 0 0 !important;
}
.pf-brand-enabled.single-product .flex-control-thumbs li { float: none !important; margin: 0 !important; width: auto !important; }
.pf-brand-enabled.single-product .flex-control-thumbs img { aspect-ratio: 1; border: 2px solid transparent; cursor: pointer; object-fit: cover; opacity: .72; }
.pf-brand-enabled.single-product .flex-control-thumbs img.flex-active { border-color: var(--pf-ink); opacity: 1; }
.pf-brand-enabled.single-product div.product .product_title {
  font-family: var(--pf-sans);
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 700;
  letter-spacing: -.015em;
  margin: 0 0 13px;
  box-sizing: border-box;
  max-width: 100%;
  overflow: visible;
  text-overflow: clip;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100% !important;
}
.pf-brand-enabled.single-product h1.product_title.entry-title {
  font-family: var(--pf-sans) !important;
  font-size: clamp(13px, 1.05vw, 16px) !important;
  font-weight: 500 !important;
  letter-spacing: -.02em !important;
  line-height: 1.15 !important;
  max-width: 100% !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  width: 100% !important;
}
.pf-brand-enabled.single-product div.product p.price { border-bottom: 1px solid var(--pf-line); color: var(--pf-ink) !important; font-family: var(--pf-sans); font-size: 21px !important; font-weight: 400; letter-spacing: .01em; margin: 0 0 16px; padding-bottom: 15px; }
.pf-brand-enabled.single-product .woocommerce-product-details__short-description { color: #3d3936; font-size: 14px; line-height: 1.45; margin-bottom: 17px; }
.pf-brand-enabled.single-product .woocommerce-product-details__short-description p { margin: 0 0 9px; }
.pf-brand-enabled.single-product .woocommerce-product-details__short-description p:last-child { margin-bottom: 0; }
.pf-brand-enabled.single-product .woocommerce-product-details__short-description ul { list-style: none; margin: 0; padding: 0; }
.pf-brand-enabled.single-product .woocommerce-product-details__short-description li { padding: 7px 0 7px 28px; position: relative; }
.pf-brand-enabled.single-product .woocommerce-product-details__short-description li { padding-left: 0; }
.pf-brand-enabled.single-product .woocommerce-product-details__short-description li::before { content: none; }
.pf-brand-enabled.single-product form.variations_form { margin: 0; }
.pf-brand-enabled.single-product form.variations_form > div[data-product_id],
.pf-brand-enabled.single-product form.variations_form > div[data-product_variations] {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.pf-brand-enabled.single-product table.variations { background: transparent; border: 0; margin: 0 0 16px; padding: 0; width: 100%; }
.pf-brand-enabled.single-product table.variations tr,
.pf-brand-enabled.single-product table.variations th,
.pf-brand-enabled.single-product table.variations td { border: 0; display: block; padding: 0; text-align: left; width: 100%; }
.pf-brand-enabled.single-product table.variations tr {
  background: transparent !important;
  border-bottom: 1px solid var(--pf-line);
  margin-bottom: 22px;
  padding-bottom: 22px;
}
.pf-brand-enabled.single-product table.variations th.label { font-size: 13px; letter-spacing: .04em; margin-bottom: 14px; text-transform: uppercase; }
.pf-brand-enabled.single-product table.variations th.label label::after {
  color: var(--pf-muted);
  content: "À choisir";
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 4px;
  text-transform: none;
}
.pf-brand-enabled.single-product .variable-items-wrapper { align-items: center; display: flex !important; flex-wrap: wrap !important; gap: 10px !important; }
.pf-brand-enabled.single-product .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border: 2px solid #c9c5bf !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  height: 46px !important;
  min-height: 46px !important;
  min-width: 54px !important;
  padding: 8px 15px !important;
  width: auto !important;
}
.pf-brand-enabled.single-product .variable-items-wrapper .variable-item:not(.radio-variable-item):hover { border-color: var(--pf-ink) !important; }
.pf-brand-enabled.single-product .variable-items-wrapper .variable-item.selected {
  background: var(--pf-ink) !important;
  border-color: var(--pf-ink) !important;
  box-shadow: inset 0 0 0 1px var(--pf-ink) !important;
}
.pf-brand-enabled.single-product .variable-items-wrapper .variable-item:not(.radio-variable-item) span { font-size: 13px !important; line-height: 1.25 !important; text-align: center; white-space: normal !important; }
.pf-brand-enabled.single-product .reset_variations { color: var(--pf-muted); display: inline-block; font-size: 12px; margin-top: 9px; }
.pf-brand-enabled.single-product .woocommerce-variation-add-to-cart { align-items: stretch; display: grid; gap: 12px; grid-template-columns: 126px 1fr; margin-top: 14px; }
.pf-brand-enabled.single-product form.cart .quantity { float: none; margin: 0; }
.pf-brand-enabled.single-product form.cart .quantity .qty { border: 1px solid var(--pf-line); box-sizing: border-box; height: 58px; width: 60px; }
.pf-brand-enabled.single-product div.product form.cart .single_add_to_cart_button {
  background: var(--pf-gold) !important;
  color: var(--pf-ink) !important;
  font-size: 13px !important;
  min-height: 58px;
  width: 100%;
}
.pf-brand-enabled.single-product div.product form.cart .single_add_to_cart_button:hover { background: var(--pf-ink) !important; color: var(--pf-white) !important; }
.pf-payment-methods {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center !important;
  margin: 14px auto 22px !important;
  width: 100%;
}
.pf-payment-methods > span {
  align-items: center;
  background: var(--pf-white);
  border: 1px solid var(--pf-line);
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  padding: 5px 7px;
  width: 49px;
}
.pf-payment-methods img { display: block; height: 100% !important; max-height: 22px; max-width: 100%; object-fit: contain; width: 100% !important; }
.pf-payment-methods > span:nth-child(1) { background: #1434cb; border-color: #1434cb; }
.pf-payment-methods > span:nth-child(1) img { filter: brightness(0) invert(1); }
.pf-payment-methods > span:nth-child(2) { background: #171717; border-color: #171717; }
.pf-payment-methods > span:nth-child(3) { background: #006fcf; border-color: #006fcf; padding: 3px; }
#bloc-accordeons-bas > .payment-badges { display: none !important; }

.pf-buy-benefits { border-bottom: 1px solid var(--pf-line); border-top: 1px solid var(--pf-line); display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); margin: 0 0 24px; padding: 18px 0; }
.pf-buy-benefits > div { align-items: center; display: grid; gap: 2px 11px; grid-template-columns: 42px 1fr; padding: 0 12px; }
.pf-buy-benefits > div + div { border-left: 1px solid var(--pf-line); }
.pf-buy-benefits .pf-benefit-icon { align-items: center; background: color-mix(in srgb, var(--pf-gold) 11%, white); color: var(--pf-gold); display: flex; grid-row: 1 / 3; height: 42px; justify-content: center; width: 42px; }
.pf-buy-benefits .pf-benefit-icon svg { fill: none; height: 22px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 22px; }
.pf-buy-benefits strong { font-size: 11px; line-height: 1.3; text-transform: uppercase; }
.pf-buy-benefits small { color: var(--pf-muted); font-size: 10px; line-height: 1.35; }
.pf-brand-enabled.single-product .summary .acc-titre,
.pf-brand-enabled.single-product .summary .accordion-title { border-top: 1px solid var(--pf-line); cursor: pointer; font-family: var(--pf-sans); font-size: 14px; font-weight: 800; padding: 20px 34px 20px 0; position: relative; }
.pf-brand-enabled.single-product #bloc-accordeons-bas {
  box-sizing: border-box;
  margin-top: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
.pf-brand-enabled.single-product #bloc-accordeons-bas .acc-item {
  border-top: 1px solid var(--pf-line);
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
.pf-brand-enabled.single-product #bloc-accordeons-bas .acc-item:last-child { border-bottom: 1px solid var(--pf-line); }
.pf-brand-enabled.single-product #bloc-accordeons-bas .acc-titre {
  border: 0 !important;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  min-height: 66px;
  padding: 21px 4px 21px 0 !important;
  width: 100% !important;
}
.pf-brand-enabled.single-product #bloc-accordeons-bas .acc-contenu {
  box-sizing: border-box;
  max-width: none !important;
  padding: 0 0 26px !important;
  width: 100% !important;
}
.pf-brand-enabled.single-product #bloc-accordeons-bas .acc-contenu > :first-child { margin-top: 0; }
.pf-brand-enabled.single-product .product_meta { border-top: 1px solid var(--pf-line); color: var(--pf-muted); font-size: 10px; letter-spacing: .08em; margin-top: 18px; padding-top: 18px; text-transform: uppercase; }
.pf-brand-enabled.single-product .product_meta { display: none !important; }
.pf-brand-enabled.single-product .woocommerce-tabs { display: none !important; }
.pf-brand-enabled.single-product .woocommerce-variation-availability,
.pf-brand-enabled.single-product .single_variation .stock,
.pf-brand-enabled.single-product p.stock.in-stock { display: none !important; }

@media (max-width: 980px) {
  .pf-copy-grid { grid-template-columns: 1fr; }
  .pf-copy-grid article,
  .pf-copy-grid article + article { border-left: 0; margin-top: 34px; padding: 30px 0 0; }
  .pf-dark-feature__grid,
  .pf-difference,
  .pf-two-cols,
  .pf-faq__grid { grid-template-columns: 1fr; }
  .pf-sticky-heading { position: static; }
  .pf-check-list { margin-top: 0; }
  .pf-brand-enabled.single-product .site-main > div.product { grid-template-columns: minmax(0, 1fr) minmax(330px, .85fr); }
  .pf-brand-enabled.single-product .variable-items-wrapper { display: flex !important; }
  .pf-buy-benefits { grid-template-columns: 1fr; }
  .pf-buy-benefits > div { padding: 9px 0; }
  .pf-buy-benefits > div + div { border-left: 0; }
}

@media (max-width: 760px) {
  .pf-product-breadcrumb__inner { gap: 9px; min-height: 42px; overflow-x: auto; padding: 7px 15px; scrollbar-width: none; }
  .pf-product-breadcrumb__inner::-webkit-scrollbar { display: none; }
  .pf-product-breadcrumb a, .pf-product-breadcrumb span { font-size: 10px; }
  .pf-modern-header { height: 62px; padding: 0 15px; }
  .pf-modern-wordmark { font-size: 16px; letter-spacing: -.015em; }
  .pf-menu-toggle { gap: 4px; height: 42px; width: 42px; }
  .pf-menu-toggle span { width: 20px; }
  .pf-header-actions { gap: 10px; }
  .pf-header-icon { height: 34px; width: 27px; }
  .pf-header-icon svg { height: 22px; width: 22px; }
  .pf-cart-count { height: 14px; min-width: 14px; right: -3px; }
  .pf-menu-drawer, .pf-search-panel { padding: 20px 15px; }
  .pf-menu-drawer { align-items: stretch; flex-direction: column; gap: 0; }
  .pf-menu-drawer a { border-bottom: 1px solid var(--pf-line); padding: 14px 2px; }
  .pf-search-panel form { align-items: stretch; flex-direction: column; }
  .pf-search-panel button { height: 46px; }
  .pf-topbar { overflow-x: auto; scrollbar-width: none; }
  .pf-topbar::-webkit-scrollbar { display: none; }
  .pf-topbar__track { display: flex; max-width: none; width: max-content; }
  .pf-topbar__track span { font-size: 10px; min-width: 78vw; padding-inline: 12px; }
  .pf-brand-enabled .site-header,
  .pf-brand-enabled #masthead { min-height: 0; }
  .pf-hero { background-position: 64% center; min-height: 670px; }
  .pf-hero::after { inset: 12px; }
  .pf-hero__inner { padding: 64px 0; }
  .pf-hero h1 { font-size: clamp(39px, 11vw, 52px); }
  .pf-hero__copy { font-size: 15px; line-height: 1.58; max-width: 100% !important; width: auto !important; }
  .pf-actions { width: 100%; }
  .pf-button { box-sizing: border-box; width: 100%; }
  .pf-editorial__lead { grid-template-columns: 1fr; margin-bottom: 46px; }
  .pf-editorial__image { min-height: 390px; }
  .pf-dark-feature__grid { gap: 38px; }
  .pf-difference { gap: 18px; margin-top: 58px; }
  .pf-mini-faq__grid { grid-template-columns: 1fr; }
  .pf-mini-faq details:last-child { grid-column: auto; }
  .pf-brand-enabled.single-product #content { padding: 14px 0 72px; }
  .pf-brand-enabled.single-product #content > .container { width: calc(100% - 30px); }
  .pf-brand-enabled.single-product .site-main > div.product { display: grid; gap: 30px; grid-template-columns: 1fr; }
  .pf-brand-enabled.single-product div.product div.summary { position: static; }
  .pf-brand-enabled.single-product .woocommerce-tabs,
  .pf-brand-enabled.single-product .related,
  .pf-brand-enabled.single-product .upsells { grid-column: 1; }
  .pf-brand-enabled.single-product div.product .product_title { font-size: 13px; }
  .pf-brand-enabled.single-product .flex-control-thumbs { gap: 7px; grid-template-columns: repeat(4, 1fr); }
  .pf-brand-enabled.single-product .variable-items-wrapper { display: flex !important; gap: 8px !important; }
  .pf-brand-enabled.single-product .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    height: 44px !important;
    min-height: 44px !important;
    min-width: 52px !important;
    padding: 7px 13px !important;
    width: auto !important;
  }
  .pf-brand-enabled.single-product .variable-items-wrapper .variable-item:not(.radio-variable-item) span { font-size: 14px !important; }
  .pf-brand-enabled.single-product .woocommerce-variation-add-to-cart { grid-template-columns: 54px 1fr; }
  .pf-brand-enabled.single-product form.cart .quantity .qty { height: 60px; width: 54px; }
  .pf-brand-enabled.single-product div.product form.cart .single_add_to_cart_button { min-height: 60px; }
  .pf-buy-benefits { grid-template-columns: 1fr; }
  .pf-buy-benefits > div { grid-template-columns: 42px 1fr; padding: 9px 0; }
  .pf-buy-benefits strong { font-size: 12px; }
  .pf-buy-benefits small { font-size: 11px; }
  .pf-payment-methods { gap: 7px; margin: 12px 0 20px; }
  .pf-payment-methods > span { height: 30px; padding: 5px 6px; width: 46px; }
  .pf-brand-enabled.single-product #bloc-accordeons-bas .acc-titre { min-height: 60px; padding-block: 18px !important; }
  .pf-brand-enabled.single-product .woocommerce-tabs { margin-top: 48px; }
}

/* Controlled layouts: no legacy blog/login widgets or theme footer columns. */
.pf-brand-enabled #secondary,
.pf-brand-enabled .secondary,
.pf-brand-enabled aside.widget-area,
.pf-brand-enabled .footer-t,
.pf-brand-enabled .footer-m,
.pf-brand-enabled .footer-widgets,
.pf-brand-enabled .widget_block,
.pf-brand-enabled .widget_meta,
.pf-brand-enabled .widget_archive,
.pf-brand-enabled .widget_categories,
.pf-brand-enabled .widget_recent_entries { display: none !important; }
.pf-brand-enabled:not(.single-product) #primary,
.pf-brand-enabled:not(.single-product) .content-area,
.pf-brand-enabled:not(.single-product) .site-main { float: none !important; margin-inline: auto !important; max-width: 1380px; width: 100% !important; }
.pf-brand-enabled .site-footer { background: #111114 !important; padding: 0 !important; }
.pf-premium-footer { background: #111114; color: rgba(255,255,255,.76); font-family: var(--pf-sans); width: 100%; }
.pf-premium-footer__grid { display: grid; gap: 72px; grid-template-columns: 1.05fr .8fr 1.55fr; margin: 0 auto; max-width: 1500px; padding: 88px 56px 76px; }
.pf-premium-footer h2 { color: #fff !important; font-family: var(--pf-sans) !important; font-size: 13px !important; font-weight: 700 !important; letter-spacing: .03em !important; margin: 0 0 28px !important; text-transform: uppercase; }
.pf-premium-footer p { color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; margin: 0 0 14px; }
.pf-premium-footer a { color: rgba(255,255,255,.82) !important; display: block; font-size: 15px; margin-bottom: 13px; text-decoration: none !important; }
.pf-premium-footer a:hover { color: #fff !important; }
.pf-footer-wordmark { color: #fff !important; font-size: clamp(25px, 2.4vw, 38px) !important; font-weight: 700; letter-spacing: -.03em; margin-bottom: 28px !important; width: fit-content; }
.pf-footer-wordmark .pf-french-mark { width: 52px; }
.pf-premium-footer__brand p { max-width: 430px; }
.pf-premium-footer__legal > div { column-gap: 52px; columns: 2; }
.pf-footer-highlight { color: #fff !important; font-weight: 700; margin-top: 24px !important; }
.pf-premium-footer__bottom { border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.66); font-size: 13px; padding: 25px 24px; text-align: center; }
.pf-brand-enabled .pf-footer-bottom { display: none !important; }

@media (max-width: 900px) {
  .pf-premium-footer__grid { gap: 46px; grid-template-columns: 1fr 1fr; padding: 64px 28px; }
  .pf-premium-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .pf-modern-wordmark { font-size: 18px; gap: 5px; }
  .pf-modern-wordmark .pf-french-mark { width: 34px; }
  .pf-premium-footer__grid { gap: 42px; grid-template-columns: 1fr; padding: 58px 22px 52px; }
  .pf-premium-footer__brand { grid-column: auto; }
  .pf-premium-footer__legal > div { columns: 1; }
}

/* 2026.4 — Archivo product identity, daily offer and horizontal collections. */
.pf-brand-enabled .woocommerce-loop-product__title,
.pf-brand-enabled.single-product h1.product_title.entry-title,
.pf-product-nickname {
  font-family: "Archivo", Arial, Helvetica, sans-serif !important;
}

.pf-daily-offer {
  align-items: center;
  background: #f3f0eb;
  border-radius: 14px;
  box-sizing: border-box;
  display: flex;
  font-family: "Archivo", Arial, Helvetica, sans-serif;
  font-size: 15px;
  gap: 12px;
  line-height: 1.35;
  margin: 0 0 18px;
  min-height: 58px;
  padding: 10px 16px;
  width: 100%;
}
.pf-daily-offer__badge {
  background: var(--pf-ink);
  border-radius: 7px;
  color: var(--pf-white);
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
  padding: 8px 11px;
}
.pf-daily-offer > span > strong { font-weight: 700; }
.pf-product-heading {
  align-items: end;
  border-bottom: 1px solid var(--pf-ink);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 5px;
  width: 100% !important;
  box-sizing: border-box;
}
.pf-product-nickname {
  color: var(--pf-ink);
  font-size: clamp(34px, 3.1vw, 48px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .95;
  margin: 0;
}
.pf-brand-enabled.single-product div.product .pf-product-heading p.price {
  border: 0;
  flex: 0 0 auto;
  font-family: "Archivo", Arial, Helvetica, sans-serif;
  font-size: clamp(20px, 1.7vw, 27px) !important;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0 0 2px;
}
.pf-brand-enabled.single-product h1.product_title.entry-title {
  color: #8d8a87 !important;
  display: -webkit-box;
  font-size: clamp(13px, 1.15vw, 16px) !important;
  font-weight: 700 !important;
  letter-spacing: -.025em !important;
  line-height: 1.25 !important;
  margin: 8px 0 18px !important;
  overflow: hidden !important;
  text-transform: none;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pf-brand-enabled.single-product .woocommerce-product-details__short-description { margin-top: 0; }

/* Product shelves: never collapse into a cramped two-column mobile grid. */
.pf-new-home ul.products,
.pf-brand-enabled.single-product .related ul.products,
.pf-brand-enabled.single-product .upsells ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  grid-template-columns: none !important;
  margin-inline: 0 !important;
  overflow-x: auto;
  padding: 0 0 16px !important;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--pf-gold) transparent;
  scrollbar-width: thin;
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
}
.pf-new-home ul.products > li.product,
.pf-brand-enabled.single-product .related ul.products > li.product,
.pf-brand-enabled.single-product .upsells ul.products > li.product {
  flex: 0 0 clamp(230px, 24vw, 310px) !important;
  margin: 0 !important;
  max-width: none !important;
  scroll-snap-align: start;
  width: auto !important;
}
.pf-brand-enabled .woocommerce-loop-product__title {
  display: -webkit-box;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  min-height: 2.5em;
  overflow: hidden;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pf-footer-trust {
  background: var(--pf-white);
  border-bottom: 1px solid var(--pf-line);
  border-top: 1px solid var(--pf-line);
  box-sizing: border-box;
  padding: 48px 24px;
  width: 100%;
}
.pf-footer-trust__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1500px;
}
.pf-footer-trust article {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 12px 28px;
  text-align: center;
}
.pf-footer-trust article + article { border-left: 1px solid var(--pf-line); }
.pf-footer-trust svg {
  fill: none;
  height: 28px;
  margin-bottom: 24px;
  stroke: var(--pf-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 28px;
}
.pf-footer-trust strong {
  color: var(--pf-ink);
  font-family: "Archivo", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
.pf-footer-trust article > span { color: var(--pf-muted); font-size: 12px; line-height: 1.35; }

@media (max-width: 760px) {
  .pf-daily-offer { align-items: center; font-size: 11px; gap: 8px; min-height: 54px; padding: 9px 11px; white-space: nowrap; }
  .pf-daily-offer__badge { font-size: 15px; padding: 7px 9px; }
  .pf-product-nickname { font-size: clamp(34px, 10vw, 42px); }
  .pf-brand-enabled.single-product div.product .pf-product-heading p.price { font-size: 21px !important; }
  .pf-brand-enabled.single-product h1.product_title.entry-title { font-size: 13px !important; margin-top: 7px !important; }
  .pf-brand-enabled.single-product .woocommerce-product-details__short-description { border-top: 0; padding-top: 0; }
  .pf-new-home ul.products,
  .pf-brand-enabled.single-product .related ul.products,
  .pf-brand-enabled.single-product .upsells ul.products { gap: 14px !important; margin-left: 0 !important; overflow-x: auto !important; }
  .pf-new-home ul.products > li.product,
  .pf-brand-enabled.single-product .related ul.products > li.product,
  .pf-brand-enabled.single-product .upsells ul.products > li.product { flex-basis: min(78vw, 300px) !important; }
  .pf-footer-trust { overflow: hidden; padding: 34px 0 30px; }
  .pf-footer-trust__track {
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding: 0 15px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .pf-footer-trust__track::-webkit-scrollbar { display: none; }
  .pf-footer-trust article { flex: 0 0 72vw; padding: 8px 22px; scroll-snap-align: center; }
  .pf-footer-trust article + article { border-left: 1px solid var(--pf-line); }
  .pf-footer-trust svg { margin-bottom: 16px; }
}

@media (max-width: 760px) {
  .pf-home h1,
  .pf-home h2,
  .pf-home h3,
  .pf-home p,
  .pf-heading-row,
  .pf-heading-row > div {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    width: 100% !important;
  }
  .pf-hero h1 { font-size: clamp(37px, 10.4vw, 46px); overflow-wrap: break-word; }
  .pf-heading-row { align-items: stretch; }
  .pf-selection .pf-heading-row h2 { font-size: 40px; line-height: 1.05; }
  .pf-editorial h2,
  .pf-dark-feature h2,
  .pf-collections h2,
  .pf-comparison h2,
  .pf-faq h2 { font-size: 39px; line-height: 1.08; }
}

/* Product carousel: one large image with a compact, single-row thumbnail rail. */
@media (min-width: 761px) {
  .pf-brand-enabled.single-product .woocommerce-product-gallery { background: transparent; overflow: hidden; }
  .pf-brand-enabled.single-product .woocommerce-product-gallery__image img { aspect-ratio: 4 / 5; object-fit: cover; }
  .pf-brand-enabled.single-product .flex-viewport { overflow: hidden !important; }
}

.pf-brand-enabled.single-product .flex-control-thumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px;
  grid-template-columns: none !important;
  margin: 10px 0 0 !important;
  overflow-x: auto;
  padding: 0 0 4px !important;
  scrollbar-width: thin;
  width: 100%;
}
.pf-brand-enabled.single-product .flex-control-thumbs li {
  flex: 0 0 62px;
  float: none !important;
  margin: 0 !important;
  width: 62px !important;
}
.pf-brand-enabled.single-product .flex-control-thumbs img {
  aspect-ratio: 1;
  border: 1px solid transparent;
  box-sizing: border-box;
  height: 62px;
  object-fit: cover;
  opacity: .58;
  width: 62px;
}
.pf-brand-enabled.single-product .flex-control-thumbs img.flex-active { border-color: var(--pf-ink); opacity: 1; }

.pf-brand-enabled.single-product .woocommerce-variation-add-to-cart { grid-template-columns: 126px 1fr; }
.pf-brand-enabled.single-product div.product form.cart .single_add_to_cart_button { height: 54px; min-height: 54px; }
.pf-brand-enabled.single-product form.cart .quantity {
  display: grid;
  grid-template-columns: 38px 50px 38px;
  height: 54px;
  width: 126px;
}
.pf-brand-enabled.single-product form.cart .quantity .qty {
  border-color: var(--pf-line);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  height: 54px;
  line-height: 54px;
  margin: 0;
  min-width: 0;
  padding: 0;
  text-align: center;
  width: 50px;
}
.pf-qty-button {
  background: var(--pf-white);
  border: 1px solid var(--pf-line);
  border-radius: 0;
  color: var(--pf-ink);
  cursor: pointer;
  font-size: 18px;
  box-sizing: border-box;
  height: 54px;
  line-height: 52px;
  margin: 0;
  padding: 0;
  width: 38px;
}
.pf-qty-button:hover { background: var(--pf-ivory); }

@media (max-width: 760px) {
  .pf-brand-enabled.single-product .site-main,
  .pf-brand-enabled.single-product .site-main > div.product,
  .pf-brand-enabled.single-product div.product div.summary,
  .pf-brand-enabled.single-product form.cart,
  .pf-brand-enabled.single-product form.variations_form,
  .pf-brand-enabled.single-product .single_variation_wrap,
  .pf-brand-enabled.single-product table.variations,
  .pf-brand-enabled.single-product table.variations td.value {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  .pf-brand-enabled.single-product .site-main > div.product {
    grid-template-columns: minmax(0, 1fr) !important;
    overflow: hidden;
  }
  .pf-brand-enabled.single-product .woocommerce-product-gallery {
    background: transparent;
    box-sizing: border-box !important;
    margin-inline: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
    width: 100% !important;
  }
  .pf-brand-enabled.single-product .woocommerce-product-gallery__image img { aspect-ratio: 4 / 5; object-fit: cover; }
  .pf-brand-enabled.single-product .flex-viewport { overflow: hidden !important; }
  .pf-brand-enabled.single-product .flex-control-thumbs { display: flex !important; gap: 6px; margin-top: 8px !important; }
  .pf-brand-enabled.single-product .flex-control-thumbs li { flex-basis: 52px; width: 52px !important; }
  .pf-brand-enabled.single-product .flex-control-thumbs img { height: 52px; width: 52px; }
  .pf-brand-enabled.single-product div.product p.price { border-bottom: 0; margin-bottom: 18px; padding-bottom: 0; }
  .pf-brand-enabled.single-product div.product .product_title {
    font-size: clamp(11px, 3.5vw, 15px);
    max-width: 100% !important;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap !important;
    width: 100% !important;
  }
  .pf-brand-enabled.single-product h1.product_title.entry-title { font-size: clamp(12px, 3.5vw, 15px) !important; }
  .pf-brand-enabled.single-product .woocommerce-product-details__short-description { border-top: 1px solid var(--pf-ink); padding-top: 18px; }
  .pf-brand-enabled.single-product table.variations { background: transparent !important; padding: 0 !important; }
  .pf-brand-enabled.single-product .variable-items-wrapper { max-width: 100% !important; overflow: hidden; width: 100% !important; }
  .pf-brand-enabled.single-product .woocommerce-variation-add-to-cart { align-items: stretch; grid-template-columns: 116px 1fr; }
  .pf-brand-enabled.single-product .woocommerce-variation-add-to-cart { box-sizing: border-box; max-width: 100%; min-width: 0; width: 100%; }
  .pf-brand-enabled.single-product div.product form.cart .single_add_to_cart_button {
    box-sizing: border-box;
    font-size: 11px !important;
    min-width: 0;
    padding: 8px !important;
    white-space: normal;
  }
  .pf-brand-enabled.single-product form.cart .quantity { grid-template-columns: 34px 48px 34px; height: 54px; width: 116px; }
  .pf-brand-enabled.single-product form.cart .quantity .qty { height: 54px; line-height: 54px; width: 48px; }
  .pf-qty-button { height: 54px; line-height: 52px; width: 34px; }
}

/* Final title rules intentionally follow the legacy responsive declarations. */
.pf-brand-enabled.single-product h1.product_title.entry-title {
  color: #8d8a87 !important;
  display: -webkit-box !important;
  font-family: "Archivo", Arial, Helvetica, sans-serif !important;
  font-size: clamp(13px, 1.15vw, 16px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 8px 0 18px !important;
  overflow: hidden !important;
  text-transform: none !important;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 760px) {
  .pf-brand-enabled.single-product h1.product_title.entry-title { font-size: 13px !important; }
  .pf-brand-enabled.single-product .woocommerce-product-details__short-description { border-top: 0 !important; padding-top: 0 !important; }
}

/* 2026.4.2 — faithful Instrument Sans product hierarchy. */
.pf-daily-offer,
.pf-product-nickname,
.pf-brand-enabled.single-product .pf-product-heading p.price,
.pf-brand-enabled.single-product h1.product_title.entry-title,
.pf-brand-enabled .woocommerce-loop-product__title {
  font-family: "Instrument Sans", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
}
.pf-daily-offer { color: #171717; font-weight: 400; }
.pf-daily-offer > span { font-weight: 400; }
.pf-daily-offer > span > strong,
.pf-daily-offer__badge { font-weight: 700; }
.pf-product-nickname {
  font-weight: 700 !important;
  letter-spacing: -.055em;
}
.pf-brand-enabled.single-product h1.product_title.entry-title {
  color: #4c4946 !important;
  display: block !important;
  font-size: clamp(15px, 1.35vw, 19px) !important;
  font-weight: 400 !important;
  letter-spacing: -.025em !important;
  line-height: 1.35 !important;
  margin: 7px 0 20px !important;
  max-height: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  text-transform: none !important;
  white-space: normal !important;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}
.pf-brand-enabled .woocommerce-loop-product__title { font-weight: 400 !important; }
@media (max-width: 760px) {
  .pf-brand-enabled.single-product h1.product_title.entry-title { font-size: 15px !important; line-height: 1.32 !important; }
}

/* Limited-stock signal and automatic side cart. */
.pf-stock-alert {
  align-items: center;
  background: #fff1e6;
  border: 1px solid #f3d2b8;
  border-radius: 12px;
  box-sizing: border-box;
  color: #743811;
  display: flex;
  flex-wrap: wrap;
  font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  gap: 6px;
  margin: 0 0 18px;
  min-height: 44px;
  padding: 9px 13px;
  width: 100%;
}
.pf-stock-alert strong { font-weight: 700; }
.pf-stock-alert > span:last-child { color: #96603c; font-weight: 400; }
.pf-stock-alert__dot {
  background: #e25c2d;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(226,92,45,.48);
  flex: 0 0 8px;
  height: 8px;
  margin-right: 2px;
  width: 8px;
  animation: pf-stock-pulse 1.45s ease-out infinite;
}
@keyframes pf-stock-pulse {
  0% { box-shadow: 0 0 0 0 rgba(226,92,45,.48); opacity: 1; }
  65% { box-shadow: 0 0 0 8px rgba(226,92,45,0); opacity: .82; }
  100% { box-shadow: 0 0 0 0 rgba(226,92,45,0); opacity: 1; }
}

body.pf-cart-drawer-open { overflow: hidden !important; }
body.pf-cart-drawer-open #smartsupp-widget-container,
body.pf-cart-drawer-open .smartsupp-widget-container { display: none !important; }
.pf-cart-drawer {
  inset: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  z-index: 99999;
}
.pf-cart-drawer.is-open { pointer-events: auto; visibility: visible; }
.pf-cart-drawer__overlay {
  background: rgba(11,11,13,.42);
  border: 0;
  height: 100%;
  inset: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: opacity .28s ease;
  width: 100%;
}
.pf-cart-drawer.is-open .pf-cart-drawer__overlay { opacity: 1; }
.pf-cart-drawer__panel {
  background: #fbfaf8;
  box-shadow: -18px 0 48px rgba(11,11,13,.16);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(102%);
  transition: transform .32s cubic-bezier(.22,.7,.2,1);
  width: 430px;
}
.pf-cart-drawer.is-open .pf-cart-drawer__panel { transform: translateX(0); }
.pf-cart-drawer__panel > header {
  align-items: center;
  border-bottom: 1px solid var(--pf-line);
  display: flex;
  justify-content: space-between;
  padding: 21px 24px;
}
.pf-cart-drawer__panel h2 {
  font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -.035em;
  margin: 0;
}
.pf-cart-drawer__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--pf-ink);
  cursor: pointer;
  display: flex;
  font-size: 31px;
  font-weight: 300;
  height: 38px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 38px;
}
.pf-cart-drawer .widget_shopping_cart_content {
  display: block !important;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 18px 24px;
}
.pf-cart-drawer ul.woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pf-cart-drawer li.woocommerce-mini-cart-item {
  border-bottom: 1px solid var(--pf-line);
  min-height: 96px;
  padding: 0 28px 18px 88px !important;
  position: relative;
}
.pf-cart-drawer li.woocommerce-mini-cart-item + li { margin-top: 18px; }
.pf-cart-drawer li.woocommerce-mini-cart-item img {
  height: 74px !important;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 68px !important;
}
.pf-cart-drawer a.remove_from_cart_button { left: auto !important; position: absolute; right: 0; top: 0; }
.pf-cart-drawer .woocommerce-mini-cart__total {
  border-top: 0 !important;
  display: flex;
  font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
  justify-content: space-between;
  margin: 22px 0 0 !important;
  padding: 18px 0 0 !important;
}
.pf-cart-drawer .woocommerce-mini-cart__buttons { display: none !important; }
.pf-cart-drawer__actions {
  background: #fbfaf8;
  border-top: 1px solid var(--pf-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding: 18px 24px 24px;
}
.pf-cart-drawer__actions a {
  align-items: center;
  border: 1px solid var(--pf-ink);
  color: var(--pf-ink);
  display: flex;
  font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .05em;
  min-height: 48px;
  text-decoration: none;
  text-transform: uppercase;
}
.pf-cart-drawer__actions .pf-cart-drawer__checkout { background: var(--pf-ink); color: var(--pf-white); }
.pf-brand-enabled.single-product .single_add_to_cart_button.loading { cursor: wait; opacity: .65; }
@media (prefers-reduced-motion: reduce) {
  .pf-stock-alert__dot { animation: none; }
  .pf-cart-drawer__overlay, .pf-cart-drawer__panel { transition: none; }
}
@media (max-width: 560px) {
  .pf-stock-alert { font-size: 11px; }
  .pf-cart-drawer__panel { width: min(92vw, 390px); }
  .pf-cart-drawer__panel > header { padding: 18px; }
  .pf-cart-drawer .widget_shopping_cart_content { padding: 16px 18px; }
  .pf-cart-drawer__actions { padding: 15px 18px 20px; }
}

/* Mobile product photography: true edge-to-edge media with square corners. */
@media (max-width: 760px) {
  body.pf-brand-enabled.single-product .site-main > div.product { overflow: visible !important; }
  body.pf-brand-enabled.single-product .site-main > div.product div.woocommerce-product-gallery.images,
  .pf-brand-enabled.single-product .woocommerce-product-gallery {
    border-radius: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    width: 100vw !important;
  }
  .pf-brand-enabled.single-product .woocommerce-product-gallery .flex-viewport,
  .pf-brand-enabled.single-product .woocommerce-product-gallery__wrapper,
  .pf-brand-enabled.single-product .woocommerce-product-gallery__image,
  .pf-brand-enabled.single-product .woocommerce-product-gallery__image a,
  .pf-brand-enabled.single-product .woocommerce-product-gallery__image img {
    border-radius: 0 !important;
  }
  .pf-brand-enabled.single-product .woocommerce-product-gallery__image img {
    display: block;
    max-width: none !important;
    width: 100% !important;
  }
  .pf-brand-enabled.single-product .flex-control-thumbs {
    box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Reliable quantity controls across product, side cart and cart page. */
.pf-mini-cart-quantity { align-items: center; display: inline-flex; gap: 0; margin: 10px 10px 0 0; vertical-align: middle; }
.pf-mini-cart-quantity strong { align-items: center; border-bottom: 1px solid var(--pf-line); border-top: 1px solid var(--pf-line); display: inline-flex; font-size: 12px; font-weight: 600; height: 30px; justify-content: center; min-width: 32px; }
.pf-mini-qty-button { align-items: center; background: var(--pf-white); border: 1px solid var(--pf-line); border-radius: 0; color: var(--pf-ink); cursor: pointer; display: inline-flex; font-size: 16px; height: 30px; justify-content: center; line-height: 1; margin: 0; padding: 0; width: 30px; }
.pf-mini-qty-button:hover { background: color-mix(in srgb, var(--pf-gold) 10%, white); color: var(--pf-gold-dark); }
.pf-mini-qty-button:disabled { cursor: wait; opacity: .45; }
.pf-brand-enabled .woocommerce-cart-form .quantity { align-items: center; display: inline-grid !important; grid-template-columns: 38px 52px 38px; width: 128px !important; }
.pf-brand-enabled .woocommerce-cart-form .quantity .qty { border-inline: 0 !important; height: 42px; margin: 0 !important; text-align: center; width: 52px !important; }
.pf-brand-enabled .woocommerce-cart-form .quantity .pf-qty-button { height: 42px; width: 38px; }
.pf-brand-enabled .single_add_to_cart_button,
.pf-brand-enabled .single_add_to_cart_button:hover,
.pf-brand-enabled .single_add_to_cart_button:focus,
.pf-brand-enabled .single_add_to_cart_button:active { color: #fff !important; }


/* Desktop product photography: editorial two-column image grid. */
@media (min-width: 901px) {
  .pf-brand-enabled.single-product .woocommerce-product-gallery .flex-viewport {
    height: auto !important;
    overflow: visible !important;
  }
  .pf-brand-enabled.single-product .woocommerce-product-gallery__wrapper {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    transform: none !important;
    width: 100% !important;
  }
  .pf-brand-enabled.single-product .woocommerce-product-gallery__image {
    display: block !important;
    float: none !important;
    margin: 0 !important;
    width: auto !important;
  }
  .pf-brand-enabled.single-product .woocommerce-product-gallery__image a,
  .pf-brand-enabled.single-product .woocommerce-product-gallery__image img {
    border-radius: 0 !important;
    display: block !important;
    height: auto !important;
    width: 100% !important;
  }
  .pf-brand-enabled.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.pf-brand-enabled.single-product .ast-woocommerce-container > div.product.type-product > div.images.woocommerce-product-gallery {
    border-radius: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    width: 100vw !important;
  }
  body.pf-brand-enabled.single-product .ast-woocommerce-container > div.product.type-product > div.images.woocommerce-product-gallery .flex-viewport,
  body.pf-brand-enabled.single-product .ast-woocommerce-container > div.product.type-product > div.images.woocommerce-product-gallery .woocommerce-product-gallery__image,
  body.pf-brand-enabled.single-product .ast-woocommerce-container > div.product.type-product > div.images.woocommerce-product-gallery img {
    border-radius: 0 !important;
  }
}

/* Elementor homepage hero: replace the obsolete background asset reliably. */
body.pf-new-home .elementor-element.elementor-element-e0ee2b2 {
  background:
    linear-gradient(90deg, rgba(31, 20, 14, .90) 0%, rgba(31, 20, 14, .60) 52%, rgba(31, 20, 14, .16) 100%),
    url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") center 38% / cover no-repeat !important;
  min-height: clamp(500px, 66vh, 720px);
}
body.pf-new-home .elementor-element-e0ee2b2 .elementor-heading-title {
  color: #fff !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .18);
}
@media (max-width: 760px) {
  body.pf-new-home .elementor-element.elementor-element-e0ee2b2 {
    background-position: 60% center !important;
    min-height: 68svh;
  }
}

/* Final theme-proof product overrides. */
body.pf-brand-enabled.single-product div.product form.cart button.single_add_to_cart_button.button,
body.pf-brand-enabled.single-product div.product form.cart button.single_add_to_cart_button.alt,
body.pf-brand-enabled.single-product div.product form.cart button.single_add_to_cart_button.button:hover,
body.pf-brand-enabled.single-product div.product form.cart button.single_add_to_cart_button.button:focus,
body.pf-brand-enabled.single-product div.product form.cart button.single_add_to_cart_button.button:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

@media (min-width: 901px) {
  body.pf-brand-enabled.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.pf-brand-enabled.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image,
  body.pf-brand-enabled.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide,
  body.pf-brand-enabled.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image:not(.flex-active-slide) {
    display: block !important;
    float: none !important;
    width: auto !important;
  }
}

/* Fedora colour system: every interactive and identity element follows brown. */
body.pf-brand-enabled .pf-modern-wordmark,
body.pf-brand-enabled .pf-wordmark-text,
body.pf-brand-enabled .pf-header-button,
body.pf-brand-enabled .pf-header-icon {
  color: var(--pf-gold) !important;
}
body.pf-brand-enabled .pf-footer-wordmark { color: #c99a79 !important; }
body.pf-brand-enabled .pf-cart-count,
body.pf-brand-enabled.single-product div.product form.cart .single_add_to_cart_button,
body.pf-brand-enabled .checkout-button,
body.pf-brand-enabled #place_order,
body.pf-brand-enabled .woocommerce a.button.alt,
body.pf-brand-enabled .woocommerce button.button.alt {
  background: var(--pf-gold) !important;
  border-color: var(--pf-gold) !important;
  color: #fff !important;
}
body.pf-brand-enabled .pf-qty-button,
body.pf-brand-enabled .pf-mini-qty-button {
  border-color: color-mix(in srgb, var(--pf-gold) 48%, white) !important;
  color: var(--pf-gold) !important;
}
body.pf-brand-enabled.single-product .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-color: color-mix(in srgb, var(--pf-gold) 58%, white) !important;
  color: var(--pf-gold) !important;
}
body.pf-brand-enabled.single-product .variable-items-wrapper .variable-item.selected {
  background: var(--pf-gold) !important;
  border-color: var(--pf-gold) !important;
  color: #fff !important;
}
body.pf-brand-enabled.single-product .variable-items-wrapper .variable-item.selected * { color: #fff !important; }
body.pf-brand-enabled .pf-footer-trust svg,
body.pf-brand-enabled .pf-buy-benefits .pf-benefit-icon,
body.pf-brand-enabled .pf-daily-offer__badge { color: var(--pf-gold) !important; }
body.pf-brand-enabled .pf-daily-offer__badge { background: var(--pf-gold) !important; color: #fff !important; }

/* Astra's original footer is replaced by the custom footer rendered later. */
body.pf-brand-enabled #colophon.site-footer,
body.pf-brand-enabled footer.site-footer { display: none !important; }

.pf-free-shipping-message {
  align-items: center;
  background: color-mix(in srgb, var(--pf-gold) 10%, white);
  border: 1px solid color-mix(in srgb, var(--pf-gold) 22%, white);
  border-radius: 12px;
  color: var(--pf-gold-dark);
  display: flex;
  font-family: "Instrument Sans", Arial, sans-serif;
  gap: 10px;
  margin: 0 0 18px;
  padding: 15px 18px;
}
.pf-free-shipping-message span {
  align-items: center;
  background: var(--pf-gold);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 24px;
  font-size: 13px;
  height: 24px;
  justify-content: center;
}
.pf-cart-drawer .pf-free-shipping-message { font-size: 12px; margin: 0 0 16px; padding: 12px 14px; }

/* Astra product structure: gallery left, purchase panel right on desktop. */
@media (min-width: 901px) {
  body.pf-brand-enabled.single-product .ast-woocommerce-container > div.product.type-product {
    align-items: start;
    column-gap: clamp(28px, 4vw, 58px);
    display: grid !important;
    grid-template-columns: minmax(0, 1.55fr) minmax(360px, .95fr);
    width: 100% !important;
  }
  body.pf-brand-enabled.single-product .ast-woocommerce-container > div.product.type-product > .woocommerce-product-gallery {
    float: none !important;
    grid-column: 1;
    grid-row: 1;
    margin: 0 !important;
    width: 100% !important;
  }
  body.pf-brand-enabled.single-product .ast-woocommerce-container > div.product.type-product > .summary.entry-summary {
    align-self: start;
    float: none !important;
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
    position: static !important;
    top: auto !important;
    width: 100% !important;
  }
  body.pf-brand-enabled.single-product .ast-woocommerce-container > div.product.type-product > .woocommerce-tabs,
  body.pf-brand-enabled.single-product .ast-woocommerce-container > div.product.type-product > .related,
body.pf-brand-enabled.single-product .ast-woocommerce-container > div.product.type-product > section.products {
    grid-column: 1 / -1;
  }
}

/* Homepage sections must use the complete viewport on every device. */
body.pf-new-home #page,
body.pf-new-home #content,
body.pf-new-home #primary,
body.pf-new-home .site-content,
body.pf-new-home .ast-container,
body.pf-new-home .site-main,
body.pf-new-home article.page,
body.pf-new-home article.page > .entry-content,
body.pf-new-home .entry-content > .elementor,
body.pf-new-home .elementor-section-wrap,
body.pf-new-home .elementor-section,
body.pf-new-home .elementor-element.e-con {
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
body.pf-new-home .elementor-section.elementor-section-boxed > .elementor-container,
body.pf-new-home .elementor-element.e-con > .e-con-inner {
  box-sizing: border-box;
  max-width: none !important;
  width: 100% !important;
}
body.pf-new-home .elementor-element.elementor-element-e0ee2b2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

/* Theme-proof commerce colours: no leftover Astra blue or orange. */
body.pf-brand-enabled .site-content a:not(.button):not(.checkout-button),
body.pf-brand-enabled .woocommerce a:not(.button),
body.pf-brand-enabled .woocommerce-cart-form a,
body.pf-brand-enabled .woocommerce-checkout a,
body.pf-brand-enabled .woocommerce-info a,
body.pf-brand-enabled .woocommerce-message a:not(.button) {
  color: var(--pf-gold) !important;
}
body.pf-brand-enabled .site-content a:not(.button):not(.checkout-button):hover,
body.pf-brand-enabled .woocommerce a:not(.button):hover,
body.pf-brand-enabled .woocommerce-cart-form a:hover,
body.pf-brand-enabled .woocommerce-checkout a:hover {
  color: var(--pf-gold-dark) !important;
}
body.pf-brand-enabled .woocommerce button.button,
body.pf-brand-enabled .woocommerce input.button,
body.pf-brand-enabled .woocommerce-cart-form button[name="apply_coupon"],
body.pf-brand-enabled .woocommerce-cart-form button[name="update_cart"] {
  background: var(--pf-gold) !important;
  border-color: var(--pf-gold) !important;
  color: #fff !important;
}
body.pf-brand-enabled .woocommerce button.button:hover,
body.pf-brand-enabled .woocommerce input.button:hover {
  background: var(--pf-gold-dark) !important;
  border-color: var(--pf-gold-dark) !important;
  color: #fff !important;
}

/* Highly visible cart links, styled like a positive promotional message. */
body.pf-brand-enabled a.added_to_cart.wc-forward,
body.pf-brand-enabled .woocommerce-message a.button.wc-forward,
body.pf-brand-enabled .pf-cart-drawer__actions a:first-child {
  background: #eaf7ee !important;
  border: 1px solid #9fd8af !important;
  border-radius: 10px !important;
  color: #176c34 !important;
  font-weight: 800 !important;
  padding: 11px 16px !important;
  text-decoration: none !important;
}
body.pf-brand-enabled a.added_to_cart.wc-forward:hover,
body.pf-brand-enabled .woocommerce-message a.button.wc-forward:hover,
body.pf-brand-enabled .pf-cart-drawer__actions a:first-child:hover {
  background: #d9f1e0 !important;
  border-color: #73c48a !important;
  color: #105a29 !important;
}

/* Final Shoptimizer precedence: identical header contrast to Fedora. */
body.pf-brand-enabled header.pf-modern-header {
  background: #f7f5f1 !important;
  border-bottom: 1px solid rgba(11, 11, 13, .08) !important;
}
body.pf-brand-enabled .pf-modern-wordmark,
body.pf-brand-enabled .pf-wordmark-text,
body.pf-brand-enabled .pf-header-button,
body.pf-brand-enabled .pf-header-icon {
  color: #8C6A2B !important;
  -webkit-text-fill-color: #8C6A2B !important;
}
body.pf-brand-enabled .pf-cart-count {
  background: #8C6A2B !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
body.pf-brand-enabled.single-product .related-wrapper {
  box-sizing: border-box !important;
  clear: both !important;
  grid-column: 1 / -1 !important;
  margin-top: 56px !important;
  max-width: none !important;
  width: 100% !important;
}
body.pf-brand-enabled.single-product img.zoomImg,
body.pf-brand-enabled.single-product .zoomImg {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* The selected variation repeats the complete product description above the
   purchase controls. The canonical dynamic accordion remains below. */
body.pf-brand-enabled.single-product .woocommerce-variation-description {
  display: none !important;
}

/* v1.3 — Shoptimizer product layout: gallery left, purchase panel right. */
body.pf-brand-enabled.single-product .shoptimizer-sticky-add-to-cart { display: none !important; }
@media (min-width: 901px) {
  body.pf-brand-enabled.single-product main.site-main > div.product.type-product {
    display: block !important;
    width: 100% !important;
  }
  body.pf-brand-enabled.single-product main.site-main > div.product.type-product > .product-details-wrapper {
    align-items: start !important;
    box-sizing: border-box !important;
    column-gap: clamp(30px, 4vw, 58px) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(380px, .90fr) !important;
    margin: 0 auto !important;
    max-width: 1265px !important;
    overflow: visible !important;
    padding: 0 clamp(18px, 3vw, 42px) !important;
    width: 100% !important;
  }
  body.pf-brand-enabled.single-product .product-details-wrapper > .woocommerce-product-gallery {
    align-self: start !important;
    float: none !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  body.pf-brand-enabled.single-product .product-details-wrapper > .summary.entry-summary {
    align-self: start !important;
    float: none !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    position: static !important;
    width: 100% !important;
  }
}

/* Quantity and ATC always share one clean row. */
body.pf-brand-enabled.single-product div.product .woocommerce-variation-add-to-cart.variations_button {
  align-items: stretch !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 126px minmax(0, 1fr) !important;
  width: 100% !important;
}
body.pf-brand-enabled.single-product div.product .woocommerce-variation-add-to-cart.variations_button > .pf-stock-alert,
body.pf-brand-enabled.single-product div.product form.cart:not(.variations_form) > .pf-stock-alert {
  box-sizing: border-box !important;
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  margin: 0 0 2px !important;
  max-width: none !important;
  min-height: 46px !important;
  width: 100% !important;
}
body.pf-brand-enabled.single-product div.product .woocommerce-variation-add-to-cart.variations_button > .quantity {
  grid-column: 1 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  width: 126px !important;
}
body.pf-brand-enabled.single-product div.product form.cart button.single_add_to_cart_button {
  align-items: center !important;
  display: flex !important;
  float: none !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  justify-content: center !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 16px !important;
  text-align: center !important;
  white-space: nowrap !important;
  width: 100% !important;
}
body.pf-brand-enabled.single-product div.product form.cart:not(.variations_form) {
  align-items: stretch !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 126px minmax(0, 1fr) !important;
}
body.pf-brand-enabled.single-product div.product form.cart:not(.variations_form) > .quantity {
  grid-column: 1 !important;
  grid-row: 2 !important;
  margin: 0 !important;
}

/* Homepage CTA: crisp, readable and consistent with the brown identity. */
body.pf-new-home .elementor-element-e0ee2b2 a.elementor-button,
body.pf-new-home .elementor-element-e0ee2b2 .elementor-button {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 2px !important;
  box-shadow: 0 10px 26px rgba(20, 12, 8, .14) !important;
  color: #8C6A2B !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  justify-content: center !important;
  letter-spacing: .06em !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  text-transform: uppercase !important;
  -webkit-text-fill-color: #8C6A2B !important;
}
body.pf-new-home .elementor-element-e0ee2b2 .elementor-button *,
body.pf-new-home .elementor-element-e0ee2b2 .elementor-button span {
  color: #8C6A2B !important;
  -webkit-text-fill-color: #8C6A2B !important;
}
body.pf-new-home .elementor-element-e0ee2b2 a.elementor-button:hover {
  background: #8C6A2B !important;
  border-color: #8C6A2B !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
body.pf-new-home .elementor-element-e0ee2b2 a.elementor-button:hover *,
body.pf-new-home .elementor-element-e0ee2b2 a.elementor-button:hover span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Real product collections in the custom menu. */
.pf-menu-drawer { display: block; }
.pf-menu-groups { display: grid; gap: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
.pf-menu-group h2 { color: var(--pf-gold-dark); font-family: var(--pf-sans); font-size: 12px; letter-spacing: .12em; margin: 0 0 12px; text-transform: uppercase; }
.pf-menu-links { display: flex; flex-wrap: wrap; gap: 0 22px; }
.pf-menu-links a { min-width: max-content; }
.pf-menu-utility { border-top: 1px solid var(--pf-line); display: flex; gap: 28px; margin-top: 22px; padding-top: 16px; }

@media (max-width: 900px) {
  body.pf-brand-enabled.single-product main.site-main > div.product.type-product,
  body.pf-brand-enabled.single-product .product-details-wrapper {
    display: block !important;
    margin: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
  }
  body.pf-brand-enabled.single-product .product-details-wrapper > .woocommerce-product-gallery {
    border-radius: 0 !important;
    float: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    width: 100vw !important;
  }
  body.pf-brand-enabled.single-product .product-details-wrapper > .woocommerce-product-gallery .flex-viewport,
  body.pf-brand-enabled.single-product .product-details-wrapper > .woocommerce-product-gallery img {
    border-radius: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }
  body.pf-brand-enabled.single-product .product-details-wrapper > .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    display: block !important;
    gap: 0 !important;
    grid-template-columns: none !important;
  }
  body.pf-brand-enabled.single-product .product-details-wrapper > .woocommerce-product-gallery .woocommerce-product-gallery__image {
    display: block !important;
    float: left !important;
    margin: 0 !important;
  }
  body.pf-brand-enabled.single-product .woocommerce-product-gallery a {
    pointer-events: auto !important;
    touch-action: pan-y !important;
  }
  body.pf-brand-enabled.single-product .product-details-wrapper > .summary.entry-summary {
    box-sizing: border-box !important;
    float: none !important;
    margin: 0 !important;
    padding: 26px 18px 0 !important;
    width: 100% !important;
  }
  body.pf-brand-enabled.single-product div.product .woocommerce-variation-add-to-cart.variations_button,
  body.pf-brand-enabled.single-product div.product form.cart:not(.variations_form) {
    gap: 8px !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
  }
  body.pf-brand-enabled.single-product div.product .woocommerce-variation-add-to-cart.variations_button > .quantity { width: 118px !important; }
  body.pf-brand-enabled.single-product div.product form.cart button.single_add_to_cart_button {
    font-size: 11px !important;
    letter-spacing: .045em !important;
    padding: 0 10px !important;
  }
  .pf-menu-drawer { max-height: calc(100svh - 70px); overflow-y: auto; }
  .pf-menu-groups { gap: 22px; grid-template-columns: 1fr; }
  .pf-menu-links { display: grid; gap: 0; grid-template-columns: 1fr; }
  .pf-menu-links a { min-width: 0; }
  .pf-menu-utility { align-items: stretch; flex-direction: column; gap: 0; }
  body.pf-new-home .elementor-element-e0ee2b2 a.elementor-button { min-height: 48px !important; padding: 0 20px !important; }
}
