:root {
  --penha-navy-950: #031d31;
  --penha-navy-900: #062f4f;
  --penha-navy-800: #0a4268;
  --penha-blue-600: #0878b9;
  --penha-blue-100: #dff2fa;
  --penha-red-600: #d82f3a;
  --penha-red-700: #b92430;
  --penha-green-700: #087a55;
  --penha-amber-600: #b87509;
  --penha-ink: #102f49;
  --penha-muted: #5c7080;
  --penha-line: #d7e3ea;
  --penha-surface: #f4f8fa;
  --penha-white: #fff;
  --penha-radius-sm: 10px;
  --penha-radius: 18px;
  --penha-radius-lg: 28px;
  --penha-shadow: 0 14px 40px rgba(3, 38, 61, .09);
  --penha-container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.penha2 { margin: 0; color: var(--penha-ink); background: var(--penha-white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
body.penha2 img { max-width: 100%; height: auto; }
:where(body.penha2) a { color: inherit; }
body.penha2 button, body.penha2 input, body.penha2 select, body.penha2 textarea { font: inherit; }
body.penha2 h1, body.penha2 h2, body.penha2 h3, body.penha2 p { margin-top: 0; }
body.penha2 h1, body.penha2 h2, body.penha2 h3 { color: var(--penha-navy-900); line-height: 1.15; letter-spacing: -.025em; }
body.penha2 h1 { font-size: clamp(2.15rem, 4vw, 4.15rem); }
body.penha2 h2 { font-size: clamp(1.7rem, 2.7vw, 2.55rem); }
body.penha2 h3 { font-size: 1.22rem; }

.penha2-container { width: min(100% - 40px, var(--penha-container)); margin-inline: auto; }
.penha2-main { min-height: 52vh; padding: 42px 0 72px; }
.penha2-content { max-width: var(--penha-container); }
.penha2-page-body { min-width: 0; }
.penha2-page-header { max-width: 820px; padding: 24px 0 32px; }
.penha2-page-header h1 { margin-bottom: 0; }
.penha2-eyebrow { margin-bottom: 10px; color: var(--penha-blue-600); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.penha2-lead { max-width: 670px; color: #d9e8f0; font-size: clamp(1.04rem, 2vw, 1.22rem); }
.screen-reader-text { position: absolute !important; overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; clip: rect(0, 0, 0, 0); border: 0; }
.penha2-skip-link { position: fixed; top: -100px; left: 12px; z-index: 9999; padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--penha-navy-900); }
.penha2-skip-link:focus { top: 12px; }

.penha2-button, body.penha2 .button, body.penha2 button.button, body.penha2 input.button, body.penha2 .wc-block-components-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid var(--penha-red-600); border-radius: 12px; background: var(--penha-red-600); color: #fff; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.penha2-button:hover, body.penha2 .button:hover, body.penha2 button.button:hover { background: var(--penha-red-700); color: #fff; box-shadow: 0 9px 22px rgba(216, 47, 58, .18); transform: translateY(-1px); }
.penha2-button-outline { border-color: #fff; background: #fff; color: var(--penha-navy-900); }
.penha2-button-outline:hover { border-color: #fff; background: #eef6fa; color: var(--penha-navy-900); }
.penha2-button-blue { border-color: var(--penha-blue-600); background: var(--penha-blue-600); color: #fff; }
.penha2-button-blue:hover { border-color: var(--penha-navy-800); background: var(--penha-navy-800); color: #fff; }
body.penha2 .penha2-button-light { border-color: #fff; background: #fff; color: var(--penha-navy-900) !important; }
body.penha2 .penha2-button-light:hover { background: var(--penha-surface); color: var(--penha-navy-900) !important; }

.penha2-site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--penha-line); background: #fff; }
.penha2-topbar { background: var(--penha-navy-900); color: #fff; font-size: .82rem; }
.penha2-topbar .penha2-container { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 24px; }
.penha2-topbar .penha2-container > div { display: flex; gap: 24px; }
.penha2-topbar a { text-decoration: none; }
.penha2-topbar a:hover { text-decoration: underline; }
.penha2-header-main { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(320px, 2.1fr) auto; gap: 24px; align-items: center; min-height: 88px; }
.penha2-brand, .custom-logo-link { display: inline-flex; align-items: center; gap: 11px; color: var(--penha-navy-900); text-decoration: none; }
.custom-logo { display: block; width: auto; max-width: 260px; max-height: 64px; }
.penha2-official-logo-link { min-width: 0; }
.penha2-official-logo { display: block; width: auto; height: auto; max-width: min(330px, 100%); max-height: 76px; object-fit: contain; object-position: left center; }
.penha2-brand-original { min-width: 220px; }
.penha2-brand-svg { display: block; width: 285px; max-width: 100%; height: auto; }
.penha2-logo-ring { fill: #fff; stroke: var(--penha-navy-900); stroke-width: 8; }
.penha2-logo-house { fill: var(--penha-navy-900); }
.penha2-logo-roof { fill: var(--penha-red-600); }
.penha2-logo-window { fill: #bde8f7; stroke: #fff; stroke-width: 1.5; }
.penha2-brand-name { fill: var(--penha-navy-900); font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: .6px; }
.penha2-brand strong, .penha2-brand small { display: block; }
.penha2-brand strong { font-family: Georgia, serif; font-size: 1.15rem; text-transform: uppercase; }
.penha2-brand small { color: var(--penha-muted); font-size: .72rem; }
.penha2-header-search { display: flex; overflow: hidden; height: 48px; border: 1px solid var(--penha-line); border-radius: 13px; background: var(--penha-surface); }
.penha2-header-search input { width: 100%; min-width: 0; padding: 0 18px; border: 0; outline: 0; background: transparent; }
.penha2-header-search button { display: grid; width: 50px; flex: 0 0 50px; place-items: center; border: 0; background: var(--penha-blue-600); color: #fff; cursor: pointer; }
.penha2-header-search svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.penha2-header-actions { display: flex; align-items: center; gap: 9px; }
.penha2-header-actions a { white-space: nowrap; text-decoration: none; }
.penha2-quote-link { padding: 11px 15px; border-radius: 10px; background: var(--penha-red-600); color: #fff; font-size: .88rem; font-weight: 800; }
.penha2-quote-link:hover { background: var(--penha-red-700); color: #fff; }
.penha2-icon { display: block; width: 26px; height: 26px; flex-shrink: 0; }
.penha2-icon-link { position: relative; display: inline-flex; width: 48px; height: 48px; flex-shrink: 0; align-items: center; justify-content: center; padding: 10px; border: 1px solid var(--penha-line); border-radius: 12px; background: #fff; color: var(--penha-navy-900); }
.penha2-icon-link:hover { border-color: var(--penha-navy-800); background: var(--penha-surface); color: var(--penha-navy-900); }
.penha2-cart-link { border-color: var(--penha-navy-900); background: var(--penha-navy-900); color: #fff; }
.penha2-cart-link:hover { background: var(--penha-navy-800); color: #fff; }
.penha2-cart-link b { position: absolute; top: -7px; right: -6px; display: inline-grid; min-width: 21px; height: 21px; padding-inline: 4px; place-items: center; border: 2px solid #fff; border-radius: 99px; background: var(--penha-red-600); color: #fff; font-size: .68rem; line-height: 1; }
.penha2-tooltip { position: absolute; top: calc(100% + 8px); left: 50%; z-index: 100; width: max-content; max-width: 220px; padding: 7px 11px; transform: translateX(-50%); border-radius: 7px; background: var(--penha-navy-950); color: #fff; box-shadow: 0 4px 16px #031d3129; font-size: .78rem; font-weight: 650; line-height: 1.4; white-space: nowrap; opacity: 0; visibility: hidden; pointer-events: none; }
.penha2-icon-link:hover .penha2-tooltip, .penha2-icon-link:focus-visible .penha2-tooltip, .penha2-whatsapp-float:hover .penha2-tooltip, .penha2-whatsapp-float:focus-visible .penha2-tooltip { opacity: 1; visibility: visible; }
body.penha2 a:focus-visible, body.penha2 button:focus-visible { outline: 3px solid var(--penha-blue-600); outline-offset: 4px; }
.penha2-navigation { border-top: 1px solid var(--penha-line); background: #fff; }
.penha2-navigation .penha2-container { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 28px; }
.penha2-menu { display: flex; flex-wrap: wrap; gap: 28px; margin: 0; padding: 0; list-style: none; }
.penha2-menu a, .penha2-service-link { color: var(--penha-navy-950); font-size: .88rem; font-weight: 800; text-decoration: none; }
.penha2-menu a:hover, .penha2-service-link:hover { color: var(--penha-red-600); }
.penha2-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--penha-line); border-radius: 10px; background: #fff; }
.penha2-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: var(--penha-navy-900); }

.penha2-home-hero { overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(30,137,194,.28), transparent 35%), linear-gradient(125deg, var(--penha-navy-950), #0a4d76); color: #fff; }
.penha2-home-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 68px); align-items: center; padding-top: clamp(52px, 6vw, 82px); padding-bottom: clamp(52px, 6vw, 82px); }
body.penha2 .penha2-home-hero h1 { max-width: 780px; margin-bottom: 24px; color: #fff; }
.penha2-home-hero .penha2-eyebrow { color: #8bd7f1; }
.penha2-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.penha2-hero-proof { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 0; padding: 0; color: #e4f0f5; list-style: none; font-size: .9rem; }
.penha2-hero-proof li::before { content: "✓"; margin-right: 8px; color: #6fe0b5; font-weight: 900; }
.penha2-editorial-image { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid #ffffff38; border-radius: var(--penha-radius-lg); background: var(--penha-navy-900); box-shadow: var(--penha-shadow); }
body.penha2 .penha2-editorial-image img { display: block; width: 100%; height: 460px; object-fit: cover; object-position: 70% center; }
.penha2-editorial-image figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; width: fit-content; max-width: calc(100% - 28px); margin-left: auto; padding: 7px 10px; border: 1px solid #ffffff29; border-radius: 9px; background: #031d31e8; color: #fff; font-size: .66rem; line-height: 1.4; }
.penha2-choice-card { padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(255,255,255,.2); border-radius: var(--penha-radius-lg); background: rgba(255,255,255,.1); box-shadow: 0 24px 70px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
body.penha2 .penha2-choice-card h2 { color: #fff; font-size: clamp(1.55rem, 2.6vw, 2.15rem); }
.penha2-choice-card ol { display: grid; gap: 15px; margin: 28px 0; padding: 0; list-style: none; }
.penha2-choice-card li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; }
.penha2-choice-card li span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #fff; color: var(--penha-navy-900); font-weight: 900; }
.penha2-choice-card > a { color: #fff; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.penha2-trust-strip { border-bottom: 1px solid var(--penha-line); background: #fff; }
.penha2-trust-strip .penha2-container { display: grid; grid-template-columns: repeat(3, 1fr); }
.penha2-trust-strip div > div { padding: 22px 28px; border-right: 1px solid var(--penha-line); }
.penha2-trust-strip div > div:first-child { padding-left: 0; }
.penha2-trust-strip div > div:last-child { border-right: 0; }
.penha2-trust-strip strong, .penha2-trust-strip span { display: block; }
.penha2-trust-strip strong { color: var(--penha-navy-900); }
.penha2-trust-strip span { color: var(--penha-muted); font-size: .86rem; }
.penha2-home-section { padding: clamp(64px, 8vw, 100px) 0; }
.penha2-home-section-alt { background: var(--penha-surface); }
.penha2-section-heading { max-width: 720px; margin-bottom: 38px; }
.penha2-section-heading h2 { margin-bottom: 12px; }
.penha2-section-heading p:last-child { color: var(--penha-muted); }
.penha2-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.penha2-category-card { min-height: 280px; padding: 27px; border: 1px solid var(--penha-line); border-radius: var(--penha-radius); background: #fff; box-shadow: 0 5px 20px rgba(3,38,61,.045); }
.penha2-category-card > span { display: inline-grid; width: 42px; height: 42px; margin-bottom: 28px; place-items: center; border-radius: 50%; background: var(--penha-blue-100); color: var(--penha-navy-900); font-size: .8rem; font-weight: 900; }
.penha2-category-card p { min-height: 78px; color: var(--penha-muted); font-size: .94rem; }
.penha2-category-card a { color: var(--penha-red-600); font-weight: 800; text-decoration: none; }
.penha2-process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.penha2-process-grid .penha2-button { margin-top: 24px; }
body.penha2 .penha2-process-grid .penha2-editorial-image img { height: 570px; object-position: 55% center; }
.penha2-process-grid > div > p:not(.penha2-eyebrow) { color: var(--penha-muted); }
.penha2-process-grid ol { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.penha2-process-grid li { display: grid; grid-template-columns: 60px 1fr; gap: 18px; align-items: center; padding: 22px; border: 1px solid var(--penha-line); border-radius: var(--penha-radius); background: #fff; }
.penha2-process-grid b { color: var(--penha-blue-600); font-size: 1.25rem; }
.penha2-process-grid strong { display: block; color: var(--penha-navy-900); }
.penha2-process-grid span { color: var(--penha-muted); }
.penha2-home-content { padding: 60px 0; }
.penha2-cta { background: var(--penha-red-600); color: #fff; }
.penha2-cta .penha2-container { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 52px; padding-bottom: 52px; }
body.penha2 .penha2-cta h2, body.penha2 .penha2-cta .penha2-eyebrow { color: #fff; }
.penha2-cta p:last-child { max-width: 720px; margin-bottom: 0; }

.penha2-woocommerce { background: var(--penha-surface); }
.penha2-shop-intro { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 24px; padding: clamp(28px, 5vw, 54px); border-radius: var(--penha-radius-lg); background: linear-gradient(120deg, var(--penha-navy-950), var(--penha-navy-800)); color: #fff; }
body.penha2 .penha2-shop-intro h1 { margin-bottom: 12px; color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); }
.penha2-shop-intro p:last-child { max-width: 650px; margin-bottom: 0; color: #d8e7ef; }
.penha2-shop-intro .penha2-eyebrow { color: #91dcf4; }
.penha2-shop-tools { display: grid; grid-template-columns: 1fr 260px; gap: 14px; margin-bottom: 20px; padding: 16px; border: 1px solid var(--penha-line); border-radius: var(--penha-radius); background: #fff; }
.penha2-catalog-search { display: flex; overflow: hidden; border: 1px solid var(--penha-line); border-radius: 11px; }
.penha2-catalog-search input { width: 100%; min-width: 0; padding: 10px 14px; border: 0; outline: 0; }
.penha2-catalog-search button { padding: 0 20px; border: 0; background: var(--penha-navy-900); color: #fff; font-weight: 800; }
.penha2-shop-tools .woocommerce-ordering { margin: 0; }
.penha2-shop-tools select { width: 100%; height: 46px; padding: 0 12px; border: 1px solid var(--penha-line); border-radius: 11px; background: #fff; color: var(--penha-ink); }
.penha2-results-line { margin: 20px 0 12px; color: var(--penha-muted); font-size: .9rem; }
body.penha2.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 0 0 42px !important; padding: 0; }
body.penha2.woocommerce ul.products::before, body.penha2.woocommerce ul.products::after { display: none !important; content: none !important; }
body.penha2.woocommerce ul.products li.product.penha2-product-card { display: flex; width: auto !important; min-width: 0; margin: 0 !important; flex-direction: column; align-self: start; overflow: hidden; border: 1px solid var(--penha-line); border-radius: var(--penha-radius); background: #fff; box-shadow: 0 8px 28px rgba(3,38,61,.055); }
/* A imagem não participa do cálculo intrínseco do flex: cabe inteira na área reservada. */
.penha2-product-media { position: relative; display: block; flex: 0 0 auto; height: clamp(230px, 22vw, 280px); overflow: hidden; border-bottom: 1px solid #e8eff3; background: #fff; }
body.penha2 .penha2-product-media img { position: absolute; inset: 0; display: block; box-sizing: border-box; width: 100% !important; height: 100% !important; max-width: 100%; max-height: 100%; margin: 0 !important; padding: 14px; object-fit: contain; object-position: center; transform: none; }
.penha2-badge { position: absolute; top: 14px; left: 14px; padding: 5px 10px; border-radius: 99px; color: #fff; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.penha2-badge-sale { background: var(--penha-red-600); }
.penha2-product-card-body { display: flex; flex: 0 0 auto; flex-direction: column; padding: 16px; }
.penha2-product-tags { display: flex; min-height: 27px; flex-wrap: wrap; gap: 6px; }
.penha2-product-tags span { padding: 3px 9px; border-radius: 99px; background: var(--penha-blue-100); color: var(--penha-navy-900); font-size: .7rem; font-weight: 900; }
.penha2-product-tags .is-stock { background: #e6f6ef; color: var(--penha-green-700); }
body.penha2.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; margin: 10px 0 6px !important; padding: 0 !important; font-size: 1.05rem !important; line-height: 1.35; }
.woocommerce-loop-product__title a { text-decoration: none; }
.penha2-product-code { margin: 0 0 8px; color: var(--penha-muted); font-size: .78rem; overflow-wrap: anywhere; }
.penha2-product-price { margin-top: 2px; }
.penha2-product-price .price, .penha2-product-price .amount { color: var(--penha-navy-900) !important; font-size: 1.18rem !important; font-weight: 900; }
.penha2-product-price del { margin-right: 7px; opacity: .55; }
.penha2-product-price del .amount { font-size: .82rem !important; }
.penha2-product-actions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; margin-top: 12px; }
.penha2-product-actions .button { min-height: 44px; margin: 0 !important; padding: 9px 10px !important; font-size: .84rem; }
.penha2-card-details { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid var(--penha-line); border-radius: 10px; color: var(--penha-navy-900); font-size: .84rem; font-weight: 800; text-decoration: none; }
body.penha2.woocommerce nav.woocommerce-pagination ul { overflow: hidden; border: 1px solid var(--penha-line); border-radius: 11px; }
body.penha2.woocommerce nav.woocommerce-pagination ul li { border-color: var(--penha-line); }
body.penha2.woocommerce nav.woocommerce-pagination ul li a, body.penha2.woocommerce nav.woocommerce-pagination ul li span { min-width: 45px; padding: 12px; }
body.penha2.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--penha-navy-900); color: #fff; }

body.penha2.single-product .penha2-woocommerce { background: #fff; }
body.penha2.single-product div.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); gap: clamp(34px, 5vw, 64px); align-items: start; }
body.penha2.single-product div.product .woocommerce-product-gallery, body.penha2.single-product div.product .summary { width: auto !important; float: none !important; }
body.penha2.single-product .woocommerce-product-gallery__wrapper { border: 1px solid var(--penha-line); border-radius: var(--penha-radius-lg); background: #fff; }
body.penha2.single-product .woocommerce-product-gallery__image a { display: grid; min-height: 500px; place-items: center; }
body.penha2.single-product .woocommerce-product-gallery__image img { max-height: 540px; padding: 28px; object-fit: contain; }
body.penha2.single-product .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px !important; }
body.penha2.single-product .flex-control-thumbs li { width: auto !important; border: 1px solid var(--penha-line); border-radius: 10px; }
/* The summary shares its grid parent with tabs and related products, so keeping it
   sticky would make it cover every full-width section below the product hero. */
body.penha2.single-product .summary { display:flex; position: static; top: auto; flex-direction:column; padding:4px 0 16px; }
body.penha2.single-product .product_title { order:1; max-width:18ch; margin:0 0 12px; font-size:clamp(1.85rem,2.7vw,2.65rem); line-height:1.08; }
body.penha2.single-product .penha2-product-quick-facts { display:flex; order:2; gap:7px; flex-wrap:wrap; margin:0 0 16px; }
body.penha2.single-product .penha2-product-quick-facts span { display:inline-flex; align-items:center; min-height:30px; padding:5px 10px; border-radius:999px; background:#eaf5f8; color:#073756; font-size:.76rem; font-weight:800; }
body.penha2.single-product .summary>.price { order:3; margin:4px 0 5px!important; color: var(--penha-navy-900) !important; font-size:2rem!important; font-weight:900; line-height:1.1; }
body.penha2.single-product .summary>.p360-payment-terms { order:4; margin:0 0 16px; }
body.penha2.single-product .woocommerce-product-details__short-description { order:5; margin-top:2px; color:var(--penha-muted); font-size:.95rem; line-height:1.55; }
body.penha2.single-product .summary>.stock { order:6; margin:6px 0 12px; font-weight:750; }
body.penha2.single-product .summary>form.cart { order:7; }
body.penha2.single-product .summary>.woo-better-parent-container { order:8; margin:14px 0 0; }
body.penha2.single-product .summary>.p360-shipping-estimator { order:8; }
body.penha2.single-product .summary>.p360-favorite { order:9; align-self:flex-start; }
body.penha2.single-product .summary>.product_meta { order:10; }
body.penha2.single-product form.cart { display: grid !important; grid-template-columns: 70px minmax(160px, 1fr); gap: 10px; margin: 24px 0 8px; }
body.penha2.single-product form.cart .quantity { grid-column: 1; grid-row: 1; width: 70px; margin: 0 !important; }
body.penha2.single-product form.cart .quantity input { width: 70px; min-height: 50px; border: 1px solid var(--penha-line); border-radius: 10px; }
body.penha2.single-product form.cart .single_add_to_cart_button { grid-column: 2; grid-row: 1; width: 100% !important; min-height: 50px; background: var(--penha-red-600) !important; color: #fff !important; }
body.penha2.single-product form.cart .single_add_to_cart_button:hover { background: var(--penha-red-700) !important; }
body.penha2.single-product form.cart .p360-installation-offer { grid-column: 1 / -1; width: 100%; margin-top: 8px; }
body.penha2.single-product .woo-better-parent-container { max-width:none!important; border:1px solid #d7e3ea; border-radius:14px; background:#fbfdfe; box-shadow:none!important; }
body.penha2.single-product .product_meta { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--penha-line); color: var(--penha-muted); font-size: .84rem; }
body.penha2.single-product .woocommerce-tabs, body.penha2.single-product .p360-product-details, body.penha2.single-product .related { grid-column: 1 / -1; }
body.penha2.single-product .woocommerce-tabs { margin-top: 34px; }
body.penha2.single-product .woocommerce-tabs ul.tabs { padding: 0 !important; border-bottom: 1px solid var(--penha-line); }
body.penha2.single-product .woocommerce-tabs ul.tabs::before { display: none !important; }
body.penha2.single-product .woocommerce-tabs ul.tabs li { margin: 0 4px 0 0 !important; border-color: var(--penha-line) !important; background: var(--penha-surface) !important; }
.p360-product-details > div { margin: 0 0 28px; padding: 28px; border: 1px solid var(--penha-line); border-radius: var(--penha-radius); background: #fff; }
.p360-overview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.p360-overview-grid article { padding: 22px; border: 1px solid var(--penha-line); border-radius: 14px; }
.p360-features ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 22px; padding: 0; list-style: none; }
.p360-features li::before { content: "✓"; margin-right: 8px; color: var(--penha-green-700); font-weight: 900; }
.p360-table-wrap { overflow-x: auto; }
.p360-specifications table { width: 100%; border-collapse: collapse; }
.p360-specifications th, .p360-specifications td { padding: 12px 14px; border-bottom: 1px solid var(--penha-line); text-align: left; vertical-align: top; }
.p360-specifications th { width: 44%; color: var(--penha-navy-900); }
.p360-installation-note, .p360-shipping-estimator, .p360-installation-offer { padding: 20px; border: 1px solid var(--penha-line); border-left: 5px solid var(--penha-green-700); border-radius: 14px; background: #fff; }

.penha2-transactional .penha2-main { background: var(--penha-surface); }
.penha2-transactional .penha2-content { max-width: var(--penha-container); }
.penha2-transaction-header { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--penha-line); }
.penha2-transaction-header h1 { margin-bottom: 8px; font-size: clamp(2rem, 4vw, 3rem); }
.penha2-transaction-header p:last-child { margin-bottom: 0; color: var(--penha-muted); }
body.penha2.woocommerce-cart .woocommerce, body.penha2.woocommerce-checkout .woocommerce, body.penha2.woocommerce-account .woocommerce { max-width: none !important; margin: 0 !important; padding: 0 !important; }
body.penha2.woocommerce-cart form.woocommerce-cart-form { width: calc(68% - 14px); float: left; }
body.penha2.woocommerce-cart .cart-collaterals { width: calc(32% - 14px); float: right; }
body.penha2.woocommerce-cart table.shop_table, body.penha2.woocommerce-checkout .woocommerce-checkout-review-order, body.penha2.woocommerce-checkout .col2-set, body.penha2.woocommerce-account .woocommerce-MyAccount-navigation, body.penha2.woocommerce-account .woocommerce-MyAccount-content { border: 1px solid var(--penha-line); border-radius: var(--penha-radius); background: #fff; }
body.penha2.woocommerce-cart table.shop_table { border-collapse: separate; }
body.penha2.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; padding: 22px; border: 1px solid var(--penha-line); border-radius: var(--penha-radius); background: #fff; }
body.penha2.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { display: flex !important; width: 100%; margin-bottom: 0; background: var(--penha-red-600); border-color: var(--penha-red-600); color: #fff; }
body.penha2.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 26px; align-items: start; }
body.penha2.woocommerce-checkout #customer_details { grid-column: 1; padding: 26px; }
body.penha2.woocommerce-checkout #order_review_heading, body.penha2.woocommerce-checkout #order_review { grid-column: 2; }
body.penha2.woocommerce-checkout #order_review_heading { margin: 0; padding: 22px 22px 0; border: 1px solid var(--penha-line); border-bottom: 0; border-radius: var(--penha-radius) var(--penha-radius) 0 0; background: #fff; }
body.penha2.woocommerce-checkout #order_review { margin-top: -26px; padding: 0 22px 22px; border-radius: 0 0 var(--penha-radius) var(--penha-radius); }
body.penha2.woocommerce-checkout #payment { background: var(--penha-surface); }
body.penha2.woocommerce-checkout #place_order { width: 100%; background: var(--penha-red-600); border-color: var(--penha-red-600); color: #fff; }
body.penha2 .form-row label { color: var(--penha-navy-900); font-size: .88rem; font-weight: 750; }
body.penha2 .input-text, body.penha2 select, body.penha2 textarea { min-height: 48px; padding: 10px 12px; border: 1px solid #b8c9d4; border-radius: 10px; background: #fff; color: var(--penha-ink); }
body.penha2 .input-text:focus, body.penha2 select:focus, body.penha2 textarea:focus { border-color: var(--penha-blue-600); outline: 3px solid rgba(8,120,185,.12); }
body.penha2 .woocommerce-error, body.penha2 .woocommerce-info, body.penha2 .woocommerce-message { border-top-color: var(--penha-blue-600); border-radius: 12px; background: #fff; }

.penha2-auth { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1080px; margin-inline: auto; }
.penha2-auth-panel { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--penha-line); border-radius: var(--penha-radius-lg); background: #fff; box-shadow: var(--penha-shadow); }
.penha2-auth-panel > p:not(.penha2-eyebrow) { color: var(--penha-muted); }
.penha2-auth-register { background: linear-gradient(180deg, #fff, #f3f9fc); }
.penha2-auth form { margin-top: 28px; padding: 0 !important; border: 0 !important; }
.penha2-auth .button { width: 100%; margin-bottom: 14px; }
.penha2-auth .woocommerce-form-login__rememberme { display: block; margin-top: 4px; font-size: .86rem; }
.penha2-form-help { padding: 12px; border-radius: 10px; background: var(--penha-blue-100); font-size: .86rem; }
.penha2-password-card { width: min(680px, 100%); margin: 0 auto; padding: clamp(26px, 5vw, 44px); border: 1px solid var(--penha-line); border-radius: 22px; background: #fff; box-shadow: 0 18px 48px rgba(2, 47, 75, .09); }
.penha2-password-intro { margin-bottom: 26px; }
.penha2-password-intro h2 { margin: 7px 0 10px; font-size: clamp(1.65rem, 4vw, 2.15rem); }
.penha2-password-intro > p:last-child { margin: 0; color: var(--penha-muted); }
body.penha2 .penha2-password-card form.lost_reset_password { margin: 0; padding: 0; border: 0; }
.penha2-password-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
body.penha2 .penha2-password-fields .form-row { float: none; width: auto; margin: 0; }
body.penha2 .penha2-password-fields .input-text { width: 100%; min-height: 50px; }
.penha2-password-guidance { margin: 20px 0; padding: 15px 18px; border: 1px solid #c9e3d3; border-radius: 12px; background: #f2faf5; color: #315847; font-size: .86rem; }
.penha2-password-guidance strong { display: block; margin-bottom: 5px; color: #173f2d; }
.penha2-password-guidance ul { margin: 0; padding-left: 19px; }
.penha2-password-submit { margin: 0 !important; }
body.penha2 .penha2-password-submit .button { width: 100%; min-height: 50px; border-color: var(--penha-navy-900); background: var(--penha-navy-900); color: #fff; }
.penha2-password-help { margin: 18px 0 0; color: var(--penha-muted); font-size: .84rem; text-align: center; }
.penha2-password-help a { font-weight: 700; }
.p360-account-type { margin-bottom: 20px; padding: 18px; border: 1px solid var(--penha-line); border-radius: 14px; background: var(--penha-surface); }
.p360-account-type-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.p360-account-type-options label { display: flex; align-items: center; gap: 8px; padding: 12px; border: 1px solid var(--penha-line); border-radius: 10px; background: #fff; cursor: pointer; }
[data-account-type][hidden] { display: none !important; }
body.penha2.woocommerce-account.logged-in .woocommerce { display: grid; grid-template-columns: 280px 1fr; gap: 24px; align-items: start; }
body.penha2.woocommerce-account .penha2-transaction-header { grid-column: 1 / -1; }
body.penha2.woocommerce-account .woocommerce-MyAccount-navigation { width: auto !important; float: none !important; overflow: hidden; padding: 10px; }
body.penha2.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
body.penha2.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 12px 14px; border-radius: 10px; color: var(--penha-navy-900); font-weight: 700; text-decoration: none; }
body.penha2.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { background: var(--penha-blue-100); }
body.penha2.woocommerce-account .woocommerce-MyAccount-content { width: auto !important; min-width: 0; float: none !important; padding: clamp(22px, 4vw, 34px); }
.p360-account-grid, .p360-interest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.p360-account-grid a, .p360-interest-grid label { padding: 20px; border: 1px solid var(--penha-line); border-radius: 14px; color: var(--penha-navy-900); text-decoration: none; }
.p360-account-grid strong, .p360-account-grid span { display: block; }
.p360-account-grid span { margin-top: 6px; color: var(--penha-muted); font-size: .9rem; }
.p360-favorite { display: inline-flex !important; align-items: center; justify-content: center; margin-top: 12px; padding: 11px 15px; border: 1px solid var(--penha-red-600); border-radius: 10px; background: #fff; color: var(--penha-red-700); font-weight: 750; text-decoration: none; cursor: pointer; }
.p360-favorite.is-active { background: #fff1f2; }
.p360-consent { display: flex; align-items: flex-start; gap: 9px; margin: 22px 0; }
.p360-order-timeline { margin: 24px 0; padding: 20px; border: 1px solid var(--penha-line); border-radius: 14px; background: var(--penha-surface); }
.p360-order-timeline ol { display: flex; justify-content: space-between; margin: 0; padding: 0; list-style: none; }
.p360-order-timeline li { flex: 1; text-align: center; color: #718491; font-size: .85rem; }
.p360-order-timeline li span { display: block; width: 18px; height: 18px; margin: 0 auto 8px; border: 3px solid #cad5dc; border-radius: 50%; background: #fff; }
.p360-order-timeline li.done { color: var(--penha-green-700); font-weight: 750; }
.p360-order-timeline li.done span { border-color: var(--penha-green-700); background: var(--penha-green-700); }
.p360-shipping-estimator, .p360-installation-offer { margin-top: 20px; padding: 20px; border: 1px solid var(--penha-line); border-radius: 16px; background: #fff; }
.p360-shipping-estimator > strong, .p360-installation-offer > strong { font-size: 1.05rem; }
.p360-shipping-estimator > div { display: flex; gap: 10px; flex-wrap: wrap; }
.p360-shipping-estimator input { min-width: 180px; }
.p360-shipping-result { width: 100%; color: var(--penha-muted); }
.p360-delivered-options { display: grid; gap: 12px; margin: 16px 0 0; padding: 0; list-style: none; }
.p360-delivered-option { display: grid; gap: 8px; padding: 14px; border: 1px solid var(--penha-line); border-radius: 12px; background: #f7fbfd; }
.p360-delivered-option > strong, .p360-delivered-option > span { display: block; }
.p360-delivered-option dl { margin: 0; }
.p360-delivered-option dl div { display: flex; justify-content: space-between; gap: 20px; }
.p360-delivered-option dt, .p360-delivered-option dd { margin: 0; }
.p360-shipping-discount td { color: var(--penha-green-700); font-weight: 800; }
.p360-installation-offer { border-left: 5px solid var(--penha-green-700); }
.p360-terms-open { padding: 0; border: 0; background: none; color: var(--penha-blue-700); text-decoration: underline; font-weight: 750; cursor: pointer; }
.p360-installation-dialog { width: min(720px, calc(100% - 30px)); max-height: 80vh; padding: 28px; border: 0; border-radius: 18px; box-shadow: 0 20px 70px rgba(0, 24, 39, .35); }
.p360-installation-dialog::backdrop { background: rgba(0, 24, 39, .72); }
.p360-installation-dialog > div { margin-top: 18px; text-align: right; }
.p360-terms-close { float: right; border: 0; background: none; color: var(--penha-navy-900); font-size: 28px; cursor: pointer; }
.penha2-payment-help { margin: 0 0 18px; padding: 16px; border-left: 4px solid #c38600; border-radius: 10px; background: #fff8df; color: #5f490d; }
.penha2-payment-help p { margin: 5px 0 0; font-size: .9rem; }
body.penha2.woocommerce-checkout .penha2-payment-help-button { display: flex; justify-content: center; width: 100%; background: var(--penha-red-600); color: #fff; text-align: center; }
.p360-checkout-pf[hidden], .p360-checkout-pj[hidden] { display: none !important; }

.penha2-footer { padding-bottom: 66px; background: var(--penha-navy-950); color: #d8e5ec; }
.penha2-footer-grid { display: grid; grid-template-columns: 1.3fr .95fr .95fr 1.2fr; gap: 36px; padding-top: 68px; padding-bottom: 44px; font-size: .86rem; }
.penha2-footer-grid > section { min-width: 0; }
body.penha2 .penha2-footer h2 { margin-bottom: 18px; color: #fff; font-size: 1rem; letter-spacing: 0; }
.penha2-footer a { display: block; margin: 9px 0; color: #d8e5ec; text-decoration: none; }
.penha2-footer a:hover { color: #fff; text-decoration: underline; }
.penha2-footer p { color: #c4d5df; font-size: .86rem; }
.penha2-footer .penha2-brand { width: fit-content; max-width: 100%; margin: -12px 0 22px; }
.penha2-footer .penha2-brand-name { fill: #fff; }
.penha2-footer .penha2-brand-svg { width: 270px; }
.penha2-footer .penha2-official-logo { padding: 6px; border-radius: 8px; background: #fff; }
.penha2-footer .penha2-contact-number { display: flex; align-items: center; gap: 10px; }
.penha2-contact-number .penha2-icon { width: 20px; height: 20px; color: #8bd7f1; }
.penha2-footer-contact a { overflow-wrap: anywhere; }
.penha2-footer-contact p { margin-top: 12px; }
.penha2-social-links { display: flex; gap: 10px; }
.penha2-footer .penha2-social-links a { display: grid; width: 42px; height: 42px; margin: 4px 0 0; place-items: center; border: 1px solid #ffffff29; border-radius: 12px; background: #ffffff0d; color: #fff; }
.penha2-social-links .penha2-icon { width: 21px; height: 21px; }
.penha2-footer .penha2-social-links a:hover { background: #ffffff20; }
.penha2-footer-trust { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 32px; padding: 22px 24px; border: 1px solid #ffffff24; border-radius: 16px; background: #ffffff0a; }
.penha2-footer-trust-copy { max-width: 560px; }
.penha2-footer-trust-copy strong { display: block; color: #fff; font-size: .96rem; }
.penha2-footer-trust-copy p { margin: 6px 0 0; color: #c4d5df; line-height: 1.55; }
.penha2-footer-trust #ra-verified-seal { display: flex; min-width: 250px; min-height: 64px; align-items: center; justify-content: center; }
.penha2-footer #ra-verified-seal .ra-widget-verified-wrapper { margin: 0 !important; }
.penha2-footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 26px; border-top: 1px solid #ffffff1a; color: #abc2d1; font-size: .74rem; }
.penha2-footer-legal { display: grid; gap: 6px; }
.penha2-whatsapp-float { position: fixed; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); z-index: 80; display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid #ffffff66; border-radius: 50%; background: #13c863; color: #fff; box-shadow: 0 6px 24px #00281440; text-decoration: none; }
.penha2-whatsapp-float:hover { background: #0ca650; color: #fff; }
.penha2-whatsapp-float > .penha2-icon { width: 31px; height: 31px; }
.penha2-whatsapp-float .penha2-tooltip { top: 50%; left: auto; right: calc(100% + 10px); transform: translateY(-50%); }

.penha2-breadcrumb { margin-bottom: 30px; font-size: .83rem; }
.penha2-breadcrumb a { color: #fff; text-underline-offset: 4px; }
body.penha2 .penha2-article-hero h1 { font-size: clamp(2.1rem, 3.7vw, 3.6rem); }
.penha2-article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 28px 0 0; color: #d9e8f0; font-size: .77rem; }
.penha2-editorial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 24px; margin: 32px 0; }
.penha2-editorial-card { overflow: hidden; border: 1px solid var(--penha-line); border-radius: 20px; background: #fff; }
.penha2-editorial-card > div { padding: 24px; }
.penha2-editorial-card img { width: 100%; height: 230px; object-fit: cover; }
.penha2-editorial-card h2 { font-size: 1.4rem; }
.penha2-editorial-pagination { margin-block: 24px; text-align: center; }
body.penha2 .penha2-article-hero .penha2-editorial-image img { height: 500px; }
.penha2-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 70px; align-items: start; padding-block: 64px; }
.penha2-article-body { min-width: 0; font-size: 1.05rem; line-height: 1.85; }
.penha2-article-body a:not(.penha2-button) { color: var(--penha-blue-600); text-underline-offset: 3px; }
.penha2-article-body h2 { margin: 40px 0 20px; font-size: 1.9rem; }
.penha2-article-body h3 { margin: 28px 0 14px; }
.penha2-article-body figure { margin: 28px 0; }
.penha2-article-body img { border-radius: 18px; }
.penha2-article-body figcaption { margin-top: 8px; color: var(--penha-muted); font-size: .78rem; }
.penha2-article-body .article-summary, .penha2-article-body .article-checklist { margin: 0 0 30px; padding: 24px; border: 1px solid var(--penha-line); border-radius: 18px; background: var(--penha-surface); }
.penha2-article-body .article-summary h2, .penha2-article-body .article-checklist h2 { margin-top: 0; }
.penha2-article-body .article-section { position: relative; padding-block: 10px; scroll-margin-top: 25px; }
.penha2-article-body .article-section__number { display: inline-grid; min-width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--penha-blue-100); color: var(--penha-navy-900); font-weight: 800; }
.penha2-article-body details { margin: 12px 0; padding: 20px; border: 1px solid var(--penha-line); border-radius: 12px; }
.penha2-article-body summary { color: var(--penha-navy-900); font-weight: 750; cursor: pointer; }
.penha2-article-help { padding: 24px; border: 1px solid var(--penha-line); border-radius: 20px; background: var(--penha-surface); }
body.penha2 .penha2-article-help h2 { font-size: 1.5rem; }
.penha2-article-help p { color: var(--penha-muted); }
.penha2-article-cta { margin-bottom: 70px; padding: 40px; border-radius: 24px; background: linear-gradient(120deg, var(--penha-navy-950), #0a4d76); color: #fff; }
body.penha2 .penha2-article-cta h2 { color: #fff; }
.penha2-article-cta .penha2-hero-actions { margin-bottom: 0; }

@media (max-width: 1120px) {
  .penha2-header-main { grid-template-columns: 230px 1fr auto; gap: 14px; }
  .penha2-quote-link { display: none; }
  .penha2-category-grid { grid-template-columns: repeat(2, 1fr); }
  body.penha2.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .penha2-topbar .penha2-container > div:first-child a:last-child, .penha2-topbar span { display: none; }
  .penha2-header-main { grid-template-columns: 1fr auto; min-height: 74px; }
  .penha2-header-search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 14px; }
  .penha2-menu-toggle { display: block; }
  .penha2-navigation { display: none; }
  .penha2-navigation.is-open { display: block; }
  .penha2-navigation .penha2-container { display: block; padding-top: 14px; padding-bottom: 14px; }
  .penha2-menu { display: grid; gap: 0; }
  .penha2-menu a, .penha2-service-link { display: block; padding: 11px 0; border-bottom: 1px solid var(--penha-line); }
  .penha2-home-hero-grid, .penha2-process-grid { grid-template-columns: 1fr; gap: 38px; }
  body.penha2 .penha2-editorial-image img, body.penha2 .penha2-process-grid .penha2-editorial-image img, body.penha2 .penha2-article-hero .penha2-editorial-image img { height: 380px; object-position: center; }
  .penha2-article-layout { grid-template-columns: 1fr; gap: 32px; }
  .penha2-trust-strip .penha2-container { grid-template-columns: 1fr; }
  .penha2-trust-strip div > div { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--penha-line); }
  .penha2-shop-intro { align-items: start; flex-direction: column; }
  body.penha2.single-product div.product { grid-template-columns: 1fr; }
  body.penha2.single-product .summary { position: static; }
  body.penha2.single-product .woocommerce-product-gallery__image a { min-height: 420px; }
  .p360-features ul { grid-template-columns: repeat(2, 1fr); }
  body.penha2.woocommerce-cart form.woocommerce-cart-form, body.penha2.woocommerce-cart .cart-collaterals { width: 100%; float: none; }
  body.penha2.woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  body.penha2.woocommerce-checkout #customer_details, body.penha2.woocommerce-checkout #order_review_heading, body.penha2.woocommerce-checkout #order_review { grid-column: 1; }
  body.penha2.woocommerce-checkout #order_review { margin-top: -26px; }
  body.penha2.woocommerce-account.logged-in .woocommerce { grid-template-columns: 1fr; }
  .penha2-auth { grid-template-columns: 1fr; }
  .p360-order-timeline ol { display: block; }
  .p360-order-timeline li { margin: 12px 0; text-align: left; }
  .p360-order-timeline li span { display: inline-block; margin: 0 8px 0 0; vertical-align: middle; }
  .penha2-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .penha2-password-card { padding: 24px 20px; border-radius: 18px; }
  .penha2-password-fields { grid-template-columns: 1fr; }
  .penha2-container { width: min(100% - 28px, var(--penha-container)); }
  .penha2-topbar .penha2-container { justify-content: center; }
  .penha2-topbar .penha2-container > div:last-child { display: none; }
  .custom-logo { max-width: 190px; max-height: 52px; }
  .penha2-brand-mark { width: 46px; height: 46px; flex-basis: 46px; }
  .penha2-brand strong { font-size: .96rem; }
  .penha2-brand small { display: none; }
  .penha2-header-main { grid-template-columns: minmax(0, 1fr) auto; gap: 12px 8px; padding-top: 12px; }
  .penha2-header-actions { gap: 7px; }
  .penha2-brand-original { min-width: 0; }
  .penha2-header-main .penha2-brand-svg { width: 210px; }
  .penha2-icon-link { display: inline-flex; width: 42px; height: 44px; padding: 8px; }
  .penha2-menu-toggle { width: 40px; }
  .penha2-header-search { margin-bottom: 12px; }
  .penha2-header-main .penha2-official-logo { max-height: 54px; }
  .penha2-home-hero-grid { padding-top: 48px; padding-bottom: 48px; }
  .penha2-hero-actions, .penha2-cta .penha2-container { align-items: stretch; flex-direction: column; }
  .penha2-hero-actions .penha2-button, .penha2-cta .penha2-button { width: 100%; }
  .penha2-category-grid, body.penha2.woocommerce ul.products, .p360-overview-grid, .p360-features ul, .p360-account-grid, .p360-interest-grid { grid-template-columns: 1fr; }
  .penha2-category-card { min-height: 0; }
  .penha2-category-card p { min-height: 0; }
  .penha2-shop-tools { grid-template-columns: 1fr; }
  .penha2-shop-intro { padding: 26px 22px; }
  body.penha2.single-product .woocommerce-product-gallery__image a { min-height: 340px; }
  body.penha2.single-product .woocommerce-product-gallery__image img { max-height: 380px; padding: 18px; }
  body.penha2.single-product form.cart { grid-template-columns: 70px minmax(0, 1fr); }
  body.penha2.woocommerce-cart table.shop_table_responsive tr td { background: #fff; }
  .p360-account-type-options { grid-template-columns: 1fr; }
  .penha2-footer-grid { grid-template-columns: 1fr; gap: 28px; }
	.penha2-footer-trust { align-items: flex-start; flex-direction: column; gap: 18px; }
	.penha2-footer-trust #ra-verified-seal { min-width: 0; max-width: 100%; justify-content: flex-start; }
  .penha2-footer-bottom { flex-direction: column; gap: 12px; }
  .penha2-footer { padding-bottom: 96px; }
  .penha2-footer .penha2-brand { margin-top: 0; }
  .penha2-whatsapp-float { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); width: 56px; height: 56px; }
  body.penha2 .penha2-editorial-image img, body.penha2 .penha2-process-grid .penha2-editorial-image img, body.penha2 .penha2-article-hero .penha2-editorial-image img { height: 320px; object-position: 65% center; }
  .penha2-article-cta { padding: 26px; }
  .penha2-article-layout { padding-block: 36px; }
}

.penha2-catalog-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 28px; align-items: start; margin-top: 28px; }
.penha2-catalog-results { min-width: 0; }
.penha2-filter-panel { border: 1px solid var(--penha-line); border-radius: 16px; background: #fff; overflow: hidden; }
.penha2-filter-panel summary { padding: 18px; cursor: pointer; color: var(--penha-navy-900); font-weight: 800; background: var(--penha-surface); }
.penha2-filter-panel summary span { display: block; margin-top: 3px; font-size: .76rem; font-weight: 500; color: var(--penha-muted); }
.penha2-filter-form { padding: 18px; display: flex; flex-direction: column; gap: 9px; }
.penha2-filter-form label { margin-top: 10px; font-size: .85rem; font-weight: 750; }
body.penha2 .penha2-filter-form input[type=search], body.penha2 .penha2-filter-form select { width: 100%; min-width: 0; max-width: 100%; height: 46px; border: 1px solid #b9cbd7; border-radius: 9px; padding: 9px; background: #fff; color: var(--penha-navy-900); font: inherit; font-size: .82rem; }
.penha2-filter-note { margin: 0; color: var(--penha-muted); font-size: .73rem; line-height: 1.6; }
.penha2-filter-form button { margin-top: 18px; min-height: 46px; border: 0; border-radius: 10px; color: #fff; background: var(--penha-blue-600); font-weight: 750; cursor: pointer; }
.penha2-clear-filters { text-align: center; font-size: .83rem; padding: 5px; color: var(--penha-blue-600); text-underline-offset: 3px; }
.penha2-catalog-results .penha2-results-line { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
body.penha2 .penha2-catalog-results .woocommerce-result-count, body.penha2 .penha2-catalog-results .woocommerce-ordering { float: none; margin: 0; }
body.penha2 .penha2-catalog-results .orderby { min-height: 42px; max-width: 100%; border: 1px solid var(--penha-line); border-radius: 9px; background: #fff; color: var(--penha-navy-900); font-size: .82rem; padding: 8px; }
body.penha2 .penha2-catalog-results ul.products { gap: 18px; }
.penha2-shower-info { clear: both; padding: 16px 18px; border-radius: 12px; border: 1px solid #bcd7e6; background: #f1f8fc; margin: 18px 0; font-size: .88rem; }
.penha2-shower-info p { margin: 8px 0; line-height: 1.6; color: var(--penha-muted); }
.penha2-shower-info small { color: var(--penha-navy-900); }
@media (max-width: 860px) { .penha2-catalog-layout { grid-template-columns: 1fr; gap: 22px; } .penha2-filter-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; } .penha2-filter-form label, .penha2-filter-note, .penha2-filter-form button, .penha2-clear-filters { grid-column: 1 / -1; } .penha2-filter-form input, .penha2-filter-form select { grid-column: 1 / -1; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
