/*
 * Punto Solar — WooCommerce visual system
 * Version 0.3.0
 */

:root {
  --ps-ink: #152821;
  --ps-muted: #5d6f68;
  --ps-cream: #f6f5ef;
  --ps-white: #ffffff;
  --ps-line: #dce5df;
  --ps-green-950: #062a21;
  --ps-green-900: #0a3b2e;
  --ps-green-800: #11533e;
  --ps-green-700: #16704e;
  --ps-green-500: #36a967;
  --ps-lime: #b9dc42;
  --ps-yellow: #f7cb45;
  --ps-shadow-sm: 0 12px 34px rgba(11, 55, 42, .09);
  --ps-shadow: 0 24px 65px rgba(11, 55, 42, .13);
  --ps-radius-xl: 30px;
  --ps-radius-lg: 22px;
  --ps-radius-md: 15px;
  --ps-container: min(1180px, calc(100% - 40px));
}

body.punto-solar-commerce {
  color: var(--ps-ink);
  background: var(--ps-cream);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.punto-solar-commerce * { box-sizing: border-box; }
body.punto-solar-commerce a { color: inherit; }
body.punto-solar-commerce img { border-radius: 0; }
body.punto-solar-commerce img:not(.attachment-woocommerce_thumbnail):not(.wp-post-image) { height: auto; }
body.punto-solar-commerce h1,
body.punto-solar-commerce h2,
body.punto-solar-commerce h3,
body.punto-solar-commerce h4 { color: var(--ps-ink); font-weight: 850; letter-spacing: -.025em; }

/* ---------- Storefront shell ---------- */
body.punto-solar-commerce .site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 0;
  color: var(--ps-ink);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(10,59,46,.1);
  box-shadow: 0 8px 30px rgba(11,55,42,.045);
  backdrop-filter: blur(16px);
}

body.admin-bar.punto-solar-commerce .site-header { top: 32px; }
body.punto-solar-commerce .site-header .col-full,
body.punto-solar-commerce .site-content > .col-full,
body.punto-solar-commerce .site-footer > .col-full {
  width: var(--ps-container);
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

body.punto-solar-commerce .site-header .col-full {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}

body.punto-solar-commerce .site-branding {
  width: auto;
  min-width: max-content;
  margin: 0 auto 0 0;
  padding: 18px 0;
}

body.punto-solar-commerce .site-branding .site-title { margin: 0; }
body.punto-solar-commerce .site-description { display: none; }

body.punto-solar-commerce .site-search {
  width: min(320px, 31vw);
  margin: 0;
}
body.punto-solar-commerce .site-search .widget_product_search form::before { color: var(--ps-green-700); }
body.punto-solar-commerce .site-search input[type="search"] {
  height: 45px;
  padding: 10px 42px 10px 16px;
  color: var(--ps-ink);
  background: #f3f7f4;
  border: 1px solid var(--ps-line);
  border-radius: 999px;
  box-shadow: none;
}
body.punto-solar-commerce .site-search input[type="search"]:focus {
  background: var(--ps-white);
  border-color: var(--ps-green-500);
  box-shadow: 0 0 0 4px rgba(54,169,103,.13);
  outline: 0;
}

body.punto-solar-commerce .storefront-primary-navigation {
  width: 100%;
  margin-top: 0;
  background: var(--ps-green-900);
}
body.punto-solar-commerce .storefront-primary-navigation > .col-full {
  min-height: 54px;
}
body.punto-solar-commerce .main-navigation { width: auto; margin-right: auto; }
body.punto-solar-commerce .main-navigation ul.menu > li > a,
body.punto-solar-commerce .main-navigation ul.nav-menu > li > a {
  padding: 17px 16px;
  color: rgba(255,255,255,.87);
  font-size: 14px;
  font-weight: 750;
}
body.punto-solar-commerce .main-navigation ul li a:hover,
body.punto-solar-commerce .main-navigation ul li.current-menu-item > a { color: var(--ps-lime); }
body.punto-solar-commerce .site-header-cart { width: auto; margin: 0; }
body.punto-solar-commerce .site-header-cart .cart-contents {
  min-height: 54px;
  padding: 17px 0 17px 22px;
  color: var(--ps-white);
  font-weight: 800;
}
body.punto-solar-commerce .site-header-cart .cart-contents::after { color: var(--ps-lime); }
body.punto-solar-commerce .site-header-cart .widget_shopping_cart {
  color: var(--ps-ink);
  background: var(--ps-white);
  border-radius: 0 0 16px 16px;
  box-shadow: var(--ps-shadow);
}
body.punto-solar-commerce .site-header-cart .widget_shopping_cart a { color: var(--ps-ink); }

body.punto-solar-commerce .site-content { padding: 0 0 90px; }
body.punto-solar-commerce .content-area { width: 100%; float: none; margin: 0; }
body.punto-solar-commerce .widget-area { display: none; }
body.punto-solar-commerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 20px 0;
  color: #74847e;
  font-size: 12px;
  font-weight: 700;
}
body.punto-solar-commerce .woocommerce-breadcrumb a { color: var(--ps-green-700); }
body.punto-solar-commerce .woocommerce-products-header { display: none; }

/* ---------- Shared controls ---------- */
body.punto-solar-commerce .button,
body.punto-solar-commerce button,
body.punto-solar-commerce input[type="button"],
body.punto-solar-commerce input[type="reset"],
body.punto-solar-commerce input[type="submit"],
body.punto-solar-commerce .wp-element-button,
body.punto-solar-commerce .wc-block-components-button {
  min-height: 48px;
  padding: 12px 22px;
  color: var(--ps-white);
  background: var(--ps-green-700);
  border: 1px solid var(--ps-green-700);
  border-radius: 999px;
  box-shadow: none;
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body.punto-solar-commerce .button:hover,
body.punto-solar-commerce button:hover,
body.punto-solar-commerce input[type="submit"]:hover,
body.punto-solar-commerce .wp-element-button:hover,
body.punto-solar-commerce .wc-block-components-button:hover {
  color: var(--ps-white);
  background: var(--ps-green-900);
  border-color: var(--ps-green-900);
  transform: translateY(-1px);
  box-shadow: 0 12px 25px rgba(22,112,78,.18);
}
body.punto-solar-commerce .button.alt,
body.punto-solar-commerce button.alt,
body.punto-solar-commerce input[type="button"].alt,
body.punto-solar-commerce input[type="reset"].alt,
body.punto-solar-commerce input[type="submit"].alt,
body.punto-solar-commerce .wc-block-components-button:not(.is-link) { background: var(--ps-green-700); border-color: var(--ps-green-700); }
body.punto-solar-commerce .ps-button-secondary {
  color: var(--ps-green-900) !important;
  background: rgba(255,255,255,.74) !important;
  border-color: rgba(10,59,46,.18) !important;
}
body.punto-solar-commerce .ps-button-secondary:hover {
  color: var(--ps-green-900) !important;
  background: var(--ps-white) !important;
}

body.punto-solar-commerce input[type="text"],
body.punto-solar-commerce input[type="email"],
body.punto-solar-commerce input[type="tel"],
body.punto-solar-commerce input[type="password"],
body.punto-solar-commerce input[type="number"],
body.punto-solar-commerce input[type="search"],
body.punto-solar-commerce select,
body.punto-solar-commerce textarea,
body.punto-solar-commerce .input-text,
body.punto-solar-commerce .wc-block-components-text-input input,
body.punto-solar-commerce .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  color: var(--ps-ink);
  background: var(--ps-white);
  border: 1px solid #cfdad4;
  border-radius: 11px;
  box-shadow: none;
}
body.punto-solar-commerce input:focus,
body.punto-solar-commerce select:focus,
body.punto-solar-commerce textarea:focus {
  border-color: var(--ps-green-500);
  box-shadow: 0 0 0 4px rgba(54,169,103,.12);
  outline: 0;
}

/* ---------- Catalogue hero ---------- */
.ps-shop-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 52px;
  align-items: center;
  margin: 8px 0 42px;
  padding: 58px;
  overflow: hidden;
  border: 1px solid rgba(10,59,46,.08);
  border-radius: var(--ps-radius-xl);
  background:
    radial-gradient(circle at 12% 10%, rgba(185,220,66,.28), transparent 29%),
    radial-gradient(circle at 93% 2%, rgba(247,203,69,.25), transparent 27%),
    linear-gradient(135deg, #f8fbef 0%, #f1f7f2 55%, #e2f2eb 100%);
  box-shadow: var(--ps-shadow-sm);
}
.ps-shop-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -170px;
  bottom: -245px;
  width: 520px;
  height: 520px;
  border: 85px solid rgba(22,112,78,.07);
  border-radius: 50%;
}
.ps-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ps-green-700);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ps-shop-hero h1 {
  max-width: 700px;
  margin: 0 0 17px;
  font-size: clamp(43px, 5.4vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
}
.ps-shop-hero__description { max-width: 690px; color: var(--ps-muted); font-size: 16px; }
.ps-shop-hero__description p { margin: 0; }
.ps-shop-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.ps-shop-hero__facts { display: grid; gap: 10px; }
.ps-shop-hero__facts article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 2px 15px;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 28px rgba(11,55,42,.06);
  backdrop-filter: blur(12px);
}
.ps-shop-hero__facts strong {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  color: var(--ps-green-900);
  background: #e3f2c5;
  border-radius: 13px;
  font-size: 13px;
}
.ps-shop-hero__facts span { font-weight: 850; }
.ps-shop-hero__facts small { color: var(--ps-muted); line-height: 1.4; }

/* ---------- Catalogue controls ---------- */
body.punto-solar-commerce .storefront-sorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 24px;
  padding: 15px 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--ps-line);
  border-radius: 15px;
}
body.punto-solar-commerce .woocommerce-result-count { margin: 0; color: var(--ps-muted); font-size: 13px; }
body.punto-solar-commerce .woocommerce-ordering { margin: 0; }
body.punto-solar-commerce .woocommerce-ordering select {
  min-height: 42px;
  padding: 7px 38px 7px 13px;
  color: var(--ps-ink);
  background-color: var(--ps-white);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
}

/* ---------- Product cards ---------- */
body.punto-solar-commerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0 0 48px;
  padding: 0;
}
body.punto-solar-commerce ul.products::before,
body.punto-solar-commerce ul.products::after { display: none; }
body.punto-solar-commerce ul.products li.product {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 22px 22px;
  overflow: hidden;
  text-align: left;
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: var(--ps-radius-lg);
  box-shadow: 0 13px 32px rgba(11,55,42,.055);
  transition: transform .23s ease, box-shadow .23s ease, border-color .23s ease;
}
body.punto-solar-commerce ul.products li.product:hover {
  border-color: rgba(22,112,78,.35);
  box-shadow: var(--ps-shadow);
  transform: translateY(-5px);
}
body.punto-solar-commerce ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: var(--ps-ink);
  text-decoration: none;
}
body.punto-solar-commerce ul.products li.product img {
  width: calc(100% + 44px);
  max-width: none;
  height: 255px;
  margin: 0 -22px 20px;
  object-fit: contain;
  object-position: center;
  padding: 25px;
  background:
    radial-gradient(circle at 90% 10%, rgba(247,203,69,.16), transparent 28%),
    linear-gradient(145deg, #f4f8f5, #eaf2ed);
  border-radius: 0;
  transition: transform .3s ease;
}
body.punto-solar-commerce ul.products li.product:hover img { transform: scale(1.025); }
body.punto-solar-commerce ul.products li.product .woocommerce-loop-product__title {
  margin: 8px 0 8px;
  padding: 0;
  color: var(--ps-ink);
  font-size: 21px;
  line-height: 1.16;
  letter-spacing: -.025em;
}
.ps-product-category {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 9px;
  color: var(--ps-green-800);
  background: #e9f4db;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.ps-product-excerpt {
  min-height: 45px;
  margin: 0 0 13px;
  color: var(--ps-muted);
  font-size: 13px;
  line-height: 1.5;
}
body.punto-solar-commerce ul.products li.product .star-rating { margin: 2px 0 10px; color: #e8b72d; }
body.punto-solar-commerce ul.products li.product .price {
  margin: auto 0 15px;
  color: var(--ps-green-800);
  font-size: 21px;
  font-weight: 900;
}
body.punto-solar-commerce ul.products li.product .price del { color: #8b9994; font-size: 14px; font-weight: 600; }
body.punto-solar-commerce ul.products li.product .price ins { margin-left: 4px; font-weight: 900; }
body.punto-solar-commerce ul.products li.product > .button,
body.punto-solar-commerce ul.products li.product .added_to_cart {
  width: 100%;
  margin: 0;
  text-align: center;
}
body.punto-solar-commerce ul.products li.product .added_to_cart {
  margin-top: 8px;
  color: var(--ps-green-800);
  background: #eef5f0;
  border-color: #d6e6dc;
}
.ps-product-support {
  display: block;
  margin-top: 11px;
  color: #71827b;
  font-size: 10px;
  font-weight: 750;
  text-align: center;
}
body.punto-solar-commerce .onsale {
  top: 14px;
  right: 14px;
  left: auto;
  min-width: 0;
  min-height: 0;
  padding: 7px 11px;
  color: var(--ps-green-900);
  background: var(--ps-yellow);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(96,71,0,.15);
  font-size: 10px;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
}

body.punto-solar-commerce .woocommerce-pagination { margin-top: 12px; }
body.punto-solar-commerce .woocommerce-pagination .page-numbers li { margin: 0 3px; border: 0; }
body.punto-solar-commerce .woocommerce-pagination .page-numbers li .page-numbers {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  color: var(--ps-green-900);
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: 11px;
}
body.punto-solar-commerce .woocommerce-pagination .page-numbers li .page-numbers.current,
body.punto-solar-commerce .woocommerce-pagination .page-numbers li .page-numbers:hover { color: var(--ps-white); background: var(--ps-green-700); border-color: var(--ps-green-700); }

.ps-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
  padding: 20px;
  color: var(--ps-white);
  background: var(--ps-green-900);
  border-radius: var(--ps-radius-lg);
}
.ps-assurance article { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 10px; }
.ps-assurance article > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ps-green-900); background: var(--ps-lime); border-radius: 13px; font-weight: 950; }
.ps-assurance strong { display: block; color: var(--ps-white); font-size: 14px; }
.ps-assurance small { display: block; color: #b8cdc4; font-size: 11px; line-height: 1.45; }

/* ---------- Single product ---------- */
body.single-product.punto-solar-commerce div.product { margin-top: 8px; }
body.single-product.punto-solar-commerce div.product .woocommerce-product-gallery {
  width: 53%;
  margin-right: 5%;
}
body.single-product.punto-solar-commerce div.product .summary {
  width: 42%;
  margin: 0 0 45px;
  padding: 34px;
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: var(--ps-radius-lg);
  box-shadow: var(--ps-shadow-sm);
}
body.single-product.punto-solar-commerce div.product .woocommerce-product-gallery__wrapper,
body.single-product.punto-solar-commerce div.product .flex-viewport {
  overflow: hidden;
  background: linear-gradient(145deg, #f3f7f4, #e8f0eb);
  border: 1px solid var(--ps-line);
  border-radius: var(--ps-radius-lg);
}
body.single-product.punto-solar-commerce div.product .woocommerce-product-gallery__image a { display: grid; place-items: center; }
body.single-product.punto-solar-commerce div.product .woocommerce-product-gallery__image img {
  width: 100%;
  min-height: 520px;
  padding: 38px;
  object-fit: contain;
}
body.single-product.punto-solar-commerce div.product .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
body.single-product.punto-solar-commerce div.product .flex-control-thumbs li { width: auto; margin: 0; }
body.single-product.punto-solar-commerce div.product .flex-control-thumbs img { padding: 8px; background: var(--ps-white); border: 1px solid var(--ps-line); border-radius: 10px; }
body.single-product.punto-solar-commerce div.product .product_title {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 51px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
body.single-product.punto-solar-commerce div.product .woocommerce-product-rating { margin-bottom: 12px; }
body.single-product.punto-solar-commerce div.product .summary .price {
  margin: 12px 0 18px;
  color: var(--ps-green-800);
  font-size: 30px;
  font-weight: 950;
}
body.single-product.punto-solar-commerce div.product .woocommerce-product-details__short-description { color: var(--ps-muted); font-size: 15px; }
body.single-product.punto-solar-commerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 18px; padding: 0; }
body.single-product.punto-solar-commerce div.product form.cart .quantity { margin: 0; }
body.single-product.punto-solar-commerce div.product form.cart .quantity .qty { width: 74px; min-height: 50px; padding: 10px; text-align: center; }
body.single-product.punto-solar-commerce div.product form.cart .single_add_to_cart_button { flex: 1; }
body.single-product.punto-solar-commerce div.product .product_meta {
  display: grid;
  gap: 7px;
  padding-top: 16px;
  color: var(--ps-muted);
  border-top: 1px solid var(--ps-line);
  font-size: 12px;
}
body.single-product.punto-solar-commerce div.product .product_meta a { color: var(--ps-green-700); font-weight: 750; }

.ps-product-advice {
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 12px;
  margin: 19px 0 3px;
  padding: 15px;
  background: #eef6e8;
  border: 1px solid #d8e8cd;
  border-radius: 13px;
}
.ps-product-advice__icon { display: grid; place-items: center; width: 37px; height: 37px; color: var(--ps-white); background: var(--ps-green-700); border-radius: 11px; font-family: Georgia, serif; font-weight: 900; }
.ps-product-advice strong { display: block; font-size: 13px; }
.ps-product-advice p { margin: 2px 0 5px; color: var(--ps-muted); font-size: 11px; line-height: 1.45; }
.ps-product-advice a { color: var(--ps-green-800); font-size: 11px; font-weight: 900; text-decoration: none; }

.ps-product-callout {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 30px 0 42px;
  padding: 35px 38px;
  color: var(--ps-white);
  background: linear-gradient(125deg, var(--ps-green-800), var(--ps-green-900));
  border-radius: var(--ps-radius-lg);
  box-shadow: var(--ps-shadow-sm);
}
.ps-product-callout .ps-eyebrow { color: #d8efa3; }
.ps-product-callout h2 { margin: 0 0 8px; color: var(--ps-white); font-size: clamp(27px, 3vw, 39px); line-height: 1.05; }
.ps-product-callout p { max-width: 720px; margin: 0; color: #c1d4cc; }
.ps-product-callout .button { flex: 0 0 auto; color: var(--ps-green-900); background: var(--ps-white); border-color: var(--ps-white); }
.ps-product-callout .button:hover { color: var(--ps-green-900); background: var(--ps-lime); border-color: var(--ps-lime); }

body.single-product.punto-solar-commerce .woocommerce-tabs,
body.single-product.punto-solar-commerce .related.products,
body.single-product.punto-solar-commerce .upsells.products { clear: both; }
body.single-product.punto-solar-commerce .woocommerce-tabs {
  margin: 0 0 55px;
  padding: 32px;
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: var(--ps-radius-lg);
}
body.single-product.punto-solar-commerce .woocommerce-tabs ul.tabs { width: 24%; margin-right: 5%; border-top: 0; }
body.single-product.punto-solar-commerce .woocommerce-tabs ul.tabs li { border-bottom: 1px solid var(--ps-line); }
body.single-product.punto-solar-commerce .woocommerce-tabs ul.tabs li a { padding: 13px 0; color: var(--ps-muted); font-weight: 800; }
body.single-product.punto-solar-commerce .woocommerce-tabs ul.tabs li.active a { color: var(--ps-green-700); }
body.single-product.punto-solar-commerce .woocommerce-tabs .panel { width: 71%; color: var(--ps-muted); }
body.single-product.punto-solar-commerce .woocommerce-tabs .panel h2 { font-size: 29px; }
body.single-product.punto-solar-commerce .related.products > h2,
body.single-product.punto-solar-commerce .upsells.products > h2 { margin: 0 0 23px; font-size: clamp(30px, 4vw, 43px); }

/* ---------- Notices ---------- */
body.punto-solar-commerce .woocommerce-message,
body.punto-solar-commerce .woocommerce-info,
body.punto-solar-commerce .woocommerce-error,
body.punto-solar-commerce .wc-block-components-notice-banner {
  margin: 0 0 22px;
  padding: 17px 20px 17px 55px;
  color: var(--ps-ink);
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-left: 5px solid var(--ps-green-500);
  border-radius: 13px;
  box-shadow: var(--ps-shadow-sm);
}
body.punto-solar-commerce .woocommerce-error { border-left-color: #c44343; }
body.punto-solar-commerce .woocommerce-info { border-left-color: #4382b8; }
body.punto-solar-commerce .woocommerce-message::before,
body.punto-solar-commerce .woocommerce-info::before { color: var(--ps-green-700); }

.ps-purchase-note {
  display: grid;
  gap: 2px;
  margin: 4px 0 22px;
  padding: 16px 18px;
  color: var(--ps-green-900);
  background: #eef6e8;
  border: 1px solid #d8e8cd;
  border-radius: 13px;
}
.ps-purchase-note strong { font-size: 13px; }
.ps-purchase-note span { color: var(--ps-muted); font-size: 11px; line-height: 1.5; }

/* ---------- Cart and checkout: classic ---------- */
body.woocommerce-cart.punto-solar-commerce .entry-header,
body.woocommerce-checkout.punto-solar-commerce .entry-header,
body.woocommerce-account.punto-solar-commerce .entry-header { margin: 16px 0 28px; }
body.woocommerce-cart.punto-solar-commerce .entry-title,
body.woocommerce-checkout.punto-solar-commerce .entry-title,
body.woocommerce-account.punto-solar-commerce .entry-title { font-size: clamp(39px, 5vw, 63px); line-height: 1; letter-spacing: -.05em; }

body.punto-solar-commerce table.shop_table,
body.punto-solar-commerce table.cart,
body.punto-solar-commerce .woocommerce-checkout-review-order-table {
  overflow: hidden;
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--ps-radius-md);
  box-shadow: var(--ps-shadow-sm);
}
body.punto-solar-commerce table th { color: var(--ps-green-900); background: #eef4f0; font-weight: 850; }
body.punto-solar-commerce table td,
body.punto-solar-commerce table th { padding: 16px; border-bottom-color: var(--ps-line); }
body.punto-solar-commerce table.cart img { width: 82px; padding: 6px; background: #f0f5f1; border-radius: 10px; }
body.punto-solar-commerce table.cart .product-name a { color: var(--ps-green-900); font-weight: 850; text-decoration: none; }
body.punto-solar-commerce table.cart td.actions { background: #f8faf8; }
body.punto-solar-commerce table.cart td.actions .coupon { display: flex; gap: 8px; }
body.punto-solar-commerce table.cart td.actions .coupon .input-text { width: 180px; min-height: 48px; }
body.punto-solar-commerce .cart-collaterals .cart_totals,
body.punto-solar-commerce #order_review,
body.punto-solar-commerce .woocommerce-billing-fields,
body.punto-solar-commerce .woocommerce-additional-fields,
body.punto-solar-commerce form.login,
body.punto-solar-commerce form.register,
body.punto-solar-commerce form.checkout_coupon {
  padding: 26px;
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: var(--ps-radius-lg);
  box-shadow: var(--ps-shadow-sm);
}
body.punto-solar-commerce .cart-collaterals .cart_totals h2,
body.punto-solar-commerce #order_review_heading,
body.punto-solar-commerce .woocommerce-billing-fields h3,
body.punto-solar-commerce .woocommerce-additional-fields h3 { margin-top: 0; font-size: 27px; }
body.punto-solar-commerce #payment { color: var(--ps-ink); background: #eff5f1; border-radius: 14px; }
body.punto-solar-commerce #payment .payment_methods > li { background: transparent; }
body.punto-solar-commerce #payment .payment_box { background: var(--ps-white); border-radius: 11px; }
body.punto-solar-commerce #payment .payment_box::before { border-bottom-color: var(--ps-white); }

/* ---------- Cart and checkout blocks ---------- */
body.punto-solar-commerce .wc-block-cart,
body.punto-solar-commerce .wc-block-checkout { font-family: inherit; }
body.punto-solar-commerce .wc-block-cart__main,
body.punto-solar-commerce .wc-block-cart__sidebar,
body.punto-solar-commerce .wc-block-checkout__main,
body.punto-solar-commerce .wc-block-checkout__sidebar,
body.punto-solar-commerce .wc-block-components-sidebar-layout .wc-block-components-main,
body.punto-solar-commerce .wc-block-components-sidebar {
  min-width: 0;
}
body.punto-solar-commerce .wc-block-cart-items,
body.punto-solar-commerce .wc-block-components-order-summary,
body.punto-solar-commerce .wc-block-components-totals-wrapper,
body.punto-solar-commerce .wc-block-checkout__payment-method,
body.punto-solar-commerce .wc-block-components-checkout-step,
body.punto-solar-commerce .wp-block-woocommerce-cart-order-summary-block,
body.punto-solar-commerce .wp-block-woocommerce-checkout-order-summary-block {
  background: var(--ps-white);
  border-color: var(--ps-line) !important;
  border-radius: 15px;
}
body.punto-solar-commerce .wc-block-components-sidebar {
  padding: 22px;
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: var(--ps-radius-lg);
  box-shadow: var(--ps-shadow-sm);
}
body.punto-solar-commerce .wc-block-cart-item__image img { padding: 6px; background: #f0f5f1; border-radius: 10px; }
body.punto-solar-commerce .wc-block-components-product-name { color: var(--ps-green-900); font-weight: 850; text-decoration: none; }
body.punto-solar-commerce .wc-block-components-quantity-selector { border-color: var(--ps-line); border-radius: 999px; }
body.punto-solar-commerce .wc-block-components-checkout-step__heading h2 { font-size: 25px; }
body.punto-solar-commerce .wc-block-components-totals-item__label,
body.punto-solar-commerce .wc-block-components-totals-footer-item .wc-block-components-totals-item__label { font-weight: 850; }

/* ---------- My account ---------- */
body.punto-solar-commerce .woocommerce-MyAccount-navigation {
  padding: 12px;
  background: var(--ps-green-900);
  border-radius: var(--ps-radius-md);
}
body.punto-solar-commerce .woocommerce-MyAccount-navigation ul { margin: 0; border-top: 0; }
body.punto-solar-commerce .woocommerce-MyAccount-navigation ul li { border-bottom: 1px solid rgba(255,255,255,.1); }
body.punto-solar-commerce .woocommerce-MyAccount-navigation ul li:last-child { border-bottom: 0; }
body.punto-solar-commerce .woocommerce-MyAccount-navigation ul li a { padding: 13px 14px; color: #c6d7cf; font-weight: 750; }
body.punto-solar-commerce .woocommerce-MyAccount-navigation ul li.is-active a,
body.punto-solar-commerce .woocommerce-MyAccount-navigation ul li a:hover { color: var(--ps-green-900); background: var(--ps-lime); border-radius: 9px; }
body.punto-solar-commerce .woocommerce-MyAccount-content {
  padding: 28px;
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: var(--ps-radius-lg);
  box-shadow: var(--ps-shadow-sm);
}

/* ---------- Footer ---------- */
body.punto-solar-commerce .site-footer {
  padding: 55px 0 28px;
  color: #b9ccc4;
  background: var(--ps-green-950);
}
body.punto-solar-commerce .site-footer a { color: #dbe7e2; }
body.punto-solar-commerce .site-footer a:hover { color: var(--ps-lime); }
body.punto-solar-commerce .site-info { padding: 0; font-size: 12px; }

/* ---------- Empty states ---------- */
body.punto-solar-commerce .woocommerce-info.cart-empty,
body.punto-solar-commerce .wc-block-cart__empty-cart__title { text-align: center; }
body.punto-solar-commerce .return-to-shop { text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  :root { --ps-container: min(100% - 32px, 1180px); }
  .ps-shop-hero { grid-template-columns: 1fr; padding: 44px; }
  .ps-shop-hero__facts { grid-template-columns: repeat(3, 1fr); }
  .ps-shop-hero__facts article { grid-template-columns: 42px 1fr; }
  body.punto-solar-commerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.single-product.punto-solar-commerce div.product .woocommerce-product-gallery { width: 50%; margin-right: 4%; }
  body.single-product.punto-solar-commerce div.product .summary { width: 46%; padding: 27px; }
  body.single-product.punto-solar-commerce div.product .woocommerce-product-gallery__image img { min-height: 430px; }
}

@media (max-width: 782px) {
  body.admin-bar.punto-solar-commerce .site-header { top: 46px; }
}

@media (max-width: 768px) {
  :root { --ps-container: min(100% - 26px, 1180px); }
  body.punto-solar-commerce .site-header { position: relative; top: auto; }
  body.punto-solar-commerce .site-header .col-full { gap: 10px; }
  body.punto-solar-commerce .site-branding { width: calc(100% - 64px); padding: 14px 0; }
  body.punto-solar-commerce .site-search { order: 3; width: 100%; padding-bottom: 14px; }
  body.punto-solar-commerce .storefront-primary-navigation { background: var(--ps-green-900); }
  body.punto-solar-commerce .menu-toggle {
    margin: 0;
    padding: 10px 13px;
    color: var(--ps-white);
    background: var(--ps-green-700);
    border: 0;
    border-radius: 10px;
  }
  body.punto-solar-commerce .main-navigation { width: 100%; }
  body.punto-solar-commerce .main-navigation ul.menu > li > a,
  body.punto-solar-commerce .main-navigation ul.nav-menu > li > a { padding: 13px 8px; }
  body.punto-solar-commerce .site-header-cart { display: none; }
  body.punto-solar-commerce .woocommerce-breadcrumb { padding: 15px 0; }
  .ps-shop-hero { gap: 28px; margin-top: 2px; padding: 31px; border-radius: 22px; }
  .ps-shop-hero h1 { font-size: clamp(39px, 11vw, 56px); }
  .ps-shop-hero__facts { grid-template-columns: 1fr; }
  .ps-shop-hero__actions { display: grid; grid-template-columns: 1fr; }
  .ps-shop-hero__actions .button { width: 100%; text-align: center; }
  body.punto-solar-commerce .storefront-sorting { align-items: flex-start; flex-direction: column; }
  body.punto-solar-commerce ul.products { gap: 17px; }
  body.punto-solar-commerce ul.products li.product { padding-inline: 18px; }
  body.punto-solar-commerce ul.products li.product img { width: calc(100% + 36px); height: 225px; margin-inline: -18px; }
  .ps-assurance { grid-template-columns: 1fr; }
  body.single-product.punto-solar-commerce div.product .woocommerce-product-gallery,
  body.single-product.punto-solar-commerce div.product .summary { float: none; width: 100%; margin-right: 0; }
  body.single-product.punto-solar-commerce div.product .summary { margin-top: 20px; }
  body.single-product.punto-solar-commerce div.product .woocommerce-product-gallery__image img { min-height: 350px; }
  .ps-product-callout { align-items: flex-start; flex-direction: column; padding: 28px; }
  .ps-product-callout .button { width: 100%; text-align: center; }
  body.single-product.punto-solar-commerce .woocommerce-tabs { padding: 24px; }
  body.single-product.punto-solar-commerce .woocommerce-tabs ul.tabs,
  body.single-product.punto-solar-commerce .woocommerce-tabs .panel { float: none; width: 100%; margin-right: 0; }
  body.punto-solar-commerce table.cart td.actions .coupon { float: none; width: 100%; margin-bottom: 10px; }
}

@media (max-width: 560px) {
  :root { --ps-container: min(100% - 20px, 1180px); }
  body.punto-solar-commerce .site-content { padding-bottom: 62px; }
  body.punto-solar-commerce .site-branding .site-title a { font-size: 14px; }
  body.punto-solar-commerce .site-branding .site-title a::before { width: 37px; height: 37px; }
  .ps-shop-hero { padding: 24px; }
  .ps-shop-hero__facts article { padding: 14px; }
  body.punto-solar-commerce ul.products { grid-template-columns: 1fr; }
  body.punto-solar-commerce ul.products li.product img { height: 260px; }
  .ps-assurance { padding: 12px; }
  body.single-product.punto-solar-commerce div.product .summary { padding: 22px; }
  body.single-product.punto-solar-commerce div.product .product_title { font-size: 36px; }
  body.single-product.punto-solar-commerce div.product .woocommerce-product-gallery__image img { min-height: 300px; padding: 24px; }
  body.single-product.punto-solar-commerce div.product form.cart { display: grid; grid-template-columns: 76px 1fr; }
  body.single-product.punto-solar-commerce div.product form.cart .variations,
  body.single-product.punto-solar-commerce div.product form.cart .single_variation_wrap { grid-column: 1 / -1; }
  body.punto-solar-commerce table.cart td.actions .coupon { display: grid; grid-template-columns: 1fr; }
  body.punto-solar-commerce table.cart td.actions .coupon .input-text { width: 100%; }
  body.punto-solar-commerce .cart-collaterals .cart_totals,
  body.punto-solar-commerce #order_review,
  body.punto-solar-commerce .woocommerce-billing-fields,
  body.punto-solar-commerce .woocommerce-additional-fields { padding: 20px; }
}

@media (hover: none) {
  body.punto-solar-commerce ul.products li.product:hover,
  body.punto-solar-commerce .button:hover,
  body.punto-solar-commerce button:hover { transform: none; }
}

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

/* ---------- Punto Solar shell v0.3 ---------- */
body.punto-solar-commerce .site-header {
  background: rgba(255,255,255,.9) !important;
  border-bottom: 1px solid rgba(10,59,46,.08) !important;
  box-shadow: none;
}
body.punto-solar-commerce .site-header > .col-full {
  display: block;
  width: var(--ps-container);
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}
.ps-commerce-nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.ps-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  color: inherit;
  text-decoration: none;
}
.ps-brand-mark { width: 42px; color: var(--ps-green-700); }
.ps-brand-mark svg {
  display: block;
  width: 100%;
  max-width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ps-brand-mark circle { fill: var(--ps-yellow); stroke: var(--ps-yellow); }
.ps-brand-copy { display: grid; font-size: 17px; line-height: .95; letter-spacing: .13em; }
.ps-brand-copy strong { color: var(--ps-green-900); }
.ps-brand-copy span { margin-top: 4px; color: var(--ps-green-500); }
.ps-commerce-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 750;
}
.ps-commerce-nav a { color: var(--ps-ink); text-decoration: none; transition: color .2s ease, transform .2s ease, background .2s ease; }
.ps-commerce-nav a:not(.ps-nav-cta):hover,
.ps-commerce-nav a.is-current { color: var(--ps-green-700); }
.ps-nav-cta {
  padding: 11px 18px;
  color: var(--ps-white) !important;
  background: var(--ps-green-800);
  border-radius: 999px;
}
.ps-nav-cta:hover { background: var(--ps-green-900); transform: translateY(-1px); }
.ps-cart-link { display: inline-flex; align-items: center; gap: 7px; }
.ps-cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  padding-inline: 6px;
  color: var(--ps-white);
  background: var(--ps-green-700);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}
.ps-commerce-menu-toggle {
  display: none;
  place-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 8px;
  color: var(--ps-ink);
  background: transparent;
  border: 0;
  border-radius: 12px;
}
.ps-commerce-menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px;
  background: currentColor;
  transition: transform .25s ease, opacity .2s ease;
}
.ps-commerce-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ps-commerce-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ps-commerce-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Remove the old Storefront navigation bar if a plugin re-adds it. */
body.punto-solar-commerce .storefront-primary-navigation,
body.punto-solar-commerce .site-branding,
body.punto-solar-commerce .site-search { display: none !important; }

/* ---------- Guided shop filters ---------- */
.ps-shop-hero { margin-top: 34px; }
.ps-shop-hero__description { margin: 0; }
.ps-guided-filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 36px;
  align-items: end;
  margin: 0 0 24px;
  padding: 26px 28px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--ps-line);
  border-radius: 18px;
}
.ps-guided-filters h2 { margin: 2px 0 7px; font-size: clamp(25px, 3vw, 36px); line-height: 1.08; }
.ps-guided-filters p { max-width: 720px; margin: 0; color: var(--ps-muted); }
.ps-shop-filter-bar { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
body.punto-solar-commerce .ps-shop-filter {
  min-height: 42px;
  padding: 9px 16px;
  color: var(--ps-green-900);
  background: var(--ps-white);
  border: 1px solid var(--ps-line);
  border-radius: 999px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 850;
}
body.punto-solar-commerce .ps-shop-filter:hover,
body.punto-solar-commerce .ps-shop-filter.is-active {
  color: var(--ps-white);
  background: var(--ps-green-700);
  border-color: var(--ps-green-700);
  transform: none;
  box-shadow: none;
}
.ps-filter-status { grid-column: 1 / -1; min-height: 1px; font-size: 12px; font-weight: 750; }
body.punto-solar-commerce ul.products li.product.ps-filter-hidden { display: none !important; }

/* The catalogue uses only each product's real WooCommerce featured image. */
body.punto-solar-commerce ul.products li.product img {
  height: 275px;
  padding: 18px;
  object-fit: contain;
  object-position: center;
}

/* ---------- Punto Solar commerce footer ---------- */
body.punto-solar-commerce .site-footer { padding: 70px 0 25px; }
.ps-commerce-footer-inner { width: var(--ps-container) !important; max-width: none !important; margin-inline: auto !important; padding-inline: 0 !important; }
.ps-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }
.ps-footer-grid > div { display: grid; align-content: start; gap: 9px; min-width: 0; }
.ps-footer-grid p,
.ps-footer-grid a,
.ps-footer-grid span { margin: 0; color: #9fb4ab !important; font-size: 13px; text-decoration: none; }
.ps-footer-grid a:hover { color: var(--ps-lime) !important; }
.ps-footer-grid > div > strong { color: var(--ps-white); }
.ps-footer-brand .ps-brand-copy strong { color: var(--ps-white); }
.ps-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #789188; font-size: 11px; }

@media (max-width: 1060px) {
  .ps-commerce-nav { gap: 13px; font-size: 13px; }
  .ps-commerce-nav .ps-nav-cta { padding-inline: 14px; }
  .ps-guided-filters { grid-template-columns: 1fr; align-items: start; }
  .ps-shop-filter-bar { justify-content: flex-start; }
}

@media (max-width: 900px) {
  body.ps-commerce-menu-open { overflow: hidden; }
  .ps-commerce-nav-wrap { min-height: 68px; }
  .ps-commerce-menu-toggle { display: grid; }
  .ps-commerce-nav {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    z-index: 1001;
    display: flex;
    height: calc(100dvh - 68px);
    gap: 4px;
    padding: 20px max(20px, env(safe-area-inset-right)) calc(28px + env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
    background: var(--ps-white);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .24s ease, opacity .24s ease, visibility .24s ease;
  }
  .ps-commerce-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .ps-commerce-nav a { display: flex; align-items: center; min-height: 52px; padding: 12px 8px; border-bottom: 1px solid var(--ps-line); font-size: 17px; }
  .ps-commerce-nav .ps-nav-cta { justify-content: center; margin-top: 12px; border-bottom: 0; }
  .ps-cart-link { justify-content: space-between; }
  .ps-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .ps-brand-mark { width: 38px; }
  .ps-brand-copy { font-size: 15px; }
  .ps-shop-hero { margin-top: 20px; }
  .ps-guided-filters { padding: 22px; }
  .ps-shop-filter-bar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  body.punto-solar-commerce .ps-shop-filter { width: 100%; }
  .ps-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .ps-footer-bottom { flex-direction: column; }
  
}

/* ---------- Compact shop header + Punto Solar vector logo ---------- */
body.punto-solar-commerce .ps-brand,
body.punto-solar-commerce .ps-footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
body.punto-solar-commerce .ps-footer-brand {
  width: max-content;
  padding: 7px 11px;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
}
body.punto-solar-commerce .ps-brand .ps-logo-symbol {
  display: block;
  width: 47px;
  height: 43px;
  flex: 0 0 auto;
}
body.punto-solar-commerce .ps-brand .ps-logo-symbol svg { display: block; width: 100%; height: 100%; overflow: visible; }
body.punto-solar-commerce .ps-brand .ps-logo-sun { fill: var(--ps-yellow); stroke: var(--ps-yellow); stroke-width: 1.8; stroke-linecap: round; }
body.punto-solar-commerce .ps-brand .ps-logo-roof { fill: none; stroke: var(--ps-yellow); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
body.punto-solar-commerce .ps-brand .ps-logo-dot { fill: var(--ps-yellow); }
body.punto-solar-commerce .ps-brand .ps-logo-panel { fill: #17576a; stroke: #f7fbf9; stroke-width: 1.5; stroke-linejoin: round; }
body.punto-solar-commerce .ps-brand .ps-logo-grid { fill: none; stroke: #78bdcc; stroke-width: 1.25; }
body.punto-solar-commerce .ps-brand .ps-logo-copy { display: grid; font-size: 14px; line-height: .86; letter-spacing: .11em; }
body.punto-solar-commerce .ps-brand .ps-logo-copy strong { color: var(--ps-green-900); font-weight: 900; }
body.punto-solar-commerce .ps-brand .ps-logo-copy span { margin-top: 5px; color: var(--ps-green-700); font-weight: 800; }
.ps-shop-hero--compact {
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin: 8px 0 18px;
  padding: 28px 32px;
}
.ps-shop-hero--compact .ps-shop-hero__copy h1 {
  margin: 8px 0 8px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .98;
}
.ps-shop-hero--compact .ps-shop-hero__description {
  max-width: 620px;
  margin: 0;
}
.ps-shop-hero--compact .ps-shop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.ps-guided-filters--compact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin: 0 0 16px;
  padding: 20px 18px;
  border: 1px solid rgba(10,59,46,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}
.ps-guided-filters--compact .ps-guided-filters__head h2 {
  margin: 6px 0 0;
  font-size: 24px;
  line-height: 1.05;
}
.ps-guided-filters--compact .ps-filter-status {
  flex-basis: 100%;
  margin: 0;
  color: #5f746c;
  font-size: 13px;
}
body.punto-solar-commerce .ps-assurance {
  margin-top: 26px;
}
body.punto-solar-commerce #ps-shop-contacto a,
body.punto-solar-commerce #ps-shop-contacto span {
  display: block;
}
@media (max-width: 980px) {
  body.punto-solar-commerce .ps-brand .ps-brand-image { width: 170px; }
  .ps-shop-hero--compact { grid-template-columns: 1fr; padding: 24px; }
  .ps-shop-hero--compact .ps-shop-hero__actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  body.punto-solar-commerce .ps-brand .ps-brand-image { width: 150px; }
  .ps-shop-hero--compact { margin-bottom: 14px; padding: 20px 18px; }
  .ps-guided-filters--compact { padding: 16px 14px; }
  .ps-guided-filters--compact .ps-guided-filters__head h2 { font-size: 20px; }
}

/* White logo copy inside the dark commerce footer */
