/* ===== Jersey Lounge storefront: header, homepage, PDP, product grids ===== */
:root { --jl-navy: #0b1a33; --jl-black: #111; --jl-blue: #1e68c4; --jl-ink: #101820; --jl-muted: #5b6b82; --jl-line: #e2e8f0; --jl-bg: #f4f6f9; --jl-yellow: #ffe23f; --jl-red: #e3001b; --jl-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; --jl-display: "Oswald", "Arial Narrow", Impact, sans-serif; }
@font-face { font-family: "Oswald"; src: url("../fonts/Oswald-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Anton"; src: url("../fonts/Anton-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }

/* ---- header ---- */
body.jl-storefront .site-header { display: none !important; }
body.jl-storefront .col-full-nav { display: none !important; }
.jl-announce { background: var(--jl-red); color: #fff; text-align: center; font: 500 14px/1.4 var(--jl-font); padding: 9px 44px 9px 16px; position: relative; }
.jl-announce a { color: #fff; text-decoration: underline; }
.jl-announce__close { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: #fff; font-size: 20px; cursor: pointer; line-height: 1; }
.jl-header { background: #fff; border-bottom: 1px solid var(--jl-line); font-family: var(--jl-font); position: sticky; top: 0; z-index: 900; }
.jl-header__main { max-width: 1440px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 22px; height: 68px; }
.jl-header__logo { display: flex; align-items: center; margin-right: 6px; }
.jl-header__logo img { max-height: 38px; width: auto; display: block; }
.jl-header__logo span { font: 800 22px var(--jl-font); color: var(--jl-ink); letter-spacing: -.3px; }
.jl-nav { display: flex; align-items: center; gap: 4px; }
.jl-nav > li { list-style: none; position: relative; }
.jl-nav > li > a { display: flex; align-items: center; gap: 4px; padding: 10px 10px; color: var(--jl-ink); text-decoration: none; font: 500 15px var(--jl-font); border-radius: 6px; white-space: nowrap; }
.jl-nav > li > a:hover { background: #f1f4f8; }
.jl-nav > li > a .jl-caret { width: 12px; height: 12px; }
.jl-nav .jl-sub { position: absolute; left: 0; top: 100%; background: #fff; border: 1px solid var(--jl-line); border-radius: 10px; box-shadow: 0 16px 40px rgba(11,26,51,.14); min-width: 240px; padding: 8px; display: none; z-index: 950; }
.jl-nav > li:hover .jl-sub, .jl-nav > li:focus-within .jl-sub { display: block; }
.jl-nav .jl-sub a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; color: var(--jl-ink); text-decoration: none; border-radius: 6px; font-size: 15px; }
.jl-nav .jl-sub a:hover { background: #f1f4f8; }
.jl-nav .jl-sub img { width: 20px; height: 20px; }
.jl-header__search { margin-left: auto; display: flex; align-items: center; border: 1px solid #c9d3e0; border-radius: 3px; height: 42px; width: 220px; overflow: hidden; flex-shrink: 0; }
.jl-header__search input { border: 0; outline: 0; padding: 0 12px; flex: 1; font: 15px var(--jl-font); min-width: 0; background: transparent; }
.jl-header__search button { border: 0; background: transparent; padding: 0 10px; cursor: pointer; color: var(--jl-ink); display: flex; }
.jl-header__cta { background: var(--jl-black); color: #fff !important; text-decoration: none; font: 600 15px var(--jl-font); padding: 0 18px; height: 42px; display: inline-flex; align-items: center; border-radius: 3px; white-space: nowrap; }
.jl-header__cta:hover { background: #2a2a2a; }
.jl-header__icons { display: flex; align-items: center; gap: 6px; }
.jl-header__icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; color: var(--jl-ink); border-radius: 50%; position: relative; text-decoration: none; }
.jl-header__icon:hover { background: #f1f4f8; }
.jl-header__icon svg { width: 22px; height: 22px; }
.jl-header__count { position: absolute; top: 2px; right: 0; background: var(--jl-red); color: #fff; font: 700 10px/16px var(--jl-font); min-width: 16px; text-align: center; border-radius: 8px; padding: 0 4px; }
.jl-header__burger { display: none; border: 0; background: none; width: 40px; height: 40px; cursor: pointer; }
.jl-sportsrow { border-top: 1px solid var(--jl-line); background: #fff; }
.jl-sportsrow__inner { max-width: 1440px; margin: 0 auto; padding: 0 24px; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.jl-sportsrow__inner::-webkit-scrollbar { display: none; }
.jl-sportsrow a { display: inline-flex; align-items: center; gap: 8px; padding: 12px 12px; color: var(--jl-ink); text-decoration: none; font: 500 15px var(--jl-font); white-space: nowrap; border-bottom: 2px solid transparent; }
.jl-sportsrow a:hover, .jl-sportsrow a.is-active { border-bottom-color: var(--jl-black); }
.jl-sportsrow img { width: 22px; height: 22px; }
@media (max-width: 1100px) { .jl-nav { display: none; } .jl-header__search { width: 160px; } .jl-header__burger { display: inline-flex; } }
@media (max-width: 760px) { .jl-header__main { gap: 10px; padding: 0 12px; height: 60px; } .jl-header__search { display: none; } .jl-header__cta { padding: 0 12px; font-size: 13px; height: 38px; } }
.jl-mobilenav { display: none; position: fixed; inset: 0; background: rgba(11,26,51,.45); z-index: 990; }
.jl-mobilenav.is-open { display: block; }
.jl-mobilenav__panel { background: #fff; width: min(360px, 86vw); height: 100%; overflow: auto; padding: 18px; }
.jl-mobilenav__panel a { display: block; padding: 12px 6px; border-bottom: 1px solid var(--jl-line); color: var(--jl-ink); text-decoration: none; font: 500 16px var(--jl-font); }
.jl-mobilenav__panel .jl-sub a { padding-left: 24px; font-weight: 400; }

/* ---- hero (owayo) ---- */
.jl-home { font-family: var(--jl-font); color: var(--jl-ink); }
.jl-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); align-items: center; gap: 40px; max-width: 1440px; margin: 0 auto; padding: 24px 24px 40px; }
.jl-hero__copy { padding: 40px 0 40px 60px; }
.jl-hero__copy h1 { font: 700 clamp(32px, 4.4vw, 56px)/1.1 var(--jl-font); letter-spacing: -.5px; margin: 0 0 22px; }
.jl-hero__copy p { font-size: 18px; line-height: 1.55; color: #2c3a4d; max-width: 620px; margin: 0 0 34px; }
.jl-btn-outline { display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid var(--jl-ink); border-radius: 999px; padding: 0 30px; height: 52px; font: 500 17px var(--jl-font); color: var(--jl-ink); text-decoration: none; }
.jl-btn-outline:hover { background: var(--jl-ink); color: #fff; }
.jl-btn-solid { display: inline-flex; align-items: center; justify-content: center; background: var(--jl-black); color: #fff !important; border-radius: 3px; padding: 0 30px; height: 52px; font: 600 17px var(--jl-font); text-decoration: none; margin-left: 12px; }
.jl-hero__media { position: relative; border-radius: 6px; overflow: hidden; background: linear-gradient(135deg, #e9ecf1, #d9dee6); aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; padding: 6%; }
.jl-hero__device { width: 100%; background: #111; border-radius: 18px; padding: 10px; box-shadow: 0 30px 60px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.08) inset; transform: rotate(-1.5deg); }
.jl-hero__device-bar { display: flex; gap: 6px; padding: 0 6px 8px; } .jl-hero__device-bar span { width: 8px; height: 8px; border-radius: 50%; background: #3a3a3a; }
.jl-hero__device img { display: block; width: 100%; height: auto; border-radius: 8px; }
.jl-hero__media > img, .jl-hero__media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.jl-hero__tablet { position: absolute; inset: 10% 12%; background: #111; border-radius: 22px; padding: 14px; box-shadow: 0 30px 60px rgba(0,0,0,.35); transform: rotate(-2deg); }
.jl-hero__tablet img { border-radius: 10px; }
@media (max-width: 900px) { .jl-hero { grid-template-columns: 1fr; padding: 16px; gap: 20px; } .jl-hero__copy { padding: 16px 0; } }

/* ---- clubs strip ---- */
.jl-clubs { background: #f3f4f6; }
.jl-clubs__inner { max-width: 1100px; margin: 0 auto; padding: 22px 24px; display: flex; align-items: center; gap: 44px; overflow-x: auto; }
.jl-clubs__label { font: 500 14px var(--jl-font); color: var(--jl-ink); white-space: nowrap; }
.jl-clubs__logo { height: 46px; flex-shrink: 0; filter: grayscale(.2); }
.jl-clubs__logo img { height: 100%; width: auto; }
.jl-clubs__text { font: 700 18px var(--jl-display); color: #8a94a6; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }

/* ---- sports grid (spized) ---- */
.jl-section { max-width: 1100px; margin: 0 auto; padding: 56px 24px 20px; }
.jl-kicker { font: 700 16px var(--jl-display); text-transform: uppercase; letter-spacing: .5px; margin: 0 0 4px; }
.jl-h2 { font: 700 clamp(26px, 3.6vw, 40px)/1.05 var(--jl-display); text-transform: uppercase; letter-spacing: .3px; margin: 0 0 22px; }
.jl-sportsgrid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 120px; gap: 12px; }
.jl-sportsgrid a { position: relative; display: block; border-radius: 3px; overflow: hidden; background: #1a2a44; color: #fff; text-decoration: none; grid-row: span 2; }
.jl-sportsgrid a.is-tall { grid-row: span 3; }
.jl-sportsgrid a img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.jl-sportsgrid a:hover img { transform: scale(1.04); }
.jl-sportsgrid a .jl-sportsgrid__ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, #1f3a68, #0b1a33); }
.jl-sportsgrid a .jl-sportsgrid__ph img { width: 30%; height: 30%; object-fit: contain; filter: invert(1); opacity: .9; }
.jl-sportsgrid a span { position: absolute; left: 0; right: 0; bottom: 22px; text-align: center; font: 600 20px var(--jl-font); text-shadow: 0 2px 10px rgba(0,0,0,.6); }
.jl-sportsgrid a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.55), transparent 45%); }
@media (max-width: 900px) { .jl-sportsgrid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 100px; } }

/* ---- how it works / products / templates ---- */
.jl-steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.jl-step { background: #fff; border: 1px solid var(--jl-line); border-radius: 10px; padding: 18px 14px; text-align: center; }
.jl-step__n { width: 40px; height: 40px; border-radius: 50%; background: var(--jl-navy); color: #fff; display: inline-flex; align-items: center; justify-content: center; font: 700 15px var(--jl-font); margin-bottom: 10px; }
.jl-step strong { display: block; font-size: 15px; margin-bottom: 4px; }
.jl-step span { font-size: 13px; color: var(--jl-muted); line-height: 1.4; }
@media (max-width: 1000px) { .jl-steps { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .jl-steps { grid-template-columns: repeat(2, 1fr); } }
.jl-prodgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.jl-prodcard { display: block; text-decoration: none; color: var(--jl-ink); border: 1px solid var(--jl-line); border-radius: 6px; overflow: hidden; background: #fff; transition: box-shadow .2s, transform .2s; }
.jl-prodcard:hover { box-shadow: 0 14px 34px rgba(11,26,51,.12); transform: translateY(-2px); }
.jl-prodcard__img { aspect-ratio: 4 / 5; background: #f2f4f7; }
.jl-prodcard__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jl-prodcard__body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 3px; }
.jl-prodcard__body strong { font-size: 15px; } .jl-prodcard__body span { font-size: 14px; } .jl-prodcard__body em { font-style: normal; font-size: 12px; color: var(--jl-muted); }
@media (max-width: 900px) { .jl-prodgrid { grid-template-columns: repeat(2, 1fr); } }
.jl-usps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.jl-usp { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border: 1px solid var(--jl-line); border-radius: 8px; background: #fff; }
.jl-usp strong { display: block; font-size: 15px; } .jl-usp span { font-size: 13px; color: var(--jl-muted); }
.jl-usp__ico { width: 40px; height: 40px; border-radius: 10px; background: #eef2f7; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
@media (max-width: 900px) { .jl-usps { grid-template-columns: repeat(2, 1fr); } }
.jl-cta-band { background: var(--jl-navy); color: #fff; text-align: center; padding: 56px 24px; margin-top: 40px; }
.jl-cta-band h2, .jl-home .jl-cta-band h2 { color: #fff !important; font: 700 clamp(28px, 4vw, 44px) var(--jl-display); text-transform: uppercase; margin: 0 0 10px; }
.jl-cta-band p { color: #b9c4d3; margin: 0 0 24px; }
.jl-cta-band .jl-btn-solid { background: #fff; color: var(--jl-navy) !important; margin: 0; }

/* ---- PDP (spized) ---- */
.jl-pdp { max-width: 1440px; margin: 0 auto; padding: 24px; font-family: var(--jl-font); color: var(--jl-ink); }
.jl-pdp__grid { display: grid; grid-template-columns: 200px minmax(0, 1fr) 430px; gap: 30px; align-items: start; }
.jl-pdp__photos { display: flex; flex-direction: column; gap: 12px; }
.jl-pdp__photo { border: 2px solid transparent; padding: 0; background: #f2f4f7; cursor: pointer; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 2px; }
.jl-pdp__photo.is-active { border-color: var(--jl-ink); }
.jl-pdp__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jl-pdp__stage { background: #f2f4f7; border-radius: 3px; padding: 24px 24px 90px; position: relative; min-height: 640px; display: flex; align-items: center; justify-content: center; }
.jl-pdp__render { width: 100%; max-width: 560px; }
.jl-pdp__render img, .jl-pdp__render svg { width: 100%; height: auto; display: block; }
.jl-pdp__render.is-design svg { max-height: 640px; filter: drop-shadow(0 20px 30px rgba(0,0,0,.12)); }
.jl-pdp__carousel { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); background: #fff; border: 1px solid var(--jl-line); display: flex; align-items: center; gap: 18px; padding: 8px 10px; min-width: 340px; }
.jl-pdp__carousel-text { text-align: center; line-height: 1.3; flex: 1; }
.jl-pdp__carousel-text strong { display: block; font-size: 15px; }
.jl-pdp__carousel-text span { font-size: 14px; color: var(--jl-muted); }
.jl-pdp__arrow { border: 0; background: transparent; font-size: 30px; line-height: 1; cursor: pointer; padding: 0 10px; color: var(--jl-ink); }
.jl-pdp__brand { font: 800 15px var(--jl-font); margin-bottom: 14px; }
.jl-pdp__title { font: 500 30px/1.2 var(--jl-font); margin: 0 0 16px; }
.jl-pdp__desc-text { font-size: 16px; line-height: 1.5; color: #2c3a4d; }
.jl-pdp__desc-text.is-clamped { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.jl-pdp__desc-text p { margin: 0 0 8px; }
.jl-link { background: none; border: 0; padding: 0; color: var(--jl-ink); text-decoration: underline; cursor: pointer; font: inherit; }
.jl-pdp__price { margin: 26px 0 8px; }
.jl-pdp__price-line { font-size: 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.jl-pdp__price-line strong { font-size: 18px; }
.jl-pdp__badge { background: var(--jl-yellow); color: #111; font: 800 12px var(--jl-display); text-transform: uppercase; letter-spacing: .4px; padding: 5px 8px; }
.jl-pdp__qty { margin: 10px 0; padding: 12px; border: 1px solid var(--jl-line); border-radius: 6px; background: #fafbfc; }
.jl-pdp__qty label { display: flex; align-items: center; gap: 10px; font-size: 14px; margin-bottom: 8px; }
.jl-pdp__qty input { width: 90px; height: 36px; border: 1px solid #c9d3e0; border-radius: 4px; padding: 0 8px; font-size: 15px; }
.jl-pdp__slabs { width: 100%; border-collapse: collapse; font-size: 13px; }
.jl-pdp__slabs td { padding: 4px 6px; border-top: 1px solid var(--jl-line); }
.jl-pdp__slabs tr.is-active td { font-weight: 700; background: #fff6cc; }
.jl-pdp__vat { font-size: 13px; color: var(--jl-muted); margin-top: 6px; }
.jl-pdp__cta { display: flex; align-items: center; justify-content: center; background: var(--jl-black); color: #fff !important; text-decoration: none; font: 600 19px var(--jl-font); height: 54px; border-radius: 2px; margin: 22px 0 14px; }
.jl-pdp__cta:hover { background: #2a2a2a; }
.jl-pdp__trust { display: flex; gap: 14px; align-items: center; border: 1px solid var(--jl-line); padding: 14px; font-size: 14px; line-height: 1.45; }
.jl-pdp__trust p { margin: 0; }
.jl-pdp__trust-mark { width: 54px; height: 54px; border-radius: 6px; background: var(--jl-navy); color: #fff; display: flex; align-items: center; justify-content: center; font: 800 20px var(--jl-display); flex-shrink: 0; }
.jl-pdp__included { display: flex; gap: 14px; align-items: center; background: #fbd97a; padding: 14px 16px; margin: 12px 0; font-size: 15px; line-height: 1.4; }
.jl-pdp__heart { font-size: 26px; }
.jl-pdp__note { font-size: 12px; color: #5c4a00; }
.jl-pdp__rows { border: 1px solid var(--jl-line); }
.jl-pdp__row { display: flex; gap: 14px; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--jl-line); font-size: 14px; line-height: 1.4; }
.jl-pdp__row:last-child { border-bottom: 0; }
.jl-pdp__row > div { flex: 1; }
.jl-pdp__ico { font-size: 22px; width: 28px; text-align: center; }
.jl-pdp__rowlink { color: var(--jl-ink); font-weight: 600; white-space: nowrap; }
.jl-pdp__highlights { margin: 18px 0 0; padding-left: 20px; font-size: 14px; line-height: 1.7; }
.jl-pdp__specs { display: grid; grid-template-columns: 90px 1fr; gap: 4px 12px; font-size: 14px; margin: 14px 0 0; }
.jl-pdp__specs dt { color: var(--jl-muted); } .jl-pdp__specs dd { margin: 0; }
.jl-pdp__related { margin-top: 56px; }
.jl-pdp__related h2 { font: 700 30px var(--jl-display); text-transform: uppercase; margin: 0 0 18px; }
@media (max-width: 1200px) { .jl-pdp__grid { grid-template-columns: minmax(0, 1fr) 400px; } .jl-pdp__photos { grid-column: 1 / -1; flex-direction: row; order: 3; } .jl-pdp__photo { width: 90px; } }
@media (max-width: 860px) { .jl-pdp__grid { grid-template-columns: 1fr; } .jl-pdp__stage { min-height: 460px; padding-bottom: 80px; } }
body.jl-pdp .jl-loop-customise { background: var(--jl-black); }
.jl-loop-badge { background: var(--jl-yellow); color: #111; font-size: 11px; font-weight: 800; padding: 2px 6px; margin-left: 6px; }

/* Cart drawer: sits above the sticky JL header (z-index 900) and mobile nav (990),
   otherwise the header covers the drawer heading, close button and first cart item. */
body.jl-storefront .shoptimizer-mini-cart-wrap { z-index: 1100; }
body.jl-storefront.drawer-open::before { z-index: 1050; }
