/*
Theme Name: PSP Lockedin Pro
Theme URI: https://powerstrokeproducts.com/
Author: OpenAI
Description: Production-grade locked WooCommerce storefront theme for Powerstroke Products.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: psp-lockedin
*/
:root{
  --psp-bg:#05080c;
  --psp-bg-2:#060b11;
  --psp-surface:#0a1017;
  --psp-surface-2:#0e151f;
  --psp-surface-3:#121b27;
  --psp-line:#1d2835;
  --psp-line-soft:#141c27;
  --psp-line-blue:rgba(37,121,255,.35);
  --psp-text:#f2f6fb;
  --psp-muted:#9ea9b9;
  --psp-muted-2:#78869a;
  --psp-blue:#1f6fff;
  --psp-blue-2:#2b80ff;
  --psp-blue-3:#6ea5ff;
  --psp-red:#eb3e32;
  --psp-red-2:#b92016;
  --psp-max:1280px;
  --psp-radius:18px;
  --psp-radius-md:12px;
  --psp-radius-sm:8px;
  --psp-shadow:0 18px 42px rgba(0,0,0,.34);
  --psp-shadow-sm:0 10px 24px rgba(0,0,0,.26);
  --psp-font-body:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --psp-font-head:"Arial Narrow",Impact,Haettenschweiler,"Franklin Gothic Condensed","Roboto Condensed",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
  radial-gradient(circle at 18% 12%, rgba(31,111,255,.08), transparent 28%),
  linear-gradient(180deg,#04070b 0%,#06090d 38%,#05080c 100%);
  color:var(--psp-text);font-family:var(--psp-font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
.site{min-height:100vh;overflow-x:hidden}
.container,.narrow{width:min(calc(100% - 36px),var(--psp-max));margin-inline:auto}
.narrow{max-width:1160px}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background:
  linear-gradient(90deg, transparent 0%, rgba(39,107,255,.045) 50%, transparent 100%);
  opacity:.55;mix-blend-mode:screen}

.topbar{background:#05080d;border-bottom:1px solid var(--psp-line-soft);position:relative;z-index:42}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px 0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#d8dfeb}

.site-header{position:sticky;top:0;z-index:40;background:rgba(7,11,16,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--psp-line-soft)}
.site-header::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg, transparent, var(--psp-line-blue), transparent)}
.site-header .container{display:grid;grid-template-columns:230px 1fr 172px;align-items:center;gap:24px;padding:16px 0}
.branding{display:flex;align-items:center;gap:12px;min-width:0}
.branding .custom-logo-link img,.branding img{width:156px;max-width:100%;height:auto}
.primary-nav,.primary-nav > ul{display:flex;align-items:center;justify-content:center;gap:36px;list-style:none;margin:0;padding:0}
.primary-nav a,.primary-nav > ul > li > a{font:800 14px/1 var(--psp-font-head);letter-spacing:.08em;text-transform:uppercase;color:#f5f7fb}
.primary-nav a:hover,.primary-nav a:focus{color:var(--psp-blue-3)}
.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.tool-icon{position:relative;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.tool-icon:hover{border-color:rgba(255,255,255,.2);transform:translateY(-1px)}
.tool-icon svg{width:20px;height:20px}
.cart-bubble{position:absolute;top:-3px;right:-2px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:var(--psp-blue);display:grid;place-items:center;font-size:11px;font-weight:800;color:#fff}
.psp-mobile-toggle{display:none}

.btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:9px;border:1px solid var(--psp-line);background:linear-gradient(180deg,#111a26,#0a1119);color:#fff !important;font:900 14px/1 var(--psp-font-head);text-transform:uppercase;letter-spacing:.08em;box-shadow:var(--psp-shadow-sm);transition:transform .2s ease,border-color .2s ease,background .2s ease}
.btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{transform:translateY(-1px);border-color:#394b61}
.btn-primary,.woocommerce div.product form.cart .button.single_add_to_cart_button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,#place_order,.woocommerce a.checkout-button{background:linear-gradient(180deg,var(--psp-blue-2),var(--psp-blue)) !important;border-color:transparent !important;box-shadow:0 16px 34px rgba(31,111,255,.28)}
.btn-outline{background:transparent;border-color:#5c6a7c;color:#fff !important;box-shadow:none}
.btn-mech{background:linear-gradient(180deg,#171e28,#0b1118);border-color:#3b4656}

.hero{position:relative;border-bottom:1px solid var(--psp-line-soft);overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 38%, rgba(31,111,255,.12), transparent 26%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:minmax(0,0.92fr) minmax(0,1.08fr);min-height:565px;align-items:stretch}
.hero-copy{position:relative;display:flex;flex-direction:column;justify-content:center;padding:64px 44px 60px 8px;background:
  linear-gradient(90deg, rgba(5,8,13,1) 0%, rgba(5,8,13,.98) 64%, rgba(5,8,13,.72) 100%),
  linear-gradient(180deg, rgba(16,24,36,.7), rgba(5,8,13,0) 50%)}
.eyebrow{margin:0 0 16px;color:#a9c5ff;font:900 12px/1 var(--psp-font-head);letter-spacing:.24em;text-transform:uppercase}
.hero h1,.section-title,.entry-title,.woocommerce div.product .product_title,.product-hero-title,.shop-archive-title{margin:0;font-family:var(--psp-font-head);font-size:clamp(46px,7vw,78px);line-height:.9;letter-spacing:-.03em;font-weight:900;text-transform:uppercase}
.hero p{margin:18px 0 0;max-width:510px;color:#d8e0eb;font-size:20px;line-height:1.42}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.hero-media{position:relative;min-height:565px;border-left:1px solid var(--psp-line-soft);background:#0b1118;overflow:hidden}
.hero-media img,.hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(5,8,13,.08), rgba(5,8,13,.02) 40%, rgba(5,8,13,.18));pointer-events:none}
.hero-frame-lines::before,.hero-frame-lines::after{content:"";position:absolute;left:20px;right:20px;height:1px;background:linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent)}
.hero-frame-lines::before{top:18px}.hero-frame-lines::after{bottom:18px}

.section{padding:22px 0}
.section-header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}
.section-label{display:inline-flex;align-items:center;gap:12px;font:900 14px/1 var(--psp-font-head);text-transform:uppercase;letter-spacing:.12em;color:#f0f4fa}
.section-label::after{content:"";display:block;width:34px;height:2px;border-radius:20px;background:var(--psp-blue)}
.engine-band{padding-top:20px;padding-bottom:20px;border-top:1px solid var(--psp-line-soft);border-bottom:1px solid var(--psp-line-soft);background:linear-gradient(180deg,#05090e,#070b11)}
.engine-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.engine-card{background:linear-gradient(180deg,#0a1118,#0c131c);border:1px solid var(--psp-line);border-radius:14px;min-height:298px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
.engine-card:hover{border-color:#2f4157;transform:translateY(-2px)}
.engine-card h3{margin:0;font:900 30px/.95 var(--psp-font-head);letter-spacing:-.04em;text-transform:uppercase}
.engine-meta{margin-top:7px;color:#d8e1ed;font:800 13px/1.4 var(--psp-font-head);letter-spacing:.08em;text-transform:uppercase}
.engine-years{display:block;color:#bcc6d5}
.engine-thumb{margin:18px auto 20px;height:124px;display:flex;align-items:center;justify-content:center}
.engine-thumb img{max-height:124px;width:auto;filter:drop-shadow(0 18px 34px rgba(0,0,0,.5))}
.engine-link{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid var(--psp-line-soft);font:900 13px/1 var(--psp-font-head);letter-spacing:.09em;text-transform:uppercase}
.engine-link span:last-child{color:var(--psp-blue-3)}

.trust-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:18px 0 4px}
.trust-item{display:flex;gap:12px;align-items:flex-start;padding:12px 0}
.trust-icon{width:30px;height:30px;display:grid;place-items:center;color:#fff;flex:0 0 30px}
.trust-item strong,.inline-feature strong{display:block;font:900 15px/1.05 var(--psp-font-head);text-transform:uppercase;letter-spacing:.06em}
.trust-item span,.inline-feature span{display:block;margin-top:5px;color:var(--psp-muted);font-size:13px;line-height:1.35}

.motion-section{padding:20px 0 16px}
.motion-card{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);border:1px solid var(--psp-line);border-radius:16px;overflow:hidden;background:#080d12;box-shadow:var(--psp-shadow)}
.motion-copy{padding:36px 30px;background:linear-gradient(180deg, rgba(10,16,23,.96), rgba(10,16,23,.9)), radial-gradient(circle at 22% 18%, rgba(31,111,255,.12), transparent 28%)}
.motion-copy h2{margin:0;font-family:var(--psp-font-head);font-size:clamp(36px,5vw,60px);line-height:.92;letter-spacing:-.03em;text-transform:uppercase}
.motion-copy p{margin:16px 0 24px;color:#d8e0eb;font-size:17px;line-height:1.5}
.motion-media{position:relative;min-height:288px;background:#0b1118;overflow:hidden}
.motion-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(5,8,13,.15), rgba(5,8,13,.02) 45%, rgba(5,8,13,.18));pointer-events:none}
.motion-media img,.motion-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.play-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:90px;height:90px;border-radius:50%;border:3px solid rgba(255,255,255,.62);display:grid;place-items:center;background:rgba(0,0,0,.22)}
.play-badge::before{content:"";display:block;width:0;height:0;border-left:24px solid #fff;border-top:15px solid transparent;border-bottom:15px solid transparent;margin-left:6px}

.shop-shell{padding:16px 0 44px}
.shop-hero{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:22px}
.shop-archive-title{font-size:clamp(34px,5vw,58px)}
.shop-hero p{margin:8px 0 0;color:var(--psp-muted);font-size:15px}
.shop-layout{display:grid;grid-template-columns:268px minmax(0,1fr);gap:22px;align-items:start}
.shop-sidebar{position:sticky;top:98px;background:linear-gradient(180deg,#0a1017,#080d12);border:1px solid var(--psp-line);border-radius:14px;padding:18px;box-shadow:var(--psp-shadow-sm)}
.shop-sidebar h3{margin:0 0 14px;font:900 13px/1 var(--psp-font-head);text-transform:uppercase;letter-spacing:.12em;color:#fff}
.shop-sidebar h3::before{content:"";display:inline-block;vertical-align:middle;width:10px;height:2px;background:var(--psp-red);margin-right:8px}
.filter-list,.engine-filter-list,.footer-links{list-style:none;margin:0;padding:0}
.filter-list li,.engine-filter-list li{margin:8px 0;color:#dce4f0}
.filter-list a{color:#dce4f0}
.filter-list a:hover{color:#fff}
.price-box{margin-top:16px;padding-top:14px;border-top:1px solid var(--psp-line-soft)}
.fake-slider{position:relative;height:5px;border-radius:999px;background:#151f2c;margin:16px 0 12px}
.fake-slider::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--psp-red),var(--psp-red-2));border-radius:inherit}
.fake-slider::after{content:"";position:absolute;inset:-5px;background:radial-gradient(circle at 0% 50%, #ff4a41 0 5px, transparent 6px), radial-gradient(circle at 100% 50%, #ff4a41 0 5px, transparent 6px)}
.price-labels{display:flex;justify-content:space-between;font-size:13px;color:#d6deea}
.filter-button{width:100%;margin-top:12px;min-height:44px;border-radius:8px;border:1px solid #4b5563;background:transparent;color:#fff;font:900 13px/1 var(--psp-font-head);text-transform:uppercase;letter-spacing:.08em}
.psp-sort{min-width:180px}
.woocommerce-ordering,.woocommerce .woocommerce-result-count{margin:0 0 16px}
.woocommerce-ordering select,.psp-sort select,.woocommerce .quantity .qty,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce-account .woocommerce-MyAccount-navigation a,.select2-container--default .select2-selection--single{width:100%;background:#0b1118;color:#fff;border:1px solid var(--psp-line);border-radius:10px;padding:12px 14px}
.select2-container--default .select2-selection--single{height:auto}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.2;padding:0;color:#fff}.select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}

.psp-grid,.woocommerce ul.products{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;list-style:none;padding:0;margin:0}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none !important}
.woocommerce ul.products li.product,.psp-card{float:none !important;width:auto !important;margin:0 !important;background:linear-gradient(180deg,#0a1017,#0b121b);border:1px solid var(--psp-line);border-radius:14px;overflow:hidden;box-shadow:var(--psp-shadow-sm);display:flex;flex-direction:column}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1}
.woocommerce ul.products li.product a img{margin:0 !important;width:100%;aspect-ratio:1/.78;object-fit:contain;background:#fff;padding:16px;border-bottom:1px solid #dbe2ea}
.woocommerce-loop-product__title,.psp-card-title{padding:14px 16px 8px !important;font:900 14px/1.35 var(--psp-font-body) !important;color:#fff;min-height:66px;letter-spacing:0}
.woocommerce ul.products li.product .price{padding:0 16px 14px;color:#fff !important;font-size:14px !important;font-weight:800;margin-top:auto}
.woocommerce ul.products li.product .button,.psp-card .button{margin:0 16px 16px !important;align-self:flex-start;min-height:42px;padding:0 14px;border-radius:9px;font-size:13px}
.woocommerce ul.products li.product .star-rating,.woocommerce span.onsale{display:none !important}
.woocommerce .woocommerce-result-count{color:var(--psp-muted)}
.woocommerce nav.woocommerce-pagination{text-align:center;margin-top:24px}
.woocommerce nav.woocommerce-pagination ul{border:none;display:inline-flex;gap:8px;padding:0}
.woocommerce nav.woocommerce-pagination ul li{border:none;float:none}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{width:42px;height:42px;display:grid;place-items:center;background:#0c1118;color:#fff;border:1px solid var(--psp-line);border-radius:8px}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--psp-blue);border-color:transparent}

.newsletter{margin-top:34px;border-top:1px solid var(--psp-line-soft);border-bottom:1px solid var(--psp-line-soft);background:linear-gradient(180deg, rgba(10,16,23,.82), rgba(6,10,15,.92))}
.newsletter .container{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:24px;align-items:center;padding:26px 0}
.newsletter-signup{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:start}
.newsletter-icon{width:56px;height:56px;border-radius:50%;border:1px solid var(--psp-line);display:grid;place-items:center;background:#0a1017}
.newsletter h3{margin:0;font-family:var(--psp-font-head);font-size:30px;line-height:.95;text-transform:uppercase;letter-spacing:-.03em}
.newsletter p{margin:10px 0 0;color:var(--psp-muted)}
.newsletter-form{display:flex;gap:8px;margin-top:12px}.newsletter-form input{flex:1;min-height:44px;border-radius:8px;border:1px solid var(--psp-line);background:#0b1118;color:#fff;padding:0 14px}.newsletter-form button{min-height:44px;padding:0 18px;border:none;border-radius:8px;background:var(--psp-blue);color:#fff;font:900 13px/1 var(--psp-font-head);text-transform:uppercase;letter-spacing:.08em}
.inline-feature{display:flex;align-items:center;gap:12px}

.site-footer{padding:28px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr 1fr;gap:20px}
.footer-brand p{color:var(--psp-muted);max-width:320px;line-height:1.5}
.footer-title{margin:8px 0 12px;font:900 16px/1 var(--psp-font-head);text-transform:uppercase;letter-spacing:.08em}
.footer-links li{margin:8px 0;color:#d5dce8}.footer-links a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:18px;padding-top:12px;border-top:1px solid var(--psp-line-soft);color:var(--psp-muted);font-size:13px}.footer-policy{display:flex;gap:18px;flex-wrap:wrap}

.page-shell,.single-post .site-main,.page .site-main,.search .site-main{padding:38px 0 64px}
.entry-card,.psp-panel,.woocommerce .woocommerce-notices-wrapper + .woocommerce,.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce,.woocommerce-order-received .woocommerce{background:linear-gradient(180deg,#080d12,#0a1017);border:1px solid var(--psp-line);border-radius:18px;padding:28px;box-shadow:var(--psp-shadow)}
.entry-title{font-size:clamp(34px,5vw,56px);margin-bottom:18px}
.entry-content{color:#d8e0eb;line-height:1.72}.entry-content p:first-child{margin-top:0}
.psp-breadcrumbs{color:var(--psp-muted);font-size:14px;margin-bottom:16px}.psp-breadcrumbs a{color:var(--psp-muted)}.psp-breadcrumbs a:hover{color:#fff}
.screen-reader-text{position:absolute;left:-9999px}

/* single product */
.psp-product-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:28px;align-items:start}
.psp-product-gallery,.psp-product-summary{background:linear-gradient(180deg,#0a1017,#0c131b);border:1px solid var(--psp-line);border-radius:18px;box-shadow:var(--psp-shadow)}
.psp-product-gallery{padding:20px;overflow:hidden}
.woocommerce div.product div.images{float:none !important;width:auto !important;margin:0 !important}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{display:block}
.woocommerce div.product div.images img{border-radius:14px;background:#fff;padding:16px}
.woocommerce div.product div.images .flex-control-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px !important}
.woocommerce div.product div.images .flex-control-thumbs li{width:auto !important}
.woocommerce div.product div.images .flex-control-thumbs img{background:#fff;border-radius:10px;padding:8px;opacity:1;border:1px solid #d9e1ea}
.psp-product-summary{position:sticky;top:96px;padding:24px}
.woocommerce div.product .summary{float:none !important;width:auto !important;margin:0 !important}
.woocommerce div.product .product_title{font-size:clamp(34px,4vw,52px);margin-bottom:12px}
.woocommerce div.product .summary .price{color:#fff !important;font:900 30px/1 var(--psp-font-head) !important;letter-spacing:.02em;margin-bottom:14px}
.woocommerce-product-details__short-description{color:#d8e0eb;line-height:1.6;margin-bottom:18px}
.woocommerce div.product form.cart{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.woocommerce .quantity{margin:0 !important}
.woocommerce div.product form.cart .button.single_add_to_cart_button{flex:1;min-width:220px}
.woocommerce div.product p.stock{margin:0 0 14px;font-weight:800;color:#b7c7df}
.woocommerce div.product .product_meta{padding-top:16px;border-top:1px solid var(--psp-line-soft);font-size:13px;color:var(--psp-muted);display:grid;gap:8px}
.woocommerce div.product .product_meta a{color:#dce4f0}
.woocommerce-product-rating{display:none}
.psp-fitment-callouts{display:grid;gap:10px;margin:18px 0}.psp-fitment-card{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--psp-line);border-radius:12px;background:#0a1017}.psp-fitment-card svg{flex:0 0 22px;margin-top:2px}.psp-fitment-card strong{display:block;font:900 13px/1 var(--psp-font-head);text-transform:uppercase;letter-spacing:.08em}.psp-fitment-card span{display:block;margin-top:5px;color:#cad4e3;font-size:14px;line-height:1.4}
.psp-related-wrap{margin-top:28px}
.woocommerce-tabs{margin-top:28px}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:10px;flex-wrap:wrap;padding:0;margin:0 0 16px;border:none}.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after{display:none !important}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:none;background:none;padding:0;margin:0;border-radius:0}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;border:1px solid var(--psp-line);border-radius:9px;background:#0b1118;color:#fff !important;font:900 13px/1 var(--psp-font-head);text-transform:uppercase;letter-spacing:.08em}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{background:linear-gradient(180deg,#152035,#0c1421);border-color:#33465c}.woocommerce-Tabs-panel{padding:22px;border:1px solid var(--psp-line);border-radius:14px;background:#090f15;color:#d8e0eb;line-height:1.65}

/* Cart / Checkout / Account */
.woocommerce table.shop_table{border-collapse:separate;border-spacing:0;border:1px solid var(--psp-line);border-radius:14px;overflow:hidden;background:#0a1017}.woocommerce table.shop_table th,.woocommerce table.shop_table td{border-color:var(--psp-line) !important;color:#fff;padding:14px}.woocommerce-cart table.cart img{width:90px;border-radius:10px;background:#fff;padding:8px}.woocommerce .cart_totals,.woocommerce .checkout_coupon,.woocommerce form.login,.woocommerce form.register,.woocommerce-checkout-review-order,.woocommerce-checkout-payment,.woocommerce-account .addresses .title,.woocommerce-account .woocommerce-Address,.woocommerce-form-coupon,.woocommerce-form-login,.woocommerce-EditAccountForm{background:#0a1017;border:1px solid var(--psp-line);border-radius:14px;padding:20px}
.woocommerce-info,.woocommerce-message,.woocommerce-error{background:#0c1420;color:#fff;border-top-color:var(--psp-blue)}
.woocommerce form .form-row label{font:900 12px/1.1 var(--psp-font-head);letter-spacing:.1em;text-transform:uppercase;color:#dce4f0;margin-bottom:8px}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:linear-gradient(180deg,#152035,#0c1421);border-color:#35506a}.woocommerce-account .woocommerce-MyAccount-content{min-width:0}
.woocommerce ul.order_details{padding:0;display:grid;gap:10px;list-style:none}

/* Search / generic */
.search-results article{margin-bottom:18px}

@keyframes pspSlowZoom{0%{transform:scale(1.02) translate3d(0,0,0)}100%{transform:scale(1.08) translate3d(-1%,0,0)}}

@media (max-width:1180px){
  .psp-grid,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
  .engine-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .newsletter .container{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1.35fr 1fr 1fr 1fr}
}
@media (max-width:980px){
  .site-header .container{grid-template-columns:1fr auto auto;gap:14px}
  .primary-nav{position:fixed;left:16px;right:16px;top:78px;background:#0b1118;border:1px solid var(--psp-line);border-radius:16px;display:none;padding:18px;box-shadow:var(--psp-shadow);justify-content:flex-start}
  .primary-nav > ul{flex-direction:column;align-items:flex-start;gap:18px}
  .primary-nav.is-open{display:flex}
  .psp-mobile-toggle{display:grid}
  .hero-grid,.motion-card,.psp-product-shell,.woocommerce-account .woocommerce{grid-template-columns:1fr}
  .hero-media{min-height:330px;border-left:none;border-top:1px solid var(--psp-line-soft)}
  .shop-layout{grid-template-columns:1fr}.shop-sidebar,.psp-product-summary{position:static}
  .psp-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
  .trust-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .container,.narrow{width:min(calc(100% - 20px),var(--psp-max))}
  .topbar .container{font-size:11px;flex-direction:column;align-items:flex-start}
  .site-header .container{padding:14px 0}
  .hero-copy{padding:40px 8px 34px}.hero p{font-size:17px}
  .engine-grid,.psp-grid,.woocommerce ul.products,.trust-row,.newsletter .container,.footer-grid,.woocommerce div.product div.images .flex-control-thumbs{grid-template-columns:1fr}
  .newsletter-form,.shop-hero{flex-direction:column;align-items:flex-start}
}

/* v2.1 functional overrides */
.site-header .container{grid-template-columns:220px minmax(260px,420px) 1fr auto}
.brand-top .custom-logo-link img,.brand-top img{width:260px;max-width:100%;height:auto}
.header-search-wrap{min-width:0}
.psp-product-search{display:grid;grid-template-columns:minmax(0,1fr) 54px;align-items:stretch;border:1px solid var(--psp-line);background:#0a1017;border-radius:10px;overflow:hidden;box-shadow:var(--psp-shadow-sm)}
.psp-product-search input{min-width:0;border:0;background:transparent;color:#fff;padding:0 16px;height:52px}
.psp-product-search input::placeholder{color:#93a1b7}
.psp-product-search button{border:0;background:linear-gradient(180deg,var(--psp-blue-2),var(--psp-blue));color:#fff;display:grid;place-items:center;cursor:pointer}
.psp-product-search button svg{width:20px;height:20px}
.sidebar-search-wrap .psp-product-search{grid-template-columns:minmax(0,1fr) 48px}
.sidebar-search-wrap .psp-product-search input{height:46px;font-size:14px}
.sidebar-search-wrap .psp-product-search button{min-height:46px}
.motion-card{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)}
.motion-video{display:block}
.newsletter-logo-stack{display:grid;gap:14px;justify-items:start}
.newsletter-logo-stack .custom-logo-link img{width:210px;max-width:100%;height:auto}
.trust-inline-set{display:grid;gap:10px}
.shop-sidebar > *:first-child{margin-top:0}
.psp-filter-form{display:grid;gap:0}
.price-range-bar{position:relative;height:6px;border-radius:999px;background:#151f2c;margin:12px 0 14px;overflow:hidden}
.price-range-bar span{display:block;width:72%;height:100%;background:linear-gradient(90deg,var(--psp-blue-2),#79adff)}
.price-field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.price-field-row label{display:grid;gap:6px;font-size:12px;color:#cad4e3;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.price-field-row input{width:100%;height:42px;border-radius:8px;border:1px solid var(--psp-line);background:#0b1118;color:#fff;padding:0 12px}
.filter-actions{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin-top:12px}
.filter-button{margin-top:0;background:linear-gradient(180deg,#161f2b,#0b1118);border-color:#324153;cursor:pointer}
.filter-reset{font:900 12px/1 var(--psp-font-head);letter-spacing:.1em;text-transform:uppercase;color:#d4deec}
.engine-radio-list label{display:flex;gap:10px;align-items:center;cursor:pointer}
.engine-radio-list input{accent-color:var(--psp-blue)}
.current-cat > a{color:#fff;font-weight:800}
.woocommerce .woocommerce-ordering{margin:0}
.woocommerce ul.products li.product{min-height:100%}
.woocommerce ul.products li.product .price{order:3}
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product a.added_to_cart{order:4}
.woocommerce ul.products li.product a.added_to_cart{margin:0 16px 16px;color:#d4deec;font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}
.hero-media img{object-fit:contain;padding:28px 20px 18px;filter:drop-shadow(0 26px 34px rgba(0,0,0,.42))}
.hero-copy p{max-width:540px}
@media (max-width:1180px){
  .site-header .container{grid-template-columns:220px minmax(220px,1fr) auto auto;gap:16px}
  .brand-top .custom-logo-link img,.brand-top img{width:220px}
}
@media (max-width:980px){
  .site-header .container{grid-template-columns:1fr auto auto;align-items:center}
  .header-search-wrap{grid-column:1 / -1;order:4}
  .brand-top .custom-logo-link img,.brand-top img{width:190px}
  .tool-icon{width:42px;height:42px}
  .motion-card{grid-template-columns:1fr}
  .motion-media{order:-1;min-height:260px}
}
@media (max-width:640px){
  .site-header .container{grid-template-columns:1fr auto}
  .header-search-wrap{grid-column:1 / -1}
  .filter-actions{grid-template-columns:1fr}
}


/* v2.4 catalog, carousel, and policy upgrades */
.engine-carousel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center}
.engine-carousel-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(255px, 290px);gap:16px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:6px;scrollbar-width:none}
.engine-carousel-track::-webkit-scrollbar{display:none}
.engine-carousel .engine-card{scroll-snap-align:start;min-height:100%}
.engine-carousel-arrow{width:44px;height:44px;border-radius:999px;border:1px solid var(--psp-line);background:#0a1017;color:#fff;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:var(--psp-shadow-sm)}
.engine-family{font:900 11px/1 var(--psp-font-head);letter-spacing:.14em;text-transform:uppercase;color:#77a8ff;margin-bottom:8px}
.shop-utility-bar{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px 18px;border:1px solid var(--psp-line);border-radius:16px;background:linear-gradient(180deg,#0d141c,#091017);margin:18px 0 22px}
.results-label{font:900 14px/1 var(--psp-font-head);text-transform:uppercase;letter-spacing:.12em;color:#fff}.utility-copy{color:#aeb9ca;font-size:14px}
.archive-platforms{margin:18px 0 24px}
.shop-sidebar .filter-list a,.engine-radio-list span{font-size:15px}
.engine-radio-list strong{color:#fff;font:900 13px/1 var(--psp-font-head);letter-spacing:.08em;text-transform:uppercase;margin-right:6px}
.woocommerce ul.products li.product.psp-product-card,.psp-product-card{display:flex;flex-direction:column;padding:0;overflow:hidden;border-radius:16px;border:1px solid var(--psp-line);background:linear-gradient(180deg,#0d141d,#090f15);min-height:100%;box-shadow:var(--psp-shadow-sm)}
.psp-product-thumb-wrap{position:relative;display:flex;align-items:center;justify-content:center;min-height:280px;max-height:280px;padding:18px;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.085),transparent 48%),linear-gradient(180deg,#111922,#0c1117);border-bottom:1px solid var(--psp-line-soft);overflow:hidden}
.psp-product-thumb-wrap img{max-width:100%;max-height:240px;width:auto;height:auto !important;object-fit:contain;mix-blend-mode:normal}
.psp-product-copy{display:flex;flex-direction:column;gap:10px;padding:18px 18px 8px;flex:1}
.psp-product-cats{font:800 11px/1.3 var(--psp-font-head);text-transform:uppercase;letter-spacing:.12em;color:#78a9ff}
.woocommerce ul.products li.product .woocommerce-loop-product__title{margin:0;font-size:24px;line-height:1.05}
.woocommerce ul.products li.product .price{font:900 28px/1 var(--psp-font-head) !important;color:#fff !important;margin:8px 0 0}
.psp-product-actions{display:grid;gap:8px;padding:0 18px 18px;margin-top:auto}
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product a.added_to_cart{margin:0 !important;width:100%;justify-content:center}
.woocommerce nav.woocommerce-pagination{margin:28px 0 0}
.woocommerce nav.woocommerce-pagination ul{border:none;display:flex;gap:10px;flex-wrap:wrap}
.woocommerce nav.woocommerce-pagination ul li{border:none;overflow:visible}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:grid;place-items:center;min-width:44px;height:44px;border-radius:10px;border:1px solid var(--psp-line);background:#0b1118;color:#fff;font:900 13px/1 var(--psp-font-head);letter-spacing:.08em}
.woocommerce nav.woocommerce-pagination ul li span.current{background:linear-gradient(180deg,#182337,#0d1522);border-color:#3a5370}
.psp-product-topbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px;padding:14px 18px;border:1px solid var(--psp-line);background:#0a1017;border-radius:14px}
.psp-product-anchor-nav{display:flex;gap:10px;flex-wrap:wrap}.psp-product-anchor-nav a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid var(--psp-line);border-radius:999px;background:#0e151e;color:#dbe5f1;font:900 12px/1 var(--psp-font-head);letter-spacing:.1em;text-transform:uppercase}
.psp-product-detail-panel{margin-top:24px;padding:18px 20px;border:1px solid var(--psp-line);border-radius:14px;background:#0a1017;color:#c7d2e3}
.site-footer .footer-grid{grid-template-columns:1.45fr 1fr 1fr 1fr}
.entry-card h2{margin-top:24px}
@media (max-width:980px){
  .engine-carousel{grid-template-columns:1fr}
  .engine-carousel-arrow{display:none}
  .shop-utility-bar,.psp-product-topbar{flex-direction:column;align-items:flex-start}
  .site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .engine-carousel-track{grid-auto-columns:minmax(82vw,82vw)}
  .psp-product-thumb-wrap{min-height:240px;max-height:240px}
  .site-footer .footer-grid{grid-template-columns:1fr}
}


/* v2.5 filter, grid, pagination, cart, and transparent engine upgrades */
.engine-thumb,
.engine-thumb img,
.engine-carousel .engine-thumb,
.engine-carousel .engine-thumb img{
  background:transparent !important;
}
.engine-thumb{
  isolation:isolate;
}
.engine-thumb img{
  display:block;
  object-fit:contain;
  mix-blend-mode:screen;
}
.psp-check-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  cursor:pointer;
}
.psp-check-row input{
  margin-top:4px;
  accent-color:var(--psp-blue);
}
.shop-sidebar .filter-list li,
.shop-sidebar .engine-filter-list li{
  margin:10px 0;
}
.shop-sidebar .filter-list a,
.shop-sidebar .filter-list span,
.shop-sidebar .engine-filter-list span{
  color:#dce4f0;
}
.shop-sidebar .filter-list .current-cat span,
.shop-sidebar .filter-list .current-cat a{
  color:#fff;
  font-weight:800;
}
.psp-home-products,
.front-page .woocommerce ul.products,
.home .woocommerce ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
.front-page .shop-layout > div:last-child,
.home .shop-layout > div:last-child{
  min-width:0;
}
.front-page .woocommerce ul.products li.product,
.home .woocommerce ul.products li.product{
  width:auto !important;
  float:none !important;
}
.front-page .psp-product-thumb-wrap,
.home .psp-product-thumb-wrap{
  min-height:220px;
  max-height:220px;
}
.front-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
.home .woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:20px;
  min-height:52px;
}
.front-page .woocommerce ul.products li.product .price,
.home .woocommerce ul.products li.product .price{
  font-size:22px !important;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}
.woocommerce nav.woocommerce-pagination ul li::marker{
  content:"";
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  min-width:48px;
  padding:0 14px;
}
.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce nav.woocommerce-pagination ul li .prev{
  font-size:18px;
}
.woocommerce .price .woocommerce-Price-suffix,
.woocommerce small.woocommerce-price-suffix{
  display:none !important;
}
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals{
  background:#0a1017;
  border:1px solid var(--psp-line);
  border-radius:18px;
  padding:20px;
  box-shadow:var(--psp-shadow);
}
.woocommerce-cart .cart-collaterals{
  margin-top:22px;
}
.woocommerce-cart .cart-collaterals .cart_totals{
  padding:0;
  border:none;
  background:transparent;
}
.woocommerce-cart .coupon{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.woocommerce-cart .coupon #coupon_code{
  min-height:44px;
  min-width:220px;
  border-radius:10px;
  border:1px solid var(--psp-line);
  background:#0b1118;
  color:#fff;
  padding:0 14px;
}
.woocommerce-cart table.shop_table td.actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.woocommerce-cart table.shop_table td.product-name a,
.woocommerce-cart table.shop_table td.product-name,
.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal,
.woocommerce-cart table.shop_table td.product-quantity{
  color:#fff !important;
}
.woocommerce-cart table.shop_table td.product-name dl.variation{
  color:#b7c3d4;
}
.woocommerce-cart .quantity .qty{
  max-width:90px;
  min-height:44px;
}
.woocommerce-cart .wc-proceed-to-checkout{
  margin:0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  margin-bottom:0 !important;
}
@media (max-width:1180px){
  .psp-home-products,
  .front-page .woocommerce ul.products,
  .home .woocommerce ul.products{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media (max-width:980px){
  .psp-home-products,
  .front-page .woocommerce ul.products,
  .home .woocommerce ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width:640px){
  .psp-home-products,
  .front-page .woocommerce ul.products,
  .home .woocommerce ul.products{
    grid-template-columns:1fr !important;
  }
  .woocommerce-cart table.shop_table td.actions{
    display:block;
  }
}

.motion-video--fallback{display:block;width:100%;height:100%;object-fit:cover;}


/* v2.6 polish */
.psp-inline-search{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;align-items:center}
.psp-inline-search input{width:100%;min-width:0;background:#0b1118;color:#fff;border:1px solid var(--psp-line);border-radius:10px;padding:12px 14px}
.psp-inline-search button{width:44px;height:44px;border-radius:10px;border:1px solid var(--psp-line);background:#0f1620;color:#fff;display:grid;place-items:center}
.psp-inline-search button svg{width:18px;height:18px}
.psp-quick-filter-groups{display:grid;gap:14px;margin:16px 0 18px}
.psp-chip-group{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.psp-chip-group-label{font:900 11px/1 var(--psp-font-head);letter-spacing:.14em;text-transform:uppercase;color:#9fb2c7;margin-right:6px}
.psp-filter-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;border:1px solid var(--psp-line);background:#0b1118;color:#e8eef7;font:800 12px/1 var(--psp-font-head);letter-spacing:.08em;text-transform:uppercase}
.psp-filter-chip:hover{border-color:#355f9c;color:#fff;transform:translateY(-1px)}
.psp-product-actions{padding:0 16px 16px;display:flex;flex-direction:column;gap:12px}
.psp-fitment-pills{display:flex;flex-wrap:wrap;gap:8px}
.psp-fitment-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(31,111,255,.14);border:1px solid rgba(76,140,255,.35);color:#dceaff;font:800 11px/1 var(--psp-font-head);letter-spacing:.08em;text-transform:uppercase}
.psp-fitment-pill--dark{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.09);color:#f6f8fc}
.psp-product-cats{min-height:34px}
.woocommerce ul.products li.product .price{margin-top:auto}
.woocommerce-cart .cart-collaterals{display:block;max-width:720px}
.woocommerce-cart .cart_totals table th,.woocommerce-cart .cart_totals table td{padding:12px 14px !important;vertical-align:top}
.woocommerce-cart .shipping-calculator-form,.woocommerce-checkout .col2-set,.woocommerce-checkout-review-order,.woocommerce-checkout-payment{background:#0a1017;border:1px solid var(--psp-line);border-radius:18px;padding:20px;box-shadow:var(--psp-shadow)}
.woocommerce-checkout .col2-set{margin-bottom:20px}
.select2-container{width:100% !important}
.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple,.woocommerce form .form-row .select2-container .selection{background:#0b1118 !important;border:1px solid var(--psp-line) !important;border-radius:10px !important;min-height:52px !important}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#fff !important;line-height:52px !important;padding:0 40px 0 14px !important}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:52px !important;right:10px !important}
.select2-dropdown{background:#0b1118 !important;border:1px solid var(--psp-line) !important;color:#fff !important}
.select2-container--default .select2-results__option{color:#fff}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background:#17304f !important}
.woocommerce nav.woocommerce-pagination ul li::before,.woocommerce nav.woocommerce-pagination ul::before,.woocommerce nav.woocommerce-pagination ul::after{content:none !important}
.site-header .brand img{max-height:82px;width:auto}
.hero-media img{background:transparent;object-fit:contain;padding:8px}
@media (max-width:1180px){.psp-quick-filter-groups{gap:10px}}
