:root {
  --bg: #f7f9f4;
  --bg-soft: #edf6f1;
  --surface: #ffffff;
  --ink: #13201f;
  --muted: #5d6b69;
  --line: rgba(19, 32, 31, 0.14);
  --cyan: #13bdd7;
  --mint: #63d46f;
  --coral: #ff6f61;
  --sun: #ffd166;
  --navy: #123b55;
  --shadow: 0 24px 70px rgba(19, 32, 31, 0.12);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(rgba(19, 32, 31, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 32, 31, 0.035) 1px, transparent 1px),
    var(--bg);
  background-size: 44px 44px;
  color: var(--ink);
  font-family: "Century Gothic", CenturyGothic, AppleGothic, "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

body.shop-nav-open,
body.shop-filter-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(19, 189, 215, 0.34);
  outline-offset: 3px;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.shop-scroll-meter {
  position: fixed;
  inset: 0 0 auto;
  z-index: 120;
  height: 4px;
  background: rgba(19, 32, 31, 0.08);
}

.shop-scroll-meter span {
  display: block;
  width: calc(var(--scroll-ratio, 0) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--mint), var(--coral));
}

.shop-header {
  position: fixed;
  left: 50%;
  top: 20px;
  z-index: 100;
  width: min(1240px, calc(100% - 32px));
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 60px rgba(19, 32, 31, 0.1);
  transform: translateX(-50%);
  backdrop-filter: blur(22px);
}

.shop-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--line);
}

.shop-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 900;
}

.shop-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.shop-brand small {
  color: var(--cyan);
  font: inherit;
}

.shop-primary-nav,
.shop-nav-list,
.shop-header-actions {
  display: flex;
  align-items: center;
}

.shop-primary-nav {
  justify-content: flex-end;
  gap: 4px;
}

.shop-nav-list {
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-primary-nav a,
.shop-icon-link,
.shop-cart-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 900;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.shop-primary-nav a {
  padding: 0 13px;
  color: var(--muted);
  font-size: 0.93rem;
}

.shop-primary-nav a:hover {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.shop-primary-nav .shop-main-link {
  gap: 8px;
  margin-left: 6px;
  border-color: rgba(19, 189, 215, 0.28);
  background: linear-gradient(135deg, rgba(19, 189, 215, 0.1), rgba(99, 212, 111, 0.08));
  color: var(--ink);
}

.shop-primary-nav .shop-main-link svg,
.shop-icon-link svg,
.shop-cart-link svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.35;
}

.shop-header-actions {
  gap: 8px;
}

.shop-icon-link {
  width: 44px;
  background: #fff;
  border-color: var(--line);
}

.shop-cart-link {
  gap: 8px;
  padding: 0 12px;
  border-color: rgba(19, 189, 215, 0.28);
  background: var(--ink);
  color: #fff;
}

.cart-count {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--mint);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.shop-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
}

.shop-main,
.shop-page-main,
.shop-archive-main,
.shop-woo-main {
  min-height: 70vh;
}

.shop-container {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
  padding: 130px 0 90px;
}

.shop-hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-content: end;
  padding: 130px clamp(18px, 6%, 76px) 34px;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(247, 249, 244, 0.99) 0%, rgba(247, 249, 244, 0.91) 47%, rgba(247, 249, 244, 0.42) 100%),
    url("../img/shop-hero-hardware.png") center / cover no-repeat;
}

.shop-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 150px;
  background: linear-gradient(0deg, var(--bg), rgba(247, 249, 244, 0));
}

.shop-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.shop-hero-bg img {
  position: absolute;
  right: -6%;
  top: 9%;
  width: min(980px, 64%);
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(19, 32, 31, 0.1);
  border-radius: var(--radius);
  object-fit: cover;
  opacity: 0.68;
  filter: saturate(0.98) contrast(0.98);
  box-shadow: 0 28px 80px rgba(18, 59, 85, 0.1);
}

.shop-hero-content {
  width: min(820px, 100%);
  position: relative;
  z-index: 1;
}

.shop-eyebrow {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-hero h1 {
  max-width: 860px;
  margin: 0;
  color: var(--ink);
  font-size: 5.35rem;
  line-height: 0.96;
  font-weight: 900;
}

.shop-hero p:not(.shop-eyebrow) {
  width: min(700px, 100%);
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.65;
}

.shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.shop-hero-search {
  width: min(620px, 100%);
  margin-top: 18px;
}

.shop-hero-search form,
.woocommerce-product-search,
.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(19, 32, 31, 0.08);
}

.shop-hero-search input[type="search"],
.woocommerce-product-search input[type="search"],
.search-form input[type="search"] {
  min-height: 46px;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  outline: none;
  padding: 0 10px;
  font-weight: 800;
}

.shop-hero-search button,
.woocommerce-product-search button,
.search-form .search-submit {
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  padding: 0 16px;
  font-weight: 900;
}

.shop-btn,
.shop-section-link,
.shop-footer-whatsapp {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.shop-btn svg,
.shop-section-link svg,
.shop-footer-whatsapp svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.35;
}

.shop-btn-primary {
  border-color: rgba(19, 189, 215, 0.2);
  background: linear-gradient(135deg, var(--ink), var(--navy));
  color: #fff;
  box-shadow: 0 18px 42px rgba(18, 59, 85, 0.18);
}

.shop-btn-secondary,
.shop-section-link {
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
}

.shop-btn:hover,
.shop-section-link:hover,
.shop-footer-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 52px rgba(19, 32, 31, 0.14);
}

.shop-hero-strip {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 62px;
}

.shop-hero-strip span {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(19, 32, 31, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  font-weight: 900;
  backdrop-filter: blur(16px);
}

.shop-hero-strip svg {
  width: 18px;
  height: 18px;
  color: var(--cyan);
}

.shop-trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 24px clamp(18px, 6%, 76px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.shop-trust-band div {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-soft);
  color: var(--ink);
  font-weight: 900;
}

.shop-trust-band svg {
  width: 18px;
  height: 18px;
  color: var(--cyan);
}

.shop-section {
  padding: 96px clamp(18px, 6%, 76px);
}

.shop-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.shop-section-head h1,
.shop-section-head h2,
.shop-integration-strip h2,
.shop-archive-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 900;
}

.shop-section-head h2 {
  max-width: 830px;
}

.shop-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.shop-category-card {
  min-height: 250px;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(237, 246, 241, 0.78)),
    #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(19, 32, 31, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.shop-category-card:hover {
  border-color: rgba(19, 189, 215, 0.42);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.shop-category-card img {
  width: 100%;
  height: 130px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  object-fit: cover;
}

.shop-category-icon,
.shop-product-placeholder {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
}

.shop-category-icon svg,
.shop-product-placeholder svg {
  width: 26px;
  height: 26px;
}

.shop-category-card strong {
  font-size: 1.35rem;
}

.shop-category-card small {
  color: var(--muted);
  font-weight: 800;
}

.shop-featured-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--bg-soft), rgba(255, 255, 255, 0));
}

.shop-product-grid,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
}

.shop-product-card {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(19, 32, 31, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.shop-product-card:hover {
  border-color: rgba(19, 189, 215, 0.38);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.shop-product-media {
  position: relative;
  min-height: 230px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #f9fbf8, #eef5f1);
}

.shop-product-media img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  padding: 18px;
  transition: transform 220ms ease;
}

.shop-product-card:hover .shop-product-media img {
  transform: scale(1.035);
}

.shop-product-badge,
.onsale {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: var(--radius);
  background: var(--coral);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.shop-product-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.shop-product-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--ink);
  text-decoration: none;
  font-size: 1.13rem;
  line-height: 1.25;
  font-weight: 900;
}

.shop-product-meta,
.shop-product-meta a {
  color: var(--muted);
  font-size: 0.9rem;
  text-decoration: none;
}

.shop-product-foot {
  display: grid;
  gap: 12px;
  align-self: end;
}

.shop-product-price,
.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 900;
}

.price del {
  color: var(--muted);
  font-weight: 700;
  opacity: 0.72;
}

.price ins {
  color: var(--coral);
  text-decoration: none;
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(18, 59, 85, 0.16);
}

.shop-add-button {
  width: 100%;
}

.shop-empty-note {
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--muted);
  font-weight: 800;
}

.shop-integration-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 58px clamp(18px, 6%, 76px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(237, 246, 241, 0.94), rgba(255, 255, 255, 0.96)),
    #fff;
}

.shop-integration-strip p:not(.shop-eyebrow) {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.shop-archive-main {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: 132px 0 94px;
}

.shop-archive-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 26px;
}

.woocommerce-breadcrumb {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.woocommerce-breadcrumb a {
  color: var(--navy);
  text-decoration: none;
}

.shop-archive-description {
  max-width: 780px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.shop-archive-summary {
  min-width: 150px;
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(19, 32, 31, 0.08);
}

.shop-archive-summary strong {
  font-size: 2rem;
}

.shop-archive-summary span {
  color: var(--muted);
  font-weight: 800;
}

.shop-category-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0 18px;
  scrollbar-width: thin;
}

.shop-category-rail a {
  min-width: 170px;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.shop-category-rail small {
  color: var(--muted);
}

.shop-archive-shell {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.shop-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 12px;
}

.shop-filter-head {
  display: none;
}

.shop-filter-widget {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(19, 32, 31, 0.06);
}

.widget-title,
.shop-filter-widget h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1rem;
}

.shop-filter-widget ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-filter-widget a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 800;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
}

.shop-filter-toggle {
  min-height: 42px;
  display: none;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font-weight: 900;
}

.shop-toolbar-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin: 0;
}

.woocommerce .woocommerce-ordering select,
.woocommerce select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce-page input.input-text {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: 0 12px;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  border: 0;
  margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 42px;
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font-weight: 900;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--ink);
  color: #fff;
}

.shop-page-content,
.woocommerce div.product,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout,
.woocommerce-account .woocommerce {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.woocommerce div.product {
  position: relative;
  margin-top: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-soft);
}

.woocommerce div.product .product_title {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 2.65rem;
  line-height: 1.04;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.woocommerce .quantity .qty {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.woocommerce-tabs {
  padding-top: 28px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom-color: var(--line);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: var(--line);
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--bg-soft);
}

.shop-footer {
  padding: 28px clamp(18px, 6%, 76px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}

.shop-footer-main,
.shop-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.shop-footer-main strong {
  display: block;
  color: #fff;
  margin-bottom: 6px;
}

.shop-footer nav,
.shop-footer .shop-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}

.shop-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.shop-footer-whatsapp {
  min-height: 46px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.shop-footer-widgets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.shop-footer-bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.92rem;
}

@media (max-width: 1180px) {
  .shop-header {
    grid-template-columns: auto auto auto;
  }

  .shop-primary-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 98px;
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .shop-primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .shop-primary-nav .shop-nav-list {
    display: grid;
    gap: 8px;
  }

  .shop-primary-nav a {
    justify-content: flex-start;
    border-color: var(--line);
    background: var(--bg);
  }

  .shop-primary-nav .shop-main-link {
    margin-left: 0;
    justify-content: space-between;
    background: #fff;
  }

  .shop-nav-toggle {
    display: grid;
    justify-self: end;
  }

  .shop-header-actions {
    justify-self: end;
  }

  .shop-hero h1 {
    font-size: 4rem;
  }

  .shop-section-head h1,
  .shop-section-head h2,
  .shop-integration-strip h2,
  .shop-archive-hero h1 {
    font-size: 2.8rem;
  }

  .shop-product-grid,
  .woocommerce ul.products,
  .shop-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-archive-shell {
    grid-template-columns: 1fr;
  }

  .shop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 140;
    width: min(360px, 88vw);
    overflow: auto;
    padding: 18px;
    background: var(--bg);
    box-shadow: 20px 0 70px rgba(19, 32, 31, 0.18);
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  .shop-sidebar.is-open {
    transform: translateX(0);
  }

  .shop-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .shop-filter-close {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
  }

  .shop-filter-toggle {
    display: inline-flex;
  }
}

@media (max-width: 760px) {
  .shop-header {
    left: 12px;
    right: 12px;
    width: calc(100vw - 24px);
    grid-template-columns: auto auto;
    transform: none;
  }

  .shop-header-actions {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: space-between;
  }

  .shop-cart-link {
    flex: 1;
  }

  .shop-hero {
    min-height: 94svh;
    padding: 158px 16px 32px;
  }

  .shop-hero-bg img {
    right: -18%;
    top: 18%;
    width: 104%;
    opacity: 0.32;
  }

  .shop-hero h1 {
    font-size: 2.8rem;
  }

  .shop-hero p:not(.shop-eyebrow) {
    font-size: 1.02rem;
  }

  .shop-hero-actions,
  .shop-section-head,
  .shop-integration-strip,
  .shop-archive-hero,
  .shop-toolbar,
  .shop-footer-main,
  .shop-footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .shop-hero-actions {
    display: grid;
  }

  .shop-hero-search form,
  .woocommerce-product-search,
  .search-form {
    grid-template-columns: 1fr;
  }

  .shop-btn,
  .shop-section-link {
    width: 100%;
  }

  .shop-hero-strip,
  .shop-trust-band,
  .shop-product-grid,
  .woocommerce ul.products,
  .shop-category-grid,
  .shop-integration-strip,
  .shop-footer-widgets {
    grid-template-columns: 1fr;
  }

  .shop-section {
    padding: 72px 16px;
  }

  .shop-section-head h1,
  .shop-section-head h2,
  .shop-integration-strip h2,
  .shop-archive-hero h1 {
    font-size: 2.15rem;
  }

  .shop-integration-strip {
    padding: 42px 16px;
  }

  .shop-archive-main,
  .shop-container {
    width: calc(100% - 32px);
    padding-top: 160px;
  }

  .shop-toolbar-meta {
    display: grid;
    gap: 10px;
    margin-left: 0;
  }

  .woocommerce div.product .product_title {
    font-size: 2rem;
  }

  .shop-page-content,
  .woocommerce div.product,
  .woocommerce-cart-form,
  .cart_totals,
  .woocommerce-checkout,
  .woocommerce-account .woocommerce {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
