/* Chupp Industrial eBay store design — the ONE stylesheet every chuppindustrial listing loads.
 *
 * Edit this file to restyle every live listing at once: it is served from chuppindustrial.com
 * with max-age=0, so a deploy reaches eBay immediately and costs ZERO eBay API calls. Moved out
 * of each listing's HTML on 2026-09-15 — a one-logo change had cost 534 calls re-sending 178
 * listings. Markup and words still live in src/lib/ebay-template.ts (those DO need a re-push).
 * check_ebay_store_design_images() FAILs if this file stops loading. Scoped under .cit. */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Roboto:wght@400;500;700&display=swap');
/* Live proof numbers (sales, ratings) drawn over the printed ones - served by the site, see proofCss in src/lib/ebay-template.ts */
@import url('proof.css');
.cit{font-family:Roboto,Arial,sans-serif;color:#333;background:#fff;font-size:16px;line-height:1.6;max-width:1400px;margin:0 auto;-webkit-text-size-adjust:100%}
.cit *{box-sizing:border-box}
.cit a{color:inherit;text-decoration:none}
.cit img{max-width:100%;height:auto;display:block;border:0}
.cit .h{font-family:Montserrat,Arial,sans-serif;font-weight:800;text-transform:uppercase;color:#2c3233;letter-spacing:-.02em;line-height:1.12;margin:0}
.cit .bar{display:block;width:96px;height:4px;background:#b81f25;margin:14px 0 0}
.cit .eyebrow{font-family:Montserrat,Arial,sans-serif;font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#b81f25;margin:0 0 8px}
.cit .wrap{padding-left:32px;padding-right:32px}
.cit .top{display:flex;flex-wrap:wrap;align-items:center;gap:10px 28px;padding:16px 32px;border-bottom:1px solid #e6e6e6}
.cit .logo{width:140px;flex:none}
.cit .nav{display:flex;flex-wrap:wrap;gap:6px 24px;margin:0;padding:0;list-style:none;flex:1;min-width:240px;font-family:Montserrat,Arial,sans-serif;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#2c3233}
.cit .nav a:hover{color:#b81f25}
.cit .pill{flex:none;background:#b81f25;color:#fff;font-family:Montserrat,Arial,sans-serif;font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;padding:12px 22px;border-radius:999px}
.cit .hero{background:#2c3233 url('https://chuppindustrial.com/ebay-template/hero-ebay.jpg') 72% 62%/cover no-repeat}
.cit .hero .in{background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.62) 38%,rgba(0,0,0,.12) 70%,rgba(0,0,0,0) 100%);padding:72px 32px;min-height:440px;display:flex;flex-direction:column;justify-content:center}
.cit .hero .h{color:#fff;font-size:clamp(28px,4.2vw,58px);max-width:1000px}
.cit .hero .h span{display:block;color:#e2352e}
.cit .hero .sub{color:rgba(255,255,255,.92);max-width:540px;margin:16px 0 26px;font-size:18px}
.cit .btns{display:flex;flex-wrap:wrap;gap:12px}
.cit .btn{display:inline-block;font-family:Montserrat,Arial,sans-serif;font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;padding:15px 28px;border-radius:6px;background:#b81f25;color:#fff}
.cit .btn.ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.6)}
.cit .btn.dark{background:#2c3233}
.cit .proof{--pf:30px;--pl:13px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#2c3233;color:#fff}
.cit .proof div{padding:22px 16px;text-align:center;border-left:1px solid rgba(255,255,255,.12)}
.cit .proof div:first-child{border-left:0}
.cit .proof b{display:block;font-family:Montserrat,Arial,sans-serif;font-weight:800;font-size:var(--pf);line-height:1.05;color:#fff}
.cit .proof b em{font-style:normal;color:#e2352e}
.cit .proof span{display:block;margin-top:6px;font-size:var(--pl);color:rgba(255,255,255,.82);line-height:1.35}
.cit .product{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-template-areas:"gal buy" "perks buy";grid-template-rows:auto 1fr;gap:20px 44px;padding:44px 32px 20px;align-items:start}
.cit .gal{grid-area:gal;position:relative;display:grid;grid-template-columns:92px minmax(0,1fr);grid-template-areas:"th stage";gap:12px;min-width:0}
.cit .gal>input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}
.cit .stage{grid-area:stage;border:1px solid #e6e6e6;border-radius:10px;overflow:hidden;background:#fff}
.cit .sl{display:none;position:relative}
.cit .sl img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff}
.cit .pv,.cit .nx{position:absolute;top:0;bottom:0;width:22%;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}
.cit .pv span,.cit .nx span{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(44,50,51,.85);color:#fff;font-size:32px;line-height:1;padding-bottom:3px}
.cit .pv{left:0;justify-content:flex-start;padding-left:12px}
.cit .nx{right:0;justify-content:flex-end;padding-right:12px}
.cit .ct{position:absolute;right:12px;bottom:12px;background:rgba(44,50,51,.85);color:#fff;font-size:12px;padding:3px 11px;border-radius:999px;font-family:Montserrat,Arial,sans-serif;font-weight:700}
.cit .th{grid-area:th;display:flex;flex-direction:column;gap:8px;overflow-y:auto;height:0;min-height:100%;padding-right:2px}
.cit .th label{flex:0 0 auto;cursor:pointer;opacity:.6;border-radius:8px;overflow:hidden;border:1px solid #e6e6e6}
.cit .th img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.cit .buy .title{font-size:30px}
.cit .buy h2{font-family:Montserrat,Arial,sans-serif;font-weight:700;font-size:18px;color:#2c3233;margin:22px 0 10px;text-transform:none;letter-spacing:0}
.cit .buy ul{margin:0;padding:0;list-style:none;border:1px solid #e6e6e6;border-radius:10px;overflow:hidden}
.cit .buy li{padding:10px 16px;border-top:1px solid #e6e6e6;font-size:15px}
.cit .buy li:first-child{border-top:0}
.cit .buy li:nth-child(odd){background:#f7f7f7}
.cit .buy{grid-area:buy}
.cit .perks{grid-area:perks;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.cit .perk{display:flex;gap:12px;align-items:flex-start;padding:16px;border-radius:10px;background:#f2f2f2}
.cit .perk i{flex:none;width:10px;height:10px;border-radius:50%;background:#b81f25;margin-top:7px}
.cit .perk b{display:block;font-family:Montserrat,Arial,sans-serif;font-weight:700;font-size:14px;color:#2c3233;text-transform:uppercase;letter-spacing:.02em}
.cit .perk span{display:block;font-size:14px;color:#555;line-height:1.45}
.cit .buy .btns{margin-top:22px}
.cit .details{display:grid;grid-template-columns:minmax(0,8fr) minmax(0,4fr);gap:44px;padding:24px 32px 48px;align-items:start}
.cit .body{font-size:17px;line-height:1.7;max-width:860px}
.cit .body h2{font-family:Montserrat,Arial,sans-serif;font-weight:800;text-transform:uppercase;color:#2c3233;letter-spacing:-.01em;font-size:26px;line-height:1.15;margin:40px 0 16px;padding-bottom:12px;border-bottom:3px solid #b81f25;display:inline-block}
.cit .body h2:first-child{margin-top:0}
.cit .body h3{font-family:Montserrat,Arial,sans-serif;font-weight:700;font-size:19px;color:#2c3233;margin:26px 0 8px}
.cit .body p{margin:0 0 14px}
.cit .body ul{margin:0 0 16px;padding-left:22px}
.cit .body li::marker{color:#b81f25}
.cit .body b,.cit .body strong{color:#2c3233}
.cit .cit-std{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:36px 0 10px}
.cit .cit-std .card{border:1px solid #e6e6e6;border-top:4px solid #b81f25;border-radius:10px;padding:18px 18px 8px;background:#fff}
.cit .cit-std h3{margin:0 0 8px;font-size:15px;text-transform:uppercase;letter-spacing:.03em}
.cit .cit-std p{font-size:14.5px;line-height:1.6}
.cit .side{display:grid;gap:14px;position:sticky;top:16px}
.cit .side .box{border-radius:12px;padding:22px;background:#2c3233;color:#fff}
.cit .side .box .h{color:#fff;font-size:20px}
.cit .side .box p{color:rgba(255,255,255,.85);font-size:15px;margin:10px 0 16px}
.cit .quote{border:1px solid #e6e6e6;border-radius:12px;padding:18px 20px;background:#fff}
.cit .quote .stars{font-family:Montserrat,Arial,sans-serif;font-weight:800;font-size:12px;letter-spacing:.08em;color:#b81f25;text-transform:uppercase}
.cit .quote p{margin:8px 0 10px;font-size:15px;line-height:1.55;color:#333}
.cit .quote cite{font-style:normal;font-size:13px;color:#777}
.cit .why{background:#f2f2f2;padding:56px 32px}
.cit .why .head{max-width:760px;margin-bottom:28px}
.cit .why .head .h{font-size:34px}
.cit .why .head p{font-size:17px;margin:14px 0 0;color:#444}
.cit .why .grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.cit .why .card{background:#fff;border-radius:12px;padding:24px 22px;border:1px solid #e6e6e6}
.cit .why .card b{display:block;font-family:Montserrat,Arial,sans-serif;font-weight:800;font-size:34px;color:#b81f25;line-height:1}
.cit .why .card .h{font-size:17px;margin:12px 0 8px}
.cit .why .card p{margin:0;font-size:15px;line-height:1.55;color:#444}
.cit .sect{padding:52px 32px 20px}
.cit .sect .h{font-size:30px}
.cit .cats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;padding:0 32px 52px}
.cit .cat{border:1px solid #e6e6e6;border-radius:12px;overflow:hidden;background:#fff}
.cit .cat img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff}
.cit .cat div{border-top:1px solid #e6e6e6;padding:14px 16px 16px}
.cit .cat b{display:block;font-family:Montserrat,Arial,sans-serif;font-weight:700;font-size:14px;text-transform:uppercase;color:#2c3233;line-height:1.25}
.cit .cat i{display:block;font-style:normal;font-size:13px;color:#b81f25;margin-top:5px;font-weight:500}
.cit .band{background:#2c3233;padding:52px 32px}
.cit .band .h{color:#fff;font-size:30px;margin-bottom:24px}
.cit .tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}
.cit details{background:#fff;border-radius:10px}
.cit summary{cursor:pointer;list-style:none;padding:18px 22px;font-family:Montserrat,Arial,sans-serif;font-weight:700;font-size:15px;letter-spacing:.04em;text-transform:uppercase;color:#2c3233;display:flex;justify-content:space-between;align-items:center}
.cit summary::-webkit-details-marker{display:none}
.cit summary:after{content:'+';color:#b81f25;font-size:24px;line-height:1}
.cit details[open] summary:after{content:'\2212'}
.cit details .in{padding:0 22px 16px;font-size:15px;line-height:1.65}
.cit details ol{padding-left:20px}
.cit .brands{padding:52px 32px}
.cit .brands .grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;align-items:stretch;margin-top:22px}
.cit .brands a{display:flex;align-items:center;justify-content:center;border:1px solid #e6e6e6;border-radius:10px;padding:10px;background:#fff;min-height:92px}
.cit .brands img[src$=".svg"]{max-width:70%;max-height:44px;width:auto}
.cit .brands .word{background:#1e8f3e;border-color:#1e8f3e;font-family:Montserrat,Arial,sans-serif;font-weight:800;font-style:italic;font-size:26px;letter-spacing:.02em;color:#fff}
.cit .foot{background:#000;color:rgba(255,255,255,.8);padding:36px 32px}
.cit .foot .row{display:flex;flex-wrap:wrap;align-items:center;gap:18px 56px}
.cit .foot .logo{width:130px}
.cit .foot ul{display:grid;grid-template-columns:repeat(3,auto);gap:10px 40px;margin:0;padding:0;list-style:none;font-size:14px}
.cit .foot a:hover{color:#fff}
.cit .foot .fine{border-top:1px solid rgba(255,255,255,.15);margin-top:24px;padding-top:16px;font-size:13px;color:rgba(255,255,255,.6)}
@media (max-width:1100px){
.cit .proof{grid-template-columns:repeat(3,minmax(0,1fr))}
.cit .proof div:nth-child(4){border-left:0}
.cit .product{grid-template-columns:1fr;grid-template-areas:"gal" "buy" "perks";grid-template-rows:auto;gap:28px}
.cit .details{grid-template-columns:1fr}
.cit .side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
.cit .why .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.cit .brands .grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:760px){
.cit .top{padding:12px 16px}
.cit .logo{width:112px}
.cit .nav{order:3;flex-basis:100%;gap:6px 16px;font-size:11px}
.cit .pill{margin-left:auto;padding:9px 14px;font-size:11px}
.cit .hero{background-position:78% 60%}
.cit .hero .in{padding:40px 18px;min-height:0;background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.82))}
.cit .hero .sub{font-size:16px}
.cit .proof{grid-template-columns:repeat(2,minmax(0,1fr))}
.cit .proof div{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding:16px 10px}
.cit .proof div:last-child{grid-column:1/-1}
.cit .proof{--pf:24px}
.cit .product{padding:22px 16px 10px;gap:22px}
.cit .gal{grid-template-columns:1fr;grid-template-areas:"stage" "th"}
.cit .th{flex-direction:row;height:auto;min-height:0;overflow-x:auto;overflow-y:hidden;padding:0 0 4px}
.cit .th label{flex:0 0 72px}
.cit .buy .title{font-size:22px}
.cit .perks{grid-template-columns:1fr}
.cit .details{padding:16px 16px 36px;gap:24px}
.cit .body{font-size:16px}
.cit .body h2{font-size:21px}
.cit .cit-std{grid-template-columns:1fr}
.cit .side{grid-template-columns:1fr}
.cit .why{padding:40px 16px}
.cit .why .head .h{font-size:25px}
.cit .why .grid{grid-template-columns:1fr}
.cit .sect{padding:36px 16px 14px}
.cit .sect .h{font-size:23px}
.cit .cats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 16px 36px}
.cit .cat:last-child{grid-column:1/-1}
.cit .cat:last-child img{aspect-ratio:16/9}
.cit .band{padding:36px 16px}
.cit .band .h{font-size:23px}
.cit .tabs{grid-template-columns:1fr}
.cit .brands{padding:36px 16px}
.cit .brands .grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.cit .brands a{min-height:70px}
.cit .brands .word{font-size:17px}
.cit .foot{padding:28px 16px}
.cit .foot ul{grid-template-columns:repeat(2,auto)}
}
/* gallery: show the slide whose radio is checked (24 = GALLERY_MAX) */
.cit #citg0:checked~.stage .sl0{display:block}.cit #citg0:checked~.th .t0{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg1:checked~.stage .sl1{display:block}.cit #citg1:checked~.th .t1{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg2:checked~.stage .sl2{display:block}.cit #citg2:checked~.th .t2{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg3:checked~.stage .sl3{display:block}.cit #citg3:checked~.th .t3{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg4:checked~.stage .sl4{display:block}.cit #citg4:checked~.th .t4{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg5:checked~.stage .sl5{display:block}.cit #citg5:checked~.th .t5{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg6:checked~.stage .sl6{display:block}.cit #citg6:checked~.th .t6{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg7:checked~.stage .sl7{display:block}.cit #citg7:checked~.th .t7{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg8:checked~.stage .sl8{display:block}.cit #citg8:checked~.th .t8{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg9:checked~.stage .sl9{display:block}.cit #citg9:checked~.th .t9{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg10:checked~.stage .sl10{display:block}.cit #citg10:checked~.th .t10{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg11:checked~.stage .sl11{display:block}.cit #citg11:checked~.th .t11{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg12:checked~.stage .sl12{display:block}.cit #citg12:checked~.th .t12{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg13:checked~.stage .sl13{display:block}.cit #citg13:checked~.th .t13{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg14:checked~.stage .sl14{display:block}.cit #citg14:checked~.th .t14{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg15:checked~.stage .sl15{display:block}.cit #citg15:checked~.th .t15{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg16:checked~.stage .sl16{display:block}.cit #citg16:checked~.th .t16{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg17:checked~.stage .sl17{display:block}.cit #citg17:checked~.th .t17{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg18:checked~.stage .sl18{display:block}.cit #citg18:checked~.th .t18{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg19:checked~.stage .sl19{display:block}.cit #citg19:checked~.th .t19{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg20:checked~.stage .sl20{display:block}.cit #citg20:checked~.th .t20{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg21:checked~.stage .sl21{display:block}.cit #citg21:checked~.th .t21{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg22:checked~.stage .sl22{display:block}.cit #citg22:checked~.th .t22{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
.cit #citg23:checked~.stage .sl23{display:block}.cit #citg23:checked~.th .t23{outline:3px solid #b81f25;outline-offset:-3px;opacity:1}
/* hand-made listing content (wrap_unlinked_listings.py): old tables and inline images must fit a phone */
.cit .body table{max-width:100%;border-collapse:collapse;margin:0 0 16px;display:block;overflow-x:auto}
.cit .body td,.cit .body th{padding:6px 12px;vertical-align:top;border-bottom:1px solid #e6e6e6;text-align:left}
.cit .body img{max-width:100%;height:auto;display:inline-block}
.cit .body font{font-size:inherit !important;font-family:inherit !important}
.cit .body div{max-width:100%}
.cit .details>*,.cit .product>*{min-width:0}
.cit .body td{overflow-wrap:anywhere}
@media (max-width:760px){
.cit .body table,.cit .body tbody,.cit .body thead,.cit .body tr,.cit .body td,.cit .body th{display:block;width:auto !important}
.cit .body td,.cit .body th{padding:4px 0;border-bottom:0}
}
