:root {
    --pfsp-navy:#071c2d;
    --pfsp-blue:#0a4264;
    --pfsp-orange:#ef5523;
    --pfsp-orange-dark:#d94313;
    --pfsp-text:#2a3d49;
    --pfsp-muted:#71818b;
    --pfsp-line:#e1e9ed;
    --pfsp-soft:#f4f8fa;
    --pfsp-shadow:0 18px 48px rgba(7,28,45,.11);
}
.pfs-products-page,.pfs-products-page *{box-sizing:border-box}
.pfs-products-page{margin:0;background:var(--pfsp-soft);color:var(--pfsp-text);font-family:'Poppins',sans-serif}
.pfs-products-page button,.pfs-products-page input{font:inherit}
.pfs-products-page .hero-product{position:relative;overflow:hidden;padding:78px 24px 84px;background:radial-gradient(circle at 12% 20%,rgba(239,85,35,.22),transparent 28%),radial-gradient(circle at 88% 84%,rgba(33,135,191,.22),transparent 30%),linear-gradient(135deg,#061724,#0b3d5a);color:#fff}
.pfs-products-page .hero-product::after{content:'';position:absolute;width:380px;height:380px;right:-170px;top:-220px;border:1px solid rgba(255,255,255,.1);border-radius:50%}
.pfs-products-page .hero-inner{position:relative;z-index:1;max-width:1180px;margin:auto;text-align:center}
.pfs-products-page .hero-pill{display:inline-flex;padding:7px 13px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);color:#ffd2c2;font-size:10px;font-weight:600;letter-spacing:.8px;text-transform:uppercase}
.pfs-products-page .hero-product h1{max-width:900px;margin:20px auto 17px;color:#fff;font-size:clamp(35px,5vw,60px);font-weight:600;line-height:1.13;letter-spacing:-1.8px}
.pfs-products-page .hero-product p{max-width:760px;margin:auto;color:#c5d2d9;font-size:14px;line-height:1.85}
.pfs-products-page .hero-stats{max-width:760px;margin:34px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.pfs-products-page .hero-stat{padding:18px 12px;border-left:1px solid rgba(255,255,255,.12)}
.pfs-products-page .hero-stat:first-child{border-left:0}
.pfs-products-page .hero-stat b,.pfs-products-page .hero-stat small{display:block}
.pfs-products-page .hero-stat b{color:#fff;font-size:22px;font-weight:600}
.pfs-products-page .hero-stat small{margin-top:3px;color:#afbec7;font-size:9px;letter-spacing:.5px;text-transform:uppercase}
.pfs-products-page .shell{width:min(1420px,calc(100% - 44px));margin:42px auto 88px;display:grid;grid-template-columns:285px minmax(0,1fr);align-items:start;gap:30px}
.pfs-products-page .sidebar{position:sticky;top:82px;overflow:hidden;border:1px solid var(--pfsp-line);border-radius:19px;background:#fff;box-shadow:0 10px 28px rgba(7,28,45,.07)}
.pfs-products-page .side-head{padding:23px 22px 17px;border-bottom:1px solid var(--pfsp-line)}
.pfs-products-page .side-head small{color:var(--pfsp-orange);font-size:9px;font-weight:600;letter-spacing:.7px;text-transform:uppercase}
.pfs-products-page .side-head h3{margin:5px 0 0;color:var(--pfsp-navy);font-size:18px;font-weight:600}
.pfs-products-page .cat-list{margin:0;padding:11px;list-style:none}
.pfs-products-page .cat-list li+li{margin-top:4px}
.pfs-products-page .cat-btn{width:100%;min-height:47px;padding:9px 10px 9px 13px;border:0;border-radius:11px;background:transparent;color:#52646f;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;text-align:left;cursor:pointer;transition:.2s ease}
.pfs-products-page .cat-btn:hover,.pfs-products-page .cat-btn.active{background:#fff0ea;color:var(--pfsp-orange-dark)}
.pfs-products-page .cat-btn.active{font-weight:600}
.pfs-products-page .cat-btn-left{min-width:0;display:flex;align-items:center;gap:8px}
.pfs-products-page .cat-count{min-width:30px;padding:3px 7px;border-radius:999px;background:#edf2f5;color:#6c7d87;font-size:9px;text-align:center}
.pfs-products-page .cat-btn.active .cat-count{background:var(--pfsp-orange);color:#fff}
.pfs-products-page .help-card{margin:10px;padding:19px;border-radius:14px;background:linear-gradient(135deg,var(--pfsp-navy),var(--pfsp-blue));color:#fff}
.pfs-products-page .help-card strong{font-size:13px;font-weight:600}
.pfs-products-page .help-card p{margin:7px 0 13px;color:#c2d0d8;font-size:10px;line-height:1.65}
.pfs-products-page .help-card a{color:#ff9a75;font-size:10px;font-weight:600;text-decoration:none}
.pfs-products-page .content{min-width:0}
.pfs-products-page .toolbar{margin-bottom:25px;padding:21px 23px;border:1px solid var(--pfsp-line);border-radius:17px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}
.pfs-products-page .toolbar-left h2{margin:0;color:var(--pfsp-navy);font-size:24px;font-weight:600}
.pfs-products-page .toolbar-left p{margin:4px 0 0;color:var(--pfsp-muted);font-size:10px}
.pfs-products-page .search-box{position:relative;width:min(350px,100%)}
.pfs-products-page .search-box input{width:100%;height:45px;padding:0 42px 0 15px;border:1px solid #dbe4e8;border-radius:12px;outline:0;color:var(--pfsp-text);font-size:11px}
.pfs-products-page .search-box input:focus{border-color:#f09a79;box-shadow:0 0 0 3px rgba(239,85,35,.1)}
.pfs-products-page .search-box i{position:absolute;right:15px;top:50%;color:#8b9aa2;transform:translateY(-50%)}
.pfs-products-page .grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}
.pfs-products-page .pcard{min-width:0;overflow:hidden;border:1px solid var(--pfsp-line);border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(7,28,45,.055);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.pfs-products-page .pcard:hover{border-color:#f4b79f;box-shadow:var(--pfsp-shadow);transform:translateY(-5px)}
.pfs-products-page .pcard-img{position:relative;height:218px;overflow:hidden;background:#f5f7f8;display:flex;align-items:center;justify-content:center;cursor:zoom-in}
.pfs-products-page .pcard-img img{width:100%;height:100%;padding:12px;object-fit:contain;transition:transform .35s ease}
.pfs-products-page .pcard:hover .pcard-img img{transform:scale(1.045)}
.pfs-products-page .pcard-img-overlay{position:absolute;inset:0;background:rgba(7,28,45,.44);color:#fff;display:flex;align-items:center;justify-content:center;font-size:23px;opacity:0;transition:opacity .25s ease}
.pfs-products-page .pcard-img:hover .pcard-img-overlay{opacity:1}
.pfs-products-page .pcard-body{padding:16px}
.pfs-products-page .pcard-body h4{min-height:39px;margin:0 0 14px;color:var(--pfsp-navy);font-size:13px;font-weight:600;line-height:1.5}
.pfs-products-page .pcard-action{display:grid;grid-template-columns:1fr 40px;gap:8px}
.pfs-products-page .btn-view,.pfs-products-page .btn-enq{min-height:39px;border:0;border-radius:10px;cursor:pointer}
.pfs-products-page .btn-view{background:var(--pfsp-orange);color:#fff;font-size:10px;font-weight:600}
.pfs-products-page .btn-view:hover{background:var(--pfsp-orange-dark)}
.pfs-products-page .btn-enq{background:#edf3f6;color:var(--pfsp-navy)}
.pfs-products-page .empty{grid-column:1/-1;padding:70px 20px;border:1px dashed #ccd9df;border-radius:18px;background:#fff;color:var(--pfsp-muted);text-align:center}
.pfs-products-page .trust{margin-top:30px;padding:22px;border:1px solid var(--pfsp-line);border-radius:17px;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pfs-products-page .trust-item{display:flex;align-items:center;gap:11px}
.pfs-products-page .trust-ico{width:39px;height:39px;flex:0 0 39px;border-radius:11px;background:#fff0ea;color:var(--pfsp-orange);display:flex;align-items:center;justify-content:center}
.pfs-products-page .trust-item b,.pfs-products-page .trust-item span{display:block}
.pfs-products-page .trust-item b{color:var(--pfsp-navy);font-size:11px;font-weight:600}
.pfs-products-page .trust-item span{margin-top:2px;color:var(--pfsp-muted);font-size:8px}
.pfs-products-page .lightbox-backdrop{position:fixed;inset:0;z-index:11000;padding:24px;background:rgba(3,14,23,.82);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .22s ease;backdrop-filter:blur(7px)}
.pfs-products-page .lightbox-backdrop.open{opacity:1;pointer-events:auto}
.pfs-products-page .lightbox{width:min(920px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.35);transform:translateY(16px) scale(.98);transition:transform .22s ease}
.pfs-products-page .lightbox-backdrop.open .lightbox{transform:none}
.pfs-products-page .lightbox-header,.pfs-products-page .lightbox-footer{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.pfs-products-page .lightbox-header{border-bottom:1px solid var(--pfsp-line)}
.pfs-products-page .lightbox-header-left,.pfs-products-page .lb-actions{display:flex;align-items:center;gap:9px}
.pfs-products-page .lightbox-cat-badge,.pfs-products-page .lightbox-counter{padding:6px 10px;border-radius:999px;font-size:9px;font-weight:600}
.pfs-products-page .lightbox-cat-badge{background:#fff0ea;color:var(--pfsp-orange-dark)}
.pfs-products-page .lightbox-counter{background:#edf3f6;color:#61747f}
.pfs-products-page .lightbox-close{width:39px;height:39px;border:0;border-radius:11px;background:#edf3f6;color:var(--pfsp-navy);cursor:pointer}
.pfs-products-page .lightbox-stage{position:relative;height:min(57vh,540px);background:#f4f7f8;display:flex;align-items:center;justify-content:center}
.pfs-products-page .lightbox-stage>img{width:100%;height:100%;padding:24px 74px;object-fit:contain;transition:opacity .18s ease}
.pfs-products-page .lightbox-stage>img.fading{opacity:.25}
.pfs-products-page .lb-arrow{position:absolute;z-index:2;top:50%;width:44px;height:44px;border:1px solid #dae4e8;border-radius:50%;background:#fff;color:var(--pfsp-navy);box-shadow:0 7px 18px rgba(7,28,45,.11);cursor:pointer;transform:translateY(-50%)}
.pfs-products-page .lb-arrow.prev{left:17px}.pfs-products-page .lb-arrow.next{right:17px}.pfs-products-page .lb-arrow:disabled{opacity:.35;cursor:default}
.pfs-products-page .lb-dots{min-height:25px;padding:9px 18px 0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px}
.pfs-products-page .lb-dot{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#c7d2d8}.pfs-products-page .lb-dot.active{width:18px;border-radius:5px;background:var(--pfsp-orange)}
.pfs-products-page .lightbox-footer{border-top:1px solid var(--pfsp-line)}
.pfs-products-page .lb-name{color:var(--pfsp-navy);font-size:15px;font-weight:600}.pfs-products-page .lb-name small{margin-top:3px;color:var(--pfsp-muted);display:block;font-size:9px;font-weight:400}
.pfs-products-page .lb-btn-share,.pfs-products-page .lb-btn-enq{min-height:40px;padding:0 15px;border:0;border-radius:10px;font-size:10px;font-weight:600;cursor:pointer}.pfs-products-page .lb-btn-share{background:#edf3f6;color:var(--pfsp-navy)}.pfs-products-page .lb-btn-enq{background:var(--pfsp-orange);color:#fff}
.pfs-products-page .flameconnect47-float{position:fixed;right:18px;z-index:1050;width:47px;height:47px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 10px 25px rgba(0,0,0,.2)}
.pfs-products-page .flameconnect47-call{bottom:82px;background:#145da0}.pfs-products-page .flameconnect47-whatsapp{bottom:24px;background:#1faa59}
@media(max-width:1199px){.pfs-products-page .grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:991px){.pfs-products-page .shell{grid-template-columns:1fr}.pfs-products-page .sidebar{position:static}.pfs-products-page .cat-list{display:flex;overflow-x:auto;gap:7px}.pfs-products-page .cat-list li{min-width:190px;margin:0!important}.pfs-products-page .help-card{display:none}.pfs-products-page .trust{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.pfs-products-page .hero-product{padding:58px 18px 64px}.pfs-products-page .hero-product h1{font-size:35px;letter-spacing:-1px}.pfs-products-page .hero-stats{grid-template-columns:repeat(2,1fr)}.pfs-products-page .hero-stat{border-top:1px solid rgba(255,255,255,.12)}.pfs-products-page .shell{width:min(100% - 26px,650px);margin-top:26px}.pfs-products-page .toolbar{align-items:stretch;flex-direction:column}.pfs-products-page .search-box{width:100%}.pfs-products-page .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pfs-products-page .pcard-img{height:180px}.pfs-products-page .pcard-body{padding:13px}.pfs-products-page .lightbox-backdrop{padding:10px}.pfs-products-page .lightbox{max-height:calc(100vh - 20px)}.pfs-products-page .lightbox-stage{height:50vh}.pfs-products-page .lightbox-stage>img{padding:20px 54px}.pfs-products-page .lightbox-footer{align-items:flex-start;flex-direction:column}}
@media(max-width:460px){.pfs-products-page .hero-product h1{font-size:29px}.pfs-products-page .hero-product p{font-size:12px}.pfs-products-page .grid{grid-template-columns:1fr}.pfs-products-page .pcard{display:grid;grid-template-columns:130px 1fr}.pfs-products-page .pcard-img{height:100%;min-height:165px}.pfs-products-page .trust{grid-template-columns:1fr}.pfs-products-page .lightbox-header,.pfs-products-page .lightbox-footer{padding:13px}.pfs-products-page .lb-actions{width:100%}.pfs-products-page .lb-actions>*{flex:1}}
@media(prefers-reduced-motion:reduce){.pfs-products-page *,.pfs-products-page *::before,.pfs-products-page *::after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
