/** Shopify CDN: Minification failed

Line 103:14 Expected "}" to go with "{"

**/
.sv-sp {
  padding: 60px 40px 80px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  min-height: 80vh;
}
.sv-sp__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sv-sp__header {
  text-align: center;
  margin-bottom: 32px;
}
.sv-sp__header h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 24px;
}
.sv-sp__form {
  display: flex;
  gap: 10px;
  max-width: 640px;
  margin: 0 auto;
}
.sv-sp__input-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.sv-sp__input-icon {
  position: absolute;
  left: 16px;
  color: #aaa;
  pointer-events: none;
}
.sv-sp__input {
  width: 100%;
  padding: 14px 42px 14px 48px;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fff;
  color: #0a1a1a;
  box-sizing: border-box;
}
.sv-sp__input::placeholder {
  color: #aaa;
}
.sv-sp__input:focus {
  border-color: #0d9488;
  box-shadow: 0 0 0 3px rgba(13,148,136,0.1);
}
.sv-sp__clear {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #999;
  display: none;
  align-items: center;
  border-radius: 4px;
  transition: color 0.2s;
}
.sv-sp__clear:hover {
  color: #333;
}
.sv-sp__submit {
  padding: 14px 28px;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.sv-sp__submit:hover {
  opacity: 0.85;
}
.sv-sp__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.sv-sp__count {
  font-size: 14px;
  color: #888;