.items-wrapper{box-sizing:border-box;color:#33475b;float:none!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;margin:0 auto!important;max-width:1382px!important;padding:0 20px;position:relative;width:100%!important}.items-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:16px}.items-header h2{font-size:20px;margin:0}.items-header-right{align-items:center;display:flex;gap:12px}.items-search{border:1px solid #cbd6e2;border-radius:6px;font-size:14px;max-width:100%;padding:8px 12px;width:220px}.items-status{color:#7c98b6;font-size:13px;margin-bottom:8px;min-height:20px}.cart-icon-btn{align-items:center;background:#fff;border:1px solid #cbd6e2;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;width:40px}.cart-icon-btn:hover{background:#f5f8fa}.cart-count{align-items:center;background:#ff5c35;border-radius:9px;color:#fff;display:flex;font-size:11px;font-weight:700;height:18px;justify-content:center;line-height:1;min-width:18px;padding:0 4px;position:absolute;right:-6px;top:-6px}.items-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:20px}.item-card{background:#fff;border:1px solid #dfe3eb;border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:16px;transition:box-shadow .15s ease}.item-card:hover{box-shadow:0 2px 10px rgba(33,44,63,.08)}.item-card .sku{color:#0091ae;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.item-card .name{color:#33475b;font-size:15px;font-weight:600;min-height:38px}.item-card .cost{color:#33475b;font-size:16px;font-weight:700;margin-top:4px}.add-to-cart-btn{background:#ff7a59;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:10px;padding:9px 12px}.add-to-cart-btn:hover{background:#ff8f73}.add-to-cart-btn.added{background:#00a4bd}.items-pagination{align-items:center;display:flex;gap:16px;justify-content:center;margin-top:8px}.items-btn{background:#fff;border:1px solid #cbd6e2;border-radius:6px;color:#33475b;cursor:pointer;font-size:14px;padding:8px 16px}.items-btn:hover:not(:disabled){background:#eaf0f6}.items-btn:disabled{cursor:not-allowed;opacity:.5}.items-page-label{color:#516f90;font-size:14px}.items-grid-wrapper{min-height:160px;position:relative}.items-loader{align-items:center;background:hsla(0,0%,100%,.85);border-radius:8px;display:none;flex-direction:column;gap:12px;inset:0;justify-content:center;position:absolute;z-index:5}.items-loader.show{display:flex}.items-loader-text{color:#516f90;font-size:13px;font-weight:600}.spinner{animation:items-spin .75s linear infinite;border:4px solid #e5e9ee;border-radius:50%;border-top-color:#ff5c35;height:36px;width:36px}@keyframes items-spin{to{transform:rotate(1turn)}}.cart-overlay{background:rgba(33,44,63,.35);display:none;inset:0;position:fixed;z-index:999}.cart-overlay.open{display:block}.cart-panel{background:#fff;box-shadow:-4px 0 16px rgba(33,44,63,.15);display:flex;flex-direction:column;height:100%;max-width:90vw;position:fixed;right:-380px;top:0;transition:right .25s ease;width:340px;z-index:1000}.cart-panel.open{right:0}.cart-panel-header{align-items:center;border-bottom:1px solid #eaf0f6;display:flex;justify-content:space-between;padding:16px 20px}.cart-panel-header h3{font-size:17px;margin:0}.cart-close-btn{background:none;border:none;color:#7c98b6;cursor:pointer;font-size:22px;line-height:1}.cart-items{flex:1;overflow-y:auto;padding:12px 20px}.cart-empty{color:#7c98b6;font-size:14px;margin-top:30px;text-align:center}.cart-line{align-items:center;border-bottom:1px solid #f0f3f7;display:flex;gap:8px;justify-content:space-between;padding:10px 0}.cart-line-info{flex:1;min-width:0}.cart-line-name{color:#33475b;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-line-sku{color:#7c98b6;font-size:11px}.cart-line-qty{align-items:center;display:flex;gap:6px}.qty-btn{background:#eaf0f6;border:none;border-radius:4px;cursor:pointer;font-size:14px;height:22px;line-height:1;width:22px}.cart-line-price{font-size:13px;font-weight:700;text-align:right;width:60px}.cart-remove-btn{background:none;border:none;color:#ff5c35;cursor:pointer;font-size:12px}.cart-footer{border-top:1px solid #eaf0f6;padding:16px 20px}.cart-total-row{display:flex;font-size:16px;font-weight:700;justify-content:space-between;margin-bottom:12px}.cart-clear-btn{width:100%}.cart-footer-actions{display:flex;gap:10px;margin-top:4px}.cart-clear-btn,.cart-submit-btn{border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 12px;width:100%}.cart-clear-btn{background:#fff;border:1px solid #cbd6e2;color:#33475b}.cart-clear-btn:hover{background:#eaf0f6}.cart-submit-btn{background:#ff7a59;border:none;color:#fff}.cart-submit-btn:hover{background:#ff8f73}.cart-submit-btn:disabled{cursor:not-allowed;opacity:.5}.cart-field{margin-bottom:14px}.cart-field label{color:#33475b;display:block;font-size:12px;font-weight:600;margin-bottom:4px}.cart-input{background:#fff;border:1px solid #cbd6e2;border-radius:6px;box-sizing:border-box;color:#33475b;font-size:14px;padding:8px 10px;width:100%}.cart-input.invalid{border-color:#ff5c35}.cart-field-error{color:#ff5c35;display:none;font-size:12px;margin-top:4px}.cart-field-error.show{display:block}.stock{color:#516f90;font-size:13px;font-weight:700}.stock.out{color:#d94c53;font-weight:600}.go-header{background:#fff;border-bottom:1px solid #e5e9ee;box-sizing:border-box;width:100%}.go-header-inner{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1382px;padding:16px 20px;row-gap:10px}.go-header-logo-link{align-items:center;display:inline-flex}.go-header-logo{display:block;height:48px;width:auto}@media (max-width:768px){.go-header-inner{padding:12px 16px}.go-header-logo{height:36px}}@media (max-width:480px){.go-header-inner{justify-content:center;padding:10px 12px}.go-header-logo{height:30px}}