.pl-hero{
    margin: 10px 0 14px;
    padding: 16px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0,0,0,.025), rgba(0,0,0,.01));
  }
  .pl-hero__top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:12px;
    flex-wrap:wrap;
  }
  .pl-hero__title{
    margin:0;
    font-size: clamp(22px, 4vw, 32px);
    line-height:1.1;
  }
  .pl-hero__sub{
    margin:8px 0 0;
    opacity:.75;
    max-width:760px;
    font-size:14px;
  }
  .pl-hero__meta{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-top:12px;
  }
  .pl-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:8px 10px;
    border-radius:999px;
    border:1px solid rgba(0,0,0,.10);
    background:#fff;
    font-size:12px;
    font-weight:800;
  }
  .pl-pill a{ text-decoration:none; color:inherit; }

  .gender-tabs{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:0 0 6px;
    margin:12px 0 0;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .gender-tabs::-webkit-scrollbar{ display:none; }
  .gender-tab{
    white-space:nowrap;
    padding:10px 14px;
    border-radius:999px;
    border:1px solid rgba(0,0,0,.10);
    background:#fff;
    color:#111;
    font-weight:900;
    font-size:13px;
    text-decoration:none;
  }
  .gender-tab.is-active{
    background:#111;
    color:#fff;
    border-color:#111;
  }

  .shop-toolbar{
    position:static;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    padding:10px;
    margin:10px 0 14px;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
  }

  .toolbar-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }

  @media (max-width: 480px){
    .toolbar-left{ display:none; }
    .toolbar-right{ display:none; }
  }

  .mobile-filter-row{
    display:none;
    gap:10px;
    align-items:center;
    width:100%;
  }
  @media (max-width: 480px){
    .mobile-filter-row{ display:flex; }
  }

  .btn-filter{
    flex:1;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:12px 12px;
    border-radius:14px;
    border:1px solid rgba(0,0,0,.12);
    background:#111;
    color:#fff;
    font-weight:800;
    font-size:14px;
    line-height:1;
    -webkit-tap-highlight-color:transparent;
  }

  .sort-wrap select{
    padding:12px 12px;
    border:1px solid rgba(0,0,0,.12);
    border-radius:14px;
    font-size:14px;
    background:#fff;
  }

  .quick-filters{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:10px 2px 4px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .quick-filters::-webkit-scrollbar{ display:none; }

  .quick-filters a{
    white-space:nowrap;
    padding:10px 12px;
    border-radius:999px;
    border:1px solid rgba(0,0,0,.10);
    background:rgba(0,0,0,.03);
    color:#111;
    font-weight:700;
    font-size:13px;
    text-decoration:none;
  }
  .quick-filters a.is-active{
    background:#111;
    color:#fff;
    border-color:#111;
  }

  .trust-strip{
    display:flex;
    gap:10px;
    justify-content:space-between;
    font-size:12px;
    opacity:.85;
    padding-top:6px;
    flex-wrap:wrap;
  }

  .helper-row{
    display:flex;
    justify-content:space-between;
    gap:10px;
    font-size:12px;
    opacity:.7;
    padding-top:6px;
    flex-wrap:wrap;
  }

  .filter-sheet-backdrop{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    display:none;
    z-index:100;
  }

  .filter-sheet{
    position:fixed;
    left:0; right:0; bottom:0;
    background:#fff;
    border-radius:18px 18px 0 0;
    padding:14px;
    transform:translateY(110%);
    transition:transform .18s ease;
    z-index:101;
    max-height:78vh;
    overflow:auto;
  }

  .filter-sheet.is-open{ transform:translateY(0); }
  .filter-sheet-backdrop.is-open{ display:block; }

  .sheet-handle{
    width:44px;
    height:5px;
    border-radius:999px;
    background:rgba(0,0,0,.18);
    margin:6px auto 12px;
  }

  .sheet-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:10px;
  }
  .sheet-title strong{ font-size:16px; }

  .sheet-title button{
    border:0;
    background:rgba(0,0,0,.06);
    padding:8px 10px;
    border-radius:12px;
    font-weight:800;
  }

  .sheet-grid{ display:grid; gap:10px; }

  .sheet-row label{
    display:block;
    font-size:12px;
    opacity:.7;
    margin-bottom:6px;
  }
  .sheet-row select, .sheet-row input{
    width:100%;
    padding:12px 12px;
    border-radius:14px;
    border:1px solid rgba(0,0,0,.12);
    font-size:14px;
  }

  .sheet-actions{
    display:flex;
    gap:10px;
    margin-top:12px;
  }
  .sheet-actions a, .sheet-actions button{
    flex:1;
    text-align:center;
    padding:12px 12px;
    border-radius:14px;
    border:1px solid rgba(0,0,0,.12);
    background:#fff;
    font-weight:900;
    text-decoration:none;
    color:#111;
  }
  .sheet-actions button{
    background:#111;
    color:#fff;
    border-color:#111;
  }

  .pl-alert{
    margin:0 0 12px;
    padding:12px 14px;
    border:1px solid rgba(0,0,0,.10);
    background:rgba(0,0,0,.03);
    border-radius:14px;
    font-size:13px;
    line-height:1.45;
  }

  .product-grid{
    display:grid;
    gap:14px;
  }

  .showcase-category{
    text-decoration:none;
  }

  .showcase-title{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    min-height:38px;
  }

  .empty-state{
    text-align:center;
    padding:24px 16px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:16px;
    background:rgba(0,0,0,.02);
  }
  .empty-state h3{
    margin:0 0 8px;
    font-size:20px;
  }
  .empty-state p{
    margin:0 0 14px;
    opacity:.75;
  }
  .empty-state__links{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
  }
  .empty-state__links a{
    padding:10px 12px;
    border-radius:999px;
    border:1px solid rgba(0,0,0,.10);
    background:#fff;
    font-weight:800;
    text-decoration:none;
    color:#111;
  }

  .seo-footer{
    margin-top:20px;
    padding:14px 0 4px;
    opacity:.85;
  }
  .seo-footer h2{
    margin:0 0 8px;
    font-size:16px;
  }
  .seo-footer p{
    margin:0;
    line-height:1.6;
  }

  #backToTop{
    position:fixed;
    right:16px;
    bottom:18px;
    z-index:70;
    display:none;
    width:44px;
    height:44px;
    border:0;
    border-radius:999px;
    background:#111;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    box-shadow:0 10px 20px rgba(0,0,0,.16);
  }