.whb-header{display:none!important}
.pz-header{--pz-pink:#ff1688;--pz-dark:#252525;--pz-border:#e9e9e9;--pz-soft:#f7f7f7;position:relative;z-index:9999;background:#fff;color:var(--pz-dark);font-family:inherit}
.pz-header *,.pz-header *::before,.pz-header *::after{box-sizing:border-box}
.pz-container{width:min(1400px,92%);margin:0 auto}
/* Trust bar */
.pz-topbar{height:32px;background:#202127;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pz-topbar-track{height:100%;width:100%;position:relative;display:flex;align-items:center;justify-content:center}
.pz-trust-message{position:absolute;inset:0;display:flex;direction:rtl;align-items:center;justify-content:center;gap:9px;font-size:12px;font-weight:600;opacity:0;visibility:hidden;transform:translateY(7px);transition:opacity .28s ease,transform .28s ease,visibility .28s ease}
.pz-trust-message.is-active{opacity:1;visibility:visible;transform:translateY(0)}
.pz-trust-icon{width:21px;height:21px;display:inline-flex;align-items:center;justify-content:center;animation:none;flex:0 0 21px}.pz-trust-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.pz-trust-message.is-active .pz-trust-icon{animation:pzTrustPop .5s ease-out}
.pz-yellow{color:#ffd21a}.pz-pink{color:#ff2b8a}.pz-green{color:#45d56c}.pz-blue{color:#35a9ff}.pz-purple{color:#bd70ff}
@keyframes pzTrustPop{0%{transform:scale(.72) rotate(-8deg);opacity:.3}65%{transform:scale(1.12) rotate(2deg);opacity:1}100%{transform:scale(1) rotate(0)}}
/* Desktop main row */
.pz-main-header{background:#fff;border-bottom:1px solid var(--pz-border)}
.pz-main-inner{min-height:84px;display:grid;grid-template-columns:250px minmax(320px,1fr) 250px;align-items:center;gap:30px;direction:ltr}
.pz-logo{justify-self:start}.pz-logo a{display:block}.pz-logo img{display:block;width:auto;max-width:220px;max-height:76px;object-fit:contain}
.pz-search{height:50px;position:relative;display:flex;align-items:center;overflow:hidden;border-radius:11px}.pz-search input,.pz-mobile-search input{width:100%;height:100%;border:1px solid #d9d9d9;border-radius:11px;background:#fafafa;padding:0 20px 0 62px;outline:none;font-family:inherit;font-size:13px;transition:.2s}.pz-search input:focus,.pz-mobile-search input:focus{border-color:var(--pz-pink);background:#fff;box-shadow:0 0 0 3px rgba(255,22,136,.07)}
.pz-search button,.pz-mobile-search button{position:absolute;left:4px;top:4px;bottom:4px;width:42px;height:auto;border:0;border-radius:8px;background:var(--pz-pink);color:#fff;padding:8px;cursor:pointer}.pz-search svg,.pz-mobile-search svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2}
.pz-tools{display:flex;align-items:center;justify-content:flex-end;gap:25px}.pz-tool{position:relative;color:var(--pz-dark);text-decoration:none;display:flex;align-items:center;justify-content:center;width:34px;height:42px;transition:.2s}.pz-tool:hover{color:var(--pz-pink);transform:translateY(-1px)}.pz-tool svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.05;stroke-linecap:round;stroke-linejoin:round}.pz-tool[data-tooltip]::after{content:attr(data-tooltip);position:absolute;top:calc(100% + 7px);right:50%;transform:translateX(50%) translateY(-4px);background:#252525;color:#fff;padding:5px 8px;border-radius:5px;font-size:10px;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:.18s;z-index:20}.pz-tool:hover::after{opacity:1;visibility:visible;transform:translateX(50%) translateY(0)}
.pz-cart-icon{position:relative;display:inline-flex}.pz-cart-count{position:absolute;top:-8px;right:-9px;min-width:18px;height:18px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--pz-pink);color:#fff;font-size:9px;font-weight:800;border:2px solid #fff}
/* Desktop nav */
.pz-nav{height:50px;background:#fff;border-bottom:1px solid var(--pz-border)}.pz-nav-list{height:50px;margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center;gap:28px}.pz-nav-list>li{height:100%;position:relative;display:flex;align-items:center}.pz-nav-list>li>a{height:100%;display:flex;align-items:center;gap:7px;color:var(--pz-dark);text-decoration:none;font-size:13px;font-weight:600;white-space:nowrap;border-bottom:2px solid transparent;transition:.2s}.pz-nav-list>li:hover>a{color:var(--pz-pink);border-bottom-color:var(--pz-pink)}.pz-arrow{font-size:15px;line-height:1}.pz-dropdown{position:absolute;right:0;top:100%;min-width:230px;padding:8px 0;background:#fff;border:1px solid var(--pz-border);box-shadow:0 12px 35px rgba(0,0,0,.09);opacity:0;visibility:hidden;transform:translateY(7px);transition:.2s;z-index:10010}.pz-nav-list>li:hover>.pz-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.pz-dropdown a{display:block;padding:10px 18px;color:var(--pz-dark);text-decoration:none;font-size:12px}.pz-dropdown a:hover{background:#fafafa;color:var(--pz-pink)}.pz-dropdown li{list-style:none}
.pz-mobile-search,.pz-mobile-menu-btn,.pz-mobile-drawer,.pz-mobile-bottom{display:none}
@media(max-width:991px){
 .pz-topbar{height:29px}.pz-trust-message{font-size:10px;gap:7px}.pz-trust-icon{width:17px;height:17px;flex-basis:17px}.pz-trust-icon svg{stroke-width:2.3}
 .pz-main-inner{min-height:62px;width:94%;display:flex;direction:ltr;align-items:center;gap:0}.pz-mobile-menu-btn{display:flex;order:1;width:38px;height:38px;padding:7px;flex-direction:column;justify-content:center;gap:5px;border:0;background:none;cursor:pointer;color:var(--pz-dark)}.pz-mobile-menu-btn span{width:24px;height:2.6px;border-radius:2px;display:block;background:currentColor}.pz-logo{order:2;margin:0 8px 0 0;justify-self:auto}.pz-logo img{max-width:165px;max-height:50px}.pz-tools{order:3;gap:13px;justify-content:flex-end}.pz-tool{width:31px;height:38px}.pz-tool svg{width:25px;height:25px;stroke-width:2.15}.pz-tool[data-tooltip]::after{display:none}.pz-account{display:flex}.pz-cart-count{top:-6px;right:-7px}.pz-search{display:none}
 .pz-mobile-search{display:block;padding:8px 3%;background:#fff;border-bottom:1px solid var(--pz-border)}.pz-mobile-search form{height:46px;position:relative;overflow:hidden;border-radius:11px}.pz-mobile-search input{font-size:12px;border-radius:11px;padding-left:56px}.pz-mobile-search button{width:40px;height:auto;top:3px;bottom:3px;left:3px;border-radius:8px}
 .pz-nav{display:none}
 .pz-mobile-drawer{display:block;position:fixed;top:0;right:-92%;width:88%;max-width:400px;height:100vh;z-index:10002;background:#fff;overflow-y:auto;transition:right .28s ease;box-shadow:-12px 0 35px rgba(0,0,0,.12)}.pz-mobile-drawer.active{right:0}.pz-drawer-head{height:64px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--pz-border);font-size:15px;font-weight:800}.pz-drawer-close{border:0;background:none;font-size:31px;line-height:1;cursor:pointer;color:var(--pz-dark)}.pz-drawer-content{padding:6px 18px 100px}.pz-drawer-content>a,.pz-mobile-category>a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:12px 3px;color:var(--pz-dark);text-decoration:none;border-bottom:1px solid #f0f0f0;font-size:13px;font-weight:600}.pz-mobile-category>a span{display:block}.pz-mobile-chevron{font-size:22px;font-weight:400;color:#999}.pz-mobile-children{padding:0 13px;border-bottom:1px solid #f3f3f3}.pz-mobile-children a{display:flex;align-items:center;min-height:43px;padding:8px 0;color:#666;text-decoration:none;font-size:12px;border-bottom:1px dashed #eee}.pz-mobile-children a:last-child{border-bottom:0}
 .pz-drawer-overlay{display:block;position:fixed;inset:0;z-index:10001;background:rgba(0,0,0,.42);opacity:0;visibility:hidden;transition:.28s}.pz-drawer-overlay.active{opacity:1;visibility:visible}
 .pz-mobile-bottom{position:fixed;bottom:0;right:0;left:0;z-index:10000;height:62px;background:#fff;border-top:1px solid var(--pz-border);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -4px 18px rgba(0,0,0,.05)}.pz-mobile-bottom a,.pz-mobile-bottom button{border:0;background:none;color:var(--pz-dark);text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-family:inherit;cursor:pointer}.pz-bottom-icon{width:27px;height:27px;display:flex;align-items:center;justify-content:center}.pz-bottom-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.pz-mobile-bottom small{font-size:9px}.pz-mobile-bottom a:hover,.pz-mobile-bottom button:hover{color:var(--pz-pink)}
}
@media(min-width:992px) and (max-width:1200px){.pz-main-inner{grid-template-columns:205px minmax(250px,1fr) 210px;gap:22px;direction:ltr}.pz-logo{justify-self:start}.pz-logo img{max-width:190px}.pz-tools{gap:18px}.pz-nav-list{gap:18px}.pz-nav-list>li>a{font-size:12px}}
@media(max-width:480px){.pz-logo img{max-width:150px;max-height:46px}.pz-tools{gap:8px}.pz-tool{width:29px}.pz-tool svg{width:23px;height:23px}.pz-mobile-search{padding-left:3%;padding-right:3%}}
@media(prefers-reduced-motion:reduce){.pz-trust-message,.pz-tool,.pz-mobile-drawer,.pz-drawer-overlay{transition:none}.pz-trust-message.is-active .pz-trust-icon{animation:none}}

/* V4 polish */
.pz-logo img{image-rendering:auto}
.pz-search button,.pz-mobile-search button{display:flex;align-items:center;justify-content:center}
.pz-search button svg,.pz-mobile-search button svg{width:20px;height:20px;display:block}
.pz-bottom-search{font:inherit;color:inherit}

/* V4: keep the search icon optically equal to the other bottom-nav icons */
.pz-bottom-search .pz-bottom-icon svg{width:26px;height:26px;stroke-width:2.25}

/* Final polish */
.pz-topbar .pz-trust-message{direction:rtl;gap:7px}
.pz-topbar .pz-trust-icon{flex:0 0 auto;width:19px;height:19px}
.pz-topbar .pz-trust-icon svg{width:100%;height:100%;stroke-width:2.4}
.pz-search button{overflow:hidden;display:flex;align-items:center;justify-content:center}
.pz-search button svg{width:21px;height:21px;flex:0 0 21px}
.pz-mobile-bottom .pz-bottom-icon svg{width:24px;height:24px;stroke-width:2.2}

/* V5 final: hamburger must remain a clean icon, without a gray button box. */
.pz-mobile-menu-btn,.pz-mobile-menu-btn:hover,.pz-mobile-menu-btn:focus,.pz-mobile-menu-btn:active{background:transparent!important;background-color:transparent!important;border:0!important;box-shadow:none!important;outline:none!important;}
.pz-mobile-menu-btn{appearance:none!important;-webkit-appearance:none!important;}

/* V7 final polish: exact logo placement and contained search action */
.pz-search form,.pz-search{overflow:hidden;}
.pz-search button,.pz-mobile-search button{top:4px;bottom:4px;height:auto;left:4px;margin:0;transform:none;}
@media(max-width:991px){.pz-main-inner{direction:ltr}.pz-mobile-search form{overflow:hidden}.pz-mobile-search button{top:3px;bottom:3px;left:3px;height:auto;margin:0;transform:none}.pz-logo{margin-right:8px;margin-left:0}.pz-logo img{max-width:165px;max-height:50px}}
@media(max-width:480px){.pz-logo img{max-width:155px;max-height:47px}.pz-logo{margin-right:6px}.pz-mobile-menu-btn{width:36px}}

/* V8: final mobile logo scale + balanced header icon sizing */
@media (max-width: 991px){
  .pz-main-inner{min-height:68px;}
  .pz-mobile-menu-btn{width:42px;height:42px;padding:6px;gap:6px;flex:0 0 42px;}
  .pz-mobile-menu-btn span{width:29px;height:3px;border-radius:3px;}
  .pz-logo{margin-right:10px;margin-left:0;}
  .pz-logo img{width:190px;max-width:190px;max-height:60px;height:auto;}
  .pz-tools{gap:14px;}
  .pz-tool{width:36px;height:42px;}
  .pz-tool svg{width:30px;height:30px;stroke-width:2.35;}
}
@media (max-width: 480px){
  .pz-main-inner{min-height:66px;}
  .pz-mobile-menu-btn{width:40px;height:40px;flex-basis:40px;}
  .pz-mobile-menu-btn span{width:28px;height:3px;}
  .pz-logo{margin-right:7px;}
  .pz-logo img{width:178px;max-width:178px;max-height:57px;}
  .pz-tools{gap:9px;}
  .pz-tool{width:33px;height:40px;}
  .pz-tool svg{width:28px;height:28px;stroke-width:2.35;}
}

/* V9: mobile header refinement — only requested changes */
@media (max-width: 991px){
  /* Smaller hamburger, with the logo visually closer beside it */
  .pz-mobile-menu-btn{width:34px;height:34px;flex-basis:34px;padding:4px;gap:5px;}
  .pz-mobile-menu-btn span{width:24px;height:2.5px;border-radius:2px;}
  .pz-logo{margin-left:-10px;margin-right:0;}
  .pz-tools{margin-left:auto;}

  /* Keep only Account + Cart in the mobile header tools */
  .pz-tools .pz-tool:nth-child(2){display:none!important;}

  /* Search: no pink button — only a pink magnifier */
  .pz-mobile-search button{
    width:36px;
    top:0;
    bottom:0;
    left:8px;
    padding:0;
    border-radius:0;
    background:transparent!important;
    background-color:transparent!important;
    color:var(--pz-pink)!important;
  }
  .pz-mobile-search button svg{width:22px;height:22px;stroke:currentColor;}
  .pz-mobile-search input{padding-left:52px;}
}

@media (max-width:480px){
  .pz-mobile-menu-btn{width:34px;height:34px;flex-basis:34px;padding:4px;}
  .pz-mobile-menu-btn span{width:24px;height:2.5px;}
  .pz-logo{margin-left:-9px;margin-right:0;}
  .pz-tools{margin-left:auto;}
  .pz-mobile-search button{left:7px;width:34px;}
  .pz-mobile-search button svg{width:21px;height:21px;}
  .pz-mobile-search input{padding-left:49px;}
}
