/* v2.1.14 — compact premium header + editorial product navigation */
.pps-theme .pps-header{
  background:rgba(244,240,232,.985)!important;
  border-bottom:1px solid rgba(23,24,21,.14)!important;
  position:relative!important;
  z-index:80!important;
}
.pps-theme .pps-header__inner{
  min-height:88px!important;
  height:88px!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:168px minmax(0,1fr) auto!important;
  gap:24px!important;
  align-items:center!important;
}
.pps-theme .pps-brand,
.pps-theme .pps-brand .custom-logo-link{
  height:88px!important;
  display:flex!important;
  align-items:center!important;
}
.pps-theme .pps-brand img.custom-logo,
.pps-theme .pps-brand img.pps-brand-logo{
  width:auto!important;
  height:72px!important;
  max-width:154px!important;
  max-height:72px!important;
  object-fit:contain!important;
}
.pps-theme .pps-nav{min-width:0!important;overflow:visible!important}
.pps-theme .pps-nav .pps-nav__menu{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.pps-theme .pps-nav .pps-nav__menu > li{
  margin:0!important;
  position:relative!important;
  list-style:none!important;
}
.pps-theme .pps-nav .pps-nav__menu > li > a{
  display:flex!important;
  align-items:center!important;
  min-height:42px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:650!important;
  letter-spacing:.005em!important;
  white-space:nowrap!important;
  color:var(--pps-ink)!important;
  text-decoration:none!important;
  transition:background .18s ease,color .18s ease!important;
}
.pps-theme .pps-nav .pps-nav__menu > li > a:hover,
.pps-theme .pps-nav .pps-nav__menu > li.current-menu-item > a,
.pps-theme .pps-nav .pps-nav__menu > li.current-menu-ancestor > a{
  background:rgba(111,15,25,.075)!important;
  color:var(--pps-bordeaux)!important;
}
.pps-theme .pps-nav .menu-item-has-children > a::after{
  content:'⌄';
  font-size:11px;
  margin-left:7px;
  transform:translateY(-1px);
}

/* Products dropdown: editorial card rather than a bare WP submenu. */
.pps-theme .pps-products-dropdown{
  position:absolute!important;
  top:calc(100% + 12px)!important;
  left:50%!important;
  transform:translateX(-50%) translateY(6px)!important;
  width:430px!important;
  padding:0!important;
  background:#fffdf8!important;
  border:1px solid rgba(23,24,21,.14)!important;
  box-shadow:0 22px 55px rgba(23,24,21,.16)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;
  z-index:150!important;
}
.pps-theme .pps-products-menu:hover > .pps-products-dropdown,
.pps-theme .pps-products-menu:focus-within > .pps-products-dropdown{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(-50%) translateY(0)!important;
}
.pps-theme .pps-products-dropdown::before{
  content:'';
  position:absolute;
  top:-13px;
  left:0;
  right:0;
  height:13px;
}
.pps-theme .pps-products-dropdown__intro{
  padding:22px 24px 18px!important;
  background:var(--pps-bordeaux)!important;
  color:#fff!important;
}
.pps-theme .pps-products-dropdown__intro span{
  display:block!important;
  margin-bottom:5px!important;
  font-size:10px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  letter-spacing:.18em!important;
  color:#eadcc8!important;
}
.pps-theme .pps-products-dropdown__intro strong{
  display:block!important;
  font-family:var(--pps-serif)!important;
  font-size:26px!important;
  line-height:1.08!important;
  font-weight:400!important;
}
.pps-theme .pps-products-dropdown__links{padding:10px!important}
.pps-theme .pps-products-dropdown__item{
  display:block!important;
  padding:13px 14px!important;
  border-bottom:1px solid rgba(23,24,21,.08)!important;
  color:var(--pps-ink)!important;
  text-decoration:none!important;
  transition:background .15s ease!important;
}
.pps-theme .pps-products-dropdown__item:hover,
.pps-theme .pps-products-dropdown__item:focus{
  background:#f3eee5!important;
  text-decoration:none!important;
}
.pps-theme .pps-products-dropdown__title{
  display:block!important;
  margin-bottom:3px!important;
  font-size:14px!important;
  font-weight:800!important;
  color:var(--pps-ink)!important;
}
.pps-theme .pps-products-dropdown__desc{
  display:block!important;
  font-size:12px!important;
  line-height:1.35!important;
  color:#6d6d65!important;
}
.pps-theme .pps-products-dropdown__all{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin:8px 4px 2px!important;
  padding:13px 14px!important;
  background:#efe8dc!important;
  color:var(--pps-bordeaux)!important;
  font-size:13px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.pps-theme .pps-products-dropdown__all:hover{background:#e6dccd!important;text-decoration:none!important}

.pps-theme .pps-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  min-width:max-content!important;
}
.pps-theme .pps-icon-btn{
  width:40px!important;
  height:40px!important;
  padding:0!important;
  border:1px solid rgba(23,24,21,.32)!important;
  border-radius:999px!important;
  background:transparent!important;
  display:grid!important;
  place-items:center!important;
  cursor:pointer!important;
}
.pps-theme .pps-icon-btn svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
}
.pps-theme .pps-cart{
  min-height:42px!important;
  padding:6px 7px 6px 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  border:1px solid var(--pps-bordeaux)!important;
  border-radius:999px!important;
  background:var(--pps-bordeaux)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.pps-theme .pps-cart:hover{background:#571019!important;border-color:#571019!important;color:#fff!important}
.pps-theme .pps-cart__icon{width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;flex:0 0 auto!important}
.pps-theme .pps-cart__label{display:inline-block!important}
.pps-theme .pps-cart__count{display:grid!important;place-items:center!important;min-width:28px!important;height:28px!important;padding:0 6px!important;border-radius:999px!important;background:#fff!important;color:var(--pps-bordeaux)!important;font-size:12px!important;font-weight:800!important}

@media (max-width:1180px){
  .pps-theme .pps-header__inner{grid-template-columns:145px minmax(0,1fr) auto!important;gap:12px!important}
  .pps-theme .pps-nav .pps-nav__menu{gap:2px!important}
  .pps-theme .pps-nav .pps-nav__menu > li > a{padding:0 10px!important;font-size:13px!important}
}

@media (max-width:960px){
  .pps-theme .pps-header__inner{min-height:76px!important;height:76px!important;grid-template-columns:1fr auto!important;gap:12px!important}
  .pps-theme .pps-brand,.pps-theme .pps-brand .custom-logo-link{height:76px!important}
  .pps-theme .pps-brand img.custom-logo,.pps-theme .pps-brand img.pps-brand-logo{height:60px!important;max-height:60px!important;max-width:130px!important}
  .pps-theme .pps-nav{display:none!important;position:absolute!important;left:0!important;right:0!important;top:76px!important;background:#f4f0e8!important;border-top:1px solid rgba(23,24,21,.12)!important;border-bottom:1px solid rgba(23,24,21,.14)!important;padding:14px 20px 20px!important;box-shadow:0 18px 36px rgba(23,24,21,.12)!important}
  .pps-theme .pps-nav.is-open{display:block!important}
  .pps-theme .pps-nav .pps-nav__menu{display:block!important}
  .pps-theme .pps-nav .pps-nav__menu > li > a{justify-content:space-between!important;border-radius:0!important;padding:12px 4px!important;border-bottom:1px solid rgba(23,24,21,.09)!important;font-size:15px!important}
  .pps-theme .pps-products-dropdown{position:static!important;width:auto!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:none!important;border:0!important;background:transparent!important;margin:4px 0 8px!important}
  .pps-theme .pps-products-dropdown__intro{display:none!important}
  .pps-theme .pps-products-dropdown__links{padding:0 0 0 14px!important}
  .pps-theme .pps-products-dropdown__item{padding:10px 4px!important;background:transparent!important}
  .pps-theme .pps-products-dropdown__desc{display:none!important}
  .pps-theme .pps-products-dropdown__all{margin:8px 0 0!important}
  .pps-theme .pps-menu-toggle{display:grid!important;place-items:center!important}
  .pps-theme .pps-cart__label{display:none!important}
  .pps-theme .pps-cart{padding-left:10px!important}
}

@media (max-width:520px){
  .pps-theme .pps-topbar__inner{justify-content:flex-start!important;overflow-x:auto!important}
  .pps-theme .pps-icon-btn{display:none!important}
}
