/*
Theme Name: PowerShield Armenia EV Preview
Theme URI: https://powershield.am/
Author: PowerShield Armenia
Description: WooCommerce theme for PowerShield Armenia.
Version: 3.7.1
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: powershield-armenia
*/

:root {
  --ps-ink: #111827;
  --ps-muted: #5d6675;
  --ps-line: #dde3ea;
  --ps-paper: #ffffff;
  --ps-soft: #f5f7fa;
  --ps-red: #2f80ed;
  --ps-red-dark: #1f68c7;
  --ps-navy: #0d1424;
  --ps-navy-soft: #151d31;
  --ps-green: #087a55;
  --ps-action: #2c3246;
  --ps-action-hover: #202533;
  --ps-shadow: 0 12px 32px rgba(23, 33, 43, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--ps-ink);
  background: var(--ps-paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: clip;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.woocommerce, .woocommerce-page, main, section, article { min-width: 0; }
button, input, select, textarea { max-width: 100%; font: inherit; }
a, button, input, select, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid #f4b400; outline-offset: 3px; }
.ps-container { width: min(1240px, calc(100% - 32px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.ps-site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 50;
  color: #ffffff;
  background: var(--ps-navy);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.admin-bar .ps-site-header { top: 32px !important; }
.ps-header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(245px, auto) minmax(280px, 1fr) auto;
  align-items: center;
  gap: 20px;
}
.ps-brand { min-height: 54px; display: flex; align-items: center; gap: 12px; text-decoration: none; }
.ps-brand-logo { display: block; flex: 0 0 54px; width: 54px; height: 54px; object-fit: contain; }
.custom-logo { width: 54px; height: 54px; object-fit: contain; }
.ps-brand-copy strong { display: block; font-size: 18px; }
.ps-brand-copy span { display: block; color: #b9c3d4; font-size: 12px; }
.ps-search-form { display: grid; grid-template-columns: 1fr 48px; width: 100%; }
.ps-search-form input {
  min-width: 0;
  min-height: 46px;
  padding: 0 14px;
  color: #000000;
  border: 2px solid var(--ps-action);
  border-right: 0;
  border-radius: 6px 0 0 6px;
  font: inherit;
}
.ps-search-form button { display: inline-flex; align-items: center; justify-content: center; color: #ffffff; background: var(--ps-action); border: 0; border-radius: 0 6px 6px 0; cursor: pointer; text-align: center; }
.ps-search-form button:hover, .ps-search-form button:focus-visible { color: #ffffff; background: var(--ps-action-hover); }
.ps-nav-row { background: var(--ps-navy-soft); border-top: 1px solid rgba(255,255,255,.12); }
.ps-nav-inner { min-height: 48px; display: grid; grid-template-columns: 210px minmax(0, 1fr) 210px; align-items: stretch; gap: 16px; }
.ps-nav-inner::after { content: ""; display: block; }
.ps-nav { display: flex; align-items: stretch; justify-content: center; gap: 8px; min-width: 0; }
.ps-nav a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; text-align: center; text-decoration: none; font-size: 14px; font-weight: 700; line-height: 1.2; }
.ps-nav a:hover, .ps-nav a:focus-visible { color: #ffffff; background: #202533; }
.ps-categories { position: relative; align-self: stretch; }
.ps-categories summary { min-width: 210px; height: 100%; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 0 16px; color: #ffffff; background: var(--ps-action); cursor: pointer; font-weight: 900; text-align: center; line-height: 1.2; list-style: none; }
.ps-categories summary:hover, .ps-categories summary:focus-visible { color: #ffffff; background: var(--ps-action-hover); }
.ps-categories summary::-webkit-details-marker { display: none; }
.ps-category-menu { position: absolute; top: 100%; left: 0; z-index: 80; width: min(360px, calc(100vw - 22px)); max-height: 70vh; overflow: auto; padding: 9px 0; background: white; border: 1px solid var(--ps-line); box-shadow: var(--ps-shadow); }
.ps-category-menu ul { margin: 0; padding: 0; list-style: none; }
.ps-category-menu a { display: block; padding: 9px 15px; color: var(--ps-ink); text-decoration: none; font-size: 14px; }
.ps-category-menu a:hover { color: var(--ps-red); background: var(--ps-soft); }
.ps-header-actions { display: flex; align-items: center; gap: 10px; }
.ps-account-link { color: #ffffff; text-decoration: none; font-weight: 800; }
.ps-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
  color: #ffffff;
  background: var(--ps-action);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
.ps-cart-count { min-width: 22px; text-align: center; color: var(--ps-ink); background: white; border-radius: 999px; }

.ps-hero {
  color: #ffffff;
  background-color: #07101f;
  background-image:
    linear-gradient(90deg, rgba(5,12,25,.98) 0%, rgba(5,12,25,.94) 38%, rgba(5,12,25,.46) 68%, rgba(5,12,25,.12) 100%),
    url("assets/ev-chargers-hero.jpg");
  background-repeat: no-repeat;
  background-position: center, right center;
  background-size: cover, auto 100%;
  border-bottom: 1px solid rgba(47,128,237,.42);
}
.ps-hero-inner {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  padding-block: 72px;
  overflow: hidden;
}
.ps-hero-copy-wrap { position: relative; z-index: 2; width: min(700px, 56%); }
.ps-kicker { margin: 0 0 14px; color: #64a8ff; font-weight: 900; text-transform: uppercase; font-size: 14px; letter-spacing: .08em; }
.ps-hero h1 { max-width: 700px; margin: 0; color: #ffffff; font-size: clamp(44px, 4vw, 64px); line-height: 1.04; letter-spacing: -.02em; overflow-wrap: anywhere; text-shadow: 0 4px 24px rgba(0,0,0,.32); }
.ps-hero-copy { max-width: 660px; margin: 22px 0 0; color: #d4deec; font-size: 18px; line-height: 1.65; }
.ps-hero .ps-button { min-height: 48px; padding-inline: 22px; background: #2f80ed; box-shadow: 0 8px 24px rgba(47,128,237,.28); }
.ps-hero .ps-button:hover, .ps-hero .ps-button:focus-visible { background: #1f68c7; }
.ps-hero .ps-button-secondary { color: #ffffff; background: rgba(9,19,36,.68); border: 1px solid rgba(100,168,255,.72); box-shadow: none; }
.ps-hero .ps-button-secondary:hover, .ps-hero .ps-button-secondary:focus-visible { background: rgba(47,128,237,.25); border-color: #64a8ff; }
.ps-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.ps-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  background: var(--ps-action);
  text-decoration: none;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
}
.ps-button, .ps-search-form button, .ps-categories summary, .ps-cart-link, .ps-brand-pill,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .wc-block-components-button, .wp-element-button {
  transition: background-color .3s linear, color .3s linear, border-color .3s linear;
}
.ps-button:hover, .ps-button:focus-visible,
.woocommerce a.button:hover, .woocommerce a.button:focus-visible,
.woocommerce button.button:hover, .woocommerce button.button:focus-visible,
.woocommerce input.button:hover, .woocommerce input.button:focus-visible,
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus-visible { color: #ffffff; background: var(--ps-action-hover); }
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.wc-block-components-button, .wp-element-button { color: #ffffff !important; background: var(--ps-action) !important; }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.wc-block-components-button:hover, .wp-element-button:hover { color: #ffffff !important; background: var(--ps-action-hover) !important; }
.ps-button-secondary { color: var(--ps-ink); background: white; border: 1px solid var(--ps-line); }
.ps-button-secondary:hover { color: var(--ps-ink); background: #e9eef0; }
.ps-section { padding-block: 58px; }
.ps-section-soft { background: var(--ps-soft); border-block: 1px solid var(--ps-line); }
.ps-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.ps-section-head h2 { margin: 0; font-size: 30px; }
.ps-section-head p { max-width: 650px; margin: 7px 0 0; color: var(--ps-muted); }
.ps-trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.ps-trust-item { padding: 18px; background: white; border: 1px solid var(--ps-line); border-radius: 7px; }
.ps-trust-item strong { display: block; margin-bottom: 7px; }
.ps-trust-item p { margin: 0; color: var(--ps-muted); font-size: 14px; }
.ps-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ps-category {
  min-height: 190px;
  display: grid;
  grid-template-rows: 1fr auto;
  color: var(--ps-ink);
  background: white;
  border: 1px solid var(--ps-line);
  border-radius: 7px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color .3s linear, box-shadow .3s linear;
}
.ps-category:hover, .ps-category:focus-visible { border-color: #2f80ed; box-shadow: 0 10px 24px rgba(17,24,39,.10); }
.ps-category-media { min-height: 135px; display: grid; place-items: center; background: var(--ps-soft); }
.ps-category-media img { width: 100%; height: 150px; padding: 10px; object-fit: contain; }
.ps-category-media span { color: var(--ps-red); font-size: 36px; font-weight: 900; }
.ps-category strong { display: flex; align-items: center; justify-content: center; padding: 13px; font-size: 15px; text-align: center; line-height: 1.25; }
.ps-brands-section { background: #eef3f8; border-block: 1px solid #d8e1eb; }
.ps-brand-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); gap: 12px; }
.ps-brand-pill {
  min-width: 0;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  padding: 10px 12px;
  color: var(--ps-ink);
  background: #ffffff;
  border: 1px solid #d8e1eb;
  border-radius: 7px;
  box-shadow: 0 4px 14px rgba(17,24,39,.05);
  text-align: left;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .3s linear, background-color .3s linear, color .3s linear, border-color .3s linear, box-shadow .3s linear;
}
.ps-brand-pill:hover, .ps-brand-pill:focus-visible { color: var(--ps-ink); background: #ffffff; border-color: #2f80ed; box-shadow: 0 10px 24px rgba(17,24,39,.12); transform: translateY(-3px); }
.ps-brand-mark { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; color: #1f68c7; background: #e8f1ff; border: 1px solid #cfe0fa; border-radius: 6px; font-size: 18px; font-weight: 900; }
.ps-brand-name { min-width: 0; overflow-wrap: anywhere; }

.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto; margin: 0; padding: 0 0 16px; border: 1px solid var(--ps-line); border-radius: 7px; overflow: hidden; background: white; transition: background-color .3s linear, border-color .3s linear, box-shadow .3s linear, transform .3s linear; }
.woocommerce ul.products li.product:hover { border-color: #2f80ed; box-shadow: 0 12px 28px rgba(17,24,39,.10); }
.woocommerce ul.products li.product { display: flex; flex-direction: column; }
.woocommerce ul.products li.product > .button { margin-top: auto; }
.woocommerce ul.products li.product a img { width: 100%; height: 250px; margin: 0 0 14px; padding: 14px; object-fit: contain; background: white; transition: filter .3s linear, background-color .3s linear; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-inline: 14px; }
.woocommerce ul.products li.product .small { margin: 0 14px 3px; color: #2f80ed; font-size: 12px; font-weight: 900; text-transform: uppercase; }
@media (hover: hover) and (pointer: fine) {
  .woocommerce ul.products li.product:hover {
    background: #e3e7ed;
    border-color: #2c3246;
    box-shadow: 0 14px 30px rgba(17,24,39,.18);
    transform: translateY(-2px);
  }
  .woocommerce ul.products li.product:hover a img {
    background: #edf0f4;
    filter: brightness(.88);
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 52px; color: var(--ps-ink); font-size: 16px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce div.product .product_title { overflow-wrap: anywhere; }
.woocommerce ul.products li.product .price { color: var(--ps-ink); font-size: 18px; font-weight: 900; }
.woocommerce span.onsale { min-width: 0; min-height: 0; padding: 5px 9px; border-radius: 4px; background: var(--ps-red); line-height: 1.2; }
.woocommerce div.product { padding-block: 44px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ps-ink); font-size: 24px; font-weight: 900; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--ps-green); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--ps-green); }
.ps-content { min-height: 55vh; padding-block: 44px; }
.ps-content h1 { font-size: 36px; }
.ps-shop-filters {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) minmax(180px, .8fr) auto;
  gap: 10px;
  width: 100%;
  margin: 0 0 22px;
  padding: 14px;
  background: var(--ps-soft);
  border: 1px solid var(--ps-line);
  border-radius: 7px;
}
.ps-shop-filters input, .ps-shop-filters select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  color: #000000;
  background: white;
  border: 1px solid var(--ps-line);
  border-radius: 6px;
}
.ps-search-form input:hover, .ps-search-form input:focus,
.ps-shop-filters input:hover, .ps-shop-filters input:focus,
.ps-shop-filters select:hover, .ps-shop-filters select:focus,
.woocommerce form .form-row input.input-text:hover, .woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:hover, .woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:hover, .woocommerce form .form-row select:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default .select2-selection--single:hover {
  color: #000000;
  border-color: var(--ps-action) !important;
  box-shadow: 0 0 0 1px var(--ps-action);
  outline: none !important;
}
.ps-search-form input, .ps-shop-filters input, .ps-shop-filters select,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce form .form-row select, .select2-container .select2-selection {
  outline: none !important;
}
.woocommerce .woocommerce-result-count { color: var(--ps-muted); }
.woocommerce table.shop_table { width: 100%; }
.woocommerce-cart-form, .woocommerce-order-details { max-width: 100%; overflow-x: auto; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 44px; color: #000000; }
.select2-container { max-width: 100%; }

.ps-checkout-security {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  margin: 0 0 20px;
  padding: 16px;
  color: var(--ps-ink);
  background: #eef7ff;
  border: 1px solid #b8daf7;
  border-radius: 7px;
}
.ps-checkout-security .dashicons { width: 32px; height: 32px; color: #1f68c7; font-size: 32px; line-height: 32px; }
.ps-checkout-security h3 { margin: 0 0 6px; color: var(--ps-ink); font-size: 18px; }
.ps-checkout-security p { margin: 0; color: #344054; line-height: 1.55; }
.ps-checkout-security .ps-checkout-security-note { margin-top: 7px; font-size: 13px; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin: 16px 0;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--ps-line);
  border-radius: 7px;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row { margin: 0; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label { color: var(--ps-ink); font-weight: 700; line-height: 1.5; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] { width: 18px; height: 18px; margin: 2px 7px 0 0; accent-color: var(--ps-action); vertical-align: top; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a { color: #155fa0; text-decoration: underline; text-underline-offset: 2px; }
.ps-content h2 { margin-top: 1.5em; font-size: clamp(22px, 3vw, 28px); }
.ps-content li + li { margin-top: 7px; }

.ps-site-footer { color: white; background: var(--ps-navy); }
.ps-footer-main { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 30px; padding-block: 44px; }
.ps-site-footer h2, .ps-site-footer h3 { margin-top: 0; }
.ps-site-footer p { color: #c7d0d7; }
.ps-site-footer a { color: white; }
.ps-footer-links { display: grid; gap: 8px; align-content: start; }
.ps-footer-contact-actions { display: grid; gap: 9px; align-content: start; }
.ps-footer-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 6px;
  color: #ffffff !important;
  background: var(--ps-action);
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color .3s linear, border-color .3s linear;
}
.ps-footer-action:hover, .ps-footer-action:focus-visible { color: #ffffff !important; background: var(--ps-action-hover); border-color: rgba(255,255,255,.35); }
.ps-footer-action-whatsapp { background: #087a55; }
.ps-footer-action-whatsapp:hover, .ps-footer-action-whatsapp:focus-visible { background: #066643; }
.ps-footer-action .dashicons { width: 20px; height: 20px; font-size: 20px; line-height: 20px; }
.ps-footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.15); color: #c7d0d7; font-size: 13px; }
.ps-payment-logos { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.ps-payment-logo { width: 68px; height: 38px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; background: #ffffff; border: 1px solid rgba(255,255,255,.35); border-radius: 5px; box-shadow: 0 3px 10px rgba(0,0,0,.14); }
.ps-payment-logo img { display: block; width: 100%; height: 100%; padding: 7px; object-fit: contain; }
.ps-payment-mastercard img { padding: 5px 9px; }
.ps-payment-arca img { padding: 8px 7px; }
.ps-payment-amex img { padding: 4px 18px; }
.ps-mobile-nav { display: none; }
/* The dedicated WhatsApp plugin is intentionally hidden on the storefront. */
#ht-ctc-chat, .ht-ctc-chat, [class*="ht-ctc-chat"] { display: none !important; }
#moderncart-floating-cart { display: none !important; }

@media (min-width: 1440px) {
  .ps-container { width: min(1380px, calc(100% - 64px)); }
  .woocommerce ul.products { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .ps-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1180px) {
  .ps-header-inner { grid-template-columns: minmax(205px, auto) minmax(260px, 1fr) auto; gap: 14px; }
  .ps-brand-copy strong { font-size: 16px; }
  .ps-account-link { display: none; }
  .ps-nav-inner { grid-template-columns: 190px minmax(0, 1fr); gap: 10px; }
  .ps-nav-inner::after { display: none; }
  .ps-categories summary { min-width: 190px; }
  .ps-nav { gap: 2px; }
  .ps-nav a { padding-inline: 7px; font-size: 13px; }
}

@media (max-width: 980px) {
  .ps-header-inner { grid-template-columns: 1fr auto; padding-block: 10px; }
  .ps-search-form { grid-column: 1 / -1; grid-row: 2; }
  .ps-nav { justify-content: flex-start; overflow-x: auto; }
  .ps-hero { background-position: center, 72% center; background-size: cover, auto 100%; }
  .ps-hero-inner { min-height: 540px; }
  .ps-hero-copy-wrap { width: min(640px, 66%); }
  .ps-hero h1 { font-size: 48px; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ps-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 782px) {
  .admin-bar .ps-site-header { top: 46px !important; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: 100%; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { float: none; width: 100%; }
  #customer_details, #order_review, #order_review_heading { width: 100%; }
}
@media (max-width: 700px) {
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .ps-container { width: min(100% - 22px, 1240px); }
  .ps-header-inner { min-height: 68px; gap: 10px; }
  .ps-brand-copy span { display: none; }
  .ps-account-link { display: none; }
  .ps-cart-link { padding: 0 10px; }
  .ps-nav-inner { grid-template-columns: 1fr; gap: 0; }
  .ps-categories { width: 100%; }
  .ps-categories summary { min-width: 0; width: 100%; justify-content: center; }
  .ps-nav { display: none; }
  .ps-hero {
    background-image:
      linear-gradient(180deg, rgba(5,12,25,.98) 0%, rgba(5,12,25,.92) 54%, rgba(5,12,25,.24) 100%),
      url("assets/ev-chargers-hero.jpg");
    background-position: center, 70% bottom;
    background-size: cover, auto 54%;
  }
  .ps-hero-inner { min-height: 760px; align-items: flex-start; padding: 46px 0 300px; }
  .ps-hero-copy-wrap { width: 100%; }
  .ps-hero h1 { max-width: 620px; font-size: 40px; line-height: 1.08; }
  .ps-hero-copy { font-size: 16px; }
  .ps-section { padding-block: 40px; }
  .ps-section-head { display: block; }
  .woocommerce ul.products,
  .woocommerce.columns-2 ul.products,
  .woocommerce.columns-3 ul.products,
  .woocommerce.columns-4 ul.products,
  .woocommerce.columns-5 ul.products {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
  .woocommerce ul.products li.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .ps-new-products .woocommerce { width: 100%; max-width: 100%; }
  .ps-new-products .woocommerce ul.products,
  .ps-new-products .woocommerce.columns-4 ul.products {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 8px !important;
    margin: 0 !important;
  }
  .ps-new-products .woocommerce ul.products li.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 0 !important;
    padding: 6px 6px 8px !important;
    text-align: center;
  }
  .ps-new-products .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    width: 100%;
    display: block !important;
  }
  .ps-new-products .woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
    width: 100%;
    height: 135px;
    margin: 0 0 5px !important;
    padding: 4px;
    object-fit: contain;
  }
  .ps-new-products .woocommerce ul.products li.product .small,
  .ps-new-products .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .ps-new-products .woocommerce ul.products li.product .price {
    width: 100%;
    margin-inline: 0;
    text-align: center;
  }
  .ps-new-products .woocommerce ul.products li.product .small { margin-bottom: 1px !important; }
  .ps-new-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 0 !important;
    margin-bottom: 3px !important;
    font-size: 14px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .ps-new-products .woocommerce ul.products li.product .price { margin-top: 0 !important; margin-bottom: 0 !important; line-height: 1.2; }
  .ps-new-products .woocommerce ul.products li.product > .button {
    width: 100%;
    min-height: 36px;
    margin: 4px 0 0 !important;
    padding-block: 5px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    font-size: 14px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .woocommerce ul.products li.product a img { height: 135px; padding: 6px; }
  .woocommerce ul.products li.product .button { width: calc(100% - 28px); min-height: 44px; margin-inline: 14px; padding-inline: 10px; font-size: 14px; text-align: center; }
  .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .small { margin-inline: 14px; }
  .ps-category-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .ps-brand-list {
    grid-template-rows: repeat(2, 64px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(155px, 42vw);
    gap: 9px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .ps-brand-list::-webkit-scrollbar { display: none; }
  .ps-brand-pill { min-height: 64px; scroll-snap-align: start; }
  .ps-footer-main { grid-template-columns: 1fr; }
  .ps-footer-bottom { justify-content: center; flex-direction: column; text-align: center; }
  .ps-shop-filters { grid-template-columns: 1fr; }
  .ps-mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    min-height: 62px;
    padding-bottom: env(safe-area-inset-bottom);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: white;
    border-top: 1px solid var(--ps-line);
    box-shadow: 0 -8px 20px rgba(23,33,43,.1);
  }
  .ps-mobile-nav a { display: grid; place-items: center; align-content: center; gap: 2px; color: var(--ps-ink); text-decoration: none; font-size: 11px; }
  .ps-mobile-nav .dashicons { width: 22px; height: 22px; font-size: 22px; }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { padding-inline: 8px; }
  .woocommerce .quantity .qty { min-height: 42px; }
}

@media (max-width: 480px) {
  .ps-container { width: min(100% - 18px, 1240px); }
  .ps-brand-logo { width: 46px; height: 46px; }
  .ps-brand-copy strong { font-size: 15px; }
  .ps-cart-link { min-height: 40px; font-size: 13px; }
  .ps-search-form { grid-template-columns: 1fr 44px; }
  .ps-search-form input { min-height: 44px; padding-inline: 10px; font-size: 14px; }
  .ps-hero { background-position: center, 68% bottom; background-size: cover, auto 45%; }
  .ps-hero-inner { min-height: 750px; padding: 38px 0 270px; }
  .ps-hero h1 { font-size: 34px; }
  .ps-actions { display: grid; grid-template-columns: 1fr; }
  .ps-actions .ps-button { width: 100%; }
  .ps-section-head h2 { font-size: 26px; }
  .ps-trust-grid { grid-template-columns: 1fr; }
  .ps-category strong { padding: 10px; font-size: 13px; }
  .ps-category-media, .ps-category-media img { min-height: 115px; height: 115px; }
  .ps-brand-pill { padding: 8px 9px; font-size: 13px; }
  .ps-brand-mark { flex-basis: 36px; width: 36px; height: 36px; font-size: 16px; }
  .ps-content { padding-block: 28px; }
  .ps-content h1 { font-size: 30px; }
  .ps-new-products { padding-block: 26px; }
  .ps-new-products .woocommerce ul.products li.product .woocommerce-LoopProduct-link img { height: 120px; }
  .ps-new-products .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 13px; }
}

@media (max-width: 360px) {
  .ps-brand-copy { display: none; }
  .ps-hero h1 { font-size: 30px; }
  .woocommerce ul.products, .ps-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .woocommerce ul.products li.product a img { height: 115px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; }
}

@media (max-height: 560px) and (orientation: landscape) {
  .ps-hero-inner { min-height: 520px; padding-block: 34px; }
  .ps-hero h1 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.ps-carousel-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.ps-carousel-actions > a { margin-left: 6px; }

.ps-carousel-button {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: #2c3246;
  color: #fff;
  cursor: pointer;
  transition: background-color .3s linear, opacity .3s linear;
}

.ps-carousel-button:hover,
.ps-carousel-button:focus-visible { background: #202533; color: #fff; }
.ps-carousel-button:disabled { opacity: .36; cursor: default; }
.ps-carousel-button .dashicons { width: 22px; height: 22px; font-size: 22px; line-height: 22px; }

.ps-product-carousel { min-width: 0; overflow: hidden; }
.ps-product-carousel .woocommerce { width: 100%; max-width: 100%; }
.ps-product-carousel .woocommerce ul.products,
.ps-new-products .ps-product-carousel .woocommerce ul.products {
  width: 100% !important;
  display: flex !important;
  grid-template-columns: none !important;
  align-items: stretch !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ps-product-carousel .woocommerce ul.products::-webkit-scrollbar { display: none; }

.ps-product-carousel .woocommerce ul.products li.product,
.ps-new-products .ps-product-carousel .woocommerce ul.products li.product {
  flex: 0 0 calc((100% - 54px) / 4) !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-width: 980px) {
  .ps-product-carousel .woocommerce ul.products li.product,
  .ps-new-products .ps-product-carousel .woocommerce ul.products li.product {
    flex-basis: calc((100% - 36px) / 3) !important;
  }
}

@media (max-width: 700px) {
  .ps-new-products .ps-section-head { align-items: flex-end; }
  .ps-carousel-actions { gap: 6px; }
  .ps-carousel-actions > a { width: 100%; margin: 2px 0 0; text-align: right; }
  .ps-product-carousel .woocommerce ul.products,
  .ps-new-products .ps-product-carousel .woocommerce ul.products { gap: 8px !important; }
  .ps-product-carousel .woocommerce ul.products li.product,
  .ps-new-products .ps-product-carousel .woocommerce ul.products li.product {
    flex-basis: calc((100% - 8px) / 2) !important;
  }
}

@media (max-width: 420px) {
  .ps-new-products .ps-section-head { display: grid; grid-template-columns: 1fr auto; gap: 12px 8px; }
  .ps-new-products .ps-section-head > div:first-child { grid-column: 1 / -1; }
  .ps-new-products .ps-section-head .ps-carousel-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 44px 44px 1fr; }
  .ps-carousel-actions > a { width: auto; margin: 0; align-self: center; text-align: right; }
}
