.shop-header{background:var(--bg-2);border-bottom:1px solid var(--line);padding:20px 0;position:sticky;top:64px;z-index:50}.shop-header .container{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.shop-search{flex:1;min-width:200px;position:relative}.shop-search input{width:100%;padding:12px 16px 12px 44px}.shop-search i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--text-3);font-size:14px;pointer-events:none}.shop-count{font-size:13px;color:var(--text-3);white-space:nowrap}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:30px 0}@media(max-width:900px){.shop-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.shop-grid{grid-template-columns:1fr}}.shop-card{background:var(--bg-2);border:1px solid var(--line);cursor:pointer;transition:border-color .25s,transform .25s,box-shadow .25s;overflow:hidden;border-radius:2px}.shop-card:hover{border-color:var(--line-2);transform:translateY(-4px);box-shadow:var(--shadow-card)}.shop-card__img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--bg-3);display:flex;align-items:center;justify-content:center}.shop-card__img i{font-size:40px;color:var(--line-2)}.shop-card__img img{width:100%;height:100%;object-fit:cover}.shop-card__body{padding:16px}.shop-card__partner{font-size:11px;color:var(--accent);font-weight:600;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.shop-card__name{font-size:15px;font-weight:700;color:var(--text);margin-bottom:4px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-card__cat{font-size:10px;color:var(--text-3);margin-bottom:10px;background:var(--bg-3);display:inline-block;padding:3px 8px;border-radius:2px}.shop-card__price{font-size:22px;font-weight:900;color:var(--accent)}.shop-card__price small{font-size:12px;font-weight:500;color:var(--text-3)}.shop-card__price .old-price{text-decoration:line-through;color:var(--text-3);font-size:12px;font-weight:500}.shop-card__qty{display:flex;align-items:center;gap:8px;margin:8px 0}.shop-card__qty button{width:28px;height:28px;border:1px solid var(--line-2);background:var(--bg-3);color:var(--text);font-size:14px;font-weight:700;cursor:pointer;border-radius:2px;font-family:inherit;display:flex;align-items:center;justify-content:center}.shop-card__qty button:hover{border-color:var(--accent);color:var(--accent)}.shop-card__qty span{font-size:14px;font-weight:700;min-width:24px;text-align:center;color:var(--text)}.shop-card__btn{margin-top:12px;width:100%;padding:10px;background:var(--accent);color:#fff;border:none;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s;border-radius:2px}.shop-card__btn:hover{background:var(--accent-hi)}.shop-empty{text-align:center;padding:80px 20px;color:var(--text-3);font-size:16px;grid-column:1 / -1}.shop-empty i{font-size:48px;display:block;margin-bottom:16px;color:var(--line-2)}.promo-badge{display:inline-block;padding:2px 6px;border-radius:2px;font-size:10px;font-weight:700;margin-right:4px;margin-top:4px}.promo-badge--delivery,.promo-badge--discount{background:var(--accent-soft);color:var(--accent)}.order-modal{display:none;position:fixed;inset:0;background:#000000b8;z-index:1200;align-items:center;justify-content:center;padding:20px}.order-modal.open{display:flex}.order-modal__box{background:var(--bg-2);border:1px solid var(--line-2);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;border-radius:2px;box-shadow:var(--shadow-card)}.order-modal__head{padding:20px 20px 0;display:flex;justify-content:space-between;align-items:start}.order-modal__head h3{font-size:18px;font-weight:800;color:var(--text)}.order-modal__close{background:none;border:none;color:var(--text-3);font-size:20px;cursor:pointer;padding:0}.order-modal__close:hover{color:var(--accent)}.order-modal__body{padding:20px}.step-title{font-size:14px;font-weight:700;color:var(--accent);margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}.item-preview{display:flex;gap:14px;margin-bottom:20px;padding:14px;background:var(--bg-3);border-radius:2px}.item-preview .preview-img{width:70px;height:70px;object-fit:cover;border-radius:2px;background:var(--bg-2);flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.item-preview .preview-img img{width:100%;height:100%;object-fit:cover}.item-preview .preview-img i{font-size:30px;color:var(--line-2)}.item-preview .info{flex:1}.item-preview .name{font-size:15px;font-weight:700;color:var(--text);margin-bottom:4px}.item-preview .partner-name{font-size:11px;color:var(--accent);margin-bottom:2px}.item-preview .price{font-size:18px;font-weight:900;color:var(--accent)}.info-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line);color:var(--text);font-size:13px}.info-row .lbl{color:var(--text-3)}.info-row .val{font-weight:600;text-align:right;max-width:55%}.price-block{text-align:center;padding:16px;background:var(--bg-3);border-radius:2px;margin-top:16px}.price-block .total{font-size:28px;font-weight:900;color:var(--accent)}.price-block .chain{font-size:10px;color:var(--text-3);margin-top:6px;line-height:1.6}.success-block{text-align:center;padding:30px 20px}.success-block .code{font-size:48px;font-weight:900;color:var(--accent);letter-spacing:8px;margin:20px 0;font-family:monospace}.success-block .code-hint{font-size:13px;color:var(--text-3);margin-bottom:6px}.tag{display:inline-block;padding:3px 8px;border-radius:2px;font-size:10px;font-weight:700;margin:1px}.tag-green,.tag-red,.tag-purple{background:var(--accent-soft);color:var(--accent)}.tag-dim{background:var(--bg-3);color:var(--text-3)}.loading-spin{display:inline-block;width:18px;height:18px;border:2px solid var(--line-2);border-top-color:var(--accent);border-radius:50%;animation:shopSpin .6s linear infinite;vertical-align:middle;margin-right:8px}@keyframes shopSpin{to{transform:rotate(360deg)}}
