:root{
  --ps-primary:#041335;
  --ps-primary-2:#172d61;
  --ps-secondary:#172d61;
  --ps-accent:#c10303;
  --ps-accent-2:#e10b0b;
  --ps-bg:#f6f7fb;
  --ps-surface:#ffffff;
  --ps-surface-soft:#f7f8fc;
  --ps-surface-blue:#f4f6fb;
  --ps-text:#172d61;
  --ps-text-soft:#66718c;
  --ps-line:#e1e5ef;
  --ps-line-strong:#cfd5e3;
  --ps-success:#2f9256;
  --ps-danger:#c10303;
  --ps-shadow:0 16px 40px rgba(7,42,74,.08);
  --ps-shadow-soft:0 10px 24px rgba(7,42,74,.06);
  --ps-radius-xs:10px;
  --ps-radius-sm:14px;
  --ps-radius:18px;
  --ps-radius-lg:24px;
  --ps-font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --ps-content:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--ps-font);font-size:16px;line-height:1.6;color:var(--ps-text);background:#fff}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
input,textarea,select{border:1px solid var(--ps-line);border-radius:14px;padding:14px 16px;color:var(--ps-text);background:#fff}
input:focus,textarea:focus,select:focus,button:focus,a:focus{outline:3px solid rgba(24,111,183,.18);outline-offset:2px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ps-skip{position:fixed;left:14px;top:-60px;background:#fff;padding:10px 14px;border-radius:10px;box-shadow:var(--ps-shadow);z-index:9999}
.ps-skip:focus{top:14px}
.ps-container{width:min(var(--ps-content),calc(100% - 40px));margin-inline:auto}
.ps-theme svg{display:block;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.ps-theme main{display:block}
.ps-empty{padding:22px 0;color:var(--ps-text-soft)}
.ps-center{text-align:center;max-width:760px;margin:0 auto 34px}
.ps-center h2{font-size:40px;line-height:1.12;margin:0 0 10px;color:var(--ps-primary)}
.ps-center p{margin:0;color:var(--ps-text-soft);font-size:18px}
.ps-topbar{background:linear-gradient(90deg,#041335 0%,#172d61 55%,#041335 100%);color:#fff;font-size:12px}
.ps-topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ps-topbar__items{display:flex;align-items:center;gap:34px;flex-wrap:wrap}
.ps-topbar__items span{display:inline-flex;align-items:center;gap:8px;opacity:.96;white-space:nowrap}
.ps-social-mini,.ps-footer__social{display:flex;align-items:center;gap:10px}
.ps-social-mini a,.ps-footer__social a{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;color:#fff;border:1px solid rgba(255,255,255,.18);transition:transform .2s ease,background .2s ease}
.ps-social-mini a:hover,.ps-footer__social a:hover{transform:translateY(-1px);background:rgba(255,255,255,.1)}
.ps-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 1px 0 rgba(9,37,66,.08)}
.ps-header__main{min-height:110px;display:grid;grid-template-columns:minmax(260px,320px) 1fr auto;align-items:center;gap:28px}
.ps-brand{display:flex;align-items:center;gap:14px}
.custom-logo-link,.ps-brand__icon{display:grid;place-items:center;flex:0 0 auto}
.custom-logo{max-width:66px;max-height:66px;width:auto;height:auto}
.ps-brand__icon{width:58px;height:58px;border:2px solid var(--ps-primary);border-radius:16px;color:var(--ps-primary);background:#fff;box-shadow:var(--ps-shadow-soft)}
.ps-brand__icon svg{width:30px;height:30px}
.ps-brand__name{display:block;font-size:24px;font-weight:800;line-height:1.05;color:var(--ps-primary);letter-spacing:-.02em}
.ps-brand__tag{margin-top:3px;font-size:12px;color:var(--ps-secondary);font-weight:600}
.ps-search{height:54px;border:1px solid var(--ps-line);border-radius:999px;background:#fff;display:flex;align-items:center;padding:0 18px;box-shadow:0 8px 20px rgba(7,42,74,.05)}
.ps-search input{border:0;padding:0;background:transparent;width:100%;box-shadow:none}
.ps-search button{display:grid;place-items:center;border:0;background:transparent;color:var(--ps-accent);padding:0;cursor:pointer}
.ps-search svg,.ps-header__actions svg,.ps-linkpill svg,.ps-btn svg,.ps-section-head h2 svg{width:18px;height:18px}
.ps-header__actions{display:flex;align-items:center;gap:22px}
.ps-header__actions>a{display:inline-flex;align-items:center;gap:8px;color:var(--ps-primary);font-size:14px;font-weight:600;white-space:nowrap}
.ps-header__actions>a:hover{color:var(--ps-accent)}
.ps-menu-toggle{display:none;border:0;background:transparent;padding:0;cursor:pointer}
.ps-menu-toggle span:not(.screen-reader-text){display:block;width:24px;height:2px;background:var(--ps-primary);margin:5px 0;border-radius:2px}
.ps-nav{border-top:1px solid #edf2f7;background:#fff}
.ps-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:28px;min-height:54px;flex-wrap:wrap}
.ps-nav a{font-size:14px;font-weight:700;color:var(--ps-text)}
.ps-nav a:hover,.ps-nav .current-menu-item>a{color:var(--ps-accent)}
.ps-nav .current-menu-item>a{position:relative}
.ps-nav .current-menu-item>a::after{content:"";position:absolute;left:0;right:0;bottom:-18px;height:3px;border-radius:999px;background:var(--ps-accent)}

.ps-hero{background:linear-gradient(90deg,#041335 0%,#172d61 43%,#172d61 43%,#041335 100%);color:#fff;overflow:hidden}
.ps-hero__grid{display:grid;grid-template-columns:43% 57%;min-height:430px}
.ps-hero__content{padding:54px 28px 54px 0;align-self:center;position:relative;z-index:2}
.ps-eyebrow{font-size:17px;font-weight:800;letter-spacing:.07em;margin-bottom:10px;text-transform:uppercase;opacity:.98}
.ps-hero h1{margin:0 0 14px;font-size:58px;line-height:.98;letter-spacing:-.03em;color:#fff;text-wrap:balance}
.ps-hero p{margin:0;max-width:520px;font-size:23px;line-height:1.35;color:rgba(255,255,255,.96)}
.ps-usp{display:flex;flex-wrap:wrap;gap:18px 22px;margin:28px 0 32px}
.ps-usp span{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:#fff;opacity:.98}
.ps-usp span svg{width:18px;height:18px}
.ps-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 22px;border:0;border-radius:999px;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.ps-btn:hover{transform:translateY(-1px)}
.ps-btn--accent{background:linear-gradient(180deg,var(--ps-accent-2) 0%,var(--ps-accent) 100%);color:#fff;box-shadow:0 14px 28px rgba(193,3,3,.22)}
.ps-btn--primary{background:linear-gradient(180deg,#d20a0a 0%,var(--ps-accent) 100%);color:#fff;box-shadow:0 12px 24px rgba(193,3,3,.18)}
.ps-btn--large{height:54px;padding-inline:26px}
.ps-linkpill{display:inline-flex;align-items:center;gap:10px;height:42px;padding:0 18px;border-radius:999px;background:#fff;color:var(--ps-primary);font-weight:700;border:1px solid var(--ps-line);box-shadow:var(--ps-shadow-soft)}
.ps-linkpill:hover{color:var(--ps-accent);border-color:rgba(193,3,3,.28)}
.ps-hero__media{position:relative;min-height:430px;background:
  radial-gradient(circle at 76% 22%,rgba(255,255,255,.18),transparent 18%),
  linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.02) 24%),
  var(--hero-image, linear-gradient(140deg,rgba(255,255,255,.14),rgba(255,255,255,0) 42%)),
  linear-gradient(135deg,#9b775f 0%,#70543f 17%,#bd8f6e 17.1%,#8a6348 22%,#35556f 45%,#203f5c 61%,#6e5b4b 61.1%,#5b432f 66%,#8c684a 66.1%,#4f3828 100%);
  background-size:cover,cover,cover,cover;
  background-position:center,center,var(--hero-pos,center),center;
  overflow:hidden}
.ps-hero__media.has-image{background:
  linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.02) 24%),
  var(--hero-image, linear-gradient(140deg,rgba(255,255,255,.14),rgba(255,255,255,0) 42%)),
  linear-gradient(135deg,#9b775f 0%,#70543f 17%,#bd8f6e 17.1%,#8a6348 22%,#35556f 45%,#203f5c 61%,#6e5b4b 61.1%,#5b432f 66%,#8c684a 66.1%,#4f3828 100%);
  background-size:cover,cover,cover;
  background-position:center,var(--hero-pos,center),center;
}
.ps-hero__visual{position:absolute;inset:0;pointer-events:none}
.ps-hero__visual .laptop{position:absolute;top:74px;left:170px;width:180px;height:122px;border-radius:12px;background:linear-gradient(145deg,#dadce1 0%,#8d949e 45%,#d9dde0 100%);box-shadow:0 16px 35px rgba(0,0,0,.25);transform:rotate(-1deg)}
.ps-hero__visual .laptop::after{content:"";position:absolute;inset:10px;background:linear-gradient(135deg,#b8c5d0,#93a9bb);border-radius:8px}
.ps-hero__visual .laptop::before{content:"";position:absolute;bottom:-12px;left:-20px;right:-20px;height:14px;border-radius:8px;background:linear-gradient(180deg,#c9ccd0,#8e9197)}
.ps-hero__visual .headphones{position:absolute;right:70px;bottom:84px;width:148px;height:148px;border:16px solid #0b0f12;border-bottom-color:transparent;border-left-color:#161c20;border-radius:50%;transform:rotate(22deg);color:transparent}
.ps-hero__visual .headphones::before,.ps-hero__visual .headphones::after{content:"";position:absolute;width:44px;height:64px;border-radius:26px;background:linear-gradient(180deg,#0c1116,#212b31);box-shadow:0 10px 18px rgba(0,0,0,.3)}
.ps-hero__visual .headphones::before{left:-10px;bottom:4px}
.ps-hero__visual .headphones::after{right:-8px;bottom:-2px}
.ps-hero__visual .phone{position:absolute;right:160px;bottom:56px;width:82px;height:48px;border-radius:9px;background:linear-gradient(145deg,#18232d,#0d1217);box-shadow:0 14px 24px rgba(0,0,0,.28);transform:rotate(6deg)}
.ps-hero__media::after{content:"";position:absolute;left:0;right:0;bottom:0;height:96px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.12) 35%,rgba(74,51,35,.82) 36%,rgba(121,82,53,.92) 100%)}
.ps-hero__note{position:absolute;right:26px;top:64px;z-index:2;font-size:22px;font-weight:800;line-height:1.25;color:#fff;max-width:228px;text-align:left;text-shadow:0 8px 20px rgba(0,0,0,.3)}

.ps-section{padding:42px 0}
.ps-panel{background:var(--ps-surface-blue);border:1px solid #e6f0f8;border-radius:28px;padding:26px 26px 30px;box-shadow:0 10px 24px rgba(14,67,110,.05)}
.ps-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}
.ps-section-head h2{display:flex;align-items:center;gap:10px;margin:0 0 6px;font-size:40px;line-height:1.08;color:var(--ps-primary);letter-spacing:-.03em}
.ps-section-head p{margin:0;color:var(--ps-text-soft);font-size:18px}
.ps-section-head h2 svg{width:22px;height:22px}

.ps-categories{padding-top:32px}
.ps-cat-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:16px}
.ps-cat-card{display:flex;flex-direction:column;justify-content:space-between;gap:10px;min-height:144px;padding:18px 16px;border-radius:18px;background:var(--cat-color,#eef5ff);box-shadow:var(--ps-shadow-soft);border:1px solid rgba(12,52,89,.05);transition:transform .2s ease,box-shadow .2s ease}
.ps-cat-card:hover{transform:translateY(-2px);box-shadow:var(--ps-shadow)}
.ps-cat-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:rgba(255,255,255,.58);color:var(--ps-primary)}
.ps-cat-icon svg{width:24px;height:24px}
.ps-cat-card strong{font-size:18px;line-height:1.15;color:var(--ps-primary)}
.ps-cat-card small{display:block;font-size:13px;font-weight:700;color:var(--ps-accent)}
.ps-cat-card:nth-child(1){--cat-color:#dff0ff}
.ps-cat-card:nth-child(2){--cat-color:#dcf2df}
.ps-cat-card:nth-child(3){--cat-color:#ffe5f0}
.ps-cat-card:nth-child(4){--cat-color:#def6ff}
.ps-cat-card:nth-child(5){--cat-color:#ffe7cc}
.ps-cat-card:nth-child(6){--cat-color:#e8dcff}
.ps-cat-card:nth-child(7){--cat-color:#e4f2ff}
.ps-cat-card:nth-child(8){--cat-color:#e5efff}
.ps-cat-card:nth-child(9){--cat-color:#ffe7dd}
.ps-cat-card:nth-child(10){--cat-color:#f8efbf}

.ps-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.ps-product-card{position:relative;display:flex;flex-direction:column;padding:12px 12px 14px;border-radius:20px;background:#fff;border:1px solid #e3ebf3;box-shadow:var(--ps-shadow-soft)}
.ps-product-image{position:relative;display:block;overflow:hidden;border-radius:16px;background:linear-gradient(180deg,#f8fbfe 0%,#eef5fb 100%);aspect-ratio:4/3;margin-bottom:14px}
.ps-product-image img{width:100%;height:100%;object-fit:cover}
.ps-product-card h3{margin:0 0 8px;font-size:18px;line-height:1.25;color:var(--ps-text)}
.ps-product-card h3 a:hover{color:var(--ps-accent)}
.ps-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:#edf4ff;color:var(--ps-secondary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
.ps-product-image .ps-badge{position:absolute;left:10px;top:10px;z-index:2}
.ps-rating{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;color:#efaf1e;font-weight:800}
.ps-rating span{color:var(--ps-text-soft);font-weight:600}
.ps-price{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.ps-price strong{font-size:28px;line-height:1;color:var(--ps-primary);letter-spacing:-.02em}
.ps-price del{font-size:14px;color:#8fa2b4}
.ps-price span{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:8px;background:#ffeded;color:#cc3a3a;font-size:12px;font-weight:800}
.ps-product-card .ps-btn{width:100%}
.ps-favorite{position:absolute;right:16px;top:16px;z-index:3;width:42px;height:42px;border-radius:999px;border:1px solid rgba(10,43,75,.1);background:rgba(255,255,255,.96);box-shadow:var(--ps-shadow-soft);display:grid;place-items:center;color:var(--ps-primary);cursor:pointer}
.ps-favorite svg{width:18px;height:18px}
.ps-favorite.is-active,.ps-favorite:hover{color:#db3c6a}
.ps-favorite--text{position:static;width:auto;height:auto;padding:0;border:0;background:none;box-shadow:none;display:inline-flex;gap:8px;justify-content:flex-start;font-weight:700}
.ps-image-placeholder,.ps-demo-emoji{display:grid;place-items:center;width:100%;height:100%;font-size:58px;color:var(--ps-primary)}
.ps-demo-card .ps-price strong{font-size:26px}

.ps-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.ps-guide-card{position:relative;display:flex;flex-direction:column;padding:12px;border-radius:20px;background:#fff;border:1px solid #e2eaf2;box-shadow:var(--ps-shadow-soft)}
.ps-guide-image{display:block;overflow:hidden;border-radius:16px;aspect-ratio:16/10;background:linear-gradient(135deg,#d3e5f7,#eff7fd)}
.ps-guide-image img{width:100%;height:100%;object-fit:cover}
.ps-guide-card .ps-badge{margin:12px 0 10px;align-self:flex-start}
.ps-guide-card h3{margin:0 0 8px;font-size:20px;line-height:1.25;color:var(--ps-text)}
.ps-guide-card p{margin:0 0 14px;color:var(--ps-text-soft);font-size:15px}
.ps-guide-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--ps-text-soft)}
.ps-guide-meta a{font-weight:700;color:var(--ps-accent)}

.ps-why{padding-top:54px;padding-bottom:50px}
.ps-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-top:28px}
.ps-benefit{display:flex;align-items:flex-start;gap:14px;justify-content:center;text-align:left}
.ps-benefit span{display:grid;place-items:center;flex:0 0 auto;width:58px;height:58px;border-radius:999px;background:#eef5fb;color:var(--ps-primary)}
.ps-benefit span svg{width:26px;height:26px}
.ps-benefit strong{display:block;font-size:18px;line-height:1.3;color:var(--ps-primary);font-weight:800;max-width:220px}

.ps-newsletter{padding:0 0 42px}
.ps-newsletter__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:28px;padding:34px 34px;border-radius:24px;background:linear-gradient(135deg,#041335 0%,#172d61 58%,#041335 100%);color:#fff;box-shadow:0 20px 38px rgba(4,19,53,.18)}
.ps-newsletter h2{margin:0 0 8px;font-size:40px;line-height:1.05}
.ps-newsletter p{margin:0;color:rgba(255,255,255,.88);font-size:18px;max-width:590px}
.ps-newsletter-form{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.ps-newsletter-form input[type="email"]{height:52px;border:0;border-radius:999px;padding-inline:18px}
.ps-newsletter-form .ps-btn{height:52px}
.ps-consent{grid-column:1/-1;display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.88)}
.ps-consent input{width:16px;height:16px;padding:0}
.ps-alert{margin-bottom:12px;padding:12px 14px;border-radius:14px;font-size:14px;font-weight:600}
.ps-alert.success{background:#e8f8ef;color:#22663f}
.ps-alert.error{background:#ffefef;color:#b23838}

.ps-lower{padding-top:4px;padding-bottom:38px}
.ps-lower-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}
.ps-lower-card{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--ps-line);box-shadow:var(--ps-shadow-soft)}
.ps-lower-card h3{margin:0 0 18px;font-size:24px;line-height:1.15;color:var(--ps-primary)}
.ps-mini-post{display:grid;grid-template-columns:70px 1fr;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #eef3f7}
.ps-mini-post:last-child{border-bottom:0;padding-bottom:0}
.ps-mini-post img{width:70px;height:70px;object-fit:cover;border-radius:14px}
.ps-mini-post strong{display:block;font-size:15px;line-height:1.35;color:var(--ps-text)}
.ps-mini-post small{display:block;margin-top:4px;color:var(--ps-text-soft)}
.ps-lower-card ol{counter-reset:item;list-style:none;margin:0;padding:0}
.ps-lower-card li{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #eef3f7}
.ps-lower-card li:last-child{border-bottom:0;padding-bottom:0}
.ps-lower-card li::before{counter-increment:item;content:counter(item);display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#edf4ff;color:var(--ps-primary);font-weight:800;font-size:13px}
.ps-lower-card li a{font-weight:700}
.ps-partners{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:center}
.ps-partners a,.ps-partner-static{display:grid;place-items:center;min-height:76px;padding:10px;border-radius:16px;background:var(--ps-surface-soft);border:1px solid #eef3f7;color:var(--ps-primary);font-weight:800;text-align:center}
.ps-partners img{max-height:44px;width:auto;height:auto}

.ps-footer{margin-top:0;background:linear-gradient(180deg,#172d61 0%,#041335 100%);color:#fff}
.ps-footer__top{display:grid;grid-template-columns:1.2fr 1fr auto;align-items:center;gap:24px;padding:30px 0 24px}
.ps-footer__brand strong{display:block;font-size:24px;line-height:1.05}
.ps-footer__brand small{display:block;margin-top:4px;color:rgba(255,255,255,.85);font-size:13px}
.ps-footer nav ul{display:flex;flex-wrap:wrap;gap:18px;list-style:none;margin:0;padding:0}
.ps-footer nav a{color:rgba(255,255,255,.88);font-weight:600}
.ps-footer nav a:hover{color:#fff}
.ps-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0 20px;border-top:1px solid rgba(255,255,255,.12);font-size:14px;color:rgba(255,255,255,.82)}
.ps-backtop{border:0;background:none;color:#fff;font-weight:700;cursor:pointer}

.ps-inner{padding:30px 0 56px;background:var(--ps-bg)}
.ps-breadcrumb{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:22px;font-size:14px;color:var(--ps-text-soft)}
.ps-breadcrumb a{color:var(--ps-accent);font-weight:700}
.ps-product-single{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,420px);gap:28px;padding:28px;border-radius:26px;background:#fff;border:1px solid var(--ps-line);box-shadow:var(--ps-shadow-soft);margin-bottom:28px}
.ps-product-single__media{overflow:hidden;border-radius:24px;background:#f4f8fc;min-height:420px;display:flex;align-items:center;justify-content:center}
.ps-product-single__media img{width:100%;height:100%;object-fit:cover}
.ps-product-single__info h1{margin:8px 0 10px;font-size:44px;line-height:1.05;color:var(--ps-primary)}
.ps-lead{margin:0 0 18px;font-size:18px;color:var(--ps-text-soft)}
.ps-price--large strong{font-size:42px}
.ps-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px}
.ps-prose,.ps-aside-box,.ps-archive-card,.ps-search-card,.ps-account-box{padding:24px;border-radius:20px;background:#fff;border:1px solid var(--ps-line);box-shadow:var(--ps-shadow-soft)}
.ps-prose h2:first-child,.ps-aside-box h3,.ps-account-box h2{margin-top:0;color:var(--ps-primary)}
.ps-prose h2,.ps-prose h3,.entry-content h2,.entry-content h3{color:var(--ps-primary)}
.ps-prose img,.entry-content img{border-radius:18px}
.ps-aside-box{margin-bottom:18px}
.ps-aside-box ul{margin:0;padding-left:18px}
.ps-archive-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}
.ps-archive-head h1,.page-header h1,.entry-header h1{margin:0;color:var(--ps-primary);font-size:42px;line-height:1.05}
.ps-filterbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:18px;margin-bottom:24px;border-radius:20px;background:#fff;border:1px solid var(--ps-line)}
.ps-filterbar button,.ps-filterbar .button{height:48px;border-radius:14px;border:0;background:var(--ps-primary);color:#fff;font-weight:700;cursor:pointer}
.ps-post-grid,.ps-search-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ps-article-card{display:flex;flex-direction:column;padding:12px;border-radius:20px;background:#fff;border:1px solid var(--ps-line);box-shadow:var(--ps-shadow-soft)}
.ps-article-card img{aspect-ratio:16/10;object-fit:cover;border-radius:16px}
.ps-article-card .ps-badge{margin:12px 0 10px;align-self:flex-start}
.ps-article-card h2,.ps-article-card h3{margin:0 0 8px;font-size:21px;color:var(--ps-primary)}
.ps-article-card p{margin:0 0 14px;color:var(--ps-text-soft)}
.ps-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--ps-text-soft);font-size:14px}
.entry-hero{margin-bottom:22px}
.entry-hero img{width:100%;border-radius:24px}
.entry-content{padding:28px;border-radius:24px;background:#fff;border:1px solid var(--ps-line);box-shadow:var(--ps-shadow-soft)}
.ps-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}
.ps-404,.ps-empty-state{padding:60px 0;text-align:center}
.ps-pagination{display:flex;justify-content:center;gap:8px;margin-top:28px}
.ps-pagination .page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid var(--ps-line);font-weight:700}
.ps-pagination .current{background:var(--ps-primary);color:#fff;border-color:var(--ps-primary)}

#wpadminbar ~ .ps-header{top:32px}

@media (max-width:1279px){
  .ps-cat-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  .ps-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ps-guide-grid,.ps-post-grid,.ps-search-grid,.ps-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ps-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1100px){
  .ps-header__main{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "search search";padding:18px 0;min-height:unset}
  .ps-brand{grid-area:brand}
  .ps-header__actions{grid-area:actions}
  .ps-search{grid-area:search}
  .ps-nav ul{gap:20px}
  .ps-hero__grid{grid-template-columns:1fr}
  .ps-hero__content{padding-right:0;padding-bottom:26px}
  .ps-hero__media{min-height:350px}
  .ps-newsletter__grid,.ps-content-grid,.ps-product-single,.ps-footer__top,.ps-lower-grid{grid-template-columns:1fr}
  .ps-product-single__media{min-height:320px}
  .ps-filterbar{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .ps-topbar__inner{padding:8px 0}
  .ps-topbar__items{gap:14px}
  .ps-topbar__items span{font-size:11px}
  .ps-social-mini{display:none}
  .ps-menu-toggle{display:block}
  .ps-header__actions>a span{display:none}
  .ps-nav{display:none}
  .ps-nav.is-open{display:block;padding-bottom:12px}
  .ps-nav ul{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:8px 0 0}
  .ps-nav li{width:100%}
  .ps-nav a{display:block;padding:12px 0;border-bottom:1px solid #eef2f7;width:100%}
  .ps-nav .current-menu-item>a::after{display:none}
  .ps-cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ps-product-grid,.ps-guide-grid,.ps-post-grid,.ps-search-grid,.ps-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ps-newsletter-form{grid-template-columns:1fr}
}
@media (max-width:640px){
  #wpadminbar ~ .ps-header{top:46px}
  .ps-container{width:min(var(--ps-content),calc(100% - 28px))}
  .ps-brand__name{font-size:21px}
  .ps-search{height:50px}
  .ps-hero__content{padding:40px 0 22px}
  .ps-hero h1{font-size:42px}
  .ps-hero p{font-size:18px}
  .ps-hero__media{min-height:265px}
  .ps-hero__visual .laptop{left:72px;top:38px;width:132px;height:92px}
  .ps-hero__visual .laptop::before{left:-14px;right:-14px}
  .ps-hero__visual .headphones{width:108px;height:108px;right:34px;bottom:62px;border-width:12px}
  .ps-hero__visual .headphones::before,.ps-hero__visual .headphones::after{width:32px;height:46px}
  .ps-hero__visual .phone{right:110px;bottom:44px;width:58px;height:34px}
  .ps-hero__note{right:16px;top:18px;font-size:16px;max-width:150px}
  .ps-section{padding:34px 0}
  .ps-section-head{flex-direction:column;align-items:flex-start}
  .ps-section-head h2,.ps-center h2,.ps-newsletter h2,.ps-archive-head h1,.page-header h1,.entry-header h1{font-size:31px}
  .ps-section-head p,.ps-center p,.ps-newsletter p{font-size:16px}
  .ps-panel{padding:20px}
  .ps-cat-grid,.ps-product-grid,.ps-guide-grid,.ps-post-grid,.ps-search-grid,.ps-related-grid,.ps-benefits{grid-template-columns:1fr}
  .ps-filterbar{grid-template-columns:1fr}
  .ps-product-card h3,.ps-guide-card h3{font-size:18px}
  .ps-price strong{font-size:24px}
  .ps-newsletter__grid{padding:26px 22px}
  .ps-lower-card{padding:20px}
  .ps-footer__top{padding:26px 0 18px}
  .ps-footer__bottom{flex-direction:column;align-items:flex-start}
  .ps-product-single{padding:18px}
  .ps-product-single__info h1{font-size:34px}
  .entry-content,.ps-prose,.ps-aside-box,.ps-account-box{padding:20px}
}
@media (max-width:390px){
  .ps-header__actions{gap:14px}
  .ps-brand{gap:10px}
  .ps-brand__icon,.custom-logo{max-width:54px;max-height:54px}
  .ps-topbar__items{display:grid;grid-template-columns:1fr;gap:6px}
  .ps-topbar__inner{align-items:flex-start}
  .ps-usp{gap:12px}
}

/* 1.1.1 - rifinitura categorie e allineamento CTA prodotti */
.ps-categories{
  padding:30px 0 28px;
  border-bottom:1px solid #edf2f6;
  background:#fff;
}
.ps-categories .ps-section-head,
.ps-products .ps-section-head{
  margin-bottom:18px;
}
.ps-categories .ps-section-head h2,
.ps-products .ps-section-head h2{
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.02em;
  margin-bottom:4px;
}
.ps-categories .ps-section-head h2 svg,
.ps-products .ps-section-head h2 svg{
  width:24px;
  height:24px;
  flex:0 0 24px;
}
.ps-categories .ps-section-head p,
.ps-products .ps-section-head p{
  font-size:13px;
  line-height:1.45;
  color:#536f88;
}
.ps-categories .ps-linkpill,
.ps-products .ps-linkpill{
  height:36px;
  padding:0 15px;
  font-size:12px;
  box-shadow:0 5px 14px rgba(7,42,74,.05);
}
.ps-categories .ps-linkpill svg,
.ps-products .ps-linkpill svg{
  width:14px;
  height:14px;
}
.ps-categories .ps-cat-grid{
  grid-template-columns:repeat(10,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}
.ps-categories .ps-cat-card{
  min-height:118px;
  padding:14px 10px 12px;
  gap:6px;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  border-radius:10px;
  background:var(--cat-color,#e4f2ff);
  border:1px solid rgba(9,51,88,.035);
  box-shadow:0 5px 14px rgba(7,42,74,.035);
}
.ps-categories .ps-cat-card:hover{
  transform:translateY(-2px);
  box-shadow:0 9px 20px rgba(7,42,74,.08);
}
.ps-categories .ps-cat-icon{
  width:34px;
  height:34px;
  margin-bottom:1px;
  border-radius:0;
  background:transparent;
  color:#173d62;
}
.ps-categories .ps-cat-icon svg{
  width:30px;
  height:30px;
  stroke-width:1.7;
}
.ps-categories .ps-cat-card strong{
  font-size:13px;
  line-height:1.1;
  color:#153a5d;
  font-weight:800;
}
.ps-categories .ps-cat-card small{
  margin-top:auto;
  font-size:10px;
  line-height:1.1;
  color:#37698f;
  font-weight:700;
  white-space:nowrap;
}
.ps-products{
  padding:28px 0 34px;
}
.ps-products .ps-product-grid{
  align-items:stretch;
}
.ps-products .ps-product-card{
  height:100%;
  padding:10px 10px 12px;
  border-radius:10px;
  box-shadow:0 4px 14px rgba(7,42,74,.045);
}
.ps-products .ps-product-image{
  border-radius:8px;
  margin-bottom:10px;
}
.ps-products .ps-product-card h3{
  min-height:42px;
  margin-bottom:5px;
  font-size:13px;
  line-height:1.3;
}
.ps-products .ps-rating{
  min-height:21px;
  margin-bottom:6px;
  font-size:11px;
  gap:5px;
}
.ps-products .ps-price{
  min-height:34px;
  margin-bottom:10px;
  gap:7px;
}
.ps-products .ps-price strong{
  font-size:18px;
}
.ps-products .ps-price del{
  font-size:11px;
}
.ps-products .ps-price span{
  min-height:20px;
  padding:0 6px;
  border-radius:5px;
  font-size:10px;
}
.ps-products .ps-product-card>.ps-btn{
  margin-top:auto;
  width:100%;
  height:38px;
  min-height:38px;
  border-radius:7px;
  padding:0 10px;
  font-size:11px;
}
.home .ps-products .ps-product-card>.ps-favorite{
  display:none;
}
.ps-products .ps-badge{
  padding:4px 8px;
  font-size:9px;
}

@media (max-width:1279px){
  .ps-categories .ps-cat-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media (max-width:900px){
  .ps-categories .ps-cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:640px){
  .ps-categories .ps-section-head h2,
  .ps-products .ps-section-head h2{font-size:22px}
  .ps-categories .ps-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .ps-categories .ps-cat-card{min-height:112px}
  .ps-products .ps-product-card h3{min-height:auto}
}

/* 1.2.0 - flusso card -> scheda prodotto -> retailer esterno */
.ps-product-card .ps-product-image img,
.ps-products .ps-product-image img{
  object-fit:contain;
  background:#fff;
}
.ps-product-details-cta{margin-top:auto}
.ps-product-single__media{background:#fff}
.ps-product-main-image{width:100%;height:100%;max-height:560px;object-fit:contain;padding:20px;background:#fff}
.ps-product-single__category{margin-bottom:12px}
.ps-product-single__rating{margin:0 0 14px}
.ps-price-update{margin-top:-5px;margin-bottom:16px;color:var(--ps-text-soft);font-size:13px}
.ps-product-buybox{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin:18px 0 22px;padding:18px;border:1px solid #dce8f2;border-radius:18px;background:#f7fbff}
.ps-retailer-label{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap;color:var(--ps-text-soft);font-size:13px}
.ps-retailer-label strong{color:var(--ps-primary);font-size:16px}
.ps-external-product-cta{min-width:230px}
.ps-external-note{color:var(--ps-text-soft);font-size:12px}
.ps-admin-product-note{padding:12px 14px;border-radius:12px;background:#fff8dd;border:1px solid #f0dd91;color:#6d5b16;font-size:13px;line-height:1.45}
@media (max-width:640px){
  .ps-external-product-cta{width:100%;min-width:0}
  .ps-product-main-image{max-height:390px;padding:10px}
}

/* 1.3.0 - archivi categoria e blog completi */
.ps-category-hero{display:flex;align-items:center;gap:22px;margin-bottom:34px;padding:28px 30px;border-radius:24px;background:var(--category-bg,#eef5ff);border:1px solid rgba(7,42,74,.07);box-shadow:var(--ps-shadow-soft)}
.ps-category-hero__icon{display:grid;place-items:center;flex:0 0 auto;width:76px;height:76px;border-radius:22px;background:rgba(255,255,255,.72);color:var(--ps-primary);box-shadow:0 10px 22px rgba(7,42,74,.06)}
.ps-category-hero__icon svg{width:36px;height:36px}
.ps-category-hero__eyebrow,.ps-page-kicker{display:block;margin-bottom:4px;color:var(--ps-secondary);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.ps-category-hero h1,.ps-blog-head h1{margin:0;color:var(--ps-primary);font-size:44px;line-height:1.05;letter-spacing:-.03em}
.ps-category-hero p,.ps-blog-head p,.ps-term-description{margin:8px 0 0;color:#526e86;max-width:760px}
.ps-term-description p{margin:0}
.ps-category-products-head{margin-top:0}
.ps-category-articles{margin-top:52px;padding-top:38px;border-top:1px solid var(--ps-line)}
.ps-guide-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.ps-blog-head{margin-bottom:28px;padding:28px 30px;border-radius:24px;background:linear-gradient(135deg,#f1f7fd,#fff);border:1px solid var(--ps-line);box-shadow:var(--ps-shadow-soft)}
.ps-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.ps-article-wrap{max-width:1040px}
.ps-article>h1{margin:10px 0 10px;color:var(--ps-primary);font-size:48px;line-height:1.05;letter-spacing:-.03em}
.ps-article-meta{margin-bottom:20px;color:var(--ps-text-soft);font-size:14px}
.ps-article-cover{overflow:hidden;border-radius:24px;margin-bottom:24px;background:#eef5fb;box-shadow:var(--ps-shadow-soft)}
.ps-article-cover img{width:100%;max-height:520px;object-fit:cover}
.ps-share{display:flex;gap:14px;align-items:center;margin-top:18px;padding:16px 0;color:var(--ps-text-soft)}
.ps-share a{color:var(--ps-secondary);font-weight:700}
.ps-article-related{padding-bottom:0}
.ps-mini-post:not(:has(img)){grid-template-columns:1fr}
@media(max-width:900px){.ps-guide-grid--three,.ps-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ps-category-hero h1,.ps-blog-head h1,.ps-article>h1{font-size:36px}}
@media(max-width:640px){.ps-category-hero{align-items:flex-start;padding:22px;gap:16px}.ps-category-hero__icon{width:58px;height:58px;border-radius:18px}.ps-category-hero__icon svg{width:28px;height:28px}.ps-category-hero h1,.ps-blog-head h1,.ps-article>h1{font-size:31px}.ps-guide-grid--three,.ps-blog-grid{grid-template-columns:1fr}.ps-blog-head{padding:22px}}

/* Palette SalvatoreMasone.it: blu notte, bianco e rosso */
.ps-brand__name{position:relative}
.ps-brand__name::after{content:"";display:block;width:34px;height:3px;margin-top:6px;border-radius:999px;background:var(--ps-accent)}
.ps-eyebrow{display:inline-flex;align-items:center;gap:10px}
.ps-eyebrow::before{content:"";width:26px;height:3px;border-radius:999px;background:var(--ps-accent)}
.ps-rating{color:#e4a51a}
.ps-favorite.is-active,.ps-favorite:hover{color:var(--ps-accent)}
