
/* Core */
.shs-wrap{max-width:1200px;margin:0 auto;padding:16px}
.shs-h2{font-size:28px;margin:6px 0 12px}

/* Cards & forms */
.shs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
.shs-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:16px;display:flex;flex-direction:column;gap:8px}
.shs-card-title{margin:0}
.shs-card-body{color:#374151}
.shs-card-foot{font-size:12px;color:#6b7280}
.shs-stars{color:#f1c40f;letter-spacing:2px}
.shs-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;padding:16px;margin-top:16px;display:grid;gap:10px}
.shs-form input,.shs-form textarea,.shs-form select{border:1px solid #d1d5db;border-radius:10px;padding:10px;width:100%}
.shs-btn{background:#2563eb;color:#fff;border:0;border-radius:12px;padding:10px 14px;cursor:pointer}
.shs-btn:hover{filter:brightness(.95)}
.shs-ok{color:#059669;margin:6px 0}

/* Contacts */
.shs-contacts{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:16px}
.shs-contacts-map iframe{width:100%;height:360px;border:0;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08)}
@media(min-width:900px){.shs-contacts{grid-template-columns:1fr 2fr}}

/* Shop */
.shs-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px;margin-bottom:12px;box-shadow:0 6px 20px rgba(0,0,0,.04)}
.shs-filter{display:flex;flex-direction:column;gap:6px}
.shs-filter.wide{flex:1 1 300px}
.shs-filter.double .row{display:flex;gap:8px}
.shs-filter.chk{flex-direction:row;align-items:center}
.shs-toggle{background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;padding:8px 10px;cursor:pointer}
.shs-toggle.active{background:#c7d2fe}
.shs-filter.apply{margin-left:auto}
.shs-filters select,.shs-filters input{border:1px solid #d1d5db;border-radius:10px;padding:8px;min-width:140px}

.shs-prod-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.shs-prod{position:relative;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:12px;display:flex;flex-direction:column;gap:8px}
.shs-prod img{width:100%;height:180px;object-fit:cover;border-radius:12px}
.shs-prod-noimg{height:180px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:12px;color:#6b7280}
.shs-prod h3{font-size:16px;margin:4px 0}
.shs-prod-price{font-weight:700;color:#0ea5e9}
.shs-loadmore-wrap{text-align:center;margin-top:12px}
.shs-done{text-align:center;color:#6b7280;margin-top:8px}
.badges,.shs-prod .badges{position:absolute;top:10px;left:10px;display:flex;gap:6px}
.shs-badge{font-size:12px;padding:4px 8px;border-radius:999px;color:#fff}
.shs-badge.b-new{background:#10b981}
.shs-badge.b-hit{background:#f59e0b}
.shs-badge.b-sale{background:#ef4444}

/* List view */
.shs-prod-list-wrap{display:flex;flex-direction:column;gap:12px}
.shs-prod-list{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:12px;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.shs-prod-list img,.shs-prod-list .shs-prod-noimg{height:120px}
.shs-prod-list .info .meta{display:flex;gap:8px;align-items:center;margin:4px 0}
.shs-prod-list .stock{font-size:12px;color:#6b7280}
.shs-prod-list .desc{color:#374151}
.shs-prod-list .actions{display:flex;gap:12px;align-items:center;margin-top:8px}


/* Mini cart */
.shs-mini-cart{position:fixed;right:16px;bottom:16px;z-index:9999}
.shs-mini-toggle{background:#111827;color:#fff;border:0;border-radius:999px;padding:10px 14px;box-shadow:0 10px 30px rgba(0,0,0,.2);cursor:pointer}
.shs-mini-panel{margin-top:8px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px;width:280px;box-shadow:0 12px 40px rgba(0,0,0,.18)}
.shs-mini-list{display:flex;flex-direction:column;gap:8px;max-height:260px;overflow:auto;margin-bottom:8px}
.shs-mini-item{display:flex;gap:8px;align-items:center}
.shs-mini-item img{width:42px;height:42px;border-radius:8px;object-fit:cover}
.shs-mini-item .name{font-size:14px}
.shs-mini-link{display:block;text-align:center;margin-top:6px}

/* Related */
.shs-related{margin-top:8px}
.shs-related .title{font-weight:600;margin-bottom:6px}
.shs-related .row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}
.shs-related .rel{display:flex;flex-direction:column;gap:6px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:8px;text-decoration:none;color:inherit}
.shs-related .rel img{width:100%;height:80px;object-fit:cover;border-radius:8px}
.shs-btn-ghost{background:transparent;border:1px solid #c7d2fe;color:#1f2937}
.shs-prod .row-actions{display:flex;gap:8px;align-items:center}
