/* PODDON shared header — one source for storefront pages */
.poddon-header{height:82px;position:sticky;top:0;z-index:1000;display:flex;align-items:center;gap:0;padding:0 28px;background:#000;border-bottom:1px solid #242424;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}.poddon-logo{flex:0 0 116px;display:flex;align-items:center;text-decoration:none}.poddon-logo img{display:block;width:104px;height:68px;object-fit:contain}.poddon-nav{display:flex;align-items:center;justify-content:center;gap:38px;flex:1}.poddon-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 6px;color:#fff;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.035em;white-space:nowrap}.poddon-nav a:hover,.poddon-nav a:focus{color:#fff;text-shadow:0 0 9px #00e5ff,0 0 13px #ff45bd;outline:0}.poddon-actions{display:flex;align-items:center;justify-content:flex-end;gap:2px;flex:0 0 188px}.poddon-actions a{display:grid;place-items:center;width:44px;height:44px;padding:7px;text-decoration:none}.poddon-actions svg{display:block;width:29px;height:29px;fill:none;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}.poddon-actions a:nth-child(1) svg{stroke:url(#pod-search)}.poddon-actions a:nth-child(2) svg{stroke:url(#pod-heart)}.poddon-actions a:nth-child(3) svg{stroke:url(#pod-user)}.poddon-actions a:nth-child(4) svg{stroke:url(#pod-cart)}.poddon-actions a:hover{filter:drop-shadow(0 0 5px #ff45bd)}.poddon-menu,.poddon-drawer{display:none}
@media(max-width:760px){.poddon-header{height:88px;padding:0 4px;display:block}.poddon-menu{display:block;position:absolute;left:4px;top:23px;width:42px;height:42px;padding:10px 4px;z-index:4;border:0;background:transparent}.poddon-menu i{display:block;width:24px;height:2px;margin:5px 0;border-radius:2px;background:linear-gradient(90deg,#00e5ff,#ff35bd)}.poddon-logo{position:absolute;left:50%;top:17px;transform:translateX(calc(-50% - 48px));width:92px;z-index:3}.poddon-logo img{width:58px;height:58px}.poddon-nav{display:none}.poddon-actions{position:absolute;right:0;top:23px;z-index:4;width:auto;margin:0;gap:0}.poddon-actions a{width:40px;height:42px;padding:5px}.poddon-actions svg{width:27px;height:27px}.poddon-drawer{position:fixed;top:88px;left:0;right:0;z-index:999;background:#050505;border-bottom:1px solid #262626;padding:14px 16px;box-shadow:0 12px 26px rgba(0,0,0,.45)}.poddon-drawer.is-open{display:block}.poddon-drawer a{display:block;padding:16px 4px;border-bottom:1px solid #202020;color:#fff;text-decoration:none;font:700 13px Montserrat,Arial,sans-serif;letter-spacing:.08em}.poddon-drawer a:last-child{border:0}}
@media(max-width:360px){.poddon-logo{transform:translateX(calc(-50% - 38px))}.poddon-actions a{width:35px}.poddon-actions svg{width:24px;height:24px}}
