/* Approved customer status design. All selectors are component scoped. */
#shop-closed-overlay{position:fixed;inset:0;z-index:1500;width:min(1000px,calc(100% - 32px));max-height:calc(100dvh - 32px);margin:auto;padding:0;border:1px solid #ead1a7;border-radius:24px;background:#fff9ef;color:#11263e;overflow:auto;box-shadow:0 25px 100px #071b3440}
#shop-closed-overlay:not([open]){display:none!important}#shop-closed-overlay[open]{display:block}#shop-closed-overlay::backdrop{background:#102037a8;backdrop-filter:blur(5px)}
.status-v2{padding:30px;position:relative}.status-v2 *{box-sizing:border-box}.status-v2-close{position:absolute;right:17px;top:16px;background:transparent;border:1px solid #d5c9b7;border-radius:50%;width:39px;height:39px;color:#19324b;font-size:27px;cursor:pointer;z-index:1}.status-v2-brand{display:flex;justify-content:center;align-items:center;gap:12px;padding-right:25px;font-weight:900;letter-spacing:.04em;font-size:22px}.status-v2-brand img{width:70px;height:55px;object-fit:contain}.status-v2-hero{display:grid;grid-template-columns:42% 58%;align-items:center;margin:14px 0 18px}.status-v2-art{width:100%;aspect-ratio:1;object-fit:contain;mix-blend-mode:multiply}.status-v2-copy{padding:14px 6px 14px 22px}.status-v2-pill{display:inline-flex;align-items:center;gap:8px;background:#ffe7bc;border-radius:30px;padding:10px 15px;font:800 11px Arial,sans-serif;letter-spacing:.7px;color:#88530b}.status-v2-copy h2{font-size:clamp(28px,4vw,43px);font-weight:850;letter-spacing:-1.2px;line-height:1.13;color:#10263e;margin:23px 0 17px}.status-v2-copy p{font-size:16px;line-height:1.7;color:#42546a;margin:0}.status-v2-thanks{display:block;margin-top:17px;color:#a06420;font-size:16px}.status-v2-time{display:flex;align-items:center;gap:16px;padding:19px 23px;background:#f5eadb;border:1px solid #eddfcc;border-radius:13px}.status-v2-clock{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#ffe5b9;flex-shrink:0}.status-v2-clock svg{width:25px;height:25px;fill:none;stroke:#27445e;stroke-width:1.8}.status-v2-time small{display:block;color:#657384;font-size:10px;font-weight:800;letter-spacing:.8px;margin-bottom:5px}.status-v2-time strong{display:block;font-size:17px;line-height:1.5;color:#17334d}.status-v2-actions{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:17px}.status-v2-actions button{padding:17px 14px;border-radius:10px;border:1px solid #1d3a53;font-size:15px;font-weight:800;color:#19364e;background:#fffdf9;cursor:pointer}.status-v2-actions .status-v2-primary{background:#c72d2c;border-color:#c72d2c;color:white}.status-v2-actions button:hover{filter:brightness(.94)}.status-v2-footer{text-align:center;font-size:13px;color:#54677a;margin:19px 0 0}.status-v2-footer a{font-weight:800;color:#15334e;text-decoration:underline;text-underline-offset:3px}.status-v2-hours{margin-top:17px;background:white;border:1px solid #ebdfce;border-radius:12px;padding:18px}.status-v2-hours summary{cursor:pointer;font-weight:800;color:#233f56}.status-v2-hours h3{font-size:15px;margin:18px 0 9px}.status-v2-hours .status-day{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid #f0f2f4;font-size:13px;color:#536778}.status-v2-hours[hidden]{display:none}.status-v2 button:focus-visible,.status-v2 a:focus-visible,.status-v2 summary:focus-visible{outline:3px solid #d49d42;outline-offset:4px}
#shop-status-reminder{display:none;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;padding:12px 20px;background:#fff2dd;color:#805116;font-size:13px}#shop-status-reminder.show{display:flex}#shop-status-reminder button{background:white;border:1px solid #d4b988;border-radius:20px;padding:6px 13px;font:700 12px Arial;cursor:pointer;color:#664720}
@media(max-width:600px){#shop-closed-overlay{width:calc(100% - 20px);max-height:calc(100dvh - 20px);border-radius:20px}.status-v2{padding:19px}.status-v2-brand{font-size:16px;justify-content:flex-start;gap:9px;padding-right:30px}.status-v2-brand img{width:48px;height:40px}.status-v2-close{right:12px;top:15px;width:33px;height:33px;font-size:23px}.status-v2-hero{display:flex;flex-direction:column;margin:3px 0 15px}.status-v2-art{width:150px;height:142px;aspect-ratio:auto}.status-v2-copy{padding:0;text-align:center}.status-v2-copy h2{font-size:28px;letter-spacing:-.7px;margin:15px 0 11px}.status-v2-copy p{font-size:14px;line-height:1.6}.status-v2-pill{padding:8px 11px;font-size:9px}.status-v2-thanks{margin-top:10px;font-size:14px}.status-v2-time{padding:13px;gap:11px}.status-v2-time strong{font-size:14px}.status-v2-time small{font-size:9px}.status-v2-clock{width:36px;height:36px}.status-v2-actions{gap:9px;margin-top:12px}.status-v2-actions button{font-size:12px;padding:14px 7px}.status-v2-footer{font-size:11px;margin-top:15px}}

/* Fit the main notice to the viewport; expanded hours can still scroll. */
#shop-closed-overlay{box-sizing:border-box;width:min(900px,calc(100% - 24px))}
.status-v2{padding:20px}.status-v2-hero{grid-template-columns:minmax(0,38%) minmax(0,62%);margin:8px 0 14px}.status-v2-art{max-height:clamp(140px,32dvh,280px)}
.status-v2-copy h2{font-size:clamp(25px,3.2vw,36px);margin:14px 0 12px}.status-v2-copy p{line-height:1.5}.status-v2-time{padding:12px 18px}.status-v2-actions button{padding:13px}.status-v2-footer{margin-top:13px}
@media(max-height:740px) and (min-width:601px){.status-v2-brand img{height:40px;width:52px}.status-v2-brand{font-size:18px}.status-v2-art{max-height:27dvh}.status-v2-thanks{margin-top:9px}.status-v2-copy{padding-top:5px;padding-bottom:5px}}
@media(max-width:600px){.status-v2{padding:16px}.status-v2-hero{margin:4px 0 12px}.status-v2-art{height:clamp(65px,15dvh,120px);width:120px}.status-v2-copy h2{font-size:25px;margin:10px 0}.status-v2-copy p{font-size:13px}.status-v2-thanks{font-size:12px;margin-top:7px}.status-v2-actions button{padding:12px 6px}.status-v2-time{padding:10px}.status-v2-footer{margin-top:12px}}
