/*
Theme Name: Tzelner
Theme URI: https://www.mz-show.co.il/
Description: מעיין צלנר הפקות — theme built from the approved round-4 prototypes (01-navy, show-b, buy).
Author: RGBcode
Version: 1.1.0
Requires PHP: 8.1
Text Domain: tzelner
*/
*{margin:0;box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input{font:inherit;color:inherit}
button{cursor:pointer}
[hidden]{display:none!important}
:focus-visible{outline:2px solid currentColor;outline-offset:2px}
.hero{position:relative;overflow:hidden;--hero-w:min(1140px,100vw - 260px);--hero-gap:18px}
.hero-vp{overflow:hidden;touch-action:pan-y}   /* phones: sideways swipe stays ours, vertical scroll stays the browser's */
.hero-track{display:flex;gap:var(--hero-gap);list-style:none;margin:0;padding:0}
.hero-track.anim{transition:transform .55s ease}
.hero-slide{flex:0 0 var(--hero-w);min-width:0}
.hero-slide a{display:block;overflow:hidden;position:relative}
.hero-slide img{display:block;width:100%;aspect-ratio:1140/384;object-fit:cover;transition:opacity .4s}
.hero-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);display:grid;place-items:center;padding:0;border:0}
.hero-arrow svg{width:26px;height:26px}
.hero-prev{right:calc((100vw - var(--hero-w)) / 2 - 90px)}.hero-next{left:calc((100vw - var(--hero-w)) / 2 - 90px)}
.hero-dots{position:absolute;bottom:14px;inset-inline:0;display:flex;justify-content:center;gap:8px;z-index:2}
.thumbs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.thumbs button{padding:0;overflow:hidden;background:#fff}
.thumbs button img{width:100%;height:100%;object-fit:cover}
@keyframes roll{to{transform:translateX(calc(-1 * var(--half,0px)))}}
@media (max-width:1100px){.hero{--hero-w:calc(100vw - 160px)}.hero-prev{right:12px}.hero-next{left:12px}}
@media (max-width:760px){.hero{--hero-w:calc(100vw - 56px);--hero-gap:10px}.hero-slide img{aspect-ratio:2.7/1;object-fit:cover}.hero-prev,.hero-next{display:none}.thumbs{display:none}}   /* phones: swipe only, no arrows */   /* phones: the whole wide banner on a blurred copy of itself */


:root{--navy:#2E3192;--navy2:#1F2270;--teal:#12B4B9;--ink:#414042;--grey:#6E6E72;--line:#E2E3EC;--r:6px;--wrap:1380px;--pad:24px}
body{background:#fff;color:var(--ink);font:16px/1.5 "Heebo",system-ui,sans-serif}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--pad)}
h2{font-weight:900;font-size:26px;line-height:1.2}
.util{background:var(--navy2);color:#fff;font-size:14px}
.util .wrap{display:flex;gap:22px;align-items:center;height:32px}
.util a:hover{text-decoration:underline}
.util .end{margin-inline-start:auto}
.hd{background:var(--navy);color:#fff;position:sticky;top:0;z-index:50}
.rainbow{height:7px;background:linear-gradient(90deg,#2bb673,#8dc63f,#ffd23f,#f7941d,#ef4136,#ec1e79,#92278f,#1c75bc)}
.hd>.rainbow{position:relative;z-index:1}
.mev{display:flex;align-items:center;gap:10px;font-size:15px}
.mev img{height:26px;width:auto}
.mev a{font-weight:700;text-decoration:underline;text-underline-offset:3px}
.mev a:hover{color:#ffd23f}
.hd>.wrap{display:flex;align-items:center;gap:20px;height:80px}   /* checked on screenshot pixels: 20px above the logo mark, 20px below it */
.hd .logo img{height:44px;width:auto;position:relative;top:2px}   /* the mark reads high when it is box-centered: lowered 2px for the eye, same as the checkout bar */
.dd{display:flex;gap:22px;font-weight:500;font-size:16px}
.dd a{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.dd a:hover{color:var(--teal)}
.dd svg{width:14px;height:14px}
.srch{flex:1;max-width:460px;display:flex;background:#fff;border-radius:var(--r);height:40px;overflow:hidden}
.srch input{flex:1;border:0;padding:0 14px;min-width:0;color:var(--ink);outline:none}
.srch button{width:46px;border:0;background:var(--teal);color:#fff;display:grid;place-items:center}
.srch button svg{width:20px;height:20px}
.ic{margin-inline-start:auto;display:flex;gap:6px}
.ic a{height:38px;padding:0 12px 0 10px;display:inline-flex;align-items:center;gap:7px;border-radius:var(--r);color:#fff;font-weight:700;font-size:15px;white-space:nowrap}
.ic a:hover{background:rgba(255,255,255,.14)}
.ic svg{width:24px;height:24px}
.band{background:var(--navy);padding:0 0 20px}   /* checked on screenshot pixels: search box → slider 20px, under the slider 20px */   /* checked on screenshot pixels: logo mark → slider 20px, under the slider 20px */
.hero-slide a{border-radius:var(--r);background:var(--navy2)}
.hero-slide:not(.is-active) img{opacity:.45}
.hero-arrow{width:46px;height:46px;background:#fff;color:var(--navy);border-radius:50%;box-shadow:0 4px 14px rgba(0,0,0,.25)}
.hero-arrow:hover{background:var(--teal);color:#fff}
.thumbs{margin-top:14px;gap:8px}
.thumbs button{width:96px;height:32px;border:2px solid transparent;border-radius:3px;opacity:.5}
.thumbs button[aria-selected="true"]{opacity:1;border-color:var(--teal)}
.row{padding:34px 0 0}
.rh{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.rh .ico{width:40px;height:40px;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center;flex:0 0 40px}
.rh .ico svg{width:24px;height:24px}
.rh h2{margin-inline-end:4px}
.rh .tag{background:#E3F5F6;color:#0B8A8E;border-radius:var(--r);padding:3px 10px;font-size:14px;font-weight:700;white-space:nowrap}
.rh .arrows{margin-inline-start:auto;display:flex;gap:6px}
.arrows button{width:34px;height:34px;border:0;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;padding:0}
.arrows button:hover{background:var(--teal)}
.arrows svg{width:18px;height:18px}
.rail{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 0 8px}
.rail::-webkit-scrollbar{display:none}
.rail>*{flex:0 0 var(--cw,176px);scroll-snap-align:start}
.ca img{width:100%;aspect-ratio:1140/1341;object-fit:cover;border-radius:var(--r);border:1px solid var(--line)}
.ca .m{margin-top:8px;font-weight:700;color:var(--navy);font-size:14px}
.ca .n{color:var(--ink);font-size:15px;line-height:1.35;margin-top:2px}
.ca .p{color:var(--grey);font-size:14px;margin-top:4px}
.ca .sold{color:var(--grey);font-weight:700}
.ca:hover img{border-color:var(--teal);box-shadow:0 0 0 2px var(--teal)}
.dl{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}
.dr{display:grid;grid-template-columns:58px minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}
.dr .d{background:var(--navy);color:#fff;border-radius:var(--r);text-align:center;padding:4px 0;line-height:1.1}
.dr .d b{display:block;font-size:22px;font-weight:900}
.dr .d i{font-style:normal;font-size:14px}
.dr .t b{display:block;font-weight:700}
.dr .t small{font-size:14px;color:var(--grey)}
.dr .pr{font-weight:700;color:var(--navy);white-space:nowrap}
.dr .go{border:1.5px solid var(--navy);color:var(--navy);border-radius:var(--r);padding:6px 12px;font-weight:700;font-size:14px;white-space:nowrap}
.dr:hover .go{background:var(--navy);color:#fff}
.tiles{padding:34px 0 0}
.tiles .wrap{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}
.tile{background:var(--navy);color:#fff;border-radius:var(--r);padding:20px 22px;display:flex;flex-direction:column;min-height:220px}
.tile h3{font-weight:900;font-size:22px;line-height:1.2}
.tile p{font-size:15px;opacity:.9;margin-top:4px}
.tile .days{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:14px}
.tile .days span{background:#fff;color:var(--navy);border-radius:var(--r);padding:6px 10px;font-weight:700;font-size:14px}
.tile .logos{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:auto;padding-top:12px}
.tile .logos span{background:#fff;border:1px solid var(--line);border-radius:4px;height:48px;display:flex;align-items:center;justify-content:center;padding:5px 8px}
.tile .logos img{max-height:32px;max-width:100px;width:auto;height:auto;object-fit:contain}
.tile .posters{display:flex;gap:10px;margin-top:auto;padding-top:12px}
.tile .posters a{display:block;width:84px}
.tile .posters img{width:84px;aspect-ratio:278/327;object-fit:cover;border-radius:4px;border:1px solid var(--line)}
.tile .posters small{display:block;font-size:14px;margin-top:4px;line-height:1.2}
.tile.white{background:#fff;color:var(--ink);border:1px solid var(--line)}
.tile .go{margin-top:12px;font-weight:700;font-size:14px;text-decoration:underline;text-underline-offset:3px}
.clubs{padding:34px 0 46px}
.clubs-car{overflow:hidden;direction:ltr;margin-top:12px;-webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent)}
.clubs-strip{display:flex;gap:10px;width:max-content;animation:roll var(--dur,60s) linear infinite;padding:6px 0}
.clubs-car:hover .clubs-strip{animation-play-state:paused}
.clubs-strip a,.clubs-strip .club{width:140px;height:64px;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--r);padding:8px 12px;background:#fff}
.clubs-strip img{max-width:100%;max-height:100%;width:auto;height:auto}
footer{position:relative;background:var(--navy2);color:#fff;overflow:hidden;padding:0;margin-top:0;font-size:16px;line-height:1.6}
footer .rainbow{height:5px;margin:0}
.foot-star{position:absolute;opacity:.13;pointer-events:none}
.foot-star.f1{top:44px;inset-inline-start:5%}
.foot-star.f2{bottom:60px;inset-inline-end:7%}
.foot-grid{position:relative;display:grid;grid-template-columns:1.25fr 1fr 1.2fr;gap:36px;padding:44px 0 8px}
.foot-grid .brand img{height:52px;width:auto;display:block}
.foot-grid .brand img.brand-stack{height:120px}   /* mz-prod-white.png: the mark with the name under it, so taller than the header mark */
.foot-grid .brand p{color:rgba(255,255,255,.65);font-size:14.5px;margin-top:14px;max-width:24em}
.foot-dots{display:flex;gap:8px;margin-top:16px}
.foot-dots i{width:11px;height:11px;border-radius:50%}
.foot-grid h4{font-size:15.5px;font-weight:800;margin-bottom:14px;color:var(--teal)}
.foot-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;font-size:14.5px;color:rgba(255,255,255,.75)}
.foot-grid ul a:hover{color:var(--teal);text-decoration:underline}
.foot-contact li{display:flex;gap:10px;align-items:center}
.foot-by{margin-top:14px;font-size:13.5px;color:rgba(255,255,255,.6)}
.foot-contact svg{width:18px;height:18px;stroke:var(--teal);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
.foot-bottom{position:relative;border-top:1px solid rgba(255,255,255,.14);margin-top:34px;padding:16px 0 22px;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;color:rgba(255,255,255,.5);font-size:14px}
.foot-bottom a{color:rgba(255,255,255,.8);text-decoration:underline}
.foot-bottom a:hover{color:var(--teal)}
@media (max-width:1100px){.dd{display:none}.tiles .wrap{grid-template-columns:1fr}}
.burger{display:none;width:40px;height:40px;border:0;background:none;color:#fff;padding:0;place-items:center;border-radius:var(--r);flex:none}
.burger svg{width:26px;height:26px}
.burger .i-close{display:none}
.burger[aria-expanded="true"] .i-open{display:none}
.burger[aria-expanded="true"] .i-close{display:block}
.burger:hover,.burger[aria-expanded="true"]{background:rgba(255,255,255,.14)}
.mnav{position:absolute;top:100%;inset-inline:0;background:#fff;color:var(--ink);box-shadow:0 24px 60px rgba(0,0,0,.28);border-top:1px solid var(--line);z-index:60;max-height:calc(100vh - 112px);overflow:auto;padding:16px var(--pad) 24px}
.mnav[hidden]{display:none}
.mn-h{display:block;font-weight:900;font-size:18px;margin-bottom:10px}
.mn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.mn-grid a{display:block;color:var(--ink);font-size:14px;font-weight:700;line-height:1.3}
.mn-grid img{width:100%;aspect-ratio:1140/1341;object-fit:cover;border-radius:6px;border:1px solid var(--line);margin-bottom:6px;display:block}
.mn-links{display:grid;margin:-4px 0 18px;border-top:1px solid var(--line)}
.mn-links a{display:flex;align-items:center;gap:10px;min-height:50px;padding:0 4px;border-bottom:1px solid var(--line);font-weight:700;font-size:16px;color:var(--ink)}
.mn-links a svg{width:20px;height:20px;flex:none;color:var(--navy)}
@media (max-width:1100px){.burger{display:grid}}
@media (min-width:600px){.mn-grid{grid-template-columns:repeat(5,1fr)}}
@media (min-width:1101px){.mnav{display:none!important}}
@media (max-width:760px){:root{--pad:16px}.util{display:none}.hd>.wrap{height:auto;flex-wrap:wrap;gap:10px;padding:10px 16px}.hd .logo img{height:36px}.srch{order:3;flex-basis:100%;max-width:none}.rail>*{--cw:150px}.dl{grid-template-columns:1fr}.dr{grid-template-columns:52px minmax(0,1fr) auto}.dr .pr{display:none}}

.dd button{background:none;border:0;color:#fff;font:inherit;font-weight:500;display:inline-flex;align-items:center;gap:6px;padding:8px 4px;border-radius:var(--r);white-space:nowrap}
.dd button:hover,.dd button[aria-expanded="true"]{color:var(--teal)}
.dd button[aria-expanded="true"] svg{transform:rotate(180deg)}
.mega{position:absolute;top:100%;inset-inline:0;background:#fff;color:var(--ink);box-shadow:0 24px 60px rgba(0,0,0,.28);border-top:1px solid var(--line);z-index:60}
.mega-in{padding:22px 0 26px}
.mg{display:grid;grid-template-columns:300px minmax(0,1fr);gap:32px}
.mg h4{font-weight:900;font-size:15px;color:var(--grey);margin-bottom:10px}
.mg-cats{display:grid;gap:2px}
.mg-cat{display:flex;align-items:center;gap:12px;padding:7px 8px;border-radius:var(--r);background:none;border:0;text-align:start;font-size:16px;width:100%}
.mg-cat img{width:34px;aspect-ratio:1140/1341;object-fit:cover;border-radius:3px;border:1px solid var(--line)}
.mg-cat small{margin-inline-start:auto;font-size:14px;font-weight:700;color:var(--navy);background:#F3F4FA;padding:1px 8px;border-radius:var(--r)}
.mg-cat:hover{background:#EEF0FA;color:var(--navy)}
.mg-posters{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}
.mg-posters a img{width:100%;aspect-ratio:1140/1341;object-fit:cover;border-radius:var(--r);border:1px solid var(--line)}
.mg-posters a b{display:block;font-size:14px;font-weight:700;line-height:1.3;margin-top:6px}
.mg-posters a small{display:block;font-size:14px;color:var(--grey)}
.mg-posters a:hover img{box-shadow:0 0 0 2px var(--teal)}
.mg-regions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.mg-regions h4{border-bottom:2px solid var(--navy);padding-bottom:6px;color:var(--ink);font-size:16px}
.mg-city{display:flex;align-items:center;gap:8px;width:100%;background:none;border:0;text-align:start;padding:6px 6px;border-radius:4px;font-size:15px}
.mg-city small{margin-inline-start:auto;font-size:14px;color:var(--grey)}
.mg-city:hover{background:#EEF0FA;color:var(--navy)}
.mg-when{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.mg-when h4{margin:0 10px 0 0}
.mg-when button{display:inline-flex;align-items:center;gap:10px;height:40px;padding:0 6px 0 16px;border:1.5px solid var(--line);border-radius:999px;background:#fff;font-weight:700;font-size:15px}
.mg-when button small{background:var(--navy);color:#fff;border-radius:999px;padding:3px 10px;font-size:14px;font-weight:700;line-height:1.2}
.mg-when button:hover,.mg-when button.on{border-color:var(--navy);background:#EEF0FA}
.mg-dates{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:44px}
.mg-months{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mg-months button{display:flex;align-items:center;justify-content:space-between;gap:10px;height:52px;padding:0 14px;border:1.5px solid var(--line);border-radius:var(--r);background:#fff;font-weight:700;font-size:16px;text-align:start}
.mg-months button small{font-size:14px;font-weight:700;color:var(--navy);background:#EEF0FA;padding:3px 10px;border-radius:999px;white-space:nowrap}
.mg-months button:hover{border-color:var(--navy);background:#F7F8FC}
.mg-next{display:grid;gap:4px}
.mg-ev{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:center;padding:5px 8px;border-radius:var(--r)}
.mg-ev:hover{background:#EEF0FA}
.dt{display:flex!important;flex-direction:column;align-items:center;justify-content:center;width:52px;height:52px;background:var(--navy);color:#fff;border-radius:var(--r);line-height:1;flex:none;text-align:center;overflow:visible}
.dt>b{display:block;font-size:20px;line-height:1;font-weight:900;color:#fff;margin:0;padding:0}
.dt>small{display:block;font-size:14px;line-height:1;font-weight:600;color:#fff;margin:4px 0 0;opacity:.92}
.hol{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;background:#FFF1C2;color:#7A5200;font-size:14px;font-weight:700;white-space:nowrap}
.mg-when button.hb{border-color:#F3D98A;background:#FFF8E1}
.mg-when button.hb small{background:#7A5200}
.mg-months button .hol{margin-inline-start:auto;margin-inline-end:8px}
.mg-ev .tx .hol{margin-inline-start:8px;vertical-align:middle}
.mg-ev .tx b{display:block;font-size:16px;font-weight:700;line-height:1.3}
.mg-ev .tx span{display:block;font-size:14px;color:var(--grey)}
.hs-pop{max-width:640px;padding:8px 0 6px;max-height:min(78vh,760px)}
.hs-g{padding:6px 0}
.hs-g + .hs-g{border-top:1px solid var(--line)}
.hs-h{padding:6px 16px 6px}
.hs-o{padding:7px 16px;border-radius:0;font-size:15px;gap:12px}
.hs-o.on,.hs-o:hover{background:#EEF0FA}
.hs-o img{width:32px;aspect-ratio:1140/1341;object-fit:cover;border-radius:3px;border:1px solid var(--line)}
.hs-o .av{width:36px;height:36px;border-radius:50%;object-fit:cover;aspect-ratio:1;border:1px solid var(--line)}
.hs-o .tx{min-width:0}
.hs-o .tx b{display:block;font-weight:700;line-height:1.3}
.hs-o .tx span{display:block;font-size:14px;color:var(--grey)}
.hs-o .pin{width:22px;height:22px;flex:none;display:grid;place-items:center;color:var(--grey)}
.hs-o .pin svg{width:18px;height:18px}
.hs-o .dt{width:46px;height:46px}
.hs-o .dt b{font-size:18px}
.s-chip{font-size:14px;font-weight:700;color:var(--navy);background:#EEF0FA;padding:3px 10px;border-radius:var(--r)}
@media (max-width:1100px){.mega{display:none!important}}

.hs{position:relative;flex:1 1 380px;max-width:640px}
.hs .srch{max-width:none}
.hs-pop{position:absolute;top:calc(100% + 6px);inset-inline:0;background:#fff;color:var(--ink);border-radius:var(--r);box-shadow:0 16px 40px rgba(0,0,0,.28);padding:6px;z-index:60;max-height:70vh;overflow:auto}
.hs-h{font-size:14px;font-weight:700;color:var(--grey);padding:8px 10px 4px}
.hs-o{display:flex;align-items:center;gap:10px;width:100%;padding:6px 10px;border:0;background:none;border-radius:4px;text-align:start;font-size:16px;cursor:pointer}
.hs-o:hover{background:#E3F5F6}
.hs-o img{width:34px;aspect-ratio:1140/1341;object-fit:cover;border-radius:3px}
.hs-o>small{margin-inline-start:auto;font-size:14px;color:var(--navy);font-weight:700;background:#F3F4FA;padding:1px 8px;border-radius:var(--r);white-space:nowrap}
.hs-empty{padding:12px;color:var(--grey);font-size:15px}
.hs-top{display:flex;align-items:center;gap:8px}
.hs-x{display:none;width:40px;height:40px;flex:none;border:0;border-radius:50%;background:#F3F4FA;color:var(--navy);font-size:18px;place-items:center;padding:0}
.hs-o .hs-ic{width:38px;height:38px;flex:none;border-radius:10px;background:#EEF0FA;color:var(--navy);display:grid;place-items:center}
.hs-o .hs-ic svg{width:24px;height:24px}
/* phones: the search is a full-screen sheet */
@media (max-width:760px){
body.hs-open{overflow:hidden}
body.hs-open .hs{position:fixed;inset:0;z-index:200;background:#fff;color:var(--ink);padding:12px 16px;display:flex;flex-direction:column;max-width:none}
body.hs-open .hs .srch{border:1.5px solid var(--navy)}
body.hs-open .hs-x{display:grid}
body.hs-open .hs-pop{position:static;flex:1;min-height:0;max-height:none;overflow:auto;margin-top:8px;padding:4px 0;box-shadow:none;border-radius:0}
body.hs-open .hs-o{padding:10px 8px;border-radius:8px}
}
.qk{display:flex;gap:6px;margin-inline-start:auto}   /* the last item in the bar: sits at the left edge (RTL) where the login link used to be */
.qk a{display:inline-flex;align-items:center;height:34px;padding:0 12px;border:1.5px solid rgba(255,255,255,.8);border-radius:var(--r);color:#fff;font-weight:700;font-size:15px}
.qk a:hover,.qk a.on{background:#fff;color:var(--navy)}
.sbox{border:1px solid var(--line);border-radius:var(--r);background:#fff;padding:0 22px 22px}
.s-head{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:0 -22px 16px;padding:12px 22px;background:#F3F4FA;border-bottom:1px solid var(--line)}
.s-head h2{font-size:24px}
.s-count{font-size:14px;font-weight:700;color:#fff;background:var(--teal);padding:3px 10px;border-radius:var(--r)}
.s-clear{margin-inline-start:auto;background:none;border:0;font-size:15px;color:var(--navy);text-decoration:underline;text-underline-offset:3px}
.s-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:14px}
.field label{display:block;font-size:14px;font-weight:700;color:var(--grey);margin-bottom:6px}
.ac,.dp{position:relative}
.ac input,.dp input{width:100%;height:46px;padding:0 12px;padding-inline-end:70px;background:#fff;border:1px solid var(--line);border-radius:var(--r);outline:none;font-size:16px}
.dp input{cursor:pointer}
.ac input::placeholder,.dp input::placeholder{color:rgba(65,64,66,.55)}
.ac.open input,.dp.open input,.ac input:focus,.dp input:focus{border-color:var(--navy)}
.chev{position:absolute;inset-inline-end:14px;top:50%;translate:0 -50%;width:18px;height:18px;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23414042' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat}
.ac-x{position:absolute;inset-inline-end:38px;top:50%;translate:0 -50%;width:28px;height:28px;border:0;background:none;color:var(--grey);font-size:15px;padding:0}
.list,.pop{position:absolute;z-index:60;top:calc(100% + 4px);inset-inline-start:0;background:#fff;border:1px solid var(--line);border-radius:var(--r);display:none;box-shadow:0 16px 40px rgba(46,49,146,.16)}
.list{inset-inline:0;max-height:300px;overflow:auto;padding:4px}
.ac.open .list,.dp.open .pop{display:block}
.opt{display:flex;align-items:center;gap:10px;padding:8px 10px;cursor:pointer;font-size:16px;border-radius:4px}
.opt:hover{background:#E3F5F6}
.opt.dis{opacity:.4;cursor:default;pointer-events:none}
.opt img{width:40px;height:48px;object-fit:cover;flex:none;border-radius:3px}
.opt .cnt{margin-inline-start:auto;flex:none;font-size:14px;font-weight:700;color:var(--navy);background:#F3F4FA;padding:1px 8px;border-radius:var(--r)}
.opt.dis .cnt{color:var(--grey);background:none}
.empty-opt{padding:10px;color:var(--grey);font-size:15px}
.pop{width:320px;padding:12px}
.quicks{display:flex;gap:6px;margin-bottom:10px}
.quicks button{flex:1;height:34px;border:1px solid var(--line);background:#fff;font-size:14px;font-weight:600;border-radius:var(--r)}
.quicks button:hover,.quicks button.on{border-color:var(--teal);color:#0B8A8E}
.quicks button.on{background:#E3F5F6}
.dp-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.dp-head b{font-size:16px}
.dp-nav{width:32px;height:32px;border:1px solid var(--line);background:#fff;font-size:16px;padding:0;border-radius:50%}
.dp-nav:disabled{opacity:.35;cursor:default}
.dp-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;text-align:center}
.dow{font-size:14px;color:var(--grey);font-weight:700;padding:4px 0}
.day{border:0;background:none;font-size:15px;height:36px;padding:0;color:var(--ink);border-radius:50%}
.day:hover:not(:disabled){background:#E3F5F6}
.day:disabled{color:rgba(65,64,66,.3);cursor:default}
.day.sel{background:var(--teal);color:#fff;font-weight:700}
.dp-note{font-size:14px;color:var(--grey);margin-top:8px;text-align:center}
.hits{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:0 28px}
.hit{display:grid;grid-template-columns:64px 52px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}
.hit .when{background:var(--navy);color:#fff;border-radius:var(--r);text-align:center;padding:5px 0;line-height:1.15}
.hit .d-date{display:block;font-size:19px;font-weight:900}
.hit .d-day,.hit .d-time{display:block;font-size:14px}
.hit img{width:52px;aspect-ratio:1140/1341;object-fit:cover;border-radius:4px;border:1px solid var(--line)}
.hit .txt b{display:block;font-weight:700;font-size:16px;line-height:1.3}
.hit .txt span{display:block;font-size:14px;color:var(--grey)}
.hit .txt b .hol{display:inline-flex;width:auto;font-size:14px;color:#7A5200;margin-inline-start:8px;vertical-align:middle}
.hit .go{border:1.5px solid var(--navy);color:var(--navy);border-radius:var(--r);padding:6px 12px;font-weight:700;font-size:14px;white-space:nowrap}
.hit:hover .go{background:var(--navy);color:#fff}
.hit .sold{color:var(--grey);font-weight:700}
.hits-more{margin-top:14px;text-align:center}
.hits-more button{border:1.5px solid var(--navy);background:#fff;color:var(--navy);border-radius:var(--r);padding:8px 18px;font-weight:700}
.hits-more button:hover{background:var(--navy);color:#fff}
.empty{grid-column:1/-1;padding:22px;text-align:center;color:var(--grey);border:1px dashed var(--line);border-radius:var(--r)}
.clubs-strip{gap:14px}
.clubs-strip a,.clubs-strip .club{width:210px;height:104px;padding:14px 20px;border-radius:var(--r);display:flex;align-items:center;justify-content:center}
.clubs-strip img{max-width:170px;max-height:70px;width:auto;height:auto;object-fit:contain}
.clubs-strip a:hover{border-color:var(--teal)}
.news{margin-top:28px;background:var(--navy);color:#fff;border-radius:var(--r);padding:26px 28px;display:grid;grid-template-columns:1.3fr 1fr;gap:24px;align-items:center}
.news h3{font-weight:900;font-size:22px;line-height:1.2}
.news p{margin-top:6px;font-size:15px;opacity:.9}
.news form{display:flex;gap:8px}
.news input{flex:1;height:46px;border:0;border-radius:var(--r);padding:0 14px;color:var(--ink);min-width:0}
.news button{height:46px;border:0;background:var(--teal);color:#fff;font-weight:700;padding:0 18px;border-radius:var(--r);white-space:nowrap}
.news button:hover{background:#0B8A8E}
@media (max-width:1100px){.s-row{grid-template-columns:1fr 1fr}.hits{grid-template-columns:1fr}}
@media (max-width:760px){.clubs-strip img{max-width:130px;max-height:56px}.rh{flex-wrap:wrap;gap:10px}.rh h2{font-size:22px}.rh .arrows{margin-inline-start:auto}.hs{order:3;flex-basis:100%;max-width:none}.qk{margin-inline-start:auto;order:1}.qk a{height:32px;padding:0 10px;font-size:14px}.ic{margin-inline-start:0;order:2}.ic a{height:36px;width:36px;padding:0;justify-content:center;font-size:14px;gap:5px}.ic a span{display:none}.ic svg{width:22px;height:22px}.burger{order:2;margin-inline-start:-6px}.sbox{padding:0 14px 16px}.s-head{margin:0 -14px 14px;padding:10px 14px}.s-row{grid-template-columns:1fr}.pop{width:100%}.hit{grid-template-columns:60px minmax(0,1fr) auto}.hit img{display:none}.news{grid-template-columns:1fr;padding:20px}.news form{flex-wrap:wrap}.news button{width:100%}.clubs-strip a{width:170px;height:84px}}

.pt{position:relative}
.tr-frame{position:absolute;top:0;height:100%;width:210%;left:-55%;border:0;opacity:0;pointer-events:none;transition:opacity .35s;background:#000}
.playing>.tr-frame{opacity:1}
.hero-slide a .tr-frame{width:100%;left:0;height:172%;top:-36%}
@media (max-width:760px){.hero-slide a .tr-frame{width:230%;left:-65%;height:100%;top:0}}

.show-band{background:#F3F4FA;padding:24px 0 0;margin-top:0}
.show-band .rh{margin-bottom:12px}
.mq{overflow:hidden;direction:ltr;position:relative}
.mq-strip{display:flex;align-items:center;gap:18px;width:max-content;padding:14px 0 46px;animation:rollr var(--dur,60s) linear infinite;--tw:calc((min(1380px,100vw) - 48px - 72px) / 5)}
@keyframes rollr{from{transform:translateX(calc(-1 * var(--half,0px)))}to{transform:translateX(0)}}
.mq:hover .mq-strip{animation-play-state:paused}
.pt{flex:0 0 var(--tw);display:block;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 6px 16px rgba(31,34,112,.16);transition:transform .2s,box-shadow .2s}
.pt:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(31,34,112,.22)}
.pt img{width:100%;aspect-ratio:1140/1341;object-fit:cover;display:block}

.ca .n{font-weight:800;font-size:16px;line-height:1.35;margin-top:8px;color:var(--ink)}
.ca .m{color:var(--navy);font-weight:700;font-size:14px;margin-top:4px;white-space:nowrap}
.ca .c{color:var(--ink);font-size:14.5px;margin-top:2px}
.ca .p{color:var(--grey);font-size:14px;margin-top:2px}
.wc{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 2px 8px rgba(31,34,112,.06);transition:transform .15s,box-shadow .15s;color:var(--ink)}
.wc:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(31,34,112,.14)}
.wc .pst{width:100%;aspect-ratio:1140/1341;object-fit:cover}
.wc .wb{padding:12px 14px 14px;display:flex;flex-direction:column;flex:1;gap:7px}
.wc .tt{font-size:16px;font-weight:800;line-height:1.35}
.wc .ir{display:flex;align-items:center;gap:8px;font-size:15px}
.wc .ir svg{width:18px;height:18px;flex:none;stroke:var(--grey);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wc .ir em{font-style:normal}
.wc .buy{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;border-radius:999px;background:var(--teal);color:#fff;font-weight:800;font-size:15px;padding:0 18px;align-self:flex-end}
.wc .buy svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wc:hover .buy{background:#0B8A8E}
.wc .buy.sold{background:#E3E4EC;color:var(--grey)}
.wc .buy.soon{background:var(--navy)}
.wc .wb .buy{margin-top:8px}
@media (max-width:760px){.band{padding:4px 0 12px}.mq-strip{--tw:200px;gap:14px;padding:10px 0 34px}.show-band{padding:18px 0 0;margin-top:0}}

.fl-dd{display:flex;gap:8px;margin-inline-start:auto}
.rh .fl-dd + .arrows{margin-inline-start:12px}
@media (max-width:760px){.fl-dd{margin-inline-start:0;flex-basis:100%}}

.rail-s>*{flex-basis:250px}
.sc{display:block;color:var(--ink)}
.sc .ph{display:block;border-radius:10px;overflow:hidden;background:var(--navy2);box-shadow:0 2px 6px rgba(31,34,112,.08);transition:transform .2s,box-shadow .2s}
.sc:hover .ph{transform:translateY(-4px);box-shadow:0 16px 34px rgba(31,34,112,.22)}
.sc img{width:100%;aspect-ratio:1140/1341;object-fit:cover;display:block}
.sc b{display:block;font-size:17px;font-weight:900;line-height:1.3;margin-top:10px}
.sc .mt{display:block;font-size:14px;color:var(--grey);margin-top:2px}
@media (max-width:760px){.rail-s>*{flex-basis:200px}.sc b{font-size:16px}}

.dd a{color:#fff;font-weight:500;padding:8px 4px;white-space:nowrap}
.dd a:hover{color:var(--teal)}
.rh .s-chip{font-size:14px}
.rh .s-clear{margin-inline-start:0;font-size:14px}
.filters{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:-4px 0 12px}
.filters .fl-l{font-size:14px;font-weight:700;color:var(--grey);margin-inline-start:12px}
.filters .fl-l:first-child{margin-inline-start:0}
.filters button{height:30px;padding:0 12px;border:1.5px solid var(--line);border-radius:999px;background:#fff;font-size:14px;font-weight:600;white-space:nowrap}
.filters button:hover{border-color:var(--navy)}
.filters button[aria-pressed="true"]{background:var(--navy);border-color:var(--navy);color:#fff}
.empty-rail{flex:1 1 100%;padding:18px;border:1px dashed var(--line);border-radius:var(--r);color:var(--grey)}
.mg-posters{grid-template-columns:repeat(8,1fr);gap:16px}
.soc{display:flex;gap:8px;margin-top:16px}
.soc a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.14);display:grid;place-items:center}
.soc a:hover{background:var(--teal)}
.soc svg{width:18px;height:18px;fill:#fff}
.fnews{margin-top:22px}
.fnews h4{margin-bottom:8px}
.fnews form{display:flex;gap:8px}
.fnews input{flex:1;height:38px;border:0;border-radius:var(--r);padding:0 10px;color:var(--ink);min-width:0;font-size:14.5px}
.fnews button{height:38px;border:0;background:var(--teal);color:#fff;font-weight:700;padding:0 14px;border-radius:var(--r);white-space:nowrap;font-size:14.5px}
.fnews button:hover{background:#0B8A8E}
@media (max-width:1100px){.foot-grid{grid-template-columns:1fr 1fr;gap:26px}}
@media (max-width:760px){.foot-grid{grid-template-columns:1fr}.filters{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;padding-bottom:4px}.fnews form{flex-wrap:wrap}.fnews button{width:100%}}
@media (max-width:760px){footer ul li>a,footer .foot-contact a{display:inline-block;padding:5px 0}.sf{scroll-margin-top:112px}}

/* הצגות קרובות: the smart filter (shmulik old_home UX) in the navy style */
.sf{scroll-margin-top:84px}
.sf .rh{margin-bottom:6px}
.sf-clear{margin-inline-start:auto;background:none;border:0;color:var(--navy);text-decoration:underline;text-underline-offset:3px;font-weight:700;font-size:14px}
.sf-clear[hidden]{display:none}
.sf-p{color:var(--grey);font-size:15px;margin:0 0 14px}
.sf-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:12px}
.sf-row.two{grid-template-columns:1fr 1fr}   /* show page: city + date only */
.sf-row .field{margin:0}
.sf-row .list{padding:6px}
.sf-row .opt.on{background:#EEF0FA;font-weight:700;color:var(--navy)}
.sf-row .quicks button.on{background:var(--navy);border-color:var(--navy);color:#fff}
.sf-row .day.today{box-shadow:inset 0 0 0 1.5px var(--teal)}
.sf-list{display:grid;gap:10px;margin-top:16px}
.sf-hit{display:grid;grid-template-columns:104px 56px minmax(0,1fr) auto auto;gap:16px;align-items:center;border:1px solid var(--line);border-radius:var(--r);background:#fff;overflow:hidden;padding-inline-end:16px;cursor:pointer;transition:box-shadow .15s,transform .15s;color:var(--ink)}
.sf-hit:hover{box-shadow:0 10px 24px rgba(31,34,112,.12);transform:translateY(-1px)}
.sf-hit .when{align-self:stretch;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:10px 8px;background:var(--navy);color:#fff;line-height:1.1}
.sf-hit .when b{font-size:21px;font-weight:900;margin:3px 0}
.sf-hit .when span{font-size:13.5px;opacity:.92}
.sf-hit img{width:56px;aspect-ratio:1140/1341;object-fit:cover;border-radius:4px;border:1px solid var(--line);margin:8px 0}
.sf-hit .tx{min-width:0;padding:10px 0}
.sf-hit .tx a{font-weight:800;font-size:16.5px;color:var(--ink)}
.sf-hit .tx a:hover{color:var(--navy)}
.sf-hit .tx .hol{margin-inline-start:8px;vertical-align:middle}
.sf-hit .tx .meta-d{display:block;font-size:14px;color:var(--grey);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sf-hit .meta-m,.sf-hit .go .short,.sh-h,.sh-q{display:none}
.sf-hit .price{font-weight:800;color:var(--navy);white-space:nowrap}
.sf-hit .go{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:166px;height:38px;padding:0 14px;border:1.5px solid var(--navy);color:var(--navy);border-radius:var(--r);font-weight:700;font-size:14px;white-space:nowrap}
.sf-hit .go .tk{width:16px;height:16px;flex:none}
.sf-hit:hover .go{background:var(--navy);color:#fff}
.sf-hit.sold{cursor:default}   /* sold out: black date block + a black stamp button, nothing dimmed */
.sf-hit.sold:hover{transform:none;box-shadow:none}
.sf-hit .go.sold,.sf-hit.sold:hover .go.sold{background:#fff;border:2px solid #D0342C;color:#D0342C;font-weight:900;font-size:15px;line-height:1;text-transform:uppercase;letter-spacing:.05em;transform:none;box-shadow:none;cursor:default}   /* sold out: a quiet red outline, no tilt */
.sf-hit .go.last{position:relative;overflow:visible;background:#fff;border:1.5px solid var(--navy);color:var(--navy);box-shadow:none;animation:none}   /* last tickets: the normal button with a pink tag on its corner (round-12 #1); desktop = white, blue on hover */
.sf-hit:hover .go.last{background:var(--navy);border-color:var(--navy);color:#fff}
.sf-hit .go.last .ltag{position:absolute;top:-11px;inset-inline-end:-8px;font-style:normal;background:#EC1E79;color:#fff;font-size:11.5px;font-weight:900;line-height:1;padding:4px 8px;border-radius:999px;transform:rotate(-6deg);box-shadow:0 3px 8px rgba(236,30,121,.4);letter-spacing:0;white-space:nowrap}
@media (hover:hover){.sf-hit .go.last .ltag{transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s}.sf-hit .go.last:hover .ltag{transform:rotate(-12deg) translate(-2px,-3px) scale(1.08);box-shadow:0 6px 14px rgba(236,30,121,.5)}}   /* desktop only: the tag gives a little wiggle on hover */
.sf-hit.sk{pointer-events:none;grid-template-columns:104px 56px minmax(0,1fr) auto;min-height:84px}
.sk-when,.sk-box,.sk-bar,.sk-btn{background:linear-gradient(90deg,#edeff3 25%,#f8f9fb 45%,#edeff3 65%);background-size:200% 100%;animation:sk 1.1s linear infinite}
.sk-when{align-self:stretch}
.sk-box{width:56px;height:66px;border-radius:4px}
.sk-bar{height:14px;border-radius:7px;width:55%}
.sk-btn{width:130px;height:38px;border-radius:var(--r)}
@keyframes sk{from{background-position:200% 0}to{background-position:-200% 0}}
.sf-more{text-align:center;margin-top:6px}
.sf-more button{border:1.5px solid var(--navy);background:#fff;color:var(--navy);border-radius:var(--r);padding:9px 22px;font-weight:700;font-size:15px}
.sf-more button:hover{background:var(--navy);color:#fff}
.sf-nd{display:flex;align-items:center;gap:14px;background:#F3F4FA;border:1.5px dashed var(--navy);border-radius:var(--r);padding:14px 18px}
.nd-ico{flex:none;width:44px;height:44px;border-radius:50%;background:var(--navy);display:grid;place-items:center}
.nd-ico svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nd-txt b{display:block;font-size:16px;margin-bottom:2px}
.nd-txt>span{color:var(--grey);font-size:14.5px;line-height:1.5}
.nd-row{position:relative;padding-top:12px}
.nd-tag{position:absolute;top:0;inset-inline-start:24px;z-index:2;background:var(--teal);color:#fff;font-size:12.5px;font-weight:700;border-radius:999px;padding:2px 12px}
@media (max-width:900px) and (min-width:761px){.sf-row{grid-template-columns:1fr 1fr 1fr}}
/* ===== phones: filters as one row of chips that open sheets from the bottom; dates as a compact list ===== */
@media (max-width:760px){
body.sheet-open{overflow:hidden}
.sh-h{display:flex;align-items:center;gap:10px;padding:2px 0 10px}.sh-h b{font-size:18px;font-weight:900;flex:1}
.sh-x{width:36px;height:36px;border:0;border-radius:50%;background:#F3F4FA;font-size:18px;color:var(--navy);flex:none}
.sh-clear{background:none;border:0;color:var(--navy);text-decoration:underline;text-underline-offset:3px;font-weight:700;font-size:14px}
.sh-q{display:block;width:100%;height:42px;border:1.5px solid var(--line);border-radius:var(--r);padding:0 12px;font:inherit;font-size:16px;margin-bottom:8px}
.ac.open::before,.dp.open::before{content:"";position:fixed;inset:0;background:rgba(6,0,37,.45);z-index:98}
.ac .list,.dp .pop{position:fixed;top:auto;bottom:0;inset-inline:0;width:auto;min-width:0;max-width:none;max-height:80vh;border-radius:16px 16px 0 0;border:0;box-shadow:0 -12px 40px rgba(0,0,0,.3);padding:8px 16px 24px;z-index:99;overflow:auto}
.ac .list::before,.dp .pop::before{content:"";display:block;width:40px;height:4px;border-radius:2px;background:#D6D8E4;margin:2px auto 10px}
.opt{padding:12px 8px;font-size:16px}.opt img{width:36px;height:42px}
.quicks button{height:40px;font-size:15px}
.day{height:42px;font-size:16px}.dp-grid{gap:4px}
.sf-row{grid-template-columns:1.25fr 1fr 1fr;gap:8px}.sf-row.two{grid-template-columns:1fr 1fr}
.ac input,.dp input{height:40px;font-size:14px;font-weight:700;padding:0 8px;padding-inline-end:30px;text-overflow:ellipsis}
.sf-row .chev{inset-inline-end:9px;width:16px;height:16px}.sf-row .ac-x{display:none}
.sf-list{gap:14px;margin-top:12px}
.sf-hit{grid-template-columns:72px minmax(0,1fr);grid-template-rows:auto auto;gap:0 14px;padding:0;overflow:hidden;position:relative;border:0;border-radius:12px;background:#fff;box-shadow:inset 0 0 0 1px var(--line);align-items:start}   /* the outline is an INSET ring: it lives inside the box, so the cut-out mask keeps it (anything outside the box is masked away) and it stops at the holes; a real border would also clip the navy block at a smaller radius and leave a hairline at 125% zoom */
.sf-hit:hover{box-shadow:inset 0 0 0 1px var(--line);transform:none}
.sf-hit .when{grid-column:1;grid-row:1/3;align-self:stretch;width:72px;height:auto;min-height:0;border-radius:0;padding:14px 4px;justify-content:center;gap:5px;line-height:1;border-inline-end:2px dashed rgba(255,255,255,.55)}   /* the ticket tear line sits between the date block and the text (inline-end), never on the card's outer edge */
.sf-hit{-webkit-mask:radial-gradient(circle 7px at calc(100% - 72px) 0,transparent 6.5px,#000 7.5px),radial-gradient(circle 7px at calc(100% - 72px) 100%,transparent 6.5px,#000 7.5px);-webkit-mask-composite:source-in;mask:radial-gradient(circle 7px at calc(100% - 72px) 0,transparent 6.5px,#000 7.5px),radial-gradient(circle 7px at calc(100% - 72px) 100%,transparent 6.5px,#000 7.5px);mask-composite:intersect}   /* ticket cut-outs: two real holes punched through the card with a mask on the tear line (x = the date block's inner edge), so the outline, the background and the shadow all stop at the hole. No fake circles */
.sf-hit::before,.sf-hit::after{content:"";position:absolute;right:64px;width:16px;height:16px;border-radius:50%;border:1px solid var(--line);box-sizing:border-box;clip-path:inset(0 50% 0 0);z-index:3;pointer-events:none}   /* the card outline continues around the hole: a 1px arc hugging the cut on the white side (left half in RTL) */
.sf-hit::before{top:-8px}.sf-hit::after{bottom:-8px}
.sf-hit .when span:first-child{font-size:12px}.sf-hit .when b{font-size:21px;margin:0}.sf-hit .when span:last-child{font-size:13px}
.sf-hit img,.sf-hit .hol,.sf-hit .tx .meta-m{display:none}
.sf-hit .tx{grid-column:2;grid-row:1;padding:14px 0 0;padding-inline-end:14px}
.sf-hit .tx a{font-size:17px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}
.sf-hit .tx .meta-d{display:block;white-space:normal;font-size:14px;line-height:1.35;margin-top:3px}
.sf-hit .price{grid-column:2;grid-row:2;justify-self:start;align-self:center;margin:12px 0 16px;font-size:16px}
.sf-hit .go{grid-column:2;grid-row:2;justify-self:end;align-self:center;margin:12px 0 16px 14px;width:156px;min-width:0;max-width:156px;flex:none;height:42px;padding:0 8px;font-size:14.5px;gap:4px;border-radius:8px;background:var(--navy);border-color:var(--navy);color:#fff;white-space:nowrap;overflow:hidden;justify-content:center}   /* every state: same size, same place */
.sf-hit .go.last{font-size:14.5px;box-shadow:none;overflow:visible}
.sf-hit .go.last .tk{width:13px;height:13px}
.sf-hit .price{white-space:nowrap;font-size:15px}
.sf-hit .go .tk{width:15px;height:15px}
.sf-hit .go.sold{font-size:15px;background:#fff;border-color:#D0342C;color:#D0342C}
@media (max-width:375px){.sf-hit{grid-template-columns:60px minmax(0,1fr);gap:0 12px}.sf-hit .when{width:60px}.sf-hit .when b{font-size:19px}.sf-hit::before,.sf-hit::after{right:52px}.sf-hit{-webkit-mask:radial-gradient(circle 7px at calc(100% - 60px) 0,transparent 6.5px,#000 7.5px),radial-gradient(circle 7px at calc(100% - 60px) 100%,transparent 6.5px,#000 7.5px);-webkit-mask-composite:source-in;mask:radial-gradient(circle 7px at calc(100% - 60px) 0,transparent 6.5px,#000 7.5px),radial-gradient(circle 7px at calc(100% - 60px) 100%,transparent 6.5px,#000 7.5px);mask-composite:intersect}.sf-hit .tx{padding-inline-end:12px}.sf-hit .go{width:146px;max-width:146px;margin-left:12px;font-size:13.5px;padding:0 6px}.sf-hit .go.last{font-size:13.5px}.sf-hit .go.sold{font-size:14px}.sf-hit .price{font-size:13.5px}}
.sf-hit.sk{grid-template-columns:72px minmax(0,1fr);min-height:0;padding:0}.sk-when{width:72px;align-self:stretch;min-height:96px;border-radius:0;grid-row:1/3}.sk-box{display:none}.sk-bar{grid-column:2;grid-row:1;height:18px;margin:14px 0 0}.sk-btn{grid-column:2;grid-row:2;justify-self:end;width:150px;height:42px;margin:12px 14px 16px 0}
.sf-more button{width:100%;height:46px;font-size:15px}
.sf-nd{padding:12px 14px}.nd-tag{inset-inline-start:12px}
}
