/* v2.1.23 — Gutenberg shop landing page + robust WooCommerce category/product cards */
.pps-theme .pps-shop-editor-content{margin:0 0 32px!important}
.pps-theme .pps-shop-hero{margin:0 calc(50% - 50vw)!important;padding:56px 0 44px!important;background:linear-gradient(180deg,#f4f0e8 0%,#eee7dc 100%)!important;border-bottom:1px solid var(--pps-line)!important}
.pps-theme .pps-shop-hero .pps-wrap{width:min(calc(100% - 40px),var(--pps-max))!important;margin:0 auto!important}
.pps-theme .pps-shop-title{margin:0!important;max-width:900px!important;font-family:var(--pps-serif)!important;font-size:clamp(40px,4vw,58px)!important;font-weight:400!important;line-height:1.04!important;letter-spacing:-.035em!important;color:var(--pps-ink)!important}
.pps-theme .pps-shop-intro{max-width:820px!important;margin:20px 0 26px!important;font-size:18px!important;line-height:1.55!important;color:#33342f!important}
.pps-theme .pps-shop-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin:0 0 28px!important}
.pps-theme .pps-shop-actions .wp-block-button{margin:0!important}
.pps-theme .pps-shop-actions .wp-block-button__link{min-height:48px!important;padding:13px 20px!important;border-radius:0!important;border:1px solid var(--pps-ink)!important;background:transparent!important;color:var(--pps-ink)!important;font-weight:700!important;text-decoration:none!important}
.pps-theme .pps-shop-actions .pps-btn--dark .wp-block-button__link{background:var(--pps-ink)!important;color:#fff!important}
.pps-theme .pps-shop-actions .pps-btn--dark .wp-block-button__link:hover{background:var(--pps-bordeaux)!important;border-color:var(--pps-bordeaux)!important}
.pps-theme .pps-shop-reassurance{display:grid!important;grid-template-columns:1fr!important;max-width:900px!important;border-top:1px solid var(--pps-line)!important;border-bottom:1px solid var(--pps-line)!important}
.pps-theme .pps-shop-reassurance>p{margin:0!important;padding:16px 0!important;font-size:14px!important;line-height:1.45!important;color:var(--pps-muted)!important}
.pps-theme .pps-shop-reassurance strong{display:block!important;margin-bottom:3px!important;color:var(--pps-ink)!important;font-size:14px!important}
.pps-theme .pps-shop-categories-intro{max-width:var(--pps-max)!important;margin:0 auto 22px!important;padding:42px 0 6px!important}
.pps-theme .pps-shop-categories-intro .pps-h2{font-size:clamp(30px,3vw,44px)!important}

body.pps-theme .woocommerce ul.products:has(li.product-category){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important;width:100%!important;max-width:none!important;margin:32px 0 72px!important;padding:0!important}
body.pps-theme .woocommerce ul.products:has(li.product-category)::before,body.pps-theme .woocommerce ul.products:has(li.product-category)::after{display:none!important;content:none!important}
body.pps-theme .woocommerce ul.products li.product-category{float:none!important;clear:none!important;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important;display:flex!important;height:100%!important;border:1px solid rgba(23,24,21,.14)!important;background:#fffdf8!important;overflow:hidden!important;box-shadow:none!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
body.pps-theme .woocommerce ul.products li.product-category:hover{transform:translateY(-3px)!important;border-color:rgba(111,15,25,.32)!important;box-shadow:0 14px 34px rgba(23,24,21,.08)!important}
body.pps-theme .woocommerce ul.products li.product-category>a{display:flex!important;flex-direction:column!important;width:100%!important;height:100%!important;color:inherit!important;text-decoration:none!important}
body.pps-theme .woocommerce ul.products li.product-category img{display:block!important;width:100%!important;max-width:none!important;height:240px!important;margin:0!important;object-fit:cover!important;background:#e5ded2!important}
body.pps-theme .woocommerce ul.products li.product-category .woocommerce-loop-category__title{position:relative!important;margin:0!important;padding:22px 70px 10px 22px!important;min-height:82px!important;font-family:var(--pps-serif)!important;font-size:25px!important;font-weight:400!important;line-height:1.12!important;letter-spacing:-.02em!important;text-transform:none!important;color:var(--pps-ink)!important}
body.pps-theme .woocommerce ul.products li.product-category mark.count{position:absolute!important;right:18px!important;top:20px!important;display:inline-grid!important;place-items:center!important;min-width:34px!important;height:28px!important;padding:0 9px!important;border-radius:999px!important;background:#ebe4d8!important;color:var(--pps-bordeaux)!important;font-size:12px!important;font-weight:800!important;line-height:1!important}
body.pps-theme .woocommerce ul.products li.product-category .pps-cat-card__description{margin:0!important;padding:0 22px 24px!important;min-height:84px!important;font-size:14px!important;line-height:1.5!important;color:var(--pps-muted)!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important}

/* Real product archive cards: remove legacy WooCommerce floats/column widths completely. */
body.pps-theme.tax-product_cat .woocommerce ul.products,
body.pps-theme.woocommerce-shop .woocommerce ul.products{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:28px!important;
  align-items:stretch!important;
  width:100%!important;
  max-width:none!important;
  margin:28px 0 64px!important;
  padding:0!important;
  list-style:none!important;
}
body.pps-theme.tax-product_cat .woocommerce ul.products::before,
body.pps-theme.tax-product_cat .woocommerce ul.products::after,
body.pps-theme.woocommerce-shop .woocommerce ul.products::before,
body.pps-theme.woocommerce-shop .woocommerce ul.products::after{
  display:none!important;
  content:none!important;
}
body.pps-theme.tax-product_cat .woocommerce ul.products li.product,
body.pps-theme.woocommerce-shop .woocommerce ul.products li.product,
body.pps-theme.tax-product_cat .woocommerce-page ul.products li.product,
body.pps-theme.woocommerce-shop .woocommerce-page ul.products li.product{
  float:none!important;
  clear:none!important;
  position:relative!important;
  grid-column:auto!important;
  grid-row:auto!important;
  justify-self:stretch!important;
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  padding:0 0 22px!important;
  border:1px solid rgba(23,24,21,.14)!important;
  background:#fffdf8!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
body.pps-theme.tax-product_cat .woocommerce ul.products li.product.first,
body.pps-theme.tax-product_cat .woocommerce ul.products li.product.last,
body.pps-theme.woocommerce-shop .woocommerce ul.products li.product.first,
body.pps-theme.woocommerce-shop .woocommerce ul.products li.product.last{
  clear:none!important;
  margin-right:0!important;
}
body.pps-theme.tax-product_cat .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
body.pps-theme.woocommerce-shop .woocommerce ul.products li.product > a.woocommerce-LoopProduct-link{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  flex:1 1 auto!important;
  margin:0!important;
  color:inherit!important;
  text-decoration:none!important;
}
body.pps-theme.tax-product_cat .woocommerce ul.products li.product a img,
body.pps-theme.woocommerce-shop .woocommerce ul.products li.product a img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:300px!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0 0 20px!important;
  background:#e6dfd4!important;
}
body.pps-theme.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.pps-theme.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title{
  margin:0!important;
  padding:0 20px!important;
  font-family:var(--pps-serif)!important;
  font-size:25px!important;
  font-weight:400!important;
  line-height:1.12!important;
  letter-spacing:-.02em!important;
  color:var(--pps-ink)!important;
}
body.pps-theme.tax-product_cat .woocommerce ul.products li.product .price,
body.pps-theme.woocommerce-shop .woocommerce ul.products li.product .price{
  display:block!important;
  margin:14px 20px 18px!important;
  padding:0!important;
  color:var(--pps-bordeaux)!important;
  font-size:16px!important;
  font-weight:700!important;
}
body.pps-theme.tax-product_cat .woocommerce ul.products li.product .button,
body.pps-theme.woocommerce-shop .woocommerce ul.products li.product .button{
  align-self:flex-start!important;
  margin:auto 20px 0!important;
  min-height:46px!important;
  padding:13px 18px!important;
  background:var(--pps-ink)!important;
  border:1px solid var(--pps-ink)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.1!important;
  text-decoration:none!important;
  border-radius:0!important;
}
body.pps-theme.tax-product_cat .woocommerce ul.products li.product .button:hover,
body.pps-theme.woocommerce-shop .woocommerce ul.products li.product .button:hover{
  background:var(--pps-bordeaux)!important;
  border-color:var(--pps-bordeaux)!important;
}
body.pps-theme .woocommerce .woocommerce-result-count{margin:0 0 24px!important;font-size:14px!important;color:var(--pps-muted)!important}
body.pps-theme .woocommerce .woocommerce-ordering{margin:0 0 24px!important}
body.pps-theme .woocommerce .woocommerce-ordering select{min-height:42px!important;padding:8px 36px 8px 12px!important;border:1px solid rgba(23,24,21,.28)!important;background:#fffdf8!important;color:var(--pps-ink)!important;font-size:14px!important}

@media(max-width:980px){
  body.pps-theme .woocommerce ul.products:has(li.product-category),
  body.pps-theme.tax-product_cat .woocommerce ul.products,
  body.pps-theme.woocommerce-shop .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.pps-theme.tax-product_cat .woocommerce ul.products li.product a img,
  body.pps-theme.woocommerce-shop .woocommerce ul.products li.product a img{height:270px!important}
}
@media(max-width:700px){
  .pps-theme .pps-shop-hero{padding:42px 0 34px!important}
  .pps-theme .pps-shop-title{font-size:40px!important}
  body.pps-theme .woocommerce ul.products:has(li.product-category),
  body.pps-theme.tax-product_cat .woocommerce ul.products,
  body.pps-theme.woocommerce-shop .woocommerce ul.products{grid-template-columns:1fr!important;gap:20px!important}
  body.pps-theme .woocommerce ul.products li.product-category img{height:230px!important}
  body.pps-theme.tax-product_cat .woocommerce ul.products li.product a img,
  body.pps-theme.woocommerce-shop .woocommerce ul.products li.product a img{height:auto!important;aspect-ratio:4/3!important}
}
