.woocommerce ul.products li.product a.woocommerce-LoopProduct-link { position: relative; }
.wcsn-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 7px 10px; background: #111; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.wcsn-loop-notify { width: auto; text-align: center; }
.wcsn-single-cta { margin: 22px 0; }
.wcsn-single-cta .button { width: auto; text-align: center; }
.wcsn-kicker { margin: 0 0 7px; color: #8b6a37; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wcsn-notify-box h3 { margin: 0 0 8px; }
.wcsn-notify-box > p:not(.wcsn-kicker) { margin: 0 0 15px; }
.wcsn-subscribe-form { display: flex; flex-wrap: wrap; gap: 10px; }
.wcsn-subscribe-form input[type="email"] { flex: 1 1 200px; min-height: 44px; margin: 0; padding: 8px 12px; }
.wcsn-subscribe-form button { min-height: 44px; }
.wcsn-form-message { flex-basis: 100%; margin: 0; font-size: 14px; }
.wcsn-form-message.is-error { color: #b42318; }
.wcsn-form-message.is-success { color: #16703a; }
.wcsn-modal { position: fixed; z-index: 999999; inset: 0; display: none; align-items: center; justify-content: center; padding: 20px; }
.wcsn-modal.is-open { display: flex; }
.wcsn-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.62); }
.wcsn-modal__dialog { position: relative; z-index: 1; width: min(100%, 500px); padding: 32px; background: #f8f7f4; box-shadow: 0 20px 70px rgba(0,0,0,.25); }
.wcsn-modal__close { position: absolute; top: 8px; right: 12px; padding: 4px 8px; color: #111; font-size: 28px; line-height: 1; text-decoration: none; }
.wcsn-modal__product-name { margin: -3px 0 16px; font-weight: 700; }
body.wcsn-modal-open { overflow: hidden; }
