/* Extracted from header-main.php */:root{--pw-accent:var(--pwmsh-primary,#E10600);--pw-accent-rgb:225,6,0;--pw-header-h:72px;--pw-safe-top:env(safe-area-inset-top,0px);--pw-safe-btm:env(safe-area-inset-bottom,0px);--pw-safe-left:env(safe-area-inset-left,0px);--pw-header-bg-top:var(--pwmsh-primary,#a00000);--pw-header-bg-mid:color-mix(in srgb,var(--pwmsh-primary,#6d0000) 70%,black);--pw-header-bg-btm:color-mix(in srgb,var(--pwmsh-primary,#050000) 25%,black);--pw-header-hero-pull:clamp(24px,7vw,34px)}body::before{content:"";position:fixed;top:0;left:0;right:0;height:calc(var(--pw-safe-top) + 6px);background:radial-gradient(760px 190px at 50% -112px,rgba(var(--pw-accent-rgb),.24),transparent 72%),linear-gradient(180deg,var(--pw-header-bg-top) 0%,#810000 54%,var(--pw-header-bg-mid) 100%);pointer-events:none;z-index:9998}.pw-header{position:fixed;top:calc(-1 * var(--pw-safe-top));left:0;right:0;z-index:9999;transition:background-color .35s ease}.pw-header::before{content:"";position:absolute;top:0;left:0;right:0;height:calc(var(--pw-header-h) + var(--pw-safe-top));background:radial-gradient(900px 250px at 50% -118px,rgba(var(--pw-accent-rgb),.28),transparent 72%),linear-gradient(180deg,var(--pw-header-bg-top) 0%,#850000 28%,var(--pw-header-bg-mid) 52%,#230000 80%,var(--pw-header-bg-btm) 100%);pointer-events:none;z-index:-1}.pw-header__outer{background:transparent !important}.pw-header-spacer{height:calc(var(--pw-header-h) + var(--pw-safe-top) - var(--pw-header-hero-pull))}.pw-header__outer{padding-top:var(--pw-safe-top);background:transparent !important;transition:background .35s ease}.pw-menu-open .pw-header::before{background:radial-gradient(760px 220px at 50% -98px,rgba(var(--pw-accent-rgb),.30),transparent 74%),linear-gradient(180deg,#9b0000 0%,#830000 30%,#530000 58%,#160000 84%,#050000 100%)}.pw-menu-open .pw-header__outer{background:transparent !important}.pw-header__inner{display:grid;grid-template-columns:minmax(52px,1fr) auto minmax(52px,1fr);align-items:center;column-gap:8px;position:relative;width:calc(100% - 28px);margin:auto;height:var(--pw-header-h);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}.pw-header__left{justify-self:start;display:flex;align-items:center;z-index:5}.pw-header__actions{justify-self:end;display:flex;align-items:center;gap:8px;z-index:5}.pw-menu-toggle,.pw-icon-btn{width:46px;height:46px;min-width:46px;min-height:46px;border-radius:17px;border:none;background:transparent;box-shadow:none;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;flex-shrink:0;color:#fff;padding:0;transition:transform .2s ease,opacity .2s ease}.pw-menu-toggle:hover,.pw-icon-btn:hover{opacity:.82;transform:translateY(-1px)}.pw-header-glyph{width:40px;height:40px;display:block;color:#fff;overflow:visible;stroke:currentColor;fill:none;flex:0 0 40px}.pw-header-glyph--solid{stroke:none;fill:currentColor}.pw-header-glyph--menu{width:40px;height:40px}.pw-header-glyph--cart{width:38px;height:38px}.pw-header-glyph--account{width:38px;height:38px}.pw-header-glyph--img{object-fit:contain;fill:none}.pw-icon-btn svg{width:40px;height:40px;display:block;color:#fff}.pw-header__brand{grid-column:2;justify-self:center;position:relative;left:auto;top:2px;transform:none;height:var(--pw-logo-h,54px);max-height:var(--pw-logo-h,54px);max-width:min(40vw,160px);display:flex;align-items:center;justify-content:center;z-index:6;margin:0;overflow:visible}.pw-header__logo{height:100%;object-fit:contain}.pw-header__actions{display:flex;align-items:center;gap:10px}.pw-cart-count{position:absolute;top:-5px;right:-5px;background:var(--pw-accent);color:#fff;font-size:10px;font-weight:700;padding:2px 5px;border-radius:999px;line-height:1.3}.pw-menu{position:fixed;inset:0;z-index:99999;pointer-events:none;visibility:hidden}.pw-menu__overlay{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .35s}.pw-menu__panel{position:absolute;left:0;top:0;bottom:0;width:min(320px,88vw);padding-left:var(--pw-safe-left);background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.58) 0 1px,transparent 1.7px),radial-gradient(circle at 72% 18%,rgba(255,255,255,.34) 0 1px,transparent 1.6px),radial-gradient(circle at 38% 68%,rgba(var(--pw-accent-rgb),.42) 0 1px,transparent 1.8px),radial-gradient(540px 300px at 50% -78px,rgba(var(--pw-accent-rgb),.30),transparent 74%),linear-gradient(180deg,#9b0000 0%,#830000 12%,#560000 27%,#160000 58%,#020000 100%);background-size:180px 180px,240px 240px,210px 210px,auto,auto;transform:translateX(-100%);transition:transform .38s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;overflow:hidden}.pw-menu__panel::after{content:"";position:absolute;top:0;left:0;right:0;height:calc(var(--pw-safe-top) + 74px);background:radial-gradient(760px 190px at 50% -112px,rgba(var(--pw-accent-rgb),.24),transparent 72%),linear-gradient(180deg,#9b0000 0%,#830000 42%,#560000 100%);pointer-events:none;z-index:0}.pw-menu__panel>*{position:relative;z-index:1}.pw-menu__panel::before{content:"";position:absolute;top:-88px;left:50%;transform:translateX(-50%);width:420px;height:300px;background:radial-gradient(ellipse,rgba(var(--pw-accent-rgb),.34) 0%,transparent 72%),linear-gradient(180deg,rgba(255,255,255,.07),transparent 58%);pointer-events:none;z-index:0}.pw-menu-open .pw-menu{pointer-events:auto;visibility:visible}.pw-menu-open .pw-menu__overlay{opacity:1}.pw-menu-open .pw-menu__panel{transform:translateX(0)}body.pw-menu-open{overflow:hidden}.pw-menu__top{display:flex;justify-content:space-between;align-items:center;padding:calc(var(--pw-safe-top) + 18px) 18px 16px;background:transparent;border-bottom:1px solid rgba(var(--pw-accent-rgb),.12);box-shadow:none;position:relative;z-index:1;flex-shrink:0}.pw-menu__brand-logo{display:flex;align-items:center;height:42px}.pw-menu__brand-logo img{height:100%;object-fit:contain}.pw-menu-close{flex-shrink:0;width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:rgba(255,255,255,.82);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.pw-menu-close:hover{background:rgba(255,255,255,.1);color:#fff}.pw-wallet-card{margin:14px 14px 6px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden;position:relative;z-index:1;flex-shrink:0}.pw-wallet-card::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(var(--pw-accent-rgb),.12) 0%,transparent 55%);pointer-events:none}.pw-wallet-card__inner{display:flex;align-items:center;gap:13px;padding:15px;position:relative;z-index:1}.pw-wallet-avatar{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(var(--pw-accent-rgb),.45);overflow:hidden;background:linear-gradient(135deg,rgba(var(--pw-accent-rgb),.55),#3a0000)}#pwAvatarImg{width:100%;height:100%;object-fit:cover;display:block}.pw-wallet-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.pw-wallet-label{font-size:10px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.09em}.pw-wallet-balance{display:block;width:100%;max-width:145px;font-size:21px;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pw-wallet-sub{font-size:12px;color:rgba(255,255,255,.4);margin-top:1px}.pw-wallet-sub a{color:var(--pw-accent);text-decoration:none}.pw-wallet-arrow{flex-shrink:0;width:30px;height:30px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.55);font-size:20px;line-height:1;text-decoration:none;padding-left:2px}.pw-balance-loading{display:inline-flex;gap:4px;align-items:center;height:26px}.pw-balance-loading span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.3);animation:pw-dot .9s ease-in-out infinite}.pw-balance-loading span:nth-child(2){animation-delay:.15s}.pw-balance-loading span:nth-child(3){animation-delay:.30s}@keyframes pw-dot{0%,80%,100%{transform:scale(.65);opacity:.35}40%{transform:scale(1);opacity:1}}.pw-menu .pw-wallet-card{width:calc(100% - 28px);max-width:none;box-sizing:border-box}.pw-menu .pw-wallet-card__inner{width:100%;box-sizing:border-box}.pw-menu .pw-wallet-info{flex:1 1 auto;min-width:0}.pw-menu .pw-wallet-balance{display:block;width:100%;max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pw-menu .pw-wallet-label{color:rgba(255,255,255,.52)}.pw-menu__nav{display:flex;flex-direction:column;padding:8px 10px;gap:2px;flex:1;overflow-y:auto;position:relative;z-index:1}.pw-nav-item{display:flex;align-items:center;gap:12px;padding:13px 12px;border-radius:12px;color:rgba(255,255,255,.7);text-decoration:none;font-size:15px;font-weight:500;border:1px solid transparent;transition:background .2s,border-color .2s,color .2s}.pw-nav-item:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.08);color:#fff}.pw-nav-item:hover .pw-nav-icon{color:var(--pw-accent)}.pw-nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.32);transition:color .2s;flex-shrink:0}.pw-nav-icon svg{width:18px;height:18px}.pw-nav-badge{margin-left:auto;font-size:10px;font-weight:700;padding:2px 7px;border-radius:999px;background:rgba(var(--pw-accent-rgb),.18);color:#ff6b6b;border:1px solid rgba(var(--pw-accent-rgb),.3);text-transform:uppercase;letter-spacing:.05em}.pw-nav-divider{height:1px;background:rgba(255,255,255,.06);margin:4px 2px}.pw-nav--instant .pw-nav-icon svg{animation:pw-flash 2.8s ease-in-out infinite}@keyframes pw-flash{0%,80%,100%{color:rgba(255,255,255,.32);filter:none}83%{color:#E10600;filter:drop-shadow(0 0 5px rgba(225,6,0,.9))}86%{color:rgba(255,255,255,.32);filter:none}89%{color:#E10600;filter:drop-shadow(0 0 5px rgba(225,6,0,.9))}92%{color:rgba(255,255,255,.32);filter:none}}.pw-nav--comps .pw-nav-icon svg{animation:pw-live 2.2s ease-in-out infinite}@keyframes pw-live{0%,100%{color:rgba(255,255,255,.32);filter:none}50%{color:#ff4040;filter:drop-shadow(0 0 6px rgba(255,64,64,.7))}}.pw-nav--winners .pw-nav-icon,.pw-nav--winners .pw-nav-icon svg{color:#f0b429}.pw-nav--winners .pw-nav-icon svg{animation:pw-shake 3.5s ease-in-out infinite}@keyframes pw-shake{0%,75%,100%{transform:rotate(0deg)}78%{transform:rotate(-9deg)}81%{transform:rotate(9deg)}84%{transform:rotate(-6deg)}87%{transform:rotate(6deg)}90%{transform:rotate(-3deg)}93%{transform:rotate(0deg)}}.pw-nav--winners:hover .pw-nav-icon,.pw-nav--winners:hover .pw-nav-icon svg{color:#f0b429 !important;filter:drop-shadow(0 0 6px rgba(240,180,41,.5))}.pw-ticker{padding:14px 16px;padding-bottom:calc(14px + var(--pw-safe-btm));background:rgba(0,0,0,.55);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.07);position:relative;z-index:1;flex-shrink:0;display:flex;flex-direction:column;gap:5px}.pw-ticker__tagline{font-size:12px}.pw-ticker__tagline strong{color:rgba(255,255,255,.7);font-weight:700}.pw-ticker__tagline span{color:rgba(255,255,255,.4);font-weight:400}.pw-ticker__copy{font-size:11px;font-weight:400;color:rgba(255,255,255,.25);letter-spacing:.01em}.pw-header{background:transparent !important;isolation:isolate}.pw-icon-btn,.pw-menu-toggle{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.pw-cart{z-index:4}.pw-cart::before{content:"";position:absolute;inset:-10px;border-radius:18px}.pw-header__brand{transform:translate(-50%,4px)}@media (max-width:768px){:root{--pw-header-h:72px}.pw-header__inner{width:calc(100% - 24px);overflow:visible}.pw-header__actions{gap:6px;position:relative;z-index:5}.pw-icon-btn,.pw-menu-toggle,.pw-cart{width:46px;height:46px;min-width:46px;min-height:46px;background:transparent;border:none;box-shadow:none}.pw-header-glyph,.pw-cart svg,.pw-icon-btn svg{width:36px;height:36px}.pw-header__brand{height:74px;transform:translate(-50%,7px);pointer-events:auto}.pw-header__logo{height:100%;max-height:74px;display:block}}.pw-ticker__responsible{margin-top:4px;padding-top:6px;border-top:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.42);font-size:10.5px;font-weight:650;line-height:1.35}.pw-ticker__responsible a{color:rgba(255,255,255,.72)!important;font-weight:850!important;text-decoration:underline!important;text-decoration-color:rgba(225,6,0,.65)!important;text-underline-offset:3px!important}.pw-ticker__responsible a:hover{color:#ffb3af!important}:root{--pw-header-bg-top:var(--pwmsh-primary,#a00000);--pw-header-bg-mid:color-mix(in srgb,var(--pwmsh-primary,#670000) 65%,black);--pw-header-bg-btm:color-mix(in srgb,var(--pwmsh-primary,#050000) 20%,black)}html,body{scroll-behavior:auto!important;overscroll-behavior-y:auto!important;-webkit-overflow-scrolling:touch!important}body::before{background:linear-gradient(180deg,#a00000 0%,#8a0000 50%,#680000 100%)!important}.pw-header::before{background:radial-gradient(860px 220px at 50% -112px,rgba(var(--pw-accent-rgb),.24),transparent 72%),linear-gradient(180deg,#a00000 0%,#810000 34%,#3a0000 72%,#050000 100%)!important}body.pw-menu-open::before{background:linear-gradient(180deg,#a00000 0%,#850000 42%,#4d0000 74%,#140000 100%)!important}.pw-menu-open .pw-header::before{background:radial-gradient(820px 245px at 50% -110px,rgba(var(--pw-accent-rgb),.25),transparent 74%),linear-gradient(180deg,#a00000 0%,#850000 34%,#4b0000 66%,#120000 100%)!important}.pw-menu__panel{background:radial-gradient(640px 270px at 44% -86px,rgba(var(--pw-accent-rgb),.22),transparent 76%),radial-gradient(circle at 18% 22%,rgba(255,255,255,.32) 0 1px,transparent 1.7px),radial-gradient(circle at 72% 18%,rgba(255,255,255,.20) 0 1px,transparent 1.6px),radial-gradient(circle at 38% 68%,rgba(var(--pw-accent-rgb),.26) 0 1px,transparent 1.8px),linear-gradient(180deg,#a00000 0%,#850000 10%,#520000 24%,#180000 50%,#030000 100%)!important}.pw-menu__panel::after{height:calc(var(--pw-safe-top) + 152px)!important;background:linear-gradient(180deg,rgba(160,0,0,.96) 0%,rgba(118,0,0,.70) 42%,rgba(50,0,0,.28) 72%,rgba(5,0,0,0) 100%)!important}.pw-menu__top{border-bottom:0!important;box-shadow:none!important}.pw-menu-toggle,.pw-icon-btn{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-radius:17px!important;display:inline-grid!important;place-items:center!important;background:transparent!important;border:none!important;box-shadow:none!important}.pw-header-glyph,.pw-icon-btn svg{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;flex:0 0 40px!important;display:block!important;transform:none!important;stroke:currentColor!important;fill:none!important;stroke-linecap:round;stroke-linejoin:round}.pw-header-glyph--solid,.pw-icon-btn svg.pw-header-glyph--solid{stroke:none!important;fill:currentColor!important}.pw-header__logo{height:142%!important;max-height:142%!important}.pw-header__brand{height:154px!important;margin-top:24px!important}.pwv43-featured-hero,.pwv43-featured-hero *{-webkit-tap-highlight-color:transparent!important}.pwv43-featured-hero__track,.pwv43-featured-hero__slide,.pwv43-featured-hero__stage,.pwv43-featured-hero__media-wrap{touch-action:pan-y!important;overscroll-behavior:contain!important}.pwv43-featured-hero__media,.pwv43-featured-hero__shade{pointer-events:none!important}.pwv43-featured-hero__nav,.pwv43-featured-hero__cta{touch-action:manipulation!important}.pw-header-glyph--img{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex:0 0 42px!important;border-radius:9px!important}/* Extracted from header-main.php */ .pw-header__brand{height:154px!important;margin-top:24px!important;transform:translate(-50%,7px)!important}.pw-header__logo{height:142%!important;max-height:142%!important;object-fit:contain!important;filter:drop-shadow(0 9px 11px rgba(0,0,0,.48))!important}@media(max-width:768px){.pw-header__brand{height:152px!important;margin-top:24px!important}.pw-header__logo{height:142%!important;max-height:142%!important}}/* Extracted from header-main.php */:root{--pw-master-red:#e10600;--pw-accent:var(--pw-master-red);--pw-accent-rgb:225,6,0;--pw-header-bg-top:#a00000}.pw-menu-toggle,.pw-icon-btn{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important;width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;display:grid!important;place-items:center!important}.pw-menu-toggle:before,.pw-icon-btn:before,.pw-menu-toggle:after,.pw-icon-btn:after{display:none!important}.pw-header-glyph{width:39px!important;height:39px!important;max-width:39px!important;max-height:39px!important;filter:drop-shadow(0 0 7px rgba(255,45,45,.82))!important;fill:#fff!important;color:#fff!important;object-fit:contain!important}.pw-header-glyph--menu{width:41px!important;height:41px!important;max-width:41px!important;max-height:41px!important}.pw-header-glyph--img{width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important}.pw-header__actions{gap:13px!important}.pw-header__left{min-width:54px!important}@media(max-width:640px){.pw-menu-toggle,.pw-icon-btn{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important}.pw-header-glyph{width:37px!important;height:37px!important;max-width:37px!important;max-height:37px!important}.pw-header-glyph--menu{width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important}.pw-header__actions{gap:12px!important}}/* Extracted from header-main.php */ @media(max-width:640px){.pw-header__brand{height:166px!important;margin-top:18px!important;transform:translate(-50%,10px)!important}.pw-header__logo{height:154%!important;max-height:154%!important}.pw-menu-toggle,.pw-icon-btn{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important}.pw-header-glyph{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important}.pw-header-glyph--menu{width:45px!important;height:45px!important;max-width:45px!important;max-height:45px!important}.pw-header-glyph--img{width:43px!important;height:43px!important;max-width:43px!important;max-height:43px!important}}/* Extracted from footer-main.php */ #pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__brand{width:max-content!important;max-width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;justify-self:start!important;text-align:center!important;margin:0!important;padding:0!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__logo{width:148px!important;max-width:60vw!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__logo-image{width:148px!important;max-width:60vw!important;margin:0!important;padding:0!important;transform:translateX(-4px)!important;transform-origin:center center!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__tag{width:100%!important;margin:5px 0 0!important;padding:0!important;text-align:center!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__legal{display:flex!important;align-items:baseline!important;flex-wrap:wrap!important;gap:5px!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__bottom-brand,#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__bottom-copy{font-size:12px!important;line-height:1.45!important;font-weight:600!important;letter-spacing:0!important;white-space:normal!important;color:rgba(255,255,255,.68)!important}@media (max-width:820px){#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__brand{width:max-content!important;align-items:center!important;text-align:center!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__logo,#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__logo-image{width:148px!important;max-width:58vw!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__logo-image{transform:translateX(-4px)!important}}/* Extracted from footer-main.php */:root{--pw-accent:#E10600;--pw-accent-rgb:225,6,0}.pw-footer{margin-top:0;padding:0;position:relative;background:#000000}.pw-footer::before{content:"";position:absolute;inset:0;background:radial-gradient(900px 360px at 18% 12%,rgba(var(--pw-accent-rgb),0.10),transparent 62%),radial-gradient(800px 320px at 85% 30%,rgba(var(--pw-accent-rgb),0.06),transparent 65%);filter:blur(2px);opacity:0.85;pointer-events:none;animation:pwFooterHaze 18s ease-in-out infinite alternate}@keyframes pwFooterHaze{0%{transform:translate3d(0,0,0) scale(1);opacity:.70}100%{transform:translate3d(0,-10px,0) scale(1.02);opacity:.90}}.pw-footer__outer{position:relative;padding:28px 0 22px;background:radial-gradient(900px 260px at 50% 0%,rgba(var(--pw-accent-rgb),0.16),rgba(0,0,0,0.0) 62%),linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.55) 22%,rgba(0,0,0,1.00) 100%)}.pw-footer__outer::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient( 90deg,transparent,rgba(var(--pw-accent-rgb),0.92),rgba(255,255,255,0.18),rgba(var(--pw-accent-rgb),0.60),transparent );box-shadow:0 10px 30px rgba(0,0,0,0.65),0 0 24px rgba(var(--pw-accent-rgb),0.26);animation:pwFooterLinePulse 7s ease-in-out infinite}@keyframes pwFooterLinePulse{0%,100%{filter:brightness(1);box-shadow:0 10px 30px rgba(0,0,0,0.65),0 0 20px rgba(var(--pw-accent-rgb),0.22)}50%{filter:brightness(1.06);box-shadow:0 10px 30px rgba(0,0,0,0.65),0 0 30px rgba(var(--pw-accent-rgb),0.34)}}.pw-footer__inner{margin:0 auto !important;width:min(1600px,calc(100% - 28px)) !important;padding:18px;border-radius:22px;background:rgba(0,0,0,0.34);border:1px solid rgba(255,255,255,0.10);box-shadow:0 22px 70px rgba(0,0,0,0.55),0 0 0 1px rgba(var(--pw-accent-rgb),0.06) inset;position:relative;overflow:hidden}.pw-footer__inner::before{content:"";position:absolute;inset:-1px;background:radial-gradient(900px 260px at 12% 0%,rgba(var(--pw-accent-rgb),0.12),transparent 62%);pointer-events:none;animation:pwFooterShimmer 14s ease-in-out infinite alternate}@keyframes pwFooterShimmer{0%{transform:translate3d(0,0,0);opacity:.65}100%{transform:translate3d(8px,-6px,0);opacity:.92}}.pw-footer__top{display:grid;grid-template-columns:1fr 2.1fr auto;gap:16px;align-items:start}.pw-footer__logo{font-size:18px;font-weight:950;letter-spacing:-0.3px;line-height:1.1}.pw-footer__logo-proper{color:var(--pw-accent)}.pw-footer__logo-wins{color:rgba(255,255,255,0.92)}.pw-footer__tag{margin-top:4px;font-size:13px;font-weight:800;color:rgba(255,255,255,0.78)}.pw-footer__trust{margin-top:10px;font-size:12px;line-height:1.4;color:rgba(255,255,255,0.72);max-width:42ch}.pw-footer__nav{display:grid;grid-template-columns:1.25fr 1fr;gap:18px}.pw-footer__col-title{font-size:12px;font-weight:900;color:rgba(var(--pw-accent-rgb),0.98);margin-bottom:8px}.pw-footer__link{display:inline-flex;width:fit-content;margin:7px 0;text-decoration:none;font-weight:800;font-size:12px;color:rgba(255,255,255,0.82);border-bottom:1px solid transparent}.pw-footer__link:hover{color:rgba(255,255,255,0.95);border-bottom-color:rgba(var(--pw-accent-rgb),0.70)}.pw-footer__social{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.pw-footer__social-label{font-size:12px;font-weight:900;color:rgba(var(--pw-accent-rgb),0.98)}.pw-footer__social-btn{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:10px;width:138px;min-height:38px;padding:7px 11px;border-radius:999px;color:rgba(255,255,255,0.92);background:radial-gradient(70px 30px at 18% 18%,rgba(var(--pw-accent-rgb),0.18),transparent 62%),rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.11);text-decoration:none;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,0.05)}.pw-footer__social-btn:hover{transform:translateY(-2px);background:radial-gradient(80px 36px at 18% 18%,rgba(var(--pw-accent-rgb),0.24),transparent 62%),rgba(255,255,255,0.075);border-color:rgba(var(--pw-accent-rgb),0.42);box-shadow:0 12px 28px rgba(var(--pw-accent-rgb),0.10),inset 0 1px 0 rgba(255,255,255,0.08)}.pw-footer__social-btn svg{width:24px;height:24px;padding:5px;border-radius:999px;color:rgba(var(--pw-accent-rgb),0.98);background:rgba(0,0,0,0.32);border:1px solid rgba(255,255,255,0.10);box-sizing:border-box}.pw-footer__social-btn--facebook svg{color:#1877f2;filter:drop-shadow(0 0 10px rgba(24,119,242,0.26))}.pw-footer__social-btn--facebook:hover{border-color:rgba(24,119,242,0.42);box-shadow:0 12px 28px rgba(24,119,242,0.10),0 0 18px rgba(var(--pw-accent-rgb),0.08),inset 0 1px 0 rgba(255,255,255,0.08)}.pw-footer__handle{font-size:12px;font-weight:950;color:rgba(255,255,255,0.92);text-align:left}.pw-footer__break{margin:14px 0 14px;height:1px;background:linear-gradient( 90deg,transparent,rgba(var(--pw-accent-rgb),0.78),rgba(255,255,255,0.14),rgba(var(--pw-accent-rgb),0.48),transparent );position:relative}.pw-footer__break::after{content:"";position:absolute;left:6%;right:6%;top:-12px;height:26px;background:radial-gradient(closest-side,rgba(var(--pw-accent-rgb),0.18),transparent);filter:blur(8px);pointer-events:none}.pw-footer__payments{display:flex;flex-direction:column;gap:10px}.pw-footer__payments-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.pw-footer__payments-title{font-size:12px;font-weight:900;color:rgba(var(--pw-accent-rgb),0.98)}.pw-footer__badges{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pw-footer__badge{display:flex;align-items:center;justify-content:center;padding:0;border-radius:0;background:transparent;border:0}.pw-footer__badge img{height:32px;width:auto;display:block;max-width:100%}.pw-footer__payments-soon{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding-top:6px}.pw-footer__payments-soon-title{font-size:12px;font-weight:900;color:rgba(255,255,255,0.72)}.pw-footer__badge--soon{background:rgba(255,255,255,0.035);border:1px dashed rgba(255,255,255,0.16)}.pw-footer__badges--soon .pw-footer__badge img{opacity:0.9}.pw-footer__bottom{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,0.10);display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.pw-footer__legal{font-size:12px;line-height:1.45;color:rgba(255,255,255,0.68);max-width:78ch}.pw-footer__copyright{font-size:12px;font-weight:800;color:rgba(255,255,255,0.72);white-space:nowrap}.pw-footer__policies,.pw-footer__quicklinks pw-no-underline-scope{display:flex;flex-wrap:wrap;align-items:center}.pw-footer__policies .pw-footer__link,.pw-footer__quicklinks pw-no-underline-scope .pw-footer__link{margin:0}.pw-footer__policies .pw-footer__link:not(:last-child)::after,.pw-footer__quicklinks pw-no-underline-scope .pw-footer__link:not(:last-child)::after{content:" • ";margin:0 8px;color:rgba(var(--pw-accent-rgb),0.85);font-weight:700}@media (max-width:820px){.pw-footer__outer{padding:22px 0 18px}.pw-footer__inner{padding:16px;border-radius:20px;width:min(1600px,calc(100% - 28px)) !important}.pw-footer__top{grid-template-columns:1fr;gap:14px}.pw-footer__nav{grid-template-columns:1fr;gap:14px}.pw-footer__social{align-items:flex-start}.pw-footer__quicklinks pw-no-underline-scope{flex-wrap:nowrap !important;white-space:nowrap !important;overflow:hidden}.pw-footer__quicklinks pw-no-underline-scope .pw-footer__link{font-size:11px;letter-spacing:-0.1px}.pw-footer__quicklinks pw-no-underline-scope .pw-footer__link:not(:last-child)::after{margin:0 6px}.pw-footer__policies{flex-wrap:nowrap !important;white-space:nowrap !important;overflow:hidden}.pw-footer__policies .pw-footer__link{font-size:11px;letter-spacing:-0.1px}.pw-footer__policies .pw-footer__link:not(:last-child)::after{margin:0 6px}.pw-footer__payments-head .pw-footer__badges{display:grid !important;grid-template-columns:repeat(3,auto) !important;gap:12px !important;justify-content:start;align-items:center}.pw-footer__payments-soon .pw-footer__badges--soon{display:grid !important;grid-template-columns:repeat(3,auto) !important;gap:12px !important;justify-content:start;align-items:center}.pw-footer__badge--googlepay{grid-column:3 !important;justify-self:start}}[data-pw-reveal]{opacity:0;transform:translateY(10px);transition:opacity .55s ease,transform .55s ease;will-change:opacity,transform}[data-pw-reveal].is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.pw-footer::before,.pw-footer__outer::before,.pw-footer__inner::before{animation:none !important}}.pw-footer__quicklinks pw-no-underline-scope .pw-footer__link,.pw-footer__policies .pw-footer__link{font-size:11px}@media (max-width:820px){.pw-footer__payments-head .pw-footer__badges{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:12px !important;align-items:center !important;justify-items:center !important}.pw-footer__payments-soon{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:12px !important;align-items:center !important;justify-content:initial !important}.pw-footer__payments-soon-title{grid-column:1 / 3 !important;margin:0 !important;justify-self:start !important}.pw-footer__payments-soon .pw-footer__badges--soon{grid-column:3 !important;margin:0 !important;display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important}}@media (max-width:820px){:root{--pw-pay-badge-w:96px}.pw-footer__payments-head .pw-footer__badge,.pw-footer__payments-soon .pw-footer__badge{width:var(--pw-pay-badge-w) !important;padding:10px 0 !important;justify-content:center !important}.pw-footer__payments-head .pw-footer__badge img,.pw-footer__payments-soon .pw-footer__badge img{max-width:80% !important;height:28px !important;width:auto !important;object-fit:contain !important}.pw-footer__payments-soon .pw-footer__badges--soon{justify-content:center !important}}@media (max-width:820px){.pw-footer__payments-soon .pw-footer__badges--soon{justify-content:flex-start !important;padding-left:6px !important}}@media (max-width:820px){.pw-footer__payments{display:grid !important;grid-template-columns:repeat(3,max-content) !important;justify-content:start !important;column-gap:12px !important;row-gap:10px !important}.pw-footer__payments-head,.pw-footer__payments-soon{display:contents !important}.pw-footer__payments-title{grid-column:1 / -1 !important;grid-row:1 !important}.pw-footer__payments-head .pw-footer__badges,.pw-footer__payments-soon .pw-footer__badges--soon{display:contents !important}.pw-footer__payments-head .pw-footer__badge:nth-child(1){grid-column:1 !important;grid-row:2 !important}.pw-footer__payments-head .pw-footer__badge:nth-child(2){grid-column:2 !important;grid-row:2 !important}.pw-footer__payments-head .pw-footer__badge:nth-child(3){grid-column:3 !important;grid-row:2 !important}.pw-footer__payments-soon-title{grid-column:1 / 3 !important;grid-row:3 !important;margin:0 !important;align-self:center !important}.pw-footer__badge--googlepay{grid-column:3 !important;grid-row:3 !important;justify-self:start !important}}/* Extracted from footer-main.php */ .pwmsh-footer-compliance{margin-top:10px;padding:10px 11px;border-radius:14px;background:rgba(0,0,0,.26);border:1px solid rgba(255,255,255,.09);max-width:520px}.pwmsh-footer-compliance__top{color:rgba(255,255,255,.78);font-size:12px;font-weight:850;line-height:1.35}.pwmsh-footer-compliance__bottom{margin-top:4px;color:rgba(255,255,255,.62);font-size:12px;font-weight:850;line-height:1.35}.pwmsh-footer-compliance__bottom a{color:#fff!important;text-decoration:none!important;border-bottom:1px solid rgba(225,6,0,.55)}.pwmsh-footer-compliance__bottom a:hover{color:#ffb3af!important}.pw-footer__badge,.pw-checkout-footer__badge{width:132px!important;min-height:58px!important;padding:9px 12px!important}.pw-footer__badge img,.pw-checkout-footer__badge img{height:34px!important;max-width:96px!important;width:auto!important;object-fit:contain!important}.pw-footer__badges,.pw-checkout-footer__badges{gap:10px!important}@media(max-width:820px){.pwmsh-footer-compliance{max-width:100%;padding:9px 10px}.pw-footer__badge,.pw-checkout-footer__badge{width:96px!important;min-height:48px!important;padding:8px 8px!important}.pw-footer__badge img,.pw-checkout-footer__badge img{height:28px!important;max-width:76px!important}}/* Extracted from footer-main.php */ .pw-footer__links a,.pw-footer__policies a,.pw-checkout-footer__links a,.pw-checkout-footer__policies a,.pw-footer a[href*="terms"],.pw-footer a[href*="privacy"],.pw-footer a[href*="cookie"],.pw-footer a[href*="contact"],.pw-footer a[href*="live"],.pw-footer a[href*="winner"],.pw-footer a[href*="free"],.pw-footer a[href*="account"],.pw-checkout-footer a[href*="terms"],.pw-checkout-footer a[href*="privacy"],.pw-checkout-footer a[href*="cookie"],.pw-checkout-footer a[href*="contact"],.pw-checkout-footer a[href*="live"],.pw-checkout-footer a[href*="winner"],.pw-checkout-footer a[href*="free"],.pw-checkout-footer a[href*="account"]{color:#fff!important;font-weight:1000!important;text-decoration:underline!important;text-decoration-color:rgba(225,6,0,.65)!important;text-underline-offset:3px!important;text-decoration-thickness:1px!important}.pw-footer__links a:hover,.pw-footer__policies a:hover,.pw-checkout-footer__links a:hover,.pw-checkout-footer__policies a:hover,.pw-footer a[href*="terms"]:hover,.pw-footer a[href*="privacy"]:hover,.pw-footer a[href*="cookie"]:hover,.pw-footer a[href*="contact"]:hover,.pw-footer a[href*="live"]:hover,.pw-footer a[href*="winner"]:hover,.pw-footer a[href*="free"]:hover,.pw-footer a[href*="account"]:hover,.pw-checkout-footer a[href*="terms"]:hover,.pw-checkout-footer a[href*="privacy"]:hover,.pw-checkout-footer a[href*="cookie"]:hover,.pw-checkout-footer a[href*="contact"]:hover,.pw-checkout-footer a[href*="live"]:hover,.pw-checkout-footer a[href*="winner"]:hover,.pw-checkout-footer a[href*="free"]:hover,.pw-checkout-footer a[href*="account"]:hover{color:#ffb3af!important}.pwmsh-footer-compliance{margin-top:12px!important}/* Extracted from footer-main.php */ .pw-footer__sep,.pw-checkout-footer__sep,.pw-footer .pw-footer__sep,.pw-checkout-footer .pw-footer__sep{display:inline-block!important;color:#e10600!important;text-decoration:none!important;border-bottom:0!important;font-weight:1000!important;margin:0 6px!important}.pw-footer__links,.pw-footer__policies,.pw-checkout-footer__links,.pw-checkout-footer__policies{text-decoration:none!important}.pw-footer__links a,.pw-footer__policies a,.pw-checkout-footer__links a,.pw-checkout-footer__policies a{color:#fff!important;font-weight:1000!important;text-decoration:underline!important;text-decoration-color:rgba(225,6,0,.65)!important;text-underline-offset:3px!important;text-decoration-thickness:1px!important;border-bottom:0!important}.pw-footer__links a:hover,.pw-footer__policies a:hover,.pw-checkout-footer__links a:hover,.pw-checkout-footer__policies a:hover{color:#ffb3af!important}.pwmsh-footer-compliance,.pwmsh-footer-compliance *,.pw-footer__trust,.pw-checkout-footer__trust{text-decoration:none!important}.pwmsh-footer-compliance a{color:#fff!important;font-weight:1000!important;text-decoration:underline!important;text-decoration-color:rgba(225,6,0,.65)!important;text-underline-offset:3px!important}/* Extracted from footer-main.php */ .pw-footer__policies .pw-footer__link:not(:last-child)::after,.pw-footer__quicklinks pw-no-underline-scope .pw-footer__link:not(:last-child)::after,.pw-checkout-footer__link:not(:last-child)::after{content:none!important;display:none!important}.pwmsh-footer-rebuilt-links{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:0!important;text-decoration:none!important;border-bottom:0!important;box-shadow:none!important;background-image:none!important}.pwmsh-footer-rebuilt-links a{color:#fff!important;font-weight:1000!important;text-decoration:underline!important;text-decoration-color:rgba(225,6,0,.70)!important;text-underline-offset:3px!important;text-decoration-thickness:1px!important;border-bottom:0!important;box-shadow:none!important;background-image:none!important}.pwmsh-footer-rebuilt-links .pwmsh-footer-spacer{display:inline-block!important;margin:0 8px!important;color:#e10600!important;font-weight:1000!important;text-decoration:none!important;text-decoration-line:none!important;border-bottom:0!important;box-shadow:none!important;background-image:none!important;line-height:1!important}.pwmsh-footer-compliance__bottom span{text-decoration:none!important}/* Extracted from footer-main.php */ .pwmsh-footer-rebuilt-links .pwmsh-footer-spacer,.pwmsh-footer-spacer{font-size:10px!important;margin:0 6px!important;transform:translateY(-1px)!important}/* Extracted from footer-main.php */ .pw-footer a,.pw-footer a:hover,.pw-footer a:focus,.pw-footer a:active{text-decoration:none!important;text-decoration-line:none!important;border-bottom:0!important;box-shadow:none!important;background-image:none!important}.pw-footer__link:hover,.pwmsh-footer-compliance__bottom a:hover{color:#ffb3af!important}.pw-footer__payments{display:block!important}.pw-footer__payments-title{margin:0 0 10px!important}.pw-footer__payment-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,132px))!important;gap:10px!important;align-items:start!important;justify-content:start!important}.pw-footer__payment-item{display:flex!important;flex-direction:column!important;align-items:center!important;gap:6px!important;min-width:0!important}.pw-footer__payment-item .pw-footer__badge{width:132px!important;min-width:132px!important;min-height:58px!important;height:58px!important;padding:9px 12px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important}.pw-footer__payment-item .pw-footer__badge img{display:block!important;width:auto!important;height:34px!important;max-width:96px!important;max-height:34px!important;object-fit:contain!important;margin:auto!important}.pw-footer__payment-status{min-height:15px!important;font-size:10px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.02em!important;color:rgba(255,255,255,.58)!important;text-align:center!important}.pw-footer>.pw-footer__outer .pwmsh-footer-compliance{margin:14px 0 0!important;max-width:none!important;width:100%!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;flex-wrap:wrap!important}.pw-footer>.pw-footer__outer .pwmsh-footer-compliance__bottom{margin-top:0!important}.pw-footer>.pw-footer__outer .pwmsh-footer-compliance a{text-decoration:none!important;border-bottom:0!important}.pw-footer__legal{display:flex!important;align-items:baseline!important;gap:6px!important;flex-wrap:wrap!important}.pw-footer__bottom-brand{display:inline-flex!important;gap:4px!important;align-items:baseline!important;font-size:14px!important;line-height:1!important;font-weight:1000!important;letter-spacing:-.2px!important;white-space:nowrap!important}.pw-footer__bottom-brand-proper{color:#e10600!important}.pw-footer__bottom-brand-wins{color:#fff!important}.pw-footer__bottom-copy{color:rgba(255,255,255,.68)!important}.pw-footer__copyright-brand{font-weight:1000!important;white-space:nowrap!important}.pw-footer__copyright-brand span{color:#e10600!important}.pw-footer__copyright-brand strong{color:#fff!important;font-weight:1000!important}@media(max-width:820px){.pw-footer__payment-grid{grid-template-columns:repeat(2,minmax(0,96px))!important;gap:10px!important}.pw-footer__payment-item .pw-footer__badge{width:96px!important;min-width:96px!important;height:48px!important;min-height:48px!important;padding:8px!important}.pw-footer__payment-item .pw-footer__badge img{height:28px!important;max-height:28px!important;max-width:76px!important}.pw-footer>.pw-footer__outer .pwmsh-footer-compliance{display:block!important;padding:10px 11px!important}.pw-footer>.pw-footer__outer .pwmsh-footer-compliance__bottom{margin-top:4px!important}}/* Extracted from footer-main.php */ .pw-footer__logo-image{display:block!important;width:168px!important;max-width:46vw!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.46))!important}.pw-footer__bottom-brand{display:inline-flex!important;align-items:center!important;line-height:1!important}.pw-footer__bottom-logo-image{display:block!important;width:102px!important;max-width:34vw!important;height:auto!important;object-fit:contain!important}.pw-footer__copyright-logo{display:inline-flex!important;align-items:center!important;vertical-align:middle!important;margin:0 2px!important}.pw-footer__copyright-logo-image{display:block!important;width:76px!important;max-width:25vw!important;height:auto!important;object-fit:contain!important}footer.pw-footer .pwmsh-footer-rebuilt-links a,footer.pw-footer .pwmsh-footer-rebuilt-links a:link,footer.pw-footer .pwmsh-footer-rebuilt-links a:visited,footer.pw-footer .pwmsh-footer-rebuilt-links a:hover,footer.pw-footer .pwmsh-footer-rebuilt-links a:focus,footer.pw-footer .pwmsh-footer-rebuilt-links a:active{text-decoration:none!important;text-decoration-line:none!important;text-decoration-color:transparent!important;border-bottom:0!important;box-shadow:none!important;background-image:none!important}footer.pw-footer .pwmsh-footer-compliance__bottom a,footer.pw-footer .pwmsh-footer-compliance__bottom a:link,footer.pw-footer .pwmsh-footer-compliance__bottom a:visited,footer.pw-footer .pwmsh-footer-compliance__bottom a:hover,footer.pw-footer .pwmsh-footer-compliance__bottom a:focus,footer.pw-footer .pwmsh-footer-compliance__bottom a:active{color:#fff!important;text-decoration-line:underline!important;text-decoration-style:solid!important;text-decoration-color:rgba(225,6,0,.90)!important;text-decoration-thickness:1.5px!important;text-underline-offset:3px!important;border-bottom:0!important;box-shadow:none!important;background-image:none!important}footer.pw-footer .pwmsh-footer-compliance__bottom a:hover,footer.pw-footer .pwmsh-footer-compliance__bottom a:focus{color:#ffb3af!important}@media(max-width:820px){.pw-footer__logo-image{width:148px!important;max-width:58vw!important}.pw-footer__bottom-logo-image{width:92px!important}.pw-footer__copyright-logo-image{width:70px!important}}/* Extracted from footer-main.php */ #pwmsh-hub-footer-wrap footer.pw-footer .pwmsh-v706-site-logo{display:block!important;height:auto!important;object-fit:contain!important;opacity:1!important;visibility:visible!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__logo-image{width:168px!important;max-width:48vw!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__bottom-logo-image{width:108px!important;max-width:34vw!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__copyright-logo-image{width:78px!important;max-width:26vw!important}#pwmsh-hub-footer-wrap footer.pw-footer .pwmsh-footer-rebuilt-links a,#pwmsh-hub-footer-wrap footer.pw-footer .pwmsh-footer-rebuilt-links a:link,#pwmsh-hub-footer-wrap footer.pw-footer .pwmsh-footer-rebuilt-links a:visited,#pwmsh-hub-footer-wrap footer.pw-footer .pwmsh-footer-rebuilt-links a:hover,#pwmsh-hub-footer-wrap footer.pw-footer .pwmsh-footer-rebuilt-links a:focus,#pwmsh-hub-footer-wrap footer.pw-footer .pwmsh-footer-rebuilt-links a:active{text-decoration:none!important;text-decoration-line:none!important;border-bottom:0!important;box-shadow:none!important;background-image:none!important}#pwmsh-hub-footer-wrap footer.pw-footer a.pwmsh-v706-responsible-link,#pwmsh-hub-footer-wrap footer.pw-footer a.pwmsh-v706-responsible-link:link,#pwmsh-hub-footer-wrap footer.pw-footer a.pwmsh-v706-responsible-link:visited,#pwmsh-hub-footer-wrap footer.pw-footer a.pwmsh-v706-responsible-link:hover,#pwmsh-hub-footer-wrap footer.pw-footer a.pwmsh-v706-responsible-link:focus,#pwmsh-hub-footer-wrap footer.pw-footer a.pwmsh-v706-responsible-link:active{color:#fff!important;text-decoration:none!important;border-bottom:2px solid #e10600!important;padding-bottom:1px!important;box-shadow:none!important;background-image:none!important}#pwmsh-hub-footer-wrap footer.pw-footer a.pwmsh-v706-responsible-link:hover,#pwmsh-hub-footer-wrap footer.pw-footer a.pwmsh-v706-responsible-link:focus{color:#ffb3af!important}@media(max-width:820px){#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__logo-image{width:148px!important;max-width:60vw!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__bottom-logo-image{width:98px!important}#pwmsh-hub-footer-wrap footer.pw-footer .pw-footer__copyright-logo-image{width:72px!important}}/* Extracted from footer-main.php */ #pwmsh-hub-footer-wrap .pw-footer__quicklinks pw-no-underline-scope a,#pwmsh-hub-footer-wrap .pw-footer__policies a,#pwmsh-hub-footer-wrap .pw-checkout-footer__nav a{text-decoration:none!important;text-decoration-line:none!important;border-bottom:0!important;box-shadow:none!important;background-image:none!important}#pwmsh-hub-footer-wrap .pwmsh-v706-responsible-link{text-decoration:none!important;border-bottom:2px solid #e10600!important;padding-bottom:1px!important}#pwmsh-hub-footer-wrap .pw-footer__logo-image,#pwmsh-hub-footer-wrap .pw-footer__bottom-logo-image,#pwmsh-hub-footer-wrap .pw-footer__copyright-logo-image,#pwmsh-hub-footer-wrap .pw-checkout-footer__logo-image,#pwmsh-hub-footer-wrap .pw-checkout-footer__copyright-logo-image{display:block!important;opacity:1!important;visibility:visible!important;color:transparent!important;font-size:0!important}@media(max-width:820px),(prefers-reduced-motion:reduce){.pw-footer:before,.pw-footer__outer:before{animation:none!important}.pw-footer *{scroll-behavior:auto!important}}
/* V148.8 three-zone header — logo overhangs the 68px bar; cart/account spaced */
.pw-header,.pw-header__outer,.pw-header__inner{overflow:visible!important}
.pw-header__inner{display:grid!important;grid-template-columns:minmax(56px,1fr) auto minmax(112px,1fr)!important;align-items:center!important;column-gap:clamp(12px,3vw,28px)!important;position:relative!important;height:var(--pw-header-h,68px)!important;min-height:var(--pw-header-h,68px)!important;max-height:var(--pw-header-h,68px)!important}
.pw-header__left{justify-self:start!important;padding-left:2px!important;position:relative!important;z-index:5!important}
.pw-header__actions{justify-self:end!important;gap:28px!important;column-gap:28px!important;padding-right:2px!important;position:relative!important;z-index:5!important}
.pw-header__brand{position:static!important;left:auto!important;top:auto!important;transform:none!important;justify-self:center!important;height:auto!important;max-height:none!important;width:auto!important;max-width:min(46vw,180px)!important;margin:0!important;overflow:visible!important;z-index:1!important;pointer-events:auto!important}
.pw-header__logo{height:44px!important;max-height:44px!important;width:auto!important;max-width:100%!important;object-fit:contain!important;display:block!important;filter:drop-shadow(0 10px 12px rgba(0,0,0,.45))!important}
.pw-header-spacer{height:calc(var(--pw-header-h,68px) + 36px)!important;min-height:calc(var(--pw-header-h,68px) + 36px)!important;max-height:none!important}
.pw-menu-toggle,.pw-icon-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}
@media(max-width:768px){.pw-header__inner{grid-template-columns:minmax(48px,1fr) auto minmax(100px,1fr)!important;width:calc(100% - 16px)!important;column-gap:10px!important}.pw-header__actions{gap:26px!important;column-gap:26px!important}.pw-header__brand{height:auto!important;max-height:none!important;top:auto!important;position:static!important;transform:none!important}.pw-header__logo{height:44px!important;max-height:44px!important}}
/* V135/V136 payment raw kill */.pw-footer__badge,.pw-checkout-footer__badge,.pw-pay-badge,.pw-cart-trust__badge{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;}.pw-footer__badge img,.pw-checkout-footer__badge img,.pw-pay-badge img{height:28px!important;width:auto!important;max-width:92px!important;max-height:28px!important;background:transparent!important;border:0!important;box-shadow:none!important;}

/* ROOT-CAUSE + polish kill-switch: edge-pinned icons, modest overhang, matched glyphs */
html body .pw-header,html body .pw-header__outer{padding-left:0!important;padding-right:0!important}
html body .pw-header__brand,html body .pw-mobile-header__brand{position:relative!important;left:auto!important;top:auto!important;transform:none!important;z-index:1!important;max-width:min(46vw,190px)!important;height:auto!important;max-height:none!important;overflow:visible!important}
html body .pw-header__inner{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;overflow:visible!important;width:100%!important;padding-left:calc(env(safe-area-inset-left,0px) + 4px)!important;padding-right:calc(env(safe-area-inset-right,0px) + 4px)!important;box-sizing:border-box!important}
html body .pw-header__left,html body .pw-mobile-header__left{justify-self:start!important;z-index:3!important}
html body .pw-header__actions,html body .pw-mobile-header__right{justify-self:end!important;display:flex!important;align-items:center!important;gap:2px!important;z-index:3!important}
html body .pw-header__logo{height:var(--pw-logo-h,64px)!important;max-height:var(--pw-logo-h,64px)!important;width:auto!important;object-fit:contain!important;transform:translateY(var(--pw-logo-overhang,8px))!important}
html body .pw-header-spacer{height:calc(var(--pw-header-h,68px) + env(safe-area-inset-top,0px) + var(--pw-logo-overhang,8px))!important;min-height:calc(var(--pw-header-h,68px) + env(safe-area-inset-top,0px) + var(--pw-logo-overhang,8px))!important}
html body .pw-menu-toggle,html body .pw-icon-btn{width:var(--pw-header-hit,48px)!important;height:var(--pw-header-hit,48px)!important;min-width:var(--pw-header-hit,48px)!important;min-height:var(--pw-header-hit,48px)!important}
html body .pw-header-glyph,html body .pw-icon-btn svg{width:var(--pw-header-icon,42px)!important;height:var(--pw-header-icon,42px)!important;min-width:var(--pw-header-icon,42px)!important;min-height:var(--pw-header-icon,42px)!important}
html body .pw-cart-count,html body [data-pw-cart-count]{display:none!important;visibility:hidden!important}
:root{--pw-logo-h:64px;--pw-logo-overhang:8px;--pw-header-icon:42px;--pw-header-hit:48px;--pw-header-h:68px;--pw-header-edge:4px}
