/*
Theme Name: N-Charging WooCommerce Final
Theme URI: https://ncharging.pt
Author: N-Charging
Description: Tema personalizado para a loja N-Charging.
Version: 10.2.0
Text Domain: ncharging
*/

:root {
  --bg: #020403;
  --panel: #0a0f0c;
  --panel-2: #101711;
  --text: #f6fbf7;
  --muted: #b8c4bb;
  --line: rgba(255, 255, 255, .14);
  --green: #78e414;
  --green-2: #4fc500;
  --shadow: rgba(92, 255, 0, .22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(circle at 50% 0, rgba(88, 164, 20, .12), transparent 34%), var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: #000;
  color: #e9f3ec;
  font-size: 13px;
}

.topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 11px 24px;
}

.topbar span:first-child::before {
  content: "▱";
  margin-right: 8px;
  color: var(--green);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 88px;
  padding: 0 48px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(0, 0, 0, .86);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
}

.brand__mark {
  color: var(--green);
  font-size: 48px;
  font-style: italic;
  line-height: .8;
  text-shadow: 0 0 24px rgba(120, 228, 20, .25);
}

.brand__text {
  display: grid;
  color: #fff;
  font-size: 21px;
  line-height: 1;
}

.brand__text small {
  margin-top: 5px;
  color: #9aa39d;
  font-size: 8px;
  letter-spacing: 1.6px;
}

.brand--image {
  display: inline-flex;
}

.brand__logo {
  display: block;
  width: auto;
  max-width: 270px;
  max-height: 72px;
  object-fit: contain;
}

.nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav__links a {
  transition: color .2s ease;
}

.nav__links a:hover,
.nav__links a:first-child {
  color: var(--green);
}

.nav__tools {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 27px;
}

.cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 22px;
  color: #fff;
}

.cart__label {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart b {
  position: absolute;
  right: -9px;
  top: -12px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  color: #071006;
  font-size: 11px;
}

.cart:hover {
  color: var(--green);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 6px;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero {
  position: relative;
  min-height: 555px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .74) 38%, rgba(0, 0, 0, .12) 78%),
    linear-gradient(0deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .02) 56%);
}

.hero__content {
  position: relative;
  max-width: 700px;
  padding: 72px 24px 118px 72px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "->";
  margin-right: 8px;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1 {
  max-width: 660px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.2vw, 70px);
  line-height: .98;
  font-weight: 900;
  text-transform: uppercase;
}

h1 span {
  display: block;
  color: var(--green);
}

.hero__lead {
  max-width: 560px;
  color: #ecf2ee;
  font-size: 21px;
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.button,
.shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
}

.button--primary,
.shop-button {
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #071006;
  box-shadow: 0 16px 36px var(--shadow);
}

.button--outline {
  border: 1px solid rgba(255, 255, 255, .55);
  color: var(--text);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1240px;
  margin: -72px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  padding: 22px;
  background: rgba(4, 8, 5, .9);
  border: 1px solid rgba(255, 255, 255, .08);
}

.icon {
  grid-row: span 2;
  color: var(--green);
  font-size: 32px;
}

.trust-item strong {
  text-transform: uppercase;
  font-size: 13px;
}

.trust-item small {
  color: var(--muted);
}

.section {
  max-width: 1240px;
  margin: 34px auto 0;
  padding: 0 24px;
}

.section--framed {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(2, 5, 3, .72);
}

.section__heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.section__heading--center {
  max-width: none;
  text-align: center;
}

.section__heading h2,
.calculator h2,
.about h2,
.contact h2 {
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  text-transform: uppercase;
}

.category-grid,
.featured-grid {
  display: grid;
  gap: 8px;
}

.category-grid {
  grid-template-columns: repeat(5, 1fr);
}

.featured-grid {
  grid-template-columns: repeat(5, 1fr);
}

.category-card,
.shop-card,
.about,
.contact,
.calculator {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18, 27, 20, .94), rgba(1, 4, 2, .94));
}

.category-card,
.shop-card {
  position: relative;
  padding: 16px;
  min-width: 0;
}

.category-card h3,
.shop-card h3 {
  min-height: 44px;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.12;
  text-transform: uppercase;
}

.category-card ul {
  min-height: 92px;
  margin: 0 0 16px;
  padding-left: 17px;
  color: #eef8ef;
  font-size: 14px;
  line-height: 1.65;
}

.category-card li::marker {
  color: var(--green);
}

.category-card p {
  min-height: 68px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.category-card__image {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 18px;
  object-fit: contain;
  padding: 12px;
  border-radius: 6px;
  background: radial-gradient(circle at 50% 30%, rgba(85, 255, 0, .22), transparent 50%), #090d0a;
}

.category-card a {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.woocommerce-category-grid ul.products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
}

.woocommerce-category-grid ul.products::before,
.woocommerce-category-grid ul.products::after {
  display: none;
}

.woocommerce-category-grid ul.products li.product-category {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18, 27, 20, .94), rgba(1, 4, 2, .94));
}

.woocommerce-category-grid ul.products li.product-category a {
  display: grid;
  gap: 14px;
}

.woocommerce-category-grid ul.products li.product-category img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 12px;
  border-radius: 6px;
  background: radial-gradient(circle at 50% 30%, rgba(85, 255, 0, .22), transparent 50%), #090d0a;
}

.woocommerce-category-grid .woocommerce-loop-category__title {
  color: #fff;
  font-size: 19px;
  line-height: 1.12;
  text-transform: uppercase;
}

.woocommerce-category-grid .count {
  color: var(--green);
  background: transparent;
}

.product-art {
  position: relative;
  height: 150px;
  margin-bottom: 18px;
  border-radius: 6px;
  background: radial-gradient(circle at 50% 30%, rgba(85, 255, 0, .22), transparent 50%), #090d0a;
  overflow: hidden;
}

.product-art--wallbox span {
  position: absolute;
  inset: 29px auto auto 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 74px;
  height: 104px;
  border: 1px solid rgba(120, 228, 20, .7);
  border-radius: 18px;
  color: var(--green);
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 0 34px rgba(120, 228, 20, .16);
}

.product-art--cable::before {
  content: "";
  position: absolute;
  inset: 28px 42px;
  border: 18px solid #1b211d;
  border-right-color: var(--green);
  border-radius: 50%;
}

.product-art--adapter::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  width: 86px;
  height: 78px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: linear-gradient(135deg, #232a25, #090b0a);
  border: 1px solid rgba(255, 255, 255, .2);
}

.product-art--install::before {
  content: "⌂";
  position: absolute;
  inset: 10px 0 0;
  color: var(--green);
  font-size: 108px;
  text-align: center;
  line-height: 130px;
}

.product-art--accessory::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 34px;
  width: 82px;
  height: 82px;
  transform: translateX(-50%);
  border: 12px solid #202820;
  border-top-color: var(--green);
  border-radius: 50%;
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 6px 9px;
  border-radius: 3px;
  background: var(--green);
  color: #071006;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-card .product-art {
  height: 132px;
}

.price {
  display: block;
  margin: 8px 0;
  font-size: 22px;
}

.rating {
  margin-bottom: 12px;
  color: #ffd332;
  font-size: 15px;
}

.rating small {
  color: var(--muted);
}

.shop-button {
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  font-size: 11px;
}

.woocommerce-featured-products ul.products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
}

.woocommerce-featured-products ul.products::before,
.woocommerce-featured-products ul.products::after {
  display: none;
}

.woocommerce-featured-products ul.products li.product {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18, 27, 20, .94), rgba(1, 4, 2, .94));
}

.woocommerce-featured-products ul.products li.product a img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 12px;
  border-radius: 6px;
  background: radial-gradient(circle at 50% 30%, rgba(85, 255, 0, .22), transparent 50%), #090d0a;
}

.woocommerce-featured-products .woocommerce-loop-product__title {
  min-height: 44px;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  text-transform: uppercase;
}

.woocommerce-featured-products .price {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.woocommerce-featured-products .star-rating {
  color: #ffd332;
}

.woocommerce-featured-products .button {
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #071006;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce-page-shell {
  max-width: 1240px;
  min-height: 58vh;
  margin: 0 auto;
  padding: 46px 24px 70px;
}

.wordpress-page-shell {
  max-width: 1240px;
  min-height: 58vh;
  margin: 0 auto;
  padding: 46px 24px 70px;
}

.wordpress-page-content {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18, 27, 20, .94), rgba(1, 4, 2, .94));
  color: var(--text);
}

.wordpress-page-header {
  padding: 32px 32px 0;
}

.wordpress-page-header h1 {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  text-transform: uppercase;
}

.wordpress-page-body {
  padding: 0 32px 32px;
}

.wordpress-page-body .wp-block-woocommerce-cart,
.wordpress-page-body .wp-block-woocommerce-checkout,
.wordpress-page-body .woocommerce {
  color: var(--text);
}

.woocommerce-page-shell .woocommerce,
.woocommerce-page-shell .product {
  color: var(--text);
}

.woocommerce-page-shell .woocommerce-products-header,
.woocommerce-page-shell .summary,
.woocommerce-page-shell .woocommerce-tabs,
.woocommerce-page-shell .related.products,
.woocommerce-page-shell .up-sells.products,
.woocommerce-page-shell .cross-sells,
.woocommerce-page-shell .cart_totals,
.woocommerce-page-shell form.checkout,
.woocommerce-page-shell .woocommerce-cart-form,
.woocommerce-page-shell .woocommerce-MyAccount-content,
.woocommerce-page-shell .woocommerce-MyAccount-navigation {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18, 27, 20, .94), rgba(1, 4, 2, .94));
}

.woocommerce-page-shell .woocommerce-products-header {
  margin-bottom: 24px;
  padding: 32px;
}

.woocommerce-page-shell h1,
.woocommerce-page-shell h2,
.woocommerce-page-shell h3 {
  color: #fff;
  text-transform: uppercase;
}

.woocommerce-page-shell .woocommerce-result-count,
.woocommerce-page-shell .woocommerce-breadcrumb,
.woocommerce-page-shell .woocommerce-product-details__short-description,
.woocommerce-page-shell .woocommerce-Tabs-panel,
.woocommerce-page-shell p,
.woocommerce-page-shell table,
.woocommerce-page-shell label {
  color: var(--muted);
}

.woocommerce-page-shell .woocommerce-breadcrumb {
  margin-bottom: 20px;
}

.woocommerce-page-shell .woocommerce-ordering select,
.woocommerce-page-shell input,
.woocommerce-page-shell textarea,
.woocommerce-page-shell select {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #070b08;
  color: #fff;
}

.woocommerce-page-shell ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
}

.woocommerce-page-shell ul.products::before,
.woocommerce-page-shell ul.products::after {
  display: none;
}

.woocommerce-page-shell ul.products li.product {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18, 27, 20, .94), rgba(1, 4, 2, .94));
}

.woocommerce-page-shell ul.products li.product a img,
.woocommerce-page-shell div.product div.images img {
  border-radius: 8px;
  background: radial-gradient(circle at 50% 30%, rgba(85, 255, 0, .18), transparent 50%), #090d0a;
}

.woocommerce-page-shell ul.products li.product a img {
  height: 220px;
  object-fit: contain;
  padding: 14px;
}

.woocommerce-page-shell .woocommerce-loop-product__title {
  min-height: 44px;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.woocommerce-page-shell .price,
.woocommerce-page-shell div.product p.price,
.woocommerce-page-shell div.product span.price {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.woocommerce-page-shell .star-rating {
  color: #ffd332;
}

.woocommerce-page-shell .button,
.woocommerce-page-shell button.button,
.woocommerce-page-shell input.button,
.woocommerce-page-shell #respond input#submit,
.woocommerce-page-shell .single_add_to_cart_button {
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #071006;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.woocommerce-page-shell div.product div.summary {
  padding: 32px;
}

.woocommerce-page-shell div.product .woocommerce-tabs {
  padding: 24px;
}

.woocommerce-page-shell .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce-page-shell .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--line);
  background: #070b08;
}

.woocommerce-page-shell .woocommerce-tabs ul.tabs li a {
  color: #fff;
}

.woocommerce-page-shell table.shop_table {
  border-color: var(--line);
  border-radius: 8px;
  background: rgba(4, 8, 5, .8);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  max-width: 1240px;
  margin: 24px auto;
  border-top-color: var(--green);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18, 27, 20, .96), rgba(1, 4, 2, .96));
  color: #fff;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--green);
}

.woocommerce-message a.button,
.woocommerce-info a.button {
  border-radius: 6px;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #071006;
  font-weight: 900;
  text-transform: uppercase;
}

.calculator {
  display: grid;
  grid-template-columns: 260px 1fr 1.55fr;
  gap: 28px;
  align-items: center;
  max-width: 1240px;
  margin: 28px auto 0;
  padding: 0 28px 0 0;
  overflow: hidden;
  border-color: rgba(120, 228, 20, .45);
}

.calculator__media {
  min-height: 230px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .72)),
    url("assets/ncharging-hero.png") center/cover;
}

.calculator__copy {
  padding: 30px 0;
}

.calculator__copy p {
  color: var(--muted);
  line-height: 1.6;
}

.calculator__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.calculator__steps div {
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.calculator__steps strong {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-size: 28px;
}

.calculator__steps span {
  font-weight: 900;
}

.calculator__steps small {
  color: var(--muted);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 42px;
  padding: 28px 8%;
  background: #f4f6f2;
  color: #101711;
}

.service-strip div {
  display: grid;
  gap: 5px;
}

.service-strip strong::before {
  content: "▱";
  margin-right: 10px;
  color: var(--green-2);
}

.service-strip span {
  color: #3f4a42;
}

.about,
.contact {
  max-width: 1240px;
  margin: 54px auto 0;
  padding: 42px;
}

.about {
  text-align: center;
}

.about p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.65;
}

.contact {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 60px;
  background:
    radial-gradient(circle at 80% 20%, rgba(120, 228, 20, .14), transparent 36%),
    linear-gradient(145deg, rgba(18, 27, 20, .94), rgba(1, 4, 2, .94));
}

.contact p {
  color: var(--muted);
  line-height: 1.65;
}

.contact .button {
  justify-self: end;
}

.whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #20d45a;
  color: white;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(32, 212, 90, .32);
}

.footer {
  display: grid;
  grid-template-columns: 1.55fr 1fr 1fr 1fr;
  gap: 44px;
  padding: 48px 7% 34px;
  border-top: 1px solid var(--line);
  background: #030604;
  color: var(--muted);
}

.footer p {
  max-width: 340px;
  line-height: 1.7;
}

.footer h4 {
  color: #fff;
  text-transform: uppercase;
}

.footer a,
.footer span {
  display: block;
  margin: 11px 0;
}

.copyright {
  padding: 20px 7%;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #030604;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1120px) {
  .nav {
    grid-template-columns: auto auto;
  }

  .nav__tools {
    display: none;
  }

  .category-grid,
  .woocommerce-category-grid ul.products,
  .featured-grid,
  .woocommerce-featured-products ul.products,
  .woocommerce-page-shell ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip,
  .service-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .calculator,
  .footer {
    grid-template-columns: 1fr 1fr;
  }

  .calculator__steps {
    grid-column: 1 / -1;
    padding: 0 0 28px 28px;
  }
}

@media (max-width: 760px) {
  .topbar__inner {
    flex-direction: column;
    gap: 8px;
  }

  .nav {
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }

  .brand__mark {
    font-size: 40px;
  }

  .brand__text {
    font-size: 17px;
  }

  .menu-button {
    display: block;
  }

  .nav__links {
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px 18px 20px;
    background: rgba(0, 0, 0, .96);
  }

  .nav__links.is-open {
    display: flex;
  }

  .nav__links a {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .hero {
    min-height: 650px;
  }

  .hero__image {
    object-position: 62% center;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .64)),
      linear-gradient(0deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .12));
  }

  .hero__content {
    padding: 58px 20px 126px;
  }

  h1 {
    font-size: 42px;
  }

  .hero__lead {
    font-size: 18px;
  }

  .trust-strip,
  .category-grid,
  .woocommerce-category-grid ul.products,
  .featured-grid,
  .woocommerce-featured-products ul.products,
  .woocommerce-page-shell ul.products,
  .calculator,
  .calculator__steps,
  .service-strip,
  .contact,
  .footer {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: -78px;
  }

  .section--framed {
    margin-left: 18px;
    margin-right: 18px;
    padding: 18px;
  }

  .section {
    padding: 0 18px;
  }

  .calculator {
    margin: 32px 18px 0;
    padding: 0;
  }

  .calculator__copy {
    padding: 28px;
  }

  .calculator__steps {
    padding: 0 28px 28px;
  }

  .service-strip {
    padding: 28px;
  }

  .about,
  .contact {
    margin: 42px 18px 0;
    padding: 28px;
  }

  .contact .button {
    justify-self: start;
  }

  .footer {
    padding: 36px 24px;
  }
}
