/* JALL Clocks - site styles. Namespace: jl- .
   Palette sampled from the official JALL wordmark: azure "J" #0376be + slate "ALL" #798794.
   ink #1e242e | night #171c24 | slate #5b6675 | azure #0376be | azure-deep #025a92
   frost #f3f5f8 | line #dde3ea | star #e8a53a */

@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/space-grotesk-var.woff2') format('woff2');
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-var.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #1e242e;
  --night: #171c24;
  --night2: #212a37;
  --slate: #5b6675;
  --azure: #0376be;
  --azure-deep: #025a92;
  --azure-soft: #e3f0fa;
  --frost: #f3f5f8;
  --line: #dde3ea;
  --star: #e8a53a;
  --white: #ffffff;
  --disp: 'Space Grotesk', 'Inter', sans-serif;
  --body: 'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--frost);
  line-height: 1.6;
  font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: var(--azure); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--disp); line-height: 1.2; font-weight: 600; }

.jl-wrap { max-width: 1160px; margin: 0 auto; padding: 0 22px; }

/* ---------- header ---------- */
.jl-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.jl-header .jl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
}
.jl-logo {
  display: flex;
  flex-direction: column;
  gap: 3px;
  white-space: nowrap;
}
.jl-logo:hover { text-decoration: none; }
.jl-logo img { width: 128px; height: 40px; object-fit: contain; object-position: left center; }
.jl-logo small {
  font-family: var(--body);
  font-size: 10.5px;
  font-weight: 500;
  color: var(--slate);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}

.jl-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.jl-nav a {
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 500;
  padding: 7px 11px;
  border-radius: 8px;
}
.jl-nav a:hover { background: var(--azure-soft); color: var(--azure-deep); text-decoration: none; }
.jl-nav-cta {
  background: var(--azure);
  color: #fff !important;
}
.jl-nav-cta:hover { background: var(--azure-deep) !important; }

.jl-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}
.jl-burger span { width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; }

/* ---------- buttons ---------- */
.jl-btn {
  display: inline-block;
  font-family: var(--disp);
  font-weight: 600;
  font-size: 15.5px;
  padding: 13px 26px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.jl-btn:hover { text-decoration: none; }
.jl-btn--solid { background: var(--azure); color: #fff; }
.jl-btn--solid:hover { background: var(--azure-deep); }
.jl-btn--frame { border: 1.5px solid #46536488; color: #dbe4ee; }
.jl-btn--frame:hover { border-color: #9fb3c8; color: #fff; }

/* ---------- hero (night) ---------- */
.jl-hero {
  background: radial-gradient(1100px 480px at 78% -10%, #24405c 0%, var(--night) 58%);
  color: #e8edf4;
  padding: 62px 0 66px;
}
.jl-hero .jl-wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 54px;
  align-items: center;
}
.jl-hero-kicker {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #7fc0ee;
  background: #ffffff12;
  border: 1px solid #ffffff24;
  padding: 6px 13px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.jl-hero h1 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 18px;
}
.jl-hero h1 em {
  font-style: normal;
  color: #6db8ea;
  text-shadow: 0 0 26px #0376be88;
}
.jl-hero > .jl-wrap > div > p { font-size: 17px; color: #b7c3d2; max-width: 560px; }
.jl-hero-actions { display: flex; gap: 14px; margin: 26px 0 34px; flex-wrap: wrap; }
.jl-hero-stats { display: flex; gap: 38px; flex-wrap: wrap; }
.jl-hero-stat b {
  display: block;
  font-family: var(--disp);
  font-size: 27px;
  font-weight: 700;
  color: #6db8ea;
  letter-spacing: 0.02em;
}
.jl-hero-stat span { font-size: 13px; color: #8b98a9; }

.jl-hero-feature {
  position: relative;
  max-width: 330px;
  justify-self: end;
  width: 100%;
}
.jl-hero-feature .jl-card { box-shadow: 0 14px 44px #000a; border: 0; color: var(--ink); }
.jl-hero-feature .jl-card:hover { transform: none; }
.jl-hero-feature-tag {
  position: absolute;
  top: -13px;
  left: 18px;
  z-index: 3;
  background: var(--star);
  color: #241a05;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 6px 18px #0006;
}

/* ---------- sections ---------- */
.jl-section { padding: 58px 0; }
.jl-section--card { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.jl-sec-head { max-width: 660px; margin-bottom: 34px; }
.jl-sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.jl-sec-head h1, .jl-sec-head h2 { font-size: 30px; letter-spacing: -0.015em; margin-bottom: 10px; }
.jl-sec-head p { color: var(--slate); font-size: 16px; }

/* ---------- category cards ---------- */
.jl-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.jl-cat-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  color: var(--ink);
  transition: box-shadow 0.15s, transform 0.15s, border-color 0.15s;
}
.jl-cat-card:hover {
  text-decoration: none;
  transform: translateY(-3px);
  border-color: #b9d5ea;
  box-shadow: 0 12px 30px #1e242e14;
}
.jl-cat-img { background: #fff; padding: 18px; border-bottom: 1px solid var(--line); }
.jl-cat-img img { aspect-ratio: 4/3; object-fit: contain; margin: 0 auto; }
.jl-cat-body { padding: 14px 18px 18px; }
.jl-cat-body h3 { font-size: 16.5px; margin-bottom: 4px; }
.jl-cat-body span { font-size: 13.5px; color: var(--azure); font-weight: 500; }

/* ---------- product cards ---------- */
.jl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.jl-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s, transform 0.15s;
}
.jl-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px #1e242e14; }
.jl-flag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--night);
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}
.jl-flag--budget { background: var(--azure); }
.jl-card-img { padding: 22px 22px 8px; background: #fff; }
.jl-card-img img { aspect-ratio: 1; object-fit: contain; margin: 0 auto; }
.jl-card-body { padding: 6px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.jl-card-body h3 { font-size: 16px; font-weight: 600; margin-bottom: 7px; }
.jl-card-body h3 a { color: var(--ink); }
.jl-rating { font-size: 13.5px; color: var(--slate); margin-bottom: 12px; }
.jl-stars { color: var(--star); letter-spacing: 1.5px; margin-right: 5px; }
.jl-card-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.jl-price { font-family: var(--disp); font-size: 19px; font-weight: 700; }
.jl-card-link {
  font-size: 13.5px;
  font-weight: 600;
  background: var(--azure-soft);
  color: var(--azure-deep);
  padding: 8px 14px;
  border-radius: 8px;
}
.jl-card-link:hover { background: var(--azure); color: #fff; text-decoration: none; }
.jl-btn--card {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 12px;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 9px;
}
.jl-btn--sm { padding: 9px 18px; font-size: 14px; border-radius: 9px; }

/* ---------- need tiles (home: start from your situation) ---------- */
.jl-needs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.jl-need {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
}
.jl-need-img {
  flex: 0 0 172px;
  background: #fff;
  border-right: 1px solid var(--line);
  padding: 16px;
  display: flex;
  align-items: center;
}
.jl-need-img img { aspect-ratio: 1; object-fit: contain; }
.jl-need-body { padding: 18px 20px; display: flex; flex-direction: column; }
.jl-need-body h3 { font-size: 17px; margin-bottom: 6px; }
.jl-need-body p { font-size: 14px; color: var(--slate); margin-bottom: 12px; }
.jl-need-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.jl-need-foot .jl-price { font-size: 17px; }

/* ---------- band ---------- */
.jl-band { background: var(--night); color: #c3cedb; padding: 58px 0; }
.jl-band .jl-wrap {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 48px;
  align-items: center;
}
.jl-band h2 { color: #fff; font-size: 28px; margin-bottom: 14px; letter-spacing: -0.015em; }
.jl-band p { margin-bottom: 12px; }
.jl-band a { color: #7fc0ee; }
.jl-band-img img {
  background: var(--white);
  border-radius: 14px;
  padding: 18px;
  aspect-ratio: 1;
  object-fit: contain;
  box-shadow: 0 10px 34px #0007;
}

/* ---------- feats ---------- */
.jl-feats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.jl-feat {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
}
.jl-feat-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--azure-soft);
  color: var(--azure-deep);
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.jl-feat h3 { font-size: 16px; margin-bottom: 6px; }
.jl-feat p { font-size: 14px; color: var(--slate); }

/* ---------- faq ---------- */
.jl-faq { max-width: 760px; margin: 0 auto; }
.jl-faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.jl-faq summary {
  font-family: var(--disp);
  font-weight: 600;
  font-size: 15.5px;
  padding: 15px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 30px;
}
.jl-faq summary::-webkit-details-marker { display: none; }
.jl-faq summary::after {
  content: '+';
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--azure);
  font-size: 20px;
  font-weight: 500;
}
.jl-faq details[open] summary::after { content: '\2212'; }
.jl-faq details p { padding: 0 0 16px; color: var(--slate); font-size: 14.5px; }

/* ---------- crumbs ---------- */
.jl-crumbs {
  font-size: 13px;
  color: var(--slate);
  padding: 16px 22px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.jl-crumbs a { color: var(--slate); }
.jl-crumbs a:hover { color: var(--azure); }

/* ---------- PDP ---------- */
.jl-pdp {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  padding: 10px 0 48px;
}
.jl-pdp-img {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px;
  align-self: start;
  position: sticky;
  top: 84px;
}
.jl-pdp-img img { aspect-ratio: 1; object-fit: contain; }
.jl-pdp-cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--azure-deep);
  background: var(--azure-soft);
  padding: 4px 11px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.jl-pdp-info h1 { font-size: 29px; letter-spacing: -0.015em; margin-bottom: 12px; }
.jl-pdp-rating { font-size: 14.5px; color: var(--slate); margin-bottom: 16px; }
.jl-pdp-intro { color: var(--slate); margin-bottom: 22px; }
.jl-pdp-info h2 { font-size: 20px; margin: 26px 0 12px; }

.jl-buybox {
  background: var(--white);
  border: 1.5px solid #b9d5ea;
  border-radius: 14px;
  padding: 20px 22px;
}
.jl-buybox-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}
.jl-buybox-price { font-family: var(--disp); font-size: 31px; font-weight: 700; }
.jl-buybox-note { font-size: 12.5px; color: var(--slate); }
.jl-buybox .jl-btn { width: 100%; text-align: center; }
.jl-buybox-small { font-size: 12px; color: var(--slate); margin-top: 12px; }

.jl-hi { list-style: none; }
.jl-hi li {
  position: relative;
  padding: 0 0 10px 28px;
  font-size: 15px;
}
.jl-hi li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--azure-soft);
  color: var(--azure-deep);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jl-spec { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.jl-spec td { padding: 10px 12px; border: 1px solid var(--line); }
.jl-spec td:first-child { background: var(--frost); font-weight: 600; width: 38%; }

/* ---------- docs ---------- */
.jl-doc { max-width: 760px; margin: 0 auto; padding: 14px 0 60px; }
.jl-doc h1 { font-size: 32px; letter-spacing: -0.015em; margin-bottom: 22px; }
.jl-doc h2 { font-size: 21px; margin: 28px 0 10px; }
.jl-doc p, .jl-doc li { color: #38414d; font-size: 15.5px; margin-bottom: 10px; }
.jl-doc ul, .jl-doc ol { padding-left: 24px; margin-bottom: 14px; }
.jl-doc-note {
  background: var(--azure-soft);
  border-left: 3px solid var(--azure);
  border-radius: 0 10px 10px 0;
  padding: 13px 17px;
  font-size: 14px;
}

/* ---------- homepage article ----------
   White reading card on the frost page background. Text runs at a 720px
   measure, images and tables bleed out to the full card width for rhythm. */
.jl-article {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 54px 60px 60px;
  box-shadow: 0 26px 64px -44px rgba(23, 28, 36, 0.55);
}
.jl-article > h2,
.jl-article > p,
.jl-article > ul,
.jl-article > ol { max-width: 720px; margin-left: auto; margin-right: auto; }

/* title */
.jl-article > h2:first-child {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  text-align: center;
  margin: 0 auto 8px;
  border: 0;
  padding: 0;
}
.jl-article > h2:first-child::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 2px;
  background: var(--azure);
}
/* lead paragraph */
.jl-article > h2:first-child + p {
  font-size: 18px;
  line-height: 1.68;
  color: #46505e;
  margin-top: 22px;
}

/* section headings */
.jl-article > h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-top: 46px;
  padding-top: 34px;
  margin-bottom: 14px;
  border-top: 1px solid var(--line);
}

.jl-article p,
.jl-article li {
  color: #3b4552;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 14px;
}

/* lists with azure markers */
.jl-article ul { list-style: none; margin-bottom: 20px; }
.jl-article ul li { position: relative; padding-left: 22px; }
.jl-article ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--azure);
}

/* images */
.jl-article picture { display: block; margin: 34px 0; }
.jl-article picture img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1344 / 768;
  object-fit: cover;
  border-radius: 18px;
  background: var(--frost);
  box-shadow: 0 20px 44px -24px rgba(23, 28, 36, 0.5);
}

/* tables */
.jl-article table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 26px 0 32px;
  font-size: 14.5px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 34px -26px rgba(23, 28, 36, 0.45);
}
.jl-article th,
.jl-article td { padding: 13px 16px; text-align: left; vertical-align: top; }
.jl-article th {
  background: var(--night);
  color: var(--white);
  font-family: var(--disp);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.jl-article td {
  color: #3b4552;
  font-size: 14.5px;
  line-height: 1.5;
  border-top: 1px solid var(--line);
}
.jl-article tbody tr:nth-child(even) td { background: #fafbfc; }
.jl-article td:first-child { font-weight: 600; color: var(--ink); }

@media (max-width: 800px) {
  .jl-article { padding: 38px 30px 42px; border-radius: 18px; }
  .jl-article > h2:first-child { font-size: 30px; }
  .jl-article > h2 { font-size: 22px; margin-top: 38px; padding-top: 28px; }
  .jl-article picture { margin: 26px 0; }
  .jl-article picture img { border-radius: 14px; }
}
@media (max-width: 640px) {
  .jl-article { padding: 30px 18px 34px; border-radius: 14px; }
  .jl-article > h2:first-child { font-size: 26px; }
  .jl-article > h2:first-child + p { font-size: 16.5px; }
  .jl-article > h2 { font-size: 20px; }
  .jl-article p, .jl-article li { font-size: 15.5px; }
  .jl-article table { font-size: 13px; border-radius: 12px; }
  .jl-article th { font-size: 11px; letter-spacing: 0.04em; white-space: normal; }
  .jl-article th, .jl-article td { padding: 10px 11px; }
  .jl-article td { font-size: 13px; }
}

/* ---------- 404 ---------- */
.jl-404 { text-align: center; padding: 90px 22px 110px; }
.jl-404 h1 {
  font-size: 96px;
  font-weight: 700;
  color: var(--azure);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 12px;
  text-shadow: 0 0 40px #0376be33;
}
.jl-404 p { color: var(--slate); }

/* ---------- footer ---------- */
.jl-footer { background: var(--night); color: #9aa7b6; margin-top: 40px; }
.jl-footer > .jl-wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
  padding-top: 46px;
  padding-bottom: 40px;
}
.jl-footer h4 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.jl-footer a { display: block; color: #9aa7b6; font-size: 14px; padding: 3.5px 0; }
.jl-footer a:hover { color: #7fc0ee; }
.jl-footer-brand p { font-size: 13.5px; margin-top: 14px; max-width: 300px; }
.jl-footer-addr { font-size: 12.5px; opacity: 0.75; line-height: 1.55; }
.jl-footer-brand .jl-logo img { filter: brightness(0) invert(1); opacity: 0.88; }
.jl-footer-brand .jl-logo small { color: #8b98a9; }
.jl-footer-bottom { border-top: 1px solid #ffffff17; }
.jl-footer-bottom .jl-wrap { padding-top: 18px; padding-bottom: 22px; font-size: 12.5px; color: #7d8a99; text-align: center; }
.jl-disclosure { display: block; width: 720px; max-width: 100%; height: auto; margin: 10px auto 0; opacity: 0.9; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .jl-hero .jl-wrap { grid-template-columns: 1fr; gap: 40px; }
  .jl-hero h1 { font-size: 34px; }
  .jl-cats { grid-template-columns: repeat(2, 1fr); }
  .jl-grid { grid-template-columns: repeat(2, 1fr); }
  .jl-feats { grid-template-columns: repeat(2, 1fr); }
  .jl-needs { grid-template-columns: 1fr; }
  .jl-hero-feature { justify-self: start; }
  .jl-band .jl-wrap { grid-template-columns: 1fr; }
  .jl-band-img { max-width: 380px; }
  .jl-pdp { grid-template-columns: 1fr; }
  .jl-pdp-img { position: static; }
  .jl-footer > .jl-wrap { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  .jl-burger { display: flex; }
  .jl-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 10px 22px 16px;
    gap: 2px;
    box-shadow: 0 14px 30px #1e242e1c;
  }
  .jl-nav--open { display: flex; }
  .jl-nav a { padding: 11px 12px; }
}

@media (max-width: 640px) {
  .jl-hero { padding: 44px 0 50px; }
  .jl-hero h1 { font-size: 29px; }
  .jl-hero-stats { gap: 24px; }
  .jl-section { padding: 44px 0; }
  .jl-sec-head h1, .jl-sec-head h2 { font-size: 25px; }
  .jl-cats { grid-template-columns: 1fr; }
  .jl-grid { grid-template-columns: 1fr; }
  .jl-feats { grid-template-columns: 1fr; }
  .jl-need { flex-direction: column; }
  .jl-need-img { flex: none; border-right: 0; border-bottom: 1px solid var(--line); }
  .jl-need-img img { max-width: 180px; margin: 0 auto; }
  .jl-footer > .jl-wrap { grid-template-columns: 1fr; gap: 26px; }
  .jl-pdp-info h1 { font-size: 24px; }
  .jl-buybox-price { font-size: 27px; }
}
