/* Terry's Tees Hub — storefront bits for custom shops (loaded on shop category + product pages only).
   Uses the theme's tokens when present, with matching fallbacks. */
.tth-shop-notice{display:flex;gap:14px;align-items:flex-start;padding:16px 20px;margin:0 0 22px;border-radius:var(--radius-sm,14px);border:1px solid var(--line,#e1e8ef);background:var(--paper,#f4f7fb);color:var(--body,#33475b);font-size:.95rem;line-height:1.5}
.tth-shop-notice svg{flex:none;margin-top:2px;color:var(--navy,#0a3855)}
.tth-shop-notice strong{display:block;font-family:var(--font-display,"Bricolage Grotesque",sans-serif);font-size:1.05rem;color:var(--ink,#0b1a2a);margin-bottom:2px}
.tth-shop-notice p{margin:0}
.tth-shop-notice.is-closed{background:var(--navy,#0a3855);border-color:var(--navy,#0a3855);color:#cfe3f3}
.tth-shop-notice.is-closed svg{color:var(--sun,#fed33c)}
.tth-shop-notice.is-closed strong{color:#fff}
.tth-shop-notice.is-info{background:var(--sun-100,#fff6d1);border-color:#f4dd8a}
.tth-shop-notice.is-single{margin:0 0 18px}
.tt-shop-archive > .tth-shop-notice:first-child{margin-top:4px}
.woocommerce ul.products li.product .tth-store-closed,.tth-store-closed{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;margin:auto 0 0;padding:10px 12px;border-radius:999px;background:transparent;border:1.5px dashed var(--line,#e1e8ef);color:var(--muted,#66788c);font-weight:700;font-size:.82rem;letter-spacing:.02em;text-transform:uppercase;cursor:not-allowed;box-shadow:none}
.woocommerce ul.products li.product .tth-store-closed:hover{background:transparent;color:var(--muted,#66788c);border-color:var(--line,#e1e8ef);transform:none}
.woocommerce ul.products li.product .tth-store-closed::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--muted,#66788c);opacity:.6}
@media (max-width:640px){.tth-shop-notice{padding:14px 16px;font-size:.9rem}}
