*{margin:0;padding:0;box-sizing:border-box}:root{--shop-primary: #1f2937;--shop-secondary: #3b82f6;--shop-accent: #f59e0b;--shop-bg: #ffffff}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--shop-bg);color:#111827}a{color:inherit}.shop-header{background:var(--shop-primary);color:#fff;padding:0 24px}.shop-header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:14px 0}.shop-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff}.shop-brand img{height:44px;max-width:140px;object-fit:contain}.shop-brand .shop-name{font-size:20px;font-weight:700}.shop-nav{display:flex;gap:4px;flex-wrap:wrap}.shop-nav a{color:#ffffffd9;text-decoration:none;padding:8px 14px;border-radius:6px;transition:background .15s}.shop-nav a:hover,.shop-nav a.router-link-exact-active{background:#ffffff1f;color:#fff}.shop-header-right{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.shop-user{display:flex;align-items:center;gap:10px;font-size:14px}.shop-user__name{color:#ffffffd9}.shop-user__logout{padding:4px 12px;border:1px solid rgba(255,255,255,.35);background:none;color:#ffffffd9;border-radius:4px;cursor:pointer;font-size:12px}.shop-user__logout:hover{background:#ffffff1f;color:#fff}.shop-lang{display:flex;gap:6px}.shop-lang button{padding:4px 10px;border:1px solid rgba(255,255,255,.35);background:none;color:#ffffffd9;border-radius:4px;cursor:pointer;font-size:12px}.shop-lang button.active{background:var(--shop-accent);border-color:var(--shop-accent);color:#fff}.shop-page{min-height:100vh;display:flex;flex-direction:column}.shop-page main{flex:1}.shop-container{max-width:1100px;margin:0 auto;padding:28px 24px;width:100%;box-sizing:border-box}.shop-footer{background:var(--shop-primary);color:#ffffffd9;margin-top:40px}.shop-footer-inner{max-width:1100px;margin:0 auto;padding:32px 24px 24px;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.shop-footer-col{display:flex;flex-direction:column;gap:8px;min-width:180px}.shop-footer-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;margin-bottom:4px}.shop-footer-col a{color:#ffffffd9;text-decoration:none;font-size:14px}.shop-footer-col a:hover{color:#fff;text-decoration:underline}.shop-footer-col span{font-size:14px}.shop-footer-bottom{border-top:1px solid rgba(255,255,255,.15);text-align:center;padding:14px 24px;font-size:13px;color:#fff9}.shop-container h1{margin-bottom:6px}.shop-container .subtitle{color:#6b7280;margin-bottom:22px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}.product-card{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;background:#fff;transition:box-shadow .15s,transform .15s;display:block}.product-card:hover{box-shadow:0 6px 18px #00000014;transform:translateY(-2px)}.product-card .product-image{width:100%;height:180px;object-fit:cover;display:block;background:#f3f4f6}.product-card .product-placeholder{width:100%;height:180px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af;font-size:40px}.product-card .product-body{padding:14px}.product-card .product-name{font-weight:600;margin-bottom:6px}.product-card .product-price{color:var(--shop-secondary);font-weight:700}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media(max-width:760px){.product-detail{grid-template-columns:1fr}}.product-detail .main-image{width:100%;border-radius:10px;border:1px solid #e5e7eb;object-fit:cover;max-height:420px}.product-detail .thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.product-detail .thumbs img{width:64px;height:64px;object-fit:cover;border-radius:6px;border:2px solid transparent;cursor:pointer}.product-detail .thumbs img.active{border-color:var(--shop-secondary)}.product-detail .price{font-size:26px;font-weight:700;color:var(--shop-secondary);margin:12px 0}.product-detail .reference{color:#6b7280;font-size:14px;margin-bottom:12px}.features-table{width:100%;border-collapse:collapse;margin-top:10px}.features-table td{padding:8px 10px;border-bottom:1px solid #e5e7eb;font-size:14px}.features-table td:first-child{font-weight:600;width:40%}.btn-back{display:inline-block;margin-bottom:18px;color:var(--shop-secondary);text-decoration:none;font-size:14px}.section-title{font-size:20px;font-weight:700;margin:26px 0 12px}.order-row{display:flex;align-items:flex-end;gap:16px;margin-top:24px}.order-quantity{display:flex;flex-direction:column;gap:5px;font-size:14px;font-weight:500}.order-quantity input{width:90px;padding:9px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-family:inherit}.order-button{padding:10px 26px;background:var(--shop-secondary);color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer}.order-button:hover{opacity:.9}.order-button:disabled{opacity:.6;cursor:not-allowed}.order-message{margin-top:12px;padding:10px 14px;border-radius:6px;font-size:14px}.order-message--success{background:#ecfdf5;color:#047857}.order-message--error{background:#fef2f2;color:#b91c1c}.order-message a{color:inherit;font-weight:600}.shop-header-icon{position:relative;display:flex;align-items:center;color:#ffffffd9;padding:6px}.shop-header-icon:hover{color:#fff}.shop-cart-badge{position:absolute;top:-4px;right:-6px;background:var(--shop-accent);color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-sizing:border-box}.cart-table{width:100%;border-collapse:collapse;margin-top:20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.cart-table th{text-align:left;padding:12px 14px;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;border-bottom:1px solid #e5e7eb}.cart-table td{padding:12px 14px;border-bottom:1px solid #f3f4f6;font-size:14px;vertical-align:top}.cart-product-name{color:var(--shop-secondary);font-weight:600;text-decoration:none}.cart-product-name:hover{text-decoration:underline}.cart-options{margin-top:4px;font-size:12px;color:#6b7280}.cart-quantity{width:70px;padding:6px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-family:inherit}.cart-remove{background:none;border:none;color:#ef4444;cursor:pointer;font-size:13px;padding:4px}.cart-remove:hover{text-decoration:underline}.cart-footer{display:flex;justify-content:flex-end;align-items:center;gap:24px;margin-top:20px;flex-wrap:wrap}.cart-total{font-size:18px;font-weight:700}.cart-shipping{font-size:14px;color:#4b5563;margin-top:4px}.form-group{margin-bottom:12px}.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#374151}.form-group select,.form-group input{width:100%;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-family:inherit;background:#fff}.form-hint{font-size:13px;color:#6b7280;margin-top:6px}.shipping-box{margin-top:28px;padding:20px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa}.shipping-box h2{font-size:18px;margin:0 0 14px}.shipping-destination{margin-bottom:16px;padding:12px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.shipping-destination__label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px}.shipping-destination__address{font-size:14px;line-height:1.45;color:#111827}.shipping-package{font-size:13px;color:#4b5563;margin-bottom:14px}.shipping-carriers{display:flex;flex-direction:column;gap:8px}.shipping-carrier{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer}.shipping-carrier--active{border-color:var(--shop-secondary, #3b82f6);box-shadow:0 0 0 1px var(--shop-secondary, #3b82f6)}.shipping-carrier--disabled{opacity:.65;cursor:not-allowed;background:#f9fafb}.shipping-carrier input{margin-top:3px}.shipping-carrier__name{font-weight:600;font-size:14px}.shipping-carrier__price{font-size:14px;margin-top:2px}.shipping-carrier__reasons{font-size:12px;color:#b91c1c;margin-top:4px}.printer-notes{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;line-height:1.45;resize:vertical;background:#fff;box-sizing:border-box}.order-status{display:inline-block;padding:3px 10px;border-radius:12px;font-size:12px;font-weight:600;background:#f3f4f6;color:#374151;white-space:nowrap}.order-status--pending{background:#fef3c7;color:#92400e}.order-status--processing{background:#dbeafe;color:#1d4ed8}.order-status--completed{background:#ecfdf5;color:#047857}.order-status--cancelled{background:#fef2f2;color:#b91c1c}.orders-list{display:flex;flex-direction:column;gap:16px;margin-top:20px}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:18px 20px}.order-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.order-card__number{font-weight:700;font-size:16px}.order-card__meta{font-size:13px;color:#6b7280;margin-top:2px}.order-card__info{display:flex;flex-wrap:wrap;gap:16px 28px;font-size:14px;margin-bottom:12px}.order-card__label{display:block;font-size:12px;color:#6b7280;margin-bottom:2px}.order-card__items{list-style:none;padding:0;margin:0 0 14px;border-top:1px solid #f3f4f6}.order-card__items li{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;padding:10px 0;border-bottom:1px solid #f3f4f6;font-size:14px}.order-card__line-total{color:#374151}.order-card__notes{margin-top:12px;padding:10px 12px;background:#f9fafb;border-radius:8px;font-size:13px}.order-card__notes-text{margin-top:4px;white-space:pre-wrap;color:#374151;line-height:1.45}.order-card__footer{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.order-card__total{font-size:17px;font-weight:700}.category-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.category-pills a{padding:6px 14px;border-radius:999px;border:1px solid #e5e7eb;text-decoration:none;font-size:14px;color:#374151}.category-pills a.active,.category-pills a:hover{background:var(--shop-secondary);border-color:var(--shop-secondary);color:#fff}.centered-message{text-align:center;padding:80px 20px;color:#6b7280}
