/*
Theme Name: PromoSpirit Store
Theme URI: https://www.promospirit.com/
Author: The Creative Promo
Author URI: https://www.thecreativepromo.com/
Description: A lightweight, dependable WooCommerce storefront for PromoSpirit school and organization shops.
Version: 1.4.3
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: promospirit-store
*/

:root {
  --ps-primary: #173b73;
  --ps-secondary: #3f63f3;
  --ps-bg: #f4f7fb;
  --ps-text: #10213a;
  --ps-muted: #607086;
  --ps-border: #dce4ee;
  --ps-card: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ps-text);
  background: var(--ps-bg);
  font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.promospirit-store-theme,
body.promospirit-store-theme button,
body.promospirit-store-theme input,
body.promospirit-store-theme select,
body.promospirit-store-theme textarea,
body.promospirit-store-theme table,
body.promospirit-store-theme .woocommerce,
body.promospirit-store-theme .wc-block-components-button,
body.promospirit-store-theme .wc-block-components-text-input input { font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--ps-primary); text-decoration: none; }
a:hover { color: var(--ps-secondary); }
img { max-width: 100%; height: auto; }
.ps-shell { width: min(1540px, calc(100% - 64px)); margin-inline: auto; }

.ps-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--ps-border);
  backdrop-filter: blur(16px);
}
.ps-header-inner { min-height: 116px; display: grid; grid-template-columns: minmax(300px,1fr) auto minmax(150px,1fr); align-items: center; gap: 34px; }
.ps-brand { display: inline-flex; min-width: 0; max-width: 520px; align-items: center; gap: 17px; justify-self: start; }
.ps-brand-logo { flex: 0 0 auto; width: 84px; height: 84px; object-fit: contain; }
.ps-brand-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.ps-brand-name { overflow: hidden; color: var(--ps-text); font-size: clamp(21px, 1.6vw, 29px); font-weight: 900; letter-spacing: -.025em; line-height: 1.08; text-overflow: ellipsis; white-space: nowrap; }
.ps-brand-tagline { margin-top: 6px; color: var(--ps-muted); font-size: 10px; font-weight: 800; letter-spacing: 1.35px; line-height: 1; text-transform: uppercase; }
.ps-navigation { min-width: 0; justify-self: center; }
.ps-navigation ul { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.1vw, 38px); margin: 0; padding: 0; list-style: none; }
.ps-navigation li { flex: 0 0 auto; margin: 0; }
.ps-navigation a { position: relative; display: block; padding: 12px 0; color: var(--ps-text); font-size: clamp(14px, .95vw, 17px); font-weight: 900; line-height: 1.2; text-transform: uppercase; white-space: nowrap; }
.ps-navigation a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 3px; border-radius: 999px; background: var(--ps-primary); content: ""; transform: scaleX(0); transition: transform .18s ease; }
.ps-navigation a:hover::after, .ps-navigation .is-current a::after { transform: scaleX(1); }
.ps-cart-link {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 9px;
  color: #fff;
  background: var(--ps-primary);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
.ps-cart-count { min-width: 22px; height: 22px; display: grid; place-items: center; color: var(--ps-primary); background: #fff; border-radius: 50%; font-size: 11px; }
.ps-menu-toggle { display: none; align-items: center; gap: 8px; min-height: 42px; border: 1px solid var(--ps-border) !important; border-radius: 12px; padding: 9px 12px; color: var(--ps-primary) !important; background: var(--ps-card) !important; font: 800 12px/1 Poppins, sans-serif; }
.ps-menu-toggle-icon, .ps-menu-toggle-icon::before, .ps-menu-toggle-icon::after { display: block; width: 19px; height: 2px; border-radius: 999px; background: currentColor; content: ""; transition: transform .18s ease; }
.ps-menu-toggle-icon { position: relative; }
.ps-menu-toggle-icon::before { position: absolute; top: -6px; left: 0; }
.ps-menu-toggle-icon::after { position: absolute; top: 6px; left: 0; }
.ps-menu-toggle[aria-expanded="true"] .ps-menu-toggle-icon { background: transparent; }
.ps-menu-toggle[aria-expanded="true"] .ps-menu-toggle-icon::before { top: 0; transform: rotate(45deg); }
.ps-menu-toggle[aria-expanded="true"] .ps-menu-toggle-icon::after { top: 0; transform: rotate(-45deg); }
.ps-menu-overlay,.ps-mobile-menu-head,.ps-mobile-menu-note { display: none; }
.widget_archive,.wp-block-archives,.wp-block-archives-dropdown { display: none !important; }

.ps-hero { padding: clamp(54px, 8vw, 100px) 0 62px; overflow: hidden; }
.ps-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: center; gap: 50px; }
.ps-kicker { color: var(--ps-secondary); font-size: 12px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.ps-hero h1 { max-width: 780px; margin: 10px 0 18px; color: var(--ps-primary); font-size: clamp(42px, 7vw, 78px); font-weight: 950; letter-spacing: -.055em; line-height: .98; }
.ps-hero-copy { max-width: 660px; margin: 0; color: var(--ps-muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.ps-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ps-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border: 0;
  border-radius: 14px;
  padding: 13px 22px;
  color: #fff;
  background: var(--ps-primary);
  font-weight: 900;
  cursor: pointer;
}
.ps-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { color: #fff; background: var(--ps-secondary); }
.ps-button-secondary { color: var(--ps-primary); background: #fff; border: 1px solid var(--ps-border); }
.ps-button-secondary:hover { color: var(--ps-secondary); background: #fff; }
.ps-hero-mark { position: relative; display: grid; place-items: center; min-height: 360px; }
.ps-hero-mark::before, .ps-hero-mark::after { content: ""; position: absolute; border-radius: 50%; }
.ps-hero-mark::before { inset: 0; background: color-mix(in srgb, var(--ps-secondary) 14%, transparent); }
.ps-hero-mark::after { width: 72%; height: 72%; background: color-mix(in srgb, var(--ps-primary) 11%, #fff); }
.ps-hero-logo { position: relative; z-index: 2; width: min(250px, 72%); max-height: 250px; object-fit: contain; filter: drop-shadow(0 20px 28px rgba(16,33,58,.16)); }
.ps-hero-initials { position: relative; z-index: 2; color: var(--ps-primary); font-size: 88px; font-weight: 950; letter-spacing: -.08em; }

.ps-support { margin-bottom: 70px; }
.ps-support-card { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(220px, .5fr); gap: 28px; color: #fff; background: var(--ps-primary); border-radius: 26px; padding: clamp(24px, 5vw, 44px); box-shadow: 0 22px 55px rgba(23,59,115,.18); }
.ps-support h2 { margin: 0 0 8px; font-size: clamp(25px, 4vw, 38px); line-height: 1.12; }
.ps-support p { max-width: 720px; margin: 0; color: rgba(255,255,255,.82); }
.ps-support-stat { align-self: center; justify-self: end; text-align: right; }
.ps-support-rate { display: block; font-size: clamp(38px, 6vw, 64px); font-weight: 950; line-height: 1; }
.ps-support-label { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }

.ps-main { min-height: 55vh; padding-bottom: 80px; }
.ps-section { padding: 24px 0 70px; }
.ps-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.ps-section h2 { margin: 0; color: var(--ps-text); font-size: clamp(30px, 5vw, 48px); line-height: 1.06; letter-spacing: -.035em; }
.ps-section-intro { max-width: 610px; color: var(--ps-muted); }
.ps-page-card, .ps-article { background: #fff; border: 1px solid var(--ps-border); border-radius: 24px; padding: clamp(22px, 5vw, 48px); box-shadow: 0 10px 35px rgba(16,33,58,.05); }
.ps-entry-title { margin-top: 0; font-size: clamp(32px, 5vw, 52px); line-height: 1.05; }

/* Dedicated customer contact page. */
.ps-contact-shell { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(22px,4vw,52px); }
.ps-contact-intro { align-self: start; border-radius: 22px; padding: clamp(22px,3vw,34px); color: var(--ps-button-text); background: linear-gradient(145deg,var(--ps-primary),color-mix(in srgb,var(--ps-primary) 72%,#000)); }
.ps-contact-intro h1 { margin: 12px 0 10px; color: inherit; font-size: clamp(30px,4vw,48px); line-height: 1.06; }
.ps-contact-intro p { margin: 0; opacity: .86; }
.ps-contact-logo { display: block; width: 104px; height: 104px; border-radius: 20px; padding: 8px; object-fit: contain; background: #fff; }
.ps-contact-details { display: grid; gap: 10px; margin-top: 24px; }
.ps-contact-detail { display: block; border: 1px solid color-mix(in srgb,var(--ps-button-text) 25%,transparent); border-radius: 13px; padding: 12px 14px; color: inherit; background: color-mix(in srgb,var(--ps-button-text) 8%,transparent); }
.ps-contact-detail strong { display: block; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.ps-contact-form { display: grid; gap: 16px; }
.ps-contact-form h2 { margin: 0; font-size: clamp(25px,3vw,36px); }
.ps-contact-form label { display: grid; gap: 7px; color: var(--ps-text); font-size: 13px; font-weight: 750; }
.ps-contact-form input,.ps-contact-form textarea { width: 100%; min-height: 50px; border: 1px solid var(--ps-border); border-radius: 12px; padding: 12px 14px; color: var(--ps-text); background: var(--ps-card); font: inherit; }
.ps-contact-form textarea { min-height: 150px; resize: vertical; }
.ps-contact-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.ps-contact-notice { margin-bottom: 18px; border: 1px solid #a6e9bd; border-radius: 13px; padding: 13px 15px; color: #067647; background: #ecfdf3; font-weight: 700; }
.ps-contact-notice.is-error { border-color: #f7b5af; color: #b42318; background: #fff1f0; }
.ps-order-help { margin-top: 4px; border: 1px solid var(--ps-border); border-radius: 14px; padding: 14px 16px; color: var(--ps-muted); background: color-mix(in srgb,var(--ps-primary) 4%,var(--ps-card)); font-size: 12px; }
.ps-order-help strong { color: var(--ps-text); }
.ps-contact-hp { position: absolute !important; left: -9999px !important; }

/* Logged-in customer redo/refund request. */
.wcuas-customer-issue-card { clear: both; margin: 28px 0 0; color: var(--ps-text); }
.wcuas-customer-issue-card details { overflow: hidden; border: 1px solid var(--ps-border); border-radius: 18px; background: var(--ps-card); box-shadow: 0 7px 24px rgba(16,33,58,.05); }
.wcuas-customer-issue-card summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; color: var(--ps-button-text); background: var(--ps-primary); cursor: pointer; list-style: none; }
.wcuas-customer-issue-card summary::-webkit-details-marker { display: none; }
.wcuas-customer-issue-card summary strong,.wcuas-customer-issue-card summary small { display: block; }
.wcuas-customer-issue-card summary strong { font-size: 18px; }
.wcuas-customer-issue-card summary small { margin-top: 2px; opacity: .8; }
.wcuas-customer-issue-card summary > span:last-child { font-size: 27px; font-weight: 500; transition: transform .2s ease; }
.wcuas-customer-issue-card details[open] summary > span:last-child { transform: rotate(45deg); }
.wcuas-customer-issue-content { padding: clamp(20px,3vw,30px); }
.wcuas-customer-issue-content > p { margin-top: 0; color: var(--ps-muted); }
.wcuas-customer-issue-content form { display: grid; gap: 18px; }
.wcuas-customer-issue-content form > label { display: grid; gap: 7px; font-size: 13px; font-weight: 750; }
.wcuas-customer-issue-content select,.wcuas-customer-issue-content textarea { width: 100%; border: 1px solid var(--ps-border); border-radius: 12px; padding: 12px 14px; color: var(--ps-text); background: var(--ps-card); font: inherit; }
.wcuas-customer-issue-content select { min-height: 50px; }
.wcuas-customer-issue-content textarea { min-height: 130px; resize: vertical; }
.wcuas-customer-issue-content fieldset { margin: 0; border: 0; padding: 0; }
.wcuas-customer-issue-content legend { margin-bottom: 8px; font-size: 13px; font-weight: 750; }
.wcuas-customer-issue-choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.wcuas-customer-issue-choices > label { display: flex; align-items: flex-start; gap: 10px; border: 1px solid var(--ps-border); border-radius: 14px; padding: 14px; cursor: pointer; }
.wcuas-customer-issue-choices > label:has(input:checked) { border-color: var(--ps-primary); box-shadow: 0 0 0 1px var(--ps-primary); }
.wcuas-customer-issue-choices input { margin-top: 5px; }
.wcuas-customer-issue-choices strong,.wcuas-customer-issue-choices small { display: block; }
.wcuas-customer-issue-choices small { margin-top: 3px; color: var(--ps-muted); font-weight: 500; line-height: 1.45; }
.wcuas-customer-issue-confirm { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 9px !important; color: var(--ps-muted); font-weight: 600 !important; }
.wcuas-customer-issue-confirm input { margin-top: 4px; }
.wcuas-customer-issue-history { display: grid; gap: 7px; margin: 0 0 20px; border: 1px solid var(--ps-border); border-radius: 13px; padding: 13px 15px; background: color-mix(in srgb,var(--ps-primary) 4%,var(--ps-card)); }
.wcuas-customer-issue-history > div { display: flex; justify-content: space-between; gap: 15px; color: var(--ps-muted); font-size: 12px; }
.wcuas-customer-issue-history > div span:first-child { color: var(--ps-text); font-weight: 700; }
.wcuas-customer-issue-notice { margin: 0 0 12px; border: 1px solid #a6e9bd; border-radius: 12px; padding: 12px 14px; color: #067647; background: #ecfdf3; font-weight: 700; }
.wcuas-customer-issue-notice.is-error { border-color: #f7b5af; color: #b42318; background: #fff1f0; }
.woocommerce .woocommerce-orders-table__cell-order-actions .button.wcuas_resolve_issue { color: var(--ps-primary); background: color-mix(in srgb,var(--ps-primary) 8%,var(--ps-card)); }

/* Category headings stay compact; the generic Shop [store name] archive title is removed. */
.woocommerce-products-header { margin: 0 0 24px; padding: 22px 26px; border: 1px solid color-mix(in srgb, var(--ps-primary) 18%, #fff); border-radius: 18px; background: color-mix(in srgb, var(--ps-primary) 7%, #fff); }
.woocommerce-products-header__title.page-title { margin: 0; color: var(--ps-primary); font-size: clamp(28px, 3vw, 40px); font-weight: 900; letter-spacing: -.035em; line-height: 1.1; }
.woocommerce-products-header .term-description { margin-top: 10px; }
.woocommerce-products-header .term-description > :first-child { margin-top: 0; }
.woocommerce-products-header .term-description > :last-child { margin-bottom: 0; }

.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 14px 14px 18px; background: #fff; border: 1px solid var(--ps-border); border-radius: 20px; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(16,33,58,.10); }
.woocommerce ul.products li.product a img { aspect-ratio: 1 / 1; object-fit: contain; background: #f8fafc; border-radius: 14px; margin-bottom: 15px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--ps-text); font-size: 16px; font-weight: 900; line-height: 1.35; }
.woocommerce ul.products li.product .price { color: var(--ps-primary); font-size: 17px; font-weight: 900; }
.woocommerce div.product { padding: clamp(20px, 4vw, 44px); background: #fff; border: 1px solid var(--ps-border); border-radius: 24px; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--ps-secondary); background: #fff; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--ps-secondary); }

.ps-details { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin: 0 0 70px; }
.ps-detail { background: #fff; border: 1px solid var(--ps-border); border-radius: 18px; padding: 20px; }
.ps-detail-label { display: block; color: #738198; font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.ps-detail-value { display: block; margin-top: 7px; color: var(--ps-text); font-size: 16px; font-weight: 850; }

.ps-footer { color: #dbe6f6; background: #071a37; padding: 54px 0 26px; }
.ps-footer-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr); align-items: center; gap: 70px; }
.ps-footer-name { color: #fff; font-size: 23px; font-weight: 900; }
.ps-footer p { max-width: 600px; margin: 8px 0 0; color: #afc0d7; font-size: 15px; line-height: 1.7; }
.ps-footer-navigation { justify-self: end; min-width: 280px; }
.ps-footer-navigation > strong { display: block; margin-bottom: 13px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.ps-footer-links { display: grid; grid-template-columns: repeat(2,minmax(110px,1fr)); gap: 10px 24px; }
.ps-footer a { color: #fff; font-weight: 800; }
.ps-footer a:hover { color: color-mix(in srgb, var(--ps-secondary) 55%, #fff); }
.ps-powered { display: flex; justify-content: space-between; gap: 24px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #93a6bf; font-size: 12px; }
.ps-powered a { color: #fff; font-weight: 900; text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* PromoSpirit 1.2 — one storefront system for every school shop. */
.promospirit-store-theme :where(button,input,select,textarea) { font-family: Poppins, Inter, sans-serif; }
.promospirit-store-theme .ps-main { overflow: clip; }
.ps-home-storefront { padding: 28px 0 74px; }
.ps-home-storefront .wcuas-store-hero { width: 100%; max-width: none; margin: 0 0 18px; }
.ps-home-storefront .wcuas-fundraiser-card { margin-bottom: 30px; }
.ps-shop-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 34px 0 24px; scroll-margin-top: 110px; }
.ps-shop-heading h1 { margin: 5px 0 0; color: var(--ps-text); font-size: clamp(30px, 4vw, 48px); font-weight: 900; letter-spacing: -.04em; line-height: 1.05; }
.ps-all-products { min-height: 120px; }
.ps-view-all { display: flex; justify-content: center; margin-top: 30px; }
.ps-home-storefront .woocommerce-pagination { margin-top: 30px; }

/* Editable store hero from PromoSpirit branding settings. */
.promospirit-store-theme .wcuas-store-hero { overflow: hidden; min-height: 250px; border: 0; border-radius: 26px; box-shadow: 0 18px 45px rgba(16,33,58,.14); }
.promospirit-store-theme .wcuas-store-hero-copy { padding: clamp(30px, 5vw, 58px); }
.promospirit-store-theme .wcuas-store-hero-title { max-width: 680px; margin: 7px 0 10px !important; font-size: clamp(34px, 4.4vw, 60px) !important; font-weight: 900 !important; letter-spacing: -.045em !important; line-height: 1.02 !important; }
.promospirit-store-theme .wcuas-store-hero-text { max-width: 620px; font-size: clamp(14px, 1.5vw, 17px) !important; line-height: 1.6 !important; }
.promospirit-store-theme .wcuas-store-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact { border-radius: 18px; box-shadow: 0 8px 26px rgba(16,33,58,.06); }

/* Shop and category pages. */
.post-type-archive-product .ps-section, .tax-product_cat .ps-section, .tax-product_tag .ps-section { padding-top: 32px; }
.promospirit-store-theme.post-type-archive-product .woocommerce-products-header { display: none; }
.promospirit-store-theme .woocommerce-products-header { overflow: hidden; }
.promospirit-store-theme .woocommerce-products-header .term-description img { display: block; width: 100%; max-height: 360px; border-radius: 14px; object-fit: cover; }
.promospirit-store-theme .woocommerce-result-count { margin: 8px 0 24px; color: var(--ps-muted); font-size: 13px; }
.promospirit-store-theme .woocommerce-ordering { margin: 0 0 24px; }
.promospirit-store-theme .woocommerce-ordering select { min-height: 44px; border: 1px solid var(--ps-border); border-radius: 11px; padding: 8px 36px 8px 12px; color: var(--ps-text); background: var(--ps-card); }
.promospirit-store-theme .wcuas-storefront-top-stack { width: min(1540px, calc(100% - 64px)) !important; max-width: 1540px !important; margin: 0 auto 30px !important; }
.promospirit-store-theme .wcuas-storefront-category-nav { position: sticky; z-index: 20; top: 128px; overflow-x: auto; border: 1px solid var(--ps-border); border-radius: 14px; padding: 7px; background: color-mix(in srgb, var(--ps-card) 96%, transparent); box-shadow: 0 8px 22px rgba(16,33,58,.06); backdrop-filter: blur(12px); }
.promospirit-store-theme .wcuas-storefront-category-link.is-active { background: var(--ps-primary) !important; color: var(--ps-button-text) !important; }
.promospirit-store-theme .wcuas-storefront-section { margin-top: 30px !important; }
.promospirit-store-theme .wcuas-storefront-section-title { margin: 0 0 20px !important; border-bottom: 2px solid var(--ps-border); padding-bottom: 12px !important; color: var(--ps-text) !important; font-size: clamp(27px, 3vw, 38px) !important; font-weight: 900 !important; letter-spacing: -.035em; }

/* Product cards shared by homepage, Shop and custom storefront categories. */
.promospirit-store-theme .woocommerce ul.products { align-items: stretch; }
.promospirit-store-theme .wcuas-storefront-section-products:has(> li:first-child:last-child) { grid-template-columns: minmax(270px, 360px) !important; justify-content: center; }
.promospirit-store-theme .wcuas-storefront-section-products:has(> li:nth-child(2):last-child) { grid-template-columns: repeat(2, minmax(270px, 360px)) !important; justify-content: center; }
.promospirit-store-theme .wcuas-storefront-section-products:has(> li:nth-child(3):last-child) { grid-template-columns: repeat(3, minmax(250px, 360px)) !important; justify-content: center; }
.promospirit-store-theme .woocommerce ul.products li.product { display: flex; min-width: 0; flex-direction: column; padding: 13px 13px 17px; border-color: var(--ps-border); background: var(--ps-card); box-shadow: 0 4px 16px rgba(16,33,58,.035); }
.promospirit-store-theme .woocommerce ul.products li.product > a:first-child { display: flex; min-width: 0; flex: 1 1 auto; flex-direction: column; }
.promospirit-store-theme .woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1 / 1; margin: 0 0 14px !important; padding: 4px; object-fit: contain; }
.promospirit-store-theme .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.7em; margin: 0; padding: 0 !important; color: var(--ps-text); font-size: clamp(14px, 1.2vw, 17px); font-weight: 850; line-height: 1.35; }
.promospirit-store-theme .woocommerce ul.products li.product .price { margin-top: 8px; color: var(--ps-primary); }
.promospirit-store-theme .woocommerce ul.products li.product .button { width: 100%; min-height: 44px; margin-top: 13px; border-radius: 11px; padding: 10px 13px; text-align: center; }
.promospirit-store-theme .woocommerce ul.products li.product .wcuas-loop-colors { margin-top: 10px; }
.promospirit-store-theme .woocommerce span.onsale { top: 18px; left: 18px; min-width: 0; min-height: 0; border-radius: 999px; padding: 6px 10px; color: var(--ps-button-text); background: var(--ps-primary); font-size: 11px; line-height: 1.2; }

/* Single product. */
.promospirit-store-theme.single-product .ps-section { padding-top: 28px; }
.promospirit-store-theme.single-product .woocommerce div.product { display: grid; grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr); gap: clamp(28px, 5vw, 72px); padding: clamp(20px, 3.2vw, 48px); }
.promospirit-store-theme.single-product .woocommerce div.product .woocommerce-product-gallery,
.promospirit-store-theme.single-product .woocommerce div.product .summary { float: none; width: auto; margin: 0; }
.promospirit-store-theme.single-product .woocommerce div.product .woocommerce-product-gallery { align-self: start; }
.promospirit-store-theme.single-product .woocommerce div.product .woocommerce-product-gallery__wrapper { overflow: hidden; border-radius: 20px; background: #f7f9fc; }
.promospirit-store-theme.single-product .woocommerce div.product .woocommerce-product-gallery__image img { width: 100%; max-height: 680px; padding: 18px; object-fit: contain; }
.promospirit-store-theme.single-product .woocommerce div.product .summary { align-self: start; }
.promospirit-store-theme.single-product .woocommerce div.product .product_title { margin: 0 0 12px; color: var(--ps-text); font-size: clamp(30px, 4vw, 49px); font-weight: 900; letter-spacing: -.045em; line-height: 1.04; }
.promospirit-store-theme.single-product .woocommerce div.product p.price { color: var(--ps-primary); font-size: 22px; font-weight: 900; }
.promospirit-store-theme.single-product .woocommerce div.product .woocommerce-product-details__short-description { color: var(--ps-muted); font-size: 15px; line-height: 1.7; }
.promospirit-store-theme.single-product .woocommerce div.product form.cart { margin-top: 22px; }
.promospirit-store-theme.single-product .woocommerce div.product form.cart .variations { margin-bottom: 18px; }
.promospirit-store-theme.single-product .woocommerce div.product form.cart .variations th,
.promospirit-store-theme.single-product .woocommerce div.product form.cart .variations td { display: block; width: 100%; padding: 0 0 8px; text-align: left; }
.promospirit-store-theme.single-product .woocommerce div.product form.cart .variations label { color: var(--ps-text); font-size: 13px; font-weight: 850; }
.promospirit-store-theme.single-product .woocommerce div.product form.cart select { width: 100%; min-height: 48px; border: 1px solid var(--ps-border); border-radius: 12px; padding: 10px 13px; background: var(--ps-card); }
.promospirit-store-theme.single-product .woocommerce div.product form.cart .quantity .qty { min-height: 50px; border: 1px solid var(--ps-border); border-radius: 12px; }
.promospirit-store-theme.single-product .woocommerce div.product form.cart .single_add_to_cart_button { min-height: 50px; border-radius: 12px; }
.promospirit-store-theme.single-product .woocommerce div.product .woocommerce-tabs,
.promospirit-store-theme.single-product .woocommerce div.product .related,
.promospirit-store-theme.single-product .woocommerce div.product .upsells { grid-column: 1 / -1; width: 100%; }
.promospirit-store-theme.single-product .woocommerce div.product .woocommerce-tabs { margin-top: 16px; border-top: 1px solid var(--ps-border); padding-top: 28px; }
.promospirit-store-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.promospirit-store-theme.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--ps-border); }

/* Cart, Checkout, My Account and ordinary pages. */
.promospirit-store-theme.woocommerce-cart .ps-page-card,
.promospirit-store-theme.woocommerce-checkout .ps-page-card,
.promospirit-store-theme.woocommerce-account .ps-page-card { padding: clamp(20px, 3.5vw, 46px); }
.promospirit-store-theme .woocommerce table.shop_table { overflow: hidden; border: 1px solid var(--ps-border); border-radius: 16px; background: var(--ps-card); border-collapse: separate; }
.promospirit-store-theme .woocommerce table.shop_table th { color: var(--ps-text); background: color-mix(in srgb, var(--ps-primary) 6%, var(--ps-card)); font-size: 12px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.promospirit-store-theme .woocommerce table.shop_table td { border-color: var(--ps-border); }
.promospirit-store-theme .woocommerce-cart .cart-collaterals .cart_totals { float: none; width: min(560px, 100%); margin-left: auto; border: 1px solid var(--ps-border); border-radius: 18px; padding: 22px; background: var(--ps-card); }
.promospirit-store-theme .woocommerce-cart .cart-collaterals .cart_totals h2 { margin-top: 0; }
.promospirit-store-theme .woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: 30px; }
.promospirit-store-theme .woocommerce-checkout #customer_details { width: auto; }
.promospirit-store-theme .woocommerce-checkout #order_review_heading,
.promospirit-store-theme .woocommerce-checkout #order_review { width: auto; }
.promospirit-store-theme .woocommerce-checkout #order_review { align-self: start; border: 1px solid var(--ps-border); border-radius: 18px; padding: 20px; background: var(--ps-card); }
.promospirit-store-theme .woocommerce form .form-row input.input-text,
.promospirit-store-theme .woocommerce form .form-row textarea,
.promospirit-store-theme .woocommerce form .form-row select { min-height: 48px; border: 1px solid var(--ps-border); border-radius: 11px; padding: 11px 13px; color: var(--ps-text); background: var(--ps-card); }
.promospirit-store-theme .woocommerce form .form-row textarea { min-height: 110px; }
.promospirit-store-theme .woocommerce .woocommerce-MyAccount-navigation { float: left; width: 250px; border: 1px solid var(--ps-border); border-radius: 16px; padding: 10px; background: var(--ps-card); }
.promospirit-store-theme .woocommerce .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.promospirit-store-theme .woocommerce .woocommerce-MyAccount-navigation li a { display: block; border-radius: 10px; padding: 11px 13px; color: var(--ps-text); font-size: 13px; font-weight: 750; }
.promospirit-store-theme .woocommerce .woocommerce-MyAccount-navigation li.is-active a { color: var(--ps-button-text); background: var(--ps-primary); }
.promospirit-store-theme .woocommerce .woocommerce-MyAccount-content { float: right; width: calc(100% - 278px); border: 1px solid var(--ps-border); border-radius: 18px; padding: clamp(18px, 3vw, 34px); background: var(--ps-card); }
.promospirit-store-theme .woocommerce .woocommerce-MyAccount-content::after { display: table; clear: both; content: ""; }
.promospirit-store-theme .woocommerce-error,
.promospirit-store-theme .woocommerce-info,
.promospirit-store-theme .woocommerce-message { border: 1px solid var(--ps-border); border-top: 4px solid var(--ps-primary); border-radius: 13px; background: var(--ps-card); box-shadow: 0 5px 18px rgba(16,33,58,.04); }
.promospirit-store-theme .woocommerce-notices-wrapper { width: min(1540px, calc(100% - 64px)); margin: 0 auto 18px; }
.promospirit-store-theme .woocommerce-notices-wrapper:empty { display: none; }
.promospirit-store-theme .woocommerce-message:has(.wcuas-added-cart-confirmation) { align-items: center !important; margin: 18px 0 !important; padding: 15px 18px !important; }
.promospirit-store-theme .woocommerce-message .wcuas-added-cart-actions { margin-left: auto !important; }
.promospirit-store-theme .woocommerce-message .wcuas-added-cart-actions .button { position: static !important; float: none !important; }

/* Footer identity. */
.ps-footer-brand { display: flex; align-items: center; gap: 22px; }
.ps-footer-logo { width: 104px !important; min-width: 104px !important; max-width: 104px !important; height: 104px !important; margin: 0 !important; padding: 9px; border-radius: 20px; object-fit: contain; background: #fff; box-shadow: 0 14px 32px rgba(0,0,0,.18); }
.ps-powered strong { color: #fff; }

/* A roomier, more legible fundraiser thermometer under the store hero. */
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact { width: 100% !important; max-width: none !important; min-height: 126px !important; margin: 12px auto 28px !important; padding: 19px 22px !important; gap: 18px !important; border-radius: 20px !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact .wcuas-fundraiser-icon { flex: 0 0 50px !important; width: 50px !important; height: 50px !important; font-size: 23px !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact h3 { margin-bottom: 2px !important; font-size: 20px !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact p { font-size: 13px !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact .wcuas-fundraiser-progress { margin-top: 11px !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact .wcuas-fundraiser-progress-head { margin-bottom: 7px !important; font-size: 12px !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact .wcuas-fundraiser-progress-values { margin-top: 7px !important; font-size: 10px !important; font-weight: 700 !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact .wcuas-thermometer { position: relative; overflow: visible !important; height: 18px !important; border: 2px solid color-mix(in srgb, var(--ps-button-text) 76%, transparent) !important; border-radius: 999px !important; padding: 3px 4px 3px 15px !important; background: color-mix(in srgb, var(--ps-button-text) 11%, transparent) !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact .wcuas-thermometer::before { left: -7px !important; width: 25px !important; height: 25px !important; border: 3px solid var(--ps-button-text) !important; background: var(--ps-button-text) !important; box-shadow: 0 0 0 4px color-mix(in srgb, var(--ps-button-text) 13%, transparent) !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact .wcuas-thermometer-fill { display: block !important; height: 8px !important; border-radius: 999px !important; background: var(--ps-button-text) !important; box-shadow: 0 0 14px color-mix(in srgb, var(--ps-button-text) 45%, transparent) !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact .wcuas-fundraiser-rate { min-width: 96px !important; padding: 12px 14px !important; border-radius: 14px !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact .wcuas-fundraiser-rate strong { font-size: 24px !important; }
.promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact .wcuas-fundraiser-rate span { font-size: 9px !important; }

@media (max-width: 1220px) {
  body.ps-menu-open { overflow: hidden; }
  .ps-site-header { backdrop-filter: none; }
  .ps-menu-toggle { order: -1; display: inline-flex; flex: 0 0 auto; min-width: 52px; min-height: 52px; margin: 0; justify-content: center; border-width: 2px !important; font-size: 14px; }
  .ps-menu-toggle-icon,.ps-menu-toggle-icon::before,.ps-menu-toggle-icon::after { width: 24px; height: 3px; }
  .ps-menu-toggle-icon::before { top: -8px; }
  .ps-menu-toggle-icon::after { top: 8px; }
  .ps-menu-overlay { position: fixed; z-index: 998; inset: 0; display: block; visibility: hidden; border: 0; padding: 0; opacity: 0; background: rgba(4,15,32,.66); pointer-events: none; transition: opacity .22s ease,visibility .22s ease; }
  body.ps-menu-open .ps-menu-overlay { visibility: visible; opacity: 1; pointer-events: auto; }
  .ps-navigation { position: fixed; z-index: 999; top: 0; bottom: 0; left: 0; display: block; visibility: hidden; overflow-x: hidden; overflow-y: auto; width: min(88vw,390px); max-height: none; border: 0; border-right: 1px solid var(--ps-border); border-radius: 0; padding: 0 18px 28px; background: var(--ps-card); box-shadow: 22px 0 56px rgba(4,15,32,.28); opacity: .98; pointer-events: none; transform: translateX(-105%); transition: transform .24s ease,visibility .24s ease; }
  .ps-navigation.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); }
  .ps-mobile-menu-head { position: sticky; z-index: 2; top: 0; display: flex; min-height: 104px; align-items: center; justify-content: space-between; gap: 14px; margin: 0 -18px 18px; border-bottom: 1px solid var(--ps-border); padding: 16px 18px; background: var(--ps-card); }
  .ps-mobile-menu-brand { display: flex; min-width: 0; align-items: center; gap: 12px; }
  .ps-mobile-menu-brand img { flex: 0 0 58px; width: 58px; height: 58px; border-radius: 12px; padding: 3px; object-fit: contain; background: #fff; }
  .ps-mobile-menu-brand span { display: grid; min-width: 0; }
  .ps-mobile-menu-brand small { color: var(--ps-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .ps-mobile-menu-brand strong { overflow: hidden; color: var(--ps-text); font-size: 16px; font-weight: 900; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
  .ps-mobile-menu-close { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border: 1px solid var(--ps-border); border-radius: 13px; padding: 0; color: var(--ps-primary); background: color-mix(in srgb,var(--ps-primary) 5%,var(--ps-card)); cursor: pointer; }
  .ps-mobile-menu-close span { font-size: 34px; font-weight: 400; line-height: 1; }
  .ps-navigation ul { display: block; }
  .ps-navigation li { width: 100%; margin: 0 0 10px; }
  .ps-navigation a { display: flex; min-height: 60px; align-items: center; border: 1px solid var(--ps-border); border-radius: 14px; padding: 16px 17px; color: var(--ps-text); background: color-mix(in srgb,var(--ps-primary) 3%,var(--ps-card)); font-size: 18px; font-weight: 900; letter-spacing: -.01em; white-space: normal; }
  .ps-navigation a::after { display: none; }
  .ps-navigation a:hover,.ps-navigation a:focus,.ps-navigation .is-current a { border-color: var(--ps-primary); color: var(--ps-button-text); background: var(--ps-primary); outline: none; }
  .ps-mobile-menu-note { display: block; margin-top: 22px; border-top: 1px solid var(--ps-border); padding: 20px 5px 0; color: var(--ps-muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .ps-header-inner { display: flex; min-height: 88px; gap: 16px; }
  .ps-brand { min-width: 0; margin-right: auto; }
  .ps-brand-logo { width: 66px; height: 66px; }
  .ps-hero-grid { grid-template-columns: 1fr; }
  .ps-hero-mark { min-height: 290px; order: -1; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .promospirit-store-theme.single-product .woocommerce div.product { grid-template-columns: 1fr 1fr; gap: 26px; }
  .promospirit-store-theme .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
	.ps-contact-shell { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .promospirit-store-theme.single-product .woocommerce div.product { display: block; }
  .promospirit-store-theme.single-product .woocommerce div.product .summary { margin-top: 26px; }
  .promospirit-store-theme .woocommerce .woocommerce-MyAccount-navigation,
  .promospirit-store-theme .woocommerce .woocommerce-MyAccount-content { float: none; width: 100%; }
  .promospirit-store-theme .woocommerce .woocommerce-MyAccount-navigation { margin-bottom: 18px; }
  .promospirit-store-theme .woocommerce .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; gap: 5px; }
  .promospirit-store-theme .woocommerce .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
  .ps-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .ps-footer-navigation { justify-self: start; }
}
@media (max-width: 620px) {
	.ps-contact-form-grid { grid-template-columns: 1fr; }
	.wcuas-customer-issue-choices { grid-template-columns: 1fr; }
	.wcuas-customer-issue-history > div { flex-direction: column; gap: 1px; }
  .ps-shell { width: min(100% - 28px, 1540px); }
  .ps-brand { min-width: 0; }
  .ps-brand-logo { width: 58px; height: 58px; }
  .ps-brand-name { max-width: 175px; font-size: 17px; }
  .ps-brand-tagline { font-size: 8px; letter-spacing: .8px; }
  .ps-cart-link { padding: 10px 12px; }
  .ps-cart-label { display: none; }
  .ps-header-inner { gap: 10px; }
  .ps-menu-toggle { margin: 0; padding: 10px 12px; }
  .ps-hero { padding-top: 34px; }
  .ps-hero-mark { min-height: 230px; }
  .ps-support-card { grid-template-columns: 1fr; }
  .ps-support-stat { justify-self: start; text-align: left; }
  .ps-section-head, .ps-footer-grid { display: block; }
  .ps-footer-navigation { margin-top: 30px; }
  .ps-footer-links { grid-template-columns: 1fr 1fr; }
  .ps-powered { display: grid; gap: 6px; }
  .ps-details { grid-template-columns: 1fr; }
  .woocommerce ul.products { gap: 12px; }
  .woocommerce ul.products li.product { padding: 10px 10px 14px; }
  .ps-home-storefront { padding-top: 14px; }
  .ps-shop-heading { display: block; margin-top: 25px; }
  .ps-shop-heading .ps-button { width: 100%; margin-top: 16px; }
  .promospirit-store-theme .wcuas-store-hero { min-height: 220px; border-radius: 18px; }
  .promospirit-store-theme .wcuas-store-hero-title { font-size: 31px !important; }
  .promospirit-store-theme .woocommerce-products-header { padding: 18px; border-radius: 14px; }
  .promospirit-store-theme .woocommerce-products-header__title.page-title { font-size: 28px; }
  .promospirit-store-theme .wcuas-storefront-top-stack,
  .promospirit-store-theme .woocommerce-notices-wrapper { width: calc(100% - 28px) !important; }
  .promospirit-store-theme .wcuas-storefront-category-nav { top: 100px; }
  .promospirit-store-theme .wcuas-storefront-section-products:has(> li:first-child:last-child),
  .promospirit-store-theme .wcuas-storefront-section-products:has(> li:nth-child(2):last-child),
  .promospirit-store-theme .wcuas-storefront-section-products:has(> li:nth-child(3):last-child) { grid-template-columns: repeat(2, minmax(0,1fr)) !important; justify-content: stretch; }
  .promospirit-store-theme .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 3.9em; font-size: 13px; }
  .promospirit-store-theme.single-product .woocommerce div.product { padding: 14px; border-radius: 18px; }
  .promospirit-store-theme.single-product .woocommerce div.product .product_title { font-size: 30px; }
  .ps-footer-brand { align-items: flex-start; }
  .ps-footer-logo { width: 70px !important; min-width: 70px !important; max-width: 70px !important; height: 70px !important; }
  .promospirit-store-theme .wcuas-fundraiser-card.wcuas-support-compact { width: calc(100% - 16px) !important; min-height: 0 !important; margin: 6px 8px 14px !important; padding: 10px 11px !important; border-radius: 12px !important; }
}
@media (max-width: 460px) {
  .ps-menu-toggle { width: 52px; padding: 0; }
  .ps-menu-toggle > span:last-child { display: none; }
  .ps-brand-name { max-width: 126px; }
  .ps-brand-tagline { display: none; }
  .ps-navigation { width: min(92vw,390px); }
}
