:root {
  --ink: #111a26;
  --navy: #102235;
  --navy-2: #18334d;
  --cream: #f6f4ee;
  --paper: #fff;
  --line: #dcdedc;
  --muted: #66707b;
  --accent: #d5a949;
  --accent-dark: #ad7e1e;
  --green: #237a4b;
  --red: #b33a32;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 16px 42px rgba(17, 26, 38, 0.11);
  --container: min(94vw, 1480px);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body,
h1,
h2,
h3,
p,
figure,
ul,
dl,
dd {
  margin: 0;
}
ul {
  padding: 0;
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
[hidden] {
  display: none !important;
}
body {
  min-height: 100vh;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
}
.shop-menu-open {
  overflow: hidden;
}
.shop-container {
  width: var(--container);
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.shop-skip {
  position: fixed;
  z-index: 999;
  left: 1rem;
  top: -5rem;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #111;
}
.shop-skip:focus {
  top: 1rem;
}
.shop-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 31px;
  padding: 0.35rem 1rem;
  background: #091521;
  color: #dae2e9;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.shop-announcement span {
  color: var(--accent);
}
.shop-header {
  position: relative;
  z-index: 80;
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  min-height: 76px;
  padding: 11px max(3vw, 20px);
  background: var(--navy);
  color: #fff;
}
.shop-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.shop-logo-panel {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.65rem 0.35rem;
  background: #fff;
  border-radius: 2px;
}
.shop-logo img {
  width: 125px;
  height: auto;
  filter: brightness(0) invert(1);
}
.shop-logo > .shop-label {
  padding: 0.17rem 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.17em;
}
.shop-search {
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}
.shop-search input {
  min-width: 0;
  height: 46px;
  padding: 0 1rem;
  border: 0;
  outline: 0;
  color: var(--ink);
}
.shop-search input:focus {
  box-shadow: inset 0 0 0 3px var(--accent);
}
.shop-search button {
  min-width: 92px;
  border: 0;
  background: var(--accent);
  color: #1b1c18;
  font-weight: 800;
  cursor: pointer;
}
.shop-search button:hover {
  background: #e3bd68;
}
.shop-utility {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.7rem);
}
.shop-utility > a {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  line-height: 1.2;
}
.shop-utility span {
  color: #c2ccd5;
}
.shop-utility strong {
  font-size: 13px;
}
.shop-cart-link {
  position: relative;
  padding-left: 2.25rem;
}
.shop-cart-link i {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  font-style: normal;
}
.shop-cart-link > [data-cart-count] {
  position: absolute;
  left: 1.2rem;
  top: -0.4rem;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--accent);
  color: #111;
  font-size: 10px;
  font-weight: 800;
}
.shop-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: none;
}
.shop-menu-button i {
  display: block;
  border-top: 2px solid #fff;
  margin: 5px 0;
}
.shop-category-nav {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 45px;
  padding: 0 max(3vw, 20px);
  overflow-x: auto;
  background: var(--navy-2);
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}
.shop-category-nav a {
  flex: 0 0 auto;
  padding: 0.9rem 1rem;
  font-size: 12px;
  font-weight: 700;
}
.shop-category-nav a:hover,
.shop-category-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #f2ca76;
}
.shop-category-nav a:last-child {
  margin-left: auto;
  color: #f2ca76;
}
.shop-mobile-menu {
  position: fixed;
  z-index: 200;
  inset: 0 auto 0 0;
  width: min(88vw, 390px);
  padding: 1.5rem;
  background: #fff;
  box-shadow: 30px 0 80px rgba(0, 0, 0, 0.25);
  transform: translateX(-105%);
  transition: transform 0.35s ease;
}
.shop-mobile-menu::after {
  position: fixed;
  z-index: -1;
  inset: 0 0 0 100%;
  width: 100vw;
  content: "";
  background: rgba(5, 12, 19, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
}
.shop-mobile-menu.open {
  transform: none;
}
.shop-mobile-menu.open::after {
  opacity: 1;
  pointer-events: auto;
}
.shop-mobile-menu > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.shop-mobile-menu > div strong {
  font: 600 26px/1 var(--serif);
}
.shop-mobile-menu button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 26px;
  cursor: pointer;
}
.shop-mobile-menu nav {
  display: flex;
  flex-direction: column;
}
.shop-mobile-menu nav a {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0.25rem;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}
.shop-main {
  min-height: 60vh;
}
.shop-kicker {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.shop-section {
  padding: clamp(3.5rem, 7vw, 7rem) 0;
}
.shop-section-white {
  background: #fff;
}
.shop-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.3rem;
}
.shop-section-head h2 {
  margin-top: 0.4rem;
  font: 600 clamp(36px, 4vw, 62px)/0.92 var(--serif);
}
.shop-section-head > a {
  border-bottom: 1px solid;
  padding: 0.4rem 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.shop-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #0d1925;
  color: #fff;
}
.shop-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.52) saturate(0.8);
}
.shop-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(8, 19, 30, 0.96) 0%,
    rgba(8, 19, 30, 0.72) 42%,
    rgba(8, 19, 30, 0.08) 78%
  );
}
.shop-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 0;
}
.shop-hero .shop-kicker {
  color: #f0c56d;
}
.shop-hero h1 {
  max-width: 760px;
  margin: 0.65rem 0 1rem;
  font: 600 clamp(52px, 7vw, 94px)/0.82 var(--serif);
  letter-spacing: -0.035em;
}
.shop-hero p:not(.shop-kicker) {
  max-width: 570px;
  color: #d4dce3;
  font-size: 17px;
}
.shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}
.shop-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.75rem 1.2rem;
  border: 1px solid var(--ink);
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.18s;
}
.shop-button:hover,
.shop-button:focus-visible {
  transform: translateY(-1px);
}
.shop-button-accent {
  border-color: var(--accent);
  background: var(--accent);
  color: #181913;
}
.shop-button-accent:hover {
  background: #e1bb66;
}
.shop-button-dark {
  background: var(--navy);
  color: #fff;
}
.shop-button-dark:hover {
  background: var(--navy-2);
}
.shop-button-light {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.shop-button-wide {
  width: 100%;
}
.shop-benefits {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -34px;
  background: #fff;
  box-shadow: var(--shadow);
}
.shop-benefits > div {
  padding: 1.25rem 1.5rem;
  border-right: 1px solid var(--line);
}
.shop-benefits > div:last-child {
  border: 0;
}
.shop-benefits strong {
  display: block;
  font-size: 13px;
}
.shop-benefits span {
  color: var(--muted);
  font-size: 11px;
}
.shop-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.shop-category-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #111;
  color: #fff;
}
.shop-category-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(5, 13, 20, 0.9),
    rgba(5, 13, 20, 0.05) 70%
  );
}
.shop-category-card > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.shop-category-card:hover > img {
  transform: scale(1.04);
}
.shop-category-card > div {
  position: absolute;
  z-index: 1;
  inset: auto 1.5rem 1.5rem;
}
.shop-category-card span {
  color: #f2ca76;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.shop-category-card h3 {
  font: 600 38px/1 var(--serif);
}
.shop-category-card p {
  margin: 0.35rem 0 0.8rem;
  color: #d4dbe0;
  font-size: 12px;
}
.shop-category-card strong {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.shop-category-card i {
  font-style: normal;
  transition: margin 0.2s;
}
.shop-category-card:hover i {
  margin-left: 0.35rem;
}
.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.shop-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #fff;
}
.shop-product-image {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f7f7f4;
}
.shop-product-image img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  transition: transform 0.35s ease;
}
.shop-product-card:hover .shop-product-image img {
  transform: scale(1.04);
}
.product-badge {
  position: absolute;
  z-index: 1;
  left: 0.75rem;
  top: 0.75rem;
  padding: 0.3rem 0.5rem;
  border-radius: 2px;
  background: var(--navy);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.shop-product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}
.shop-product-copy > p {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.shop-product-copy h3 {
  min-height: 2.5em;
  margin: 0.35rem 0;
  font: 600 clamp(20px, 1.8vw, 27px)/1.05 var(--serif);
}
.product-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-rating span {
  color: #9a6805;
  font-size: 12px;
  font-weight: 800;
}
.product-rating small {
  color: var(--muted);
  font-size: 10px;
}
.product-price {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.75rem 0;
}
.product-price strong {
  font-size: 17px;
}
.product-price del {
  color: #8b9197;
  font-size: 12px;
}
.shop-product-copy .shop-button {
  width: 100%;
  margin-top: auto;
}
.shop-deal-band {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  min-height: 390px;
  background: var(--navy);
  color: #fff;
}
.shop-deal-band > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
}
.shop-deal-band h2 {
  max-width: 550px;
  margin: 0.5rem 0 1rem;
  font: 600 clamp(42px, 5vw, 72px)/0.88 var(--serif);
}
.shop-deal-band p {
  max-width: 500px;
  color: #c9d1d9;
}
.shop-deal-band > a {
  position: relative;
  overflow: hidden;
}
.shop-deal-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.shop-deal-band > a:hover img {
  transform: scale(1.04);
}
.catalog-header {
  padding: 3rem 0 2rem;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.shop-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 11px;
}
.shop-breadcrumb a:hover {
  color: var(--ink);
}
.catalog-header h1 {
  margin: 0.6rem 0 0.25rem;
  font: 600 clamp(46px, 6vw, 78px)/0.9 var(--serif);
}
.catalog-header p {
  color: var(--muted);
}
.catalog-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 2rem;
  padding: 2rem 0 5rem;
}
.catalog-sidebar {
  align-self: start;
  padding: 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
}
.catalog-sidebar h2 {
  margin-bottom: 1rem;
  font: 600 28px/1 var(--serif);
}
.filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}
.filter-group label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.filter-group input,
.filter-group select {
  width: 100%;
  height: 42px;
  padding: 0 0.65rem;
  border: 1px solid var(--line);
  background: #fff;
}
.filter-group input[type="range"] {
  padding: 0;
}
.filter-price {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
}
.clear-filters {
  padding: 0.5rem 0;
  border: 0;
  border-bottom: 1px solid;
  background: none;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.catalog-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.catalog-results-head span {
  color: var(--muted);
  font-size: 12px;
}
.catalog-results .shop-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.products-empty {
  padding: 5rem 2rem;
  background: #fff;
  text-align: center;
}
.products-empty h2 {
  font: 600 38px/1 var(--serif);
}
.products-empty p {
  margin: 0.5rem 0 1.5rem;
  color: var(--muted);
}
.product-page {
  padding: 2rem 0 5rem;
}
.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(2rem, 6vw, 7rem);
  margin-top: 1.5rem;
}
.product-detail-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid var(--line);
}
.product-detail-media img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}
.product-detail-copy {
  padding-top: 1rem;
}
.product-detail-copy h1 {
  margin: 0.4rem 0 0.8rem;
  font: 600 clamp(48px, 6vw, 78px)/0.85 var(--serif);
}
.product-detail-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.2rem 0;
}
.product-detail-price strong {
  font-size: 28px;
}
.product-detail-price del {
  color: var(--muted);
}
.product-detail-price span {
  padding: 0.25rem 0.5rem;
  background: #e4f2e9;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.product-description {
  max-width: 650px;
  color: #4f5963;
  font-size: 16px;
}
.product-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 1.5rem 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.product-specs li {
  padding: 0.7rem 0.8rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.product-purchase {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  gap: 0.7rem;
}
.product-purchase label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.product-purchase input {
  height: 46px;
  padding: 0 0.65rem;
  border: 1px solid var(--line);
}
.delivery-card {
  margin-top: 1.3rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  background: #fff;
}
.delivery-card strong {
  font-size: 13px;
}
.delivery-card p {
  margin: 0.25rem 0 0.65rem;
  color: var(--muted);
  font-size: 11px;
}
.delivery-card a {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
}
.related-section {
  padding: 4rem 0;
  background: #fff;
}
.cart-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 2rem;
  padding: 3rem 0 6rem;
}
.cart-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.cart-heading h1 {
  font: 600 54px/1 var(--serif);
}
.cart-heading span {
  color: var(--muted);
  font-size: 12px;
}
.cart-line {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 70px 110px;
  align-items: start;
  gap: 1rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--line);
}
.cart-line > a {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid var(--line);
}
.cart-line > a img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}
.cart-line-copy > p {
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
}
.cart-line-copy h2 {
  font: 600 27px/1 var(--serif);
}
.stock-status {
  display: block;
  margin: 0.4rem 0;
  color: var(--green);
  font-size: 10px;
}
.cart-line-copy button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid;
  background: none;
  color: var(--red);
  font-size: 10px;
  cursor: pointer;
}
.cart-line > label {
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
}
.cart-line select {
  display: block;
  width: 64px;
  height: 38px;
  margin-top: 0.25rem;
  border: 1px solid var(--line);
  background: #fff;
}
.cart-line > strong {
  justify-self: end;
  font-size: 16px;
}
.order-summary {
  position: sticky;
  top: 1.5rem;
  padding: 1.4rem;
  background: #fff;
  border: 1px solid var(--line);
}
.order-summary h2 {
  margin-bottom: 1rem;
  font: 600 32px/1 var(--serif);
}
.order-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  color: var(--muted);
  font-size: 12px;
}
.order-summary .summary-total {
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}
.order-summary > p {
  margin-bottom: 1rem;
  color: var(--green);
  font-size: 10px;
}
.empty-state {
  padding: 6rem 2rem;
  background: #fff;
  border: 1px solid var(--line);
  text-align: center;
}
.empty-state.compact {
  padding: 3rem 1rem;
}
.empty-state > span {
  font-size: 44px;
}
.empty-state h1 {
  margin: 0.5rem 0;
  font: 600 50px/1 var(--serif);
}
.empty-state h2 {
  font: 600 32px/1 var(--serif);
}
.empty-state p {
  margin-bottom: 1.2rem;
  color: var(--muted);
}
.checkout-page {
  padding: 3rem 0 6rem;
}
.checkout-page > h1 {
  margin: 0.4rem 0 2rem;
  font: 600 62px/0.9 var(--serif);
}
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 2rem;
}
.checkout-form {
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
}
.checkout-form fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0;
  padding: 1.5rem 0;
  border: 0;
  border-top: 1px solid var(--line);
}
.checkout-form fieldset:first-child {
  padding-top: 0;
  border: 0;
}
.checkout-form legend {
  grid-column: 1/-1;
  width: 100%;
  margin-bottom: 1rem;
  font: 600 28px/1 var(--serif);
}
.checkout-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: #4e5862;
  font-size: 11px;
  font-weight: 700;
}
.checkout-form label.full {
  grid-column: 1/-1;
}
.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  background: #fff;
}
.checkout-form textarea {
  min-height: 90px;
  resize: vertical;
}
.payment-options {
  grid-column: 1/-1;
  display: grid;
  gap: 0.65rem;
}
.payment-option {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem !important;
  padding: 0.8rem;
  border: 1px solid var(--line);
}
.payment-option input {
  width: 18px;
  height: 18px;
}
.payment-option span {
  display: flex;
  flex-direction: column;
}
.payment-option small {
  color: var(--muted);
  font-weight: 400;
}
.checkout-mini-lines {
  margin-top: 1rem;
  border-top: 1px solid var(--line);
}
.checkout-mini-lines > div {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--line);
}
.checkout-mini-lines img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: #f5f5f2;
}
.checkout-mini-lines span {
  font-size: 11px;
}
.checkout-mini-lines small {
  display: block;
  color: var(--muted);
}
.checkout-mini-lines strong {
  font-size: 11px;
}
.order-success {
  max-width: 760px;
  margin: 1rem auto;
  padding: 5rem 2rem;
  background: #fff;
  border: 1px solid var(--line);
  text-align: center;
}
.order-success > span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #e3f3e8;
  color: var(--green);
  font-size: 30px;
}
.order-success h1 {
  margin: 0.4rem 0 1rem;
  font: 600 58px/0.9 var(--serif);
}
.order-success > p:not(.shop-kicker) {
  max-width: 560px;
  margin: 0 auto 1.5rem;
  color: var(--muted);
}
.order-success > div {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}
.account-page {
  padding: 4rem 0 7rem;
}
.account-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  background: #fff;
  border: 1px solid var(--line);
}
.account-visual {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.account-visual img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.48);
}
.account-visual > div {
  position: absolute;
  z-index: 1;
  inset: auto 2rem 2rem;
}
.account-visual h1 {
  font: 600 58px/0.86 var(--serif);
}
.account-visual p {
  max-width: 430px;
  margin-top: 0.75rem;
  color: #d5dde4;
}
.account-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
}
.account-panel h2,
.account-panel h1 {
  margin: 0.35rem 0 1rem;
  font: 600 48px/0.9 var(--serif);
}
.account-panel > p:not(.shop-kicker) {
  color: var(--muted);
}
.account-panel form {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.2rem;
}
.account-panel label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.account-panel input {
  height: 46px;
  padding: 0 0.75rem;
  border: 1px solid var(--line);
}
.account-note {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 10px;
}
.account-actions {
  display: grid;
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.account-actions a,
.account-actions button {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.orders-page {
  padding: 3rem 0 7rem;
}
.orders-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.orders-heading h1 {
  font: 600 62px/0.9 var(--serif);
}
.orders-heading > span {
  color: var(--muted);
  font-size: 12px;
}
.order-card {
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid var(--line);
}
.order-card-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: #f0f1ee;
  border-bottom: 1px solid var(--line);
}
.order-card-head > div {
  display: flex;
  flex-direction: column;
}
.order-card-head small {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}
.order-card-head strong {
  font-size: 11px;
}
.order-card-head > span {
  padding: 0.35rem 0.55rem;
  background: #e3f3e8;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.order-products {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.2rem;
}
.order-products a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 230px;
}
.order-products img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  background: #f6f6f3;
}
.order-products span {
  display: flex;
  flex-direction: column;
}
.order-products strong {
  font-size: 12px;
}
.order-products small {
  color: var(--muted);
  font-size: 10px;
}
.shop-footer {
  padding: 4.5rem 0 1.5rem;
  background: #091521;
  color: #fff;
}
.shop-footer-grid {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: 4vw;
}
.shop-footer-grid > div:first-child img {
  width: 145px;
  filter: brightness(0) invert(1);
}
.shop-footer-grid p {
  max-width: 380px;
  margin-top: 1rem;
  color: #aeb9c3;
  font-size: 12px;
}
.shop-footer h2 {
  margin-bottom: 0.8rem;
  color: #e7bc65;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.shop-footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.shop-footer a {
  color: #b9c3cc;
  font-size: 12px;
}
.shop-footer a:hover {
  color: #fff;
}
.shop-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #7f8b96;
  font-size: 10px;
}
.shop-toast {
  position: fixed;
  z-index: 400;
  right: 1.2rem;
  bottom: 1.2rem;
  max-width: 340px;
  padding: 0.85rem 1rem;
  border-left: 4px solid var(--accent);
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow);
  font-size: 12px;
  opacity: 0;
  transform: translateY(1rem);
  pointer-events: none;
  transition: 0.25s;
}
.shop-toast.show {
  opacity: 1;
  transform: none;
}
@media (max-width: 1100px) {
  .shop-header {
    grid-template-columns: auto 1fr auto;
  }
  .shop-utility > a:not(.shop-cart-link) {
    display: none;
  }
  .shop-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-results .shop-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-benefits {
    grid-template-columns: 1fr 1fr;
  }
  .shop-benefits > div:nth-child(2) {
    border-right: 0;
  }
  .shop-benefits > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .shop-footer-grid {
    grid-template-columns: 1.5fr repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .shop-announcement {
    font-size: 9px;
  }
  .shop-header {
    grid-template-columns: auto 1fr auto;
    min-height: 66px;
    padding: 9px 1rem;
  }
  .shop-menu-button {
    display: block;
  }
  .shop-logo {
    justify-self: center;
  }
  .shop-logo img {
    width: 105px;
  }
  .shop-logo > .shop-label {
    display: none;
  }
  .shop-search {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .shop-search input {
    height: 42px;
  }
  .shop-utility {
    justify-self: end;
  }
  .shop-category-nav {
    display: none;
  }
  .shop-hero,
  .shop-hero-content {
    min-height: 500px;
  }
  .shop-hero::after {
    background: linear-gradient(
      0deg,
      rgba(8, 19, 30, 0.94),
      rgba(8, 19, 30, 0.25)
    );
  }
  .shop-hero-content {
    justify-content: flex-end;
    padding-bottom: 3rem;
  }
  .shop-hero h1 {
    font-size: 56px;
  }
  .shop-benefits {
    margin-top: 0;
  }
  .shop-category-grid {
    grid-template-columns: 1fr;
  }
  .shop-category-card {
    min-height: 330px;
  }
  .shop-product-grid,
  .catalog-results .shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shop-deal-band {
    grid-template-columns: 1fr;
  }
  .shop-deal-band > a {
    min-height: 300px;
    grid-row: 1;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
  }
  .catalog-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
  .catalog-sidebar h2,
  .catalog-sidebar .clear-filters {
    grid-column: 1/-1;
  }
  .product-detail-grid {
    grid-template-columns: 1fr;
  }
  .product-purchase {
    grid-template-columns: 90px 1fr;
  }
  .product-purchase > a {
    grid-column: 1/-1;
  }
  .cart-page {
    grid-template-columns: 1fr;
  }
  .order-summary {
    position: static;
  }
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-summary {
    grid-row: 1;
  }
  .account-shell {
    grid-template-columns: 1fr;
  }
  .account-visual {
    min-height: 380px;
  }
  .shop-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .shop-footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .order-card-head {
    grid-template-columns: 1fr 1fr;
  }
  .order-card-head > span {
    justify-self: start;
  }
}
@media (max-width: 520px) {
  .shop-container {
    width: calc(100vw - 2rem);
  }
  .shop-header {
    gap: 0.35rem;
  }
  .shop-logo img {
    width: 92px;
  }
  .shop-cart-link {
    padding-left: 1.9rem;
  }
  .shop-search button {
    min-width: 75px;
  }
  .shop-benefits {
    grid-template-columns: 1fr;
  }
  .shop-benefits > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .shop-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .shop-product-grid,
  .catalog-results .shop-product-grid {
    grid-template-columns: 1fr;
  }
  .shop-product-copy h3 {
    min-height: 0;
  }
  .catalog-sidebar {
    grid-template-columns: 1fr;
  }
  .catalog-sidebar h2,
  .catalog-sidebar .clear-filters {
    grid-column: auto;
  }
  .product-detail-copy h1 {
    font-size: 52px;
  }
  .product-specs {
    grid-template-columns: 1fr;
  }
  .product-purchase {
    grid-template-columns: 1fr;
  }
  .product-purchase > a {
    grid-column: auto;
  }
  .cart-line {
    grid-template-columns: 90px 1fr auto;
  }
  .cart-line > a {
    grid-row: 1/3;
  }
  .cart-line > label {
    grid-column: 2;
  }
  .cart-line > strong {
    grid-column: 3;
    grid-row: 1;
  }
  .checkout-form fieldset {
    grid-template-columns: 1fr;
  }
  .checkout-form label.full {
    grid-column: auto;
  }
  .order-success > div {
    flex-direction: column;
  }
  .account-visual {
    min-height: 300px;
  }
  .account-visual h1 {
    font-size: 46px;
  }
  .shop-footer-grid {
    grid-template-columns: 1fr;
  }
  .shop-footer-grid > div:first-child {
    grid-column: auto;
  }
  .shop-footer-bottom {
    flex-direction: column;
  }
  .order-card-head {
    grid-template-columns: 1fr;
  }
  .order-products a {
    min-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Logo composed from independent trademark letter assets */
.parsed-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.85rem;
}
.parsed-logo .logo-piece {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.85rem;
}
.shop-logo .parsed-logo .logo-piece img,
.shop-footer-grid .parsed-logo .logo-piece img {
  width: auto;
  max-width: none;
  height: 100%;
  filter: none;
}
.parsed-logo .piece-l { width: 1.31rem; }
.parsed-logo .piece-u { width: 1.41rem; }
.parsed-logo .piece-z { width: 1.6rem; }
.parsed-logo .piece-i { width: 0.42rem; }
.parsed-logo .piece-o { width: 1.53rem; }
.parsed-logo .piece-n { width: 1.53rem; }
.shop-logo .parsed-logo > .registered-r,
.shop-footer-grid .parsed-logo > .registered-r {
  position: absolute;
  top: -0.6rem;
  right: -0.22rem;
  display: block;
  width: auto;
  height: auto;
  border: 0;
  color: #1b1918;
  font: 500 0.6rem/1 Arial, sans-serif;
  letter-spacing: 0;
  filter: none;
}
.parsed-logo-on-dark {
  height: 2.55rem;
  padding: 0.35rem 0.65rem;
  background: #fff;
  border-radius: 2px;
}
.parsed-logo-on-dark > .registered-r {
  top: -0.28rem;
  right: 0.38rem;
}
@media (max-width: 800px) {
  .shop-logo .parsed-logo {
    transform: scale(0.88);
  }
}

/* Refined product catalogue */
.catalog-header {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 5rem) 0 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(213, 169, 73, 0.14), transparent 24rem),
    #f8f7f2;
  border-bottom: 1px solid #d8d7d1;
}
.catalog-header::before {
  content: "L";
  position: absolute;
  right: 4vw;
  bottom: -0.25em;
  color: rgba(16, 34, 53, 0.035);
  font: 600 clamp(14rem, 25vw, 28rem)/0.75 var(--serif);
  pointer-events: none;
}
.catalog-header-inner {
  position: relative;
  z-index: 1;
}
.catalog-header .shop-breadcrumb {
  gap: 0.75rem;
  color: #777c80;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalog-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
  align-items: end;
  gap: clamp(2rem, 8vw, 9rem);
  padding: clamp(2rem, 4vw, 4rem) 0;
}
.catalog-kicker {
  margin-bottom: 0.8rem;
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.catalog-header .catalog-title-row h1 {
  max-width: 850px;
  margin: 0;
  font: 600 clamp(50px, 6.4vw, 92px)/0.82 var(--serif);
  letter-spacing: -0.04em;
}
.catalog-title-row > p {
  max-width: 430px;
  padding-left: 1.5rem;
  border-left: 1px solid #c7c4bc;
  color: #646a6f;
  font-size: 13px;
  line-height: 1.75;
}
.catalog-collections {
  display: flex;
  gap: 0;
  overflow-x: auto;
  border-top: 1px solid #d8d7d1;
  scrollbar-width: none;
}
.catalog-collections::-webkit-scrollbar {
  display: none;
}
.catalog-collections a {
  position: relative;
  flex: 0 0 auto;
  padding: 1rem clamp(1rem, 2vw, 2rem);
  border-right: 1px solid #d8d7d1;
  color: #5f6468;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.catalog-collections a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.catalog-collections a:hover,
.catalog-collections a[aria-current="page"] {
  background: #fff;
  color: var(--ink);
}
.catalog-collections a:hover::after,
.catalog-collections a[aria-current="page"]::after {
  transform: scaleX(1);
}
.catalog-layout {
  grid-template-columns: 290px minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3.25rem);
  padding: clamp(2rem, 4vw, 4rem) 0 6rem;
}
.catalog-sidebar {
  position: sticky;
  top: 1rem;
  align-self: start;
  max-height: calc(100vh - 2rem);
  padding: 0 1.25rem;
  overflow-y: auto;
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 18px 55px rgba(17, 26, 38, 0.09);
  scrollbar-width: thin;
}
.catalog-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
}
.catalog-filter-head span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--accent-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.catalog-sidebar .catalog-filter-head h2 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  font: 600 29px/1 var(--serif);
}
.catalog-filter-head h2 b,
.catalog-filter-toggle b {
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 99px;
  background: var(--navy);
  color: #fff;
  font: 700 9px/1 var(--sans);
}
.catalog-filter-close {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}
.catalog-filter-search {
  position: relative;
  margin: 1.15rem 0 0.4rem;
}
.catalog-filter-search input {
  width: 100%;
  height: 44px;
  padding: 0 2.5rem 0 0.85rem;
  border: 1px solid #d7d9d8;
  border-radius: 2px;
  background: #fafaf8;
  color: var(--ink);
  font-size: 11px;
  outline: 0;
}
.catalog-filter-search input:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(16, 34, 53, 0.08);
}
.catalog-filter-search > span {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  font-size: 19px;
  transform: translateY(-50%);
}
.filter-accordion {
  border-bottom: 1px solid var(--line);
}
.filter-accordion summary {
  position: relative;
  padding: 1.15rem 1.5rem 1.15rem 0;
  list-style: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}
.filter-accordion summary::-webkit-details-marker {
  display: none;
}
.filter-accordion summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}
.filter-accordion[open] summary::after {
  transform: translateY(-20%) rotate(225deg);
}
.filter-options {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0 0 1.2rem;
}
.filter-check {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  color: #545b60;
  font-size: 11px;
  cursor: pointer;
}
.filter-check input {
  width: 17px;
  height: 17px;
  margin: 0;
  border: 1px solid #aeb2b4;
  border-radius: 1px;
  appearance: none;
  cursor: pointer;
}
.filter-check input:checked {
  border-color: var(--navy);
  background:
    linear-gradient(135deg, transparent 43%, #fff 43% 55%, transparent 55%) 3px 7px/5px 5px no-repeat,
    linear-gradient(45deg, transparent 36%, #fff 36% 54%, transparent 54%) 7px 4px/8px 8px no-repeat,
    var(--navy);
}
.filter-check small {
  color: #9a9ea1;
  font-size: 9px;
}
.filter-temperature {
  grid-template-columns: 17px 13px minmax(0, 1fr);
}
.filter-temperature i {
  width: 11px;
  height: 11px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  background: var(--temperature);
  box-shadow: 0 0 8px var(--temperature);
}
.filter-stars {
  color: #b27b12;
  letter-spacing: 0.06em;
}
.filter-stars em {
  color: #686e72;
  font-style: normal;
  letter-spacing: 0;
}
.filter-range {
  padding: 0.1rem 0 1.2rem;
}
.filter-range > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.7rem;
  color: #83888b;
  font-size: 9px;
}
.filter-range strong {
  color: var(--ink);
}
.filter-range input {
  width: 100%;
  height: 4px;
  margin: 0.65rem 0;
  border: 0;
  border-radius: 99px;
  appearance: none;
  background: linear-gradient(
    90deg,
    var(--navy) 0 var(--range-progress, 100%),
    #d8dad9 var(--range-progress, 100%) 100%
  );
}
.filter-range input::-webkit-slider-thumb {
  width: 17px;
  height: 17px;
  border: 3px solid #fff;
  border-radius: 50%;
  appearance: none;
  background: var(--navy);
  box-shadow: 0 0 0 1px var(--navy);
  cursor: grab;
}
.filter-range input::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--navy);
  box-shadow: 0 0 0 1px var(--navy);
  cursor: grab;
}
.filter-range p {
  color: #8b9093;
  font-size: 9px;
  text-align: center;
}
.catalog-filter-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1.25rem 0;
}
.clear-filters {
  padding: 0.45rem 0;
  border-bottom-color: #8c9194;
  color: #666d71;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.apply-filters {
  display: none;
  min-height: 42px;
  padding: 0 1rem;
  border: 0;
  background: var(--navy);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalog-results {
  min-width: 0;
}
.catalog-results-head {
  min-height: 58px;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d4d6d5;
}
.catalog-results-head p {
  color: #7a8084;
  font-size: 10px;
}
.catalog-results-head p strong {
  color: var(--ink);
  font-size: 13px;
}
.catalog-sort {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.catalog-sort > span {
  color: #777d81;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalog-sort select {
  min-width: 180px;
  height: 40px;
  padding: 0 2.25rem 0 0.8rem;
  border: 1px solid #d4d6d5;
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
}
.catalog-filter-toggle {
  display: none;
  align-items: center;
  gap: 0.65rem;
  height: 42px;
  padding: 0 0.85rem;
  border: 1px solid #cfd2d1;
  background: #fff;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.catalog-filter-toggle i {
  position: relative;
  width: 16px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 6px;
}
.catalog-filter-toggle i::before,
.catalog-filter-toggle i::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-radius: 50%;
  background: #fff;
}
.catalog-filter-toggle i::before {
  top: -3px;
  left: 3px;
}
.catalog-filter-toggle i::after {
  right: 2px;
  bottom: -3px;
}
.catalog-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1rem;
}
.catalog-active-filters button {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 30px;
  padding: 0.35rem 0.55rem 0.35rem 0.7rem;
  border: 1px solid #cfd2d1;
  border-radius: 99px;
  background: #fff;
  color: #596065;
  font-size: 9px;
  cursor: pointer;
}
.catalog-active-filters button span {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #eceeec;
  color: var(--ink);
  font-size: 13px;
}
.catalog-results .shop-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  background: transparent;
  border: 0;
}
.catalog-results .shop-product-card {
  overflow: hidden;
  border: 1px solid #dcdedc;
  border-radius: 3px;
  box-shadow: 0 6px 18px rgba(17, 26, 38, 0.025);
  transition:
    border-color 0.25s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}
.catalog-results .shop-product-card:hover {
  border-color: #bbc0c1;
  box-shadow: 0 18px 42px rgba(17, 26, 38, 0.1);
  transform: translateY(-4px);
}
.catalog-results .shop-product-image {
  aspect-ratio: 1/0.9;
  background:
    radial-gradient(circle at 50% 62%, rgba(16, 34, 53, 0.06), transparent 45%),
    #f5f5f1;
}
.catalog-results .shop-product-image img {
  width: 76%;
  height: 76%;
}
.product-saving {
  position: absolute;
  z-index: 1;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.3rem 0.5rem;
  border-radius: 2px;
  background: #e8f2eb;
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  min-height: 26px;
  margin: 0.7rem 0 0;
}
.product-card-specs li {
  padding: 0.25rem 0.45rem;
  border: 1px solid #e0e2e1;
  border-radius: 99px;
  color: #70767a;
  font-size: 8px;
}
.product-card-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.25rem;
}
.product-card-actions > a {
  color: #656c71;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.product-card-actions > a:hover {
  color: var(--ink);
}
.product-card-actions .shop-button {
  min-width: 82px;
  min-height: 38px;
  margin: 0;
  padding: 0 0.8rem;
}
.product-card-actions .shop-button span {
  margin-left: 0.35rem;
  font-size: 14px;
  font-weight: 400;
}
.products-empty {
  min-height: 420px;
  display: grid;
  place-content: center;
  border: 1px solid var(--line);
}
.products-empty[hidden] {
  display: none;
}
.catalog-filter-overlay {
  display: none;
}

@media (max-width: 1180px) {
  .catalog-layout {
    grid-template-columns: 255px minmax(0, 1fr);
  }
  .catalog-results .shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .catalog-title-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .catalog-title-row > p {
    max-width: 600px;
  }
  .catalog-layout {
    display: block;
    padding-top: 1.5rem;
  }
  .catalog-sidebar {
    position: fixed;
    z-index: 510;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: min(88vw, 390px);
    max-height: none;
    padding: 0 1.25rem;
    border-radius: 0 18px 18px 0;
    box-shadow: 24px 0 70px rgba(5, 13, 21, 0.22);
    transform: translateX(-105%);
    visibility: hidden;
    transition:
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.42s;
  }
  .catalog-sidebar.is-open {
    transform: none;
    visibility: visible;
  }
  .catalog-filter-close,
  .apply-filters,
  .catalog-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .catalog-filter-overlay {
    position: fixed;
    z-index: 500;
    inset: 0;
    display: block;
    background: rgba(6, 15, 24, 0.55);
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(3px);
    transition:
      opacity 0.3s,
      visibility 0.3s;
  }
  .catalog-filter-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }
  .catalog-filter-open {
    overflow: hidden;
  }
  .catalog-results-head {
    gap: 0.8rem;
  }
  .catalog-results-head p {
    margin-right: auto;
  }
  .catalog-results-head p span {
    display: none;
  }
}

@media (max-width: 620px) {
  .catalog-header {
    padding-top: 2rem;
  }
  .catalog-header .catalog-title-row h1 {
    font-size: clamp(47px, 15vw, 67px);
  }
  .catalog-title-row {
    padding: 1.5rem 0 2rem;
  }
  .catalog-title-row > p {
    padding-left: 1rem;
    font-size: 11px;
  }
  .catalog-collections {
    margin-inline: -1rem;
    padding-left: 1rem;
  }
  .catalog-results-head {
    align-items: stretch;
    flex-wrap: wrap;
  }
  .catalog-results-head p {
    display: flex;
    align-items: center;
  }
  .catalog-sort {
    flex: 1 1 100%;
    justify-content: space-between;
  }
  .catalog-sort select {
    flex: 1;
    min-width: 0;
  }
  .catalog-results .shop-product-grid {
    grid-template-columns: 1fr;
  }
  .catalog-results .shop-product-image {
    aspect-ratio: 4/3;
  }
  .catalog-results .shop-product-copy {
    padding: 1.15rem;
  }
}

/* Technical-luxury product detail */
body[data-shop-page="product"] .shop-main {
  background: #f3f1eb;
}
.product-page {
  padding: 0;
}
.product-detail-shell {
  padding-bottom: clamp(4rem, 7vw, 7rem);
}
.product-breadcrumb {
  padding: 1.35rem 0;
  border-bottom: 1px solid #d5d3cc;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(2.25rem, 5.5vw, 6.5rem);
  margin-top: clamp(1.5rem, 3vw, 3rem);
}
.product-gallery {
  min-width: 0;
}
.product-gallery-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  min-height: 52px;
  padding: 0 0 0.85rem;
  border-bottom: 1px solid #d2d0c8;
  color: #7b7c79;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-gallery-toolbar div span,
.product-gallery-toolbar div strong {
  display: block;
}
.product-gallery-toolbar div strong {
  margin-top: 0.15rem;
  color: var(--ink);
  font-size: 10px;
}
.product-detail-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1/0.92;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 50% 58%, rgba(16, 34, 53, 0.07), transparent 42%),
    #ebeae5;
}
.product-detail-media::before {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(16, 34, 53, 0.08);
  border-radius: 50%;
  pointer-events: none;
}
.product-detail-media img {
  position: relative;
  z-index: 1;
  width: 79%;
  height: 79%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-detail-media:hover img {
  transform: scale(1.075);
}
.product-detail-media .product-badge {
  top: 1.25rem;
  left: 1.25rem;
  padding: 0.42rem 0.65rem;
  background: var(--navy);
}
.product-gallery-index {
  position: absolute;
  z-index: 2;
  top: 1.35rem;
  right: 1.35rem;
  color: #777b7c;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-gallery-note {
  position: absolute;
  z-index: 2;
  right: 1.35rem;
  bottom: 1.2rem;
  left: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #777b7c;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-gallery-note i {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #bec0bd;
  border-radius: 50%;
  color: var(--ink);
  font-size: 15px;
  font-style: normal;
}
.product-gallery-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d2d0c8;
  border-left: 1px solid #d2d0c8;
}
.product-gallery-facts > div {
  min-width: 0;
  padding: 0.85rem;
  border-right: 1px solid #d2d0c8;
  border-bottom: 1px solid #d2d0c8;
}
.product-gallery-facts span,
.product-gallery-facts strong {
  display: block;
}
.product-gallery-facts span {
  margin-bottom: 0.45rem;
  color: #8a8b87;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-gallery-facts strong {
  color: #323638;
  font-size: 10px;
  line-height: 1.35;
}
.product-detail-copy {
  min-width: 0;
  padding: 1rem 0 0;
}
.product-title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.product-title-line .shop-kicker {
  color: var(--accent-dark);
}
.product-stock {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.product-stock i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(35, 122, 75, 0.1);
}
.product-detail-copy h1 {
  max-width: 700px;
  margin: 0.75rem 0 0.7rem;
  font: 600 clamp(55px, 6vw, 88px)/0.78 var(--serif);
  letter-spacing: -0.045em;
}
.product-type-line {
  color: #7a7f82;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.product-detail-rating {
  margin-top: 1rem;
}
.product-detail-rating > span {
  color: #c18c24;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.product-detail-rating strong {
  font-size: 11px;
}
.product-detail-rating a {
  border-bottom: 1px solid #a8abad;
  color: #71777b;
  font-size: 9px;
}
.product-description {
  max-width: 620px;
  margin-top: 1.35rem;
  color: #535b61;
  font-size: 13px;
  line-height: 1.8;
}
.product-detail-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 1.5rem 0 0.35rem;
  padding: 1.15rem 0;
  border-top: 1px solid #d3d2cc;
  border-bottom: 1px solid #d3d2cc;
}
.product-detail-price > div {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.product-detail-price strong {
  font: 700 29px/1 var(--sans);
}
.product-detail-price del {
  color: #8b8f91;
  font-size: 12px;
}
.product-detail-price > span {
  padding: 0.38rem 0.55rem;
  border-radius: 2px;
  background: #e1eee5;
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.product-tax-note {
  color: #858a8d;
  font-size: 8px;
}
.product-configuration {
  margin-top: 1.35rem;
  border-top: 1px solid #d3d2cc;
}
.product-configuration-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}
.product-configuration-head strong {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.product-configuration-head a {
  border-bottom: 1px solid;
  color: var(--accent-dark);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-configuration dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-top: 1px solid #d3d2cc;
  border-left: 1px solid #d3d2cc;
}
.product-configuration dl > div {
  padding: 0.75rem;
  border-right: 1px solid #d3d2cc;
  border-bottom: 1px solid #d3d2cc;
}
.product-configuration dt {
  margin-bottom: 0.2rem;
  color: #8a8e90;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-configuration dd {
  margin: 0;
  color: #313639;
  font-size: 10px;
  font-weight: 700;
}
.product-purchase {
  display: grid;
  grid-template-columns: 110px 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
.product-quantity-control > span {
  display: block;
  margin-bottom: 0.3rem;
  color: #777d80;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-quantity-control > div {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  height: 48px;
  border: 1px solid #cfd1ce;
  background: #fff;
}
.product-quantity-control button,
.product-quantity-control input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}
.product-quantity-control button {
  color: #676d70;
  cursor: pointer;
}
.product-quantity-control input {
  appearance: textfield;
  font-size: 11px;
}
.product-purchase > .shop-button {
  align-self: end;
  min-height: 48px;
  justify-content: space-between;
}
.product-purchase > .shop-button span {
  font-size: 15px;
  font-weight: 400;
}
.product-support-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  background: var(--navy);
  color: #fff;
}
.product-support-card span {
  display: block;
  color: #e4b95d;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-support-card strong {
  display: block;
  margin: 0.2rem 0;
  font: 600 22px/1 var(--serif);
}
.product-support-card p {
  max-width: 430px;
  color: #bdc7ce;
  font-size: 9px;
  line-height: 1.55;
}
.product-support-card > a {
  border-bottom: 1px solid #e4b95d;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
  border-top: 1px solid #d3d2cc;
  border-left: 1px solid #d3d2cc;
}
.product-service-list > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  padding: 0.75rem;
  border-right: 1px solid #d3d2cc;
  border-bottom: 1px solid #d3d2cc;
}
.product-service-list > div > span {
  color: var(--accent-dark);
  font-size: 7px;
}
.product-service-list p {
  color: #777d80;
  font-size: 8px;
  line-height: 1.45;
}
.product-service-list strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #282c2e;
  font-size: 8px;
}
.product-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 570px;
  margin-top: clamp(4rem, 8vw, 8rem);
  background: var(--navy);
  color: #fff;
}
.product-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 5.5rem);
}
.product-story-copy .shop-kicker {
  color: #e1b762;
}
.product-story h2 {
  max-width: 600px;
  margin: 0.6rem 0 1.3rem;
  font: 600 clamp(43px, 5vw, 70px)/0.85 var(--serif);
  letter-spacing: -0.035em;
}
.product-story-copy > p:not(.shop-kicker) {
  max-width: 560px;
  color: #c1cbd2;
  font-size: 12px;
  line-height: 1.75;
}
.product-story-points {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.product-story-points > div {
  display: grid;
  grid-template-columns: 32px minmax(120px, 0.55fr) 1fr;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.product-story-points span {
  color: #e1b762;
  font-size: 8px;
}
.product-story-points strong {
  font-size: 9px;
  text-transform: uppercase;
}
.product-story-points p {
  color: #9eabb4;
  font-size: 8px;
  line-height: 1.5;
}
.product-story figure {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.product-story figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 34, 53, 0.32), transparent 30%);
}
.product-story figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-story figcaption {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.product-technical {
  display: grid;
  grid-template-columns: minmax(250px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  padding: clamp(4rem, 7vw, 7rem) 0;
}
.product-technical-intro h2 {
  margin: 0.5rem 0 1rem;
  font: 600 clamp(48px, 5vw, 72px)/0.85 var(--serif);
}
.product-technical-intro > p:not(.shop-kicker) {
  max-width: 400px;
  color: #687075;
  font-size: 11px;
  line-height: 1.7;
}
.product-technical-intro button {
  margin-top: 1.5rem;
  padding: 0 0 0.35rem;
  border: 0;
  border-bottom: 1px solid;
  background: none;
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.product-technical-table dl {
  margin: 0;
  border-top: 1px solid #cbc9c2;
}
.product-technical-table dl > div {
  display: grid;
  grid-template-columns: minmax(130px, 0.4fr) 0.6fr;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #cbc9c2;
}
.product-technical-table dt {
  color: #777d80;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-technical-table dd {
  margin: 0;
  color: #272b2e;
  font-size: 10px;
  font-weight: 700;
}
.product-detail-accordions {
  margin-top: 2rem;
  border-top: 1px solid #cbc9c2;
}
.product-detail-accordions details {
  border-bottom: 1px solid #cbc9c2;
}
.product-detail-accordions summary {
  position: relative;
  padding: 1rem 2rem 1rem 0;
  list-style: none;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.product-detail-accordions summary::-webkit-details-marker {
  display: none;
}
.product-detail-accordions summary::after {
  content: "+";
  position: absolute;
  right: 0.35rem;
  font-size: 16px;
  font-weight: 400;
}
.product-detail-accordions details[open] summary::after {
  content: "−";
}
.product-detail-accordions p {
  max-width: 640px;
  padding: 0 0 1rem;
  color: #6b7276;
  font-size: 10px;
  line-height: 1.7;
}
.product-project-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: clamp(2rem, 8vw, 9rem);
  padding: clamp(2.5rem, 5vw, 5rem);
  background: #191b1c;
  color: #fff;
}
.product-project-cta h2 {
  max-width: 750px;
  margin-top: 0.5rem;
  font: 600 clamp(42px, 5vw, 68px)/0.86 var(--serif);
}
.product-project-cta > div:last-child p {
  margin-bottom: 1.25rem;
  color: #aab0b3;
  font-size: 11px;
  line-height: 1.7;
}
.product-project-cta .shop-button {
  width: 100%;
}
body[data-shop-page="product"] .related-section {
  padding: clamp(4rem, 7vw, 7rem) 0;
  background: #fff;
}
body[data-shop-page="product"] .related-section .shop-section-head {
  margin-bottom: 2rem;
}
body[data-shop-page="product"] .related-section .shop-section-head h2 {
  font-size: clamp(43px, 5vw, 68px);
}

@media (max-width: 1050px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
  }
  .product-detail-copy {
    max-width: 780px;
    padding-top: 0;
  }
  .product-story {
    min-height: 500px;
  }
  .product-service-list {
    max-width: 760px;
  }
}

@media (max-width: 800px) {
  .product-gallery-facts {
    grid-template-columns: 1fr 1fr;
  }
  .product-purchase {
    grid-template-columns: 110px 1fr;
  }
  .product-purchase > a {
    grid-column: 1/-1;
  }
  .product-story,
  .product-technical,
  .product-project-cta {
    grid-template-columns: 1fr;
  }
  .product-story figure {
    min-height: 400px;
    grid-row: 1;
  }
  .product-technical {
    gap: 2.5rem;
  }
  .product-project-cta {
    align-items: start;
  }
}

@media (max-width: 560px) {
  .product-breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
  }
  .product-detail-media {
    aspect-ratio: 1;
  }
  .product-detail-media img {
    width: 86%;
    height: 86%;
  }
  .product-gallery-note > span {
    display: none;
  }
  .product-detail-copy h1 {
    font-size: clamp(50px, 16vw, 68px);
  }
  .product-title-line {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-detail-price {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-configuration dl,
  .product-service-list {
    grid-template-columns: 1fr;
  }
  .product-purchase {
    grid-template-columns: 1fr;
  }
  .product-purchase > a {
    grid-column: auto;
  }
  .product-support-card {
    grid-template-columns: 1fr;
  }
  .product-support-card > a {
    justify-self: start;
  }
  .product-story {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .product-story figure {
    min-height: 300px;
  }
  .product-story-copy {
    padding: 2.5rem 1.25rem;
  }
  .product-story-points > div {
    grid-template-columns: 28px 1fr;
  }
  .product-story-points p {
    grid-column: 2;
  }
  .product-technical-table dl > div {
    grid-template-columns: 0.42fr 0.58fr;
  }
  .product-project-cta {
    margin-right: -1rem;
    margin-left: -1rem;
    padding: 2.5rem 1.25rem;
  }
}

@media print {
  [data-shop-header],
  [data-shop-footer],
  .product-purchase,
  .product-support-card,
  .product-project-cta,
  .related-section {
    display: none !important;
  }
  .product-detail-grid,
  .product-technical {
    grid-template-columns: 1fr 1fr;
  }
  .product-story {
    break-before: page;
  }
}
