:root {
  --ps-space-unit: .25rem;
  --ps-space-1: .25rem;
  --ps-space-2: .5rem;
  --ps-space-3: .75rem;
  --ps-space-4: 1rem;
  --ps-space-5: 1.5rem;
  --ps-space-6: 2rem;
  --ps-color-brand: #e7133d;
  --ps-color-google-blue: #4285f4;
  --ps-color-google-yellow: #f9ab00;
  --ps-color-google-yellow-soft: #fff8e1;
  --ps-color-primary: #2563eb;
  --ps-color-accent: #06b6d4;
  --ps-color-text: #0f172a;
  --ps-color-text-muted: #64748b;
  --ps-color-background: #f8fafc;
  --ps-color-surface: #fff;
  --ps-color-border: #e2e8f0;
  --ps-color-success: #16a34a;
  --ps-color-danger: #dc2626;
  --ps-radius-sm: .5rem;
  --ps-radius-md: .75rem;
  --ps-radius-lg: 1rem;
  --ps-radius-card: 24px;
  --ps-radius-large: 32px;
  --ps-container-wide: 1180px;
  --ps-shadow-card: 0 24px 70px rgba(15,23,42,.10);
  --ps-shadow-soft: 0 14px 45px rgba(15,23,42,.07);
  --ps-safe-area-bottom: env(safe-area-inset-bottom,0px);
  /* Backward-compatible aliases; new code MUST use --ps-* tokens. */
  --psc-primary: var(--ps-color-primary);
  --psc-cyan: var(--ps-color-accent);
  --psc-ink: var(--ps-color-text);
  --psc-muted: var(--ps-color-text-muted);
  --psc-bg: var(--ps-color-background);
  --psc-surface: var(--ps-color-surface);
  --psc-border: var(--ps-color-border);
  --psc-success: var(--ps-color-success);
  --psc-danger: var(--ps-color-danger);
  --psc-radius: var(--ps-radius-card);
  --psc-radius-lg: var(--ps-radius-large);
  --psc-maxw: var(--ps-container-wide);
  --psc-shadow: var(--ps-shadow-card);
  --psc-shadow-soft: var(--ps-shadow-soft);
  --psc-safe-bottom: var(--ps-safe-area-bottom);
}
body.psc-rtl {
  direction: rtl;
  font-family: Vazirmatn,IRANSans,Dana,Tahoma,Arial,sans-serif;
  background: var(--psc-bg);
  color: var(--psc-ink);
  font-size: 16px;
  line-height: 1.85;
}
body.psc-rtl,body.psc-rtl :where(button,input,select,textarea,.button,.amount,.price,time,small,span,strong,label,a,p,h1,h2,h3,h4,h5,h6) {
  font-variant-position: normal;
  font-feature-settings: "sups" 0,"subs" 0,"ordn" 0,"lnum" 1;
  font-synthesis-position: none;
}
body.psc-rtl * {
  box-sizing: border-box;
}
body.psc-rtl sup,body.psc-rtl sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body.psc-rtl sup {
  top: -.38em;
}
body.psc-rtl sub {
  bottom: -.12em;
}
body.psc-rtl :where(.amount,.price,time,[dir="ltr"],.ltr,input[type="tel"],input[inputmode="numeric"],input[inputmode="decimal"]) {
  font-variant-numeric: tabular-nums;
  unicode-bidi: plaintext;
  font-variant-position: normal;
  font-feature-settings: "sups" 0,"subs" 0,"ordn" 0,"tnum" 1;
  font-synthesis-position: none;
}
.ltr {
  direction: ltr;
  unicode-bidi: embed;
}
.psc-container {
  width: min(100% - 32px,var(--psc-maxw));
  margin-inline: auto;
}
.psc-section {
  padding-block: clamp(46px,7vw,92px);
}
.psc-section--surface {
  background: linear-gradient(180deg,#fff,#f8fafc);
}
.psc-section__head {
  max-width: 720px;
  margin-bottom: 28px;
}
.psc-section__head--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.psc-section__head span,.psc-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(37,99,235,.16);
  background: rgba(37,99,235,.08);
  color: var(--psc-primary);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 800;
}
.psc-section__head h2,.psc-hero h1,.psc-page-hero h1 {
  font-weight: 950;
  line-height: 1.18;
  margin: 12px 0;
  color: var(--psc-ink);
}
.psc-section__head h2 {
  font-size: clamp(1.65rem,3vw,2.55rem);
}
.psc-section__head p,.psc-hero p,.psc-page-hero p,.psc-content p {
  color: var(--psc-muted);
}
.psc-grid {
  display: grid;
  gap: 22px;
}
.psc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
}
.psc-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(52px,8vw,112px);
  background: radial-gradient(circle at 20% 20%,rgba(6,182,212,.20),transparent 28rem),linear-gradient(135deg,#eef6ff,#fff);
}
.psc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(300px,.95fr);
  gap: clamp(24px,5vw,60px);
  align-items: center;
}
.psc-hero h1 {
  font-size: clamp(2.1rem,5vw,4.7rem);
  letter-spacing: -.04em;
}
.psc-hero p {
  font-size: clamp(1rem,1.8vw,1.25rem);
  max-width: 660px;
}
.psc-hero__actions,.psc-template-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.psc-btn,.edd-submit.button,.edd-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  text-decoration: none;
  border-radius: 16px;
  min-height: 46px;
  padding: 12px 18px;
  font-weight: 900;
  cursor: pointer;
  transition: .18s ease;
}
.psc-btn--primary,.edd-submit.button,.edd-submit {
  background: linear-gradient(135deg,var(--psc-primary),var(--psc-cyan));
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(37,99,235,.22);
}
.psc-btn--ghost {
  background: #fff;
  color: var(--psc-ink) !important;
  border: 1px solid var(--psc-border);
}
.psc-btn:hover {
  transform: translateY(-2px);
}
.psc-btn--wide {
  width: 100%;
}
.psc-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: var(--psc-muted);
  font-size: 13px;
}
.psc-hero__trust span {
  background: #fff;
  border: 1px solid var(--psc-border);
  border-radius: 999px;
  padding: 7px 10px;
}
.psc-hero__visual {
  display: grid;
  gap: 16px;
  perspective: 900px;
}
.psc-app-card,.psc-preview-panel,.psc-feature,.psc-step,.psc-shortcode-frame,.psc-content,.psc-final-cta {
  background: var(--psc-surface);
  border: 1px solid var(--psc-border);
  border-radius: var(--psc-radius-lg);
  box-shadow: var(--psc-shadow-soft);
  padding: clamp(18px,3vw,30px);
}
.psc-app-card--main {
  min-height: 170px;
  background: linear-gradient(135deg,#0f172a,#1e40af);
  color: #fff;
  transform: rotate(-2deg);
}
.psc-app-card strong,.psc-app-card span {
  display: block;
}
.psc-app-card span {
  color: inherit;
  opacity: .78;
}
.psc-app-card i {
  display: block;
  height: 10px;
  background: rgba(255,255,255,.22);
  border-radius: 999px;
  margin-top: 28px;
  position: relative;
  overflow: hidden;
}
.psc-app-card i:after {
  content: "";
  display: block;
  width: 68%;
  height: 100%;
  background: var(--psc-cyan);
  border-radius: inherit;
}
.psc-feature h3,.psc-step h3 {
  margin: 10px 0 6px;
}
.psc-feature p,.psc-step p {
  color: var(--psc-muted);
  margin: 0;
}
.psc-ico,.psc-step em {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(37,99,235,.10);
  color: var(--psc-primary);
  font-weight: 950;
  font-style: normal;
}
.psc-steps {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
}
.psc-split {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px,.8fr);
  gap: 28px;
  align-items: center;
}
.psc-preview-panel {
  display: grid;
  gap: 12px;
}
.psc-preview-panel div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f8fafc;
  border: 1px solid var(--psc-border);
  border-radius: 18px;
  padding: 14px;
}
.psc-final-cta {
  text-align: center;
  background: radial-gradient(circle at 15% 15%,rgba(6,182,212,.18),transparent 24rem),linear-gradient(135deg,#fff,#eef6ff);
}
.psc-final-cta h2 {
  font-size: clamp(1.7rem,3.4vw,3rem);
  line-height: 1.25;
  margin: 0 0 10px;
}
.psc-final-cta p {
  color: var(--psc-muted);
  max-width: 650px;
  margin: 0 auto 20px;
}
.psc-page-hero {
  padding-block: clamp(44px,7vw,86px);
  background: linear-gradient(135deg,#eef6ff,#fff);
}
.psc-content {
  max-width: 960px;
}
.psc-content :where(h2,h3) {
  line-height: 1.35;
}
.psc-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}
.psc-auth-layout {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(320px,1fr);
  gap: 28px;
  align-items: center;
}
.psc-checkout-shell {
  max-width: 860px;
  margin-inline: auto;
  background: #fff;
  border: 1px solid var(--psc-border);
  border-radius: var(--psc-radius-lg);
  box-shadow: var(--psc-shadow-soft);
  padding: clamp(18px,4vw,36px);
}
.psc-empty {
  text-align: center;
  border: 1px dashed var(--psc-border);
  border-radius: var(--psc-radius-lg);
  padding: 36px;
  background: #fff;
  color: var(--psc-muted);
}
.psc-empty strong {
  display: block;
  color: var(--psc-ink);
  font-size: 18px;
}
.psc-link {
  font-weight: 900;
  text-decoration: none;
  color: var(--psc-primary);
}
.psc-pagination {
  margin-top: 28px;
}
.psc-minimal-flow .site-header,.psc-minimal-flow .main-navigation {
  display: none;
}
.wp-block-group.psc-pattern-hero,.psc-pattern-cta {
  border-radius: var(--psc-radius-lg);
  padding: clamp(24px,6vw,68px);
  background: linear-gradient(135deg,#eef6ff,#fff);
  box-shadow: var(--psc-shadow-soft);
}
.psc-pattern-trust .wp-block-column {
  background: #fff;
  border: 1px solid var(--psc-border);
  border-radius: 22px;
  padding: 22px;
}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline: 3px solid rgba(37,99,235,.32);
  outline-offset: 3px;
}
@media (prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.psc-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: .45s ease;
}
.psc-reveal.is-visible {
  opacity: 1;
  transform: none;
}
.psc-page-hero {
  padding: clamp(48px,8vw,96px) 0;
  background: linear-gradient(135deg,#f8fbff 0%,#eef8ff 100%);
  border-bottom: 1px solid rgba(37,99,235,.08);
}
.psc-page-hero .psc-container {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 24px;
}
.psc-page-hero h1 {
  font-size: clamp(32px,5vw,64px);
  line-height: 1.18;
  margin: 14px 0;
  color: var(--psc-ink,#0f172a);
}
.psc-page-hero p {
  font-size: clamp(16px,1.6vw,20px);
  line-height: 2;
  color: var(--psc-muted,#64748b);
  max-width: 760px;
}
.psc-page-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  max-width: 660px;
  margin-top: 28px;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(37,99,235,.13);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(15,23,42,.08);
}
.psc-page-search input {
  border: 0;
  background: transparent;
  min-height: 48px;
  padding: 0 14px;
  font: inherit;
  color: var(--psc-ink,#0f172a);
}
.psc-page-search button {
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg,var(--psc-primary,#2563eb),var(--psc-cyan,#06b6d4));
  color: #fff;
  font-weight: 900;
  padding: 0 22px;
  cursor: pointer;
}
.psc-article-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
}
.psc-article-card {
  background: #fff;
  border: 1px solid rgba(226,232,240,.95);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15,23,42,.07);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.psc-article-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg,#e0f2fe,#eff6ff);
  text-decoration: none;
  color: var(--psc-primary,#2563eb);
  font-size: 34px;
  font-weight: 1000;
}
.psc-article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.psc-article-card__body {
  padding: 20px;
}
.psc-article-card__meta {
  font-size: 13px;
  color: var(--psc-muted,#64748b);
}
.psc-article-card h2 {
  font-size: 20px;
  line-height: 1.7;
  margin: 8px 0;
}
.psc-article-card h2 a {
  text-decoration: none;
  color: var(--psc-ink,#0f172a);
}
.psc-article-card p {
  color: var(--psc-muted,#64748b);
  line-height: 2;
  margin: 0 0 16px;
}
.psc-link-arrow {
  font-weight: 900;
  text-decoration: none;
  color: var(--psc-primary,#2563eb);
}
.psc-pagination {
  margin-top: 28px;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.psc-pagination .page-numbers {
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(226,232,240,.9);
  text-decoration: none;
}
.psc-pagination .current {
  background: var(--psc-primary,#2563eb);
  color: #fff;
}
.psc-docs-grid,.psc-support-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
}
.psc-info-box,.psc-auth-fallback,.psc-empty {
  background: #fff;
  border: 1px solid rgba(226,232,240,.95);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(15,23,42,.06);
}
.psc-auth-layout {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(320px,1fr);
  gap: 28px;
  align-items: start;
}
.psc-shortcode-frame {
  min-width: 0;
}
.psc-shortcode-frame form input:not([type=checkbox]):not([type=radio]),.psc-shortcode-frame form textarea,.psc-shortcode-frame form select,.psc-auth-fallback form input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(203,213,225,.95);
  border-radius: 14px;
  padding: 0 14px;
}
.psc-shortcode-frame form input[type=submit],.psc-auth-fallback form input[type=submit] {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--psc-primary,#2563eb);
  color: #fff;
  font-weight: 900;
  padding: 0 22px;
  cursor: pointer;
}
.psc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 900;
}
.psc-btn--primary {
  background: var(--psc-primary,#2563eb);
  color: #fff;
}
.psc-btn--ghost {
  background: #fff;
  border: 1px solid rgba(226,232,240,.95);
  color: var(--psc-ink,#0f172a);
}
@media (max-width:980px) {
  .psc-article-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .psc-auth-layout,.psc-docs-grid,.psc-support-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width:640px) {
  .psc-page-hero {
    padding: 38px 0;
  }
  .psc-page-search {
    grid-template-columns: 1fr;
  }
  .psc-page-search button {
    min-height: 46px;
  }
  .psc-article-grid {
    grid-template-columns: 1fr;
  }
  .psc-page-hero .psc-container {
    padding-inline: 18px;
  }
  .psc-info-box,.psc-auth-fallback,.psc-empty {
    padding: 20px;
    border-radius: 20px;
  }
}
.psc-dashboard-hero .psc-container {
  display: grid;
  gap: 16px;
}
.psc-dashboard-pages-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.psc-dashboard-pages-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(226,232,240,.95);
  background: #fff;
  color: var(--psc-ink,#0f172a);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15,23,42,.04);
}
.psc-dashboard-pages-nav a.is-active {
  background: linear-gradient(135deg,var(--psc-primary,#2563eb),var(--psc-cyan,#06b6d4));
  color: #fff;
  border-color: transparent;
}
.psc-dashboard-shortcode-frame {
  overflow: hidden;
}
.psc-auth-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.psc-auth-benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(226,232,240,.95);
  font-weight: 800;
  color: var(--psc-primary,#2563eb);
}
.psc-pro-header__register {
  display: inline-flex !important;
}
@media (max-width:780px) {
  .psc-dashboard-pages-nav {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
  }
  .psc-dashboard-pages-nav a {
    border-radius: 14px;
    font-size: 13px;
    min-height: 44px;
  }
  .psc-auth-benefits {
    display: grid;
    grid-template-columns: 1fr;
  }
  .psc-pro-header__register {
    display: none !important;
  }
}
@media (max-width:420px) {
  .psc-dashboard-pages-nav {
    grid-template-columns: 1fr;
  }
}
.psc-svg-icon {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  min-width: 1.15em;
  vertical-align: -.18em;
  fill: none;
  stroke: currentColor;
  flex: 0 0 auto;
}
.psc-svg-icon path {
  vector-effect: non-scaling-stroke;
}
.psc-ref-icon-btn .psc-svg-icon,.psc-product-gallery__nav .psc-svg-icon,.psc-mobile-meta-chip .psc-svg-icon {
  width: 18px;
  height: 18px;
}
.psc-warm-after-cart .psc-svg-icon,.psc-download-mini-trust .psc-svg-icon,.psc-fg-conversion-strip .psc-svg-icon,.psc-essentials-modal__benefits .psc-svg-icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  color: currentColor;
}
.psc-product-card__icon .psc-svg-icon {
  width: 20px;
  height: 20px;
}
.psc-fg-main-feature>span .psc-svg-icon,.psc-fg-guarantee-panel__icon .psc-svg-icon {
  width: 20px;
  height: 20px;
}
.psc-essentials-modal__icon .psc-svg-icon {
  width: 24px;
  height: 24px;
}
.psc-essentials-modal__close .psc-svg-icon {
  width: 20px;
  height: 20px;
}
.psc-essentials-item__check .psc-svg-icon {
  width: 15px;
  height: 15px;
}
.psc-enamad-safe-badge {
  display: grid !important;
  place-items: center;
  text-align: center;
  gap: 6px;
  min-height: 116px;
  background: #fff !important;
  color: #0f172a !important;
  text-decoration: none !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  border-radius: 18px !important;
  padding: 12px !important;
}
.psc-enamad-safe-badge__seal {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg,#eff6ff,#dbeafe);
  color: #1d4ed8;
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
}
.psc-enamad-safe-badge strong {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 900;
  color: #0f172a;
}
.psc-enamad-safe-badge small {
  font-size: 11px;
  line-height: 1.6;
  color: #64748b;
}
.psc-enamad-safe-badge {
  text-decoration: none !important;
}
.psc-enamad-safe-badge:hover {
  transform: translateY(-1px);
}
body.psc-theme-v4432 {
  overflow-x: hidden;
}
.psc-search-hero-v4437 {
  background: linear-gradient(135deg,#eef6ff,#fff);
  padding: clamp(44px,6vw,84px) 0 34px !important;
}
.psc-search-hero-v4437 p {
  max-width: 780px;
  margin: 0 0 20px;
  color: #64748b;
  font-size: 16px;
  line-height: 2;
  font-weight: 750;
}
.psc-search-page-form-v4437 {
  position: relative;
  z-index: 8;
}
.psc-search-results-v4437 {
  padding: 34px 0 70px;
  background: #f8fafc;
}
.psc-search-summary-v4437 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(226,232,240,.92);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15,23,42,.055);
}
.psc-search-summary-v4437 strong {
  color: #0f172a;
  font-size: 16px;
  font-weight: 1000;
}
.psc-search-summary-v4437 span {
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}
.psc-search-group-v4437 {
  display: grid;
  gap: 16px;
  margin: 0 0 28px;
}
.psc-search-group-v4437>header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}
.psc-search-group-v4437>header span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 11px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 1000;
}
.psc-search-group-v4437--products>header span {
  background: #ecfdf5;
  color: #047857;
}
.psc-search-group-v4437--pages>header span {
  background: #fff7ed;
  color: #c2410c;
}
.psc-search-group-v4437>header h2 {
  margin: 8px 0 0;
  color: #0f172a;
  font-size: clamp(20px,2.2vw,28px);
  line-height: 1.55;
  font-weight: 1000;
  letter-spacing: -.03em;
}
.psc-search-group-v4437>header b {
  min-width: 40px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(226,232,240,.95);
  color: #0f172a;
  font-size: 13px;
  font-weight: 1000;
}
.psc-search-grid-v4437 {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
.psc-search-grid-v4437--products {
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.psc-search-card-v4437 {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  min-height: 98px;
  padding: 12px;
  border: 1px solid rgba(226,232,240,.92);
  border-radius: 24px;
  background: #fff;
  text-decoration: none;
  color: #0f172a;
  box-shadow: 0 16px 44px rgba(15,23,42,.055);
  transition: transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.psc-search-card-v4437:hover,.psc-search-card-v4437:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(37,99,235,.28);
  box-shadow: 0 22px 58px rgba(15,23,42,.09);
  outline: none;
}
.psc-search-card-v4437__media {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 21px;
  background: linear-gradient(135deg,#eef6ff,#f8fafc);
  color: #2563eb;
  font-size: 22px;
  font-weight: 1000;
}
.psc-search-card-v4437__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.psc-search-card-v4437--product {
  grid-template-columns: 86px minmax(0,1fr);
  border-color: rgba(34,197,94,.20);
}
.psc-search-card-v4437--product .psc-search-card-v4437__media {
  width: 86px;
  height: 86px;
  background: linear-gradient(135deg,#f0fdf4,#fff);
}
.psc-search-card-v4437__media--page {
  background: #fff7ed;
  color: #c2410c;
}
.psc-search-card-v4437__body {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.psc-search-card-v4437__body strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.65;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.psc-search-card-v4437__body small {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #64748b;
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.85;
}
.psc-search-card-v4437__body em {
  font-style: normal;
  color: #059669;
  font-size: 13.5px;
  font-weight: 1000;
}
.psc-search-card-v4437__body em ins {
  text-decoration: none;
}
.psc-search-card-v4437__body em del {
  color: #94a3b8;
  margin-inline-end: 5px;
}
@media (max-width:1100px) {
  .psc-search-grid-v4437,.psc-search-grid-v4437--products {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:680px) {
  .psc-search-summary-v4437 {
    display: grid;
  }
  .psc-search-grid-v4437,.psc-search-grid-v4437--products {
    grid-template-columns: 1fr;
  }
  .psc-search-card-v4437,.psc-search-card-v4437--product {
    grid-template-columns: 64px minmax(0,1fr);
    border-radius: 21px;
  }
  .psc-search-card-v4437__media,.psc-search-card-v4437--product .psc-search-card-v4437__media {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }
  .psc-search-group-v4437>header {
    align-items: start;
  }
  .psc-search-results-v4437 {
    padding-bottom: 120px;
  }
}
@media (min-width:1181px) {
  .psc-product-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .psc-builder-content>.alignwide {
    max-width: min(100% - 48px,1280px);
    margin-inline: auto;
  }
  .psc-builder-content>.alignfull {
    width: 100%;
    max-width: none;
  }
}
@media (min-width:768px) and (max-width:1180px) {
  .psc-container {
    width: min(100% - 28px,960px);
  }
  .psc-hero__grid,.psc-split,.psc-auth-layout {
    grid-template-columns: 1fr 1fr;
  }
  .psc-grid-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .psc-steps {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .psc-product-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .psc-section {
    padding-block: 56px;
  }
  .psc-hero h1 {
    font-size: 3rem;
  }
}
@media (max-width:767px) {
  body.psc-rtl {
    font-size: 15.5px;
    line-height: 1.85;
  }
  .psc-container {
    width: min(100% - 22px,var(--psc-maxw));
  }
  .psc-section {
    padding-block: 40px;
  }
  .psc-hero {
    padding-block: 44px 34px;
  }
  .psc-hero__grid,.psc-split,.psc-auth-layout {
    grid-template-columns: 1fr;
  }
  .psc-hero__visual {
    order: 2;
  }
  .psc-hero h1 {
    font-size: clamp(2rem,10vw,3rem);
  }
  .psc-hero__actions,.psc-template-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .psc-btn,.edd-submit.button,.edd-submit {
    width: 100%;
    min-height: 48px;
  }
  .psc-grid-3,.psc-steps,.psc-product-grid {
    grid-template-columns: 1fr;
  }
  .psc-section__head--row {
    display: block;
  }
  .psc-section__head {
    margin-bottom: 20px;
  }
  .psc-app-card--main {
    min-height: 140px;
    transform: none;
  }
  .psc-feature,.psc-step,.psc-shortcode-frame,.psc-content,.psc-final-cta,.psc-checkout-shell {
    border-radius: 22px;
    padding: 18px;
  }
  .psc-preview-panel div {
    display: block;
  }
  .psc-page-hero {
    padding-block: 36px;
  }
  .psc-page-hero h1 {
    font-size: 2rem;
  }
  .psc-builder-content>.wp-block-group {
    padding-inline: 12px;
  }
  .wp-block-columns {
    gap: 14px;
  }
  .psc-pattern-trust {
    display: grid !important;
  }
  .psc-minimal-flow .site-header {
    display: none !important;
  }
}
@media (max-width:390px) {
  .psc-container {
    width: min(100% - 18px,var(--psc-maxw));
  }
  .psc-hero h1 {
    font-size: 2rem;
  }
  .psc-chip {
    font-size: 12px;
    padding: 6px 10px;
  }
  .psc-card__actions {
    grid-template-columns: 1fr;
  }
  .psc-card__footer {
    display: block;
  }
  .psc-card__price {
    margin-bottom: 10px;
  }
  .psc-feature,.psc-step {
    padding: 16px;
  }
  .psc-btn {
    padding-inline: 14px;
  }
}
@media (min-width:1400px) {
  .psc-container {
    --psc-maxw: 1240px;
  }
  .psc-hero h1 {
    font-size: 5rem;
  }
  .psc-section {
    padding-block: 104px;
  }
}
@media (max-width:767px) {
  html,body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .psc-container,.psc-section,.psc-builder-content,.psc-page-hero,.psc-page-hero .psc-container,.psc-product-grid,.psc-article-grid,.psc-docs-grid,.psc-support-grid {
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .psc-container {
    width: min(100% - 16px,100%) !important;
  }
}
body.psc-has-pro-header .site-header, body.psc-has-pro-header #masthead, body.psc-has-pro-header .main-navigation:not(.psc-pro-nav), body.psc-has-pro-header #site-navigation, body.psc-has-pro-header .site-logo, body.psc-has-pro-header .site-branding, body.psc-has-pro-header .elementor-location-header {
  display: none !important;
}
body.psc-has-pro-header {
  --psc-header-h: 72px;
  --psc-bottom-nav-h: 0px;
  --psc-header-ink: #0f172a;
  --psc-header-muted: #64748b;
  --psc-header-line: #e2e8f0;
  --psc-header-soft: #f8fafc;
  --psc-header-primary: var(--psc-primary,#2563eb);
  --psc-header-cyan: var(--psc-cyan,#06b6d4);
}
html.psc-menu-open, body.psc-menu-open {
  overflow: hidden !important;
  touch-action: none !important;
}
.psc-pro-header {
  position: sticky;
  top: 0;
  inset-inline: 0;
  z-index: 9990;
  width: 100%;
  direction: rtl;
  color: var(--psc-header-ink);
  background: linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,255,255,.92));
  border-bottom: 1px solid rgba(219,229,240,.95);
  box-shadow: 0 10px 36px rgba(15,23,42,.055);
  backdrop-filter: saturate(150%) blur(18px);
  -webkit-backdrop-filter: saturate(150%) blur(18px);
  transition: box-shadow .18s ease,background .18s ease,transform .2s ease;
}
.admin-bar .psc-pro-header {
  top: 32px;
}
.psc-pro-header.is-compact {
  background: rgba(255,255,255,.97);
  box-shadow: 0 16px 44px rgba(15,23,42,.08);
}
.psc-pro-header.is-compact .psc-pro-header__inner {
  min-height: 64px;
}
.psc-pro-header.is-compact .psc-pro-brand__logo {
  max-height: 34px !important;
}
.psc-pro-header.is-hidden {
  transform: translateY(-110%);
}
.psc-pro-header__bar {
  width: 100%;
}
.psc-pro-header__inner {
  width: min(calc(100% - 40px),1320px);
  max-width: 1320px;
  margin-inline: auto;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto auto minmax(0,1fr) auto;
  align-items: center;
  gap: 16px;
}
.psc-pro-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--psc-header-ink);
  text-decoration: none;
}
.psc-pro-brand__logo {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 185px !important;
  max-height: 38px !important;
  object-fit: contain;
}
.psc-pro-brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg,var(--psc-header-primary),var(--psc-header-cyan));
  color: #fff;
  display: grid;
  place-items: center;
  font-family: inherit;
  font-weight: 1000;
  letter-spacing: -.03em;
  box-shadow: 0 12px 26px rgba(37,99,235,.18);
}
.psc-pro-brand__text {
  font-size: 18px;
  font-weight: 1000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.psc-pro-nav {
  justify-self: center;
  min-width: 0;
}
.psc-pro-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.psc-pro-nav__list li {
  position: relative;
  margin: 0;
  padding: 0;
}
.psc-pro-nav__list a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border-radius: 999px;
  color: #1e293b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.015em;
  white-space: nowrap;
  transition: background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.psc-pro-nav__list a:hover, .psc-pro-nav__list a:focus-visible {
  background: #f1f5f9;
  color: var(--psc-header-primary);
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
  transform: translateY(-1px);
  outline: none;
}
.psc-pro-nav__list a.is-active, .psc-pro-nav__list .current-menu-item>a, .psc-pro-nav__list .current_page_item>a {
  background: #eff6ff;
  color: var(--psc-header-primary);
  box-shadow: inset 0 0 0 1px rgba(37,99,235,.10);
}
.psc-pro-nav__link--shop {
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.06);
}
.psc-pro-nav__link--track {
  color: #0f172a;
}
.psc-pro-nav__list .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  list-style: none;
  margin: 8px 0 0;
  padding: 8px;
  min-width: 210px;
  background: #fff;
  border: 1px solid var(--psc-header-line);
  border-radius: 18px;
  box-shadow: 0 14px 45px rgba(15,23,42,.07);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .18s ease;
}
.psc-pro-nav__list li:hover>.sub-menu, .psc-pro-nav__list li:focus-within>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.psc-pro-nav__list .sub-menu a {
  width: 100%;
  justify-content: flex-start;
  border-radius: 12px;
}
.psc-pro-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}
.psc-pro-header__login, .psc-pro-header__cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.15;
  white-space: nowrap;
  transition: transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.psc-pro-header__login {
  background: #f8fafc;
  color: #0f172a;
  border: 1px solid #dbe7f4;
}
.psc-pro-header__login:hover,.psc-pro-header__login:focus-visible {
  background: #fff;
  box-shadow: 0 12px 28px rgba(15,23,42,.07);
  outline: none;
  transform: translateY(-1px);
}
.psc-pro-header__cta {
  color: #fff;
  background: linear-gradient(135deg,var(--psc-header-primary),var(--psc-header-cyan));
  box-shadow: 0 16px 34px rgba(37,99,235,.20),0 1px 0 rgba(255,255,255,.35) inset;
}
.psc-pro-header__cta:hover,.psc-pro-header__cta:focus-visible {
  box-shadow: 0 18px 38px rgba(37,99,235,.25),0 1px 0 rgba(255,255,255,.38) inset;
  outline: none;
  transform: translateY(-1px);
}
.psc-pro-header__toggle, .psc-pro-header__icon-btn {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  position: relative;
  padding: 0;
  border: 1px solid rgba(226,232,240,.95);
  border-radius: 16px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(15,23,42,.04);
  transition: transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.psc-pro-header__toggle:hover,.psc-pro-header__icon-btn:hover, .psc-pro-header__toggle:focus-visible,.psc-pro-header__icon-btn:focus-visible {
  background: #f8fafc;
  border-color: #dbe7f4;
  box-shadow: 0 12px 28px rgba(15,23,42,.07);
  outline: none;
  transform: translateY(-1px);
}
.psc-pro-header__toggle svg,.psc-pro-header__icon-btn svg {
  width: 21px;
  height: 21px;
  display: block;
}
.psc-pro-header__cart span {
  position: absolute;
  top: -5px;
  left: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  line-height: 18px;
  text-align: center;
  border: 2px solid #fff;
}
.psc-mobile-drawer[hidden] {
  display: none !important;
}
.psc-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(15,23,42,.38);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.psc-mobile-drawer__panel {
  width: min(90vw,380px);
  max-height: 100dvh;
  height: 100dvh;
  margin-right: auto;
  padding: 18px 16px 100px;
  overflow: auto;
  overscroll-behavior: contain;
  background: #fff;
  border-left: 1px solid var(--psc-header-line);
  box-shadow: -28px 0 80px rgba(15,23,42,.20);
  animation: pscDrawerIn .18s ease both;
}
@keyframes pscDrawerIn {
  from {
    transform: translateX(18px);
    opacity: .6;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.psc-mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.psc-mobile-drawer__head .psc-pro-brand {
  justify-self: start;
}
.psc-mobile-drawer__close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--psc-header-line);
  border-radius: 15px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.psc-mobile-search {
  display: grid;
  grid-template-columns: minmax(0,1fr) 46px;
  gap: 8px;
  margin: 12px 0 16px;
}
.psc-mobile-search input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--psc-header-line);
  border-radius: 16px;
  background: #f8fafc;
  color: var(--psc-header-ink);
  font-size: 16px;
  font-weight: 800;
  outline: none;
}
.psc-mobile-search input:focus {
  border-color: rgba(37,99,235,.36);
  box-shadow: 0 0 0 4px rgba(37,99,235,.10);
  background: #fff;
}
.psc-mobile-search button {
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg,var(--psc-header-primary),var(--psc-header-cyan));
  color: #fff;
  cursor: pointer;
}
.psc-mobile-search svg {
  width: 20px;
  height: 20px;
}
.psc-pro-nav--mobile {
  display: block !important;
  justify-self: stretch;
}
.psc-pro-nav--mobile .psc-pro-nav__list {
  display: grid;
  gap: 8px;
  justify-content: stretch;
}
.psc-pro-nav--mobile .psc-pro-nav__list a {
  width: 100%;
  min-height: 48px;
  justify-content: flex-start;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 16px;
  padding-inline: 14px;
  box-shadow: none;
}
.psc-pro-nav--mobile .psc-pro-nav__list a:hover,.psc-pro-nav--mobile .psc-pro-nav__list a:focus-visible {
  background: #eff6ff;
  transform: none;
}
.psc-pro-nav--mobile .sub-menu {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  padding: 6px 12px 0 !important;
}
.psc-mobile-drawer__cta {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--psc-header-line);
}
.psc-mobile-drawer__cta .psc-btn {
  min-height: 48px;
  border-radius: 16px;
  font-weight: 950;
}
.psc-mobile-bottom-nav {
  display: none;
}
@media (max-width:1080px) {
  .psc-pro-header__inner {
    width: min(calc(100% - 28px),1080px);
    min-height: 66px;
    grid-template-columns: 44px minmax(0,1fr) auto;
    gap: 10px;
  }
  .admin-bar .psc-pro-header {
    top: 46px;
  }
  .psc-pro-header__toggle {
    display: inline-grid;
    grid-column: 1;
  }
  .psc-pro-brand {
    grid-column: 2;
    justify-self: center;
    max-width: 100%;
  }
  .psc-pro-nav:not(.psc-pro-nav--mobile) {
    display: none !important;
  }
  .psc-pro-header__actions {
    grid-column: 3;
    justify-self: end;
    gap: 7px;
  }
  .psc-pro-header__login,.psc-pro-header__cta {
    display: none;
  }
  .psc-pro-brand__logo {
    max-width: 160px !important;
    max-height: 36px !important;
  }
}
@media (max-width:767px) {
  body.psc-has-pro-header {
    --psc-header-h: 62px;
    --psc-bottom-nav-h: 92px;
    padding-bottom: calc(var(--psc-bottom-nav-h) + env(safe-area-inset-bottom,0px)) !important;
  }
  .psc-pro-header {
    top: 0;
    background: rgba(255,255,255,.95);
    box-shadow: 0 8px 28px rgba(15,23,42,.07);
  }
  .admin-bar .psc-pro-header {
    top: 0;
  }
  .psc-pro-header.is-hidden {
    transform: none !important;
  }
  .psc-pro-header.is-compact .psc-pro-header__inner, .psc-pro-header__inner {
    width: min(calc(100% - 16px),100%);
    min-height: 62px;
    grid-template-columns: 42px minmax(0,1fr) auto;
    gap: 7px;
  }
  .psc-pro-header__toggle,.psc-pro-header__icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    -webkit-tap-highlight-color: transparent;
  }
  .psc-pro-header__icon-btn svg,.psc-pro-header__toggle svg {
    width: 20px;
    height: 20px;
  }
  .psc-pro-brand__logo {
    max-width: 132px !important;
    max-height: 31px !important;
  }
  .psc-pro-brand__mark {
    width: 34px;
    height: 34px;
    border-radius: 13px;
  }
  .psc-pro-brand__text {
    max-width: 126px;
    font-size: 15px;
  }
  .psc-pro-header__actions {
    gap: 5px;
  }
  .psc-pro-header__search {
    display: inline-grid;
  }
  .psc-mobile-drawer__panel {
    width: min(92vw,360px);
    padding: 16px 14px 96px;
  }
  .psc-mobile-bottom-nav {
    position: fixed;
    right: 8px;
    left: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom,0px));
    z-index: 9997;
    display: block;
    pointer-events: none;
  }
  .psc-mobile-bottom-nav__shell {
    height: 72px;
    display: grid;
    grid-template-columns: 1fr 1fr 80px 1fr 1fr;
    align-items: center;
    gap: 4px;
    padding: 7px 8px;
    border: 1px solid rgba(226,232,240,.92);
    border-radius: 28px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 -12px 38px rgba(15,23,42,.16),0 1px 0 rgba(255,255,255,.82) inset;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    pointer-events: auto;
  }
  .psc-mobile-bottom-nav__item {
    height: 57px;
    min-width: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    position: relative;
    border-radius: 19px;
    color: #64748b;
    text-decoration: none;
    font-weight: 950;
    transition: background .18s ease,color .18s ease,transform .18s ease;
    -webkit-tap-highlight-color: transparent;
  }
  .psc-mobile-bottom-nav__item:active,.psc-mobile-bottom-nav__fab:active {
    transform: scale(.985);
  }
  .psc-mobile-bottom-nav__icon {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
  }
  .psc-mobile-bottom-nav svg {
    width: 22px;
    height: 22px;
    display: block;
  }
  .psc-mobile-bottom-nav__label {
    max-width: 100%;
    font-size: 10.2px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.025em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .psc-mobile-bottom-nav__item.is-active {
    background: linear-gradient(180deg,#eff6ff,#eaf4ff);
    color: var(--psc-header-primary);
  }
  .psc-mobile-bottom-nav__item.is-active::after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 50%;
    width: 16px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    transform: translateX(50%);
    opacity: .72;
  }
  .psc-mobile-bottom-nav__fab {
    position: relative;
    top: -24px;
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    border-radius: 28px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg,var(--psc-header-primary),var(--psc-header-cyan));
    box-shadow: 0 18px 36px rgba(37,99,235,.32),0 0 0 8px rgba(255,255,255,.94);
    font-weight: 1000;
    -webkit-tap-highlight-color: transparent;
    transition: transform .18s ease,box-shadow .18s ease;
  }
  .psc-mobile-bottom-nav__fab span {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
  }
  .psc-mobile-bottom-nav__fab svg {
    width: 26px;
    height: 26px;
  }
  .psc-mobile-bottom-nav__fab b {
    font-size: 10.5px;
    line-height: 1;
    letter-spacing: -.02em;
  }
  .psc-mobile-bottom-nav__fab.is-active {
    box-shadow: 0 19px 40px rgba(37,99,235,.36),0 0 0 8px rgba(239,246,255,.98);
  }
  body.single-product.psc-has-pro-header .psc-mobile-sticky-cart {
    bottom: calc(94px + env(safe-area-inset-bottom,0px)) !important;
    z-index: 9998 !important;
  }
  body.single-product.psc-has-pro-header .psc-product-root {
    padding-bottom: 194px !important;
  }
  .psc-minimal-flow .psc-mobile-bottom-nav {
    display: none !important;
  }
  .psc-minimal-flow {
    padding-bottom: 0 !important;
  }
}
@media (max-width:390px) {
  .psc-mobile-bottom-nav {
    right: 6px;
    left: 6px;
  }
  .psc-mobile-bottom-nav__shell {
    grid-template-columns: 1fr 1fr 74px 1fr 1fr;
    height: 70px;
    border-radius: 25px;
    padding-inline: 6px;
    gap: 2px;
  }
  .psc-mobile-bottom-nav__fab {
    width: 72px;
    height: 72px;
    border-radius: 27px;
  }
  .psc-mobile-bottom-nav__fab b {
    font-size: 10px;
  }
  .psc-mobile-bottom-nav__label {
    font-size: 9.7px;
  }
  .psc-pro-brand__logo {
    max-width: 124px !important;
  }
}
@media (max-width:360px) {
  .psc-mobile-bottom-nav__shell {
    grid-template-columns: 1fr 1fr 68px 1fr 1fr;
  }
  .psc-mobile-bottom-nav__fab {
    width: 66px;
    height: 66px;
    border-radius: 24px;
  }
  .psc-mobile-bottom-nav__label {
    font-size: 9.4px;
  }
}
@media (min-width:1081px) {
  .psc-pro-header__toggle {
    display: none !important;
  }
}
@media (min-width:768px) {
  .psc-pro-header__search {
    display: none !important;
  }
  .psc-mobile-bottom-nav {
    display: none !important;
  }
}
@media (prefers-reduced-motion:reduce) {
  .psc-pro-header,.psc-mobile-drawer__panel,.psc-pro-nav__list a,.psc-pro-header__icon-btn,.psc-pro-header__toggle,.psc-pro-header__login,.psc-pro-header__cta,.psc-mobile-bottom-nav__item,.psc-mobile-bottom-nav__fab {
    transition: none !important;
    animation: none !important;
  }
}
@media (max-width: 767px) {
  html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  body.psc-has-pro-header, body.psc-has-pro-header #page, body.psc-has-pro-header .site, body.psc-has-pro-header .site-content, body.psc-has-pro-header #content, body.psc-has-pro-header #primary, body.psc-has-pro-header #main, body.psc-has-pro-header .site-main, body.psc-has-pro-header .content-area, body.psc-has-pro-header .inside-article {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
  }
  body.psc-has-pro-header *, body.psc-has-pro-header *::before, body.psc-has-pro-header *::after {
    box-sizing: border-box;
  }
  body.psc-has-pro-header img, body.psc-has-pro-header video, body.psc-has-pro-header iframe, body.psc-has-pro-header table {
    max-width: 100% !important;
  }
  body.psc-has-pro-header {
    --psc-header-h: 64px;
    --psc-bottom-nav-h: 98px;
    padding-top: var(--psc-header-h) !important;
    padding-bottom: calc(var(--psc-bottom-nav-h) + env(safe-area-inset-bottom,0px)) !important;
    overscroll-behavior-x: none;
  }
  .psc-pro-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 9995;
    backface-visibility: hidden;
    will-change: box-shadow,background;
  }
  .admin-bar .psc-pro-header {
    top: 0 !important;
  }
  .psc-pro-header__inner, .psc-pro-header.is-compact .psc-pro-header__inner {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 64px !important;
    padding-inline: max(8px,env(safe-area-inset-left,0px)) max(8px,env(safe-area-inset-right,0px));
    grid-template-columns: 88px minmax(0,1fr) 88px !important;
    gap: 0 !important;
  }
  .psc-pro-header__toggle {
    justify-self: start;
  }
  .psc-pro-header__actions {
    width: 88px;
    justify-content: flex-end !important;
    gap: 5px !important;
    min-width: 0 !important;
  }
  .psc-pro-header__toggle, .psc-pro-header__icon-btn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 20px rgba(15,23,42,.045) !important;
  }
  .psc-pro-brand {
    justify-self: center !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
  }
  .psc-pro-brand__logo {
    max-width: min(132px,36vw) !important;
    max-height: 30px !important;
  }
  .psc-pro-brand__text {
    max-width: min(132px,38vw) !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .psc-pro-header__cart span {
    top: -4px !important;
    left: -4px !important;
  }
  .psc-mobile-drawer {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(15,23,42,0);
    transition: opacity .24s ease,visibility .24s ease,background-color .24s ease;
  }
  .psc-mobile-drawer.is-open, .psc-mobile-drawer.is-closing {
    visibility: visible;
  }
  .psc-mobile-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
    background: rgba(15,23,42,.46);
  }
  .psc-mobile-drawer__panel {
    width: min(88vw,360px) !important;
    max-width: calc(100vw - 28px) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    padding: 16px 14px calc(106px + env(safe-area-inset-bottom,0px)) !important;
    border-left: 0 !important;
    border-right: 1px solid rgba(226,232,240,.92) !important;
    border-radius: 24px 0 0 24px;
    transform: translateX(108%);
    opacity: .96;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    animation: none !important;
    transition: transform .32s cubic-bezier(.22,1,.36,1),opacity .26s ease,box-shadow .26s ease;
    will-change: transform,opacity;
  }
  .psc-mobile-drawer.is-open .psc-mobile-drawer__panel {
    transform: translateX(0);
    opacity: 1;
    box-shadow: -22px 0 74px rgba(15,23,42,.22);
  }
  .psc-mobile-drawer__head {
    position: sticky;
    top: 0;
    z-index: 2;
    margin: -16px -14px 14px;
    padding: 14px;
    background: linear-gradient(180deg,#fff,rgba(255,255,255,.94));
    border-bottom: 1px solid rgba(226,232,240,.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  .psc-mobile-drawer__close {
    width: 40px !important;
    height: 40px !important;
    border-radius: 15px !important;
    transition: transform .18s ease,background .18s ease,border-color .18s ease;
  }
  .psc-mobile-drawer__close:active {
    transform: scale(.96);
  }
  .psc-mobile-search {
    grid-template-columns: minmax(0,1fr) 44px !important;
    gap: 8px !important;
    margin: 12px 0 14px !important;
  }
  .psc-mobile-search input, .psc-mobile-search button {
    height: 46px !important;
    min-width: 0 !important;
    border-radius: 16px !important;
  }
  .psc-pro-nav--mobile .psc-pro-nav__list {
    gap: 9px !important;
  }
  .psc-pro-nav--mobile .psc-pro-nav__list li {
    min-width: 0 !important;
  }
  .psc-pro-nav--mobile .psc-pro-nav__list a {
    min-height: 50px !important;
    max-width: 100% !important;
    justify-content: space-between !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg,#fff,#f8fbff) !important;
    border-color: rgba(226,232,240,.95) !important;
    color: #0f172a !important;
    box-shadow: 0 10px 26px rgba(15,23,42,.045) !important;
    white-space: normal !important;
    line-height: 1.55 !important;
  }
  .psc-pro-nav--mobile .psc-pro-nav__list a::after {
    content: "";
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    flex: 0 0 24px;
    border-radius: 999px;
    background: #eff6ff;
    color: var(--psc-header-primary);
    font-size: 18px;
    line-height: 1;
    transform: rotate(180deg);
  }
  .psc-pro-nav--mobile .psc-pro-nav__list a:hover, .psc-pro-nav--mobile .psc-pro-nav__list a:focus-visible, .psc-pro-nav--mobile .psc-pro-nav__list a.is-active, .psc-pro-nav--mobile .psc-pro-nav__list .current-menu-item>a, .psc-pro-nav--mobile .psc-pro-nav__list .current_page_item>a {
    background: linear-gradient(135deg,#eff6ff,#ecfeff) !important;
    border-color: rgba(37,99,235,.18) !important;
    color: var(--psc-header-primary) !important;
  }
  .psc-mobile-drawer.is-open .psc-mobile-search, .psc-mobile-drawer.is-open .psc-pro-nav--mobile .psc-pro-nav__list>li, .psc-mobile-drawer.is-open .psc-mobile-drawer__cta>a {
    animation: pscDrawerItemIn .38s cubic-bezier(.22,1,.36,1) both;
  }
  .psc-mobile-drawer.is-open .psc-mobile-search {
    animation-delay: .05s;
  }
  .psc-mobile-drawer.is-open .psc-pro-nav--mobile .psc-pro-nav__list>li:nth-child(1) {
    animation-delay: .08s;
  }
  .psc-mobile-drawer.is-open .psc-pro-nav--mobile .psc-pro-nav__list>li:nth-child(2) {
    animation-delay: .11s;
  }
  .psc-mobile-drawer.is-open .psc-pro-nav--mobile .psc-pro-nav__list>li:nth-child(3) {
    animation-delay: .14s;
  }
  .psc-mobile-drawer.is-open .psc-pro-nav--mobile .psc-pro-nav__list>li:nth-child(4) {
    animation-delay: .17s;
  }
  .psc-mobile-drawer.is-open .psc-pro-nav--mobile .psc-pro-nav__list>li:nth-child(5) {
    animation-delay: .20s;
  }
  .psc-mobile-drawer.is-open .psc-mobile-drawer__cta>a:nth-child(1) {
    animation-delay: .23s;
  }
  .psc-mobile-drawer.is-open .psc-mobile-drawer__cta>a:nth-child(2) {
    animation-delay: .26s;
  }
  @keyframes pscDrawerItemIn {
    from {
      opacity: 0;
      transform: translateX(16px) scale(.985);
    }
    to {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }
  .psc-mobile-bottom-nav {
    position: fixed !important;
    top: auto !important;
    right: max(8px,env(safe-area-inset-right,0px)) !important;
    left: max(8px,env(safe-area-inset-left,0px)) !important;
    bottom: calc(8px + env(safe-area-inset-bottom,0px)) !important;
    max-width: calc(100vw - 16px) !important;
    margin-inline: auto !important;
    z-index: 9997 !important;
    animation: pscBottomNavIn .34s cubic-bezier(.22,1,.36,1) .05s both;
  }
  .psc-mobile-bottom-nav__shell {
    height: 74px !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) 76px minmax(0,1fr) minmax(0,1fr) !important;
    gap: 3px !important;
    padding: 7px 7px !important;
    border-radius: 28px !important;
    overflow: visible !important;
    background: linear-gradient(180deg,rgba(255,255,255,.97),rgba(248,251,255,.94)) !important;
    box-shadow: 0 -12px 36px rgba(15,23,42,.15),0 1px 0 rgba(255,255,255,.86) inset !important;
  }
  .psc-mobile-bottom-nav__item {
    height: 58px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }
  .psc-mobile-bottom-nav__item:focus-visible, .psc-mobile-bottom-nav__fab:focus-visible {
    outline: 3px solid rgba(37,99,235,.18) !important;
    outline-offset: 2px !important;
  }
  .psc-mobile-bottom-nav__fab {
    top: -22px !important;
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    border-radius: 26px !important;
    transform: translateZ(0);
  }
  .psc-mobile-bottom-nav__fab:active {
    transform: translateY(1px) scale(.982) !important;
  }
  @keyframes pscBottomNavIn {
    from {
      opacity: 0;
      transform: translateY(18px) scale(.985);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  body.single-product.psc-has-pro-header .psc-mobile-sticky-cart {
    right: max(6px,env(safe-area-inset-right,0px)) !important;
    left: max(6px,env(safe-area-inset-left,0px)) !important;
    max-width: calc(100vw - 12px) !important;
    bottom: calc(100px + env(safe-area-inset-bottom,0px)) !important;
  }
  body.single-product.psc-has-pro-header .psc-product-root {
    padding-bottom: 210px !important;
  }
}
@media (max-width:767px) {
  body.psc-has-pro-header > .psc-mobile-bottom-nav, body.psc-has-pro-header .psc-mobile-bottom-nav[data-psc-bottom-nav] {
    position: fixed !important;
    top: auto !important;
    right: max(8px,env(safe-area-inset-right,0px)) !important;
    left: max(8px,env(safe-area-inset-left,0px)) !important;
    bottom: calc(8px + env(safe-area-inset-bottom,0px)) !important;
    transform: none;
    contain: layout paint;
  }
}
@supports not (overflow:clip) {
  @media (max-width:767px) {
    body.psc-has-pro-header, body.psc-has-pro-header #page, body.psc-has-pro-header .site, body.psc-has-pro-header .site-content, body.psc-has-pro-header #content, body.psc-has-pro-header #primary, body.psc-has-pro-header #main, body.psc-has-pro-header .site-main, body.psc-has-pro-header .content-area, body.psc-has-pro-header .inside-article {
      overflow-x: hidden !important;
    }
  }
}
@media (max-width:390px) {
  .psc-pro-header__inner, .psc-pro-header.is-compact .psc-pro-header__inner {
    grid-template-columns: 84px minmax(0,1fr) 84px !important;
  }
  .psc-pro-header__actions {
    width: 84px !important;
  }
  .psc-pro-header__toggle, .psc-pro-header__icon-btn {
    width: 39px !important;
    height: 39px !important;
  }
  .psc-pro-brand__logo {
    max-width: min(122px,34vw) !important;
  }
  .psc-mobile-bottom-nav__shell {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) 70px minmax(0,1fr) minmax(0,1fr) !important;
  }
  .psc-mobile-bottom-nav__fab {
    width: 68px !important;
    height: 68px !important;
    border-radius: 25px !important;
  }
}
@media (max-width:360px) {
  .psc-pro-header__inner, .psc-pro-header.is-compact .psc-pro-header__inner {
    grid-template-columns: 80px minmax(0,1fr) 80px !important;
  }
  .psc-pro-header__actions {
    width: 80px !important;
    gap: 4px !important;
  }
  .psc-pro-header__toggle, .psc-pro-header__icon-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 14px !important;
  }
  .psc-pro-brand__logo {
    max-width: min(112px,32vw) !important;
  }
  .psc-mobile-bottom-nav__label {
    font-size: 9px !important;
  }
}
@media (max-width:767px) and (prefers-reduced-motion:reduce) {
  .psc-mobile-drawer, .psc-mobile-drawer__panel, .psc-mobile-bottom-nav, .psc-mobile-drawer.is-open .psc-mobile-search, .psc-mobile-drawer.is-open .psc-pro-nav--mobile .psc-pro-nav__list>li, .psc-mobile-drawer.is-open .psc-mobile-drawer__cta>a {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width:920px) {
  .psc-pro-nav--mobile .psc-pro-nav__list a::after {
    content: "" !important;
    background: currentColor !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px 18px no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/18px 18px no-repeat !important;
  }
}
@media (max-width:767px) {
  body.psc-has-pro-header {
    --psc-header-h: 60px;
    --psc-bottom-nav-h: 82px;
    padding-top: var(--psc-header-h) !important;
    padding-bottom: calc(var(--psc-bottom-nav-h) + env(safe-area-inset-bottom,0px)) !important;
  }
  .psc-pro-header {
    box-shadow: 0 8px 24px rgba(15,23,42,.075) !important;
  }
  .psc-pro-header__inner, .psc-pro-header.is-compact .psc-pro-header__inner {
    min-height: 60px !important;
    grid-template-columns: 78px minmax(0,1fr) 78px !important;
    padding-inline: max(7px,env(safe-area-inset-left,0px)) max(7px,env(safe-area-inset-right,0px)) !important;
  }
  .psc-pro-header__toggle, .psc-pro-header__icon-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 14px !important;
  }
  .psc-pro-brand__logo {
    max-width: min(124px,35vw) !important;
    max-height: 28px !important;
  }
  .psc-pro-header__actions {
    width: 78px !important;
    gap: 4px !important;
  }
  .psc-mobile-drawer__panel {
    width: min(86vw,350px) !important;
    max-width: calc(100vw - 24px) !important;
    border-radius: 22px 0 0 22px !important;
  }
  .psc-mobile-bottom-nav {
    right: 7px !important;
    left: 7px !important;
    bottom: calc(6px + env(safe-area-inset-bottom,0px)) !important;
  }
  .psc-mobile-bottom-nav__shell {
    height: 64px !important;
    grid-template-columns: 1fr 1fr 66px 1fr 1fr !important;
    padding: 6px !important;
    gap: 2px !important;
    border-radius: 22px !important;
    box-shadow: 0 -8px 28px rgba(15,23,42,.13),0 1px 0 rgba(255,255,255,.86) inset !important;
  }
  .psc-mobile-bottom-nav__item {
    height: 51px !important;
    border-radius: 16px !important;
    gap: 2px !important;
  }
  .psc-mobile-bottom-nav__icon {
    width: 21px !important;
    height: 21px !important;
  }
  .psc-mobile-bottom-nav svg {
    width: 20px !important;
    height: 20px !important;
  }
  .psc-mobile-bottom-nav__label {
    font-size: 9.6px !important;
    letter-spacing: -.02em !important;
  }
  .psc-mobile-bottom-nav__item.is-active::after {
    bottom: 4px !important;
    width: 13px !important;
    height: 2px !important;
  }
  .psc-mobile-bottom-nav__fab {
    top: -18px !important;
    width: 66px !important;
    height: 66px !important;
    border-radius: 23px !important;
    box-shadow: 0 14px 28px rgba(37,99,235,.28),0 0 0 7px rgba(255,255,255,.96) !important;
  }
  .psc-mobile-bottom-nav__fab span {
    width: 24px !important;
    height: 24px !important;
  }
  .psc-mobile-bottom-nav__fab svg {
    width: 23px !important;
    height: 23px !important;
  }
  .psc-mobile-bottom-nav__fab b {
    font-size: 9.6px !important;
  }
  body.psc-keyboard-open .psc-mobile-bottom-nav {
    transform: translateY(calc(100% + 18px)) !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
@media (max-width:360px) {
  .psc-mobile-bottom-nav {
    right: 5px !important;
    left: 5px !important;
  }
  .psc-mobile-bottom-nav__shell {
    grid-template-columns: 1fr 1fr 60px 1fr 1fr !important;
    height: 62px !important;
    padding: 5px !important;
  }
  .psc-mobile-bottom-nav__fab {
    width: 60px !important;
    height: 60px !important;
    border-radius: 21px !important;
  }
  .psc-mobile-bottom-nav__label {
    font-size: 9px !important;
  }
}
body.psc-has-pro-header > header.site-header, body.psc-has-pro-header #masthead.site-header, body.psc-has-pro-header #mobile-menu-control-wrapper, body.psc-has-pro-header #site-navigation.main-navigation {
  display: none !important;
}
body.psc-has-pro-header.single-post .psc-article-search-top, body.psc-has-pro-header.blog .psc-article-search-top, body.psc-has-pro-header.search .psc-article-search-top {
  position: relative !important;
  z-index: 5 !important;
  margin-top: 0 !important;
  padding-top: 26px !important;
  padding-bottom: 24px !important;
  overflow: visible !important;
  isolation: isolate;
}
body.psc-has-pro-header.single-post .psc-article-search-top__inner, body.psc-has-pro-header .psc-article-search-top__inner {
  position: relative !important;
  align-items: start !important;
}
body.psc-has-pro-header .psc-pro-header {
  z-index: 9990 !important;
}
body.psc-has-pro-header.admin-bar .psc-pro-header {
  top: 32px;
}
@media (max-width:1080px) {
  body.psc-has-pro-header.admin-bar .psc-pro-header {
    top: 46px;
  }
}
@media (max-width:767px) {
  body.psc-has-pro-header.admin-bar .psc-pro-header {
    top: 0 !important;
  }
}
.psc-live-search-form {
  position: relative !important;
  z-index: 20;
}
.psc-live-search-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  left: 0;
  z-index: 9992;
  direction: rtl;
  min-width: min(760px,calc(100vw - 28px));
  max-height: min(72vh,680px);
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(219,229,240,.96);
  border-radius: 26px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 26px 70px rgba(15,23,42,.15),0 1px 0 rgba(255,255,255,.92) inset;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(10px) scale(.985);
  pointer-events: none;
  transition: opacity .18s ease,transform .18s ease;
}
.psc-live-search-panel.is-open {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.psc-live-search-panel[hidden] {
  display: none !important;
}
.psc-mobile-drawer .psc-live-search-panel {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  min-width: 0;
  max-height: 52vh;
  margin: -2px 0 14px;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15,23,42,.12);
}
.psc-live-search__shell {
  display: grid;
  gap: 14px;
  padding: 16px;
}
.psc-live-search__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 2px 2px;
  border-bottom: 1px solid rgba(226,232,240,.78);
  padding-bottom: 12px;
}
.psc-live-search__top strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.7;
  letter-spacing: -.02em;
}
.psc-live-search__top span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}
.psc-live-search__group {
  display: grid;
  gap: 10px;
}
.psc-live-search__group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.psc-live-search__group-head div {
  display: grid;
  gap: 2px;
}
.psc-live-search__group-head span {
  color: #0f172a;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.5;
}
.psc-live-search__group-head small {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}
.psc-live-search__group-head b {
  min-width: 30px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 12px;
  font-weight: 1000;
}
.psc-live-search__items {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}
.psc-live-search__item {
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 74px;
  padding: 9px;
  border: 1px solid rgba(226,232,240,.86);
  border-radius: 20px;
  background: linear-gradient(180deg,#fff,#fbfdff);
  text-decoration: none;
  color: #0f172a;
  box-shadow: 0 12px 30px rgba(15,23,42,.045);
  transition: transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;
}
.psc-live-search__item:hover,.psc-live-search__item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(37,99,235,.28);
  box-shadow: 0 18px 42px rgba(15,23,42,.085);
  outline: none;
  background: #fff;
}
.psc-live-search__media {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 17px;
  background: linear-gradient(135deg,#eef6ff,#f8fafc);
  color: #2563eb;
  font-weight: 1000;
}
.psc-live-search__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.psc-live-search__media--icon,.psc-live-search__thumb-fallback {
  font-size: 19px;
  font-weight: 1000;
  color: #2563eb;
}
.psc-live-search__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.psc-live-search__body strong {
  display: block;
  color: #0f172a;
  font-size: 13.5px;
  font-weight: 1000;
  line-height: 1.65;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.psc-live-search__body small {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #64748b;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.75;
}
.psc-live-search__body em {
  font-style: normal;
  color: #059669;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.3;
}
.psc-live-search__body em del {
  color: #94a3b8;
  font-weight: 800;
  margin-inline-end: 4px;
}
.psc-live-search__body em ins {
  text-decoration: none;
  color: #059669;
}
.psc-live-search__group--products .psc-live-search__item {
  border-color: rgba(34,197,94,.20);
  background: linear-gradient(180deg,#fafffc,#fff);
}
.psc-live-search__group--products .psc-live-search__group-head b {
  background: #ecfdf5;
  color: #047857;
}
.psc-live-search__group--articles .psc-live-search__group-head b {
  background: #eff6ff;
  color: #2563eb;
}
.psc-live-search__group--pages .psc-live-search__group-head b {
  background: #fff7ed;
  color: #c2410c;
}
.psc-live-search__state {
  padding: 18px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid rgba(226,232,240,.86);
  color: #475569;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 1.8;
}
.psc-live-search__state.is-loading {
  background: #eff6ff;
  color: #2563eb;
  border-color: rgba(37,99,235,.18);
}
.psc-live-search__state.is-error {
  background: #fff7ed;
  color: #c2410c;
  border-color: rgba(249,115,22,.18);
}
.psc-live-search__all {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg,#2563eb,#06b6d4);
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 1000;
  box-shadow: 0 14px 34px rgba(37,99,235,.20);
}
.psc-article-search-form .psc-live-search-panel, .psc-page-search .psc-live-search-panel {
  left: 0;
  right: 0;
}
@media (max-width:760px) {
  body.psc-has-pro-header.single-post .psc-article-search-top {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .psc-live-search-panel {
    position: fixed;
    top: 78px;
    right: 12px;
    left: 12px;
    min-width: 0;
    max-height: calc(100dvh - 112px);
    border-radius: 24px;
  }
  .admin-bar .psc-live-search-panel {
    top: 78px;
  }
  .psc-mobile-drawer .psc-live-search-panel {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    max-height: 50vh;
  }
  .psc-live-search__shell {
    padding: 13px;
    gap: 12px;
  }
  .psc-live-search__top {
    display: grid;
    gap: 8px;
  }
  .psc-live-search__top span {
    justify-self: start;
  }
  .psc-live-search__items {
    grid-template-columns: 1fr;
  }
  .psc-live-search__item {
    grid-template-columns: 54px minmax(0,1fr);
    border-radius: 18px;
    min-height: 70px;
  }
  .psc-live-search__media {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }
}
.psc-live-search-form > .psc-live-search-panel {
  grid-column: 1/-1;
}
body.psc-has-pro-header.single-post .psc-article-search-top, body.psc-has-pro-header.blog .psc-article-search-top, body.psc-has-pro-header.search .psc-article-search-top {
  margin-top: 14px !important;
  padding-top: 46px !important;
  padding-bottom: 30px !important;
  min-height: 154px !important;
  clear: both !important;
  overflow: visible !important;
  transform: none !important;
}
body.psc-has-pro-header.single-post .psc-article-search-top__inner, body.psc-has-pro-header.blog .psc-article-search-top__inner, body.psc-has-pro-header.search .psc-article-search-top__inner {
  position: relative !important;
  z-index: 2 !important;
  align-items: start !important;
  overflow: visible !important;
}
body.psc-has-pro-header .psc-article-search-form {
  position: relative !important;
  z-index: 5 !important;
  overflow: visible !important;
  margin: 0 !important;
}
body.psc-has-pro-header .psc-article-search-form .psc-live-search-panel {
  top: calc(100% + 18px) !important;
  z-index: 60 !important;
}
@media (max-width:900px) {
  body.psc-has-pro-header.single-post .psc-article-search-top, body.psc-has-pro-header.blog .psc-article-search-top, body.psc-has-pro-header.search .psc-article-search-top {
    margin-top: 10px !important;
    padding-top: 26px !important;
    padding-bottom: 22px !important;
    min-height: auto !important;
  }
  body.psc-has-pro-header.single-post .psc-article-search-top__inner, body.psc-has-pro-header.blog .psc-article-search-top__inner, body.psc-has-pro-header.search .psc-article-search-top__inner {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}
html {
  scrollbar-gutter: stable;
}
:where(.site-content,.site-main,#primary,.content-area,.psc-page-shell,.psc-checkout-shell,.psc-device-status,.woocommerce,.woocommerce-page) :where(section,article,div,form,fieldset,table) {
  min-width: 0;
}
:where(.site-content,.site-main,#primary,.content-area,.psc-page-shell,.entry-content,.woocommerce,.woocommerce-page) :where(img,svg,video,canvas,iframe) {
  max-width: 100%;
}
:where(.entry-content,.woocommerce,.woocommerce-page,.psc-page-shell,.psc-device-status) :where(p,li,td,th,a,code,.price,.amount,.woocommerce-Price-amount) {
  overflow-wrap: anywhere;
  word-break: normal;
}
:where(.woocommerce,.woocommerce-page,.psc-page-shell,.psc-device-status) :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea,button,.button) {
  max-width: 100%;
}
:where(.woocommerce,.woocommerce-page,.psc-device-status) table {
  max-width: 100%;
}
@media (max-width:782px) {
  :where(.woocommerce,.woocommerce-page,.psc-page-shell,.psc-device-status) :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea) {
    min-height: 44px;
    font-size: 16px;
  }
  :where(.woocommerce,.woocommerce-page,.psc-page-shell,.psc-device-status) :where(button,.button,input[type="submit"]) {
    min-height: 44px;
  }
}
@media (max-width:414px) {
  :root {
    --psc-mobile-page-gutter: 12px;
  }
  :where(.psc-page-shell,.psc-checkout-shell,.psc-device-status,.woocommerce-page .site-main) {
    max-width: 100%;
  }
}
@media (max-width:360px) {
  :root {
    --psc-mobile-page-gutter: 10px;
  }
  :where(.woocommerce,.woocommerce-page,.psc-page-shell,.psc-device-status) :where(.button,button,input[type="submit"]) {
    white-space: normal;
    text-align: center;
  }
}
@media (max-width:320px) {
  :root {
    --psc-mobile-page-gutter: 8px;
  }
  :where(.entry-content,.woocommerce,.woocommerce-page,.psc-page-shell,.psc-device-status) {
    font-size: 15px;
  }
}
.possino-source-box {
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  max-width: 100%;
  align-items: center;
  overflow: hidden;
  color: var(--ps-color-text);
  border: 1px solid rgba(218,220,224,.96);
  grid-template-columns: minmax(0,1fr) auto;
  gap: clamp(16px,3vw,28px);
  margin: clamp(28px,5vw,46px) auto 0;
  padding: clamp(20px,4vw,30px);
  border-radius: 24px;
  background: radial-gradient(circle at 8% 18%,rgba(66,133,244,.10),transparent 16rem), radial-gradient(circle at 92% 85%,rgba(251,188,4,.12),transparent 14rem), #fff;
  box-shadow: 0 16px 42px rgba(15,23,42,.08);
  direction: rtl;
}
.possino-source-box::before {
  content: "";
  position: absolute;
  inset-inline: calc(var(--ps-space-unit) * 0);
  top: calc(var(--ps-space-unit) * 0);
  z-index: calc(10 * -1);
  height: 4px;
  background: linear-gradient(90deg,#4285f4 0 25%,#ea4335 25% 50%,#fbbc04 50% 75%,#34a853 75% 100%);
}
.possino-source-box__content {
  min-width: calc(var(--ps-space-unit) * 0);
}
.possino-source-box__title {
  margin: calc(var(--ps-space-unit) * 0);
  display: block;
  color: var(--ps-color-text);
  font-weight: 900;
  font-size: clamp(17px,2vw,21px);
  line-height: 1.75;
}
.possino-source-box p {
  margin-top: 6px;
  margin-bottom: calc(var(--ps-space-unit) * 0);
  max-width: 760px;
  font-size: 15px;
  color: var(--ps-color-text-muted);
  line-height: 2;
}
.possino-google-source {
  display: inline-flex;
  min-height: 50px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  color: var(--ps-color-text);
  text-decoration-line: none;
  border: 1px solid var(--ps-color-border);
  font-weight: 800;
  width: max-content;
  padding: 11px 19px;
  border-radius: 14px;
  box-shadow: 0 7px 20px rgba(15,23,42,.08);
  line-height: 1.7;
  overflow-wrap: anywhere;
  transition: border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease;
  color: var(--ps-color-text) !important;
  text-decoration: none !important;
}
.possino-google-source__icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 11px;
  background-color: var(--ps-color-google-yellow-soft);
  font-size: 21px;
  color: var(--ps-color-google-yellow);
  line-height: 1;
}
.possino-google-source__label {
  min-width: calc(var(--ps-space-unit) * 0);
}
.possino-google-source:hover {
  border-color: var(--ps-color-google-blue);
  background: #fbfdff;
  box-shadow: 0 10px 26px rgba(66,133,244,.18);
  transform: translateY(-1px);
}
.possino-google-source:focus-visible {
  outline: 3px solid rgba(66,133,244,.32);
  outline-offset: 3px;
  border-color: var(--ps-color-google-blue);
  box-shadow: 0 10px 26px rgba(66,133,244,.18);
}
.possino-google-source--button {
  margin-block: 14px;
}
.psc-article-reading-card>.possino-source-box {
  max-width: var(--psc-article-text-max,980px);
}
.psc-search-entity-card {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: calc(var(--ps-space-unit) * 4);
  margin-top: clamp(32px,6vw,72px);
  direction: rtl;
}
.psc-search-entity-card__inner {
  display: grid;
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(17,24,39,.1);
  grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: clamp(20px,4vw,48px);
  padding: clamp(22px,4vw,40px);
  border-radius: 22px;
  box-shadow: 0 14px 42px rgba(17,24,39,.07);
}
.psc-search-entity-card__eyebrow {
  margin-top: calc(var(--ps-space-unit) * 0);
  margin-bottom: calc(var(--ps-space-unit) * 2);
  font-size: 13px;
  color: var(--ps-color-brand);
  font-weight: 800;
}
.psc-search-entity-card h2 {
  margin-top: calc(var(--ps-space-unit) * 0);
  margin-bottom: 10px;
  font-size: clamp(22px,3vw,32px);
  line-height: 1.35;
}
.psc-search-entity-card__intro>p:last-child {
  margin: calc(var(--ps-space-unit) * 0);
  color: #4b5563;
  line-height: 1.9;
}
.psc-search-entity-card__facts {
  margin: calc(var(--ps-space-unit) * 0);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--ps-space-unit) * 3);
}
.psc-search-entity-card__facts>div {
  min-width: calc(var(--ps-space-unit) * 0);
  border-radius: 14px;
  background-color: var(--ps-color-background);
  padding: 14px;
}
.psc-search-entity-card__facts dt {
  margin-top: calc(var(--ps-space-unit) * 0);
  margin-bottom: 6px;
  font-size: 12px;
  color: #6b7280;
  font-weight: 700;
}
.psc-search-entity-card__facts dd {
  margin: calc(var(--ps-space-unit) * 0);
  color: #111827;
  font-weight: 700;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.psc-search-entity-card__facts a {
  color: #b80e31;
  text-decoration-line: none;
}
.psc-search-entity-card__facts a:focus-visible {
  outline: 3px solid rgba(231,19,61,.28);
  outline-offset: 3px;
  border-radius: 4px;
}
@media (max-width:767px) {
  .psc-search-entity-card {
    padding-inline: calc(var(--ps-space-unit) * 3);
  }
  .psc-search-entity-card__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: calc(var(--ps-space-unit) * 5);
    border-radius: 18px;
  }
  .psc-search-entity-card__facts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .psc-search-entity-card__facts>div {
    padding: calc(var(--ps-space-unit) * 3);
  }
  .psc-search-entity-card__facts a {
    display: inline-flex;
    min-height: calc(var(--ps-space-unit) * 11);
    align-items: center;
  }
}
@media (max-width:760px) {
  .possino-source-box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: calc(var(--ps-space-unit) * 4);
    padding: calc(var(--ps-space-unit) * 5);
    border-radius: 20px;
  }
  .possino-source-box p {
    font-size: 14px;
    line-height: 1.95;
  }
  .possino-source-box .possino-google-source, .possino-google-source--button {
    width: 100%;
  }
}
@media (max-width:380px) {
  .possino-source-box {
    padding: 18px 14px;
  }
  .possino-google-source {
    font-size: 14px;
    padding-inline: 13px;
  }
  .possino-google-source__icon {
    width: calc(var(--ps-space-unit) * 8);
    height: calc(var(--ps-space-unit) * 8);
    flex-basis: 32px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .possino-google-source {
    transition: none;
  }
  .possino-google-source:hover {
    transform: none;
  }
  .psc-search-entity-card * {
    scroll-behavior: auto !important;
  }
}
@media (prefers-contrast:more) {
  .possino-source-box,.possino-google-source {
    border-color: var(--ps-color-text-muted);
  }
  .possino-source-box p {
    color: #3c4043;
  }
}
