:root{--sshc-burgundy:#7b1734;--sshc-burgundy-dark:#521024;--sshc-soft:#fbf3f6;--sshc-border:#eadce2;--sshc-text:#2b2730;--sshc-muted:#6f6871;--sshc-white:#fff;--sshc-accent:#36abc0}
.sshc-button-wrap{display:inline-flex;flex-direction:column;align-items:stretch;gap:8px;position:relative}.sshc-open-button{appearance:none;border:0;border-radius:6px;background:var(--sshc-accent);color:#fff;font:inherit;font-weight:800;padding:14px 20px;cursor:pointer;transition:.2s ease;box-shadow:0 8px 20px rgba(54,171,192,.18)}.sshc-open-button:hover{transform:translateY(-1px);filter:brightness(.95)}.sshc-plus{margin-left:7px}.sshc-inline-alert{display:none;background:#effaf5;border:1px solid #b8e5cd;color:#17663d;border-radius:7px;padding:9px 12px;font-size:13px;line-height:1.8}.sshc-inline-alert.is-visible{display:block;animation:sshcFade .25s ease}
body.sshc-modal-open{overflow:hidden}.sshc-modal{position:fixed;inset:0;z-index:999999;display:none;direction:rtl}.sshc-modal.is-open{display:block}.sshc-backdrop{position:absolute;inset:0;background:rgba(24,14,19,.66);backdrop-filter:blur(3px)}.sshc-dialog{position:relative;width:min(1120px,calc(100% - 32px));max-height:calc(100vh - 48px);overflow:auto;margin:24px auto;background:#fff;border-radius:22px;box-shadow:0 30px 90px rgba(26,9,17,.3);padding:30px}.sshc-close{position:absolute;left:20px;top:16px;width:42px;height:42px;border:1px solid var(--sshc-border);border-radius:50%;background:#fff;color:var(--sshc-burgundy);font-size:30px;line-height:1;cursor:pointer}.sshc-header{text-align:center;padding:4px 55px 20px}.sshc-kicker{display:inline-block;color:var(--sshc-burgundy);background:var(--sshc-soft);padding:5px 12px;border-radius:20px;font-size:13px;font-weight:700}.sshc-header h2{margin:12px 0 5px;color:var(--sshc-burgundy-dark);font-size:28px}.sshc-header p{margin:0;color:var(--sshc-muted)}.sshc-current-product{margin:0 auto 20px;width:max-content;max-width:100%;background:#f7f9fa;border:1px solid #e6ecef;border-radius:10px;padding:9px 16px;color:#3d4b51;font-weight:700}.sshc-step{display:none}.sshc-step.is-active{display:block;animation:sshcFade .2s ease}.sshc-brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.sshc-brand-card{border:1px solid var(--sshc-border);background:#fff;border-radius:15px;padding:22px 12px;cursor:pointer;color:var(--sshc-text);transition:.2s}.sshc-brand-card:hover{border-color:var(--sshc-burgundy);transform:translateY(-2px);box-shadow:0 12px 28px rgba(123,23,52,.1)}.sshc-brand-logo{display:flex;align-items:center;justify-content:center;width:100%;height:72px;margin:0 auto 12px;padding:8px 14px;border-radius:12px;background:#fff}.sshc-brand-logo img{display:block;max-width:100%;width:auto;height:auto;max-height:52px;object-fit:contain}.sshc-brand-card strong,.sshc-brand-card small{display:block}.sshc-brand-card strong{font-size:17px}.sshc-brand-card small{margin-top:5px;color:var(--sshc-muted)}.sshc-back-to-brands,.sshc-back-to-products{border:0;background:transparent;color:var(--sshc-burgundy);font:inherit;font-weight:800;cursor:pointer;margin-bottom:15px}.sshc-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.sshc-product-card{border:1px solid var(--sshc-border);border-radius:15px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.sshc-product-image{aspect-ratio:1/1;background:#fafafa;display:grid;place-items:center;padding:15px}.sshc-product-image img{width:100%;height:100%;object-fit:contain}.sshc-product-body{padding:14px;display:flex;flex-direction:column;flex:1}.sshc-product-body h3{font-size:15px;line-height:1.8;margin:0 0 12px;color:var(--sshc-text)}.sshc-select-product{margin-top:auto;border:0;border-radius:8px;background:var(--sshc-burgundy);color:#fff;font:inherit;font-weight:800;padding:11px;cursor:pointer}.sshc-loader,.sshc-empty,.sshc-error{grid-column:1/-1;text-align:center;padding:30px;border-radius:12px;background:#faf8f9;color:var(--sshc-muted)}.sshc-error{color:#9c1f37;background:#fff0f2}.sshc-table-shell{overflow:auto;border:1px solid var(--sshc-border);border-radius:14px}.sshc-table{width:100%;border-collapse:collapse;min-width:720px;background:#fff}.sshc-table th,.sshc-table td{border-bottom:1px solid var(--sshc-border);border-left:1px solid var(--sshc-border);padding:15px;vertical-align:middle;text-align:right;line-height:1.9}.sshc-table tr:last-child th,.sshc-table tr:last-child td{border-bottom:0}.sshc-table th:last-child,.sshc-table td:last-child{border-left:0}.sshc-table thead th{background:#faf7f8;text-align:center}.sshc-feature-heading{width:22%;color:var(--sshc-burgundy)}.sshc-product-heading{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--sshc-burgundy-dark);text-decoration:none;font-weight:900}.sshc-product-heading img{width:72px;height:72px;object-fit:contain;border-radius:10px;background:#fff}.sshc-table tbody th{color:#4e4650;background:#fcfbfb;width:22%}.sshc-table tr.is-different td{background:#fff9fb}.sshc-result-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:18px}.sshc-result-actions a{background:var(--sshc-burgundy);color:#fff!important;text-decoration:none;border-radius:9px;padding:11px 18px;font-weight:800}
@keyframes sshcFade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:900px){.sshc-brand-grid{grid-template-columns:repeat(3,1fr)}.sshc-products-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.sshc-dialog{width:calc(100% - 16px);margin:8px auto;max-height:calc(100vh - 16px);border-radius:15px;padding:18px 12px}.sshc-close{left:11px;top:10px}.sshc-header{padding:5px 40px 16px}.sshc-header h2{font-size:21px}.sshc-brand-grid{grid-template-columns:repeat(2,1fr);gap:9px}.sshc-products-grid{grid-template-columns:1fr 1fr;gap:9px}.sshc-product-body{padding:10px}.sshc-product-body h3{font-size:13px}.sshc-current-product{font-size:12px}.sshc-table th,.sshc-table td{padding:11px;font-size:13px}.sshc-product-heading{flex-direction:column}.sshc-product-heading img{width:58px;height:58px}}

@media(max-width:600px){.sshc-brand-logo{height:62px;padding:7px 10px}.sshc-brand-logo img{max-height:44px}}
