/*
Theme Name: Premium Beauty Fillers
Theme URI: https://premiumbeautyfillers.com
Author: Premium Beauty Fillers
Description: Custom WooCommerce theme. Sydney, AUD. No Elementor.
Version: 2.9.5
Text Domain: pbf
*/

:root {
  --bg: #f7f4ef;
  --paper: #fffdf9;
  --ink: #1c1916;
  --muted: #6b635a;
  --gold: #9a7b45;
  --gold-2: #c4a46a;
  --line: #e6dfd4;
  --dark: #14110e;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); line-height: 1.55;
  overflow-x: hidden; text-align: left;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.shell {
  width: min(1180px, 92%);
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  background: var(--dark); color: #e8dcc8; text-align: center;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; padding: .4rem 1rem;
}
.site-header {
  background: rgba(247,244,239,.96);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40;
}
.site-header .shell {
  display: flex; align-items: center; justify-content: flex-start; gap: 1rem;
  padding: .5rem 0;
}
.header-right {
  margin-left: auto;
  display: flex; align-items: center; gap: 1.6rem;
}
.brand { display: flex; align-items: center; gap: .55rem; min-width: 0; }
.brand .custom-logo-link { display: flex; align-items: center; }
.site-header .custom-logo,
.brand img {
  width: 28px !important; height: 28px !important; max-height: 28px !important;
  border-radius: 50%; object-fit: cover;
}
.brand-name {
  font-family: var(--serif); letter-spacing: .22em; font-size: 13px;
  white-space: nowrap; color: var(--ink);
}
.site-header nav ul {
  display: flex; flex-wrap: wrap; gap: 1.35rem; list-style: none; margin: 0; padding: 0;
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted);
}
.site-header nav a:hover { color: var(--gold); }
.header-cart, .cat-toggle, .search-toggle {
  border: 1px solid var(--gold); padding: .35rem .75rem;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap;
  background: transparent; color: inherit; cursor: pointer; font-family: inherit;
}
.search-toggle[aria-expanded="true"] { background: var(--gold); color: #fff; }
.search-panel {
  background: var(--paper); border-bottom: 1px solid var(--line); padding: .9rem 0;
}
.search-panel[hidden] { display: none; }
.header-search { display: flex; gap: .6rem; align-items: center; }
.header-search input[type="search"] {
  flex: 1; border: 1px solid var(--gold); background: #fff; padding: .55rem .8rem;
  font-size: 14px; outline: none;
}
.cat-toggle[aria-expanded="true"] { background: var(--gold); color: #fff; }
.cat-panel {
  background: var(--paper); border-bottom: 1px solid var(--line);
  padding: 1.4rem 0 2rem; z-index: 35;
}
.cat-panel[hidden] { display: none; }
.cat-panel-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: .9rem; margin-top: .8rem;
}
.cat-panel .cat img { display: none; }
.cat-panel .cat-nameonly {
  padding: .85rem 1rem; background: var(--paper); border: 1px solid var(--line);
}
.cat-panel .cat-nameonly span { padding: 0; font-size: 1.05rem; }
.menu-toggle {
  display: none;
  width: 36px; height: 32px; padding: 6px 7px;
  border: 1px solid var(--gold); background: transparent; cursor: pointer;
  flex-direction: column; justify-content: space-between;
}
.menu-toggle span {
  display: block; height: 2px; width: 100%; background: var(--ink);
}
.mobile-menu {
  display: none; background: var(--paper); border-bottom: 1px solid var(--line);
  padding: .6rem 6vw 1rem;
}
.mobile-menu a, .mobile-menu .cat-toggle {
  display: block; width: 100%; text-align: left;
  padding: .7rem 0; border: 0; border-bottom: 1px solid var(--line);
  background: none; font: inherit; letter-spacing: .14em; text-transform: uppercase; font-size: 12px;
}
.mobile-menu[hidden] { display: none !important; }

.hero { position: relative; height: 340px; overflow: hidden; color: #fff; width: 100%; max-width: 100%; }
.hero > img {
  position: absolute; left: 50%; top: 50%;
  width: 100%; height: 140%;
  max-width: none !important;
  transform: translate(-50%, -50%) scale(1.35);
  object-fit: cover; object-position: center 40%;
  filter: brightness(.5);
}
.hero-copy {
  position: relative; z-index: 1; height: 100%;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; margin: 0 auto; padding: 1.5rem; max-width: 640px;
}
.eyebrow { font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-2); margin: 0 0 .55rem; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.12; }
.hero h1 { font-size: clamp(2.1rem, 3.4vw, 3.1rem); margin: 0; }
.lede { color: rgba(255,255,255,.88); margin: .55rem auto 1rem; max-width: 32rem; font-size: 0.98rem; }
.hero-actions { display: flex; gap: .7rem; flex-wrap: wrap; justify-content: center; }
.btn, .woocommerce a.button, .woocommerce button.button, .woocommerce #respond input#submit {
  display: inline-block; background: var(--gold) !important; color: #fff !important; border: 0;
  padding: .85rem 1.4rem; letter-spacing: .14em; text-transform: uppercase; font-size: 12px; border-radius: 0 !important;
}
.btn.ghost { background: transparent !important; border: 1px solid #fff !important; color: #fff !important; }

.strip {
  display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; justify-content: center;
  padding: 1rem 5vw; background: var(--paper); border-bottom: 1px solid var(--line);
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
}
.wrap { width: min(1180px, 92%); margin: 2.5rem auto 3.5rem; padding: 0; }
.section-head { max-width: 38rem; margin: 0 auto 2rem; text-align: center; }
.section-head h2, .section-title { font-size: clamp(1.8rem, 3.2vw, 2.7rem); margin: .35rem 0 .9rem; }
.section-head p { color: var(--muted); }

.cats, .grid, ul.products {
  display: grid !important; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem; list-style: none; padding: 0; margin: 0;
}
.cat, .card, ul.products li.product {
  background: var(--paper); border: 1px solid var(--line); overflow: hidden;
  width: auto !important; float: none !important; margin: 0 !important; padding: 0 0 1rem;
}
.cat img, .card img, ul.products li.product img {
  height: 180px; width: 100%; object-fit: cover; object-position: center; background: #fff;
}
.woocommerce ul.products,
.woocommerce-page ul.products { margin: 0 !important; width: 100% !important; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.cat span { display: block; padding: .95rem 1rem 1.15rem; font-family: var(--serif); font-size: 1.25rem; }
ul.products li.product .woocommerce-loop-product__title { font-family: var(--serif); font-size: 1.15rem; padding: 0 1rem; }
.woocommerce ul.products li.product .price { color: var(--gold); padding: 0 1rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.split img { width: 100%; height: 340px; object-fit: cover; border: 1px solid var(--line); }
.notes { list-style: none; margin: 1rem 0 0; padding: 0; }
.notes li { padding: .45rem 0; border-bottom: 1px solid var(--line); }
.split .lede, .split p { color: var(--muted); }

.page-hero { padding: 3.5rem 7vw 1.5rem; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: 2.6rem; margin: .3rem 0; }
.trust-band {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 2.6rem 0 2.8rem;
  text-align: center;
}
.trust-band .section-title { margin: 0 auto 0.7rem; max-width: 36rem; }
.trust-lede {
  color: var(--muted); max-width: 40rem; margin: 0 auto 1.8rem; font-size: 0.98rem;
}
.trust-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; text-align: left;
}
.trust-grid article {
  border: 1px solid var(--line); padding: 1.2rem 1.25rem 1.3rem; background: var(--bg);
}
.trust-kicker {
  margin: 0 0 .35rem; color: var(--gold); letter-spacing: .2em; font-size: 11px; text-transform: uppercase;
}
.trust-grid h3 { font-size: 1.35rem; margin: 0 0 .4rem; }
.trust-grid p { color: var(--muted); font-size: .9rem; margin: 0; }
@media (max-width: 860px) {
  .trust-grid { grid-template-columns: 1fr; }
}
.notice {
  background: var(--paper); border: 1px solid var(--line); padding: .75rem 1rem;
  color: var(--muted); width: min(1180px, 92%); margin: 1.1rem auto 0; font-size: .88rem; text-align: center;
}
.pbf-join {
  background: var(--dark); color: #e8dcc8; padding: 3rem 0 3.2rem; text-align: center;
}
.pbf-join .section-title { color: #fff; margin: 0 auto .7rem; }
.pbf-join-lede { max-width: 40rem; margin: 0 auto 1.6rem; color: #cfc4b4; }
.pbf-join-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; text-align: left; margin: 0 0 1.6rem; }
.pbf-join-grid article { border: 1px solid #3a342c; padding: 1.1rem 1.15rem; background: #1c1916; }
.pbf-join-grid h3 { color: #fff; margin: 0 0 .35rem; font-size: 1.25rem; }
.pbf-join-grid p { margin: 0; color: #cfc4b4; font-size: .9rem; }
@media (max-width: 800px) { .pbf-join-grid { grid-template-columns: 1fr; } }
.why-us { background: var(--paper); border-top: 1px solid var(--line); padding: 3.2rem 0 3.6rem; }
.why-us .section-title { text-align: center; margin: 0 auto 1.8rem; }
.why-us .eyebrow { text-align: center; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.why-grid article { background: var(--bg); border: 1px solid var(--line); overflow: hidden; text-align: center; }
.why-grid img { width: 60px; height: 60px; object-fit: contain; margin: 1.2rem auto 0; }
.why-grid h3 { font-family: var(--serif); font-size: 1.35rem; margin: .9rem 1rem .4rem; }
.why-grid p { color: var(--muted); font-size: .9rem; margin: 0 1rem 1.2rem; }
@media (max-width: 860px) {
  .why-grid { grid-template-columns: 1fr; }
}
.pbf-review {
  display: flex; gap: 1.05rem; align-items: flex-start;
  margin: 0 0 1.1rem; padding: 1.15rem 1.2rem 1.2rem;
  background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--gold);
}
.pbf-review img {
  width: 72px; height: 72px; border-radius: 50%; object-fit: cover; object-position: center top;
  border: 2px solid var(--gold); flex-shrink: 0; background: #eee;
}
.pbf-review .pbf-review-body { min-width: 0; }
.pbf-review p { margin: 0 0 .7rem; color: var(--ink); }
.pbf-review footer { color: var(--muted); font-size: .88rem; }
.pbf-review strong { color: var(--ink); font-weight: 500; }
.pbf-account-bar { background: var(--paper); border-bottom: 1px solid var(--line); }
.pbf-account-bar .shell { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; gap: 0; padding: 0; overflow-x: auto; }
.pbf-account-bar .pbf-tab, .pbf-tabs .pbf-tab {
  display: inline-block; padding: .85rem 1.35rem; letter-spacing: .14em; text-transform: uppercase; font-size: 12px;
  color: var(--muted); border-bottom: 2px solid transparent; white-space: nowrap;
}
.pbf-account-bar .pbf-tab.is-on, .pbf-tabs .pbf-tab.is-on { color: var(--ink); border-bottom-color: var(--gold); }
.pbf-account-wrap { max-width: 860px; }
.pbf-signout { margin-top: 2rem; }
.pbf-tabs { display: flex; flex-direction: row; gap: 0; border-bottom: 1px solid var(--line); margin: 0 0 1.4rem; }
.pbf-account { max-width: 860px; }
.pbf-hero-offer { background: var(--dark); color: #e8dcc8; padding: 1.6rem 1.5rem 1.7rem; margin-bottom: 1.2rem; }
.pbf-hero-offer h2 { color: #fff; margin: .2rem 0 .5rem; }
.pbf-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0 0 1.4rem; }
.pbf-offer { border: 1px solid var(--line); background: var(--paper); padding: 1rem 1.1rem 1.15rem; }
.pbf-offer.gold { border-color: var(--gold); background: #fff; }
.pbf-code { font-size: 1.35rem; letter-spacing: .12em; color: var(--gold); margin: .3rem 0 .5rem; }
.pbf-progress { border: 1px solid var(--gold); padding: 1.1rem 1.2rem 1.2rem; margin-bottom: 1.6rem; background: var(--paper); }
.pbf-bar { height: 8px; background: var(--line); margin: .7rem 0 1rem; }
.pbf-bar span { display: block; height: 100%; background: var(--gold); }
.pbf-cartlist { list-style: none; margin: 0 0 1rem; padding: 0; }
.pbf-cartlist li { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid var(--line); }
.pbf-checkout-offer { background: var(--paper); border: 1px solid var(--gold); padding: .9rem 1rem; margin-bottom: 1.2rem; }
@media (max-width: 800px) { .pbf-offer-grid { grid-template-columns: 1fr; } }
.lede-plain { color: var(--muted); }
.pbf-form { display: grid; gap: .85rem; margin: 0 0 2.2rem; }
.pbf-form-grid { grid-template-columns: 1fr 1fr; }
.pbf-form label { display: flex; flex-direction: column; gap: .35rem; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.pbf-form input, .pbf-form select, .pbf-form textarea {
  border: 1px solid var(--gold); background: #fff; padding: .6rem .75rem; font: inherit; color: var(--ink); text-transform: none; letter-spacing: 0;
}
.pbf-form .full { grid-column: 1 / -1; }
.pbf-note { padding: .7rem 1rem; border: 1px solid var(--line); }
.pbf-note.err { border-color: #a44; color: #7a2020; }
.pbf-note.ok { border-color: var(--gold); }
.pbf-dl { display: grid; grid-template-columns: 10rem 1fr; gap: .4rem 1rem; }
.pbf-dl dt { color: var(--muted); }
.btn.ghost-ink { background: transparent !important; color: var(--ink) !important; border: 1px solid var(--gold) !important; }
@media (max-width: 700px) { .pbf-form-grid { grid-template-columns: 1fr; } .pbf-dl { grid-template-columns: 1fr; } }
.pbf-links { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.pbf-links ul { list-style: none; margin: .4rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .55rem .9rem; }
.pbf-links a { color: var(--gold); letter-spacing: .08em; text-transform: uppercase; font-size: .72rem; }
.wrap a, .split a, .why-grid a { color: var(--gold); }
.site-footer { background: var(--dark); color: #cfc4b4; padding: 2.4rem 0; }
.site-footer .shell { text-align: center; }
.site-footer a { color: #e8dcc8; margin-right: 1rem; }

.site-header a[href*="tab=profile"],
.site-header a[href*="tab=promotions"],
.site-header a[href*="tab=activity"] { display: none !important; }
body.page-account .site-header nav { display: none; }
body.page-account .menu-toggle { display: flex !important; }
body.page-account .header-right { flex-direction: row; align-items: center; gap: .5rem; }

@media (max-width: 860px) {
  .site-header nav, .header-right > .cat-toggle { display: none; }
  .site-header .shell {
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem .5rem;
  }
  .brand {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }
  .brand-name {
    display: inline;
    font-size: 12px;
    letter-spacing: .16em;
  }
  .header-right {
    flex: 1 1 100%;
    width: 100%;
    margin-left: 0;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: .35rem;
  }
  .header-cart, .search-toggle {
    padding: .32rem .5rem;
    font-size: 10px;
    letter-spacing: .1em;
  }
  .menu-toggle { display: flex; flex-shrink: 0; }
  .mobile-menu:not([hidden]) { display: block; }
  .split { grid-template-columns: 1fr; }
  .hero { height: 420px; }
  .hero > img { transform: translate(-50%, -50%) scale(1); height: 100%; }
}
