/* Japston commerce — original equipment, warm colour, clear decisions.
   Scoped to the shared catalogue and product template; no data dependencies. */
.commerce-catalogue,
.commerce-product {
  --commerce-forest: #183f31;
  --commerce-ink: #173f32;
  --commerce-muted: #526858;
  --commerce-sage: #edf1e5;
  --commerce-cream: #fbf7ed;
  --commerce-gold: #f3ce74;
  --commerce-blue: #e7f0f6;
  --commerce-border: #dce3d6;
  background: #fafaf5;
  color: var(--commerce-ink);
}
.commerce-catalogue main,
.commerce-product main { min-width: 0; }
.commerce-catalogue .commerce-intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 18px;
  margin-bottom: 22px;
  padding: 27px 42px 36px;
  background: var(--commerce-forest);
  color: #fffaf0;
  border: 0;
  border-radius: 30px;
}
.commerce-catalogue .commerce-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 570px;
  height: 570px;
  right: -190px;
  top: -240px;
  border: 1px solid #cce6be24;
  border-radius: 50%;
  box-shadow: 0 0 0 50px #cce6be0a, 0 0 0 100px #cce6be06;
  pointer-events: none;
}
.commerce-catalogue .commerce-intro .breadcrumbs {
  margin: 0 0 27px;
  color: #d7e4d3;
  font-size: 12px;
}
.commerce-catalogue .commerce-intro .breadcrumbs a { color: #d7e4d3; }
.commerce-catalogue .commerce-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.98fr);
  align-items: center;
  gap: 55px;
}
.commerce-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
.commerce-intro-copy .commerce-eyebrow { color: #d9e7c6; }
.commerce-catalogue .commerce-intro h1 {
  color: #fffaf0;
  font-family: Outfit, sans-serif;
  font-size: clamp(40px, 4.15vw, 63px);
  line-height: 1.01;
  letter-spacing: -0.055em;
  font-weight: 500;
  margin: 13px 0 18px;
}
.commerce-intro h1 em,
.commerce-support h2 em { font-style: normal; color: #d1e6a3; }
.commerce-catalogue .commerce-intro-grid > .commerce-intro-copy > p {
  max-width: 420px;
  margin: 0;
  color: #e0e9db;
  font-size: 15px;
  line-height: 1.7;
}
.commerce-browse {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  margin-top: 22px;
  color: #ffedbd;
  padding-bottom: 6px;
  border-bottom: 1px solid #eed29f80;
  font-size: 13px;
  font-weight: 500;
}
.commerce-browse .icon { width: 19px; height: 19px; }
.commerce-catalogue .commerce-browse:hover { color: #fff4d4; }
.commerce-spotlights {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 16px;
  align-items: center;
}
.commerce-spotlight {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
  border-radius: 20px;
  background: #f8f4e7;
  color: var(--commerce-ink);
  transition: transform 180ms ease, background 180ms ease;
}
.commerce-spotlight:hover { transform: translateY(-4px); background: #fffaf0; }
.spotlight-battery { background: #e1ecdb; margin-top: 33px; border-radius: 56px 20px 20px; padding-top: 25px; }
.spotlight-category { font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-align: center; }
.commerce-spotlight img {
  width: 100%;
  height: 171px;
  object-fit: contain;
  margin: 13px 0 18px;
  border-radius: 10px;
  background: #fff;
}
.spotlight-battery img { height: 139px; }
.spotlight-caption { display: flex; justify-content: space-between; align-items: end; gap: 5px; }
.spotlight-caption strong { font-size: 15px; font-weight: 500; line-height: 1.4; letter-spacing: -0.015em; }
.spotlight-caption .icon { flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; padding: 5px; color: #fff8e8; background: var(--commerce-forest); }
.commerce-category-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 42px;
}
.commerce-category-ribbon a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  color: #274f3c;
  background: #e7efdc;
  border: 1px solid #e0e8d4;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  transition: border-color 180ms, transform 180ms;
}
.commerce-category-ribbon a:nth-child(2) { background: #e7f0f7; border-color: #dce8f0; color: #244e6c; }
.commerce-category-ribbon a:nth-child(3) { background: #fbefcc; border-color: #f0e3bc; color: #685220; }
.commerce-category-ribbon a:nth-child(4) { background: #f5e5d8; border-color: #eadaca; color: #74513d; }
.commerce-category-ribbon a:hover { border-color: currentColor; transform: translateY(-2px); }
.commerce-category-ribbon .icon { width: 26px; height: 26px; flex: 0 0 26px; }
.commerce-category-ribbon .icon:last-child { margin-left: auto; width: 17px; height: 17px; flex-basis: 17px; }
.commerce-catalogue .catalog-section { padding-bottom: 48px; scroll-margin-top: 132px; }
.commerce-catalogue .catalog-search {
  margin: 0 0 28px;
  padding: 13px;
  background: #e9eedf;
  border: 1px solid #dce4d1;
  border-radius: 19px;
  gap: 12px;
}
.commerce-catalogue .catalog-search input {
  font-size: 14px;
  min-height: 54px;
  border: 1px solid #dbe2d5;
  border-radius: 11px;
  padding: 14px 20px;
  color: var(--commerce-ink);
  background: #fffef8;
}
.commerce-catalogue .catalog-search input::placeholder { color: #6a776a; }
.commerce-catalogue .catalog-search .button { min-width: 130px; justify-content: center; border-radius: 11px; background: var(--commerce-forest); color: #fffaf0; }
.commerce-catalogue .catalog-layout { grid-template-columns: 236px minmax(0, 1fr); gap: 28px; }
.commerce-catalogue .catalog-sidebar {
  border: 1px solid #e1e7d8;
  background: #f0f3e8;
  padding: 22px 16px 16px;
  border-radius: 19px;
  min-width: 0;
}
.commerce-filter-label { color: #68754d; font-size: 10px; letter-spacing: 0.14em; font-weight: 600; padding: 0 6px; }
.commerce-catalogue .catalog-sidebar h2 { font-family: Outfit, sans-serif; font-size: 21px; font-weight: 500; margin: 9px 6px 20px; letter-spacing: -0.035em; color: var(--commerce-ink); }
.commerce-catalogue #catalog-categories { display: grid; gap: 4px; }
.commerce-catalogue .catalog-category { padding: 12px 11px; min-height: 44px; font-size: 12px; color: #3e5745; border-radius: 9px; align-items: center; }
.commerce-catalogue .catalog-category span { color: inherit; background: #ffffff8c; border-radius: 5px; padding: 1px 5px; min-width: 28px; text-align: center; font-size: 10px; }
.commerce-catalogue .catalog-category:hover { background: #e0e8d2; }
.commerce-catalogue .catalog-category[aria-pressed=true] { background: var(--commerce-forest); color: #fffbed; font-weight: 500; }
.commerce-catalogue .catalog-category[aria-pressed=true] span { background: #ffffff20; color: #fffbed; }
.commerce-catalogue .catalog-sidebar label { margin: 24px 5px 8px; font-size: 12px; font-weight: 500; color: #34523d; }
.commerce-catalogue .catalog-sidebar select { background: #fffef8; border: 1px solid #d6decb; border-radius: 9px; min-height: 45px; min-width: 0; padding: 11px 8px; font-size: 12px; color: #304b39; }
.commerce-catalogue #clear-filters { min-height: 38px; margin: 11px 5px 0; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; color: #315440; }
.commerce-catalogue .catalog-advice { background: #f6e2ad; padding: 20px 16px; border: 0; margin: 20px -1px 0; border-radius: 12px; color: #594824; }
.commerce-catalogue .catalog-advice h3 { color: #534323; font-size: 20px; font-family: Outfit, sans-serif; font-weight: 500; letter-spacing: -0.025em; line-height: 1.2; margin: 0 0 11px; }
.commerce-catalogue .catalog-advice p { color: #665532; font-size: 12px; line-height: 1.65; }
.commerce-catalogue .catalog-advice a { color: #3b502d; font-size: 12px; }
.commerce-catalogue .catalog-main { min-width: 0; }
.commerce-catalogue .catalog-toolbar { min-width: 0; min-height: 53px; margin-bottom: 20px; padding-bottom: 13px; border-bottom: 1px solid #dfe4d7; flex-wrap: wrap; }
.commerce-catalogue .catalog-toolbar p { color: #35543f; font-size: 13px; font-weight: 500; min-width: 0; flex: 1 1 180px; }
/* The shared form reset gives selects width:100%. Inside an inline label this
   used the whole label width in addition to "Sort by", pushing the control out. */
.commerce-catalogue .catalog-toolbar label { display: flex; align-items: center; gap: 9px; flex: 0 1 235px; min-width: 0; max-width: 100%; color: #56664e; font-size: 12px; }
.commerce-catalogue .catalog-toolbar select { width: auto; flex: 1 1 180px; min-width: 0; max-width: 100%; margin-left: 0; min-height: 42px; border-radius: 9px; background: #fffef8; border: 1px solid #dce2d5; color: var(--commerce-ink); }
.commerce-catalogue .catalog-grid { gap: 23px 18px; }
.commerce-catalogue .catalog-card { --card-tint: #edf1e5; --card-color: #35563b; padding: 9px; border: 1px solid #e0e5d9; border-radius: 20px; background: #fffefa; transition: border-color 180ms, box-shadow 180ms; }
.commerce-catalogue .catalog-card:nth-child(3n + 2) { --card-tint: #e6eef5; --card-color: #335673; }
.commerce-catalogue .catalog-card:nth-child(3n) { --card-tint: #f7eccf; --card-color: #665125; }
.commerce-catalogue .catalog-card:hover { border-color: #b2c4a5; box-shadow: 0 8px 20px #273e2809; }
.commerce-catalogue .catalog-photo { height: 224px; padding: 16px; border: 0; border-radius: 12px; background: var(--card-tint); }
.commerce-catalogue .catalog-photo img { border-radius: 7px; background: #fff; width: 100%; height: 100%; object-fit: contain; transform: none; }
.commerce-catalogue .catalog-photo:hover img { transform: none; }
.commerce-catalogue .catalog-copy { padding: 17px 10px 7px; }
.commerce-catalogue .catalog-copy .product-brand { font-family: Outfit, sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.105em; color: var(--card-color); }
.commerce-catalogue .catalog-copy h3 { font-family: Outfit, sans-serif; font-weight: 500; font-size: 15px; line-height: 1.43; letter-spacing: -0.02em; margin: 10px 0 18px; color: #233f31; }
.commerce-catalogue .catalog-copy h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.commerce-catalogue .catalog-copy .catalog-price { font-family: Outfit, sans-serif; color: #264e35; font-size: 21px; font-weight: 500; letter-spacing: -0.035em; line-height: 1.4; margin-bottom: 18px; font-variant-numeric: tabular-nums; }
.commerce-catalogue .catalog-card-bottom { padding-top: 12px; border-top: 1px solid #e4e7dc; }
.commerce-catalogue .catalog-card-bottom .text-link { min-height: 40px; display: inline-flex; align-items: center; color: #385c43; font-size: 12px; gap: 9px; }
.commerce-catalogue .catalog-card-bottom .add-product { width: 40px; height: 40px; border-radius: 12px; color: var(--card-color); background: var(--card-tint); }
.commerce-catalogue .catalog-card-bottom .add-product:hover { color: #fffaf0; background: var(--commerce-forest); }
.commerce-catalogue .catalog-empty { background: #f8e8bd; border: 1px solid #eedca9; padding: 42px; color: #5a4824; border-radius: 19px; }
.commerce-catalogue .catalog-empty h3 { color: #514123; font-family: Outfit, sans-serif; font-weight: 500; font-size: 34px; letter-spacing: -0.035em; }
.commerce-catalogue .catalog-empty p { color: #685735; }
.commerce-catalogue .catalog-note { color: #657157; font-size: 11px; max-width: 640px; border-top: 1px solid #e0e6d6; padding-top: 18px; }
.commerce-catalogue .pagination { margin-top: 32px; }
.commerce-catalogue .pagination button { min-width: 44px; min-height: 44px; border-radius: 10px; background: #fffdf6; color: #35533d; border-color: #dce3d3; }
.commerce-catalogue .pagination button[aria-current=page] { color: #fffbed; background: var(--commerce-forest); border-color: var(--commerce-forest); }
.commerce-catalogue .pagination button:not(:disabled):hover { border-color: #547343; }
.commerce-support {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 42px 48px;
  border-radius: 26px;
  background: #284d3a;
  color: #f9f9ea;
  margin-top: 12px;
  margin-bottom: 80px;
  overflow: hidden;
  isolation: isolate;
}
.commerce-support::before { content: ""; position: absolute; z-index: -1; width: 500px; height: 500px; border: 1px solid #e3ebd320; border-radius: 50%; right: -80px; top: -160px; box-shadow: 0 0 0 48px #e3ebd30a, 0 0 0 96px #e3ebd305; pointer-events: none; }
.commerce-support .commerce-eyebrow { color: #d3dfb9; }
.commerce-support h2 { font-family: Outfit, sans-serif; font-size: clamp(32px, 3vw, 44px); font-weight: 500; letter-spacing: -0.045em; line-height: 1.08; color: #fffbed; margin: 13px 0 15px; }
.commerce-support p { color: #dae4d1; font-size: 14px; line-height: 1.7; max-width: 530px; margin-bottom: 0; }
.commerce-support > .button { flex-shrink: 0; color: #39452b; background: #f3d381; border: 0; border-radius: 12px; }
.commerce-support > .button:hover { background: #ffe4a0; color: #39452b; }

/* The same design language, with the product and its choices given priority. */
.commerce-product .product-page { padding-top: 22px; }
.commerce-product .product-page .breadcrumbs { padding: 15px 20px; background: #edf1e5; border: 1px solid #e1e6d8; border-radius: 12px; color: #5b6c52; margin-bottom: 29px; font-size: 12px; line-height: 1.5; flex-wrap: wrap; }
.commerce-product .breadcrumbs a { color: #35543e; }
.commerce-product .breadcrumbs [aria-current] { min-width: 0; overflow-wrap: anywhere; }
.commerce-product .product-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 0.93fr); gap: 42px; }
.commerce-product .product-gallery { padding: 15px; background: #edf1e3; border: 1px solid #dfe6d4; border-radius: 27px; }
.commerce-product .product-stage { position: relative; height: 474px; padding: 35px; background: #fffefa; border: 0; border-radius: 16px; overflow: hidden; }
.commerce-product .product-stage img { position: relative; height: 100%; width: 100%; object-fit: contain; border-radius: 8px; background: #fff; }
.commerce-product .gallery-thumbnails { padding: 16px 0 1px; gap: 10px; }
.commerce-product .gallery-thumb { flex-basis: 76px; height: 76px; background: #fffefa; border: 1px solid #d6dfcb; border-radius: 11px; padding: 7px; }
.commerce-product .gallery-thumb.selected { border: 2px solid #2d6844; box-shadow: 0 0 0 2px #ffffff; }
.commerce-product .gallery-thumb:hover { border-color: #597a47; }
.commerce-product .gallery-thumb img { border-radius: 5px; background: #fff; }
.commerce-product .product-summary { padding: 6px 0 0; min-width: 0; }
.commerce-product .product-summary .product-brand { display: inline-flex; background: #e3ecd6; border: 1px solid #d9e3cd; color: #37552f; padding: 6px 11px; font-size: 11px; font-weight: 500; letter-spacing: 0.09em; line-height: 1.3; text-transform: uppercase; border-radius: 7px; }
.commerce-product .product-summary h1 { font-family: Outfit, sans-serif; font-weight: 500; font-size: clamp(27px, 2.7vw, 39px); letter-spacing: -0.04em; color: #1d422f; line-height: 1.15; margin: 15px 0 15px; overflow-wrap: anywhere; }
.commerce-product .product-summary .detail-type { color: #647455; font-size: 12px; text-transform: capitalize; margin-bottom: 19px; }
.commerce-product .detail-price-row { background: var(--commerce-forest); color: #fff9e9; border-radius: 15px; padding: 17px 23px; gap: 18px; }
.commerce-product .product-summary .detail-price { font-family: Outfit, sans-serif; margin: 0; font-size: 34px; font-weight: 500; letter-spacing: -0.035em; color: #fff9e9; font-variant-numeric: tabular-nums; }
.commerce-product .detail-price-row del { color: #c1cfb5; font-size: 16px; }
.commerce-product .product-summary .availability { display: inline-block; font-size: 12px; color: #356043 !important; background: #e8efdc; border-radius: 6px; padding: 5px 9px; line-height: 1.4; margin: 16px 0 6px; }
.commerce-product .product-summary .availability.unavailable { background: #f7e5be; color: #725620 !important; }
.commerce-product .detail-sku { display: inline-block; font-size: 11px; color: #66725b; margin: 16px 0 6px 14px; }
.commerce-product .variant-label { font-size: 12px; font-weight: 500; margin: 17px 0 8px; color: #3f5335; }
.commerce-product .product-summary select { display: block; width: 100%; min-width: 0; background: #f9f2df; border: 1px solid #e2d7b8; border-radius: 10px; color: #544827; font-size: 13px; min-height: 49px; padding: 12px; max-width: 100%; text-overflow: ellipsis; }
.commerce-product .product-buy-row { background: #f5eddb; padding: 14px; border: 1px solid #e9dfc6; border-radius: 14px; gap: 14px; margin: 17px 0 11px; }
.commerce-product .product-buy-row label { color: #5f5237; font-size: 11px; gap: 7px; }
.commerce-product .product-buy-row input { width: 84px; height: 49px; min-width: 0; border: 1px solid #dcd5c1; border-radius: 9px; padding: 12px; color: #3d4d31; }
.commerce-product .product-buy-row > .button { min-height: 49px; border-radius: 9px; border: 0; color: #fdf9ea; background: #254f37; font-size: 13px; white-space: normal; line-height: 1.4; padding: 12px 17px; }
.commerce-product .product-buy-row > .button:hover { background: #173c28; }
.commerce-product .product-summary > .text-link { display: inline-flex; align-items: center; min-height: 39px; font-size: 12px; color: #41613d; }
.commerce-product .product-assurance { padding: 18px 21px; background: #e9f0f6; border: 1px solid #dce5ec; border-radius: 14px; margin-top: 18px; }
.commerce-product .product-assurance p { color: #46647a; font-size: 12px; line-height: 1.65; }
.commerce-product .product-assurance > a { color: #274f69; display: inline-block; margin: 2px 0; font-family: Outfit, sans-serif; font-size: 22px; font-weight: 500; letter-spacing: -0.025em; }
.commerce-product .product-assurance .small { color: #566b7b; font-size: 10px; line-height: 1.7; margin-top: 7px; }
.commerce-product .detail-lower { grid-template-columns: minmax(0, 1fr) 318px; gap: 28px; padding: 0; border: 0; margin: 48px 0 64px; align-items: start; }
.commerce-product .detail-lower > .rich-content { padding: 32px 36px; border: 1px solid #dfe6eb; border-radius: 23px; background: #f0f5f7; color: #3f5b67; font-size: 14px; }
.commerce-product .rich-content > h2:first-child { margin: 0 0 27px; padding: 0 0 23px; border-bottom: 1px solid #d6e0e5; font-size: 30px; letter-spacing: -0.04em; }
.commerce-product .rich-content h2 { font-family: Outfit, sans-serif; font-weight: 500; font-size: 26px; margin: 32px 0 17px; color: #244d5b; line-height: 1.3; }
.commerce-product .rich-content h3,
.commerce-product .rich-content h4 { font-family: Outfit, sans-serif; font-weight: 500; color: #285367; font-size: 21px; line-height: 1.35; }
.commerce-product .rich-content h5,
.commerce-product .rich-content h6 { font-family: Outfit, sans-serif; font-weight: 500; color: #2d5262; }
.commerce-product .rich-content p { font-size: 14px; color: #4c6570; line-height: 1.85; margin: 12px 0 17px; }
.commerce-product .rich-content strong { color: #2d4f5d; font-weight: 600; }
.commerce-product .rich-content ul,
.commerce-product .rich-content ol { color: #4c6570; padding-left: 21px; }
.commerce-product .rich-content li { padding: 5px 0; line-height: 1.75; }
.commerce-product .rich-content li::marker { color: #739468; }
.commerce-product .rich-content table { margin: 23px 0; border-collapse: separate; border-spacing: 0; background: #fffefa; border: 1px solid #d4e0e5; border-radius: 12px; width: 100%; max-width: 100%; overflow-x: auto; font-size: 12px; }
/* Two-to-four-column specifications use a real full-width table. Broader model
   comparisons retain the existing scrollable table block rather than squeezing. */
.commerce-product .rich-content table:not(:has(tr > :nth-child(5))) { display: table; table-layout: fixed; }
.commerce-product .rich-content table:not(:has(tr > :nth-child(5))) :is(th, td) { min-width: 0; overflow-wrap: anywhere; }
.commerce-product .rich-content th,
.commerce-product .rich-content td { padding: 13px 16px; border: 0; border-bottom: 1px solid #e2e8e9; border-right: 1px solid #e2e8e9; color: #395a66; min-width: 110px; line-height: 1.6; }
.commerce-product .rich-content th { background: #dce8ed; color: #274f60; font-weight: 600; }
.commerce-product .rich-content td:first-child { background: #eaf0ee; font-weight: 500; }
.commerce-product .rich-content tr:last-child td { border-bottom: 0; }
.commerce-product .rich-content td:last-child,
.commerce-product .rich-content th:last-child { border-right: 0; }
.commerce-product .rich-content img { height: auto; max-width: 100%; border-radius: 10px; }
.commerce-product .rich-content blockquote { background: #e4ebdb; border: 0; border-radius: 12px; padding: 19px 23px; }
.commerce-product .rich-content hr { border-color: #d8e2e6; margin: 30px 0; }
.commerce-product .rich-content a { color: #325e78; text-underline-offset: 3px; }
.commerce-product .listing-terms { position: sticky; top: 134px; align-self: start; padding: 28px 25px; background: #f8e9c5; border: 1px solid #ecddb7; border-radius: 23px; color: #69542e; }
.commerce-product .listing-terms h2 { font-family: Outfit, sans-serif; font-size: 25px; font-weight: 500; line-height: 1.17; letter-spacing: -0.03em; color: #624c28; margin: 0 0 21px; }
.commerce-product .listing-terms ul { margin: 0; padding-left: 17px; font-size: 12px; color: #6d5b38; }
.commerce-product .listing-terms li { padding: 7px 0; line-height: 1.7; }
.commerce-product .listing-terms li::marker { color: #a68442; }
.commerce-product .listing-terms .source-note { border-top: 1px solid #e0cca3; margin-top: 21px; padding-top: 16px; color: #7c6644; }
.commerce-product .listing-terms .source-note a { color: #5e522c; text-underline-offset: 3px; }
.commerce-product .listing-terms .small { color: #776240; font-size: 10px; line-height: 1.8; }
.commerce-product .product-loading { min-height: 55vh; padding: 65px 0; }
.commerce-product .product-loading h1 { font-family: Outfit, sans-serif; font-weight: 500; color: #214732; letter-spacing: -0.04em; }
.commerce-product .closing-cta { background: #e3ecd7; border: 1px solid #d6e1c7; color: #28492f; }
.commerce-product .closing-cta h2 { color: #28492f; }
.commerce-product .closing-cta p { color: #566b49; }
.commerce-product .closing-cta .button { background: #244e35; color: #fffbed; }
.commerce-catalogue :is(a, button, input, select):focus-visible,
.commerce-product :is(a, button, input, select):focus-visible { outline: 3px solid #a67726; outline-offset: 4px; }

@media (min-width: 1001px) and (max-width: 1280px) {
  .commerce-catalogue .commerce-intro { padding: 25px 32px 32px; }
  .commerce-catalogue .commerce-intro-grid { gap: 33px; grid-template-columns: minmax(0, 1fr) minmax(370px, 1fr); }
  .commerce-catalogue .commerce-intro h1 { font-size: 52px; }
  .commerce-category-ribbon a { gap: 9px; padding: 16px 13px; font-size: 12px; }
  .commerce-category-ribbon .icon { width: 23px; height: 23px; flex-basis: 23px; }
  .commerce-catalogue .catalog-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 23px; }
  .commerce-catalogue .catalog-grid { gap: 20px 14px; }
  .commerce-catalogue .catalog-photo { height: 200px; padding: 13px; }
  .commerce-catalogue .catalog-copy { padding: 15px 7px 6px; }
  .commerce-catalogue .catalog-copy h3 { font-size: 14px; }
  .commerce-catalogue .catalog-copy .catalog-price { font-size: 20px; }
  .commerce-catalogue .catalog-card-bottom .text-link { font-size: 11px; gap: 6px; }
  .commerce-product .product-layout { gap: 30px; }
  .commerce-product .product-stage { height: 427px; padding: 26px; }
  .commerce-product .product-summary h1 { font-size: 32px; }
  .commerce-product .detail-lower { grid-template-columns: minmax(0, 1fr) 288px; gap: 24px; }
  .commerce-product .detail-lower > .rich-content { padding: 28px; }
  .commerce-product .product-buy-row { gap: 10px; padding: 12px; }
  .commerce-product .product-buy-row > .button { padding: 12px; font-size: 12px; }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  .commerce-catalogue .catalog-layout { grid-template-columns: 206px minmax(0, 1fr); gap: 20px; }
  .commerce-catalogue .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .commerce-catalogue .commerce-intro-grid { grid-template-columns: minmax(0, 1fr) 370px; gap: 25px; }
  .commerce-catalogue .commerce-intro h1 { font-size: 46px; }
  .commerce-spotlight { padding: 13px; }
  .spotlight-battery { padding-top: 23px; }
  .spotlight-category { font-size: 9px; }
  .spotlight-caption strong { font-size: 13px; }
  .commerce-product .product-stage { height: 380px; }
  .commerce-product .product-summary h1 { font-size: 29px; }
}
@media (max-width: 1000px) {
  .commerce-catalogue .commerce-intro { padding: 25px; }
  .commerce-catalogue .commerce-intro-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .commerce-catalogue .commerce-intro h1 { font-size: 42px; }
  .commerce-catalogue .commerce-intro-grid > .commerce-intro-copy > p { font-size: 13px; }
  .commerce-spotlights { gap: 10px; }
  .commerce-spotlight { padding: 12px; }
  .spotlight-category { font-size: 8px; }
  .commerce-spotlight img { height: 135px; }
  .spotlight-battery img { height: 112px; }
  .spotlight-caption strong { font-size: 11px; }
  .spotlight-caption .icon { display: none; }
  .commerce-category-ribbon { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .commerce-catalogue .catalog-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 20px; }
  .commerce-catalogue .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .commerce-catalogue .catalog-sidebar { padding: 18px 10px 10px; }
  .commerce-catalogue .catalog-photo { height: 195px; padding: 12px; }
  .commerce-catalogue .catalog-copy { padding: 14px 5px 5px; }
  .commerce-catalogue .catalog-copy h3 { font-size: 14px; }
  .commerce-support { padding: 35px; }
  .commerce-product .product-layout { gap: 25px; }
  .commerce-product .product-stage { height: 350px; padding: 18px; }
  .commerce-product .product-summary h1 { font-size: 28px; }
  .commerce-product .product-buy-row { flex-wrap: wrap; }
  .commerce-product .product-buy-row > .button { flex: auto; }
  .commerce-product .detail-lower { grid-template-columns: minmax(0, 1fr) 250px; gap: 22px; }
  .commerce-product .detail-lower > .rich-content { padding: 25px; }
  .commerce-product .listing-terms { padding: 24px 20px; }
  .commerce-product .listing-terms h2 { font-size: 22px; }
}
@media (max-width: 700px) {
  .commerce-catalogue .commerce-intro { padding: 24px; border-radius: 22px; margin-top: 12px; }
  .commerce-catalogue .commerce-intro-grid { grid-template-columns: 1fr; }
  .commerce-catalogue .commerce-intro h1 { font-size: 46px; }
  .commerce-catalogue .commerce-intro .breadcrumbs { margin-bottom: 22px; }
  .commerce-spotlights { max-width: 430px; gap: 14px; }
  .commerce-spotlight { padding: 14px; }
  .spotlight-category { font-size: 9px; }
  .spotlight-caption strong { font-size: 13px; }
  .spotlight-battery { margin-top: 15px; }
  .commerce-category-ribbon { gap: 9px; margin-bottom: 26px; }
  .commerce-category-ribbon a { padding: 13px; gap: 9px; font-size: 11px; }
  .commerce-category-ribbon .icon { width: 21px; height: 21px; flex-basis: 21px; }
  .commerce-category-ribbon .icon:last-child { display: none; }
  .commerce-catalogue .catalog-search { padding: 9px; gap: 8px; }
  .commerce-catalogue .catalog-search input { font-size: 12px; padding: 12px; min-height: 48px; }
  .commerce-catalogue .catalog-search .button { min-width: 80px; padding: 12px; }
  .commerce-catalogue .catalog-layout { grid-template-columns: 1fr; }
  .commerce-catalogue .catalog-sidebar { padding: 18px; }
  .commerce-catalogue #catalog-categories { display: flex; gap: 7px; overflow-x: auto; padding: 3px 1px; }
  .commerce-catalogue .catalog-category { width: auto; flex-shrink: 0; }
  .commerce-catalogue .catalog-toolbar { flex-wrap: wrap; }
  .commerce-catalogue .catalog-photo { height: 171px; padding: 10px; }
  .commerce-catalogue .catalog-copy h3 { font-size: 13px; }
  .commerce-catalogue .catalog-copy .catalog-price { font-size: 19px; }
  .commerce-catalogue .catalog-card-bottom { gap: 5px; }
  .commerce-catalogue .catalog-card-bottom .text-link { font-size: 10px; gap: 4px; }
  .commerce-catalogue .catalog-card-bottom .add-product { width: 34px; height: 38px; flex-shrink: 0; }
  .commerce-support { flex-direction: column; align-items: start; padding: 30px; gap: 25px; margin-bottom: 50px; }
  .commerce-product .product-layout,
  .commerce-product .detail-lower { grid-template-columns: 1fr; }
  .commerce-product .product-page .breadcrumbs { font-size: 11px; }
  .commerce-product .product-stage { height: 350px; }
  .commerce-product .product-summary { padding: 0 3px; }
  .commerce-product .detail-lower { margin-top: 35px; margin-bottom: 40px; }
  .commerce-product .listing-terms { position: static; }
  .commerce-product .rich-content > h2:first-child { font-size: 27px; }
  .commerce-product .product-buy-row { flex-wrap: nowrap; }
}
@media (prefers-reduced-motion: reduce) {
  .commerce-spotlight,
  .commerce-category-ribbon a,
  .commerce-catalogue .catalog-card { transition: none; }
  .commerce-spotlight:hover,
  .commerce-category-ribbon a:hover { transform: none; }
}
