/*
Theme Name: PriceDekho Pro
Theme URI: https://pricedekho.online
Author: Gurjeet Singh
Description: Responsive affiliate price-comparison theme for PriceDekho.online.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: pricedekho-pro
*/
:root{--blue:#2864e8;--blue2:#193fa9;--orange:#f5a000;--ink:#12131a;--muted:#6e7380;--line:#e8eaf0;--bg:#f8f9fc;--green:#009b68}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.pd-wrap{width:min(1280px,calc(100% - 32px));margin:auto}a{text-decoration:none;color:inherit}.pd-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.pd-head-top{min-height:76px;display:flex;align-items:center;gap:32px}.pd-logo{font-size:25px;font-weight:900;white-space:nowrap}.pd-logo b{color:var(--blue)}.pd-logo i{color:var(--orange);font-style:normal}.pd-tagline{display:block;color:#a0a3ad;font-size:10px;letter-spacing:1.4px}.pd-search{flex:1;display:flex;background:#f2f3f6;border-radius:28px;padding:4px}.pd-search input{width:100%;border:0;background:transparent;padding:12px 18px;outline:0}.pd-search button{border:0;background:var(--blue);color:#fff;padding:0 22px;border-radius:24px;font-weight:800}.pd-menu{display:flex;gap:10px;padding:0 0 16px;overflow:auto}.pd-menu a{border:1px solid var(--line);padding:9px 18px;border-radius:22px;font-weight:700;white-space:nowrap}.pd-menu .current-menu-item a,.pd-menu a:hover{background:var(--blue);color:#fff}.pd-hero{margin:48px auto 36px;padding:54px 62px;border-radius:38px;background:radial-gradient(circle at 95% 25%,#ffffff1d 0 18%,transparent 18%),linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 24px 60px #2864e82a}.pd-kicker{display:inline-flex;padding:7px 14px;border:1px solid #ffffff3b;background:#ffffff18;border-radius:20px;font-size:12px;font-weight:800}.pd-hero h1{font-size:clamp(34px,5vw,64px);line-height:.98;max-width:800px;margin:22px 0 14px}.pd-hero h1 span{color:var(--orange)}.pd-hero>p{color:#dbe8ff;font-size:18px;max-width:700px}.pd-tracker{max-width:760px;margin-top:30px;background:#fff;padding:9px;border-radius:18px;display:flex;gap:10px}.pd-tracker input{flex:1;border:0;padding:15px;color:#222;outline:0}.pd-tracker button{border:0;border-radius:12px;background:var(--orange);font-weight:900;padding:14px 26px}.pd-note{font-size:12px;margin-top:13px;color:#d9e5ff}.pd-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px}.pd-title-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.pd-title-row h2{font-size:30px;margin:0}.pd-title-row p{margin:5px 0 0;color:var(--muted)}.pd-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pd-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 25px #11111109;transition:.2s}.pd-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #1111}.pd-img{height:220px;background:linear-gradient(135deg,#edf3ff,#dbe7ff);display:grid;place-items:center;padding:20px;position:relative}.pd-img img{width:100%;height:100%;object-fit:contain}.pd-store{position:absolute;left:12px;top:12px;background:#ff9900;padding:6px 10px;border-radius:18px;font-size:11px;font-weight:900}.pd-card-body{padding:18px;display:flex;flex-direction:column;flex:1}.pd-cat{text-transform:uppercase;letter-spacing:1.4px;color:#9a9daa;font-size:11px;font-weight:800}.pd-card h3{font-size:17px;line-height:1.35;margin:8px 0;min-height:46px}.pd-brand{color:var(--muted);font-size:13px}.pd-prices{display:flex;align-items:end;gap:9px;margin:13px 0}.pd-price{font-size:27px;font-weight:900}.pd-mrp{text-decoration:line-through;color:#9ea1ab}.pd-updated{color:var(--green);background:#eafbf5;border:1px solid #c6f1e2;border-radius:20px;padding:6px 9px;font-size:11px;width:max-content}.pd-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding-top:16px}.pd-btn{padding:11px;border-radius:22px;text-align:center;font-size:12px;font-weight:900;color:#fff;background:var(--blue)}.pd-btn.flip{background:#2874f0}.pd-sidebar{display:flex;flex-direction:column;gap:20px}.pd-widget{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}.pd-widget h3{margin:0 0 14px}.pd-ad{min-height:250px;display:grid;place-items:center;text-align:center;color:#999;border:1px dashed #ccd0db}.pd-status{display:flex;gap:10px;align-items:center}.pd-status b{display:grid;place-items:center;background:#11b981;color:#fff;width:38px;height:38px;border-radius:10px}.pd-history{margin:36px 0;background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px}.pd-history svg{width:100%;height:auto}.pd-features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:30px 0 55px}.pd-feature{background:#fff;border:1px solid var(--line);padding:22px;border-radius:18px}.pd-feature h3{margin:0 0 7px}.pd-feature p{margin:0;color:var(--muted)}.pd-footer{background:#fff;border-top:1px solid var(--line);padding:45px 0}.pd-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.pd-footer h3{margin-top:0}.pd-footer p,.pd-footer li{color:var(--muted);line-height:1.8}.pd-footer ul{list-style:none;padding:0}.pd-empty{grid-column:1/-1;background:#fff;padding:50px;text-align:center;border-radius:20px}.screen-reader-text{position:absolute;left:-9999px}
.pd-hero .pds-box{max-width:760px;margin:28px 0 0;padding:0;background:transparent}.pd-hero .pds-box>h2,.pd-hero .pds-box>p{display:none}
@media(max-width:1000px){.pd-main-grid{grid-template-columns:1fr}.pd-sidebar{display:grid;grid-template-columns:repeat(2,1fr)}.pd-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.pd-wrap{width:min(100% - 20px,1280px)}.pd-head-top{padding:12px 0;gap:10px;flex-wrap:wrap}.pd-search{order:3;flex-basis:100%}.pd-hero{margin-top:18px;padding:30px 20px;border-radius:24px}.pd-hero h1{font-size:37px}.pd-tracker{flex-direction:column}.pd-products,.pd-features,.pd-footer-grid,.pd-sidebar{grid-template-columns:1fr}.pd-img{height:180px}.pd-title-row h2{font-size:25px}.pd-actions{grid-template-columns:1fr}}
